@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: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
::after,
::before {
  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: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  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;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button: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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::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: 1.25rem;
  font-weight: 300;
}
.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: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #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-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  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,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    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: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.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: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.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: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  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.375rem + 1px);
  padding-bottom: calc(0.375rem + 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: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@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.375rem 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-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 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.375rem;
}
.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.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 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 (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[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: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 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='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  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='%2386b7fe'/%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='%23fff'/%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.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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: #b6d4fe;
}
.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: #0d6efd;
  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: #b6d4fe;
}
.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::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  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: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.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  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: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select: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='%23198754' 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.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select: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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select: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;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .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(49, 132, 253, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .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: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .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(60, 153, 110, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .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(11, 172, 204, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .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, 164, 6, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .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(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.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:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .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: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .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: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  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:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active: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: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  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:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active: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: #fff;
  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:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active: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: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  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: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.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:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.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: 0.875rem;
  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:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.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-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .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: #0d6efd;
  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:focus,
.nav-link:hover {
  color: #0a58ca;
}
.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: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  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-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.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: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@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-bottom,
  .navbar-expand-sm .offcanvas-top {
    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-bottom,
  .navbar-expand-md .offcanvas-top {
    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: 1199px) {
  .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-bottom,
  .navbar-expand-lg .offcanvas-top {
    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-bottom,
  .navbar-expand-xl .offcanvas-top {
    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-bottom,
  .navbar-expand-xxl .offcanvas-top {
    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-bottom,
.navbar-expand .offcanvas-top {
  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:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  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:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.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:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  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-bottom,
.card-img-top {
  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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  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 (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  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='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.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, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  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: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  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: 1.25rem;
}
.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: 0.875rem;
}
.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: #fff;
  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: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.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;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    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:focus,
.list-group-item-action:hover {
  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: #fff;
  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: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  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(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.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: -webkit-max-content;
  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: #fff;
  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: 0.875rem;
  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-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  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::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .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-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-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-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-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-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .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-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  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);
}
.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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 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='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.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: #fff;
  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: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.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%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  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 {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@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%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #0d6efd;
}
.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}
.link-secondary {
  color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}
.link-success {
  color: #198754;
}
.link-success:focus,
.link-success:hover {
  color: #146c43;
}
.link-info {
  color: #0dcaf0;
}
.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}
.link-warning {
  color: #ffc107;
}
.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}
.link-danger {
  color: #dc3545;
}
.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}
.link-light {
  color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}
.link-dark {
  color: #212529;
}
.link-dark:focus,
.link-dark:hover {
  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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    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: -webkit-sticky !important;
  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: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !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.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.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;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 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: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Livvic;
}


img {
  max-width: 100%;
}


/* scroll up */
.uparrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}



.uparrow i {
  float: right;
  background: linear-gradient(to right, #000099 21%, #3399ff 135%);
  padding: 5px 10px;
  color: white;
  font-size: 28px;
  border-radius: 50%;
  box-shadow: 0 0 4px rgb(175, 174, 174);
  cursor: pointer;
}

/* mega-menu */

/* @include media-breakpoint-up(lg) {
  .modal-extralg { max-width: $modal-lg * 2; }
} */
.mega-menu .modal {
  z-index: 111111111;
  font-family: Livvic;
}

.mega-menu .web-design {
  background-image: url(../images/menu-Webdesign-4.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 70px;
  display: block;
  background-position: bottom right;
}

.mega-menu .graphic {
  background-image: url(../images/menu-Graphics-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.mega-menu .mob-app-dvp {
  background-image: url("../images/menu-Webdesign-4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 39%;
}

.mega-menu .interactive {
  background-image: url("../images/menu-Interactive-content-2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 40%;
}

.mega-menu .digital {
  background-image: url("../images/menu-Digital-Marketing-3.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 20%;
}

.mega-menu .hosting {
  background-image: url("../images/menu-Hosting-2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
}

.mega-menu .architech {
  background-image: url("../images/menu-architectural-walkthrough-2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
}

.mega-menu .psd {
  background-image: url("../images/menu-PSD-SLicing-2.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mega-menu .hire-dvp {
  background-image: url("../images/menu-hire-developers-3.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 25%;
}

.mega-menu .tab {
  float: left;
  border-right: 1px solid rgb(233, 230, 230);
  width: 23%;
}

.mega-menu .tab .tablinks {
  display: block;
  background-color: inherit;
  color: rgb(0, 0, 0);
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  padding: 10px 20px 9px 17px;
  line-height: 138%;
}
.mega-menu .menu-blue {
    font-size: 15px !important;
}
.mega-menu .tab .tablinks p {
  font-size: 15px !important;
  margin-bottom: 0;
  color: #000;
}

.mega-menu .tabcontent .sub_wrp h6 a {
    font-size: 16px !important;
    font-weight: 600;
}
.mega-menu li a {
    font-size: 14px !important;
}

.mega-menu .tab .tablinks .wd {
  margin-bottom: 0;
}

.mega-menu .tab .tablinks .wd .menu-icon {
  height: 17px;
  width: 17px;
  margin: 5px 7px 0 0;
}

.mega-menu .sub-menu-icon {
  height: 15px;
  width: 15px;
  margin: 5px 7px 0 0;
}

.mega_menu.mega-menu .mega_menu_wrap {
  display: flex;
  flex-wrap: wrap;
}

.mega-menu .tabcontent>div {
  height: 100%;
  padding-left: 20px;
}

.mega-menu .tab .tablinks .wd .rt {
  height: 11px;
  width: 7px;
  margin-top: -5px;
}

header .Nav .row nav .mega-menu ul {
  margin-left: -25px;
  float: none !important;
  text-align: left !important;
  margin-bottom: 20px;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp .sep_title {
  margin: 20px 0;
}

.mega-menu li {
  margin-top: 17px;
  font-size: 14px;
  cursor: pointer;
}

.mega-menu li+li {
  margin-left: 0 !important;
}

.mega-menu h6 {
  color: rgb(36, 36, 231);
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
}

.mega-menu .web-development p {
  color: navy;
  font-weight: 400;
  cursor: pointer;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent {
  padding: 20px 0px 0 0;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp a {
  text-decoration: none;
  color: #333;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp a {
  color: #0e0e89;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp a:hover {
  color: #000;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp li.d-flex a {
  color: #000;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp li.d-flex a:hover {
  color: #0e0e89;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp a::after {
  display: none;
}

section {
  clear: both;
}

.mega-menu .graphic .sub_wrp {
  display: flex;
  flex-wrap: wrap;
}

.mega-menu .graphic .sub_wrp h6 {
  margin: 0 0px 0 0 !important;
}

.mega-menu .graphic .sub_wrp h6+h6 {
  margin: 0 0px 0 40px !important;
}

.hide {
  display: none;
}

/* Change background color of buttons on hover */
.mega-menu .tab .tablinks:hover,
.mega-menu .tab .tablinks.activelink {
  background-color: rgb(178, 197, 234, 0.4);
}

/* Create an active/current "tab button" class */
.mega-menu .tab button.active {
  background-color: #ccc;
}

.mega-menu .tabcontent {
  float: left;
  padding: 0px 12px;
  width: 77%;
  border-left: none;
}

/* Clear floats after the tab */
.mega-menu .clearfix::after {
  content: "";
  clear: both;
  display: table;
}



header .Nav {
  background: #fff;
  padding: 0px 40px;
  font-family: Livvic;
  position: relative;
  z-index: 2;
}

header .Nav .row nav ul li.nav-item.service-menu {
  position: relative;
}

header .fixed-top {
  z-index: 11111;
}

header .navigation.scrolled {
  background-color: white;
  padding: 5px 8% 0 8%;
  box-shadow: 0 3px 10px rgb(57, 57, 57);
}

.info-slider .carousel-item {
  /*height: calc(100vh - 110px); BY SAURAV */
  height:auto;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}

.navbar-yellow {
  background-color: rgba(3, 27, 108, 0.8);
  width: 136%;
}

.disabled {
  pointer-events: none;
}

header .navigation.scrolled .navbar-yellow {
  background-color: white;
}

header .navigation.scrolled img {
  display: none;
}

header .navigation .icon2 {
  display: none;
}

header .navigation.scrolled .icon2 {
  display: block;
  transition: .4s ease-out;
  width: 70%;
  margin-top: 3px;
  z-index: 1111111;
}

header .Nav .navigation nav {
  float: right;
  position: relative;
  padding: 0;
}

header .Nav .row nav .navbar-toggler {
  background-color: white;
  font-size: small;
  padding: 5px 7px;
}

header .navigation.scrolled nav .navbar-toggler {
  background-color: rgba(9, 94, 231, 0.22);
  color: white;
  margin-top: -6px;
}

header .Nav .row nav ul {
  float: right;
  text-align: right;
  align-items: center;
}

header .Nav .row nav ul li .nav-link {
  color: #0a0a0a;
  font-size: 16px;
  margin-left: 60px;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 30px 10px;
}

header .Nav .row nav ul li .nav-link:hover {
  /* border-bottom: 1px solid white; */
  color: navy;
}

header .Nav .navigation.scrolled ul li .nav-link {
  color: rgb(0, 0, 181);
}

header .Nav .navigation.scrolled ul li .nav-link:hover {
  border-bottom: 2px solid navy;
  color: navy;
  padding: 5px 20px;
  transition: 0.3s;
}

header .Nav .navigation.scrolled ul li .nav-link:focus {
  border-bottom: 2px solid navy;
  color: navy;
  padding: 5px 20px;
  transition: 0.3s;
}

header .Nav .navigation.scrolled ul li .service-menu:hover {
  color: navy !important;
}


header .Nav .row nav ul li .nav-link:focus {
  color: #0a0a0a;
}

header .navigation.scrolled nav ul button {
  background: linear-gradient(to right, #000099 21%, #3399ff 135%);
}

header .Nav .row nav ul button {
  border: none;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 500;
  width: auto;
  margin: 0;
  transition: 0.4s;
  background: linear-gradient(to right, #000099 21%, #3399ff 135%);
  font-family: 'Roboto Slab';
  color: #fff !important;
  box-shadow: none !important;
}

header .Nav .row nav ul button:hover {
  background: linear-gradient(to right, #3399ff 21%, #000099 135%);
}


header .Nav .info-slider .img {
  width: 115%;
}

header .Nav .navbar {
  margin-top: 0;
}

header .Nav .navigation {
  align-items: center;
}

header .navigation.scrolled .navbar {
  margin-top: 0;
}

header .Nav .info-slider .carousel-inner {
  padding: 0 30px 50px -100px;
}

header .Nav .info-slider .imgs {
  margin-top: 3%;
  margin-bottom: 50px;
  margin-left: -4%;
}

header .Nav .info-slider .slide-details {
  margin-top: 45%;
}

header .Nav .info-slider .slide .slide-details h5 {
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

header .Nav .info-slider .slide .slide-details h1 {
  font-weight: bold;
  letter-spacing: 1px;
}

header .Nav .info-slider .slide .slide-details p {
  font-size: 18px;
  margin-top: 25px;
}

header .Nav .info-slider .certified {
  margin-bottom: 20px;
}

header .Nav .certified h4 {
  font-size: 20px;
  text-transform: none;
  color: white;
  letter-spacing: 1px;
}

header .Nav .info-slider .certified img {
  width: 120px;
  height: 120px;
  margin-top: 5px;
  margin-right: 10px;
}

header .Nav .info-slider .slide .slide-details button {
  color: white;
  font-size: 15px;
  padding: 10px 30px;
  font-weight: bold;
}

header .Nav .info-slider .slide .slide-details button:hover {
  background-color: white;
  color: blue;
}

.arrow-container-left {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 47%;
  left: 0;
  right: 10%;
}

.arrow-container-left .arrow-1 {
  width: 47px;
  height: 47px;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-container-left .arrow-2 {
  /*  width: 60px;
  height: 60px;
  background: #00BCD4;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 10%;
  z-index: 1;
  display: table; */
  width: 42px !important;
  height: 42px !important;
  /* background: transparent !important; */
  background-size: 100% 100%;
  border-radius: 50% !important;
  position: absolute !important;
  top: 7px !important;
  left: 7% !important;
  z-index: 1 !important;
  display: table !important;
  animation: zoominoutsinglefeatured 1s infinite;
}

.arrow-container-left .arrow-2:before {
  width: 42px;
  height: 42px;
  content: "";
  border: 0px solid white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.arrow-container-left .arrow-2 i.fa {
  /* font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #006064; */
  font-size: 30px;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 0 8px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: black;
  border: none;
  line-height: 38px;
  padding-left: 10px !important;
  position: relative;
  animation: mynext1 2s infinite;
}

.arrow-container-left .arrow-2 i.fa {
  animation-timing-function: ease-in-out;
}

@keyframes mynext1 {
  from {
    right: -6px;
    opacity: 1;
  }

  to {
    right: 8px;
    opacity: 0;
  }
}

.arrow-container-right {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 47%;
  right: -40px;
}

.arrow-container-right .arrow-1 {
  width: 45px;
  height: 45px;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-container-right .arrow-2 {
  /*  width: 60px;
  height: 60px;
  background: #00BCD4;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 10%;
  z-index: 1;
  display: table; */
  width: 42px !important;
  height: 42px !important;
  /* background: linear-gradient(to right, #000099 21%, #3399ff 135%)!important; */
  /* background: transparent !important; */
  background-size: 100% 100%;
  border-radius: 50% !important;
  position: absolute !important;
  top: 7px !important;
  right: 50% !important;
  z-index: 1 !important;
  display: table !important;
  animation: zoominoutsinglefeatured 1s infinite;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.arrow-container-right .arrow-2:before {
  width: 52px;
  height: 52px;
  content: "";
  border: 0px solid white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.arrow-container-right .arrow-2 i.fa {
  /* font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #006064; */
  font-size: 30px;
  background-color: rgb(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 3px 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: black;
  border: none;
  line-height: 31px;
  padding-left: 14px !important;
  position: relative;
  animation: mynext2 2s infinite;
}

.arrow-container-right .arrow-2 i.fa {
  animation-timing-function: ease-in-out;
}

@keyframes mynext2 {
  from {
    left: -8px;
    opacity: 1;
  }

  to {
    left: 8px;
    opacity: 0;
  }
}



/* Custom Animate.css */

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
    transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
    transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

header .Nav .carousel-indicators button {
  height: 5px;
  width: 30px;
  margin-bottom: -25px;
  border-radius: 2px;
}

.feature_main {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.feature_main .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.feature_main .service-featured .read_more_btn {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}

.feature_main .service-featured .read_more_btn a {
  text-decoration: none;
}

.feature_main .read_more_btn a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  padding: 0px !important;
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  font-size: 18px;
  color: #fff;
}

.service-featured .col .card:hover .read_more_btn a {
  color: #fff;
}

.feature_main .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: linear-gradient(to right, #c7c7dd 11%, #dae6f1 135%);
  animation: animate 25s linear infinite;
  bottom: -150px;
  opacity: 0.4 !important;
  border-radius: 100% !important;
}

.feature_main .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}




.feature_main .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.feature_main .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.feature_main .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.feature_main .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.feature_main .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.feature_main .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.feature_main .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.feature_main .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.feature_main .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}



.service-featured h3 {
  padding-bottom: 3%;
  font-weight: bold;
}

.service-featured p {
  font-family: 'Roboto Slab';
  font-size: 15px;
  letter-spacing: 0.4px;
  word-spacing: 3px;
  color: #000099;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 500;
}

.service-featured .card {
  padding: 40px 20px;
  border: none;
  box-shadow: 0 0 10px rgb(232 230 230);
  text-decoration: none;
}

.service-featured .card .service-img {
  height: 50px;
  width: 50px;
  margin: 20px 0 10px 0;
}

.service-featured .card .img-white {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 99;
  margin-left: -50px;
  margin-top: 20px;
  /* transition: 0.5s ease; */
  transition: 0.5s all ease-in-out;
}

.service-featured .col .card:hover .img-white {
  display: inline;
  /*  transition: .5s ease-in-out; */
  transform: scale(1.5);
}

.service-featured .col .card:hover p {
  color: white;
}

.service-featured .col .card:hover h5 {
  color: white;
}

.service-featured .card h5 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Roboto Slab", sans-serif;
  text-decoration: none !important;
  color: #212529;
}

.service-featured .card .card-text {
  font-size: 16px;
  color: rgb(72, 70, 70);
  font-family: 'Livvic';
  letter-spacing: 0.5px;
  word-spacing: normal;
  /* text-align: justify;
  padding: 0 10px; */
}

.service-featured .col .service1:hover {
  background-color: #e46e0e;
  transition: ease 0.4s;
  color: white;
}

.service-featured .col .service2:hover {
  background-color: #F30876;
  transition: ease 0.4s;
  color: white;
}

.service-featured .col .service3:hover {
  background-color: #05DBEE;
  transition: ease 0.4s;
  color: white;
}

.service-featured .col .service4:hover {
  background-color: #16e599;
  transition: ease 0.4s;
  color: white;
}

.service-featured .col .service5:hover {
  background-color: #780FDA;
  transition: ease 0.4s;
  color: white;
}

.service-featured .col .service6:hover {
  background-color: #0A99FD;
  transition: ease 0.4s;
  color: white;
}

.success-business {
  background-color: rgb(237, 233, 233, 0.3);
  padding: 60px 0;
}

.success-business .row {
  overflow: hidden;
}


.success-business .business-detail {
  margin-top: 0;
  padding-left: 50px;
}

.success-business .business-detail p {
  color: navy;
  letter-spacing: 1px;
  font-family: 'Roboto Slab';
  font-weight: 500;
}

.success-business .business-detail h3 {
  letter-spacing: 0.3px;
  font-weight: bold;
}

.success-business .business-detail h5 {
  font-size: 18px;
  color: gray;
  letter-spacing: 0.5px;
  word-spacing: 3px;
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif;
  ;
}


.success-business .business-detail .business-process p {
  color: black;
  font-family: Livvic;
  letter-spacing: 1px;
}

.success-business .business-detail .business-process .software .progress-bar {
  background-color: #FD6509;
}

.success-business .business-detail .business-process .cyber .progress-bar {
  background-color: #03DEA8;
}

.success-business .business-detail .business-process .artifical .progress-bar {
  background-color: #0A99FD;
}

.success-business .business-detail .business-process .web .progress-bar {
  background-color: #F00674;
}

.success-business .business-detail .business-process .progress {
  margin-top: -15px;
  border-radius: 0;
  height: 10px;
}

.success-business .business-detail .business-process button {
  margin-top: 40px;
}

/* working-process */
.working-process {
  overflow: hidden;
  background: linear-gradient(to right, #000099 11%, #3399ff 135%);
  color: white;
  border-radius: 280px 0 0 0;
}

.working-process p {
  font-family: "Roboto Slab", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff;
}

.working-img {
  background: url("../images/testimonial-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.working-process .row {
  margin-top: 2%;
}

.working-process .flip-box-front {
  border: none;
  border-bottom-right-radius: 70px;
  border-top-left-radius: 70px;
  background-color: rgb(5, 5, 180);
  box-shadow: 0 0 5px navy;
}

.working-process .col-md-6 .circle1 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 4px -40px 60px 5px #DD4C23 inset;
  margin-top: -35px;
  position: absolute;
  font-size: 30px;
  padding: 5px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid white;
}

.working-process .col-md-6 .circle2 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 4px -40px 60px 5px #09ae84 inset;
  margin-top: -35px;
  position: absolute;
  font-size: 30px;
  padding: 5px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid white;
}

.working-process .col-md-6 .circle3 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: whiteSmoke;
  box-shadow: 4px -40px 60px 5px #217cbc inset;
  margin-top: -35px;
  position: absolute;
  font-size: 30px;
  padding: 5px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid white;
}

.working-process .col-md-6 .circle4 {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: whiteSmoke;
  box-shadow: 4px -40px 60px 5px #F00674 inset;
  margin-top: -35px;
  position: absolute;
  font-size: 30px;
  padding: 5px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid white;
}

.working-process button {
  margin-top: 70px;
}

.working-process .flip-box {
  width: 250px;
  height: 250px;
  perspective: 1000px;
}

.working-process .flip-box h4 {
  font-family: "Roboto Slab", sans-serif;
}

.working-process .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.working-process .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.working-process .flip-box-front,
.flip-box-back {
  background-color: rgb(5, 5, 180);
  box-shadow: 0 0 5px rgb(3, 3, 108);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.working-process .flip-box-front {}

.working-process .back1 {
  transform: rotateY(180deg);
  background-color: #d46040;
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
  letter-spacing: 0.5px;
}

.working-process .back2 {
  transform: rotateY(180deg);
  background-color: #0aa07a;
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
  letter-spacing: 0.5px;
}

.working-process .back3 {
  transform: rotateY(180deg);
  background-color: #217cbc;
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
  letter-spacing: 0.5px;
}

.working-process .back4 {
  transform: rotateY(180deg);
  background-color: #eb2e86;
  border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
  letter-spacing: 0.5px;
}

.why-choose-us {
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
}

.why-choose-us .row {
  overflow: hidden;
}

.why-choose-us p:first-child {
  color: navy;
  letter-spacing: 1px;
  font-family: 'Roboto Slab';
  font-weight: 500;
}

.why-choose-us p {
  /* color: #000; */
  letter-spacing: 1px;
  font-family: 'Livvic';
  margin-bottom: 0;
}

.inner_main_faq .faq-testimonial .testimonial-content p {
  color: #fff;
}

.inner_main_faq .col-lg-8 {
    width: 100% !important;
}

.inner_main_faq .col-lg-8

.portfolios h2.text-center {
    color: white !important;
}

.faq-content-wrap .sub-title {
    text-align: left !important;
}

.faq-content-wrap .section-title {
    text-align: left !important;
}

.tech-logos .slick-prev:before, .tech-logos .slick-next:before {
    margin-right: 0px !important;
    margin-left: -5px !important;
}

.why-choose-us-detail {
  padding-right: 35px;
}

.why-choose-us h6 {
  color: gray;
  font-size: 17px;
  font-weight: 400;
  margin: 20px 0;
}

.h3,
h3 {
  font-weight: 600;
}

.why-choose-us .why-choose-info {
  margin-top: 40px;
}

.why-choose-us .d-flex h5 {
  font-family: "Roboto Slab", sans-serif;
}

.why-choose-us .d-flex {
  margin-top: 25px;
}

.why-choose-us-detail h3 {
    margin-bottom: 5px;
    font-size: 25px;
}

.why-choose-us .d-flex h6 {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
}

.why-choose-us .d-flex img {
  width: 55px;
  height: 55px;
  margin-top: 10px;
}

.why-choose-us img {
  width: 100%;
}

.why-choose-us .dot-img-1 {
  height: 60px;
  width: 110px;
  margin-left: -5%;
  margin-bottom: -8%;
  position: absolute;
  animation: zoom-in-zoom-out 1s ease infinite;
  animation-duration: 11s;
  animation-name: dot1;
  z-index: -1;
}


.animated_call_to_action {
  background-color: #000;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.animated_call_to_action .main_title {
  color: #fff;
  margin-bottom: 20px;
}

.animated_call_to_action .call_btn {
  text-align: right;
}

.animated_call_to_action .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  z-index: -1;
}

.animated_call_to_action .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
  animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.animated_call_to_action .line:nth-child(1) {
  margin-left: -25%;
}

.animated_call_to_action .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated_call_to_action .line:nth-child(3) {
  margin-left: 25%;
}

.animated_call_to_action .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes dot1 {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}



/* industry-work */
.industry-work {
  overflow: hidden;
  padding: 60px 0;
  color: white;
  background-color: transparent;
  background: linear-gradient(to right, #000099 11%, #3399ff 135%);
  opacity: 1;
  position: relative;
}

.industry-work p {
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.industry-work h3 {
  font-weight: 600;
  font-family: 'Livvic';
}

.industry-work .col-xs-2 {
  color: #FFF;
}

.industry-work .col_item {
  margin-left: 3.166666667%
}

.industry-work .col_item:first-child,
.col_item:nth-child(5n+1) {
  margin-left: 0;
}

.industry-work::before {
  content: "";
  background: url("../images/shape-58.png");
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 463px;
  background-size: cover;
  background-repeat: repeat;
  animation: wave 10s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-0.5%) translateZ(0) scaleY(0.90);
  }

  100% {
    transform: translateX(-1%) translateZ(0) scaleY(1);
  }
}

/*.industry-work .ind-work {
  margin-top: 4%;
}*/

.industry-work .card {
  background-color: #0707c8;
  border-radius: 15px;
  border: none;
  transition: 0.5s;
  box-shadow: 0 0 3px navy;
  width: 200px;
}

.industry-work .card .head h4 {
  color: white;
  padding-bottom: 50px;
  font-size: 20px;
  font-family: "Roboto Slab", sans-serif;
}

.industry-work .ind-work .row {
  margin-top: 30px;
}

.industry-work .card .logo {
  background-image: url("../images/indusrty-box-shape.png");
  padding-top: 40px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
}

.industry-work .card .logo .logo1 {
  margin-left: 25px;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  opacity: 1;
}

.industry-work .card .logo .logo2 {
  margin-left: 60px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 255, 255, 0.2);
  padding: 7px;
  border-radius: 50%;
}

.industry-work .card:hover .logo .logo2 {
  animation: logo1 2s infinite;
}

@keyframes logo1 {

  80%,
  100% {
    transform: translate(calc(30% + var(--s, 0%)))
  }
}

.industry-work .card:hover {
  transform: translateY(-25px);
  box-shadow: 0 0 13px navy;
}

/* technology index */
.technology {
  padding: 60px 0 141px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.technology .tech_img_wrap {
  margin-bottom: 20px;
}

.technology .tech_img_wrap .thumbnail_container {
  position: relative;
  background: rgb(237 233 233 / 50%);
  padding-bottom: 66%;
  overflow: hidden;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
  border-radius: 7px;
}

.technology .tech_img_wrap .thumbnail_container .thumbnail {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.technology .tech_img_wrap .thumbnail_container .thumbnail img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  padding: 15px;
  height: auto;
}

.technology .row {
  margin-top: 35px;
}

.technology p {
  color: navy;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-weight: 600;
  font-family: "Roboto Slab", sans-serif;
}

.technology h3 {
  word-spacing: 4px;
  font-weight: bold;
  font-family: 'Livvic';
}

.technology .waves {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0.08;
  z-index: -1;
}

.technology svg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  animation-name: move-left;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.technology spacer {
  height: 100px;
  width: 100%;
}


.technology .technology-img3 .amazon {
  width: 45%;
}

.technology .technology-img {
  margin-top: -10px;
}

.technology button {
  margin-top: 30px;
}



.portfolios {
  margin-top: 0;
  overflow: hidden;
  background-image: url(../images/slider-2-1400x650.jpg);
  background-size: 100% 100%;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.portfolios:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

.portfolios p {
  color: white;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 0.5px;
}

.portfolios h3 {
  color: white;
  font-weight: bold;
  font-family: 'Livvic';
}

:root {
  --surface-color: #fff;
  --curve: 40;
}

.portfolios .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 0;
  list-style-type: none;
  padding: 0 40px;
  font-family: 'Livvic';
  border: none;
}

.portfolios .card {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  margin: 60px 20px 20px 20px;
  border: none;
}

.portfolios .card p {
  color: white;
  padding: 10px 10px 10px 30px;
  font-family: 'Livvic';
}

.portfolios .card__image {
  width: 100%;
}

.portfolios .card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 40px;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  transform: translateY(100%);
  transition: .2s ease-in-out;
}

.portfolios .card p strong {
  font-family: 'Roboto Slab';
}

.portfolios .card:hover {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.portfolios .card:hover .card__overlay {
  transform: translateY(0);

}

.portfolios .card__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 15px 30px;
  border-radius: calc(var(--curve) * 1px) 0 0 0;
  background-color: var(--surface-color);
  transform: translateY(-100%);
  transition: .2s ease-in-out;
}

.portfolios .card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.portfolio-info ul.portfolio-cards {
  padding-left: 0;
}

.portfolios .card__arc path {
  fill: var(--surface-color);
  d: path("M 40 80 c 22 0 40 -22 40 -40 v 40 Z");
}

.portfolios .card:hover .card__header {
  transform: translateY(0);
}

.portfolios .card__thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.portfolios .card__title {
  font-size: 1.3em;
  margin: 0 0 0.3em;
  color: navy;
  font-family: 'Roboto Slab';
}

.portfolios .card__tagline {
  display: block;
  margin: 1em 0;
  font-family: "MockFlowFont";
  font-size: .8em;
  color: #D7BDCA;
}

.portfolios .card__status {
  font-size: .8em;
  color: #D7BDCA;
}

.portfolios .card__description {
  padding: 0 2em 2em;
  margin: 0;
  color: #D7BDCA;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.portfolios .card-detail {
  display: block;
  /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5.0em;
  letter-spacing: 0.5px;
}

.portfolios .arrow-rt {
  height: 18px;
  width: 15px;
  margin: 4px 0 0 3px;
}

.portfolios .read-more {
  margin-top: -40px;
}



@keyframes run {
  0% {
    left: 0;
  }

  50% {
    left: calc(40% - 50px);
  }

  100% {
    left: 0;
  }
}


.modal-video .modal {
  z-index: 99999;
  margin-top: 5%;
}

.modal-video .modal .modal-dialog {
  transform: none;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-video .modal-content {
  background: transparent;
  border: none;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-video .modal-body iframe {
  width: 800px;
  height: 440px;
}



.review {
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6% 0;
}

.review p {
  color: white;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 0.5px;
  word-spacing: 3px;
}
.client-review-head {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.client-review-subtext {
  color: #fff;

}
.review h3 {
  color: white;
  font-family: 'Livvic';
  font-weight: 600;
}

.review .card-body {
  padding: 60px 40px;
}

.review .card-body h4.test-head {
  font-family: 'Roboto Slab';
  color: #ef751e;
  margin-bottom: 0;
}

/*.review .review-card button.slick-prev.slick-arrow::before {
  font-size: 50px !important;
  content: "\f100";
  font-family: 'FontAwesome';
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  padding: 10px;
  color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review .review-card button.slick-next.slick-arrow::before {
  font-size: 29px !important;
  content: "\f101";
  font-family: 'FontAwesome';
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  padding: 10px;
  color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

.review .card p {
  color: rgb(65, 64, 64);
  font-family: 'Livvic';
  font-weight: 500;
}

.review .card h5 {
  font-size: 16px;
}

.review .card-body img {
  height: 50px;
  width: 50px;
  float: right;
}
.card-body h5 {
  color: #06329f !important;
  opacity: 0.7;
}
.review .slider {
  width: 50%;
  margin: 100px auto;
}

.review .slick-slide {
  margin: 0px 20px;
}



.review .slick-next {
  left: -440px;
  bottom: 30px;
/*  top: auto;*/
}

.review .slick-prev {
  left: -440px;
 bottom: 30px;
/* top: auto;*/
}

.review .slick-prev:before,
.review .slick-next:before {
  font-size: 33px;
}

.review .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.review .slick-active {
  opacity: .5;
}

.review .slick-current {
  opacity: 1;
}

.tips-tricks {
  padding: 60px 0;
}

.tips-tricks .tips-tricks-card.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.tips-tricks .slick-dots {
  position: static;
  margin-top: 42px;
}

.tips-tricks .blog-head p {
  color: navy;
  letter-spacing: 1px;
  font-family: "Roboto Slab", sans-serif;
}

.tips-tricks .blog-head h3 {
  font-weight: bold;
  font-family: 'Livvic';
  margin-bottom: 30px;
}
.tips-tricks .blog-head h5 {
  font-size: 20px;
}

.tips-tricks .row {
  margin-top: 5px;
  /* margin-left: 30px; */
}

.tips-tricks .card {
  height: 300px;
  padding: 10px;
  border: 1px solid #d0e5f4;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}

.tips-tricks .card img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.tips-tricks .card .card-title a {
  font-size: 19px;
  font-family: 'Livvic';
  font-weight: 600;
  min-height: 42px;
  color: #000;
  text-decoration: none;
}

.tips-tricks .card p {
  /* color: #000; */
  font-family: Livvic;
}

.tips-tricks .card .more1 {
  margin-top: 45px;
  font-family: 'Livvic';
  color: black;
  font-weight: bold;
}

.tips-tricks .card .more2,
.more3 {
  font-family: 'Livvic';
}

.tips-tricks .card .more4 {
  margin-top: 20%;
  font-family: 'Livvic';
}

.tips-tricks .card .more5,
.more6,
.more7 {
  margin-top: 19%;
  font-family: 'Livvic';
}

.tips-tricks .card .more8 {
  margin-top: 18%;
  font-family: 'Livvic';
}

.tips-tricks .card .more9 {
  margin-top: 13%;
  font-family: 'Livvic';
}

.tips-tricks .card .d-flex p {
  transition: all 0.4s;
  font-weight: 600;
  color: #061340;
}

.tips-tricks .card .arrow-rt {
  height: 13px;
  width: 8px;
  margin: 6px 0 0 6px;
}



.tips-tricks .card .card-body {
  padding: 20px 20px 0;
}

.tips-tricks .slick-dots li button:before {
  color: rgb(5, 5, 189) !important;
  font-size: 15px !important;
  margin-top: 0;
}
.tips-tricks .slick-dots li {
  margin: 0 3px !important;
}
.tips-tricks .lern_more {
  position: absolute;
  bottom: 22px;
  left: 33px;
}

.tips-tricks .lern_more a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  color: #000;
  font-family: "Roboto Slab", sans-serif;
}

.tips-tricks .lern_more a i {
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  height: 26px;
  width: 26px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
  margin-left: 4px;
}

.image-slide {
  margin-top: 0;
  background-color: navy;
  overflow: hidden;
}

.image-slide button.slick-prev.slick-arrow::before {
  font-size: 20px !important;
  content: "\f100";
  font-family: 'FontAwesome';
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  padding: 10px;
  color: #fff !important;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-slide button.slick-next.slick-arrow::before {
  font-size: 20px !important;
  content: "\f101";
  font-family: 'FontAwesome';
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  padding: 10px;
  color: #fff !important;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tips-tricks .slick-arrow::before {
  font-size: 30px !important;
}

.image-slide .row {
  padding: 30px 0;
}

.image-slide img {
  width: 100%;
  padding: 10px 15px;
}

/* footer */

footer {
  background-image: url("../images/footer-5.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  font-family: Livvic;
}

footer .footer_top {
  padding: 60px 0;
}

footer .footer_bottom {
  background: rgba(0, 0, 128, 0.1);
  padding: 20px 0;
}

.footer_bottom p {
  margin: 0;
}

footer .container p {
  color: #000;
}

footer .footer_bottom .copy2 {
  padding: 0;
  text-align: right;
}

footer .footer_bottom .copy2 ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer_bottom .copy2 ul li {
  display: inline;
  margin-top: 0;
}

.footer_bottom .row {
    display: flex;
    justify-content: space-between;
}

.footer_bottom .container .row .col-md-6.col-sm-12.copy2 ul.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer_bottom .copy2 ul li+li {
  margin-left: 10px;
  margin-top: 0;
}

footer .footer_bottom .copy2 ul li a {
  color: #454545;
  text-decoration: none;
}

footer .footer_bottom .copyright.text-left a {
  margin-left: 4px;
  font-weight: 600;
}

footer .social-icons .fa-icon1,
.fa-icon2,
.fa-icon3,
.fa-icon4 {
  margin-right: 15px;
  font-size: 18px;
  margin-top: 20px;
}

footer .social-icons .fa-icon1 a {
  color: #0066cc;
  padding: 3px 10px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 5px rgb(207, 206, 206);
  transition: 0.4s;
}

footer .social-icons .fa-icon2 a {
  color: #1a8cff;
  padding: 5px 9px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 5px rgb(207, 206, 206);
  transition: 0.4s;
}

footer .social-icons .fa-icon3 a {
  color: #0059b3;
  padding: 5px 9px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 5px rgb(207, 206, 206);
  transition: 0.4s;
}

footer .social-icons .fa-icon4 a {
  color: #ff1a75;
  padding: 6px 10px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 5px rgb(207, 206, 206);
  transition: 0.4s;
}

footer .social-icons .fa-icon1 a:hover {
  background-color: #0066cc;
  color: white;
  box-shadow: none;
}

footer .social-icons .fa-icon2 a:hover {
  background-color: #1a8cff;
  color: white;
  box-shadow: none;
}

footer .social-icons .fa-icon3 a:hover {
  background-color: #0059b3;
  color: white;
  box-shadow: none;
}

footer .social-icons .fa-icon4 a:hover {
  background-color: #ff1a75;
  color: white;
  box-shadow: none;
}

footer .india-info li i {
  margin-top: 5px;
  margin-right: 15px;
  font-size: 17px;
  color: rgb(84, 83, 83);
}

footer .uae-info li i {
  margin-top: 5px;
  margin-right: 15px;
  font-size: 17px;
  color: rgb(84, 83, 83);
}


/*footer .quick-links p {
  margin-top: -12px;
}
*/
footer .uae-info {
  margin-top: 40px;
}


footer li {
  color: #000;
  list-style-type: none;
  margin-top: 5px;
  align-items: center;
  font-weight: 500;
}

a {
  color: #000080;
  text-decoration: none;
}

a:hover {
  color: #e84e22;
}

footer .india-info li i,
footer .uae-info li i {
  margin-top: 5px;
  margin-right: 15px;
  font-size: 17px;
  display: flex;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  color: #fff;
  align-items: center;
  height: 35px;
  width: 35px;
  justify-content: center;
  min-width: 35px;
  border-radius: 100%;
}

footer li+li {
  margin-top: 18px;
}

footer .d-flex button {
  border-radius: 50%;
  background-color: navy;
  margin-left: -46px;
  padding: 10px;
}

footer .d-flex img {
  height: 25px;
  width: 25px;
  padding: 3px;
  margin: 0;
}

.owl-carousel.owl-drag .owl-item {
  height: 400px;
}

.owl-carousel .owl-item img {
  display: inline !important;
}

/* Slick Slider */
.slick-dots li button::before {
  color: #fff !important;
  font-size: 10px !important;
}

.tips-tricks .card {
  height: auto !important;
  margin-top: 0;
  margin-bottom: 0;
}

.tips-tricks .card .card-image .thumbnail-container {
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
  display: block;
}

.tips-tricks .card .card-image .thumbnail-container .thumbnail {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tips-tricks .card .card-image img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  max-width: 100%;
}

@media(min-width:768px) and (max-width:1365px) {
  .industry-work .col_item {
    margin-left: 3.5% !important;
    margin-right: 3.5% !important;
  }
}

@media(min-width:280px) and (max-width:767px) {

  .industry-work .col_item:first-child,
  .col_item:nth-child(5n+1),
  .industry-work .col_item {
    margin-left: 3.166666667%;
  }
}

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

.dg-transition h5,
.dg-center h5 {
  display: block !important;

}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #0a0a0a;
}


.new_product_sec.p-0.clearfix {
    background: #02026b !important;
}

.new_product_sec .new_product_info_dec {
  padding: 100px 20px 170px 0;
  margin-right: 0px;
  margin-bottom: -100px;
  height: 100%;
  position: relative;
}

.new_product_sec .new_product_info_dec .product_bg_wrap {
  background: linear-gradient(330deg, #00005B 0%, #020275 90%);
  margin-left: -500px;
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
}

.new_product_sec .new_product_info_dec .product_bg_wrap:before {
  content: "";
  background: url(../images/shape-58.png) no-repeat 0px 0px;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 463px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
  opacity: 0.5;
}

@keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1920px 0;
  }
}

.video_testimonial_wrap {
  position: relative;
  z-index: 1;
}


.video_testimonial_wrap img.product-circle {
  width: 230px;
  height: 220px;
  position: absolute;
  animation: linear infinite;
  animation-name: run;
  animation-duration: 15s;
  margin: 0;
  z-index: -1;
}

.video_testimonial_wrap img.product-circle2 {
  position: absolute;
  animation: linear infinite;
  animation-name: run2;
  animation-duration: 10s;
  bottom: 31px;
  right: 0;
  z-index: -1;
}

.new_product_sec .new_product_info_dec .overlay_content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.new_product_sec .new_product_info_dec .overlay_content .product-head-titl p {
  color: #fff;
  letter-spacing: 1px;
  word-spacing: 3px;
  font-family: "Roboto Slab", sans-serif;
}

.new_product_sec .new_product_info_dec .overlay_content .product-head-titl h3 {
  color: #fff;
  font-weight: bold;
}

.product_boxes .product_in_box {
  padding-bottom: 30px;
}

.product_boxes .product_in_box .featured-icon-box {
  background-color: #15264b;
  border: 1px solid #15264b;
  padding: 29px 30px 22px;
  transition: all 0.5s ease 0s;
  margin: 0;
  position: relative;
  display: block;
  height: 100%;
}

.product_boxes .product_in_box .featured-icon-box:hover {
  background-color: #203668;
}

.product_boxes .product_in_box .featured-icon-box .featured-icon {
  display: table-cell;
  vertical-align: middle;
}

.product_boxes .product_in_box .featured-icon-box .featured-icon .cpr_icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_boxes .product_in_box .featured-icon-box .featured-icon .cpr_icon i {
  font-size: 24px;
}

.product_boxes .product_in_box .featured-icon-box .featured-title {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}

.product_boxes .product_in_box .featured-icon-box .featured-title h3 {
  margin: 0;
}

.product_boxes .product_in_box .featured-icon-box .featured-title h3 a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.4;
  display: inline-block;
}

.product_boxes .product_in_box .featured-icon-box .featured-content {
  margin-top: 23px;
}

.product_boxes .product_in_box .featured-icon-box .featured-content span.number {
  position: absolute;
  content: "";
  top: 1px;
  right: 25px;
  color: #ffffff;
  font-size: 128px;
  line-height: 1;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  opacity: 0.04;
}

.product_boxes .product_in_box .featured-icon-box .featured-content span.number:after {
  counter-increment: container;
  content: counter(container, decimal-leading-zero);
  font-family: inherit;
  font-style: normal;
}

.product_boxes .product_in_box .featured-icon-box .featured-content .featured-desc p {
  transition: all 0.3s ease 0s;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.50);
}

.new_product_sec .new_product_info_dec .overlay_content .product_boxes {
  margin-top: 45px;
}

.new_product_sec .product_right_img {
  height: 100%;
  margin-top: 0px;
  position: relative;
}
.new_product_sec.p-0.clearfix .container {
    max-width: 100% !important;
    padding: 0 50px !important;
}
.new_product_sec .product_right_img .product_right_img_wrap {
  background-image: url('../images/demo-img-for-section.png');
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0px;
  position: absolute;
  height: 100%;
  width: auto;
  top: 5%;
  left: 0;
  right: 0;
  width: auto;
  background-size: 100%;
}

 .seo_blog_img {
  background-image: url('../images/demo-img-for-section.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-right: -385px !important;
    position: absolute !important;
    height: 100% !important;
    width: auto !important;
    top: 130px !important;
    left: 0 !important;
    right: 0 !important;
}


.drupal_img{
  background-image: url('../images/demo-img-for-section.png') !important;
   background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-right: -385px !important;
    position: absolute !important;
    height: 100% !important;
    width: auto !important;
    top: 130px !important;
    left: 0 !important;
    right: 0 !important;
}

.laravel_img{
  background-image: url('../images/demo-img-for-section.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-right: -385px !important;
    position: absolute !important;
    height: 100% !important;
    width: auto !important;
    top: 130px !important;
    left: 0 !important;
    right: 0 !important;
}












.new_product_sec {
  overflow: hidden;
}

.portfolios ul.slick-dots {
  bottom: -50px;
}

.portfolios ul.slick-dots button:before {
  font-size: 18px !important;
}

.product_boxes .product_in_box:first-child .featured-content span.number:after {
  content: "01";
}

.product_boxes .product_in_box:nth-child(2) .featured-content span.number:after {
  content: "02";
}

.product_boxes .product_in_box:nth-child(3) .featured-content span.number:after {
  content: "03";
}

.product_boxes .product_in_box:nth-child(4) .featured-content span.number:after {
  content: "04";
}

.product_boxes .product_in_box:nth-child(5) .featured-content span.number:after {
  content: "05";
}

.product_boxes .product_in_box:nth-child(6) .featured-content span.number:after {
  content: "06";
}

.product_boxes .product_in_box .featured-icon-box .featured-content .read_more_btn {
  text-align: right;
  margin-top: 12px;
}

.product_boxes .product_in_box .featured-icon-box .featured-content .read_more_btn a {
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.product_boxes .product_in_box .featured-icon-box .featured-content .read_more_btn a i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  padding: 0px !important;
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  font-size: 12px;
}

.video_testimonial_wrap {
  padding: 80px 0;
  background: #f9f9f9;
}

.video_testimonial_wrap .site_title {
  text-align: center;
}

.site_title p {
  letter-spacing: 1px;
  word-spacing: 3px;
  font-family: "Roboto Slab", sans-serif;
  color: #03228F;
  font-weight: 500;
}

.site_title h3 {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
}

.video_testimonial_wrap .wrap_test_dta {
  margin-top: 35px;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .vid_item_img {
  margin: 0 20px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .vid_item_img .thumbnail_container {
  position: relative;
  padding-bottom: 120%;
  width: 100%;
  overflow: hidden;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .vid_item_img .thumbnail_container .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .vid_item_img .thumbnail_container .thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  transition: all 0.7s ease-in-out;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 10px;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .vid_item_img .thumbnail_container:hover img {
  transform: scale(1.1);
}

.video_testimonial_wrap .wrap_test_dta .vid_item .vid_info_wrap {
  position: relative;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .vid_info_wrap .vid_item_name {
  position: absolute;
  top: 57%;
  left: 30px;
  right: 30px;
  z-index: 1;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .vid_info_wrap .vid_item_name .user_name {
  font-size: 20px;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .vid_info_wrap .play_icon {
  width: 45px;
  height: 45px;
  margin: auto;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-top: -55px;
}


.video_testimonial_wrap .wrap_test_dta .vid_item .vid_item_img .thumbnail_container .user_name_info {
  position: absolute;
  background: linear-gradient(to right, #000099 21%, #3399ff 135%);
  color: #fff;
  bottom: 5px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 16px 4px 17px 4px;
  left: 5px;
}


.video_testimonial_wrap .wrap_test_dta .vid_item .vid_info_wrap .play_icon i {
  color: #fff;
  font-size: 24px;
  margin-left: 6px;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .waves {
  position: absolute;
  width: 75px;
  height: 75px;
  background: #c37131;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  top: -70px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
  left: 0;
  right: 0;
  margin: auto;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video_testimonial_wrap .wrap_test_dta .vid_item .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video_testimonial_wrap button.slick-next.slick-arrow:before {
  color: #000;
  font-size: 41px;
}

.video_testimonial_wrap button.slick-prev.slick-arrow {
  left: -63px;
}

.video_testimonial_wrap button.slick-prev.slick-arrow:before {
  padding: 10px;
  font-size: 29px;
  content: "\f100";
  font-family: 'FontAwesome';
  background: linear-gradient(to right, #000099 21%, #3399ff 135%);
  padding: 10px;
  color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_testimonial_wrap button.slick-next.slick-arrow {
  right: -36px;
}


.video_testimonial_wrap button.slick-next.slick-arrow:before {
  padding: 10px;
  font-size: 29px;
  content: "\f101";
  font-family: 'FontAwesome';
  background: linear-gradient(to right, #000099 21%, #3399ff 135%);
  padding: 10px;
  color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .Nav .row nav ul .service-menu a {
  position: relative;
}

header .Nav .row nav ul .service-menu a:after {
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #0a0a0a;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    content: "";
    position: absolute;
    right: -10px;
    top: 41px;
}

.mega-menu .modal {
  top: 25px;
}

footer h4 {
  font-weight: 600;
  color: #000;
  margin-bottom: 19px;
}

footer .f_logo img {
  margin-bottom: 15px;
}

.wats-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.wats-float:hover {
  color: #fff;
}

.my-wats-float {
  margin-top: 16px;
}

.get_in_touch_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  padding: 13px 28px;
  border: none;
  font-size: 18px;
  margin-top: 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
  border-radius: 50rem !important;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.get_in_touch_btn:hover {
  color: #fff;
  background: linear-gradient(220deg, #DD4C23 0%, #F27C1E 79%);
}

.req_modal .modal-dialog {
  width: 95%;
  max-width: 1320px;
  padding: 0;
  border-radius: 0;
  margin-top: 55px;
}

.req_modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

.req_modal .modal-dialog .modal-content .close_btn {
  position: absolute;
  right: 0;
  top: -29px;
}

.req_modal .modal-dialog .modal-content .close_btn button.btn-close {
  background: none;
  position: relative;
  padding: 0;
  margin: 0;
}

.req_modal .modal-dialog .modal-content .close_btn button.btn-close {
  background: none;
  position: relative;
  padding: 0;
  margin: 0;
  opacity: 1;
}

.req_modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}



.req_modal .modal-dialog .modal-content .close_btn button.btn-close:after {
  content: "\f00d";
  position: absolute;
  color: #fff;
  font-family: 'FontAwesome';
  top: -22px;
  font-size: 26px;
  right: 0;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap {
  display: flex;
  flex-wrap: wrap;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left {
  width: 65%;
  padding: 40px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .form-control {
  padding: 13px 20px;
  font-size: 18px;
  border-radius: 0;
  color: #202020;
  font-family: inherit;
  border: 1px solid #ebebeb;
  background-color: #F6F7F9;
  border-radius: 4px;
  font-weight: 500;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .form-control:focus {
  outline: none;
  box-shadow: none;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .form-group {
  margin-bottom: 30px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left textarea.form-control {
  height: 120px;
  resize: none;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left h2 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 32px;
  color: #000080;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .file-uploder {

  right: 25px;
  top: auto;
  width: 100%;
  height: auto;
  background: #F6F7F9;
  bottom: auto;
  border-radius: 6px;
  border: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  left: 25px;
  margin: auto;
  border: 1px solid #eee;
}

.theme_btn {
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  font-size: 18px;
  margin-top: 0;
  padding: 13px 28px;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  border: none;
  color: #fff;
  border-radius: 50rem !important;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

.theme_btn:hover {
  background: linear-gradient(220deg, #DD4C23 0%, #F27C1E 79%);
  color: #fff;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .file-uploder input#filess {
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .file-uploder label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 100;
  word-break: break-all;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  flex-direction: row;
  padding: 17px 12px;
  font-family: 'Livvic';
  text-align: center;
  line-height: 120%;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  position: static;
  background: transparent;
  font-weight: 500;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .file-uploder label em {
  margin-right: 9px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .form-group .sub_btn {
  text-align: center;
  margin-top: 4px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right {
  width: 35%;
  background: linear-gradient(to right, #000099 21%, #3399ff 135%);
  padding: 40px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .rew_right_info .in_title {
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto Slab';
  text-align: center;
  line-height: 160%;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 60px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .rew_right_info .in_title:after {
  position: absolute;
  width: 15%;
  height: 4px;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -13px;
  border-radius: 26px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .rew_right_info .in_title:before {
  position: absolute;
  width: 9%;
  height: 4px;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -21px;
  border-radius: 26px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_logo {
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  margin: 0 -10px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_logo .modal_logo_in {
  width: 50%;
  padding: 0 10px;
  text-align: center;
  overflow-y: hidden;
  margin-bottom: 33px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_logo .modal_logo_in img {
  max-height: 140px;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_contact {
  border-top: 1px solid #4c88c3;
  padding-top: 29px;
  width: 80%;
  margin: 20px auto 0;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_contact .con_title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_contact ul {
  margin: 19px auto 0;
  padding: 0;
  max-width: 79%;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_contact ul li {
  color: #000;
  list-style-type: none;
  margin-top: 0;
  align-items: center;
  font-weight: 400;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_contact ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.4px;
  font-size: 16px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_contact ul li+li {
  margin-top: 10px;
}

.req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_contact ul li a i {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 13px;
  display: inline-flex;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  color: #fff;
  align-items: center;
  height: 26px;
  width: 26px;
  justify-content: center;
  min-width: 26px;
  border-radius: 100%;
}

.info-slider .carousel-item .banner_content .banner_content_wrap {
  margin-top: 100px;
  padding: 0 50px;
}

.info-slider .carousel-item .banner_content .banner_content_wrap .banner_small_title {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 11px 27px 11px 5px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.info-slider .carousel-item .banner_content .banner_content_wrap .banner_small_title:after {
  background: url(../images/heading_bg.png);
  position: absolute;
  z-index: -1;
  top: 0;
  content: "";
  width: 100%;
  height: 65px;
  background-repeat: no-repeat;
  left: 0;
  opacity: 0.9;
  background-size: contain;
}

.info-slider .carousel-item .banner_content .banner_content_wrap .sub_head {
  font-size: 50px;
  color: #fff;
  line-height: 120%;
  margin-top: 20px;
  font-weight: 700;
  font-family: 'Livvic';
  letter-spacing: 1px;
}

.info-slider .carousel-item .banner_content .banner_content_wrap.new_banner .sub_head {
  color: navy;
}

.info-slider .carousel-item .banner_content .banner_content_wrap.new_banner p {
  color: navy;
}

.info-slider .carousel-item .banner_content .banner_content_wrap p {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 140%;
}

.info-slider .carousel-item .banner_content .banner_content_wrap .sub_btn {
  margin-top: 40px;
}

.info-slider .carousel-item .banner_content {
  position: relative;
  z-index: 1;
}

.info-slider {
  overflow: hidden;
}



.mega_menu.mega-menu {
  position: absolute;
  width: 1160px;
  z-index: 1;
  right: -540px;
  top: inherit;
  display: none;
  padding-top: 10px;
  margin-top: -10px;
}

.mega_menu.mega-menu .mega_menu_wrap {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 8px 2px 17px -6px rgb(0 0 0 / 20%);
}


  header .Nav .row nav ul li.service-menu:hover .mega_menu.mega-menu {
    display: block;
  }



.inner_banner {
  padding: 70px 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.inner_banner:after {
  background: rgb(10 10 74 / 80%);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.inner_banner .main_inner_banner_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}



.inner_banner .main_inner_banner_wrap .inner_banner_left_sec {
  width: 50%;
  padding-right: 30px;
}

.inner_banner .main_inner_banner_wrap .inner_banner_right_sec {
  width: 50%;
}

.inner_banner .main_inner_banner_wrap .inner_banner_left_sec .inner_main_title {
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 135%;
}

.inner_banner .main_inner_banner_wrap .inner_banner_left_sec p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.inner_banner .main_inner_banner_wrap .inner_banner_left_sec .in_btn {
  margin-top: 60px;
}

.inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in {
  background: rgb(118 138 205 / 52%);
  padding: 50px;
  border-radius: 6px;
}

.inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 135%;
  font-size: 30px;
}

.inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in .form-group {
  margin-bottom: 30px;
}

.inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in .form-group .form-control {
  padding: 8px 20px;
  font-size: 18px;
  color: #202020;
  font-family: inherit;
  border: 1px solid #ebebeb;
  background-color: #F6F7F9;
  border-radius: 4px;
  font-weight: inherit;
  height: 45px;
}

.inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in .sub_btn {
  text-align: center;
  margin-top: 10px;
}





.right_image_cms {
  padding: 80px 0;
}

.cms_div {
  padding: 80px 0;
}

.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.cms p+h2,
.cms p+h3,
.cms p+h4,
.cms p+h5,
.cms p+h6 {
  margin-top: 25px;
}

.cms p {
  color: #7a7a7a;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}

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

.cms_desc {
  padding-left: 60px;
}

.cms_btn {
  margin-top: 33px;
}

.round_img_div .thumbnail_container {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.round_img_div .thumbnail_container .thumbnail {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.round_img_div .thumbnail_container .thumbnail img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumbnail_container {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.thumbnail_container .thumbnail {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.thumbnail_container .thumbnail img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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


.round_img_div {
  position: relative;
  z-index: 1;
}

.round_img_div:after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 16px;
  right: 0;
  bottom: 0;
  top: 16px;
  border-radius: 100%;
  z-index: -1;
  background: #ffe8e1;
}

.call_to_action {
  padding: 60px 0;
  background: #041142;
  position: relative;
  z-index: 1;
}

.call_to_action::after {
  background: url(../images/call_to_action_shape_img.png);
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.call_to_action .col_to_action_text .call_actiton_title {
  color: #dadff3;
  font-weight: 600;
  margin: 0;
}

.call_to_action .call_btn {
  text-align: right;
}

.right_image_cms .img_wrp .thumbnail_container {
  padding-bottom: 100%;
}

.right_image_cms .right_img_cms {
  padding-left: 55px;
}

.right_image_cms .right_img_cms .img_wrp {
  position: relative;
  z-index: 1;
}

.right_image_cms .right_img_cms .img_wrp:before {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid #eb9780;
  content: "";
  top: 23px;
  left: -20px;
  z-index: -1;
}

.technolgy_stack {
  padding: 86px 0;

}

.our_certy .certy_info_wrp {
  background: #1c1c1c;
  padding: 102px 50px;
  text-align: left;
  position: relative;
  z-index: 1;
  height: 100%;
}



.our_certy .certy_info_wrp:before {
  background: url(../images/dot_round.png);
  background-size: contain;
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  opacity: 0.2;

  /* background-position: center; */
}



.our_certy .certy_info_wrp span.sm_text {
  color: #F27C1E;
  font-size: 20px;
  display: block;
  line-height: 123%;
  margin-bottom: 8px;
}

.our_certy .certy_info_wrp p {
  color: #fff;
}

.our_certy .certy_info_wrp .certy_title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

.our_certy .certy_list_wrp {
  padding: 20px 10px;
  background: #f7f7f7 url(../images/banner-pattern.png);
  height: 100%;
  display: flex;
  align-items: center;
}

.web_dev_solution {
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
}

.web_dev_solution .team-left-shape {
  background-image: url(../images/left_round_shape.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  z-index: -1;
}

.web_dev_solution .web_sol_title {
  text-align: center;
}

.cms span.sm_title {
  color: #F27C1E;
  font-size: 20px;
  display: block;
  line-height: 123%;
  margin-bottom: 8px;
  font-weight: 600;
}

.cms .we_title {
  font-weight: 600;
}

.web_dev_solution .web_info_in {
  background-color: #ffffff;
  box-shadow: 5px 10px 30px -10px rgb(0 0 0 / 20%);
  border-radius: 25px;
  padding: 15px 15px 25px;
  text-align: center;
  margin-bottom: 0;
  height: 100%;
  background-image: url(../images/banner-pattern.png);
}

.web_dev_solution .web_main_wrap .col-lg-4.col-md-6 {
  margin-bottom: 20px;
}

.web_dev_solution .web_info_in .thumbnail_container {
  padding-bottom: 88%;
  background: #f9f4ff;
  border-radius: 10px;
}

.web_dev_solution .web_info_in .web_in_desc {
  margin-top: 22px;
}

.web_dev_solution .web_info_in .web_in_desc .in_des_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms.web_sol_title p {
  max-width: 700px;
  margin: auto;
}

.main_service_section .web_sol_title {
  text-align: center;
  margin-bottom: 56px;
}

.web_dev_solution .web_main_wrap {
  margin-top: 50px;
}

.web_dev_solution .web_info_in .thumbnail_container .thumbnail img {
  object-fit: inherit;
  height: auto;
  width: auto;
}

.web_dev_solution .web_info_in .web_in_desc p {
  color: #7a7a7a;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.certy_list_wrp .modal_logo {
  display: flex;
  overflow-x: auto;
  align-items: center;
}

.technolgy_stack .tech_stack_info .tech_title span {
  display: block;
  color: #F27C1E;
  font-size: 20px;
  display: block;
  line-height: 123%;
  margin-bottom: 8px;
}

.technolgy_stack .tech_stack_info .tech_title {
  font-size: 28px;
  font-weight: 600;
}

.technolgy_stack .tech_stack_img {
  padding-left: 50px;
}


.tech_stack_info p {
  color: #7a7a7a;
  font-weight: 500;
  font-size: 16px;
}

.tech_stack_info ul {
  margin: 37px 0 0;
  padding: 0;
  list-style: none;
}

.tech_stack_info ul li {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.tech_stack_info ul li:before {
  height: 35px;
  width: 35px;
  background: #E6F0FB;
  color: #086ad7;
  position: absolute;
  left: 0;
  border-radius: 4px;
  font-family: 'FontAwesome';
  content: "\f00c";
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech_stack_info ul li+li {
  margin-top: 24px;
}

.call_to_action_second {
  padding: 20px 0;
  background: radial-gradient(at top left, #0B1061, #087CE3);
  position: relative;
  z-index: 1;
  margin: 20px 0;

}

.call_to_action_second:before {
  background: url(../images/banner-pattern.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  content: "";
  background-size: cover;

}



.sm_text {
  color: #F27C1E;
  font-size: 20px;
  display: block;
  line-height: 123%;
  margin-bottom: 8px;
  font-family: Livvic;
  font-weight: 600;
}

.call_to_action_second .call_action_left .main_title {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  margin: 18px 0 20px;
}

.call_to_action_second .call_action_left p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}



.call_to_action_second .call_action_left .call_btn {
  margin-top: 30px;
}

.call_to_action_second figure.subscribe-image {
  margin: -80px 0;
  padding-left: 40px;
}

.main_service_section {
  padding: 80px 0 60px;
}

.main_service_section .main_servce_wrap {
  background-color: #ffffff;
  box-shadow: 5px 10px 30px -10px rgb(0 0 0 / 20%);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  height: 100%;
}

.main_service_section .col-lg-4.col-md-6 {
  margin-bottom: 30px;
}

.main_service_section .main_servce_wrap:after {
  background: url(../images/banner-pattern.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  content: "";
  background-size: cover;
}

.main_service_section .main_servce_wrap .ser_head {
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.main_service_section .main_servce_wrap .ser_head i {
  color: #ffa64b;
  font-size: 48px;
}

.main_service_section .main_servce_wrap .ser_head span.count-no {
  color: #D9D9D9;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.main_service_section .main_servce_wrap .ser_content {
  margin-bottom: 0;
}

.main_service_section .main_servce_wrap .ser_content .ser_tite a {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.main_service_section .main_servce_wrap .ser_content p {
  margin: 0;
  color: #7a7a7a;
  font-weight: 500;
  font-size: 16px;
}

.main_service_section .main_servce_wrap .ser_content .s_btn {
  margin-top: 26px;
}

.main_service_section .main_servce_wrap .ser_content .s_btn a.theme_btn {
  font-size: 16px;
  padding: 8px 21px 11px;
  background: none;
  border: 2px solid #f27c1e;
  color: #f27c1e;
}

.main_service_section .main_servce_wrap .ser_content .s_btn a.theme_btn:hover {
  background: #f27c1e;
  color: #fff;
}

.dev_process {
  background: #03228f;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 450px !important;

}

.dev_process .container {
  z-index: 1;
  position: relative;
}

section.dev_process:before {
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  content: "";
  background-size: cover;
  opacity: 0.5;
}

.dev_process .layer-content .title {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  margin: 18px 0 20px;
}

.featured-icon-box {
  display: inline-flex;
  padding-left: 7px;
  position: relative;
  z-index: 1;
}

.featured-icon-box:last-child:before {
  display: none;
}

.featured-icon-box:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 64px;
  bottom: -34px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.15);
  width: 1px;
}

.featured-icon-box .featured-icon .cmt-icon {
  font-size: 17px;
  font-weight: 600;
  line-height: 51px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  box-sizing: content-box;
  position: relative;
  background-color: #F27C1E;
  color: #ffffff;
}

.cmt-icon:before {
  position: absolute;
  content: '';
  height: 64px;
  width: 64px;
  border: 1px solid;
  border-radius: 50px;
  left: -7px;
  top: -7px;
  border-color: rgba(255, 255, 255, 0.15);
}

.featured-icon-box .featured-icon .cmt-icon .number {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}

.featured-icon-box .featured-icon .cmt-icon .number:after {
  counter-increment: container;
  content: "01";
  font-style: normal;
}

section.call_to_action_white {
  padding: 60px 0;
}

.featured-icon-box:nth-child(2) .featured-icon .cmt-icon .number:after {
  content: "02";
}

.featured-icon-box:nth-child(3) .featured-icon .cmt-icon .number:after {
  content: "03";
}

.featured-icon-box:nth-child(4) .featured-icon .cmt-icon .number:after {
  content: "04";
}

.featured-icon-box:nth-child(5) .featured-icon .cmt-icon .number:after {
  content: "05";
}

.featured-icon-box:nth-child(6) .featured-icon .cmt-icon .number:after {
  content: "06";
}

.featured-icon-box:nth-child(7) .featured-icon .cmt-icon .number:after {
  content: "07";
}

.featured-icon-box:nth-child(8) .featured-icon .cmt-icon .number:after {
  content: "08";
}

.featured-icon-box:nth-child(9) .featured-icon .cmt-icon .number:after {
  content: "09";
}

.dev_process .layer-content {
  padding-right: 60px;
}

.featured-icon-box .featured-content {
  padding-left: 25px;
}

.featured-icon-box .featured-content .featured-title h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.featured-content .featured-desc p {
  margin: 0;
  color: #b7b0b0;
  font-weight: 500;
  font-size: 16px;
}

.featured-icon-box+.featured-icon-box {
  margin-top: 38px;
}


.main_call_action_box {
  position: relative;
  background: #333333;
  padding: 50px 50px;
  z-index: 1;
  border-radius: 18px;
}

.main_call_action_box:after {
  background: url(../images/wave.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  content: "";
  background-size: cover;
  opacity: 0.5;
}

.main_call_action_box .ser_tite {
  color: #fff;
}

.main_call_action_box p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0 0;
}


.inner_main_faq {
  padding: 80px 0 70px;
}

.inner_main_faq .faq-image img {
  border-radius: 25px;
  width: 100%;
}

.inner_main_faq .faq-testimonial .testimonial-content {
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  border-radius: 0 15px 15px 15px;
  color: #ffffff;
  margin-right: 25px;
  margin-top: -100px;
  padding: 30px;
  position: relative;
}

.inner_main_faq .faq-testimonial .testimonial-content span.quote-icon i {
  font-size: 40px;
  margin-bottom: 12px;
  line-height: 1;
}

.faq-content-wrap {
  padding-left: 30px;
}

.faq-content-wrap .section-title {
  margin: 12px 0 24px;
  font-weight: 700;
  color: #03228f;
}

.faq-content-wrap .sub-title {
  color: #F27C1E;
  font-size: 20px;
  display: block;
  line-height: 123%;
  margin-bottom: 8px;
  font-weight: 600;
}

.faq-content-wrap p {
  margin: 0;
  color: #7a7a7a;
  font-weight: 500;
  font-size: 16px;
}

.faq-content-wrap .accordion-content {
  margin-top: 30px;
}
.faq-content-wrap .accordion-content .card {
    box-shadow: 0px 0px 10px -7px rgb(0 0 0 / 20%);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #dedfe7;
}
.faq-content-wrap .accordion-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.faq-content-wrap .accordion-content .card .card-header a {
    color: #000;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 22px 50px 20px 20px;
    font-weight: 600;
    position: relative;
    text-align: left;
    font-size: 19px;
}

.faq-content-wrap .accordion-content .card .card-header a:after {
  font-family: 'FontAwesome';
  content: "\f068";
  right: 14px;
  position: absolute;
  font-size: 14px;
}

.faq-content-wrap .accordion-content .card .card-header a.collapsed:after {
  font-family: 'FontAwesome';
  content: "\f067";
  right: 14px;
  position: absolute;
  font-size: 14px;
}

.faq-content-wrap .accordion-content .card .card-body {
    color: #7a7a7a;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 14px;
}

@media (min-width:1200px) {
  header .carousel {
    position: relative;
    height: calc(100vh - 125px);
  }
}

@media (max-width:1199px) {

  .success-business .business-img img {
    max-width: 55%;
    margin: 0 auto 30px;
  }

  .success-business .col-lg-6.ps-5.pb-3.mt-3 {
    padding-left: 15px !important;
  }

  .why-choose-us {
    margin: 0;
  }

  .why-choose-us img {
    max-width: 65%;
    margin: 0 auto 30px;
    display: table;
  }

  .working-process {
    border-radius: 0;
  }

  .video_testimonial_wrap {
    padding: 40px 75px;
  }

  .new_product_sec .new_product_info_dec {
    padding: 40px 30px 20px;
    margin: 0;
  }

  .new_product_sec .product_right_img {
    display: none;
  }

  .new_product_sec .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .new_product_sec .new_product_info_dec .product_bg_wrap {
    margin-left: 0;
  }

}


@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}




.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.bg .dotWrapper {
  position: absolute;
}

.bg .dotWrapper-1 {
  top: 19%;
  left: 55%;
  -webkit-animation: flying 38s ease-in-out -3s infinite alternate;
  animation: flying 38s ease-in-out -3s infinite alternate;
}

.bg .dotWrapper-2 {
  top: 57%;
  left: 88%;
  -webkit-animation: flying 49s ease-in-out -3s infinite alternate;
  animation: flying 49s ease-in-out -3s infinite alternate;
}

.bg .dotWrapper-3 {
  top: 26%;
  left: 68%;
  -webkit-animation: flying 29s ease-in-out -8.5s infinite alternate;
  animation: flying 29s ease-in-out -8.5s infinite alternate;
}

.bg .dotWrapper-4 {
  top: 94%;
  left: 83%;
  -webkit-animation: flying 35s ease-in-out -8.5s infinite alternate;
  animation: flying 35s ease-in-out -8.5s infinite alternate;
}

.bg .dotWrapper-5 {
  top: 8%;
  left: 10%;
  -webkit-animation: flying 38s ease-in-out -7.5s infinite alternate;
  animation: flying 38s ease-in-out -7.5s infinite alternate;
}

.bg .dotWrapper-6 {
  top: 80%;
  left: 64%;
  -webkit-animation: flying 55s ease-in-out -4s infinite alternate;
  animation: flying 55s ease-in-out -4s infinite alternate;
}

.bg .dotWrapper-7 {
  top: 54%;
  left: 86%;
  -webkit-animation: flying 70s ease-in-out -1.9s infinite alternate;
  animation: flying 70s ease-in-out -1.9s infinite alternate;
}

.bg .dotWrapper-8 {
  top: 33%;
  left: 15%;
  -webkit-animation: flying 65s ease-in-out -7.9s infinite alternate;
  animation: flying 65s ease-in-out -7.9s infinite alternate;
}

.bg .dotWrapper-9 {
  top: 4%;
  left: 32%;
  -webkit-animation: flying 24s ease-in-out -9.2s infinite alternate;
  animation: flying 24s ease-in-out -9.2s infinite alternate;
}

.bg .dotWrapper-10 {
  top: 99%;
  left: 68%;
  -webkit-animation: flying 32s ease-in-out -9.4s infinite alternate;
  animation: flying 32s ease-in-out -9.4s infinite alternate;
}

.bg .dotWrapper-11 {
  top: 65%;
  left: 32%;
  -webkit-animation: flying 37s ease-in-out -9.4s infinite alternate;
  animation: flying 37s ease-in-out -9.4s infinite alternate;
}

.bg .dotWrapper-12 {
  top: 48%;
  left: 95%;
  -webkit-animation: flying 65s ease-in-out -7.6s infinite alternate;
  animation: flying 65s ease-in-out -7.6s infinite alternate;
}

.bg .dotWrapper-13 {
  top: 16%;
  left: 61%;
  -webkit-animation: flying 67s ease-in-out -7.8s infinite alternate;
  animation: flying 67s ease-in-out -7.8s infinite alternate;
}

.bg .dotWrapper-14 {
  top: 84%;
  left: 94%;
  -webkit-animation: flying 30s ease-in-out -1.5s infinite alternate;
  animation: flying 30s ease-in-out -1.5s infinite alternate;
}

.bg .dotWrapper-15 {
  top: 51%;
  left: 74%;
  -webkit-animation: flying 32s ease-in-out -2.4s infinite alternate;
  animation: flying 32s ease-in-out -2.4s infinite alternate;
}

.bg .dotWrapper-16 {
  top: 83%;
  left: 75%;
  -webkit-animation: flying 61s ease-in-out -3.4s infinite alternate;
  animation: flying 61s ease-in-out -3.4s infinite alternate;
}

.bg .dotWrapper-17 {
  top: 11%;
  left: 67%;
  -webkit-animation: flying 66s ease-in-out -9.8s infinite alternate;
  animation: flying 66s ease-in-out -9.8s infinite alternate;
}

.bg .dotWrapper-18 {
  top: 87%;
  left: 48%;
  -webkit-animation: flying 53s ease-in-out -9.4s infinite alternate;
  animation: flying 53s ease-in-out -9.4s infinite alternate;
}

.bg .dotWrapper-19 {
  top: 78%;
  left: 20%;
  -webkit-animation: flying 68s ease-in-out -10s infinite alternate;
  animation: flying 68s ease-in-out -10s infinite alternate;
}

.bg .dotWrapper-20 {
  top: 30%;
  left: 91%;
  -webkit-animation: flying 69s ease-in-out -5.9s infinite alternate;
  animation: flying 69s ease-in-out -5.9s infinite alternate;
}

.bg .dotWrapper-21 {
  top: 10%;
  left: 1%;
  -webkit-animation: flying 55s ease-in-out -8.3s infinite alternate;
  animation: flying 55s ease-in-out -8.3s infinite alternate;
}

.bg .dotWrapper-22 {
  top: 28%;
  left: 66%;
  -webkit-animation: flying 68s ease-in-out -2.8s infinite alternate;
  animation: flying 68s ease-in-out -2.8s infinite alternate;
}

.bg .dotWrapper-23 {
  top: 5%;
  left: 67%;
  -webkit-animation: flying 66s ease-in-out -5.1s infinite alternate;
  animation: flying 66s ease-in-out -5.1s infinite alternate;
}

.bg .dotWrapper-24 {
  top: 73%;
  left: 38%;
  -webkit-animation: flying 30s ease-in-out -4s infinite alternate;
  animation: flying 30s ease-in-out -4s infinite alternate;
}

.bg .dotWrapper-25 {
  top: 43%;
  left: 19%;
  -webkit-animation: flying 43s ease-in-out -8.5s infinite alternate;
  animation: flying 43s ease-in-out -8.5s infinite alternate;
}

.bg .dotWrapper-26 {
  top: 57%;
  left: 99%;
  -webkit-animation: flying 41s ease-in-out -10s infinite alternate;
  animation: flying 41s ease-in-out -10s infinite alternate;
}

.bg .dotWrapper-27 {
  top: 16%;
  left: 10%;
  -webkit-animation: flying 35s ease-in-out -3s infinite alternate;
  animation: flying 35s ease-in-out -3s infinite alternate;
}

.bg .dotWrapper-28 {
  top: 4%;
  left: 29%;
  -webkit-animation: flying 22s ease-in-out -4.5s infinite alternate;
  animation: flying 22s ease-in-out -4.5s infinite alternate;
}

.bg .dotWrapper-29 {
  top: 55%;
  left: 31%;
  -webkit-animation: flying 29s ease-in-out -2.3s infinite alternate;
  animation: flying 29s ease-in-out -2.3s infinite alternate;
}

.bg .dotWrapper-30 {
  top: 53%;
  left: 31%;
  -webkit-animation: flying 30s ease-in-out -3.4s infinite alternate;
  animation: flying 30s ease-in-out -3.4s infinite alternate;
}

.bg .dotWrapper-31 {
  top: 18%;
  left: 17%;
  -webkit-animation: flying 59s ease-in-out -0.4s infinite alternate;
  animation: flying 59s ease-in-out -0.4s infinite alternate;
}

.bg .dotWrapper-32 {
  top: 51%;
  left: 3%;
  -webkit-animation: flying 35s ease-in-out -2.2s infinite alternate;
  animation: flying 35s ease-in-out -2.2s infinite alternate;
}

.bg .dotWrapper-33 {
  top: 35%;
  left: 43%;
  -webkit-animation: flying 42s ease-in-out -7s infinite alternate;
  animation: flying 42s ease-in-out -7s infinite alternate;
}

.bg .dotWrapper-34 {
  top: 10%;
  left: 41%;
  -webkit-animation: flying 36s ease-in-out -6.1s infinite alternate;
  animation: flying 36s ease-in-out -6.1s infinite alternate;
}

.bg .dotWrapper-35 {
  top: 79%;
  left: 28%;
  -webkit-animation: flying 62s ease-in-out -2.2s infinite alternate;
  animation: flying 62s ease-in-out -2.2s infinite alternate;
}

.bg .dotWrapper-36 {
  top: 1%;
  left: 22%;
  -webkit-animation: flying 41s ease-in-out -5.4s infinite alternate;
  animation: flying 41s ease-in-out -5.4s infinite alternate;
}

.bg .dotWrapper-37 {
  top: 69%;
  left: 7%;
  -webkit-animation: flying 21s ease-in-out -1.4s infinite alternate;
  animation: flying 21s ease-in-out -1.4s infinite alternate;
}

.bg .dotWrapper-38 {
  top: 28%;
  left: 74%;
  -webkit-animation: flying 70s ease-in-out -8.2s infinite alternate;
  animation: flying 70s ease-in-out -8.2s infinite alternate;
}

.bg .dotWrapper-39 {
  top: 64%;
  left: 59%;
  -webkit-animation: flying 49s ease-in-out -6.7s infinite alternate;
  animation: flying 49s ease-in-out -6.7s infinite alternate;
}

.bg .dotWrapper-40 {
  top: 72%;
  left: 89%;
  -webkit-animation: flying 60s ease-in-out -4.9s infinite alternate;
  animation: flying 60s ease-in-out -4.9s infinite alternate;
}

.bg .dotWrapper-41 {
  top: 58%;
  left: 59%;
  -webkit-animation: flying 44s ease-in-out -8.9s infinite alternate;
  animation: flying 44s ease-in-out -8.9s infinite alternate;
}

.bg .dotWrapper-42 {
  top: 35%;
  left: 85%;
  -webkit-animation: flying 21s ease-in-out -8.8s infinite alternate;
  animation: flying 21s ease-in-out -8.8s infinite alternate;
}

.bg .dotWrapper-43 {
  top: 4%;
  left: 79%;
  -webkit-animation: flying 37s ease-in-out -6.7s infinite alternate;
  animation: flying 37s ease-in-out -6.7s infinite alternate;
}

.bg .dotWrapper-44 {
  top: 97%;
  left: 45%;
  -webkit-animation: flying 63s ease-in-out -9s infinite alternate;
  animation: flying 63s ease-in-out -9s infinite alternate;
}

.bg .dotWrapper-45 {
  top: 37%;
  left: 2%;
  -webkit-animation: flying 57s ease-in-out -0.9s infinite alternate;
  animation: flying 57s ease-in-out -0.9s infinite alternate;
}

.bg .dotWrapper-46 {
  top: 4%;
  left: 89%;
  -webkit-animation: flying 43s ease-in-out -5.7s infinite alternate;
  animation: flying 43s ease-in-out -5.7s infinite alternate;
}

.bg .dotWrapper-47 {
  top: 81%;
  left: 9%;
  -webkit-animation: flying 54s ease-in-out -3.1s infinite alternate;
  animation: flying 54s ease-in-out -3.1s infinite alternate;
}

.bg .dotWrapper-48 {
  top: 47%;
  left: 90%;
  -webkit-animation: flying 36s ease-in-out -5.2s infinite alternate;
  animation: flying 36s ease-in-out -5.2s infinite alternate;
}

.bg .dotWrapper-49 {
  top: 49%;
  left: 9%;
  -webkit-animation: flying 37s ease-in-out -2.2s infinite alternate;
  animation: flying 37s ease-in-out -2.2s infinite alternate;
}

.bg .dotWrapper-50 {
  top: 38%;
  left: 37%;
  -webkit-animation: flying 56s ease-in-out -3.1s infinite alternate;
  animation: flying 56s ease-in-out -3.1s infinite alternate;
}

.bg .dotWrapper-51 {
  top: 27%;
  left: 10%;
  -webkit-animation: flying 68s ease-in-out -1.8s infinite alternate;
  animation: flying 68s ease-in-out -1.8s infinite alternate;
}

.bg .dotWrapper-52 {
  top: 17%;
  left: 37%;
  -webkit-animation: flying 67s ease-in-out -8.3s infinite alternate;
  animation: flying 67s ease-in-out -8.3s infinite alternate;
}

.bg .dotWrapper-53 {
  top: 66%;
  left: 100%;
  -webkit-animation: flying 54s ease-in-out -2.5s infinite alternate;
  animation: flying 54s ease-in-out -2.5s infinite alternate;
}

.bg .dotWrapper-54 {
  top: 75%;
  left: 35%;
  -webkit-animation: flying 63s ease-in-out -5.5s infinite alternate;
  animation: flying 63s ease-in-out -5.5s infinite alternate;
}

.bg .dotWrapper-55 {
  top: 4%;
  left: 80%;
  -webkit-animation: flying 49s ease-in-out -4.7s infinite alternate;
  animation: flying 49s ease-in-out -4.7s infinite alternate;
}

.bg .dotWrapper-56 {
  top: 77%;
  left: 53%;
  -webkit-animation: flying 54s ease-in-out -4.3s infinite alternate;
  animation: flying 54s ease-in-out -4.3s infinite alternate;
}

.bg .dotWrapper-57 {
  top: 63%;
  left: 75%;
  -webkit-animation: flying 60s ease-in-out -0.7s infinite alternate;
  animation: flying 60s ease-in-out -0.7s infinite alternate;
}

.bg .dotWrapper-58 {
  top: 30%;
  left: 69%;
  -webkit-animation: flying 37s ease-in-out -1.9s infinite alternate;
  animation: flying 37s ease-in-out -1.9s infinite alternate;
}

.bg .dotWrapper-59 {
  top: 54%;
  left: 33%;
  -webkit-animation: flying 45s ease-in-out -1.4s infinite alternate;
  animation: flying 45s ease-in-out -1.4s infinite alternate;
}

.bg .dotWrapper-60 {
  top: 28%;
  left: 83%;
  -webkit-animation: flying 47s ease-in-out -2.7s infinite alternate;
  animation: flying 47s ease-in-out -2.7s infinite alternate;
}

.bg .dotWrapper-61 {
  top: 76%;
  left: 52%;
  -webkit-animation: flying 38s ease-in-out -1.3s infinite alternate;
  animation: flying 38s ease-in-out -1.3s infinite alternate;
}

.bg .dotWrapper-62 {
  top: 2%;
  left: 60%;
  -webkit-animation: flying 66s ease-in-out -6.9s infinite alternate;
  animation: flying 66s ease-in-out -6.9s infinite alternate;
}

.bg .dotWrapper-63 {
  top: 96%;
  left: 54%;
  -webkit-animation: flying 48s ease-in-out -2.1s infinite alternate;
  animation: flying 48s ease-in-out -2.1s infinite alternate;
}

.bg .dotWrapper-64 {
  top: 16%;
  left: 68%;
  -webkit-animation: flying 59s ease-in-out -5.6s infinite alternate;
  animation: flying 59s ease-in-out -5.6s infinite alternate;
}

.bg .dotWrapper-65 {
  top: 44%;
  left: 59%;
  -webkit-animation: flying 70s ease-in-out -5.9s infinite alternate;
  animation: flying 70s ease-in-out -5.9s infinite alternate;
}

.bg .dotWrapper-66 {
  top: 96%;
  left: 28%;
  -webkit-animation: flying 63s ease-in-out -7.6s infinite alternate;
  animation: flying 63s ease-in-out -7.6s infinite alternate;
}

.bg .dotWrapper-67 {
  top: 93%;
  left: 29%;
  -webkit-animation: flying 21s ease-in-out -5.1s infinite alternate;
  animation: flying 21s ease-in-out -5.1s infinite alternate;
}

.bg .dotWrapper-68 {
  top: 77%;
  left: 51%;
  -webkit-animation: flying 65s ease-in-out -7s infinite alternate;
  animation: flying 65s ease-in-out -7s infinite alternate;
}

.bg .dotWrapper-69 {
  top: 55%;
  left: 13%;
  -webkit-animation: flying 28s ease-in-out -6.6s infinite alternate;
  animation: flying 28s ease-in-out -6.6s infinite alternate;
}

.bg .dotWrapper-70 {
  top: 40%;
  left: 49%;
  -webkit-animation: flying 35s ease-in-out -10s infinite alternate;
  animation: flying 35s ease-in-out -10s infinite alternate;
}

.bg .dotWrapper-71 {
  top: 35%;
  left: 67%;
  -webkit-animation: flying 36s ease-in-out -7.8s infinite alternate;
  animation: flying 36s ease-in-out -7.8s infinite alternate;
}

.bg .dotWrapper-72 {
  top: 44%;
  left: 67%;
  -webkit-animation: flying 64s ease-in-out -3.3s infinite alternate;
  animation: flying 64s ease-in-out -3.3s infinite alternate;
}

.bg .dotWrapper-73 {
  top: 5%;
  left: 74%;
  -webkit-animation: flying 57s ease-in-out -1.4s infinite alternate;
  animation: flying 57s ease-in-out -1.4s infinite alternate;
}

.bg .dotWrapper-74 {
  top: 65%;
  left: 19%;
  -webkit-animation: flying 49s ease-in-out -5.7s infinite alternate;
  animation: flying 49s ease-in-out -5.7s infinite alternate;
}

.bg .dotWrapper-75 {
  top: 15%;
  left: 74%;
  -webkit-animation: flying 57s ease-in-out -3.2s infinite alternate;
  animation: flying 57s ease-in-out -3.2s infinite alternate;
}

.bg .dot {
  width: 4px;
  height: 4px;
  background: #FEA039;
  border-radius: 50%;
}

.bg .dot-1 {
  transform-origin: 10px 11px;
  -webkit-animation: rotating 20s ease-in-out -9.9s infinite;
  animation: rotating 20s ease-in-out -9.9s infinite;
}

.bg .dot-2 {
  transform-origin: -5px 14px;
  -webkit-animation: rotating 12s ease-in-out -9.6s infinite;
  animation: rotating 12s ease-in-out -9.6s infinite;
}

.bg .dot-3 {
  transform-origin: -7px -4px;
  -webkit-animation: rotating 17s ease-in-out -4.3s infinite;
  animation: rotating 17s ease-in-out -4.3s infinite;
}

.bg .dot-4 {
  transform-origin: 13px -6px;
  -webkit-animation: rotating 29s ease-in-out -2.7s infinite;
  animation: rotating 29s ease-in-out -2.7s infinite;
}

.bg .dot-5 {
  transform-origin: -13px 4px;
  -webkit-animation: rotating 27s ease-in-out -3.4s infinite;
  animation: rotating 27s ease-in-out -3.4s infinite;
}

.bg .dot-6 {
  transform-origin: -13px -2px;
  -webkit-animation: rotating 26s ease-in-out -4.3s infinite;
  animation: rotating 26s ease-in-out -4.3s infinite;
}

.bg .dot-7 {
  transform-origin: -11px 7px;
  -webkit-animation: rotating 27s ease-in-out -1.8s infinite;
  animation: rotating 27s ease-in-out -1.8s infinite;
}

.bg .dot-8 {
  transform-origin: -3px 11px;
  -webkit-animation: rotating 19s ease-in-out -7.8s infinite;
  animation: rotating 19s ease-in-out -7.8s infinite;
}

.bg .dot-9 {
  transform-origin: 10px -7px;
  -webkit-animation: rotating 17s ease-in-out -7.7s infinite;
  animation: rotating 17s ease-in-out -7.7s infinite;
}

.bg .dot-10 {
  transform-origin: -11px -6px;
  -webkit-animation: rotating 13s ease-in-out -2.2s infinite;
  animation: rotating 13s ease-in-out -2.2s infinite;
}

.bg .dot-11 {
  transform-origin: -12px 11px;
  -webkit-animation: rotating 16s ease-in-out -7.3s infinite;
  animation: rotating 16s ease-in-out -7.3s infinite;
}

.bg .dot-12 {
  transform-origin: -1px 4px;
  -webkit-animation: rotating 11s ease-in-out -8.1s infinite;
  animation: rotating 11s ease-in-out -8.1s infinite;
}

.bg .dot-13 {
  transform-origin: 7px 3px;
  -webkit-animation: rotating 30s ease-in-out -2s infinite;
  animation: rotating 30s ease-in-out -2s infinite;
}

.bg .dot-14 {
  transform-origin: 8px 5px;
  -webkit-animation: rotating 26s ease-in-out -3.4s infinite;
  animation: rotating 26s ease-in-out -3.4s infinite;
}

.bg .dot-15 {
  transform-origin: -4px 14px;
  -webkit-animation: rotating 22s ease-in-out -2.2s infinite;
  animation: rotating 22s ease-in-out -2.2s infinite;
}

.bg .dot-16 {
  transform-origin: 1px -9px;
  -webkit-animation: rotating 23s ease-in-out -1.3s infinite;
  animation: rotating 23s ease-in-out -1.3s infinite;
}

.bg .dot-17 {
  transform-origin: -3px 2px;
  -webkit-animation: rotating 24s ease-in-out -0.6s infinite;
  animation: rotating 24s ease-in-out -0.6s infinite;
}

.bg .dot-18 {
  transform-origin: 5px 1px;
  -webkit-animation: rotating 25s ease-in-out -1s infinite;
  animation: rotating 25s ease-in-out -1s infinite;
}

.bg .dot-19 {
  transform-origin: -2px 3px;
  -webkit-animation: rotating 27s ease-in-out -10s infinite;
  animation: rotating 27s ease-in-out -10s infinite;
}

.bg .dot-20 {
  transform-origin: -1px 15px;
  -webkit-animation: rotating 26s ease-in-out -8.1s infinite;
  animation: rotating 26s ease-in-out -8.1s infinite;
}

.bg .dot-21 {
  transform-origin: 8px -10px;
  -webkit-animation: rotating 13s ease-in-out -3.4s infinite;
  animation: rotating 13s ease-in-out -3.4s infinite;
}

.bg .dot-22 {
  transform-origin: 4px -13px;
  -webkit-animation: rotating 22s ease-in-out -2.5s infinite;
  animation: rotating 22s ease-in-out -2.5s infinite;
}

.bg .dot-23 {
  transform-origin: -7px -8px;
  -webkit-animation: rotating 21s ease-in-out -4.1s infinite;
  animation: rotating 21s ease-in-out -4.1s infinite;
}

.bg .dot-24 {
  transform-origin: -1px 10px;
  -webkit-animation: rotating 15s ease-in-out -1.3s infinite;
  animation: rotating 15s ease-in-out -1.3s infinite;
}

.bg .dot-25 {
  transform-origin: -2px 7px;
  -webkit-animation: rotating 11s ease-in-out -2.7s infinite;
  animation: rotating 11s ease-in-out -2.7s infinite;
}

.bg .dot-26 {
  transform-origin: -10px 3px;
  -webkit-animation: rotating 28s ease-in-out -7.4s infinite;
  animation: rotating 28s ease-in-out -7.4s infinite;
}

.bg .dot-27 {
  transform-origin: 11px -6px;
  -webkit-animation: rotating 16s ease-in-out -9.5s infinite;
  animation: rotating 16s ease-in-out -9.5s infinite;
}

.bg .dot-28 {
  transform-origin: -6px 8px;
  -webkit-animation: rotating 19s ease-in-out -8.4s infinite;
  animation: rotating 19s ease-in-out -8.4s infinite;
}

.bg .dot-29 {
  transform-origin: -13px -4px;
  -webkit-animation: rotating 30s ease-in-out -0.4s infinite;
  animation: rotating 30s ease-in-out -0.4s infinite;
}

.bg .dot-30 {
  transform-origin: 13px -14px;
  -webkit-animation: rotating 16s ease-in-out -4.4s infinite;
  animation: rotating 16s ease-in-out -4.4s infinite;
}

.bg .dot-31 {
  transform-origin: 3px 13px;
  -webkit-animation: rotating 13s ease-in-out -1.8s infinite;
  animation: rotating 13s ease-in-out -1.8s infinite;
}

.bg .dot-32 {
  transform-origin: 13px 13px;
  -webkit-animation: rotating 25s ease-in-out -2.4s infinite;
  animation: rotating 25s ease-in-out -2.4s infinite;
}

.bg .dot-33 {
  transform-origin: 0px 12px;
  -webkit-animation: rotating 25s ease-in-out -6.5s infinite;
  animation: rotating 25s ease-in-out -6.5s infinite;
}

.bg .dot-34 {
  transform-origin: -1px -9px;
  -webkit-animation: rotating 15s ease-in-out -2.6s infinite;
  animation: rotating 15s ease-in-out -2.6s infinite;
}

.bg .dot-35 {
  transform-origin: -12px 11px;
  -webkit-animation: rotating 29s ease-in-out -6.6s infinite;
  animation: rotating 29s ease-in-out -6.6s infinite;
}

.bg .dot-36 {
  transform-origin: 6px -6px;
  -webkit-animation: rotating 21s ease-in-out -6s infinite;
  animation: rotating 21s ease-in-out -6s infinite;
}

.bg .dot-37 {
  transform-origin: -12px 10px;
  -webkit-animation: rotating 15s ease-in-out -1.6s infinite;
  animation: rotating 15s ease-in-out -1.6s infinite;
}

.bg .dot-38 {
  transform-origin: 7px 1px;
  -webkit-animation: rotating 20s ease-in-out -3.2s infinite;
  animation: rotating 20s ease-in-out -3.2s infinite;
}

.bg .dot-39 {
  transform-origin: 3px 9px;
  -webkit-animation: rotating 11s ease-in-out -1.9s infinite;
  animation: rotating 11s ease-in-out -1.9s infinite;
}

.bg .dot-40 {
  transform-origin: -9px 13px;
  -webkit-animation: rotating 30s ease-in-out -1.6s infinite;
  animation: rotating 30s ease-in-out -1.6s infinite;
}

.bg .dot-41 {
  transform-origin: 4px 2px;
  -webkit-animation: rotating 25s ease-in-out -4s infinite;
  animation: rotating 25s ease-in-out -4s infinite;
}

.bg .dot-42 {
  transform-origin: -4px 0px;
  -webkit-animation: rotating 12s ease-in-out -6.2s infinite;
  animation: rotating 12s ease-in-out -6.2s infinite;
}

.bg .dot-43 {
  transform-origin: -13px -2px;
  -webkit-animation: rotating 26s ease-in-out -5.5s infinite;
  animation: rotating 26s ease-in-out -5.5s infinite;
}

.bg .dot-44 {
  transform-origin: 5px 9px;
  -webkit-animation: rotating 20s ease-in-out -6.4s infinite;
  animation: rotating 20s ease-in-out -6.4s infinite;
}

.bg .dot-45 {
  transform-origin: -8px -14px;
  -webkit-animation: rotating 11s ease-in-out -6.8s infinite;
  animation: rotating 11s ease-in-out -6.8s infinite;
}

.bg .dot-46 {
  transform-origin: -13px -5px;
  -webkit-animation: rotating 29s ease-in-out -6.4s infinite;
  animation: rotating 29s ease-in-out -6.4s infinite;
}

.bg .dot-47 {
  transform-origin: 9px -7px;
  -webkit-animation: rotating 11s ease-in-out -3.2s infinite;
  animation: rotating 11s ease-in-out -3.2s infinite;
}

.bg .dot-48 {
  transform-origin: 11px 0px;
  -webkit-animation: rotating 26s ease-in-out -1s infinite;
  animation: rotating 26s ease-in-out -1s infinite;
}

.bg .dot-49 {
  transform-origin: -11px -6px;
  -webkit-animation: rotating 30s ease-in-out -9.3s infinite;
  animation: rotating 30s ease-in-out -9.3s infinite;
}

.bg .dot-50 {
  transform-origin: 5px -14px;
  -webkit-animation: rotating 15s ease-in-out -2.5s infinite;
  animation: rotating 15s ease-in-out -2.5s infinite;
}

@-webkit-keyframes rotating {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  25%,
  75% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  25%,
  75% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}

@-webkit-keyframes flying {
  0% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(20px, 50px);
  }

  20% {
    transform: translate(-30px, 10px);
  }

  30% {
    transform: translate(10px, 60px);
  }

  40% {
    transform: translate(50px, 0px);
  }

  50% {
    transform: translate(-10px, -40px);
  }

  60% {
    transform: translate(-40px, 20px);
  }

  70% {
    transform: translate(30px, -30px);
  }

  80% {
    transform: translate(0px, -60px);
  }

  90% {
    transform: translate(40px, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes flying {
  0% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(20px, 50px);
  }

  20% {
    transform: translate(-30px, 10px);
  }

  30% {
    transform: translate(10px, 60px);
  }

  40% {
    transform: translate(50px, 0px);
  }

  50% {
    transform: translate(-10px, -40px);
  }

  60% {
    transform: translate(-40px, 20px);
  }

  70% {
    transform: translate(30px, -30px);
  }

  80% {
    transform: translate(0px, -60px);
  }

  90% {
    transform: translate(40px, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #7a7a7a;
  font-weight: 500;
  font-size: 16px;
}




#stars {
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 128px 820px #FFF, 1262px 1448px #FFF, 917px 712px #FFF, 1514px 1551px #FFF, 1266px 1676px #FFF, 1546px 437px #FFF, 1546px 184px #FFF, 555px 1700px #FFF, 1222px 627px #FFF, 1666px 1654px #FFF, 1178px 1998px #FFF, 1817px 400px #FFF, 897px 1479px #FFF, 859px 1929px #FFF, 1679px 1863px #FFF, 575px 1431px #FFF, 1338px 1210px #FFF, 1254px 968px #FFF, 610px 1379px #FFF, 142px 1732px #FFF, 973px 1873px #FFF, 546px 206px #FFF, 1867px 565px #FFF, 1387px 1124px #FFF, 467px 133px #FFF, 1448px 1277px #FFF, 1475px 570px #FFF, 229px 1630px #FFF, 429px 1988px #FFF, 327px 1343px #FFF, 487px 727px #FFF, 402px 59px #FFF, 1309px 109px #FFF, 1669px 982px #FFF, 1190px 697px #FFF, 1560px 1502px #FFF, 154px 581px #FFF, 1046px 972px #FFF, 876px 1314px #FFF, 1018px 1325px #FFF, 1626px 1455px #FFF, 326px 169px #FFF, 1225px 52px #FFF, 310px 671px #FFF, 1184px 144px #FFF, 1053px 707px #FFF, 370px 1519px #FFF, 915px 1885px #FFF, 698px 198px #FFF, 1686px 306px #FFF, 524px 628px #FFF, 1096px 672px #FFF, 217px 1063px #FFF, 851px 876px #FFF, 1802px 1264px #FFF, 1313px 924px #FFF, 305px 1282px #FFF, 500px 437px #FFF, 1425px 313px #FFF, 411px 1682px #FFF, 853px 1079px #FFF, 501px 1501px #FFF, 985px 303px #FFF, 1252px 1549px #FFF, 1945px 364px #FFF, 1534px 223px #FFF, 1603px 1037px #FFF, 27px 770px #FFF, 1814px 1553px #FFF, 784px 1680px #FFF, 1464px 1696px #FFF, 1753px 1657px #FFF, 1762px 1096px #FFF, 1394px 27px #FFF, 1722px 130px #FFF, 250px 859px #FFF, 1371px 899px #FFF, 341px 1077px #FFF, 956px 1668px #FFF, 370px 480px #FFF, 1659px 1400px #FFF, 394px 1772px #FFF, 197px 1747px #FFF, 45px 1134px #FFF, 395px 863px #FFF, 651px 1794px #FFF, 746px 1517px #FFF, 1339px 802px #FFF, 1984px 1559px #FFF, 640px 1948px #FFF, 102px 165px #FFF, 1837px 243px #FFF, 1688px 468px #FFF, 758px 1748px #FFF, 663px 1807px #FFF, 1616px 1258px #FFF, 536px 822px #FFF, 1365px 857px #FFF, 936px 1394px #FFF, 512px 251px #FFF, 1058px 1166px #FFF, 1008px 1842px #FFF, 951px 660px #FFF, 1565px 1674px #FFF, 1849px 354px #FFF, 1969px 754px #FFF, 752px 1804px #FFF, 597px 1301px #FFF, 843px 412px #FFF, 1715px 124px #FFF, 650px 525px #FFF, 765px 1416px #FFF, 1177px 817px #FFF, 217px 1834px #FFF, 95px 1017px #FFF, 1216px 896px #FFF, 509px 1731px #FFF, 1257px 594px #FFF, 532px 277px #FFF, 247px 1439px #FFF, 857px 774px #FFF, 270px 1365px #FFF, 1610px 1157px #FFF, 778px 503px #FFF, 616px 1696px #FFF, 1686px 1547px #FFF, 502px 1430px #FFF, 989px 1560px #FFF, 226px 1703px #FFF, 715px 1856px #FFF, 1958px 1858px #FFF, 77px 1567px #FFF, 679px 114px #FFF, 1743px 1796px #FFF, 263px 5px #FFF, 1546px 1670px #FFF, 663px 444px #FFF, 1402px 1456px #FFF, 1506px 510px #FFF, 1536px 1997px #FFF, 1217px 1835px #FFF, 1220px 979px #FFF, 577px 1960px #FFF, 1961px 1226px #FFF, 1816px 465px #FFF, 1634px 502px #FFF, 1775px 1616px #FFF, 1603px 498px #FFF, 1307px 857px #FFF, 1253px 1628px #FFF, 212px 422px #FFF, 1789px 1620px #FFF, 1681px 203px #FFF, 1234px 1793px #FFF, 1493px 1051px #FFF, 1156px 300px #FFF, 136px 1513px #FFF, 1405px 847px #FFF, 853px 863px #FFF, 1317px 1389px #FFF, 646px 1392px #FFF, 1160px 1951px #FFF, 1368px 1461px #FFF, 1668px 862px #FFF, 933px 452px #FFF, 262px 664px #FFF, 1983px 1532px #FFF, 1983px 100px #FFF, 1195px 459px #FFF, 374px 900px #FFF, 567px 516px #FFF, 5px 1437px #FFF, 47px 210px #FFF, 782px 1660px #FFF, 567px 602px #FFF, 570px 1764px #FFF, 1921px 398px #FFF, 1175px 371px #FFF, 535px 154px #FFF, 27px 1499px #FFF, 138px 1271px #FFF, 1989px 918px #FFF, 620px 510px #FFF, 924px 315px #FFF, 281px 603px #FFF, 570px 1748px #FFF, 1258px 1089px #FFF, 528px 511px #FFF, 1706px 499px #FFF, 1857px 96px #FFF, 844px 899px #FFF, 1073px 1719px #FFF, 1904px 1395px #FFF, 735px 613px #FFF, 1873px 1756px #FFF, 438px 1828px #FFF, 489px 1847px #FFF, 1632px 21px #FFF, 781px 1750px #FFF, 858px 397px #FFF, 498px 1562px #FFF, 740px 1309px #FFF, 378px 1808px #FFF, 128px 1696px #FFF, 86px 471px #FFF, 1675px 401px #FFF, 403px 1974px #FFF, 1938px 1470px #FFF, 502px 173px #FFF, 848px 1951px #FFF, 41px 1569px #FFF, 711px 1418px #FFF, 1215px 1673px #FFF, 948px 45px #FFF, 830px 1494px #FFF, 183px 965px #FFF, 1634px 1771px #FFF, 1212px 1805px #FFF, 1593px 548px #FFF, 1240px 410px #FFF, 481px 1471px #FFF, 423px 312px #FFF, 1369px 549px #FFF, 449px 65px #FFF, 1908px 1535px #FFF, 891px 1693px #FFF, 937px 1023px #FFF, 1131px 648px #FFF, 179px 1722px #FFF, 572px 813px #FFF, 1953px 1479px #FFF, 61px 1799px #FFF, 1897px 605px #FFF, 1247px 395px #FFF, 832px 1370px #FFF, 1347px 964px #FFF, 368px 230px #FFF, 348px 163px #FFF, 851px 568px #FFF, 155px 620px #FFF, 942px 1942px #FFF, 1702px 432px #FFF, 971px 1803px #FFF, 296px 1970px #FFF, 1899px 663px #FFF, 85px 685px #FFF, 671px 630px #FFF, 1132px 594px #FFF, 184px 1093px #FFF, 1254px 1811px #FFF, 395px 1570px #FFF, 1247px 413px #FFF, 481px 402px #FFF, 828px 490px #FFF, 579px 1650px #FFF, 491px 242px #FFF, 196px 581px #FFF, 1218px 179px #FFF, 1799px 1529px #FFF, 733px 1160px #FFF, 263px 1376px #FFF, 1387px 1816px #FFF, 724px 209px #FFF, 1316px 1995px #FFF, 1053px 895px #FFF, 1130px 1662px #FFF, 1315px 571px #FFF, 36px 551px #FFF, 896px 1339px #FFF, 995px 658px #FFF, 1130px 1615px #FFF, 48px 1928px #FFF, 116px 1109px #FFF, 1341px 457px #FFF, 1151px 293px #FFF, 1944px 985px #FFF, 1675px 1988px #FFF, 107px 1581px #FFF, 794px 1057px #FFF, 1747px 581px #FFF, 1090px 41px #FFF, 363px 1146px #FFF, 1871px 150px #FFF, 1752px 1176px #FFF, 269px 1756px #FFF, 1972px 1755px #FFF, 1885px 853px #FFF, 943px 772px #FFF, 1231px 910px #FFF, 1722px 1218px #FFF, 1923px 163px #FFF, 1477px 1034px #FFF, 1824px 1694px #FFF, 1635px 1457px #FFF, 26px 860px #FFF, 1065px 462px #FFF, 152px 387px #FFF, 1606px 1785px #FFF, 175px 1426px #FFF, 1942px 1355px #FFF, 1283px 75px #FFF, 629px 721px #FFF, 1780px 219px #FFF, 732px 14px #FFF, 1859px 319px #FFF, 828px 1161px #FFF, 662px 592px #FFF, 34px 199px #FFF, 983px 596px #FFF, 1733px 891px #FFF, 1769px 1468px #FFF, 1843px 1561px #FFF, 1578px 970px #FFF, 585px 874px #FFF, 1148px 1755px #FFF, 1397px 1898px #FFF, 636px 1861px #FFF, 1877px 936px #FFF, 1578px 955px #FFF, 772px 93px #FFF, 1377px 329px #FFF, 1064px 350px #FFF, 1057px 1246px #FFF, 1170px 1815px #FFF, 544px 1650px #FFF, 1822px 1763px #FFF, 1120px 1654px #FFF, 1957px 1109px #FFF, 296px 1592px #FFF, 19px 869px #FFF, 1470px 1297px #FFF, 762px 1929px #FFF, 172px 529px #FFF, 1538px 1167px #FFF, 1399px 964px #FFF, 210px 1685px #FFF, 1028px 1746px #FFF, 175px 1778px #FFF, 688px 997px #FFF, 1094px 169px #FFF, 62px 276px #FFF, 1137px 337px #FFF, 1681px 215px #FFF, 1087px 464px #FFF, 128px 1733px #FFF, 930px 1163px #FFF, 1815px 1526px #FFF, 531px 1605px #FFF, 781px 624px #FFF, 993px 1901px #FFF, 1029px 820px #FFF, 1092px 828px #FFF, 1152px 1148px #FFF, 1679px 847px #FFF, 1721px 1838px #FFF, 1450px 1215px #FFF, 744px 708px #FFF, 984px 471px #FFF, 1062px 810px #FFF, 1110px 173px #FFF, 1303px 1090px #FFF, 1464px 634px #FFF, 946px 1546px #FFF, 1690px 92px #FFF, 1968px 1579px #FFF, 497px 1933px #FFF, 1794px 554px #FFF, 1758px 146px #FFF, 1743px 1297px #FFF, 98px 697px #FFF, 352px 1717px #FFF, 1684px 311px #FFF, 1923px 637px #FFF, 1710px 1801px #FFF, 768px 109px #FFF, 1366px 1599px #FFF, 529px 450px #FFF, 912px 1517px #FFF, 850px 1326px #FFF, 1049px 775px #FFF, 588px 302px #FFF, 1059px 56px #FFF, 842px 793px #FFF, 607px 827px #FFF, 1468px 1376px #FFF, 962px 640px #FFF, 247px 762px #FFF, 637px 1925px #FFF, 1520px 1736px #FFF, 398px 1549px #FFF, 102px 567px #FFF, 1486px 1806px #FFF, 1202px 868px #FFF, 1546px 451px #FFF, 1579px 286px #FFF, 262px 1960px #FFF, 535px 1308px #FFF, 1617px 640px #FFF, 203px 606px #FFF, 810px 233px #FFF, 1243px 1144px #FFF, 727px 1723px #FFF, 1744px 426px #FFF, 1684px 1734px #FFF, 1271px 816px #FFF, 1315px 1324px #FFF, 1286px 1428px #FFF, 1611px 709px #FFF, 1264px 1049px #FFF, 1830px 1401px #FFF, 829px 1348px #FFF, 1655px 1769px #FFF, 1957px 838px #FFF, 1548px 1056px #FFF, 1731px 463px #FFF, 1307px 326px #FFF, 887px 510px #FFF, 1137px 347px #FFF, 451px 449px #FFF, 1278px 1465px #FFF, 974px 779px #FFF, 913px 172px #FFF, 311px 368px #FFF, 1890px 1998px #FFF, 823px 205px #FFF, 1480px 1223px #FFF, 254px 1031px #FFF, 737px 938px #FFF, 460px 777px #FFF, 594px 519px #FFF, 1964px 983px #FFF, 276px 599px #FFF, 53px 541px #FFF, 1117px 1631px #FFF, 1371px 1252px #FFF, 1183px 1228px #FFF, 419px 1394px #FFF, 946px 832px #FFF, 1782px 1261px #FFF, 24px 1090px #FFF, 459px 1276px #FFF, 1394px 1673px #FFF, 32px 534px #FFF, 576px 896px #FFF, 1119px 906px #FFF, 1147px 437px #FFF, 37px 1600px #FFF, 400px 578px #FFF, 1163px 1676px #FFF, 811px 1083px #FFF, 1675px 269px #FFF, 1949px 735px #FFF, 265px 583px #FFF, 1721px 372px #FFF, 1435px 1745px #FFF, 1742px 779px #FFF, 1596px 923px #FFF, 598px 1791px #FFF, 1684px 1888px #FFF, 533px 649px #FFF, 1304px 1709px #FFF, 1362px 1065px #FFF, 600px 1619px #FFF, 1769px 884px #FFF, 1793px 509px #FFF, 473px 1906px #FFF, 1089px 378px #FFF, 516px 1324px #FFF, 1105px 61px #FFF, 1693px 1742px #FFF, 1194px 469px #FFF, 827px 517px #FFF, 1462px 1701px #FFF, 1409px 437px #FFF, 1532px 530px #FFF, 560px 370px #FFF, 897px 76px #FFF, 1573px 1789px #FFF, 1896px 175px #FFF, 929px 559px #FFF, 1873px 1019px #FFF, 711px 95px #FFF, 1919px 617px #FFF, 906px 1294px #FFF, 1729px 821px #FFF, 594px 1113px #FFF, 1503px 960px #FFF, 435px 1206px #FFF, 1892px 1115px #FFF, 400px 899px #FFF, 1453px 1738px #FFF, 1630px 729px #FFF, 389px 1209px #FFF, 781px 1918px #FFF, 842px 1315px #FFF, 207px 445px #FFF, 234px 176px #FFF, 377px 601px #FFF, 1994px 1291px #FFF, 176px 1551px #FFF, 1896px 612px #FFF, 491px 1505px #FFF, 1335px 147px #FFF, 760px 299px #FFF, 1637px 1344px #FFF, 1562px 1098px #FFF, 1820px 1936px #FFF, 1950px 1024px #FFF, 1097px 484px #FFF, 1561px 283px #FFF, 1486px 455px #FFF, 743px 1445px #FFF, 153px 1112px #FFF, 1801px 962px #FFF, 600px 1738px #FFF, 1968px 1376px #FFF, 470px 1935px #FFF, 1983px 1804px #FFF, 712px 5px #FFF, 318px 1551px #FFF, 1896px 1634px #FFF, 597px 455px #FFF, 1244px 1292px #FFF, 249px 1945px #FFF, 734px 480px #FFF, 1045px 1782px #FFF, 777px 1043px #FFF, 1017px 1109px #FFF, 1342px 1969px #FFF, 1649px 1603px #FFF, 1040px 1092px #FFF, 51px 473px #FFF, 1982px 680px #FFF, 1693px 965px #FFF, 958px 25px #FFF, 1472px 1675px #FFF, 1285px 1887px #FFF, 379px 1234px #FFF, 1168px 944px #FFF, 437px 235px #FFF, 521px 284px #FFF, 75px 213px #FFF, 1918px 268px #FFF, 1904px 1780px #FFF, 195px 190px #FFF, 1139px 1604px #FFF, 743px 430px #FFF, 1381px 783px #FFF, 1361px 655px #FFF, 1615px 1813px #FFF, 497px 1633px #FFF, 258px 605px #FFF, 1935px 1486px #FFF, 555px 1274px #FFF, 705px 519px #FFF, 1985px 910px #FFF, 1228px 260px #FFF, 1261px 57px #FFF, 996px 1122px #FFF, 1292px 608px #FFF, 897px 152px #FFF, 907px 859px #FFF, 1225px 1255px #FFF, 1304px 1978px #FFF, 393px 916px #FFF, 1209px 1359px #FFF, 1988px 958px #FFF, 184px 298px #FFF, 695px 1406px #FFF, 1103px 18px #FFF, 711px 530px #FFF, 507px 1649px #FFF, 48px 1356px #FFF, 1223px 1707px #FFF, 927px 1794px #FFF, 508px 297px #FFF, 146px 1007px #FFF, 1724px 1727px #FFF, 1628px 448px #FFF, 344px 1720px #FFF, 1294px 1320px #FFF, 1905px 1071px #FFF, 1267px 1198px #FFF, 1568px 314px #FFF, 1997px 1720px #FFF, 1647px 755px #FFF, 454px 317px #FFF, 1323px 502px #FFF, 920px 109px #FFF, 936px 271px #FFF, 431px 174px #FFF, 1542px 230px #FFF, 573px 424px #FFF, 1463px 834px #FFF, 1921px 1012px #FFF, 1315px 1367px #FFF, 1263px 186px #FFF, 1987px 323px #FFF, 1094px 57px #FFF, 438px 1322px #FFF, 179px 1682px #FFF, 489px 136px #FFF, 1993px 1738px #FFF, 1093px 1056px #FFF, 1729px 1198px #FFF, 565px 63px #FFF, 267px 263px #FFF, 337px 379px #FFF, 608px 1439px #FFF, 219px 587px #FFF, 60px 1305px #FFF, 717px 999px #FFF, 1567px 422px #FFF, 415px 1849px #FFF, 1435px 1855px #FFF, 1394px 1996px #FFF, 269px 263px #FFF, 1009px 111px #FFF, 322px 1816px #FFF, 747px 179px #FFF, 379px 873px #FFF, 940px 244px #FFF, 1769px 827px #FFF, 286px 611px #FFF, 943px 1287px #FFF, 1089px 309px #FFF, 326px 1502px #FFF, 1815px 1627px #FFF, 1884px 1932px #FFF, 1093px 191px #FFF, 454px 113px #FFF, 1540px 509px #FFF, 166px 827px #FFF, 90px 64px #FFF, 836px 952px #FFF, 1899px 769px #FFF, 1050px 586px #FFF, 854px 488px #FFF, 344px 1474px #FFF, 691px 839px #FFF, 242px 120px #FFF, 1138px 1875px #FFF, 1752px 1929px #FFF, 100px 1263px #FFF, 1493px 628px #FFF, 281px 202px #FFF, 1851px 1696px #FFF, 1581px 1428px #FFF, 245px 506px #FFF, 273px 61px #FFF, 1341px 279px #FFF, 557px 1979px #FFF, 927px 597px #FFF, 148px 1646px #FFF, 8px 117px #FFF, 1850px 1622px #FFF, 161px 617px #FFF, 503px 1586px #FFF, 773px 139px #FFF, 1980px 1224px #FFF, 1741px 554px #FFF, 1373px 491px #FFF, 1445px 673px #FFF, 875px 724px #FFF, 274px 947px #FFF, 949px 47px #FFF, 1514px 1963px #FFF, 1032px 191px #FFF, 110px 1047px #FFF, 1744px 427px #FFF, 136px 1111px #FFF, 1585px 1927px #FFF, 1853px 1744px #FFF, 285px 1807px #FFF, 956px 925px #FFF, 1988px 245px #FFF, 952px 1366px #FFF, 1929px 758px #FFF, 1092px 1982px #FFF, 115px 362px #FFF, 389px 1149px #FFF, 1841px 1011px #FFF, 1755px 1007px #FFF, 598px 1380px #FFF, 1775px 38px #FFF, 412px 881px #FFF, 1563px 1057px #FFF, 1725px 1416px #FFF, 483px 1843px #FFF, 1830px 1553px #FFF, 1100px 1478px #FFF, 1600px 1018px #FFF, 982px 25px #FFF, 1083px 1505px #FFF, 824px 637px #FFF, 84px 1190px #FFF, 1506px 1337px #FFF, 902px 1251px #FFF, 201px 678px #FFF, 871px 1382px #FFF;
  animation: animStar 50s linear infinite;
}

#stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 128px 820px #FFF, 1262px 1448px #FFF, 917px 712px #FFF, 1514px 1551px #FFF, 1266px 1676px #FFF, 1546px 437px #FFF, 1546px 184px #FFF, 555px 1700px #FFF, 1222px 627px #FFF, 1666px 1654px #FFF, 1178px 1998px #FFF, 1817px 400px #FFF, 897px 1479px #FFF, 859px 1929px #FFF, 1679px 1863px #FFF, 575px 1431px #FFF, 1338px 1210px #FFF, 1254px 968px #FFF, 610px 1379px #FFF, 142px 1732px #FFF, 973px 1873px #FFF, 546px 206px #FFF, 1867px 565px #FFF, 1387px 1124px #FFF, 467px 133px #FFF, 1448px 1277px #FFF, 1475px 570px #FFF, 229px 1630px #FFF, 429px 1988px #FFF, 327px 1343px #FFF, 487px 727px #FFF, 402px 59px #FFF, 1309px 109px #FFF, 1669px 982px #FFF, 1190px 697px #FFF, 1560px 1502px #FFF, 154px 581px #FFF, 1046px 972px #FFF, 876px 1314px #FFF, 1018px 1325px #FFF, 1626px 1455px #FFF, 326px 169px #FFF, 1225px 52px #FFF, 310px 671px #FFF, 1184px 144px #FFF, 1053px 707px #FFF, 370px 1519px #FFF, 915px 1885px #FFF, 698px 198px #FFF, 1686px 306px #FFF, 524px 628px #FFF, 1096px 672px #FFF, 217px 1063px #FFF, 851px 876px #FFF, 1802px 1264px #FFF, 1313px 924px #FFF, 305px 1282px #FFF, 500px 437px #FFF, 1425px 313px #FFF, 411px 1682px #FFF, 853px 1079px #FFF, 501px 1501px #FFF, 985px 303px #FFF, 1252px 1549px #FFF, 1945px 364px #FFF, 1534px 223px #FFF, 1603px 1037px #FFF, 27px 770px #FFF, 1814px 1553px #FFF, 784px 1680px #FFF, 1464px 1696px #FFF, 1753px 1657px #FFF, 1762px 1096px #FFF, 1394px 27px #FFF, 1722px 130px #FFF, 250px 859px #FFF, 1371px 899px #FFF, 341px 1077px #FFF, 956px 1668px #FFF, 370px 480px #FFF, 1659px 1400px #FFF, 394px 1772px #FFF, 197px 1747px #FFF, 45px 1134px #FFF, 395px 863px #FFF, 651px 1794px #FFF, 746px 1517px #FFF, 1339px 802px #FFF, 1984px 1559px #FFF, 640px 1948px #FFF, 102px 165px #FFF, 1837px 243px #FFF, 1688px 468px #FFF, 758px 1748px #FFF, 663px 1807px #FFF, 1616px 1258px #FFF, 536px 822px #FFF, 1365px 857px #FFF, 936px 1394px #FFF, 512px 251px #FFF, 1058px 1166px #FFF, 1008px 1842px #FFF, 951px 660px #FFF, 1565px 1674px #FFF, 1849px 354px #FFF, 1969px 754px #FFF, 752px 1804px #FFF, 597px 1301px #FFF, 843px 412px #FFF, 1715px 124px #FFF, 650px 525px #FFF, 765px 1416px #FFF, 1177px 817px #FFF, 217px 1834px #FFF, 95px 1017px #FFF, 1216px 896px #FFF, 509px 1731px #FFF, 1257px 594px #FFF, 532px 277px #FFF, 247px 1439px #FFF, 857px 774px #FFF, 270px 1365px #FFF, 1610px 1157px #FFF, 778px 503px #FFF, 616px 1696px #FFF, 1686px 1547px #FFF, 502px 1430px #FFF, 989px 1560px #FFF, 226px 1703px #FFF, 715px 1856px #FFF, 1958px 1858px #FFF, 77px 1567px #FFF, 679px 114px #FFF, 1743px 1796px #FFF, 263px 5px #FFF, 1546px 1670px #FFF, 663px 444px #FFF, 1402px 1456px #FFF, 1506px 510px #FFF, 1536px 1997px #FFF, 1217px 1835px #FFF, 1220px 979px #FFF, 577px 1960px #FFF, 1961px 1226px #FFF, 1816px 465px #FFF, 1634px 502px #FFF, 1775px 1616px #FFF, 1603px 498px #FFF, 1307px 857px #FFF, 1253px 1628px #FFF, 212px 422px #FFF, 1789px 1620px #FFF, 1681px 203px #FFF, 1234px 1793px #FFF, 1493px 1051px #FFF, 1156px 300px #FFF, 136px 1513px #FFF, 1405px 847px #FFF, 853px 863px #FFF, 1317px 1389px #FFF, 646px 1392px #FFF, 1160px 1951px #FFF, 1368px 1461px #FFF, 1668px 862px #FFF, 933px 452px #FFF, 262px 664px #FFF, 1983px 1532px #FFF, 1983px 100px #FFF, 1195px 459px #FFF, 374px 900px #FFF, 567px 516px #FFF, 5px 1437px #FFF, 47px 210px #FFF, 782px 1660px #FFF, 567px 602px #FFF, 570px 1764px #FFF, 1921px 398px #FFF, 1175px 371px #FFF, 535px 154px #FFF, 27px 1499px #FFF, 138px 1271px #FFF, 1989px 918px #FFF, 620px 510px #FFF, 924px 315px #FFF, 281px 603px #FFF, 570px 1748px #FFF, 1258px 1089px #FFF, 528px 511px #FFF, 1706px 499px #FFF, 1857px 96px #FFF, 844px 899px #FFF, 1073px 1719px #FFF, 1904px 1395px #FFF, 735px 613px #FFF, 1873px 1756px #FFF, 438px 1828px #FFF, 489px 1847px #FFF, 1632px 21px #FFF, 781px 1750px #FFF, 858px 397px #FFF, 498px 1562px #FFF, 740px 1309px #FFF, 378px 1808px #FFF, 128px 1696px #FFF, 86px 471px #FFF, 1675px 401px #FFF, 403px 1974px #FFF, 1938px 1470px #FFF, 502px 173px #FFF, 848px 1951px #FFF, 41px 1569px #FFF, 711px 1418px #FFF, 1215px 1673px #FFF, 948px 45px #FFF, 830px 1494px #FFF, 183px 965px #FFF, 1634px 1771px #FFF, 1212px 1805px #FFF, 1593px 548px #FFF, 1240px 410px #FFF, 481px 1471px #FFF, 423px 312px #FFF, 1369px 549px #FFF, 449px 65px #FFF, 1908px 1535px #FFF, 891px 1693px #FFF, 937px 1023px #FFF, 1131px 648px #FFF, 179px 1722px #FFF, 572px 813px #FFF, 1953px 1479px #FFF, 61px 1799px #FFF, 1897px 605px #FFF, 1247px 395px #FFF, 832px 1370px #FFF, 1347px 964px #FFF, 368px 230px #FFF, 348px 163px #FFF, 851px 568px #FFF, 155px 620px #FFF, 942px 1942px #FFF, 1702px 432px #FFF, 971px 1803px #FFF, 296px 1970px #FFF, 1899px 663px #FFF, 85px 685px #FFF, 671px 630px #FFF, 1132px 594px #FFF, 184px 1093px #FFF, 1254px 1811px #FFF, 395px 1570px #FFF, 1247px 413px #FFF, 481px 402px #FFF, 828px 490px #FFF, 579px 1650px #FFF, 491px 242px #FFF, 196px 581px #FFF, 1218px 179px #FFF, 1799px 1529px #FFF, 733px 1160px #FFF, 263px 1376px #FFF, 1387px 1816px #FFF, 724px 209px #FFF, 1316px 1995px #FFF, 1053px 895px #FFF, 1130px 1662px #FFF, 1315px 571px #FFF, 36px 551px #FFF, 896px 1339px #FFF, 995px 658px #FFF, 1130px 1615px #FFF, 48px 1928px #FFF, 116px 1109px #FFF, 1341px 457px #FFF, 1151px 293px #FFF, 1944px 985px #FFF, 1675px 1988px #FFF, 107px 1581px #FFF, 794px 1057px #FFF, 1747px 581px #FFF, 1090px 41px #FFF, 363px 1146px #FFF, 1871px 150px #FFF, 1752px 1176px #FFF, 269px 1756px #FFF, 1972px 1755px #FFF, 1885px 853px #FFF, 943px 772px #FFF, 1231px 910px #FFF, 1722px 1218px #FFF, 1923px 163px #FFF, 1477px 1034px #FFF, 1824px 1694px #FFF, 1635px 1457px #FFF, 26px 860px #FFF, 1065px 462px #FFF, 152px 387px #FFF, 1606px 1785px #FFF, 175px 1426px #FFF, 1942px 1355px #FFF, 1283px 75px #FFF, 629px 721px #FFF, 1780px 219px #FFF, 732px 14px #FFF, 1859px 319px #FFF, 828px 1161px #FFF, 662px 592px #FFF, 34px 199px #FFF, 983px 596px #FFF, 1733px 891px #FFF, 1769px 1468px #FFF, 1843px 1561px #FFF, 1578px 970px #FFF, 585px 874px #FFF, 1148px 1755px #FFF, 1397px 1898px #FFF, 636px 1861px #FFF, 1877px 936px #FFF, 1578px 955px #FFF, 772px 93px #FFF, 1377px 329px #FFF, 1064px 350px #FFF, 1057px 1246px #FFF, 1170px 1815px #FFF, 544px 1650px #FFF, 1822px 1763px #FFF, 1120px 1654px #FFF, 1957px 1109px #FFF, 296px 1592px #FFF, 19px 869px #FFF, 1470px 1297px #FFF, 762px 1929px #FFF, 172px 529px #FFF, 1538px 1167px #FFF, 1399px 964px #FFF, 210px 1685px #FFF, 1028px 1746px #FFF, 175px 1778px #FFF, 688px 997px #FFF, 1094px 169px #FFF, 62px 276px #FFF, 1137px 337px #FFF, 1681px 215px #FFF, 1087px 464px #FFF, 128px 1733px #FFF, 930px 1163px #FFF, 1815px 1526px #FFF, 531px 1605px #FFF, 781px 624px #FFF, 993px 1901px #FFF, 1029px 820px #FFF, 1092px 828px #FFF, 1152px 1148px #FFF, 1679px 847px #FFF, 1721px 1838px #FFF, 1450px 1215px #FFF, 744px 708px #FFF, 984px 471px #FFF, 1062px 810px #FFF, 1110px 173px #FFF, 1303px 1090px #FFF, 1464px 634px #FFF, 946px 1546px #FFF, 1690px 92px #FFF, 1968px 1579px #FFF, 497px 1933px #FFF, 1794px 554px #FFF, 1758px 146px #FFF, 1743px 1297px #FFF, 98px 697px #FFF, 352px 1717px #FFF, 1684px 311px #FFF, 1923px 637px #FFF, 1710px 1801px #FFF, 768px 109px #FFF, 1366px 1599px #FFF, 529px 450px #FFF, 912px 1517px #FFF, 850px 1326px #FFF, 1049px 775px #FFF, 588px 302px #FFF, 1059px 56px #FFF, 842px 793px #FFF, 607px 827px #FFF, 1468px 1376px #FFF, 962px 640px #FFF, 247px 762px #FFF, 637px 1925px #FFF, 1520px 1736px #FFF, 398px 1549px #FFF, 102px 567px #FFF, 1486px 1806px #FFF, 1202px 868px #FFF, 1546px 451px #FFF, 1579px 286px #FFF, 262px 1960px #FFF, 535px 1308px #FFF, 1617px 640px #FFF, 203px 606px #FFF, 810px 233px #FFF, 1243px 1144px #FFF, 727px 1723px #FFF, 1744px 426px #FFF, 1684px 1734px #FFF, 1271px 816px #FFF, 1315px 1324px #FFF, 1286px 1428px #FFF, 1611px 709px #FFF, 1264px 1049px #FFF, 1830px 1401px #FFF, 829px 1348px #FFF, 1655px 1769px #FFF, 1957px 838px #FFF, 1548px 1056px #FFF, 1731px 463px #FFF, 1307px 326px #FFF, 887px 510px #FFF, 1137px 347px #FFF, 451px 449px #FFF, 1278px 1465px #FFF, 974px 779px #FFF, 913px 172px #FFF, 311px 368px #FFF, 1890px 1998px #FFF, 823px 205px #FFF, 1480px 1223px #FFF, 254px 1031px #FFF, 737px 938px #FFF, 460px 777px #FFF, 594px 519px #FFF, 1964px 983px #FFF, 276px 599px #FFF, 53px 541px #FFF, 1117px 1631px #FFF, 1371px 1252px #FFF, 1183px 1228px #FFF, 419px 1394px #FFF, 946px 832px #FFF, 1782px 1261px #FFF, 24px 1090px #FFF, 459px 1276px #FFF, 1394px 1673px #FFF, 32px 534px #FFF, 576px 896px #FFF, 1119px 906px #FFF, 1147px 437px #FFF, 37px 1600px #FFF, 400px 578px #FFF, 1163px 1676px #FFF, 811px 1083px #FFF, 1675px 269px #FFF, 1949px 735px #FFF, 265px 583px #FFF, 1721px 372px #FFF, 1435px 1745px #FFF, 1742px 779px #FFF, 1596px 923px #FFF, 598px 1791px #FFF, 1684px 1888px #FFF, 533px 649px #FFF, 1304px 1709px #FFF, 1362px 1065px #FFF, 600px 1619px #FFF, 1769px 884px #FFF, 1793px 509px #FFF, 473px 1906px #FFF, 1089px 378px #FFF, 516px 1324px #FFF, 1105px 61px #FFF, 1693px 1742px #FFF, 1194px 469px #FFF, 827px 517px #FFF, 1462px 1701px #FFF, 1409px 437px #FFF, 1532px 530px #FFF, 560px 370px #FFF, 897px 76px #FFF, 1573px 1789px #FFF, 1896px 175px #FFF, 929px 559px #FFF, 1873px 1019px #FFF, 711px 95px #FFF, 1919px 617px #FFF, 906px 1294px #FFF, 1729px 821px #FFF, 594px 1113px #FFF, 1503px 960px #FFF, 435px 1206px #FFF, 1892px 1115px #FFF, 400px 899px #FFF, 1453px 1738px #FFF, 1630px 729px #FFF, 389px 1209px #FFF, 781px 1918px #FFF, 842px 1315px #FFF, 207px 445px #FFF, 234px 176px #FFF, 377px 601px #FFF, 1994px 1291px #FFF, 176px 1551px #FFF, 1896px 612px #FFF, 491px 1505px #FFF, 1335px 147px #FFF, 760px 299px #FFF, 1637px 1344px #FFF, 1562px 1098px #FFF, 1820px 1936px #FFF, 1950px 1024px #FFF, 1097px 484px #FFF, 1561px 283px #FFF, 1486px 455px #FFF, 743px 1445px #FFF, 153px 1112px #FFF, 1801px 962px #FFF, 600px 1738px #FFF, 1968px 1376px #FFF, 470px 1935px #FFF, 1983px 1804px #FFF, 712px 5px #FFF, 318px 1551px #FFF, 1896px 1634px #FFF, 597px 455px #FFF, 1244px 1292px #FFF, 249px 1945px #FFF, 734px 480px #FFF, 1045px 1782px #FFF, 777px 1043px #FFF, 1017px 1109px #FFF, 1342px 1969px #FFF, 1649px 1603px #FFF, 1040px 1092px #FFF, 51px 473px #FFF, 1982px 680px #FFF, 1693px 965px #FFF, 958px 25px #FFF, 1472px 1675px #FFF, 1285px 1887px #FFF, 379px 1234px #FFF, 1168px 944px #FFF, 437px 235px #FFF, 521px 284px #FFF, 75px 213px #FFF, 1918px 268px #FFF, 1904px 1780px #FFF, 195px 190px #FFF, 1139px 1604px #FFF, 743px 430px #FFF, 1381px 783px #FFF, 1361px 655px #FFF, 1615px 1813px #FFF, 497px 1633px #FFF, 258px 605px #FFF, 1935px 1486px #FFF, 555px 1274px #FFF, 705px 519px #FFF, 1985px 910px #FFF, 1228px 260px #FFF, 1261px 57px #FFF, 996px 1122px #FFF, 1292px 608px #FFF, 897px 152px #FFF, 907px 859px #FFF, 1225px 1255px #FFF, 1304px 1978px #FFF, 393px 916px #FFF, 1209px 1359px #FFF, 1988px 958px #FFF, 184px 298px #FFF, 695px 1406px #FFF, 1103px 18px #FFF, 711px 530px #FFF, 507px 1649px #FFF, 48px 1356px #FFF, 1223px 1707px #FFF, 927px 1794px #FFF, 508px 297px #FFF, 146px 1007px #FFF, 1724px 1727px #FFF, 1628px 448px #FFF, 344px 1720px #FFF, 1294px 1320px #FFF, 1905px 1071px #FFF, 1267px 1198px #FFF, 1568px 314px #FFF, 1997px 1720px #FFF, 1647px 755px #FFF, 454px 317px #FFF, 1323px 502px #FFF, 920px 109px #FFF, 936px 271px #FFF, 431px 174px #FFF, 1542px 230px #FFF, 573px 424px #FFF, 1463px 834px #FFF, 1921px 1012px #FFF, 1315px 1367px #FFF, 1263px 186px #FFF, 1987px 323px #FFF, 1094px 57px #FFF, 438px 1322px #FFF, 179px 1682px #FFF, 489px 136px #FFF, 1993px 1738px #FFF, 1093px 1056px #FFF, 1729px 1198px #FFF, 565px 63px #FFF, 267px 263px #FFF, 337px 379px #FFF, 608px 1439px #FFF, 219px 587px #FFF, 60px 1305px #FFF, 717px 999px #FFF, 1567px 422px #FFF, 415px 1849px #FFF, 1435px 1855px #FFF, 1394px 1996px #FFF, 269px 263px #FFF, 1009px 111px #FFF, 322px 1816px #FFF, 747px 179px #FFF, 379px 873px #FFF, 940px 244px #FFF, 1769px 827px #FFF, 286px 611px #FFF, 943px 1287px #FFF, 1089px 309px #FFF, 326px 1502px #FFF, 1815px 1627px #FFF, 1884px 1932px #FFF, 1093px 191px #FFF, 454px 113px #FFF, 1540px 509px #FFF, 166px 827px #FFF, 90px 64px #FFF, 836px 952px #FFF, 1899px 769px #FFF, 1050px 586px #FFF, 854px 488px #FFF, 344px 1474px #FFF, 691px 839px #FFF, 242px 120px #FFF, 1138px 1875px #FFF, 1752px 1929px #FFF, 100px 1263px #FFF, 1493px 628px #FFF, 281px 202px #FFF, 1851px 1696px #FFF, 1581px 1428px #FFF, 245px 506px #FFF, 273px 61px #FFF, 1341px 279px #FFF, 557px 1979px #FFF, 927px 597px #FFF, 148px 1646px #FFF, 8px 117px #FFF, 1850px 1622px #FFF, 161px 617px #FFF, 503px 1586px #FFF, 773px 139px #FFF, 1980px 1224px #FFF, 1741px 554px #FFF, 1373px 491px #FFF, 1445px 673px #FFF, 875px 724px #FFF, 274px 947px #FFF, 949px 47px #FFF, 1514px 1963px #FFF, 1032px 191px #FFF, 110px 1047px #FFF, 1744px 427px #FFF, 136px 1111px #FFF, 1585px 1927px #FFF, 1853px 1744px #FFF, 285px 1807px #FFF, 956px 925px #FFF, 1988px 245px #FFF, 952px 1366px #FFF, 1929px 758px #FFF, 1092px 1982px #FFF, 115px 362px #FFF, 389px 1149px #FFF, 1841px 1011px #FFF, 1755px 1007px #FFF, 598px 1380px #FFF, 1775px 38px #FFF, 412px 881px #FFF, 1563px 1057px #FFF, 1725px 1416px #FFF, 483px 1843px #FFF, 1830px 1553px #FFF, 1100px 1478px #FFF, 1600px 1018px #FFF, 982px 25px #FFF, 1083px 1505px #FFF, 824px 637px #FFF, 84px 1190px #FFF, 1506px 1337px #FFF, 902px 1251px #FFF, 201px 678px #FFF, 871px 1382px #FFF;
}

#stars2 {
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 903px 724px #FFF, 842px 1323px #FFF, 1075px 590px #FFF, 1958px 47px #FFF, 27px 160px #FFF, 164px 1992px #FFF, 1927px 1104px #FFF, 1487px 1250px #FFF, 1374px 415px #FFF, 22px 1324px #FFF, 1095px 1226px #FFF, 1836px 908px #FFF, 1616px 653px #FFF, 1716px 806px #FFF, 393px 1894px #FFF, 132px 1522px #FFF, 1355px 716px #FFF, 1450px 1957px #FFF, 631px 1046px #FFF, 1683px 1110px #FFF, 1149px 1325px #FFF, 1189px 1083px #FFF, 1196px 903px #FFF, 95px 1897px #FFF, 1594px 1727px #FFF, 1337px 523px #FFF, 929px 1728px #FFF, 982px 5px #FFF, 1397px 585px #FFF, 1491px 739px #FFF, 662px 138px #FFF, 1933px 1785px #FFF, 742px 1645px #FFF, 290px 1694px #FFF, 1147px 1664px #FFF, 1685px 1421px #FFF, 1658px 170px #FFF, 1725px 1281px #FFF, 980px 126px #FFF, 1977px 1541px #FFF, 366px 870px #FFF, 1306px 1949px #FFF, 1010px 815px #FFF, 420px 1421px #FFF, 868px 760px #FFF, 1484px 1672px #FFF, 1489px 1313px #FFF, 176px 868px #FFF, 620px 518px #FFF, 802px 438px #FFF, 527px 413px #FFF, 1925px 200px #FFF, 1594px 1904px #FFF, 1820px 1924px #FFF, 1996px 197px #FFF, 424px 800px #FFF, 86px 1213px #FFF, 1423px 763px #FFF, 394px 606px #FFF, 1493px 1616px #FFF, 1639px 324px #FFF, 1529px 964px #FFF, 1689px 862px #FFF, 1367px 1485px #FFF, 675px 334px #FFF, 1392px 1780px #FFF, 314px 314px #FFF, 1207px 1856px #FFF, 475px 954px #FFF, 1800px 1295px #FFF, 891px 935px #FFF, 415px 1244px #FFF, 1831px 1772px #FFF, 1051px 1506px #FFF, 1811px 1546px #FFF, 1666px 1751px #FFF, 1318px 953px #FFF, 743px 1959px #FFF, 1540px 1464px #FFF, 1815px 1324px #FFF, 255px 862px #FFF, 256px 1711px #FFF, 1008px 1554px #FFF, 65px 120px #FFF, 1327px 1285px #FFF, 729px 816px #FFF, 715px 332px #FFF, 871px 2000px #FFF, 1101px 1311px #FFF, 1286px 1758px #FFF, 1778px 969px #FFF, 176px 20px #FFF, 162px 1092px #FFF, 1291px 1037px #FFF, 1286px 1049px #FFF, 310px 1275px #FFF, 1375px 1801px #FFF, 1749px 10px #FFF, 1632px 1220px #FFF, 1075px 82px #FFF, 475px 1127px #FFF, 1586px 531px #FFF, 403px 132px #FFF, 1770px 21px #FFF, 1183px 219px #FFF, 1997px 21px #FFF, 160px 73px #FFF, 256px 525px #FFF, 278px 563px #FFF, 1280px 1815px #FFF, 1331px 1598px #FFF, 210px 1909px #FFF, 889px 908px #FFF, 162px 1382px #FFF, 1157px 378px #FFF, 1118px 829px #FFF, 612px 1462px #FFF, 1151px 373px #FFF, 327px 831px #FFF, 1660px 640px #FFF, 1017px 973px #FFF, 1392px 1113px #FFF, 1238px 1677px #FFF, 536px 1418px #FFF, 111px 1560px #FFF, 1607px 1229px #FFF, 1969px 558px #FFF, 819px 336px #FFF, 528px 1742px #FFF, 1388px 1350px #FFF, 102px 699px #FFF, 108px 791px #FFF, 281px 556px #FFF, 1404px 1482px #FFF, 1111px 534px #FFF, 1585px 1912px #FFF, 1750px 1681px #FFF, 915px 1679px #FFF, 1677px 34px #FFF, 585px 1998px #FFF, 982px 1885px #FFF, 1728px 1588px #FFF, 79px 393px #FFF, 329px 498px #FFF, 1932px 1311px #FFF, 875px 1397px #FFF, 1446px 887px #FFF, 500px 224px #FFF, 1564px 1825px #FFF, 1071px 59px #FFF, 63px 579px #FFF, 1998px 1047px #FFF, 1280px 1520px #FFF, 107px 709px #FFF, 890px 1012px #FFF, 1675px 386px #FFF, 800px 185px #FFF, 1755px 1031px #FFF, 1484px 1980px #FFF, 1793px 1891px #FFF, 1554px 1332px #FFF, 219px 240px #FFF, 156px 990px #FFF, 205px 1368px #FFF, 1093px 1830px #FFF, 1347px 756px #FFF, 1361px 1273px #FFF, 1344px 211px #FFF, 163px 1201px #FFF, 1785px 308px #FFF, 1521px 996px #FFF, 671px 1892px #FFF, 410px 1157px #FFF, 1343px 16px #FFF, 517px 1979px #FFF, 891px 1883px #FFF, 1142px 1344px #FFF, 1724px 218px #FFF, 614px 941px #FFF, 388px 1867px #FFF, 1560px 1809px #FFF, 865px 104px #FFF, 540px 1475px #FFF, 1826px 498px #FFF, 1176px 1023px #FFF, 1343px 803px #FFF, 869px 325px #FFF, 1642px 1285px #FFF, 15px 1411px #FFF, 1535px 789px #FFF, 1171px 649px #FFF, 157px 1832px #FFF, 1487px 167px #FFF, 429px 1391px #FFF, 1034px 1486px #FFF, 196px 1304px #FFF, 152px 1960px #FFF, 518px 1147px #FFF, 737px 1586px #FFF, 1685px 869px #FFF;
  animation: animStar 100s linear infinite;
}

#stars2:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 903px 724px #FFF, 842px 1323px #FFF, 1075px 590px #FFF, 1958px 47px #FFF, 27px 160px #FFF, 164px 1992px #FFF, 1927px 1104px #FFF, 1487px 1250px #FFF, 1374px 415px #FFF, 22px 1324px #FFF, 1095px 1226px #FFF, 1836px 908px #FFF, 1616px 653px #FFF, 1716px 806px #FFF, 393px 1894px #FFF, 132px 1522px #FFF, 1355px 716px #FFF, 1450px 1957px #FFF, 631px 1046px #FFF, 1683px 1110px #FFF, 1149px 1325px #FFF, 1189px 1083px #FFF, 1196px 903px #FFF, 95px 1897px #FFF, 1594px 1727px #FFF, 1337px 523px #FFF, 929px 1728px #FFF, 982px 5px #FFF, 1397px 585px #FFF, 1491px 739px #FFF, 662px 138px #FFF, 1933px 1785px #FFF, 742px 1645px #FFF, 290px 1694px #FFF, 1147px 1664px #FFF, 1685px 1421px #FFF, 1658px 170px #FFF, 1725px 1281px #FFF, 980px 126px #FFF, 1977px 1541px #FFF, 366px 870px #FFF, 1306px 1949px #FFF, 1010px 815px #FFF, 420px 1421px #FFF, 868px 760px #FFF, 1484px 1672px #FFF, 1489px 1313px #FFF, 176px 868px #FFF, 620px 518px #FFF, 802px 438px #FFF, 527px 413px #FFF, 1925px 200px #FFF, 1594px 1904px #FFF, 1820px 1924px #FFF, 1996px 197px #FFF, 424px 800px #FFF, 86px 1213px #FFF, 1423px 763px #FFF, 394px 606px #FFF, 1493px 1616px #FFF, 1639px 324px #FFF, 1529px 964px #FFF, 1689px 862px #FFF, 1367px 1485px #FFF, 675px 334px #FFF, 1392px 1780px #FFF, 314px 314px #FFF, 1207px 1856px #FFF, 475px 954px #FFF, 1800px 1295px #FFF, 891px 935px #FFF, 415px 1244px #FFF, 1831px 1772px #FFF, 1051px 1506px #FFF, 1811px 1546px #FFF, 1666px 1751px #FFF, 1318px 953px #FFF, 743px 1959px #FFF, 1540px 1464px #FFF, 1815px 1324px #FFF, 255px 862px #FFF, 256px 1711px #FFF, 1008px 1554px #FFF, 65px 120px #FFF, 1327px 1285px #FFF, 729px 816px #FFF, 715px 332px #FFF, 871px 2000px #FFF, 1101px 1311px #FFF, 1286px 1758px #FFF, 1778px 969px #FFF, 176px 20px #FFF, 162px 1092px #FFF, 1291px 1037px #FFF, 1286px 1049px #FFF, 310px 1275px #FFF, 1375px 1801px #FFF, 1749px 10px #FFF, 1632px 1220px #FFF, 1075px 82px #FFF, 475px 1127px #FFF, 1586px 531px #FFF, 403px 132px #FFF, 1770px 21px #FFF, 1183px 219px #FFF, 1997px 21px #FFF, 160px 73px #FFF, 256px 525px #FFF, 278px 563px #FFF, 1280px 1815px #FFF, 1331px 1598px #FFF, 210px 1909px #FFF, 889px 908px #FFF, 162px 1382px #FFF, 1157px 378px #FFF, 1118px 829px #FFF, 612px 1462px #FFF, 1151px 373px #FFF, 327px 831px #FFF, 1660px 640px #FFF, 1017px 973px #FFF, 1392px 1113px #FFF, 1238px 1677px #FFF, 536px 1418px #FFF, 111px 1560px #FFF, 1607px 1229px #FFF, 1969px 558px #FFF, 819px 336px #FFF, 528px 1742px #FFF, 1388px 1350px #FFF, 102px 699px #FFF, 108px 791px #FFF, 281px 556px #FFF, 1404px 1482px #FFF, 1111px 534px #FFF, 1585px 1912px #FFF, 1750px 1681px #FFF, 915px 1679px #FFF, 1677px 34px #FFF, 585px 1998px #FFF, 982px 1885px #FFF, 1728px 1588px #FFF, 79px 393px #FFF, 329px 498px #FFF, 1932px 1311px #FFF, 875px 1397px #FFF, 1446px 887px #FFF, 500px 224px #FFF, 1564px 1825px #FFF, 1071px 59px #FFF, 63px 579px #FFF, 1998px 1047px #FFF, 1280px 1520px #FFF, 107px 709px #FFF, 890px 1012px #FFF, 1675px 386px #FFF, 800px 185px #FFF, 1755px 1031px #FFF, 1484px 1980px #FFF, 1793px 1891px #FFF, 1554px 1332px #FFF, 219px 240px #FFF, 156px 990px #FFF, 205px 1368px #FFF, 1093px 1830px #FFF, 1347px 756px #FFF, 1361px 1273px #FFF, 1344px 211px #FFF, 163px 1201px #FFF, 1785px 308px #FFF, 1521px 996px #FFF, 671px 1892px #FFF, 410px 1157px #FFF, 1343px 16px #FFF, 517px 1979px #FFF, 891px 1883px #FFF, 1142px 1344px #FFF, 1724px 218px #FFF, 614px 941px #FFF, 388px 1867px #FFF, 1560px 1809px #FFF, 865px 104px #FFF, 540px 1475px #FFF, 1826px 498px #FFF, 1176px 1023px #FFF, 1343px 803px #FFF, 869px 325px #FFF, 1642px 1285px #FFF, 15px 1411px #FFF, 1535px 789px #FFF, 1171px 649px #FFF, 157px 1832px #FFF, 1487px 167px #FFF, 429px 1391px #FFF, 1034px 1486px #FFF, 196px 1304px #FFF, 152px 1960px #FFF, 518px 1147px #FFF, 737px 1586px #FFF, 1685px 869px #FFF;
}

#stars3 {
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 1002px 1993px #FFF, 307px 1355px #FFF, 168px 1990px #FFF, 2px 300px #FFF, 470px 1265px #FFF, 1463px 1639px #FFF, 1271px 1950px #FFF, 1894px 1517px #FFF, 1907px 734px #FFF, 1352px 919px #FFF, 1583px 1083px #FFF, 1856px 1996px #FFF, 101px 1539px #FFF, 1689px 880px #FFF, 206px 838px #FFF, 802px 454px #FFF, 541px 1056px #FFF, 1387px 1858px #FFF, 172px 1923px #FFF, 1102px 533px #FFF, 421px 778px #FFF, 514px 268px #FFF, 1878px 1297px #FFF, 1567px 991px #FFF, 1484px 606px #FFF, 59px 396px #FFF, 1916px 89px #FFF, 246px 1357px #FFF, 216px 1330px #FFF, 1102px 1982px #FFF, 263px 1053px #FFF, 661px 1127px #FFF, 1438px 830px #FFF, 580px 1625px #FFF, 94px 1151px #FFF, 779px 1993px #FFF, 1887px 728px #FFF, 1772px 766px #FFF, 918px 450px #FFF, 1241px 541px #FFF, 961px 1646px #FFF, 454px 332px #FFF, 810px 883px #FFF, 1691px 682px #FFF, 1538px 16px #FFF, 1031px 461px #FFF, 247px 1440px #FFF, 400px 1462px #FFF, 472px 276px #FFF, 641px 615px #FFF, 1651px 124px #FFF, 707px 94px #FFF, 1015px 966px #FFF, 1694px 665px #FFF, 1587px 348px #FFF, 1256px 1278px #FFF, 348px 81px #FFF, 1380px 489px #FFF, 180px 640px #FFF, 500px 1069px #FFF, 756px 1491px #FFF, 1584px 876px #FFF, 472px 1415px #FFF, 1499px 641px #FFF, 47px 1318px #FFF, 1241px 1127px #FFF, 1071px 837px #FFF, 913px 1901px #FFF, 690px 1538px #FFF, 371px 1714px #FFF, 1324px 1215px #FFF, 1689px 1565px #FFF, 1479px 972px #FFF, 1727px 293px #FFF, 1094px 1023px #FFF, 1546px 1150px #FFF, 979px 1910px #FFF, 1963px 1491px #FFF, 250px 952px #FFF, 746px 884px #FFF, 991px 1351px #FFF, 765px 869px #FFF, 372px 1516px #FFF, 1618px 762px #FFF, 297px 348px #FFF, 650px 815px #FFF, 810px 768px #FFF, 1489px 1818px #FFF, 1857px 31px #FFF, 1050px 1679px #FFF, 415px 1025px #FFF, 129px 1534px #FFF, 342px 324px #FFF, 321px 1554px #FFF, 1155px 131px #FFF, 661px 1014px #FFF, 1271px 1449px #FFF, 1938px 177px #FFF, 1915px 626px #FFF, 1352px 214px #FFF;
  animation: animStar 150s linear infinite;
}

#stars3:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 1002px 1993px #FFF, 307px 1355px #FFF, 168px 1990px #FFF, 2px 300px #FFF, 470px 1265px #FFF, 1463px 1639px #FFF, 1271px 1950px #FFF, 1894px 1517px #FFF, 1907px 734px #FFF, 1352px 919px #FFF, 1583px 1083px #FFF, 1856px 1996px #FFF, 101px 1539px #FFF, 1689px 880px #FFF, 206px 838px #FFF, 802px 454px #FFF, 541px 1056px #FFF, 1387px 1858px #FFF, 172px 1923px #FFF, 1102px 533px #FFF, 421px 778px #FFF, 514px 268px #FFF, 1878px 1297px #FFF, 1567px 991px #FFF, 1484px 606px #FFF, 59px 396px #FFF, 1916px 89px #FFF, 246px 1357px #FFF, 216px 1330px #FFF, 1102px 1982px #FFF, 263px 1053px #FFF, 661px 1127px #FFF, 1438px 830px #FFF, 580px 1625px #FFF, 94px 1151px #FFF, 779px 1993px #FFF, 1887px 728px #FFF, 1772px 766px #FFF, 918px 450px #FFF, 1241px 541px #FFF, 961px 1646px #FFF, 454px 332px #FFF, 810px 883px #FFF, 1691px 682px #FFF, 1538px 16px #FFF, 1031px 461px #FFF, 247px 1440px #FFF, 400px 1462px #FFF, 472px 276px #FFF, 641px 615px #FFF, 1651px 124px #FFF, 707px 94px #FFF, 1015px 966px #FFF, 1694px 665px #FFF, 1587px 348px #FFF, 1256px 1278px #FFF, 348px 81px #FFF, 1380px 489px #FFF, 180px 640px #FFF, 500px 1069px #FFF, 756px 1491px #FFF, 1584px 876px #FFF, 472px 1415px #FFF, 1499px 641px #FFF, 47px 1318px #FFF, 1241px 1127px #FFF, 1071px 837px #FFF, 913px 1901px #FFF, 690px 1538px #FFF, 371px 1714px #FFF, 1324px 1215px #FFF, 1689px 1565px #FFF, 1479px 972px #FFF, 1727px 293px #FFF, 1094px 1023px #FFF, 1546px 1150px #FFF, 979px 1910px #FFF, 1963px 1491px #FFF, 250px 952px #FFF, 746px 884px #FFF, 991px 1351px #FFF, 765px 869px #FFF, 372px 1516px #FFF, 1618px 762px #FFF, 297px 348px #FFF, 650px 815px #FFF, 810px 768px #FFF, 1489px 1818px #FFF, 1857px 31px #FFF, 1050px 1679px #FFF, 415px 1025px #FFF, 129px 1534px #FFF, 342px 324px #FFF, 321px 1554px #FFF, 1155px 131px #FFF, 661px 1014px #FFF, 1271px 1449px #FFF, 1938px 177px #FFF, 1915px 626px #FFF, 1352px 214px #FFF;
}

#title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 10px;
  margin-top: -60px;
  padding-left: 10px;
}

#title span {
  background: -webkit-linear-gradient(white, #38495a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-2000px);
  }
}

header .Nav .row nav ul li+li {
  margin-left: 30px;
}

header .navigation.scrolled nav {
  padding-top: 22px;
}

header .navigation.scrolled .icon2 {
  padding: 15px 15px 18px 15px;
}

header .Nav .row nav ul li .nav-link {
  margin-left: 0;
  font-size: 20px;
  margin: 0 !important;
}

@media (max-width:1700px) {
  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left {
    padding: 25px 35px;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left h2 {
    font-size: 26px;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left h2 br {
    display: none;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right {
    padding: 25px 35px;
  }
}

@media (max-width:1500px) {

  header .Nav img {
    max-width: 193px;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_logo .modal_logo_in img {
    max-height: 115px;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .form-control {
    padding: 8px 18px;
    font-size: 16px;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left .form-group {
    margin-bottom: 25px;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_logo .modal_logo_in {
    margin-bottom: 15px;
  }

  .info-slider .carousel-item .banner_content .banner_content_wrap {
    margin-top: 40px;
    padding: 0 50px;
  }

  .info-slider .carousel-item .banner_content .banner_content_wrap .sub_head {
    font-size: 32px;
    margin-top: 18px;
  }

  .info-slider .carousel-item .banner_content .banner_content_wrap p {
    font-size: 16px;
  }

  .theme_btn {
    padding: 10px 19px;
    font-size: 16px;
  }

  .info-slider .carousel-item .banner_content .banner_content_wrap .sub_btn {
    margin-top: 20px;
  }

  header .Nav .row nav ul li+li {
    margin-left: 20px;
  }

  header .Nav .row nav ul li .nav-link , header .Nav .row nav ul button{
    font-size: 14px;
  }

  .mega_menu.mega-menu {
    width: 1090px;
  }

  .inner_banner .main_inner_banner_wrap .inner_banner_left_sec .inner_main_title {
    font-size: 34px;
  }

  .inner_banner .main_inner_banner_wrap .inner_banner_left_sec .in_btn {
    margin-top: 30px;
  }

  .inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in {
    padding: 35px 40px;
  }

  .inner_banner {
    padding: 45px 0;
  }



}

@media (max-width:1199px) {

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_contact {
    width: 100%;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right .modal_contact ul {
    max-width: 100%;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right {
    padding: 25px 25px;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right {
    width: 40%;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left {
    width: 60%;
  }

  header .Nav {
    padding: 20px 30px;
  }

  header .Nav .navigation nav {
    position: static;
    display: block !important;
    width: auto;
    right: inherit;
    float: none !important;
    background: transparent;
  }

  header .Nav .navigation nav .navbar-collapse {
    position: absolute;
  }

  header .Nav .row nav .navbar-toggler {
    
    background-color: white;
    font-size: inherit;
    padding: 5px 7px;
    position: absolute;
    right: 11px;
  }

  header .Nav .navigation nav .navbar-collapse {
    background: white;
    width: 100%;
    top: 84px;
    right: 0;
    left: 0;
  }

  header .Nav .navigation nav .navbar-collapse ul.navbar-nav {
    display: block;
    width: 100%;
    padding: 0;
    float: none !important;
    text-align: left !important;
  }

  header .Nav .navigation nav .navbar-collapse ul.navbar-nav li a.nav-link {
    padding: 16px 20px;
    border-bottom: 1px solid #c5b0b0; 
    color: black; 
    font-size: 18px;
}

  header .Nav .navigation nav .navbar-collapse ul.navbar-nav li+li {
    margin: 0;
  }

  .info-slider .carousel-item {
    height: auto;
    padding: 29px 0 67px;
    background-position: bottom left !important;
}

  .info-slider .carousel-item .banner_content .banner_content_wrap {
    margin-top: 35px;
    padding: 0 17px;
  }

  .feature_main .circles {
    padding: 0;
  }

  .service-featured p {
    margin-bottom: 10px;
  }

  .feature_main {
    padding: 35px 0;
  }

  .service-featured .card {
    padding: 14px 10px;
  }

  .service-featured .card .card-body.text-center {
    padding: 20px 0 0;
  }

  .success-business {
    padding: 35px 0;
  }

  .success-business .business-img {
    text-align: center;
    margin-bottom: 34px;
    margin-top: 10px;
  }

  .success-business .business-detail {
    padding-left: 0;
  }

  .why-choose-us {
    padding: 35px 0;
  }

  .industry-work .col_item {

    width: 33.33%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .technology {
    padding-top: 40px;
  }

  .technology p.text-center {
    padding: 0 20px;
  }

  .technology h3.text-center {
    padding: 0 20px;
  }

  .portfolios {
    padding: 35px 47px 10px;
  }

  .portfolios ul.slick-dots {
    display: none !important;
  }

  .review ul.slick-dots {
    display: none !important;
  }

  .review {
    padding: 40px 0 22px;
  }

  .tips-tricks {
    padding: 40px 0;
  }

  .inner_banner .main_inner_banner_wrap .inner_banner_left_sec .inner_main_title {
    font-size: 24px;
  }

  .inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in h2 {
    font-size: 20px;
  }

  .cms_div {
    padding: 45px 0;
  }

  .animated_call_to_action {
    padding: 45px 0;
  }

  .right_image_cms {
    padding: 45px 0;
  }

  .technolgy_stack {
    padding: 45px 0;
  }

  .our_certy .certy_info_wrp {
    padding: 45px 40px;
  }

  .web_dev_solution {
    padding: 45px 0 10px;
  }

  .web_dev_solution .web_info_in {
    margin-bottom: 25px;
  }

  .main_service_section {
    padding: 35px 0 10px;
  }

  .dev_process .process_right_img {
    display: none;
  }

  .dev_process {
    padding: 45px 0;
  }

  section.call_to_action_white {
    padding: 45px 0;
  }

  .inner_main_faq {
    padding: 58px 0 36px;
  }

  .faq-testimonial {
    max-width: 80%;
    margin: 0 auto 42px;
  }

  .faq-content-wrap {
    padding-left: 0;
  }

}

@media (max-width:767px) {

  header .Nav {
    padding: 22px 19px;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap {
    flex-direction: column-reverse;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_left {
    width: 100%;
  }

  .req_modal .modal-dialog .modal-content .modal-body .modal_content_wrap .modal_right {
    width: 100%;
  }



  .inner_banner .main_inner_banner_wrap .inner_banner_left_sec {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .inner_banner .main_inner_banner_wrap .inner_banner_right_sec {
    width: 100%;
  }

  .working-process .flip-box {
    width: auto;
  }

  .working-process .col-lg-6 {
    padding: 0 20px;
  }

  .working-process .col-md-6 {
    padding-top: 0;
    margin-top: 37px;
  }

  .why-choose-us-detail {
    margin: 13px 0 0;
    padding: 0;
  }

  .industry-work .col_item {
    width: 100%;
  }

  .industry-work .card {
    width: 100%;
  }

  .industry-work .ind-work .row .col-lg-2.col-md-3.col-12.col_item.mt-5 {
    margin-top: 0 !important;
    margin-bottom: 25px;
  }

  .industry-work {
    padding-bottom: 0;
  }

  .technology .tech_img_wrap .thumbnail_container {
    padding-bottom: 50%;
  }

  .technology .waves {
    display: none;
  }

  .technology h3 {
    margin-bottom: 30px;
  }

  .portfolio-info ul.portfolio-cards {
    margin-bottom: 0;
  }

  .video_testimonial_wrap img.product-circle,
  .video_testimonial_wrap img.product-circle2 {
    display: none;
  }

  .site_title h3 {
    font-size: 22px;
  }

  .video_testimonial_wrap {
    padding: 30px 20px;
  }

  .video_testimonial_wrap button.slick-prev.slick-arrow {
    left: -34px;
  }

  .video_testimonial_wrap button.slick-next.slick-arrow {
    right: -11px;
  }

  .review .slick-slide {
    margin: 0;
  }

  .cms_desc {
    padding: 0;
    margin: 50px 0 0;
  }

  .animated_call_to_action .call_btn {
    text-align: left;
    margin-top: 10px;
  }

  .right_image_cms .row {
    flex-direction: column-reverse;
  }

  .right_image_cms .right_img_cms {
    padding-left: 20px;
    margin-bottom: 56px;
  }

  .right_image_cms,
  .animated_call_to_action,
  .cms_div {
    padding: 35px 0;
  }

  .technolgy_stack .tech_stack_info .tech_title,
  .call_to_action_second .call_action_left .main_title,
  .dev_process .layer-content .title,
  .our_certy .certy_info_wrp .certy_title {
    font-size: 26px;
  }

  .technolgy_stack .tech_stack_img {
    padding: 0;
    margin: 34px 0 0;
  }

  .our_certy .certy_info_wrp {
    padding: 30px 25px;
  }

  .our_certy .certy_list_wrp {
    padding: 34px 20px;
    overflow: hidden;
  }

  .web_dev_solution {
    padding: 30px 0 10px;
  }

  .web_dev_solution .web_main_wrap {
    margin-top: 20px;
  }

  .web_dev_solution {
    padding: 25px 0 0px;
  }

  .call_to_action_second figure.subscribe-image {
    margin: 0 auto;
    padding-left: 0;
  }

  .call_to_action_second .row {
    flex-direction: column-reverse;
  }

  .call_to_action_second figure.subscribe-image {
    margin: 14px auto 30px;
    padding-left: 0;
  }

  .call_to_action_second {
    padding: 30px 0;
    margin: 0;
  }

  .inner_banner .main_inner_banner_wrap .inner_banner_right_sec .form_wrap_in {
    padding: 25px 19px;
  }

  .main_service_section .web_sol_title {
    margin-bottom: 25px;
  }

  .dev_process .layer-content {
    padding: 0;
  }

  .dev_process .layer-content .pt-5 {
    padding-top: 20px !important;
  }

  section.call_to_action_white {
    padding: 35px 0;
  }

  .main_call_action_box .s_btn {
    text-align: center !important;
    margin-top: 30px;
  }

  .main_call_action_box {
    padding: 42px 22px;
    text-align: center;
  }

  .faq-testimonial {
    max-width: 100%;
    margin: 0 auto 35px;
  }

  .inner_main_faq {
    padding: 35px 0 20px;
  }

  .call_to_action {
    padding: 35px 0;
  }

  .call_to_action .call_btn {
    text-align: center;
    margin-top: 31px;
  }

  .call_to_action .col_to_action_text .call_actiton_title {
    font-size: 26px;
    text-align: center;
  }

}




.inner_banner .main_inner_banner_wrap.seo_page_wrap .inner_banner_left_sec {
  width: 100% !important;
  padding: 0 !important;
}


.inner_banner .main_inner_banner_wrap.seo_page_wrap {
  justify-content: center;
  text-align: center;
  max-width: 800px;
  margin: auto;
}


.cms ul+p {
  margin-top: 25px;
}

section.seo_review_award {
  background-color: #000;
  padding: 80px 0;
}

.rieview_str .start_in {
  margin-top: 10px;
}

.rieview_str .start_in i {
  color: #F27C1E;
}

.rieview_str .rev_text {
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  margin-top: 13px;
}

section.call_to_action_second.seo_action {
  margin: 0;
  background: radial-gradient(at top left, #ffffff, #a8d6ff);
  padding: 60px 0;
}

section.call_to_action_second.seo_action .call_action_left h2.main_title {
  color: #000;
}

section.call_to_action_second.seo_action .call_action_left p {
  color: #000;
}

.main_call_action_box.ser-call_cta {
  border-radius: 0;
}

section.inner_banner.seo_form::after {
  background: rgb(7 7 18 / 92%);
}

section.our_certy.trusted_logo .certy_info_wrp.text-center {
  padding: 70px 20px;
}

.trusted_logo_slider .trusted_logo_slider_new .owl-item {
  height: auto;
}

.trusted_logo_slider .trusted_logo_slider_new .thumbnail_container {
  padding-bottom: 40%;
}

.trusted_logo_slider .trusted_logo_slider_new .thumbnail_container .thumbnail img {
  width: auto !important;
  height: auto;
}

section.our_certy.trusted_logo .certy_info_wrp:before {
  background: url(../images/banner-pattern.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  content: "";
  background-size: cover;
  opacity: 0.5;
}

section.web_dev_solution.hiring_option_sec .web_info_in {
  margin-bottom: 20px;
}

section.web_dev_solution.hiring_option_sec .web_info_in .web_info_icon {
  margin: 8px 0 0;
}

section.web_dev_solution.hiring_option_sec .web_info_in .web_info_icon i {
  font-size: 40px;
  color: #db9464;
}

.main_servce_wrap .tech_stack_info.task_que_list .tech_list ul li {
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
}

.main_servce_wrap .tech_stack_info.task_que_list .tech_list ul li+li {
  margin-top: 10px;
}

section.call_to_action_second.new_call_sec {
  margin: 0;
  padding: 47px 0px !important;
  /* text-align: center; */
}

.call_btn.text-right {
  text-align: right;
}

section.dev_process.new_dev_process .pt-5.new_pr_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

section.dev_process.new_dev_process .pt-5.new_pr_list .featured-icon-box {
  width: 33.33%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}

section.dev_process.new_dev_process .pt-5.new_pr_list .featured-icon-box .featured-icon {
  margin: 0 auto 30px;
}

section.dev_process.new_dev_process .pt-5.new_pr_list .featured-icon-box+.featured-icon-box {
  margin: 0;
}

section.dev_process.new_dev_process .featured-icon-box:before {
  display: none;
}

section.dev_process.new_dev_process .featured-icon-box .featured-content {
  padding-left: 0;
}

section.dev_process.new_dev_process .layer-content {
  padding-right: 0;
}

section.new_box_design {
  padding: 80px 0;
}

.main_list_wrp {
  margin-top: 60px;
}

.main_list_wrp .pr_col {
  padding: 50px 20px;
  border: 1px solid #eee;
}

.main_list_wrp .pr_col .prefer_box {
  display: flex;
}

.main_list_wrp .pr_col .prefer_box .pr_icon {
  width: 30px;
  margin-right: 20px;
}

.main_list_wrp .pr_col .pre_title {
  font-size: 22px;
}

.main_list_wrp .pr_col .prefer_box p {
  margin-bottom: 0;
}

.main_list_wrp .pr_col .prefer_box .pr_icon i {
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.web_dev_solution .web_main_wrap .col-lg-3.col-md-6 {
  margin-bottom: 30px;
}

section.dev_process.ad_process {
  background: #f2f2f2;
}

section.dev_process.ad_process::before {
  background: #fff;
}

section.dev_process.ad_process h2.title {
  color: #000;
}

section.dev_process.ad_process .featured-content .featured-desc p {
  color: #373737;
}

section.dev_process.ad_process .featured-icon-box:before {
  background: #f4c29b;
}

.web_dev_solution .web_main_wrap.new_main_icons .thumbnail_container {
  padding-bottom: 100%;
  border-radius: 100%;
}

.web_dev_solution .web_main_wrap.new_main_icons .web_info_img img {
  max-width: 55px !important;
}

.web_dev_solution .web_main_wrap.new_main_icons .web_info_img {
  width: 98px;
  margin: 0 auto;
  height: 98px;
}

.web_dev_solution .web_main_wrap.new_main_icons .thumbnail_container {
  padding-bottom: 97%;
  border-radius: 100%;
  background: #f9f4ff;
  /* box-shadow: 6px 1px 13px rgb(207 207 207 / 40%); */
  border: 1px solid #f7f7f7;
}

@media (max-width:767px) {

  section.dev_process.new_dev_process .pt-5.new_pr_list .featured-icon-box {
    width: 100%;
  }

  section.dev_process.new_dev_process .pt-5.new_pr_list .featured-icon-box+.featured-icon-box {
    margin: 35px 0 0;
  }

  section.dev_process.new_dev_process .pt-5.new_pr_list .featured-icon-box .featured-icon {
    margin: 0 auto 19px;
  }

  .review_div_wrap.text-center {
    margin-top: 55px;
  }

  section.seo_review_award {
    padding: 10px 0 40px;
  }

  section.our_certy.trusted_logo .certy_info_wrp.text-center {
    padding: 40px 20px;
  }

  section.call_to_action_second.new_call_sec .row.align-items-center {
    flex-direction: inherit;
    text-align: center;
  }

  .call_btn.text-right {
    text-align: center;
  }

}


@media (min-width:1200px) {
  section.inner_banner.laravel_banner .inner_main_title {
    font-size: 40px !important;
  }

  .laravel_banner.inner_banner .main_inner_banner_wrap .inner_banner_left_sec p {
    font-size: 18px;
  }

}



.skill-set-section {
  float: left;
  margin: 20px 0;
  padding: 40px 0;
  width: 100%;
  background: linear-gradient(45deg, #df5123, #ef751e);
  color: #fff;
}

.skill_content {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.skill_grid_part {
  float: right;
  margin: 0;
  padding: 0;
  width: 100%;
}

.skill-grid {
  float: left;
  margin: 15px 7px;
  padding: 27px 0px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 4px 2px 1px rgba(0,0,0,0.3);
  border-radius: 4px;
  transition: 1s;
  position: relative;
}

.skill-grid:hover {
  cursor: pointer;
  transition-duration: 0.2s;
  transform: rotatex(20deg);


}

.skill-grid h5 {
  color: #eb6c1f;
  text-align: center;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}


.skill-grid p {

  width: 100%;
  float: left;
  padding: 6px 28px;
  margin: 0;
  text-align: center;
  min-height: 263px;
  font-size: 15px;
  line-height: 29px;
  color: #000;

}


.skill-img-part {
  text-align: center;
  padding-bottom: 10px;
}


.variety_section {
  float: left;
  margin: 0;
  padding: 40px 0;
  width: 100%;
}

.variety_one {
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
  border: 0.5px solid #d3d3d3;
  padding: 15px;
  margin: 0 10px;
}


.variety_two {
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
}

.variety_three {
  float: left;
  border: 0.5px solid #ed721f;
  padding: 15px;
  margin: 10px 20px;
  width: 100%;
  box-shadow: 0px 4px 12px 1px #d3d3d3;
  border-radius: 25px;
  height: 108px;
  text-align: center;
  cursor: pointer;
}

.variety_three img {
  width: 26%;
  margin: 10px auto;

}

.variety_grid_one {
  float: left;
  margin: 0;
  padding: 0;
}

.variety_grid_two {
  float: left;
  margin: 0;
  padding: 0;
  border: 0.5px solid #d3d3d3;
}

.variety_grid_three {
  float: left;
  margin: 0;
  padding: 0;

}

.variety_three h6 {
  float: left;
  width: 100%;
  font-size: 12px;
  margin: 0 0;
  font-weight: 600;
}

/* .variety_three:hover {
  transform: scale(1.2);
  transition-duration: .5s;


} */


.process-part {
  float: left;
  margin-bottom: 60px;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../images/banner-bg.jpg');
  /* radial-gradient(farthest-corner at 40px 40px,
      #111 20%, #333 100%, #ddd 100%); */
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.step_part {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}

.step_grid {
  transition: width .5s;
  color: #fff;
  background-size: 100% 100%;
  float: left;
  margin-bottom: 20px;
  padding: 0px;
  aspect-ratio: 20/20;
  height: 152px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(255,255,255,0.8);
  border-radius: 90px 11px 90px 11px;
  background-image: url(../images/banner-pattern.png) !important;
}

.step_grid img {
  position: relative;
  left: 2px;
  width: 100%;
  top: -132px;
  height: 154px;
}

.step_grid::after {
  content: '';
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
  height: 39px;
  margin: -10px;
  width: 300px;
  position: absolute;
  right: 10px;
  /* border-top-right-radius: 100px;
  border-bottom-right-radius: 100px; */
  z-index: 0;
}

.step_grid h6, .step_grid p {
  color: #fff;
  padding: 0;
  font-size: 18px;
  /* word-spacing: -3px; */
  text-align: center;
  margin: 20px 0 0;
  color: #000;
}

.step_grid h6 {
  font-size: 24px;
  padding: 25px 15px 11px 15px;
}

.step_grid p {
  padding: 0 20px 20px !important;
  text-align: center;
}

.round-bullet {

  padding: 1px 6px;
  background: #fff;
  color: #ee731f;
  font-size: 18px;
  border-radius: 16px;
  height: 23px !important;
  width: 23px !important;
  display: block;
  float: left;
  margin: 3px 5px 0 0px;

}

.step_grid h6 span.round-bullet {
  float: none;
  margin: 16px auto 20px;
  font-size: 30px;
  height: 50px !important;
  width: 50px !important;
  text-align: center;
  justify-content: center;
  display: flex !important;
  align-items: center;
  background: linear-gradient(220deg, #DD4C23 0%, #F27C1E 79%);
  color: #fff;
}

.step_grid h6 span.bullet-p {
  font-weight: bold;
  margin-top: 31px !important;
  display: block;
}

.step_grid h6 span.bullet-p {
  font-weight: bold;
  margin-top: 31px !important;
  display: block;
}

.step-first-part {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0;
}
.step-first-part .slider {
  margin-bottom: 20px;
}

.step-first-part ul.slick-dots {
  margin-top: 10px; 
}


.process-part h2 {
  margin-bottom: 0px;
}



.step-sec-part {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.goal-part {
  padding: 0;
  box-shadow: 12px 0px 2px 0 #fff;
  background: linear-gradient(45deg, #df5123, #ef751e);
  float: left;
  width: 187px;
  text-align: center;
  vertical-align: middle;
  height: 192px;
  border-radius: 50%;
  position: relative;
  left: -42px;
  top: 65px;
  animation: heartbeat 3s infinite;
}

.goal-part p {
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 81px 0 0 0;
  font-size: 23px;
}



.step_grid:hover {
  transform: translate3d(8px, 0, 0px);
  transition: .5s;
  transition-duration: 0.5s;
  cursor: pointer;
}



.variety_section h1 {
  font-weight: 600;
}


@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.9);
  }

  35% {
    transform: scale(.9);
  }

  45% {
    transform: scale(1.1);
  }

  55% {
    transform: scale(.9);
  }

  65% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }

}



/* 320px — 480px: Mobile devices */
@media only screen and (min-width:320px) and (max-width:480px) {

  .slick-dots{
    bottom: 40px !important;
  }

  .slick-arrow {
    display: none !important;
  }

  .tech-logos .slide {
    width: 250px !important;
  }

  .main_ad_part1 {
    display: block !important;
  }

  .dev_process {

    height: 1225px !important;
  }

  .main_ad_part {
    display: none;
  }

  .skill-grid {
    float: left;
    margin: 13px 0;
    padding: 21px 0 0 0px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 4px 12px 1px #000;
    border-radius: 4px;
    transition: 1s;
    position: relative;
  }

  .variety-logos .slide {
    width: 100px !important;
    margin: 0 15px !important;
  }

  .variety-logos .slick-dots {
    bottom: -50px !important;
  }

  .slick-next {
    margin: 0 3px !important;
  }



  .variety_three {
    padding: 10px 0;
    margin: 10px;
    width: 100%;
    word-wrap: break-word;
  }

  .variety_section {
    padding: 20px 0;
  }

  .process-part {
    margin: 40px 0;
  }

  .step-first-part {
    width: 100%;
  }

  
  .process-part .slick-dots {
    bottom: 0 !important;
  }


  .goal-part {
    left: 42px;
    top: 16px !important;
  }

  .variety_section h1,
  .process-part h2 {
    font-weight: 600;
    font-size: 24.8px;
  }

  .tech-logos .slick-arrow::before {
    position: relative;
    top: -187px;
    left: 12px;

  }

  .skill-set-section{
        padding: 0px 0; 
  }

}

/* 481px — 768px: iPads, Tablets */
@media only screen and (min-width:481px) and (max-width:768px) {

  .slick-arrow {
    display: none !important;
  }

  

  .tech-logos .slide {
    width: 397px !important;
    margin: 0px 28px;
  }

  .tech-logos {
    height: 437px;
  }

  .skill-set-section {
    height: 700px;
  }

  .main_ad_part1 {
    display: block !important;
  }

  .dev_process {
    height: 895px !important;
  }

  .main_ad_part {
    display: none;
  }

  .skill-grid {
    float: left;
    margin: 13px 0;
    padding: 21px 0 0 0px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 4px 12px 1px #000;
    border-radius: 4px;
    transition: 1s;
    position: relative;
  }

  .variety-logos .slide {
    width: 204px !important;
    margin: 0 8px !important;
  }

  .variety-logos .slick-dots {
    bottom: -50px !important;
  }

  .slick-next {
    margin: 0 3px !important;
  }



  .variety_three {
    padding: 10px 0;
    margin: 10px;
    width: 100%;
    word-wrap: break-word;
  }

  .variety_section {
    padding: 0 0 60px 0;
  }

  .process-part {
    margin: 0;
  }

  .step-first-part {
    width: 100%;
  }

  .step_grid {
    margin: 10px 0;
    padding: 20px 0;
    height: 185px;
    background-image: url(../images/downarrow.png);
    background-repeat: no-repeat;
    width: 100%;
  }

  .step_part {
    margin: 0 !important;
  }

  .step_grid h6 {
    font-size: 20px;
    padding: 8px 25px 0 13px;
    font-weight: 600;
    text-align: center;

  }

  .round-bullet {
    margin: 0;
    float: left;
    padding: 1px;
    text-align: center;
    position: relative;
    top: 0;
    left: 205px;
  }

  .bullet-p {
    float: left;
    width: 100%;
    margin: 8px 8px;
    text-align: center;
  }

  .step_grid p {
    color: #fff;
    padding: 0 60px;
    font-size: 13px;
    word-spacing: 0;
    text-align: center;
    margin: 37px 0;
  }

  .process-part {
    height: 1640px;
  }

  .goal-part {
    left: 129px;
    top: 25px !important;
  }

  .variety_section h1,
  .process-part h2 {
    font-weight: 600;
    font-size: 24.8px;
  }

  .tech-logos .slick-arrow::before {
    position: relative;
    top: -187px;
    left: 12px;

  }

}

/* 769px — 1024px: Small screens, laptops */
@media only screen and (min-width:769px) and (max-width:1024px) {

  .slick-dots{
   position: unset !important;
  }

  .process-part{
    margin: 25px 0;
  }

  .slick-arrow {
    display: none !important;
  }

  .skill-grid p{
    font-size: 21px;
    line-height: 36px;
  }

  .skill-grid h5{
    font-size: 38px;
  }

  .tech-logos .slide {
    width: 590px !important;
    margin: 12px 50px;
  }

  .tech-logos {
    height: 437px;
  }

  .skill-set-section {
    height: 700px;
}

  .main_ad_part1 {
    display: block !important;
  }

  .dev_process {
    height: 895px !important;
  }

  .main_ad_part {
    display: none;
  }

  .skill-grid {
    float: left;
    margin: 13px 0;
    padding: 21px 0 0 0px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 4px 12px 1px #000;
    border-radius: 4px;
    transition: 1s;
    position: relative;
  }

  .variety-logos .slide {
    width: 187px !important;
    margin: 0 16px !important;
  }

  .variety-logos .slick-dots {
    bottom: -50px !important;
  }

  .slick-next {
    margin: 0 3px !important;
  }

  .variety_three {
    padding: 10px 0;
    margin: 10px;
    width: 100%;
    word-wrap: break-word;
    height: 135px;
  }

  .variety_section {
    padding: 0 0 60px 0;
  }

  .process-part {
    margin: 0;
  }

 
 

  .goal-part {
    left: 253px;
    top: 25px !important;
  }


  .variety_section h1,
  .process-part h2 {
    font-weight: 600;
    font-size: 24.8px;
  }

  .tech-logos .slick-arrow::before {
    position: relative;
    top: -187px;
    left: 12px;

  }

}

/* 1025px — 1200px: Desktops, large screens */  
/* 1201px and more —  Extra large screens, TV */




/* Slider */

.slick-slide {
  margin: 0px 20px;
}



.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}


.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before{
  color: #ef751e !important;
  font-size: 50px !important;
  margin-left: -50px;

}
.slick-next:before {
  color: #ef751e !important;
  font-size: 50px !important;
  margin-left: 10pt;

}

.slick-dots li button::before {
  color: #ed721f !important;
  font-size: 10px !important;
}

.tech-logos .slide {
  width: 329px;
}



.tech-logos .slick-slide img {
  display: inline;
  max-height: 180px;
  max-width: 100%;
  width: auto !important;
  margin: auto !important;
}


.tech-logos .slick-prev:before,
.tech-logos .slick-next:before {
  color: #ffffff !important;
  font-size: 50px !important;
  margin-right: 1px;
}

.variety-logos .slick-dots {
  bottom: -52px;
}

.tech-logos .slick-dots li button::before {
  color: rgb(255 255 255) !important;
  font-size: 10px !important;
}

#rounded-adv1,
#rounded-adv2,
#rounded-adv3,
#rounded-adv4,
#rounded-adv5,
#rounded-adv6,
#rounded-adv7 {
  width: 108px;
  float: left;
  height: 108px;
  background-color: #f27c1e;
  border-radius: 50%;
  box-shadow: 6px 10px 8px 4px #d3d3d3;
  margin: 0 25px;
  transition: .2s;
  cursor: pointer;

}

#rounded-adv1 span,
#rounded-adv2 span,
#rounded-adv3 span,
#rounded-adv4 span,
#rounded-adv5 span,
#rounded-adv6 span,
#rounded-adv7 span {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  padding: 6px 11px 0 8px;
  font-weight: 600;
  vertical-align: middle;
  font-size: 14px;
}

/* #rounded-tri1,#rounded-tri2,#rounded-tri3,#rounded-tri4,#rounded-tri5,#rounded-tri6,#rounded-tri7 {
  content: '';
  position: absolute;
  left: 75px;
  top: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f27c1e;
  clear: both;
 } */

.adv-par::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 60px;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid rgb(242 124 30);
  clear: both;
  z-index: 22;
}

.ad_par {
  float: left;
  width: 100%;
  position: absolute;
  top: 135px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 7px 8px 4px #d3d3d3;
  height: 94px;
  border-radius: 4px;
}


.adv-par {
  float: left;
  width: 100%;
  position: absolute;
  top: 200px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 7px 8px 4px #d3d3d3;
  height: 94px;
  border-radius: 4px;
  margin: 30px 0;
  border: 0.5px solid #f27c1e;
}



.rounded-adv:hover {
  transform: scale(1.3);
  animation-duration: .2s;
}


.adv-par p {
  display: block;
  color: #000;
  padding: 30px;
  float: left;
  width: 100%;
}

.main_ad_part1 {
  display: none;
}


.ad-img {
  margin: 14px 0 0 37px;
  width: 25%;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp.sub_more_data h6 a {
  color: #032390;
  padding: 6px 15px;
  font-size: 14px !important;
  display: block;
  line-height: 1.1;
}

.mega-menu .graphic .sub_wrp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp.sub_more_data .sep_title {
  width: 33.33%;
  display: block;
  padding: 0 20px;
  margin: 0 0 5px !important;
}


section.our_certy {
  overflow: hidden;
}
.menu-blue{
  color: #032390;
}

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in !important;
}


/* .step_grid p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

@media (max-width:1199px) {

  header .Nav .navigation nav {
    margin-bottom: 0;
}

  header .Nav .navigation nav .navbar-collapse {
    display: none !important
  }
  
  header .Nav .navigation nav .navbar-collapse.show {
    display: block !important;
}

header .Nav .navigation nav .navbar-collapse ul.navbar-nav li.nav-item {
  float: none;
}

.mega_menu.mega-menu {
  display: none !important;
}

header .Nav .row nav ul .service-menu a:after {
  display: none;
}

}

@media (max-width:767px) {
  header .Nav .navigation nav .navbar-collapse {
    width: 100%;
}

header .Nav .row .col-sm-9.col-6 {
  width: 100%;
  margin-top: -42px;
}

header .Nav img {
  max-width: 149px;
  position: relative;
  z-index: 2;
}

header .Nav .navigation nav .navbar-collapse ul.navbar-nav li:last-child a.nav-link {
  border: none;
}

}


.form-error-status{
    color: #ff7777;
    text-align: center;
    margin-top: 20px;
    border: 1px solid;
}

.form-success-status{
    text-align: center;
    margin-top: 20px;
    border: 1px solid #000;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    color: #6bdd15;
    border-radius: 4px;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent .sub_wrp.sub_more_data h6 a:hover {
  color: #000;
}

.cms p + p {
  margin-top: 20px;
}

.cms p:first-child {
  margin-top: 0;
}
















.inner_main_contact .modal_content_wrap {
  display: flex;
  flex-wrap: wrap;
}

.inner_main_contact .modal_content_wrap .modal_left {
  width: 65%;
  padding: 40px;
  border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.inner_main_contact .modal_content_wrap .modal_left .form-control {
  padding: 13px 20px;
  font-size: 18px;
  border-radius: 0;
  color: #202020;
  font-family: inherit;
  border: 1px solid #ebebeb;
  background-color: #F6F7F9;
  border-radius: 4px;
  font-weight: 500;
}

.inner_main_contact .modal_content_wrap .modal_left .form-control:focus {
  outline: none;
  box-shadow: none;
}

.inner_main_contact .modal_content_wrap .modal_left .form-group {
  margin-bottom: 30px;
}

.inner_main_contact .modal_content_wrap .modal_left textarea.form-control {
  height: 120px;
  resize: none;
}

.portfolios h2 {
    color: white !important;
}

.inner_main_contact .modal_content_wrap .modal_left h2 {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 32px;
  color: #000080;
}

.inner_main_contact .modal_content_wrap .modal_left .file-uploder {

  right: 25px;
  top: auto;
  width: 100%;
  height: auto;
  background: #F6F7F9;
  bottom: auto;
  border-radius: 6px;
  border: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  left: 25px;
  margin: auto;
  border: 1px solid #eee;
}

.theme_btn {
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  font-size: 18px;
  margin-top: 0;
  padding: 13px 28px;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
  border: none;
  color: #fff;
  border-radius: 50rem !important;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

.theme_btn:hover {
  background: linear-gradient(220deg, #DD4C23 0%, #F27C1E 79%);
  color: #fff;
}

.inner_main_contact .modal_content_wrap .modal_left .file-uploder input#filess {
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.inner_main_contact .modal_content_wrap .modal_left .file-uploder label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 100;
  word-break: break-all;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  flex-direction: row;
  padding: 17px 12px;
  font-family: 'Livvic';
  text-align: center;
  line-height: 120%;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  position: static;
  background: transparent;
  font-weight: 500;
}

.inner_main_contact .modal_content_wrap .modal_left .file-uploder label em {
  margin-right: 9px;
}

.inner_main_contact .modal_content_wrap .modal_left .form-group .sub_btn {
  text-align: center;
  margin-top: 4px;
}

.inner_main_contact .modal_content_wrap .modal_right {
  width: 35%;
  background: linear-gradient(to right, #000099 21%, #3399ff 135%);
  padding: 40px;
}

.inner_main_contact .modal_content_wrap .modal_right .rew_right_info .in_title {
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto Slab';
  text-align: center;
  line-height: 160%;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 60px;
}

.inner_main_contact .modal_content_wrap .modal_right .rew_right_info .in_title:after {
  position: absolute;
  width: 15%;
  height: 4px;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -13px;
  border-radius: 26px;
}

.inner_main_contact .modal_content_wrap .modal_right .rew_right_info .in_title:before {
  position: absolute;
  width: 9%;
  height: 4px;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -21px;
  border-radius: 26px;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_logo {
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  margin: 0 -10px;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_logo .modal_logo_in {
  width: 50%;
  padding: 0 10px;
  text-align: center;
  overflow-y: hidden;
  margin-bottom: 33px;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_logo .modal_logo_in img {
  max-height: 140px;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_contact {
  border-top: 1px solid #4c88c3;
  padding-top: 29px;
  width: 80%;
  margin: 20px auto 0;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_contact .con_title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_contact ul {
  margin: 19px auto 0;
  padding: 0;
  max-width: 79%;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_contact ul li {
  color: #000;
  list-style-type: none;
  margin-top: 0;
  align-items: center;
  font-weight: 400;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_contact ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.4px;
  font-size: 16px;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_contact ul li+li {
  margin-top: 10px;
}

.inner_main_contact .modal_content_wrap .modal_right .modal_contact ul li a i {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 13px;
  display: inline-flex;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  color: #fff;
  align-items: center;
  height: 26px;
  width: 26px;
  justify-content: center;
  min-width: 26px;
  border-radius: 100%;
}

.inner_main_contact .modal_content_wrap .modal_right ul.india-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inner_main_contact .modal_content_wrap .modal_right ul.india-info li i {
  margin-top: 5px;
  margin-right: 15px;
  font-size: 17px;
  display: flex;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  color: #fff;
  align-items: center;
  height: 35px;
  width: 35px;
  justify-content: center;
  min-width: 35px;
  border-radius: 100%;
}

.inner_main_contact .modal_content_wrap .modal_right ul.india-info li {
  list-style-type: none;
  margin-top: 5px;
  align-items: center;
  font-weight: 500;
  color: #fff;
}

.inner_main_contact .modal_content_wrap .modal_right ul.india-info li + li {
  margin-top: 20px;
}

.inner_main_contact .modal_content_wrap .modal_right ul.india-info li a {
  color: #fff;
}

footer .footer_top .quick-links p.mt-5 {
  margin-top: 0 !important;
}

footer .footer_top .social-icons .d-flex > div:first-child {
  margin-left: 0 !important;
}

footer .footer_top .social-icons .d-flex > div {
  margin: 10px 10px !important;
}

footer .footer_top .social-icons .d-flex > div a {
  height: 40px !important;
  width: 40px;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.banner_list ul li {
  color: #fff;
  font-size: 16px;
}

.banner_list ul li + li {
  margin-top: 8px;
}

section.web_dev_solution.hiring_option_sec.twosteps_design .web_main_wrap .web_info_in {
  padding: 11px 25px 13px;
}

section.web_dev_solution.hiring_option_sec.twosteps_design h2.in_des_title {
  background: #122f96;
  display: inline-block;
  padding: 11px 36px;
  color: #fff;
  border-radius: 13px;
  width: 100%;
  margin-bottom: 24px;
}

section.new_product_sec.ecomm_product_sec .new_product_info_dec .product_bg_wrap {
  background: #eee;
}

section.new_product_sec.ecomm_product_sec .new_product_info_dec .overlay_content .product-head-titl p {
  color: #000;
}

section.new_product_sec.ecomm_product_sec .new_product_info_dec .overlay_content .product-head-titl h3 {
  color: #000;
}

section.new_product_sec.ecomm_product_sec .new_product_info_dec .overlay_content .product_in_box .featured-icon-box {
  background: #fff;
  border: 1px solid #ddd;
}

section.new_product_sec.ecomm_product_sec .new_product_info_dec .overlay_content .product_in_box .featured-icon-box .featured-title h3 a {
  color: #000;
}

section.new_product_sec.ecomm_product_sec .new_product_info_dec .overlay_content .product_in_box .featured-icon-box .featured-desc p {
  color: #000;
}

section.web_dev_solution.hiring_option_sec.twosteps_design .web_in_desc.tech_stack_info p {
  text-align: left;
}

.tech_list.n_list ul li strong {
  padding-right: 10px;
}

.tech_list + p, .tech_list + h2, .tech_list + h3, .tech_list + h4, .tech_list + h5 {
  margin-top: 30px;
}

.imgrow_sec .section_img_main_row {
  display: flex;
  flex-wrap: wrap;
}

.imgrow_sec .section_img_main_row .sec_img_col {
  width: 50%;
}

.imgrow_sec .section_img_main_row .sec_img_desc {
  width: 50%;
  padding-left: 45px;
  padding-top: 0;
  padding-bottom: 0;
}

.imgrow_sec {
  background: #f2f2f2;
  padding: 80px 0;
}

.imgrow_sec .section_img_main_row .sec_img_col .thumbnail_container {
  padding-bottom: 85%;
}

.section_img_main_row + .section_img_main_row {
  margin-top: 60px;
}

.imgrow_sec .section_img_main_row:nth-child(even) {
  flex-direction: row-reverse;
}

.imgrow_sec .section_img_main_row:nth-child(even) .sec_img_desc.technolgy_stack {
  padding-left: 0;
  padding-right: 45px;
}

.imgrow_sec .sec_img_desc.technolgy_stack {
  align-items: center;
  display: flex;
}

.form-status .form-error-status {
    border: 1px solid #000;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    color: #f00;
    border-radius: 4px;
}

section.dev_process.ad_process .main_ad_part {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.process-part .flip-box {
  background-color: transparent;
  border: none;
  perspective: 1000px;
}

.process-part .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-part .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.process-part .flip-box-front, .process-part .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.process-part .flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 10px;
}

.process-part .flip-box-front img
{
  height: 50px;
  width: 50px;
}

.process-part .flip-box-back {
  background-color: #ffffff;
  color: #000;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}

.process-part .flip-box-front h2 {
  font-weight: bold;
  margin-top: 31px !important;
  display: block;
  font-size: 22px;
  max-width: 80%;
}

.process-part .flip-box-front {
  padding: 10px 20px;
  gap: 20px;
}

.process-part .flip-box-back p {
  font-weight: bold;
}

.process-part .flip-box-front > span {
  background: linear-gradient(220deg, #DD4C23 0%, #F27C1E 79%);
  height: 50px;
  width: 50px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
}

@media (min-width:1200px) and (max-width:1500px) {
  header .Nav .row nav ul .service-menu a:after {
    right: -8px;
    top: 36px;
}
}

@media (min-width:1200px) {
  .adv-par {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
}

@media (min-width:1500px) {
  .adv-par {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width:1199px) {

  section.dev_process.ad_process .main_ad_part {
    display: none;
  }

  .inner_main_contact .modal_content_wrap .modal_right {
    width: 100%;
    padding: 23px 22px;
}

.inner_main_contact .modal_content_wrap .modal_left {
  width: 100%;
  padding: 30px 0 20px;
}

}

@media (max-width:767px) {
  .inner_banner .main_inner_banner_wrap .inner_banner_left_sec {
    margin-bottom: 0;
}

.inner_main_contact .modal_content_wrap .modal_left h2 {
  font-size: 24px;
}

.imgrow_sec {
  padding: 45px 0;
}

.imgrow_sec .section_img_main_row .sec_img_col {
  width: 100%;
  margin-bottom: 20px;
}

.imgrow_sec .sec_img_desc.technolgy_stack {
  width: 100%;
  padding: 0 !important;
}

}


@media (min-width:1200px) {
  .mega-menu .graphic.graphic_new {
    background-position: bottom right;
    background-size: 64%;
}
}



.info-slider .carousel-item .banner_content .banner_logo {
  width: 35%;
  margin-left: 37px;
  margin-top: 41px;
}

.info-slider .carousel-item .banner_content .banner_logo .in_banner_logo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.info-slider .carousel-item .banner_content .banner_logo .in_banner_logo .banner_logo_col {
  width: 25%;
  padding: 0 10px;
}

.info-slider .carousel-item .banner_content .banner_logo .in_banner_logo .banner_logo_col img {
  padding: 10px;
}

.adv-par {
  max-width: inherit !important;
  width: 90%;
}

.adv-par p {
  width: auto !important;
  float: none;
}

.main_ad_part .rounded-adv {
  position: relative;
}

.adv-par::before {
  display: none !important;
}

.main_ad_part .rounded-adv.active:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 10px;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgb(242 124 30);
  clear: both;
  z-index: 22;
  position: absolute;
  right: 10px;
  margin: auto;
}

.service-featured.inner-serviced img {
  max-height: 50px;
}

.service-featured.inner-serviced .col .card:hover img {
  filter: brightness(0) invert(1);
}

.service-featured.inner-serviced .nav-tabs {
  display: flex;
  justify-content: center;
  margin: 35px 0 36px !important;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  padding: 17px 10px;
}

.service-featured.inner-serviced .nav-tabs li.nav-item button.nav-link {
  border: none;
  background: transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff;
  font-weight: 600;
  padding: 14px 25px;
  font-size: 18px;
  border-radius: 29px !important;
}

.service-featured.inner-serviced .nav-tabs li.nav-item button.nav-link.active {
  background: rgba(255,255,255,0.2);
}



.dev_table {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  font-family: "Open Sans";
  width: 1170px;
  margin: 0 auto;
}

section.dev_skill_section .dev_table {
  max-width: 1170px;
  overflow-x: auto;
  width: auto !important;
}

.dev_table .price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
}
.dev_table .price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.dev_table .price-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 600;
}

.dev_table .price-table tr td:first-child {
  border-left: 0 none;
  white-space: nowrap;
}

.dev_table .price-table tr td:not(:first-child) {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}

.dev_table .price-table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.dev_table .price-table tr:hover {
  background-color: #EEEEEE;
}
.dev_table .price-table .fa-check {
  color: #5336ca;
}
.dev_table .price-table .fa-times {
  color: #D8D6E3;
}

/* Highlighted column */
.dev_table .price-table tr:nth-child(2n) td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.25);
}
.dev_table .price-table tr td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.15);
  padding: 8px 48px;
}


.dev_table .price-table tr.price-table-head td {
  font-weight: 600;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  padding: 20px 20px;
  text-align: center;
  font-size: 22px;
}

.dev_table .price-table tr.price-table-head {
  background-color: #5336ca;
  color: #FFFFFF;
}
.dev_table .price-table td.price {
  color: #f43f54;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
}
.dev_table .price-table td.price a {
  background-color: #5336ca;
  color: #FFFFFF;
  padding: 12px 32px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 64px;
}
.dev_table .price-table td.price-table-popular {
  border-top: 3px solid #5336ca;
  color: #5336ca;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 48px;
  font-weight: 700;
}
.dev_table .price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}

.dev_table .price-table svg {
  width: 90px;
  fill: #5336ca;
}

section.dev_skill_section {
  background: #f9f9f9;
  padding: 60px 0;
}

section.dev_skill_section .we_title {
  text-align: center;
  margin-bottom: 25px;
}

.dev_table .price-table tr td .fa-question-circle:before {
  content: "\f059";
  background: #E6F0FB;
  color: #086ad7;
  border-radius: 4px;
  font-family: 'FontAwesome';
  content: "\f00c" !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 36px;
  margin-right: 12px;
}

section.web_dev_solution.hiring_skill_dev div.accordion {
  margin-top: 25px;
}

section.web_dev_solution.hiring_skill_dev div.accordion button.accordion-button {
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  color: #fff;
  font-size: 20px;
  border: none !important;
  font-weight: 600;
  box-shadow: none !important;
  padding: 23px 24px;
}

section.web_dev_solution.hiring_skill_dev .accordion-body {
  padding: 4px 29px 18px;
  background: #f2f2f2;
  border: none !important;
}

.accordion-item {
  border-color: #f2f2f2 !important;
}

section.web_dev_solution.hiring_skill_dev  i {
  font-size: 40px;
  color: #db9464;
  margin-top: 5px;
}

section.web_dev_solution.hiring_skill_dev  .accordion-container{
  position: relative;
  height: auto;
  margin: 10px auto;
}
section.web_dev_solution.hiring_skill_dev  .accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
section.web_dev_solution.hiring_skill_dev  .set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

section.web_dev_solution.hiring_skill_dev .set > a {
  display: block;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
  color: #fff;
  font-size: 20px;
  border: none !important;
  font-weight: 600;
  box-shadow: none !important;
  padding: 23px 24px;
}
section.web_dev_solution.hiring_skill_dev .content .web_main_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.web_dev_solution.hiring_skill_dev .content .web_main_wrap ul li {
  padding: 2px;
  margin: 0;
  color: #333;
  font-weight: 600;
}

section.web_dev_solution.hiring_skill_dev  .set > a i{
  float: right;
  margin-top: 2px;
}
section.web_dev_solution.hiring_skill_dev  .set > a.active{
  background-color:#3399cc;
  color: #fff;
}
section.web_dev_solution.hiring_skill_dev  .content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
section.web_dev_solution.hiring_skill_dev  .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}

section.web_dev_solution.hiring_skill_dev .content .web_main_wrap {
  margin-top: 0;
  padding: 30px 30px 17px;
  background: #f2f2f2;
}

section.web_dev_solution.hiring_skill_dev .set > a i::before {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 19px;
}

.tech_stack_info ul li {
  flex-wrap: wrap;
}

.skill-grid ul {
  margin: 0;
  padding: 6px 28px 6px 28px;
  text-align: left;
}

.skill-grid ul li {
  font-size: 16px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
}

.tech_list.n_list.inline_list ul {
  display: flex;
  flex-wrap: wrap;
}

.tech_list.n_list.inline_list ul li + li {
  margin-top: 0;
  margin-left: 22px;
}

.tech_list.n_list.inline_list ul li {
  width: 25%;
}

.tech_stack_info ul.line_list {
  display: flex;
  flex-wrap: wrap;
}

.tech_stack_info ul.line_list li + li {
  margin-top: 0;
}

.tech_stack_info ul.line_list li {
  margin: 0 0 29px;
  width: 25%;
}

@media (max-width:1199px) {
  .tech_list.n_list.inline_list ul li {
    width: 50%;
  }
}

@media (max-width:767px) {
  .tech_list.n_list.inline_list ul li {
    width: 100%;
  }
 
  .tech_list.n_list.inline_list ul li + li {
    margin-top: 0;
    margin-left: 0;
    margin-top: 16px;
}

}

.tech_stack_info ul.line_list {
  display: flex;
  flex-wrap: wrap;
}
.main_service_section .col-lg-4.col-md-6, .main_service_section .col-lg-6.col-md-6 {
  margin-bottom: 30px;
}
.web_dev_solution .web_info_in .web_in_desc li {
  list-style: none;
  color: #7a7a7a !important;
    font-weight: 500 !important; 
    font-size: 16px !important;
    margin-bottom: 0 !important;
}
.process-part .flip-box-back li {
  text-align: left;
  font-weight: bold;
    font-size: 18px;
}

.main_service_section .col-lg-4.col-md-6, .main_service_section .col-lg-6.col-md-6 {
  margin-bottom: 30px;
}





@media (max-width:1700px) {
  .info-slider .carousel-item .banner_content .banner_logo {
    margin-left: 37px;
    margin-top: 19px;
}
}

@media (max-width:1500px) {
  .adv-par {
    width: 100%;
    top:247px;
}
}

@media (max-width:1199px) {
  .info-slider .carousel-item .banner_content .banner_logo {
    width: 56%;
    margin-left: 10px;
    margin-top: 24px;
}

section.web_dev_solution.hiring_skill_dev .set > a {
  font-size: 16px;
  padding: 16px 40px 14px 20px;
}



section.web_dev_solution.hiring_option_sec {
  padding-bottom: 20px;
}

.tech_stack_info ul.line_list li {
  width: 50%;
}

}

@media (max-width:767px) {
  .info-slider .carousel-item .banner_content .banner_logo .in_banner_logo .banner_logo_col img {
    padding: 5px;
}
section.web_dev_solution.hiring_skill_dev {
  padding-bottom: 30px;
}

section.web_dev_solution.hiring_skill_dev .set > a i::before {
  font-size: 24px;
  top: 25px;
  font-size: 18px;
}

section.web_dev_solution.hiring_skill_dev .content .web_main_wrap {
  padding: 20px 20px 7px;
}




}



@media (max-width:767px) {
  .container {
    padding: 0 15px !important;
}
.variety_grid_one {
  float: none ;
}
.tech-logos .slick-slide img {
  max-height: 100% !important;
  background: #eee;
  padding: 20px;
  width: 100% !important;
}
.certy_list_wrp .modal_logo {
  margin-bottom: 0 !important;
}
.step_grid.slick-slide {
  margin: 0 !important;
}
.featured-icon-box .featured-content {
  padding-left: 0;
}
.new_product_sec .new_product_info_dec {
  margin-top: 31px;
}
section.imgrow_sec .section_imges_wrap.imgrow_sec {
  padding-top: 0;
}
section.skill-set-section .skill-img-part img {
  width: auto !important;
  background: transparent !important;
  padding: 0;
}
section.skill-set-section {
  padding-top: 40px;
}

}


@media (max-width:479px) {

  .info-slider .carousel-item .banner_content .banner_logo {
    width: 93%;
  }

  .variety_three {
    height: auto;
  }

  .variety_section {
    padding: 20px 0 48px;
}

.variety-logos .slick-dots {
  bottom: -62px !important;
}

.portfolios {
  padding: 35px 7px 10px !important;
}

.portfolios li {
  padding: 10px 0 !important;
}

section.dev_process.ad_process {
  height: auto !important;
}

.process-part .flip-box-back p {
  font-size: 16px;
}

.tech_stack_info ul.line_list li {
  width: 100%;
}

}


/*menu css*/

header .Nav .row nav ul li.nav-item.service-menu span.menu_open {
   display: none;
}

.mobile-service-menu.sidebar-nav {
  display: none;
}

@media (min-width:1200px) {
  li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks ul.tab_submenu {
    display: none !important;
  }
 
  .mobile_sermenu {
    display: none;
  }


}

@media (max-width:1199px) {
  li.nav-item.service-menu .mega_menu.mega-menu.menu-open {
    display: block;
  }
 
  header .Nav .row nav ul li.nav-item.service-menu span.menu_open {
    display: block;
 }

 li.nav-item.service-menu {
  position: relative;
}

li.nav-item.service-menu span.menu_open {
  position: absolute;
  right: 20px;
  top: 13px;
  height: 40px;
  width: 60px;
  text-align: right;
}

li.nav-item.service-menu span.menu_open.icon_change i::before {
  content: "\f068" !important;
}

li.nav-item.service-menu .mega_menu.mega-menu {
  position: static !important;
  width: auto !important;
}

header .Nav .row nav ul li .mega_menu_wrap .tabcontent {
  display: none;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .row {
  padding: 0;
}

li.nav-item.service-menu .mega_menu.mega-menu .tab {
  width: auto;
  float: none;
}

li.nav-item.service-menu .mega_menu.mega-menu .tab .col-9 {
  width: auto;
}

li.nav-item.service-menu .mega_menu.mega-menu .tab .col-3 {
  width: auto;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap {
  width: 100%;
  display: block;
  box-shadow: none;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks {
  padding: 16px 17px;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks p.menu-blue {
  font-size: 16px;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .col-3 {
  float: right;
  position: absolute;
  right: 9px;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks {
  padding: 16px 17px;
  border-bottom: 1px solid #eee;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks ul.tab_submenu {
  margin: 0;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks ul.tab_submenu li.main_menu {
  margin-top: 12px;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks ul.tab_submenu li.main_menu ul.main_inner_submenu > li {
  margin-top: 0;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks ul.tab_submenu li.main_menu ul.main_inner_submenu {
  margin-top: 7px;
  margin-left: -10px;
  margin-bottom: 0;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks ul.tab_submenu li.main_menu ul.main_inner_submenu > li a {
  font-size: 17px !important;
  padding: 7px 0;
  display: block;
  line-height: 1;
  color: #000;
  font-weight: 500;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks ul.tab_submenu  {
  display: none !important;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks ul.tab_submenu li.main_menu {
  display: none;
  z-index: -1;
  position: relative;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks.active_menu_data.activelink li.main_menu {
  display: block;
  z-index: 1;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks.activelink ul.tab_submenu  {
  display: block !important;
}

li.nav-item.service-menu .mega_menu.mega-menu .mega_menu_wrap .tablinks ul.tab_submenu li.main_menu > a {
  font-weight: bold;
  font-size: 16px;
}


li.nav-item.service-menu .mega_menu.mega-menu {
  display: none !important;
}


.sidebar-nav {
  background-color: #fbfbfb;
  padding: 0 0 0 20px;
  display: none;
}


.mobile-service-menu.sidebar-nav.menu_dropdown {
     display: block;
}
.sidebar-nav h4 {
  color: #e4173e;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  line-height: 40px;
}
.sidebar-nav ul {
  list-style-type: none;
  padding-left: 0;
}
.sidebar-nav ul li {
  border-top: 1px dotted rgba(0, 0, 0, 0.0980392);
  position: relative;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

header .Nav .navigation nav {
  background: transparent !important;
}

.sidebar-nav ul li a {
  color: #000;
  padding: 10px 0;
  display: inline-block;
  width: calc(100% - 50px);
  font-weight: 500;
  font-size: 16px;
}


.sidebar-nav ul li a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.sidebar-nav ul li.selected a {
  color: #004c84;
  font-weight: bold;
  display: block;
  margin-right: 50px;
}
.sidebar-nav ul li a.menu-toggle {
  position: relative;
  width: 50px;
  text-align: center;
  border-bottom: 0;
  vertical-align: top;
}


.sidebar-nav ul li a.menu-toggle:after {
    position: relative !important;
    content: "" !important;
    background-image: url('../images/d-arrow.png');
    display: block !important;
    transform: none !important;
    border: none !important;
    top: inherit !important;
    height: 15px !important;
    width: 15px !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.sidebar-nav ul li a.menu-toggle:focus, .sidebar-nav ul li a.menu-toggle:hover, .sidebar-nav ul li a.menu-toggle:visited, .sidebar-nav ul li a.menu-toggle:link {
  border-bottom: 0;
  text-decoration: none;
}
.sidebar-nav ul li a.menu-toggle.rotate {
    transform: rotate(180deg);
    /* right: 1px; */
    transform-origin: 35%;
}
.sidebar-nav ul.sub-menu {
  display: none;
  font-size: 14px;
}
.sidebar-nav ul.sub-menu li {
  padding-left: 20px;
}

.mobile-service-menu.sidebar-nav ul {
  float: none !important;
  text-align: left !important;
}

.mobile-service-menu.sidebar-nav .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block !important;
}




}
 


@media (max-width:767px) {
  .get_in_touch_btn {
    display: none;
  }
}

/*new css*/

@media (max-width:767px) {
  .main_service_section .main_servce_wrap .ser_head {
    margin-bottom: 12px;
}

.main_service_section .main_servce_wrap .ser_head span.count-no {
    font-size: 26px;
}

.main_service_section .main_servce_wrap {
    padding: 18px 25px;
    margin-bottom: 18px;
}

.main_service_section .main_servce_wrap .ser_content .s_btn {
    margin-top: 20px;
}

section.dev_skill_section .dev_table tr td {
    width: 100% !important;
    display: block !important;
    white-space: normal !important;
    padding: 9px 19px 23px;
}

section.dev_skill_section .dev_table tr {
    display: flex;
    flex-wrap: wrap;
}

section.dev_skill_section .dev_table tr td:first-child {
    padding-bottom: 10px;
    padding-top: 20px;
}

section.dev_skill_section {
    padding: 29px 0 30px;
}

section.dev_skill_section .we_title {
    font-size: 20px;
}

.web_dev_solution + .web_dev_solution {
    margin-top: 25px;
    border-top: 1px solid #ddd;
    padding-top: 35px;
}

.skill_grid_part ul.slick-dots, ul.slick-dots {
    position: static;
}

.featured-icon-box .featured-content .featured-desc {
    padding-left: 14px;
}

}






.bg-light{
  background-color: transparent !important;
}


.slick-slider .slick-track, .slick-slider .slick-list{
  margin-top: 30px;
}

.image-slide .slick-slider .slick-track,
.slick-slider .slick-list{
  margin-top: 5px !important;
}



/* ============================blog-page============================ */



/*
.blog-page-content ul{
  margin-inline:60px;
}
*/
.blog-page-content ol{
  margin-inline: 20px;
}


.blog-page-content table, th, td {
border:1px solid black;
padding:5px;
}

.blog-page-content .blog-img{
 
  width: 100% !important;
  height: auto!important;
}

.blog-page-content  figcaption{
  text-align: center;
}

.blog-page-content table figcaption{
  text-align: left;
}


.blog-page-content p iframe{
  text-align: center !important;
  width: 50%;
  margin-inline: 25%;
}



.blog-page-content{
  margin: 0 !important;
  padding: 0 !important;
}

/*.blog-page-content ul{
  margin-inline:60px !important;
}
*/



.blog-page-content ol{
  margin-inline: 20px !important;
}


.blog-page-content table, th, td {
border:1px solid black !important;
padding:10px !important;
}

.blog-page-content .blog-img{
 
  width: 100% !important;
  height: auto!important;
}

.blog-page-content  figcaption{
  text-align: center !important;
}

.blog-page-content table figcaption{
  text-align: left !important;
}


.blog-page-content p iframe{
  text-align: center !important;
  width: 50% !important;
  margin-inline: 25% !important;
}








/* Additional CSS  25-12-2023*/

.footer_top .common-col p {
  font-size: 28px;
  margin-bottom: 25px;
}
.working-process .card-title {
    margin-bottom: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.working-process .flip-box-back {
  position: absolute;
  top: 0;
}
.working-process .flip-box-back .card-title {
  transform: none;
}




/* 29-12-2023 */ 

/* magento service section */

.service-section {
    background: #f2f2f2;
    padding: 80px 0;
}
.service-names {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    background-color: #eff3f7;
    box-shadow: 0 6px 27px rgba(189,189,189,.53);
}
/*.service-section .slick-list {
    height: 500px !important;
    overflow-y: auto;
}*/
.service-head {
  margin-bottom: 50px;
}
.service-head .h2 {
  color: #03228F;
}
.service-names .slick-list {
  padding-top: 0 !important;
}
.service-section .slick-slider .slick-track {
  margin-top: 0 !important;
}
.head-subtext .h3 {
  font-size:  24px;
  color: #e84e22;
  margin-bottom: 0;
  opacity: 0.7;
}
.service-names .head-subtext {
  cursor: pointer;
  margin-bottom: 25px;
  padding-right: 20px;
}
.head-subtext.slick-current {
  background-color: #fff;
}
.service-names .head-subtext span {
  font-size: 14px;
}
.service-wrap ul {
  margin-bottom: 0;
  padding-left: 0;
}
.service-wrap ul li {
  list-style: none;
  padding-bottom: 10px;
}
.service-wrap {
  padding-right: 20px;
}
.service-wrap ul li .fa-arrow-right:before {
  color: #e84e22;
  opacity: 0.7;
  margin-right: 10px;
}



.expertise-list-slider .rsDefault .rsOverflow {
  background: #2c2d5a !important;
}
.expertise-list-slider .rsTmb {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}
.expertise-list-slider .rsTmb .ed-img{
  width: 15%;
}
.expertise-list-slider .rsTmb .ed-sortdesc{
  width: 85%;
}
.expertise-list-slider .ed-title {
  font-size: 22px;
}
.expertise-list-slider .ed-desc {
  font-size: 14px;
}
.ed-expertise-main {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    background-color: #ffffff;
}
.ed-expertise-main .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.sampleBlock p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.sampleBlock ul li {
  list-style: none;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.sampleBlock ul li:before {
    content: '';
    position: absolute;
    top: 26%;
    left: -27px;
    transform: translate(-50%);
    height: 15px;
    width: 35px;
    background-image: url('../images/arrow-right-li.svg');
    background-repeat: no-repeat;
    z-index: 1;
}
.sampleBlock ul {
  padding-bottom: 20px;
}
.sampleBlock ul li span {
  font-weight: bold;
  padding-right: 10px;
}
.rsABlock {
      -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    height: 100%;
}
.rsABlock::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
.rsABlock h3.ed-title {
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
}
.rsABlock h3.ed-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 120px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  left: 0;
}
.ed-expertise-main .nc-title {
    color: #2c2d5a !important;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
}
.ed-expertise-main:before {
  display: none;
}


.card .card-header{
  position: relative;
}
.card .card-header:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 50%;
    width: 4px;
    background: #03228f;
    transform: translateY(-50%);
    opacity: 0.5;
}
.accordion-content .card-body{
  position: relative;
}
.accordion-content .card-body:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  transform: translateY(-50%);
  opacity: 0.8;
  background-color: #F27C1E;
  width: 3px;
}






/* media */

@media (max-width: 992px) {
  .faq-content-wrap .accordion-content .card .card-header a {
    font-size: 17px;
  }
  .faq-content-wrap p {
    font-size: 14px;
  }
}








/* 26-04-2024 */

.blog-page-content ul {
    /* margin-inline: 60px !important; */
    padding-left: 40px;
}
.blog-imgs{
  margin-top: 30px;
  margin-bottom : 30px;
}
.blog-table p {
  margin-bottom: 0;
}
.blog-table {
  margin-top:20px;
  margin-bottom: 30px;
}


/* 11-07-2024 */






/*.footer_social .fa-facebook-f:before, .fa-facebook:before {
    margin-top: 5px;
    margin-right: 15px;
    font-size: 17px;
    display: flex;
    background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
    color: #fff;
    align-items: center;
    height: 35px;
    width: 35px;
    justify-content: center;
    min-width: 35px;
    border-radius: 100%;
}

.footer_social .fa-twitter:before {
    margin-top: 5px;
    margin-right: 15px;
    font-size: 17px;
    display: flex;
    background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
    color: #fff;
    align-items: center;
    height: 35px;
    width: 35px;
    justify-content: center;
    min-width: 35px;
    border-radius: 100%;
}

.footer_social i.fa.fa-linkedin:before {
    margin-top: 5px;
    margin-right: 15px;
    font-size: 17px;
    display: flex;
    background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
    color: #fff;
    align-items: center;
    height: 35px;
    width: 35px;
    justify-content: center;
    min-width: 35px;
    border-radius: 100%;
}

.footer_social i.fa.fa-instagram {
   margin-top: 5px;
    margin-right: 15px;
    font-size: 17px;
    display: flex;
    background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
    color: #fff;
    align-items: center;
    height: 35px;
    width: 35px;
    justify-content: center;
    min-width: 35px;
    border-radius: 100%;
}*/

footer .footer_bottom .copy2 {
    text-align: left;
}

.footer_social i {
    padding: 0 0 0 0;
    font-size: 15px;
    margin-right: 3px;
    transition: all .8s ease;
    background: linear-gradient(220deg, #F27C1E 0%, #DD4C23 79%);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: white;
    text-align: center;
}

ul.dropdown-menu li {

    margin: 0 !important;

    padding: 5px 20px;

}
 
a.dropdown-item {

    font-size: 15px;

    font-weight: 500;

}
 
.nav-item.dropdown:hover .dropdown-menu {

    box-shadow: 8px 2px 17px -6px rgb(0 0 0 / 20%);

}
 
ul.dropdown-menu li:hover {

    background-color: rgb(178, 197, 234, 0.4);

}
 
a#resourcesDropdown::after {

    box-sizing: border-box;

    height: 8px;

    width: 8px;

    border-style: solid;

    border-color: #0a0a0a;

    border-width: 0px 2px 2px 0px;

    transform: rotate(45deg);

    transition: border-width 150ms ease-in-out;

    content: "";

    position: absolute;

    right: -10px;

    top: 41px;

}
 ul.dropdown-menu li {
    text-align: left !important;
}
 
a.dropdown-item {
    padding: 0 !important;
}
 
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
}

.footer_bottom .container .row .copy1{
  width: 40% !important;
}

.footer_bottom .container .row{
  align-items: center;
}

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


@media (max-width: 799px){
  .footer_bottom .container .row .copy1{
  width: 100% !important;
}
}





/* styling */

.web_dev_solution.hiring_option_sec p {
    text-align: center !important;
}

/*.new_product_info_dec .row.product_boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}*/

/*.new_product_info_dec .row.product_boxes .product_in_box.col-lg-6.col-md-6.col-sm-12 {
  width: 100%;
}*/

.section_imges_wrap.imgrow_sec {
    padding: 0;
}



@media (max-width: 1699px){
  .step_grid h6, .step_grid p {
    font-size: 16px;
}
}


/*@media (max-width: 1099px){
  .new_product_info_dec .row.product_boxes {
    grid-template-columns: 1fr 1fr !important;
}
}

@media (max-width: 768px){
  .new_product_info_dec .row.product_boxes {
    grid-template-columns: 1fr !important;
}
}*/



@media (max-width: 768px) {
  .technology { 
   padding-bottom: 40px !important;
  }

  .product_boxes .product_in_box {
    padding: 0;
    margin-top: 20px;
}

  .new_product_sec .new_product_info_dec {
        padding: 0;
    }

.new_product_sec.p-0.clearfix .container {
    padding: 0 25px !important;
}

    .new_product_sec.p-0.clearfix .container {
        padding-bottom: 40px !important;
    }
        footer {
        padding: 0 !important;
    }
  .copyright.text-left p {
    text-align: center;
    margin-bottom: 20px;
}
.technology .tech_img_wrap .thumbnail_container .thumbnail img {
    width: 170px !important;
}

    .info-slider .carousel-item {
        padding: 30px 0 30px !important;
    }
        .info-slider .carousel-item .banner_content .banner_content_wrap {
        margin-top: 10px !important;
    }
    footer .footer_top {
    padding: 40px 0;
}
.footer_top .row {
    gap: 30px;
}
.inner_banner_left_sec .in_btn a.theme_btn {
    margin-bottom: 30px;
}
}
@media (min-width: 1919px) and (max-width: 2560px) {
  header .navigation.scrolled nav {
    padding-top: 2%;
  }

  header .navigation.scrolled .icon2 {
    padding: 15px 15px 18px 15px;
  }

  .tips-tricks .card .more2,
  .more3 {
    margin-top: 19%;
  }

  .tips-tricks .card .more8 {
    margin-top: 19%;
  }

  .tips-tricks .card .more9 {
    margin-top: 18%;
  }

  .our-products .product-circle2 {
    margin-top: -30%;
    margin-right: 5px;
    width: 270px;
    height: 260px;
  }

  @keyframes run2 {
    0% {
      right: 0;
    }

    50% {
      right: calc(48% - 40px);
    }

    100% {
      right: 0;
    }
  }
}

@media (min-width: 360px) and (max-width: 740px) {}

@media (min-width: 1426px) and (max-width: 1920px) {
  



  /* .our-products  .swiper-container.testimonial {height: 25vh;} */
  .our-products .product-circle2 {
    margin-top: -30%;
    margin-right: 5px;
    width: 270px;
    height: 260px;
  }

  @keyframes run2 {
    0% {
      right: 0;
    }

    50% {
      right: calc(40% - 40px);
    }

    100% {
      right: 0;
    }
  }

  .working-process .col-md-6 .circle1 {
    margin-right: 40px;
  }

  .working-process .col-md-6 .circle2 {
    margin-right: 40px;
  }

  .working-process .col-md-6 .circle3 {
    margin-right: 40px;
  }

  .working-process .col-md-6 .circle4 {
    margin-right: 40px;
  }

  .tips-tricks .card {
    height: 300px;
  }

  .tips-tricks .card .more2,
  .more3 {
    margin-top: 43px;
  }
}


@media (min-width: 1024px) and (max-width: 1280px) {

  .working-process .row {
    margin-top: 2%;
  }

  .working-process .flip-box {
    padding: 0 5px;
  }

  .industry-work .col-lg-7 .card .logo .logo2 {
    margin-left: 27px;
  }

  .industry-work .col-lg-5 .card .logo .logo2 {
    margin-left: 37px;
  }

  .review .slick-prev {
    left: -392px;
    margin-top: 53px;
  }

  .review .slick-next {
    left: -350px;
    margin-top: 54px;
  }

  .tips-tricks .card {
    height: 320px;
  }

  .tips-tricks .card .more1 {
    margin-top: 28%;
  }

  .tips-tricks .card .more2 {
    margin-top: 20%;
  }

  .tips-tricks .card .more3 {
    margin-top: 20%;
  }

  .tips-tricks .card .more4 {
    margin-top: 34%;
  }

  .tips-tricks .card .more5,
  .more6,
  .more7 {
    margin-top: 26%;
  }

  .tips-tricks .card .more8 {
    margin-top: 19%;
  }

  .tips-tricks .card .more9 {
    margin-top: 28%;
  }

  .container-carousel .left {
    margin-left: -3%;
  }

  .container-carousel .right {
    margin-right: -3%;
  }
  .modal-video .modal-body iframe {
    width: 680px;
    height: 420px;
  }
  .modal-video .modal-dialog {
    margin-left: 16%;
    margin-top: 5%;
  }
  
  /* .our-products  .swiper-container.testimonial {height: 53vh;}
  .our-products  .testimonial-section .user-saying {width: 45%; margin-left: -10px;} */
} 

@media (min-width: 600px) and (max-width: 1024px) {
  header .navigation.scrolled .icon2 {
    margin-top: 5px;
  }
  

  header .Nav .info-slider .slide .slide-details h1{
    font-size: 22px;
  }
  header .Nav .info-slider .certified img{
    width: 80px;
    height: 80px;
  }

  .tips-tricks .card .more1 {
    margin-top: 15%;
  }

  .tips-tricks .card .more2 {
    margin-top: 24%;
  }

  .tips-tricks .card .more3 {
    margin-top: 15%;
  }

  .tips-tricks .card .more4 {
    margin-top: 25%;
  }

  .tips-tricks .card .more5,
  .more6,
  .more7 {
    margin-top: 26%;
  }

  .tips-tricks .card .more8 {
    margin-top: 17%;
  }

  .tips-tricks .card .more9 {
    margin-top: 20%;
  }

  .modal-video .modal-dialog {
    margin-left: 20%;
  }

  .modal-video .modal-body iframe {
    width: 600px;
    height: 300px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .navigation.scrolled .icon2 {
    width: 110px;
    height: 40px;
    margin-left: 20px;
    padding-bottom: 8px;
  }

  .arrow-container-left {
    left: 0;
  }
  .arrow-container-right {
    right: -50px;
  }



  header .Nav .info-slider .slide .slide-details h5 {
    font-size: 14px;
  }

  header .Nav .info-slider .slide .slide-details h2 {
    font-size: 22px;
  }

  header .Nav .info-slider .slide .slide-details p {
    font-size: 12px;
  }
  header .Nav .info-slider .slide .slide-details h1{
    font-size: 20px;
  }
  header .Nav .info-slider .certified img{
    width: 60px;
    height: 60px;
  }

 

  .working-process .col-lg-6 {
    padding: 6% 12% 0 12%;
  }

  

  .why-choose-us .row {
    flex-direction: column-reverse;
  }

  .why-choose-us .why-choose-us-detail {
    margin-top: 40px;
  }

  .industry-work .ind-work .col-lg-5 .row {
    margin: 5% 14% 0 14%;
  }

  .industry-work .col-lg-7 .card .logo .logo2 {
    margin-left: 70px;
  }

  .industry-work .col-lg-5 .card .logo .logo2 {
    margin-left: 80px;
  }


  .technology .technology-img {
    margin-top: 20px;
  }

  .technology .technology-img .shopify {
    width: 42%;
  }

  .technology .technology-img .magento {
    width: 45%;
  }

  .technology .technology-img .react {
    width: 40%;
  }

  .review .slick-prev {
    left: -292px;
    margin-top: 14px;
  }

  .review .slick-next {
    left: -229px;
    margin-top: 14px;
}
  .tips-tricks .card {
    height: 300px;
  }

  .tips-tricks .card .more1 {
    margin-top: 38px;
  }

  .tips-tricks .card .more2 {
    margin-top: 35px;
  }

  .tips-tricks .card .more3 {
    margin-top: 40px;
  }

  .tips-tricks .card .more4 {
    margin-top: 40px;
  }

  .tips-tricks .card .more5,
  .more6,
  .more7 {
    margin-top: 42px;
  }

  .tips-tricks .card .more8 {
    margin-top: 42px;
  }

  .tips-tricks .card .more9 {
    margin-top: 50px;
  }

  .image-slide {
    padding: 0 8%;
  }

  .container-carousel .left {
    margin-left: -3%;
  }

  .container-carousel .right {
    margin-right: -3%;
  }

  footer .quick-links {
    padding-left: 0;
  }

  footer img {
    margin: 0 28%;
  }
  .modal-video .modal-body iframe {
    width: 620px;
    height: 380px;
  }
  .modal-video .modal-dialog {
    margin-left: 6%;
    margin-top: 13%;
  }
}

@media (min-width: 280px) and (max-width: 767px) {
  .container {
    padding: 0 7%;
  }

  header .Nav .info-slider .slide-details {
    margin-top: 15%;
  }

  header .Nav .row {
    padding: 0 2%;
  }

  header .navigation.scrolled .icon2 {
    width: 100px;
    height: 30px;
    margin-top: 5px;
    margin-left: 20px;
    transition: all 0.5s ease-out;
  }

  header .Nav .info-slider .row {}

  header .Nav .info-slider .carousel-inner {
    padding: 30px 0 10px 0;
  }



  header .Nav .carousel-control-prev {
    top: 93%;
    margin-left: 3%;
  }

  header .Nav .carousel-control-next {
    top: 93%;
    margin-right: 3%;
  }

  header .Nav .info-slider .slide .slide-details h5 {
    font-size: 11px;
  }

  header .Nav .info-slider .slide .slide-details h2 {
    font-size: 20px;
  }

  header .Nav .info-slider .slide .slide-details p {
    font-size: 12px;
  }

  header .Nav .info-slider .imgs {
    padding-bottom: 20px;
  }

  header .Nav .info-slider .slide .slide-details button {
    font-size: 12px;
    padding: 4px 15px;
  }
  header .Nav .info-slider .slide .slide-details h1{
    font-size: 16px;
  }
  header .Nav .info-slider .certified img{
    width: 55px;
    height: 55px;
  }
  header .Nav .certified h4 {
    font-size: 14px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    padding: 1px;
    height: 38px;
    width: 38px;
    font-size: 10px;
  }

  .carousel-control-prev:hover {
    background-color: white;
    color: black;
  }
  .arrow-container-left {
    top: 94%;
  }
  .arrow-container-right {
    top: 94%;
  }

 
  .service-featured p{
    font-size: 13px;
  }
  .service-featured h3 {
    font-size: 18px;
  }
  .service-featured .card h5 {
    font-size: 18px;
  }
  .service-featured .card p {
    font-size: 14px;
  }

  .success-business p {
    font-size: 13px;
  }
  .success-business .business-detail h3 {
    font-size: 18px;
  }
  .success-business .business-detail h5 {
    font-size: 16px;
  }
  .success-business .business-detail .business-process p {
    font-size: 12px;
  }
  .success-business .business-detail .business-process button {
    font-size: 15px;
    padding: 5px 18px;
  } 
  .working-process p {
    font-size: 13px;
  }
  .working-process h3{
    font-size: 18px;
  }
  
  .why-choose-us p {
    font-size: 13px;
  }
  .why-choose-us h3 {
    font-size: 18px;
  }
  .why-choose-us h6 {
    font-size: 14px;
  }
  .why-choose-us .d-flex h5 {
    font-size: 16px;
  }
  .why-choose-us .d-flex h6 {
    font-size: 14px;
  }
  .why-choose-us .row {
    flex-direction: column-reverse;
  }



 
  .working-process .col-lg-6 {
    padding: 0 19%;
  }

  .working-process .col-md-6 {
    padding-top: 18%;
  }
  .industry-work p {
    font-size: 13px
  }
  .industry-work h3 {
    padding-bottom: ;
    font-size: 18px;
  }
  .industry-work .card .head h4 {
    font-size: 18px;
  }

  .industry-work .ind-work .row {
    margin: 5%;
  }

  .industry-work .ind-work .row .col-md-4 {
    margin-top: 7%;
  }

  .industry-work .ind-work .row .col-lg-7 {
    margin-top: -45px;
  }

  .industry-work .ind-work .row .col-lg-5 {
    margin-top: -30px;
  }

  .industry-work .ind-work .row .col-md-6 {
    margin-top: 7%;
  }

  .industry-work .col-lg-7 .card .logo .logo2 {
    margin-left: 85px;
  }

  .industry-work .col-lg-5 .card .logo .logo2 {
    margin-left: 85px;
  }
  .technology {
    margin-top: 30px;
  }

  .technology img {
    width: 40%;
  }

  .technology .technology-img2 .col-md-4 {
    margin-top: 30px;
  }

  .technology .technology-img3 {
    margin-bottom: 25px;
  }

  .technology .technology-img3 .col-md-4 {
    margin-top: 30px;
  }

  .technology .technology-img3 .amazon {
    width: 30%;
  }

  .technology .technology-img .col-md-4 {
    margin-top: -10px;
  }

  .technology .technology-img .shopify {
    width: 30%;
  }

  .technology .technology-img .magento {
    width: 30%;
  }

  .technology .technology-img .react {
    width: 30%;
  }

  .technology .row {
    margin-top: -5px;
  }

  .technology .col-md-4 {
    margin-top: 15px;
  }
  .technology{
    padding: 0 3%;
  }
  .technology p {
    font-size: 13px;
  }
  .technology h3 {
    font-size: 18px;
  }

  .portfolios p{
    font-size: 13px;
  }
  .portfolios h3 {
    font-size: 18px;
    padding: 0 3%;
    margin-bottom: -30px;
  }
  .portfolios ul {
    padding: 0;
  }

  .portfolios li {
    padding: 15px;
  }

  .portfolios .card__title {
    font-size: 12px;
  }

  .portfolios .card-detail {
    max-height: 4em;
    font-size: 10px;
  }

  .portfolios .slick-dots {
    right: 0;
  }
  .our-products p {
    font-size: 13px;
  }
  .our-products h3 {
    font-size: 20px;
  }
  .our-products .feedback-slider-item {
    height: 415px;
  }
  .our-products .customer-name {
    font-size: 16px;
  }
  .our-products .feedback-slider-item p{
    font-size: 14px;
    line-height: 1.8em;
  }
 
  .our-products .product-circle {
    margin-bottom: -50%;
    margin-top: -20%;
    margin-left: 8px;
    width: 90px;
    height: 90px;
    position: relative;
    animation: linear infinite;
    animation-name: run;
    animation-duration: 8s;
  }

  @keyframes run {
    0% {
      top: 0;
    }

    50% {
      top: calc(100% - -70px);
    }

    100% {
      top: 0;
    }
  }

  .our-products .product-circle2 {
    margin-top: -60%;
    margin-right: 5px;
    width: 170px;
    height: 160px;
    position: relative;
    animation: linear infinite;
    animation-name: run2;
    animation-duration: 7s;
  }

  @keyframes run2 {
    0% {
      bottom: 0;
    }

    50% {
      bottom: calc(10% - 50px);
    }

    100% {
      bottom: 0;
    }
  }

  .video-testimonial {
    margin-top: 10%;
  }
  .video-testimonial p {
    font-size: 13px;
  }
  .video-testimonial h3 {
    font-size: 20px;
  }
  .video-testimonial .rev_slider .rev_slide {
    padding: 0 20px;
  }
  .video-testimonial .rev_slider .rev_slide img{
    height: 100px;
    width: 100%;
  }
  .video-testimonial .slick-slider {
    margin-left: -30%;
    margin-right: -38%;
  }
  .video-testimonial .container p {
    padding: 6px 3px 3px 3px;
    font-size: 10px;
  }
  .video-testimonial .prev_custom {
    margin-left: 33%;
    padding: 3px 15px;
    font-size: 18px;
  }
  .video-testimonial .next_custom {
    margin-right: 33%;    
    padding: 3px 15px;
    font-size: 18px;
  }
  .review p {
    font-size: 13px;
  }
  .review h3 {
    font-size: 18px;
  }
  .review .row .col-md-7 {
    padding-top: 6%;
  }
  .review .card-body {
    padding: 20px;
  }
  .review .card-body h4 {
    font-size: 15px;
  }
  .review .card-body h5 {
    font-size: 13px;
  }
  .review .card-body p {
    font-size: 12px;
  }
  .tips-tricks p {
    font-size: 13px;
  }
  .tips-tricks h3 {
    font-size: 18px;
  }
  .tips-tricks .card .card-title {
    font-size: 16px;
  }
  .tips-tricks .card .more1 {
    margin-top: 20px;
  }
 
  .tips-tricks .card .more2 {
    margin-top: 40px;
  }
  .tips-tricks .card .more4 {
    margin-top: 40px;
  }
  .tips-tricks .card .more5,
  .more6,
  .more7 {
    margin-top: 40px;
  }
  .tips-tricks .card .more8 {
    margin-top: 40px;
  }
  .tips-tricks .card .more9 {
    margin-top: 28px;
  }
  .tips-tricks .slick-dots {
    bottom: -6px;
  }

  .image-slide {
    padding: 0 10%;
  }

  footer {
    padding: 0 15px;
  }
  footer .container p {
    font-size: 13px;
  }
  footer h4 {
    font-size: 16px;
  }
  footer .india-info li {
    font-size: 14px;
  }
  footer .india-info li i {
    font-size: 13px;
  }
  footer .uae-info li {
    font-size: 14px;
  }
  footer .uae-info li i {
    font-size: 13px;
  }
  footer .newsletter {
    margin-top: 15px;
  }
  footer img {
    margin: 0 7%;
  }
  footer .d-flex img {
    padding: 3px 8px 0 0;
  }
  .modal-video .modal-body iframe {
    width: 300px;
    height: 200px;
  }
  .modal-video .modal-dialog {
    margin-left: 6%;
    margin-top: 13%;
  }
}
@media (min-width: 540px) and (max-width: 720px) {
  .video-testimonial .rev_slider .rev_slide {
    padding: 0 40px;
  }
  .video-testimonial .rev_slider .rev_slide img{
    height: 180px;
    width: 100%;
  }
  .video-testimonial .slick-slider {
    margin-left: -30%;
    margin-right: -35%;
  }
  .video-testimonial .container p {
    padding: 3px;
    font-size: 12px;
  }
  .video-testimonial .prev_custom {
    margin-left: 33%;
    padding: 3px 15px;
    font-size: 18px;
  }
  .video-testimonial .next_custom {
    margin-right: 33%;    
    padding: 3px 15px;
    font-size: 18px;
  }
  .modal-video .modal-body iframe {
    width: 420px;
    height: 350px;
  }
  .modal-video .modal-dialog {
    margin-left: 7%;
    margin-top: 13%;
  }
}


/* additional media 25-12-2023 */

@media (max-width:1299px) {
 .footer_top .common-col p {
  font-size: 24px;
  margin-bottom: 20px;
}
}



/* @media (min-width: 768px) and (max-width: 1024px) {
  .modal-video .modal-body iframe {
    width: 650px;
    height: 400px;
  }
  .modal-video .modal-dialog {
    margin-left: 6%;
    margin-top: 13%;
  }
} */
/* @media (min-width: 820px) and (max-width: 1180px) {
  .modal-video .modal-body iframe {
    width: 680px;
    height: 450px;
  }
  .modal-video .modal-dialog {
    margin-left: 7%;
    margin-top: 13%;
  }
} */
/* @media (min-width: 912px) and (max-width: 1368px) {
  .modal-video .modal-body iframe {
    width: 680px;
    height: 420px;
  }
  .modal-video .modal-dialog {
    margin-left: 11%;
    margin-top: 13%;
  }
} */
/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}
/* Expertise S */
.ed-expertise-main {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background-color: #ffffff;
}
.ed-expertise-main .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
   .ed-expertise-main .container {
    width: 100%;
    max-width: 90%;
}
}

@media (min-width:992px) {
    .ed-expertise-main .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .ed-expertise-main .container {
        width: 1170px;
    }
}

@media (min-width: 1367px) {
    .ed-expertise-main .container {
        width: 1412px;
    }
}

@media (min-width:1600px) {
    .ed-expertise-main .container {
        width: 1600px;
    }
}
@media (max-width: 992px) {
    .ed-expertise-main .nc-title {
        margin-bottom: 50px;
        font-size: 30px;
    }
    .rsABlock h3.ed-title {
    font-size: 24px !important;
    margin-bottom: 25px !important;
}
.sampleBlock ul li {
    font-size: 14px !important;
}
.ed-expertise-main .ed-sortdesc .ed-title {
    font-size: 20px !important;
}
}
.ed-expertise-main:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    height: 62%;
    background-color: #fd921f;
    background-image: -webkit-linear-gradient(right,#b1145a,#bf3f3b);
    background-image: -moz-linear-gradient(right,#b1145a,#bf3f3b);
    background-image: -o-linear-gradient(right,#b1145a,#bf3f3b);
    background-image: -ms-linear-gradient(right,#b1145a,#bf3f3b);
    background-image: linear-gradient(to left,#b1145a,#bf3f3b);
}
.ed-expertise-main:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    height: 62%;
    background-image: url('../images/magento-services-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}
.ed-expertise-main .nc-title {
    margin-bottom: 80px;
    color: #fff;
    text-align: center;
}
.ed-expertise-main .ed-img{
    position: absolute;
    width: 65px;
    height: 65px;
    left: 20px;
    top: 20px;
}
.ed-expertise-main .ed-img img{
    opacity: 1 !important;
}
/*.ed-expertise-main .ed-img .thumbnail-container{
    padding-bottom: 100%;
}*/
.ed-expertise-main .ed-sortdesc {
    padding: 10px 10px 10px 81px;
}
.ed-expertise-main .ed-sortdesc .ed-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    color: #0b0d4f;
    margin-bottom: 0;
}
.ed-expertise-main .ed-sortdesc .ed-desc{
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #707070;
    margin: 0;
}
.ed-expertise-main .ed-info .ed-i-title{
    margin: 0 0 50px 0;
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
    color: #ffffff;
    padding-right: 30px;
}
.ed-expertise-main .ed-info .ed-i-desc{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    margin: 0 0 50px 0;
}
.expertise-list-slider .royalSlider {
    max-width: 1100px;
    width: auto;
    margin: 0 auto;
}

.expertise-list-slider .nc-title {
    text-align: left;
}

.expertise-list-slider .rsDefault, .expertise-list-slider .rsDefault .rsOverflow, .expertise-list-slider .rsDefault .rsSlide, .expertise-list-slider .rsDefault .rsVideoFrameHolder, .expertise-list-slider .rsDefault .rsThumbs {
    background: transparent;
}
.expertise-list-slider .rsDefault .rsThumbsVer{
    width: 50% !important;
    height: 638px !important;
    margin-top: 38px;
    background-color: #eff3f7;
    -webkit-box-shadow: 0 6px 27px rgba(189,189,189,.53);
    -khtml-box-shadow: 0 6px 27px rgba(189,189,189,.53);
    -moz-box-shadow: 0 6px 27px rgba(189,189,189,.53);
    -ms-box-shadow: 0 6px 27px rgba(189,189,189,.53);
    -o-box-shadow: 0 6px 27px rgba(189,189,189,.53);
    box-shadow: 0 6px 27px rgba(189,189,189,.53);
    border-radius: 8px;
    left: 0;
    position: relative;
}
.expertise-list-slider .rsDefault .rsThumb {
    width: 100%;
    height: auto;
    padding: 15px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.expertise-list-slider .rsDefault .rsOverflow {
    background-color: #211626;
    background-image: url('../images/solution--desc-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 40px;
    border-radius: 8px;
    height: 638px !important;
    width: 50% !important;
    float: right;
}
.expertise-list-slider  .rsDefault .rsThumb.rsNavSelected{
    background: #ffffff;
}
.expertise-list-slider .rsDefault.rsWithThumbsVer .rsThumbsArrow {
    display: none;
}
@media (max-width: 1024px) {
    .expertise-list-slider .rsDefault .rsOverflow {
        padding: 50px;
    }
    .ed-expertise-main .ed-info .ed-i-title {
        font-size: 36px;
    }
    .ed-expertise-main .nc-title br {
        display: none;
    }
}
@media (max-width: 992px) {
    .expertise-list-slider .rsDefault .rsOverflow {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .ed-expertise-main {
        padding: 50px 0;
    }
    .ed-expertise-main .nc-title {
        margin-bottom: 30px;
    }
    .expertise-list-slider .rsDefault .rsThumbsVer {
        display: none;
    }
    .expertise-list-slider .rsDefault .rsOverflow {
        width: 100% !important;
        height: 100% !important;
    }
    .ed-expertise-main .ed-info .ed-i-title {
        font-size: 24px;
        margin: 0 0 25px 0;
    }
    .ed-expertise-main .ed-info .ed-i-desc {
        margin: 0 0 25px 0;   
    }
}
@media (max-width: 479px) {
    .expertise-list-slider .royalSlider {
        height: 450px;
    }
}
/* Expertise E */
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 65px;
	height: 65px;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: inline-block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}