@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap");
/*!
   * Bootstrap  v5.2.1 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #BFBFBF;
  --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: #FC5743;
  --bs-secondary: #070134;
  --bs-success: #F9F9F9;
  --bs-info: #5A5A5A;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #ffffff;
  --bs-dark: #0C0C0C;
  --bs-card-text: #5A5A5A;
  --bs-primary-rgb: 252, 87, 67;
  --bs-secondary-rgb: 7, 1, 52;
  --bs-success-rgb: 249, 249, 249;
  --bs-info-rgb: 90, 90, 90;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 12, 12, 12;
  --bs-card-text-rgb: 90, 90, 90;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #BFBFBF;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #A5A5A5;
  --bs-link-hover-color: #848484;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .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[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: underline; }
  a:hover {
    color: var(--bs-link-hover-color); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-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: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  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-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333%; }

.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.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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; } }

@media (min-width: 1601px) {
  .col-2xxl {
    flex: 1 0 0%; }
  .row-cols-2xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-2xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-2xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-2xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-2xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-2xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-2xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-2xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-2xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-2xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-2xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-2xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-2xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-2xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-2xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-2xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-2xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-2xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-2xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-2xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-2xxl-0 {
    margin-left: 0; }
  .offset-2xxl-1 {
    margin-left: 8.33333%; }
  .offset-2xxl-2 {
    margin-left: 16.66667%; }
  .offset-2xxl-3 {
    margin-left: 25%; }
  .offset-2xxl-4 {
    margin-left: 33.33333%; }
  .offset-2xxl-5 {
    margin-left: 41.66667%; }
  .offset-2xxl-6 {
    margin-left: 50%; }
  .offset-2xxl-7 {
    margin-left: 58.33333%; }
  .offset-2xxl-8 {
    margin-left: 66.66667%; }
  .offset-2xxl-9 {
    margin-left: 75%; }
  .offset-2xxl-10 {
    margin-left: 83.33333%; }
  .offset-2xxl-11 {
    margin-left: 91.66667%; }
  .g-2xxl-0,
  .gx-2xxl-0 {
    --bs-gutter-x: 0; }
  .g-2xxl-0,
  .gy-2xxl-0 {
    --bs-gutter-y: 0; }
  .g-2xxl-1,
  .gx-2xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-2xxl-1,
  .gy-2xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-2xxl-2,
  .gx-2xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-2xxl-2,
  .gy-2xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-2xxl-3,
  .gx-2xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-2xxl-3,
  .gy-2xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-2xxl-4,
  .gx-2xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-2xxl-4,
  .gy-2xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-2xxl-5,
  .gx-2xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-2xxl-5,
  .gy-2xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.table-group-divider {
  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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #feddd9;
  --bs-table-border-color: #e5c7c3;
  --bs-table-striped-bg: #f1d2ce;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5c7c3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebccc9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #cdccd6;
  --bs-table-border-color: #b9b8c1;
  --bs-table-striped-bg: #c3c2cb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9b8c1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bebdc6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #fefefe;
  --bs-table-border-color: #e5e5e5;
  --bs-table-striped-bg: #f1f1f1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5e5e5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebebeb;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #dedede;
  --bs-table-border-color: #c8c8c8;
  --bs-table-striped-bg: lightgray;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c8c8c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cdcdcd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #ffffff;
  --bs-table-border-color: #e6e6e6;
  --bs-table-striped-bg: #f2f2f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e6e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ececec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #0C0C0C;
  --bs-table-border-color: #242424;
  --bs-table-striped-bg: #181818;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #242424;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #1e1e1e;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1600.98px) {
  .table-responsive-2xxl {
    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;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #feaba1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(252, 87, 67, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }

.form-control-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:focus {
    outline: 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 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: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem; }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #feaba1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(252, 87, 67, 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.25rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  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);
  appearance: none;
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #feaba1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(252, 87, 67, 0.25); }
  .form-check-input:checked {
    background-color: #FC5743;
    border-color: #FC5743; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #FC5743;
    border-color: #FC5743;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.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='%23feaba1'/%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-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  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(252, 87, 67, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(252, 87, 67, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #FC5743;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #fecdc7; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #BFBFBF;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #FC5743;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #fecdc7; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #BFBFBF;
    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-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    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,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    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); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 5; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #F9F9F9; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(249, 249, 249, 0.9);
  border-radius: 0.375rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #F9F9F9;
  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='%23F9F9F9' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #F9F9F9;
    box-shadow: 0 0 0 0.25rem rgba(249, 249, 249, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #F9F9F9; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 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='%23F9F9F9' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #F9F9F9;
    box-shadow: 0 0 0 0.25rem rgba(249, 249, 249, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #F9F9F9; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #F9F9F9; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(249, 249, 249, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #F9F9F9; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #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); }
  .was-validated .form-control:invalid:focus, .form-control.is-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); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 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); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.btn {
  --bs-btn-padding-x: 31px;
  --bs-btn-padding-y: 13px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  :not(.btn-check) + .btn:hover, .btn:first-child:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible,
    :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #FC5743;
  --bs-btn-border-color: #FC5743;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fc705f;
  --bs-btn-hover-border-color: #fc6856;
  --bs-btn-focus-shadow-rgb: 214, 74, 57;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd7969;
  --bs-btn-active-border-color: #fc6856;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FC5743;
  --bs-btn-disabled-border-color: #FC5743; }

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #070134;
  --bs-btn-border-color: #070134;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #06012c;
  --bs-btn-hover-border-color: #06012a;
  --bs-btn-focus-shadow-rgb: 44, 39, 82;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #06012a;
  --bs-btn-active-border-color: #050127;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #070134;
  --bs-btn-disabled-border-color: #070134; }

.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #F9F9F9;
  --bs-btn-border-color: #F9F9F9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fafafa;
  --bs-btn-hover-border-color: #fafafa;
  --bs-btn-focus-shadow-rgb: 212, 212, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fafafa;
  --bs-btn-active-border-color: #fafafa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F9F9F9;
  --bs-btn-disabled-border-color: #F9F9F9; }

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5A5A5A;
  --bs-btn-border-color: #5A5A5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d4d4d;
  --bs-btn-hover-border-color: #484848;
  --bs-btn-focus-shadow-rgb: 115, 115, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #484848;
  --bs-btn-active-border-color: #444444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5A5A5A;
  --bs-btn-disabled-border-color: #5A5A5A; }

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107; }

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545; }

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cccccc;
  --bs-btn-active-border-color: #bfbfbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff; }

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0C0C0C;
  --bs-btn-border-color: #0C0C0C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #303030;
  --bs-btn-hover-border-color: #242424;
  --bs-btn-focus-shadow-rgb: 48, 48, 48;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3d3d3d;
  --bs-btn-active-border-color: #242424;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0C0C0C;
  --bs-btn-disabled-border-color: #0C0C0C; }

.btn-card-text {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5A5A5A;
  --bs-btn-border-color: #5A5A5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4d4d4d;
  --bs-btn-hover-border-color: #484848;
  --bs-btn-focus-shadow-rgb: 115, 115, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #484848;
  --bs-btn-active-border-color: #444444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5A5A5A;
  --bs-btn-disabled-border-color: #5A5A5A; }

.btn-outline-primary {
  --bs-btn-color: #FC5743;
  --bs-btn-border-color: #FC5743;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FC5743;
  --bs-btn-hover-border-color: #FC5743;
  --bs-btn-focus-shadow-rgb: 252, 87, 67;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FC5743;
  --bs-btn-active-border-color: #FC5743;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FC5743;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FC5743;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #070134;
  --bs-btn-border-color: #070134;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #070134;
  --bs-btn-hover-border-color: #070134;
  --bs-btn-focus-shadow-rgb: 7, 1, 52;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #070134;
  --bs-btn-active-border-color: #070134;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #070134;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #070134;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #F9F9F9;
  --bs-btn-border-color: #F9F9F9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F9F9F9;
  --bs-btn-hover-border-color: #F9F9F9;
  --bs-btn-focus-shadow-rgb: 249, 249, 249;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F9F9F9;
  --bs-btn-active-border-color: #F9F9F9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F9F9F9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F9F9F9;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #5A5A5A;
  --bs-btn-border-color: #5A5A5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5A5A5A;
  --bs-btn-hover-border-color: #5A5A5A;
  --bs-btn-focus-shadow-rgb: 90, 90, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5A5A5A;
  --bs-btn-active-border-color: #5A5A5A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5A5A5A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5A5A5A;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffffff;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #0C0C0C;
  --bs-btn-border-color: #0C0C0C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0C0C0C;
  --bs-btn-hover-border-color: #0C0C0C;
  --bs-btn-focus-shadow-rgb: 12, 12, 12;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0C0C0C;
  --bs-btn-active-border-color: #0C0C0C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0C0C0C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0C0C0C;
  --bs-gradient: none; }

.btn-outline-card-text {
  --bs-btn-color: #5A5A5A;
  --bs-btn-border-color: #5A5A5A;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5A5A5A;
  --bs-btn-hover-border-color: #5A5A5A;
  --bs-btn-focus-shadow-rgb: 90, 90, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5A5A5A;
  --bs-btn-active-border-color: #5A5A5A;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5A5A5A;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5A5A5A;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 214, 74, 57;
  text-decoration: underline; }
  .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem; }

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #FC5743;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1601px) {
  .dropdown-menu-2xxl-start {
    --bs-position: start; }
    .dropdown-menu-2xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-2xxl-end {
    --bs-position: end; }
    .dropdown-menu-2xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.dropdown-menu-dark {
  --bs-dropdown-color: #BFBFBF;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #BFBFBF;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #FC5743;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group {
  border-radius: 0.375rem; }
  .btn-group > :not(.btn-check:first-child) + .btn,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 23.25px;
  padding-left: 23.25px; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #BFBFBF;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #BFBFBF;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #BFBFBF #BFBFBF #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #FC5743; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .show > .nav-link,
  .navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1601px) {
  .navbar-expand-2xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-2xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-2xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-2xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-2xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-2xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-2xxl .navbar-toggler {
      display: none; }
    .navbar-expand-2xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-2xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-2xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: false;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(false - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y); }

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin); }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 2.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e34e3c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #e34e3c;
  --bs-accordion-active-bg: #ffffff; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0; }

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x); }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color); }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #BFBFBF;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #BFBFBF;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(252, 87, 67, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #FC5743;
  --bs-pagination-active-border-color: #FC5743;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #BFBFBF;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active,
  .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled,
  .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem; }

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem; }

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius); }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-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 {
  --bs-alert-color: #973428;
  --bs-alert-bg: #feddd9;
  --bs-alert-border-color: #fecdc7; }
  .alert-primary .alert-link {
    color: #792a20; }

.alert-secondary {
  --bs-alert-color: #04011f;
  --bs-alert-bg: #cdccd6;
  --bs-alert-border-color: #b5b3c2; }
  .alert-secondary .alert-link {
    color: #030119; }

.alert-success {
  --bs-alert-color: #646464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfd; }
  .alert-success .alert-link {
    color: #505050; }

.alert-info {
  --bs-alert-color: #363636;
  --bs-alert-bg: #dedede;
  --bs-alert-border-color: #cecece; }
  .alert-info .alert-link {
    color: #2b2b2b; }

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  --bs-alert-color: #666666;
  --bs-alert-bg: white;
  --bs-alert-border-color: white; }
  .alert-light .alert-link {
    color: #525252; }

.alert-dark {
  --bs-alert-color: #070707;
  --bs-alert-bg: #cecece;
  --bs-alert-border-color: #b6b6b6; }
  .alert-dark .alert-link {
    color: #060606; }

.alert-card-text {
  --bs-alert-color: #363636;
  --bs-alert-bg: #dedede;
  --bs-alert-border-color: #cecece; }
  .alert-card-text .alert-link {
    color: #2b2b2b; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #FC5743;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition); }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height); }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #FC5743;
  --bs-list-group-active-border-color: #FC5743;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: calc(-1 * var(--bs-list-group-border-width));
      border-top-width: var(--bs-list-group-border-width); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width); }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1601px) {
  .list-group-horizontal-2xxl {
    flex-direction: row; }
    .list-group-horizontal-2xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-2xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-2xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-2xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-2xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #973428;
  background-color: #feddd9; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #973428;
    background-color: #e5c7c3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #973428;
    border-color: #973428; }

.list-group-item-secondary {
  color: #04011f;
  background-color: #cdccd6; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #04011f;
    background-color: #b9b8c1; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #04011f;
    border-color: #04011f; }

.list-group-item-success {
  color: #646464;
  background-color: #fefefe; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #646464;
    background-color: #e5e5e5; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #646464;
    border-color: #646464; }

.list-group-item-info {
  color: #363636;
  background-color: #dedede; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #363636;
    background-color: #c8c8c8; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #363636;
    border-color: #363636; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    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:hover, .list-group-item-danger.list-group-item-action:focus {
    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: #666666;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #666666;
    background-color: #e6e6e6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }

.list-group-item-dark {
  color: #070707;
  background-color: #cecece; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #070707;
    background-color: #b9b9b9; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #070707;
    border-color: #070707; }

.list-group-item-card-text {
  color: #363636;
  background-color: #dedede; }
  .list-group-item-card-text.list-group-item-action:hover, .list-group-item-card-text.list-group-item-action:focus {
    color: #363636;
    background-color: #c8c8c8; }
  .list-group-item-card-text.list-group-item-action.active {
    color: #fff;
    background-color: #363636;
    border-color: #363636; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(252, 87, 67, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing); }

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
  .toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x); }

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word; }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1600.98px) {
  .modal-fullscreen-2xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-2xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-2xxl-down .modal-header,
    .modal-fullscreen-2xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-2xxl-down .modal-body {
      overflow-y: auto; } }

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0; }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0; }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius); }

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 0; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg); }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color); }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%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-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s; } }

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas-2xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1600.98px) {
  .offcanvas-2xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1600.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-2xxl {
      transition: none; } }

@media (max-width: 1600.98px) {
    .offcanvas-2xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-2xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-2xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-2xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-2xxl.showing, .offcanvas-2xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-2xxl.showing, .offcanvas-2xxl.hiding, .offcanvas-2xxl.show {
      visibility: visible; } }

@media (min-width: 1601px) {
  .offcanvas-2xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-2xxl .offcanvas-header {
      display: none; }
    .offcanvas-2xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .offcanvas-backdrop.fade {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5; }
  .placeholder.btn::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(252, 87, 67, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(7, 1, 52, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(249, 249, 249, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(90, 90, 90, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(12, 12, 12, var(--bs-bg-opacity, 1)) !important; }

.text-bg-card-text {
  color: #fff !important;
  background-color: RGBA(90, 90, 90, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #FC5743 !important; }
  .link-primary:hover, .link-primary:focus {
    color: #fd7969 !important; }

.link-secondary {
  color: #070134 !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #06012a !important; }

.link-success {
  color: #F9F9F9 !important; }
  .link-success:hover, .link-success:focus {
    color: #fafafa !important; }

.link-info {
  color: #5A5A5A !important; }
  .link-info:hover, .link-info:focus {
    color: #484848 !important; }

.link-warning {
  color: #ffc107 !important; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39 !important; }

.link-danger {
  color: #dc3545 !important; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37 !important; }

.link-light {
  color: #ffffff !important; }
  .link-light:hover, .link-light:focus {
    color: white !important; }

.link-dark {
  color: #0C0C0C !important; }
  .link-dark:hover, .link-dark:focus {
    color: #0a0a0a !important; }

.link-card-text {
  color: #5A5A5A !important; }
  .link-card-text:hover, .link-card-text:focus {
    color: #484848 !important; }

.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: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1601px) {
  .sticky-2xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-2xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-card-text {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-card-text-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.m-n1 {
  margin: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important; }

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important; }

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important; }

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important; }

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important; }

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important; }

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important; }

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important; }

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important; }

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important; }

.mt-n1 {
  margin-top: -0.25rem !important; }

.mt-n2 {
  margin-top: -0.5rem !important; }

.mt-n3 {
  margin-top: -1rem !important; }

.mt-n4 {
  margin-top: -1.5rem !important; }

.mt-n5 {
  margin-top: -3rem !important; }

.me-n1 {
  margin-right: -0.25rem !important; }

.me-n2 {
  margin-right: -0.5rem !important; }

.me-n3 {
  margin-right: -1rem !important; }

.me-n4 {
  margin-right: -1.5rem !important; }

.me-n5 {
  margin-right: -3rem !important; }

.mb-n1 {
  margin-bottom: -0.25rem !important; }

.mb-n2 {
  margin-bottom: -0.5rem !important; }

.mb-n3 {
  margin-bottom: -1rem !important; }

.mb-n4 {
  margin-bottom: -1.5rem !important; }

.mb-n5 {
  margin-bottom: -3rem !important; }

.ms-n1 {
  margin-left: -0.25rem !important; }

.ms-n2 {
  margin-left: -0.5rem !important; }

.ms-n3 {
  margin-left: -1rem !important; }

.ms-n4 {
  margin-left: -1.5rem !important; }

.ms-n5 {
  margin-left: -3rem !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.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-semibold {
  font-weight: 600 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-card-text {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-card-text-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-card-text {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-card-text-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 {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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; }
  .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; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
    margin-top: -1.5rem !important; }
  .mt-sm-n5 {
    margin-top: -3rem !important; }
  .me-sm-n1 {
    margin-right: -0.25rem !important; }
  .me-sm-n2 {
    margin-right: -0.5rem !important; }
  .me-sm-n3 {
    margin-right: -1rem !important; }
  .me-sm-n4 {
    margin-right: -1.5rem !important; }
  .me-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -3rem !important; }
  .ms-sm-n1 {
    margin-left: -0.25rem !important; }
  .ms-sm-n2 {
    margin-left: -0.5rem !important; }
  .ms-sm-n3 {
    margin-left: -1rem !important; }
  .ms-sm-n4 {
    margin-left: -1.5rem !important; }
  .ms-sm-n5 {
    margin-left: -3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .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; }
  .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; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
    margin-top: -1.5rem !important; }
  .mt-md-n5 {
    margin-top: -3rem !important; }
  .me-md-n1 {
    margin-right: -0.25rem !important; }
  .me-md-n2 {
    margin-right: -0.5rem !important; }
  .me-md-n3 {
    margin-right: -1rem !important; }
  .me-md-n4 {
    margin-right: -1.5rem !important; }
  .me-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -3rem !important; }
  .ms-md-n1 {
    margin-left: -0.25rem !important; }
  .ms-md-n2 {
    margin-left: -0.5rem !important; }
  .ms-md-n3 {
    margin-left: -1rem !important; }
  .ms-md-n4 {
    margin-left: -1.5rem !important; }
  .ms-md-n5 {
    margin-left: -3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .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; }
  .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; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
    margin-top: -1.5rem !important; }
  .mt-lg-n5 {
    margin-top: -3rem !important; }
  .me-lg-n1 {
    margin-right: -0.25rem !important; }
  .me-lg-n2 {
    margin-right: -0.5rem !important; }
  .me-lg-n3 {
    margin-right: -1rem !important; }
  .me-lg-n4 {
    margin-right: -1.5rem !important; }
  .me-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -3rem !important; }
  .ms-lg-n1 {
    margin-left: -0.25rem !important; }
  .ms-lg-n2 {
    margin-left: -0.5rem !important; }
  .ms-lg-n3 {
    margin-left: -1rem !important; }
  .ms-lg-n4 {
    margin-left: -1.5rem !important; }
  .ms-lg-n5 {
    margin-left: -3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .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; }
  .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; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xl-n5 {
    margin-top: -3rem !important; }
  .me-xl-n1 {
    margin-right: -0.25rem !important; }
  .me-xl-n2 {
    margin-right: -0.5rem !important; }
  .me-xl-n3 {
    margin-right: -1rem !important; }
  .me-xl-n4 {
    margin-right: -1.5rem !important; }
  .me-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -3rem !important; }
  .ms-xl-n1 {
    margin-left: -0.25rem !important; }
  .ms-xl-n2 {
    margin-left: -0.5rem !important; }
  .ms-xl-n3 {
    margin-left: -1rem !important; }
  .ms-xl-n4 {
    margin-left: -1.5rem !important; }
  .ms-xl-n5 {
    margin-left: -3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .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; }
  .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; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xxl-n3 {
    margin-top: -1rem !important; }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xxl-n5 {
    margin-top: -3rem !important; }
  .me-xxl-n1 {
    margin-right: -0.25rem !important; }
  .me-xxl-n2 {
    margin-right: -0.5rem !important; }
  .me-xxl-n3 {
    margin-right: -1rem !important; }
  .me-xxl-n4 {
    margin-right: -1.5rem !important; }
  .me-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important; }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important; }
  .ms-xxl-n3 {
    margin-left: -1rem !important; }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important; }
  .ms-xxl-n5 {
    margin-left: -3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1601px) {
  .float-2xxl-start {
    float: left !important; }
  .float-2xxl-end {
    float: right !important; }
  .float-2xxl-none {
    float: none !important; }
  .d-2xxl-inline {
    display: inline !important; }
  .d-2xxl-inline-block {
    display: inline-block !important; }
  .d-2xxl-block {
    display: block !important; }
  .d-2xxl-grid {
    display: grid !important; }
  .d-2xxl-table {
    display: table !important; }
  .d-2xxl-table-row {
    display: table-row !important; }
  .d-2xxl-table-cell {
    display: table-cell !important; }
  .d-2xxl-flex {
    display: flex !important; }
  .d-2xxl-inline-flex {
    display: inline-flex !important; }
  .d-2xxl-none {
    display: none !important; }
  .flex-2xxl-fill {
    flex: 1 1 auto !important; }
  .flex-2xxl-row {
    flex-direction: row !important; }
  .flex-2xxl-column {
    flex-direction: column !important; }
  .flex-2xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-2xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-2xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-2xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-2xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-2xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-2xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-2xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-2xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-2xxl-start {
    justify-content: flex-start !important; }
  .justify-content-2xxl-end {
    justify-content: flex-end !important; }
  .justify-content-2xxl-center {
    justify-content: center !important; }
  .justify-content-2xxl-between {
    justify-content: space-between !important; }
  .justify-content-2xxl-around {
    justify-content: space-around !important; }
  .justify-content-2xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-2xxl-start {
    align-items: flex-start !important; }
  .align-items-2xxl-end {
    align-items: flex-end !important; }
  .align-items-2xxl-center {
    align-items: center !important; }
  .align-items-2xxl-baseline {
    align-items: baseline !important; }
  .align-items-2xxl-stretch {
    align-items: stretch !important; }
  .align-content-2xxl-start {
    align-content: flex-start !important; }
  .align-content-2xxl-end {
    align-content: flex-end !important; }
  .align-content-2xxl-center {
    align-content: center !important; }
  .align-content-2xxl-between {
    align-content: space-between !important; }
  .align-content-2xxl-around {
    align-content: space-around !important; }
  .align-content-2xxl-stretch {
    align-content: stretch !important; }
  .align-self-2xxl-auto {
    align-self: auto !important; }
  .align-self-2xxl-start {
    align-self: flex-start !important; }
  .align-self-2xxl-end {
    align-self: flex-end !important; }
  .align-self-2xxl-center {
    align-self: center !important; }
  .align-self-2xxl-baseline {
    align-self: baseline !important; }
  .align-self-2xxl-stretch {
    align-self: stretch !important; }
  .order-2xxl-first {
    order: -1 !important; }
  .order-2xxl-0 {
    order: 0 !important; }
  .order-2xxl-1 {
    order: 1 !important; }
  .order-2xxl-2 {
    order: 2 !important; }
  .order-2xxl-3 {
    order: 3 !important; }
  .order-2xxl-4 {
    order: 4 !important; }
  .order-2xxl-5 {
    order: 5 !important; }
  .order-2xxl-last {
    order: 6 !important; }
  .m-2xxl-0 {
    margin: 0 !important; }
  .m-2xxl-1 {
    margin: 0.25rem !important; }
  .m-2xxl-2 {
    margin: 0.5rem !important; }
  .m-2xxl-3 {
    margin: 1rem !important; }
  .m-2xxl-4 {
    margin: 1.5rem !important; }
  .m-2xxl-5 {
    margin: 3rem !important; }
  .m-2xxl-auto {
    margin: auto !important; }
  .mx-2xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-2xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-2xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-2xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-2xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-2xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-2xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-2xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-2xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-2xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-2xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-2xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-2xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-2xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-2xxl-0 {
    margin-top: 0 !important; }
  .mt-2xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-2xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-2xxl-3 {
    margin-top: 1rem !important; }
  .mt-2xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-2xxl-5 {
    margin-top: 3rem !important; }
  .mt-2xxl-auto {
    margin-top: auto !important; }
  .me-2xxl-0 {
    margin-right: 0 !important; }
  .me-2xxl-1 {
    margin-right: 0.25rem !important; }
  .me-2xxl-2 {
    margin-right: 0.5rem !important; }
  .me-2xxl-3 {
    margin-right: 1rem !important; }
  .me-2xxl-4 {
    margin-right: 1.5rem !important; }
  .me-2xxl-5 {
    margin-right: 3rem !important; }
  .me-2xxl-auto {
    margin-right: auto !important; }
  .mb-2xxl-0 {
    margin-bottom: 0 !important; }
  .mb-2xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-2xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-2xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-2xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-2xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-2xxl-auto {
    margin-bottom: auto !important; }
  .ms-2xxl-0 {
    margin-left: 0 !important; }
  .ms-2xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-2xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-2xxl-3 {
    margin-left: 1rem !important; }
  .ms-2xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-2xxl-5 {
    margin-left: 3rem !important; }
  .ms-2xxl-auto {
    margin-left: auto !important; }
  .m-2xxl-n1 {
    margin: -0.25rem !important; }
  .m-2xxl-n2 {
    margin: -0.5rem !important; }
  .m-2xxl-n3 {
    margin: -1rem !important; }
  .m-2xxl-n4 {
    margin: -1.5rem !important; }
  .m-2xxl-n5 {
    margin: -3rem !important; }
  .mx-2xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-2xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-2xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-2xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-2xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-2xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-2xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-2xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-2xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-2xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-2xxl-n1 {
    margin-top: -0.25rem !important; }
  .mt-2xxl-n2 {
    margin-top: -0.5rem !important; }
  .mt-2xxl-n3 {
    margin-top: -1rem !important; }
  .mt-2xxl-n4 {
    margin-top: -1.5rem !important; }
  .mt-2xxl-n5 {
    margin-top: -3rem !important; }
  .me-2xxl-n1 {
    margin-right: -0.25rem !important; }
  .me-2xxl-n2 {
    margin-right: -0.5rem !important; }
  .me-2xxl-n3 {
    margin-right: -1rem !important; }
  .me-2xxl-n4 {
    margin-right: -1.5rem !important; }
  .me-2xxl-n5 {
    margin-right: -3rem !important; }
  .mb-2xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-2xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-2xxl-n3 {
    margin-bottom: -1rem !important; }
  .mb-2xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-2xxl-n5 {
    margin-bottom: -3rem !important; }
  .ms-2xxl-n1 {
    margin-left: -0.25rem !important; }
  .ms-2xxl-n2 {
    margin-left: -0.5rem !important; }
  .ms-2xxl-n3 {
    margin-left: -1rem !important; }
  .ms-2xxl-n4 {
    margin-left: -1.5rem !important; }
  .ms-2xxl-n5 {
    margin-left: -3rem !important; }
  .p-2xxl-0 {
    padding: 0 !important; }
  .p-2xxl-1 {
    padding: 0.25rem !important; }
  .p-2xxl-2 {
    padding: 0.5rem !important; }
  .p-2xxl-3 {
    padding: 1rem !important; }
  .p-2xxl-4 {
    padding: 1.5rem !important; }
  .p-2xxl-5 {
    padding: 3rem !important; }
  .px-2xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-2xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-2xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-2xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-2xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-2xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-2xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-2xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-2xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-2xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-2xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-2xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-2xxl-0 {
    padding-top: 0 !important; }
  .pt-2xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-2xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-2xxl-3 {
    padding-top: 1rem !important; }
  .pt-2xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-2xxl-5 {
    padding-top: 3rem !important; }
  .pe-2xxl-0 {
    padding-right: 0 !important; }
  .pe-2xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-2xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-2xxl-3 {
    padding-right: 1rem !important; }
  .pe-2xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-2xxl-5 {
    padding-right: 3rem !important; }
  .pb-2xxl-0 {
    padding-bottom: 0 !important; }
  .pb-2xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-2xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-2xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-2xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-2xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-2xxl-0 {
    padding-left: 0 !important; }
  .ps-2xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-2xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-2xxl-3 {
    padding-left: 1rem !important; }
  .ps-2xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-2xxl-5 {
    padding-left: 3rem !important; }
  .gap-2xxl-0 {
    gap: 0 !important; }
  .gap-2xxl-1 {
    gap: 0.25rem !important; }
  .gap-2xxl-2 {
    gap: 0.5rem !important; }
  .gap-2xxl-3 {
    gap: 1rem !important; }
  .gap-2xxl-4 {
    gap: 1.5rem !important; }
  .gap-2xxl-5 {
    gap: 3rem !important; }
  .text-2xxl-start {
    text-align: left !important; }
  .text-2xxl-end {
    text-align: right !important; }
  .text-2xxl-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; } }

.button-in {
  min-width: 180px;
  padding: 1rem 2rem;
  color: #ffffff;
  background: #FC5743;
  border-radius: 27.5px; }
  .button-in:hover {
    color: #ffffff; }

.btn-white-border {
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0 0 0 0em #fff inset;
  transition: all 0.8s ease;
  font-weight: 500; }
  .btn-white-border:hover {
    box-shadow: 0 0 0 3em #fff inset;
    color: #070134 !important; }

.btn-primary {
  transition: all 0.3s ease-in-out;
  border: 0;
  background: #FC5743; }
  .btn-primary:hover {
    background: rgba(252, 87, 67, 0.2); }

.custom-btn {
  padding: 16px 31px;
  font-size: 16px; }
  @media (max-width: 767.98px) {
    .custom-btn {
      font-size: 14px;
      padding: 12px 17px; } }

.common-svg-icon img {
  height: 50px; }

.common-svg-icon svg {
  height: 50px; }

.header-sticky {
  position: sticky;
  top: 0;
  z-index: 999; }
  .header-sticky .menu-container {
    margin: 0 auto;
    background: transparent; }
    .header-sticky .menu-container .menu {
      width: 100%; }
      .header-sticky .menu-container .menu a.logo {
        padding: 10px 30px;
        max-width: 221px;
        float: left; }
        @media (max-width: 1199.98px) {
          .header-sticky .menu-container .menu a.logo {
            padding: 12px 15px; } }
        @media (max-width: 767.98px) {
          .header-sticky .menu-container .menu a.logo {
            max-width: 172px; } }
        @media (max-width: 575.98px) {
          .header-sticky .menu-container .menu a.logo {
            padding: 17px 10px; } }
      .header-sticky .menu-container .menu img {
        max-width: 100%; }
        @media (max-width: 1199.98px) {
          .header-sticky .menu-container .menu img {
            max-width: 85%; } }
        @media (max-width: 575.98px) {
          .header-sticky .menu-container .menu img {
            max-width: 80%; } }
      .header-sticky .menu-container .menu .tel-icon {
        padding: 20px 10px;
        position: absolute;
        right: 75px;
        display: none; }
        @media (max-width: 1199.98px) {
          .header-sticky .menu-container .menu .tel-icon {
            display: inline-block; } }

.menu-mobile {
  display: none;
  padding: 20px; }

.toggle {
  position: relative;
  width: 54px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden; }
  .toggle.active span:nth-child(1) {
    width: 40px;
    transform: translateY(0) rotate(45deg);
    transition-delay: 0.125s; }
  .toggle.active span:nth-child(2) {
    width: 40px;
    transform: translateY(0) rotate(315deg);
    transition-delay: 0.25s; }
  .toggle.active span:nth-child(3) {
    transform: translateX(60px); }
  .toggle span {
    position: absolute;
    width: 40px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
    transition: 0.5s; }
    .toggle span:nth-child(1) {
      transform: translateY(-15px);
      width: 25px;
      left: 15px; }
    .toggle span:nth-child(2) {
      transform: translateY(15px);
      width: 15px;
      left: 15px; }

.menu-dropdown-icon:before {
  content: "\f35f";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 20px 30px 19px 30px;
  color: #d6d6d6; }

.menu > ul {
  margin: 0 auto;
  width: max-content;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  clear: right; }
  @media (min-width: 1400px) {
    .menu > ul {
      width: max-content; } }

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table; }

.menu > ul:after {
  clear: both; }

.menu > ul > li {
  float: left;
  background: #070134;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease; }

.menu ul li.nav-item {
  padding: 0 15px; }
  @media (max-width: 1399.98px) {
    .menu ul li.nav-item {
      padding: 0px 8px; } }
  @media (max-width: 1199.98px) {
    .menu ul li.nav-item:before {
      padding: 0; } }
  .menu ul li.nav-item .link {
    position: relative;
    text-decoration: none;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding: 36px 0px 37px 0px;
    display: block;
    text-transform: capitalize;
    font-style: normal; }
    @media (max-width: 1399.98px) {
      .menu ul li.nav-item .link {
        padding: 36px 0px;
        font-size: 14px; } }
    @media (max-width: 1199.98px) {
      .menu ul li.nav-item .link {
        padding: 8px 0px; } }
    .menu ul li.nav-item .link::after {
      width: 0;
      transition: all 0.3s ease;
      display: block;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      bottom: 0;
      background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%); }
      @media (max-width: 767.98px) {
        .menu ul li.nav-item .link::after {
          display: none; } }
  .menu ul li.nav-item a {
    text-decoration: none; }
  .menu ul li.nav-item:hover .link::after {
    width: 100%; }

.menu > ul > li > ul {
  display: none;
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 96px;
  z-index: 999999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  background: #fff;
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /* From https://css.glass */ }
  @media (max-width: 1199.98px) {
    .menu > ul > li > ul {
      top: 0;
      position: relative;
      background: light;
      box-shadow: none; } }

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  max-width: 1360px;
  background: none;
  margin: 0 auto; }

ul.mega-menu-new {
  margin: 0;
  padding: 0;
  display: flex;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
  justify-content: flex-start;
  flex-wrap: wrap; }
  ul.mega-menu-new h3, ul.mega-menu-new .h3 {
    width: 100%; }
    @media (max-width: 1199.98px) {
      ul.mega-menu-new h3, ul.mega-menu-new .h3 {
        display: none; } }
  ul.mega-menu-new li.inner-item {
    list-style: none;
    width: calc(25% - 50px);
    margin-right: 50px;
    min-height: 120px; }
    @media (max-width: 1199.98px) {
      ul.mega-menu-new li.inner-item {
        width: 100%; } }
    @media (max-width: 1199.98px) {
      ul.mega-menu-new li.inner-item {
        margin-bottom: 10px;
        margin-right: 0;
        min-height: auto; } }
    ul.mega-menu-new li.inner-item p {
      font-size: 14px;
      color: #5a5a5a;
      font-weight: 400;
      margin-top: 8px;
      margin-bottom: 0; }
    ul.mega-menu-new li.inner-item a {
      color: #000;
      padding: 0;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease; }
    ul.mega-menu-new li.inner-item .link-arrow {
      margin-top: 7px;
      display: none; }
    ul.mega-menu-new li.inner-item:hover .link-arrow {
      display: block; }
    ul.mega-menu-new li.inner-item:hover a {
      margin-left: 16px; }

.menu > ul > li > ul > li a:hover {
  color: #FC5743; }

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em; }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1199px) {
  .menu-container {
    width: 100%; }
  .menu-mobile {
    display: block;
    float: right;
    padding: 5px 10px; }
  .menu-container .menu {
    display: inline-block; }
  .menu-mobile {
    display: block;
    float: right; }
  .menu-dropdown-icon:before {
    display: block; }
  .menu > ul {
    display: none;
    width: 100%; }
  .menu > ul > li {
    width: 100%;
    display: block; }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block; }
  .menu > ul > li > ul {
    position: relative;
    padding: 0 40px; }
  .menu > ul > li > ul.normal-sub {
    width: 100%; }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px; }
  .menu > ul > li > ul > li:first-child {
    margin: 0; }
  .menu > ul > li > ul > li > ul {
    position: relative; }
  .menu .show-on-mobile {
    display: block;
    overflow: auto;
    height: calc(100vh - 84px); } }

.contact-number {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 11px 30px;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap; }
  @media screen and (max-width: 1440px) {
    .contact-number {
      width: 65%; } }
  .contact-number ul li a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%;
    text-transform: capitalize;
    display: flex;
    align-items: end;
    text-decoration: none; }
  @media (max-width: 1199.98px) {
    .contact-number {
      position: relative;
      margin: 10px auto;
      margin-top: 60px;
      white-space: initial;
      display: none; } }
  .contact-number .contact-btn {
    color: #fff;
    padding: 0.6em 1em;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    background: #fc5743;
    padding: 1.5px; }
    .contact-number .contact-btn .btn-phone {
      display: flex;
      justify-content: space-around;
      align-items: center;
      border-radius: 28px;
      padding: 9px 18px;
      text-decoration: none;
      color: #ffffff;
      transition: all 0.3s ease;
      min-width: 211px; }
      .contact-number .contact-btn .btn-phone:hover svg path {
        fill: #fff; }

#typed {
  color: #f86e2d;
  font-weight: 400; }

.topbar-navbar {
  background: #000000;
  padding: 6px 0px 6px 0px; }
  .topbar-navbar .alert {
    background-color: transparent; }
    .topbar-navbar .alert marquee p {
      font-size: 14px;
      font-weight: 600;
      background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      white-space: nowrap;
      display: inline-block; }
  .topbar-navbar .search-bar {
    border-bottom: 0.4px solid #414141;
    background: transparent;
    max-width: 306px;
    height: 28px; }
    .topbar-navbar .search-bar .search-icon {
      padding: 0px 10px 4px 0px; }
      .topbar-navbar .search-bar .search-icon img {
        width: 16px; }
    .topbar-navbar .search-bar input.form-control {
      border-color: transparent;
      background-color: transparent;
      color: #fff;
      padding: 4px 10px 4px 0;
      font-size: 14px; }
      .topbar-navbar .search-bar input.form-control:focus, .topbar-navbar .search-bar input.form-control:focus-visible {
        border-color: transparent;
        background-color: transparent;
        color: #fff;
        outline: 0;
        box-shadow: none; }
  .topbar-navbar .social-links-contact a p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600; }
  .topbar-navbar img.icon-animation-zoomin {
    width: 16px; }

@keyframes slide-in {
  0% {
    scale: 100%; }
  50% {
    scale: 130%; }
  100% {
    scale: 100%; } }

.new-header {
  padding: 10px 0;
  background: transparent;
  z-index: 999999;
  position: fixed;
  top: 0;
  width: 100%; }
  .new-header .accordion-button {
    font-size: 18px; }
  .new-header .logo-header {
    display: block;
    max-width: 160px; }
  .new-header .cap-header-logo {
    position: absolute;
    /* Ensure proper positioning */
    top: 0;
    left: 0;
    width: 50px;
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px; }
    @media screen and (max-width: 576px) {
      .new-header .cap-header-logo {
        width: 40px; } }

@keyframes swing {
  0% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(-3deg); } }
  .new-header .links-header.mobile {
    background: #fff;
    position: fixed;
    inset: 0;
    padding: 16px;
    transition: 0.3s all ease-in;
    overflow-y: auto;
    overflow-x: hidden; }
    .new-header .links-header.mobile .subMenuLInks {
      display: flex;
      align-items: center;
      gap: 8px; }
    .new-header .links-header.mobile .accordion-button:not(.collapsed) {
      border: none; }
    .new-header .links-header.mobile .accordion {
      width: 100%; }
    .new-header .links-header.mobile .accordion-button {
      padding: 10px 0 !important;
      box-shadow: none !important; }
    .new-header .links-header.mobile .accordion-item {
      border: none !important; }
    .new-header .links-header.mobile .accordion-body {
      padding-inline: 0 !important;
      padding-block: 10px !important; }
    .new-header .links-header.mobile .accordion-button::after {
      transform: scale(0.5); }
    .new-header .links-header.mobile .accordion-button:not(.collapsed)::after {
      transform: rotate(-180deg) scale(0.5); }
  .new-header .header-line-right .links-header {
    display: flex;
    align-items: center;
    gap: 12px; }
    .new-header .header-line-right .links-header a,
    .new-header .header-line-right .links-header .has-submenu {
      display: none;
      color: #fff;
      text-align: center;
      display: block;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 112.5%;
      text-transform: capitalize;
      margin-right: 30px;
      cursor: pointer;
      transition: all 0.3s ease; }
    .new-header .header-line-right .links-header .has-submenu a {
      color: initial !important;
      margin: 0 !important;
      font-weight: 300 !important; }
    .new-header .header-line-right .links-header .has-submenu .seasia-bar {
      padding: 0 !important; }
  .new-header .header-line-right .subMenu {
    display: none;
    width: max-content;
    border-radius: 8px;
    display: block;
    left: 0;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
    color: #212121;
    width: 100%;
    top: 120px; }
    @media (max-width: 1600.98px) {
      .new-header .header-line-right .subMenu {
        top: 120px; } }
    .new-header .header-line-right .subMenu .modal-dialog {
      top: 0 !important;
      position: unset !important; }
    .new-header .header-line-right .subMenu .subMenuLInks {
      display: flex !important;
      align-items: center !important;
      transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .new-header .header-line-right .subMenu .subMenuLInks:hover {
        margin-left: 5px !important; }
      .new-header .header-line-right .subMenu .subMenuLInks img {
        width: 6px; }
  .new-header .header-line-right .btn-phon-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 12px;
    padding: 9px 18px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    min-width: 211px;
    background-color: #fc5743; }
  .new-header .header-line-right .btn-phon-header.navbar-contact {
    min-width: auto !important; }

@media (min-resolution: 100dpi) {
  .new-header {
    padding: 0px 0 !important; }
    .new-header .navbar-brand .logo-header {
      width: 122px !important; }
  .header-line-right .links-header a {
    font-size: 14px !important; }
  .new-header .header-line-right .btn-phon-header {
    transform: scale(0.9); } }

.darkHeader {
  background-color: #070134; }

.listcoe-services li a {
  padding: 14px 14px;
  background-color: #f3f3f3;
  border-radius: 8px;
  width: 100%; }
  .listcoe-services li a img {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 26px !important;
    margin-right: 10px;
    margin-left: 0 !important; }

.subMenu .bullted-sub-links a {
  font-size: 13px !important;
  opacity: 0.75; }

.btn-phon-header.mobile-contact {
  min-width: auto !important;
  border-radius: 12px;
  padding: 16px 28px;
  text-decoration: none;
  color: #ffffff;
  background-color: #fc5743;
  font-size: 18px; }

.sa-homefooter {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }
  @media (max-width: 767.98px) {
    .sa-homefooter {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sa-homefooter p {
    font-weight: 300; }
  .sa-homefooter .space-bottom {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .sa-homefooter .space-bottom {
        margin-bottom: 40px; } }
  .sa-homefooter .continent {
    font-weight: 600;
    font-size: 18px; }
  .sa-homefooter .footer-address {
    color: #5a5a5a;
    font-weight: 400;
    font-size: 14px; }
  .sa-homefooter .country {
    max-width: 40px; }

.services-footer {
  padding: 20px 0;
  align-items: center; }
  .services-footer .services-footer-inner {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    list-style: none; }
    @media (max-width: 991.98px) {
      .services-footer .services-footer-inner {
        flex-direction: column; } }
    .services-footer .services-footer-inner a {
      text-decoration: none;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      color: #101010;
      transition: all 0.3s ease; }
      .services-footer .services-footer-inner a:hover {
        color: #FC5743; }
    @media (max-width: 991.98px) {
      .services-footer .services-footer-inner {
        margin-top: 40px; }
        .services-footer .services-footer-inner li {
          margin-bottom: 10px; } }
  .services-footer .footer-logo {
    max-width: 200px; }
    @media (max-width: 991.98px) {
      .services-footer .footer-logo {
        max-width: 150px; } }

.ftr-bottom {
  background: linear-gradient(180deg, #080038 0%, #000000 100%); }

.skrollable {
  /*
  * First-level skrollables are positioned relative to window
  */
  position: fixed;
  /*
  * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
  */
  z-index: 100; }

.skrollr-mobile .skrollable {
  /*
  May cause issues on Android default browser (see #331 on GitHub).
 */
  position: absolute; }

.skrollable .skrollable {
  /*
  * Second-level skrollables are positioned relative their parent skrollable
  */
  position: absolute; }

.skrollable .skrollable .skrollable {
  /*
  * Third-level (and below) skrollables are positioned static
  */
  position: static; }

.ss-footer .ss-footer-form-heading {
  position: relative; }
  .ss-footer .ss-footer-form-heading::before {
    position: absolute;
    content: "";
    background-color: #FC5743;
    height: 4px;
    width: 15px;
    left: -25px;
    top: 45%; }
    @media (max-width: 767.98px) {
      .ss-footer .ss-footer-form-heading::before {
        display: none; } }

.ss-footer.contact-us-section {
  background: #fff !important; }
  .ss-footer.contact-us-section .custom-form textarea {
    height: 60px; }
  .ss-footer.contact-us-section .custom-form .floating-label {
    color: #000;
    top: -2px; }
  .ss-footer.contact-us-section .custom-form .input-box:focus ~ .floating-label {
    top: -2px; }

.ss-footer .ss-footer-top {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  padding: 50px 0 40px 0; }

.ss-footer .ss-footer-mid {
  border-bottom: 1px solid #dadada; }
  @media (min-width: 1200px) {
    .ss-footer .ss-footer-mid .border-left {
      border-left: 1px solid #dadada; } }
  .ss-footer .ss-footer-mid .outer-add {
    padding: 40px 0 40px 0; }
    @media (max-width: 767.98px) {
      .ss-footer .ss-footer-mid .outer-add {
        padding-bottom: 20px; }
        .ss-footer .ss-footer-mid .outer-add.sec {
          padding: 0px 0; }
        .ss-footer .ss-footer-mid .outer-add.thd {
          padding: 30px 0; } }
  .ss-footer .ss-footer-mid .budget label {
    font-weight: 400;
    font-size: 14px;
    color: #000; }
    .ss-footer .ss-footer-mid .budget label span {
      font-weight: 400; }
  .ss-footer .ss-footer-mid .budget .range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 5px;
    background: #5a5a5a; }
  .ss-footer .ss-footer-mid .budget .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 16px;
    width: 16px;
    background: #F77869;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out; }
  .ss-footer .ss-footer-mid input[type="checkbox"]:focus {
    border: 1px solid #CDD4DA; }
  .ss-footer .ss-footer-mid input[type="checkbox"] {
    appearance: none;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #CDD4DA;
    border-radius: 4px;
    position: relative;
    cursor: pointer; }
  .ss-footer .ss-footer-mid input[type="checkbox"]:checked {
    background-color: transparent; }
  .ss-footer .ss-footer-mid input[type="checkbox"]::before {
    content: "✔";
    font-size: 12px;
    color: #5A5A5A;
    display: none;
    position: absolute;
    left: 2px;
    top: -3px; }
  .ss-footer .ss-footer-mid input[type="checkbox"]:checked::before {
    display: block; }
  .ss-footer .ss-footer-mid .check-label {
    font-size: 12px;
    color: #767676;
    font-weight: 400; }

.ss-footer .ss-footer-addresses {
  margin-bottom: 28px; }
  @media (max-width: 575.98px) {
    .ss-footer .ss-footer-addresses {
      margin-bottom: 30px;
      min-height: 0; } }
  .ss-footer .ss-footer-addresses:last-of-type {
    margin-bottom: 0px; }
  .ss-footer .ss-footer-addresses .address {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #5A5A5A; }
  .ss-footer .ss-footer-addresses .country {
    margin-top: 6px;
    width: 42px; }
  .ss-footer .ss-footer-addresses .country-flag {
    font-size: 18px; }

@media (max-width: 991.98px) {
  .ss-footer-sub {
    margin: 15px 0px; } }

.ss-footer-sub .ss-footer-nav {
  padding: 0px 0; }
  .ss-footer-sub .ss-footer-nav.sec {
    padding-top: 20px; }
    @media (max-width: 1199.98px) {
      .ss-footer-sub .ss-footer-nav.sec {
        padding-top: 0px; } }
  .ss-footer-sub .ss-footer-nav .ss-nav-links {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin: 20px 35px 20px 0;
    color: #5a5a5a;
    transition: all 0.3s ease; }
    .ss-footer-sub .ss-footer-nav .ss-nav-links:hover {
      color: #FC5743; }
    @media (max-width: 991.98px) {
      .ss-footer-sub .ss-footer-nav .ss-nav-links {
        margin: 0px 30px 8px 0; } }
  .ss-footer-sub .ss-footer-nav .ss-social-icons .ss-social-links {
    margin-right: 20px;
    transition: all 0.3s ease;
    vertical-align: middle; }
    .ss-footer-sub .ss-footer-nav .ss-social-icons .ss-social-links:hover {
      filter: grayscale(1); }
    .ss-footer-sub .ss-footer-nav .ss-social-icons .ss-social-links:last-of-type {
      margin-right: 0; }

.ss-subscribe-outer {
  padding: 1px;
  background: linear-gradient(262.26deg, #a8adee 44.02%, #db9290 100%);
  border-radius: 60px; }
  .ss-subscribe-outer .ss-footer-subscribe {
    background-color: #fff;
    border-radius: 60px;
    padding: 2px; }
    .ss-subscribe-outer .ss-footer-subscribe .form-control {
      border: 0;
      outline: 0;
      box-shadow: none;
      background-color: transparent; }
      .ss-subscribe-outer .ss-footer-subscribe .form-control:focus {
        border: 0;
        outline: 0;
        box-shadow: none; }
      .ss-subscribe-outer .ss-footer-subscribe .form-control::placeholder {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-transform: capitalize;
        color: #4b4b4b; }

.btn-primary {
  border: 1px solid #FC5743 !important; }
  .btn-primary:hover {
    background: none !important;
    color: #FC5743 !important;
    border: 1px solid #FC5743 !important; }

.sa-contact-right-fixedform {
  position: fixed;
  right: -150%;
  top: 15%;
  display: flex;
  align-items: center;
  z-index: 99999999999;
  max-height: 100vh;
  min-height: 530px;
  transition: all 0.2s ease; }
  @media (max-width: 1399.98px) {
    .sa-contact-right-fixedform {
      top: 3%; } }
  @media (max-width: 1199.98px) {
    .sa-contact-right-fixedform {
      top: 8%; } }
  @media (max-width: 991.98px) {
    .sa-contact-right-fixedform {
      padding: 0px;
      top: 15%; } }
  @media (max-width: 575.98px) {
    .sa-contact-right-fixedform {
      padding: 0px;
      top: 15%; } }
  .sa-contact-right-fixedform .sa-contact-right-fixedformbutton {
    padding: 13px 40px;
    background: #070134;
    border-radius: 0px 0px 20px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    transform: rotate(90deg);
    position: relative;
    min-width: 178px; }
  .sa-contact-right-fixedform .sa-contact-right-fixedforminner {
    background: linear-gradient(185.97deg, #FF745C 4.74%, #9DACFF 95.26%) !important;
    border-radius: 20px 0px 0px 20px;
    padding: 20px;
    width: 445px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-height: 530px;
    position: relative; }
    @media (max-width: 575.98px) {
      .sa-contact-right-fixedform .sa-contact-right-fixedforminner {
        width: 350px; } }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .iti__flag {
      background-color: transparent !important;
      box-shadow: none !important; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .check-label {
      font-size: 14px; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .light-label {
      color: #fff; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .budget label {
      font-weight: 600;
      font-size: 18px; }
      .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .budget label span {
        font-weight: 400; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .budget .range-input {
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      cursor: pointer;
      outline: none;
      border-radius: 15px;
      height: 5px;
      background: #fff; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .budget .range-input::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      height: 16px;
      width: 16px;
      background-color: #FC5743;
      border-radius: 50%;
      border: none;
      transition: .2s ease-in-out; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .talk-button {
      outline: 0;
      background: #FC5743;
      font-size: 14px;
      font-weight: 500;
      color: #fff;
      padding: 12px 20px;
      border-radius: 50px; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus h6.ss-footer-form-heading, .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .ss-footer-form-heading.h6 {
      position: relative;
      font-size: 16px !important;
      color: #fff !important;
      line-height: 24px; }
      .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus h6.ss-footer-form-heading::before, .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .ss-footer-form-heading.h6::before {
        position: absolute;
        content: "";
        background-color: #fff;
        height: 4px;
        width: 60px;
        left: -0 !important;
        bottom: 0 !important;
        top: 110% !important; }
        @media (max-width: 767.98px) {
          .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus h6.ss-footer-form-heading::before, .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .ss-footer-form-heading.h6::before {
            display: none; } }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus input.form-control.input-box,
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus select,
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus textarea {
      border-radius: 4px !important;
      background: #fff !important;
      border: 1px solid #CDD4DA !important;
      padding: 8px 12px !important; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .select-wrapper {
      position: relative; }
      .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .select-wrapper input.form-control.input-box.destination-select {
        padding: 8px 20px 8px 12px !important; }
      .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .select-wrapper button.dropdown-arrow {
        position: absolute;
        right: 10px;
        top: 0px;
        bottom: 0;
        margin: auto; }
      .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .select-wrapper .class1 {
        display: none; }
      .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .select-wrapper .class2 {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #CDD4DA;
        padding: 8px 12px;
        z-index: 9999999999; }
        .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus .select-wrapper .class2 ul {
          padding: 0;
          margin: 0; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus input[type="checkbox"] {
      appearance: none;
      /* Removes default checkbox */
      width: 20px;
      min-width: 20px;
      height: 20px;
      background-color: white;
      border: 2px solid #9B9B9B;
      border-radius: 4px;
      position: relative;
      cursor: pointer; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus input[type="checkbox"]:checked {
      background-color: #fff; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus input[type="checkbox"]::before {
      content: "✔";
      font-size: 16px;
      color: #F77869;
      display: none;
      position: absolute;
      left: 2px;
      top: -3px; }
    .sa-contact-right-fixedform .sa-contact-right-fixedforminner .new-contactus input[type="checkbox"]:checked::before {
      display: block; }
  .sa-contact-right-fixedform.sa-contact-right-fixedforminnertoggle {
    right: 0; }

@media (min-resolution: 100dpi) {
  .sa-contact-right-fixedform .sa-contact-right-fixedformbutton {
    min-width: 139px;
    padding: 7px 1px;
    text-align: center;
    font-size: 12px; } }

.header-banner {
  position: relative;
  padding-top: 10vh;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #080038 0%, #000000 100%);
  height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .header-banner {
      height: auto !important; } }
  .header-banner .ss-banner-heading {
    background-image: linear-gradient(to right, #9DACFF, #FF745C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize; }
    @media (max-width: 767.98px) {
      .header-banner .ss-banner-heading {
        font-size: 30px !important; } }
  .header-banner .ss-banner-heading-2 {
    background-image: linear-gradient(to right, #9DACFF, #FF745C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 30px; }
  .header-banner .ss-banner-subheading {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px; }
    @media (max-width: 575.98px) {
      .header-banner .ss-banner-subheading {
        font-size: 1rem; } }
  .header-banner .ss-banner-element-img {
    max-height: 100%; }
  .header-banner .ss-banner-element-img.javascript-header {
    display: block; }
    @media (max-width: 575.98px) {
      .header-banner .ss-banner-element-img.javascript-header {
        display: none; } }
  .header-banner .banner-content {
    z-index: 2;
    position: relative; }
  .header-banner .planet-element-1 {
    top: 35%;
    left: 13%;
    animation: planet-1 10s ease-in-out infinite;
    z-index: 0; }
    @media (max-width: 1199.98px) {
      .header-banner .planet-element-1 {
        top: 30%; } }
    @media (max-width: 991.98px) {
      .header-banner .planet-element-1 {
        top: 27%;
        left: 10%; } }
    @media (max-width: 575.98px) {
      .header-banner .planet-element-1 {
        display: none; } }
  .header-banner .planet-element-2 {
    bottom: 30%;
    right: 10%;
    animation: planet-2 11s ease-in-out infinite;
    z-index: 0; }
    @media (max-width: 1199.98px) {
      .header-banner .planet-element-2 {
        bottom: 20%; } }
    @media (max-width: 991.98px) {
      .header-banner .planet-element-2 {
        bottom: 15%; } }
    @media (max-width: 575.98px) {
      .header-banner .planet-element-2 {
        display: none; } }
  @media (max-width: 767.98px) {
    .header-banner {
      padding-top: 50px;
      padding-bottom: 50px;
      height: auto; } }
  @media (max-width: 575.98px) {
    .header-banner .banner-element-img {
      max-height: auto; } }

@keyframes planet-1 {
  0% {
    transform: translateX(-25px);
    opacity: 0.5; }
  50% {
    transform: translateX(15px);
    opacity: 1; }
  100% {
    transform: translateX(-25px);
    opacity: 0.5; } }

@keyframes planet-2 {
  0% {
    transform: translateX(25px);
    opacity: 1; }
  50% {
    transform: translateX(-25px);
    opacity: 0.5; }
  100% {
    transform: translateX(25px);
    opacity: 1; } }

section.banner-heading {
  text-align: center;
  color: #fff;
  z-index: 91;
  padding: 115px 0;
  position: absolute;
  top: 115px;
  left: 0;
  right: 0%; }
  @media (max-width: 1399.98px) {
    section.banner-heading {
      padding: 70px 0;
      top: 70px; } }
  section.banner-heading .product {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    color: #CBD3FF; }
  section.banner-heading .ready {
    font-size: calc(1.505rem + 3.06vw);
    font-weight: 500;
    background: linear-gradient(270deg, #FF745C 1%, #9DACFF 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: capitalize;
    margin: 0; }
    @media (max-width: 767.98px) {
      section.banner-heading .ready {
        font-size: calc(1.505rem + 3.06vw); } }
  section.banner-heading .think {
    margin-top: 8px;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize; }
    section.banner-heading .think span {
      font-size: 25px;
      font-weight: 400; }
      @media (max-width: 767.98px) {
        section.banner-heading .think span {
          font-size: 18px; } }
    @media (max-width: 767.98px) {
      section.banner-heading .think {
        font-size: 18px;
        padding: 0 10px; } }

.scroll-container {
  position: relative; }

.sticky-speak {
  position: sticky;
  top: calc(50% - 150px);
  padding-bottom: 50px; }

.speak {
  max-width: 536px;
  margin: 150vh 0; }
  .speak:first-child {
    margin-top: -50vh; }

.speak[data-scroll] {
  transition: opacity .3s;
  transform: translatey(calc(var(--viewport-y) * 100vh));
  opacity: calc(var(--visible-y)); }

.scroll-sequence__content {
  padding: 4em; }

.scroll-sequence {
  position: sticky;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.idea-heading {
  font-size: 50px;
  line-height: 1.4 !important;
  text-transform: capitalize;
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }
  @media (max-width: 767.98px) {
    .idea-heading {
      font-size: 32px; } }

.beginning {
  font-size: 24px;
  color: #5A5A5A;
  line-height: 1.4 !important; }
  @media (max-width: 767.98px) {
    .beginning {
      font-size: 16px; } }

.post-pandemic {
  background-image: url("../assests/images/index/recovery_post_pandemic.webp");
  height: 100vh;
  min-height: 200px;
  background-size: cover; }

.sa-home-support-section {
  height: auto;
  padding: 0; }
  @media (max-width: 767.98px) {
    .sa-home-support-section {
      display: none; } }

@media (min-width: 768px) {
  .sa-support-mob {
    display: none; } }

.sa-home-support-content {
  max-width: 100%;
  position: relative;
  /* transition: all 0.2s; */ }

.sa-home-support-content h4, .sa-home-support-content .h4,
.sa-home-support-content p {
  max-width: 550px;
  margin: 0 auto;
  display: block; }

.media-panel {
  display: none; }

.sa-home-support-contentsvg {
  display: none; }

.sa-home-support-content {
  padding: 40px 15px 0px; }

.post-pandemic {
  display: none; }
  @media (max-width: 767.98px) {
    .post-pandemic {
      display: block; } }

@media (min-aspect-ratio: 8 / 5) {
  .sa-home-support-section {
    height: 100vh; }
  .sa-home-support-contentsvg {
    display: block; }
  .sa-home-support-content {
    padding: 0px; }
  .sa-home-mobile-logo {
    display: none; }
  .logo-animation {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .media-panel,
  .logo-panel,
  .content-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .media-panel {
    z-index: 3; }
  .logo-panel {
    z-index: 4; }
  .content-panel {
    z-index: 4;
    justify-content: flex-end;
    padding-bottom: 50px; }
  .sa-home-support-contentsvg {
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateY(-15%); }
  .media-panel-img {
    width: 100%;
    position: absolute;
    /* top: 0; */
    left: 0;
    transform: translateY(-15%);
    object-fit: cover;
    object-position: left; } }

.trusted-innovators {
  height: 100vh; }
  .trusted-innovators .trusted-sec {
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    border-left: 1px solid #E0E0E0; }
    .trusted-innovators .trusted-sec:nth-last-of-type(1) {
      border-right: 1px solid #E0E0E0; }
  .trusted-innovators .block-out::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #469EA4;
    right: -2px;
    top: 0; }
  .trusted-innovators .before-hover::before {
    opacity: 0;
    position: absolute;
    content: "";
    height: 0%;
    top: 100%;
    transition: .8s ease;
    z-index: 1; }

.meteorite-left {
  position: absolute;
  left: 10vw;
  z-index: 999;
  top: 21vh; }
  @media (max-width: 767.98px) {
    .meteorite-left {
      display: none; } }

.meteorite-right {
  position: absolute;
  right: 8vw;
  z-index: 999;
  top: 26vh; }
  @media (max-width: 767.98px) {
    .meteorite-right {
      display: none; } }

img.meteorite {
  -webkit-animation: mover 4s infinite alternate;
  animation: mover 4s infinite alternate; }

@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px); } }

#wrapper {
  margin-top: 762px; }
  #wrapper .mask__container {
    display: none;
    width: 900px;
    height: 900px;
    will-change: transform;
    transform: scale(1) translateZ(0);
    transition: transform 350ms; }
    #wrapper .mask__container.fixed {
      display: block;
      z-index: 12;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    #wrapper .mask__container #clipX {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transform: scale(1.01) translateZ(0); }
  #wrapper #videoBg {
    margin: 0 auto;
    overflow: hidden;
    width: 900px;
    height: 900px;
    transform-origin: center center;
    will-change: transform;
    transform: scale(1) translateZ(0);
    transition: transform 300ms; }
    #wrapper #videoBg.fixed {
      display: block;
      z-index: 10;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    #wrapper #videoBg .iphone_model {
      width: 648px;
      height: 1296px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -648px 0 0 -324px;
      will-change: transform;
      transform: scale(1.4) translateZ(0);
      transition: transform 300ms; }
      #wrapper #videoBg .iphone_model #video,
      #wrapper #videoBg .iphone_model #canvas {
        z-index: 10;
        width: 99%;
        height: 99%;
        padding: 0.5%; }
      #wrapper #videoBg .iphone_model #canvas {
        display: none; }
      #wrapper #videoBg .iphone_model:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://images.pexels.com/photos/13377187/pexels-photo-13377187.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"); }

#textContent {
  z-index: 999;
  margin-top: 100px;
  margin-bottom: 480px; }
  #textContent .content__title,
  #textContent .content__info {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto 0;
    text-align: center;
    width: 570px;
    color: #000; }
  #textContent .content__title {
    font-size: 84px; }
  #textContent .content__info span {
    display: block;
    margin-top: 7px;
    color: #e42b74; }
    #textContent .content__info span a {
      z-index: 9999;
      color: #07C; }

@media (max-width: 768px) {
  *[data-paroller-factor] {
    /*for all elements with background parallax effect*/
    background-position: center !important;
    /*for all elements with foreground parallax effect*/
    transform: none !important; }
  .section-design .blog-cards {
    margin-top: 20px; }
  .section-design .my-paroller {
    margin-bottom: 20px; } }

.trusted-line-text {
  font-size: 22px; }

.trusted-line-description {
  margin-left: 60px; }

.trusted-line {
  background: #FC5743;
  height: 4px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.trusted-line-text-main {
  margin-left: 60px; }

@media (max-width: 767.98px) {
  .beginning-mob {
    padding-top: 0px;
    padding-bottom: 50px; } }

.line-text {
  font-size: 20px;
  font-weight: 400; }

.enterprise {
  padding-top: 100px;
  padding-bottom: 45px;
  margin-top: 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .enterprise {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .enterprise {
      padding-top: 15px;
      padding-bottom: 50px; } }

.trainsiton-boxes-section .cloud-part {
  min-height: calc(100vh - 255px);
  border-left: 1px solid #e0e0e0;
  position: relative;
  border-right: 1px solid #e0e0e0; }
  .trainsiton-boxes-section .cloud-part a {
    padding: 0 42px; }
  .trainsiton-boxes-section .cloud-part:hover a {
    color: #fff; }
  .trainsiton-boxes-section .cloud-part:hover h2, .trainsiton-boxes-section .cloud-part:hover .h2 {
    color: #fff; }
  .trainsiton-boxes-section .cloud-part:hover p {
    color: #fff; }
  .trainsiton-boxes-section .cloud-part:hover svg path {
    fill: #fff; }
  @media screen and (max-width: 768px) {
    .trainsiton-boxes-section .cloud-part:hover a {
      color: black; }
    .trainsiton-boxes-section .cloud-part:hover h2, .trainsiton-boxes-section .cloud-part:hover .h2 {
      color: black; }
    .trainsiton-boxes-section .cloud-part:hover p {
      color: #5a5a5a; }
    .trainsiton-boxes-section .cloud-part:hover svg path {
      fill: black; } }
  .trainsiton-boxes-section .cloud-part svg path {
    fill: #7d7d7d; }
  .trainsiton-boxes-section .cloud-part h2, .trainsiton-boxes-section .cloud-part .h2 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px; }
  .trainsiton-boxes-section .cloud-part p {
    color: #5a5a5a;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; }

.trainsiton-boxes-section .carousel-indicators {
  position: absolute;
  bottom: -58px; }
  .trainsiton-boxes-section .carousel-indicators button {
    height: 2px;
    border-radius: 12px;
    width: 2px;
    border: 3px solid #fc5743; }

.trainsiton-boxes-section .cloud-bg {
  position: absolute;
  left: 0;
  top: 50rem;
  z-index: -1;
  width: 100%;
  transition: all 0.3s ease;
  height: 100%; }
  @media screen and (max-width: 1000px) {
    .trainsiton-boxes-section .cloud-bg {
      display: none; } }

.trainsiton-boxes-section .cloud-part:hover > .cloud-bg {
  top: 0;
  transition: all 0.3s ease; }

@media screen and (max-width: 1000px) {
  .trainsiton-boxes-section .cloud-part {
    min-height: auto;
    margin-bottom: 20px; } }

.color-1::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #00c0cc;
  left: -2px;
  top: 70%; }

.color-2::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #f2004a;
  left: -2px;
  top: 90px; }

.color-3::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #ff8f28;
  left: -2px;
  top: 70%; }

.color-4::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #c5dc00;
  left: -2px;
  top: 90px; }

.color-5::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #ff8f28;
  right: -2px;
  top: 70%; }

.nav-list {
  justify-content: flex-end;
  position: absolute;
  right: 0; }
  .nav-list li {
    list-style-type: none; }
    .nav-list li:first-child {
      z-index: 1; }
    .nav-list li:last-child {
      z-index: 999; }

.m-top,
.m-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px;
  right: 0;
  margin: auto;
  transition: 0.9s ease;
  top: 50%;
  transform: translateY(-50%); }

.main-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #000000; }

.subheading {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #666666; }

.block-out {
  z-index: 2; }
  .block-out.last-child::after {
    content: none; }

.before-hover {
  height: 99%; }

.navbar-brand-1 {
  z-index: 1;
  position: absolute;
  display: block; }

.navbar-brand-2 {
  position: relative;
  opacity: 0;
  z-index: 2;
  display: block; }

.before-hover:hover .nav-list .link a,
.before-hover:hover .nav-list .link.active a {
  color: #fff;
  transition: 0.3s all;
  transition-delay: 0.5s; }

.before-hover:hover .navbar-brand-2 {
  opacity: 1;
  display: block;
  position: relative;
  z-index: 99;
  transition: 0.3s all;
  transition-delay: 0.5s; }

.before-hover:hover .block-out::after {
  content: none; }

.before-hover:hover svg path {
  fill: #fff; }

.before-hover::before {
  opacity: 0;
  position: absolute;
  content: "";
  height: 0%;
  top: 100%;
  transition: 0.8s ease;
  z-index: 1; }

.before-hover:hover::before {
  background-color: #fff;
  background-size: cover;
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0; }

.before-hover-1:hover::before {
  background-image: url("../assests/images/index/cloud-bg-img.webp"); }

.before-hover-2:hover::before {
  background-image: url("../assests/images/index/agility.jpg"); }

.before-hover-3:hover::before {
  background-image: url("../assests/images/index/inclusion.webp"); }

.before-hover-4:hover::before {
  background-image: url("../assests/images/index/artificial.webp"); }

.logo-on-hover {
  display: none; }

.block-out a {
  font-style: normal;
  font-size: 20px; }

.before-hover:hover .block-out a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none; }

.before-hover:hover .logos {
  display: none; }

.before-hover:hover .logo-on-hover {
  display: block;
  margin: 0 auto; }

.before-hover:hover .block-out h4, .before-hover:hover .block-out .h4,
.before-hover:hover .block-out p {
  color: #fff; }

.navbar-toggler:focus {
  box-shadow: none; }

.sg-form {
  position: fixed;
  z-index: 1;
  background: #fff;
  width: 100%;
  max-width: 636px;
  top: 0;
  right: -825px;
  height: 100%;
  bottom: 0;
  box-shadow: 0px 4px 65px rgba(0, 0, 0, 0.25);
  padding: 45px 74px;
  display: flex;
  align-items: center;
  transition: all linear 0.3s;
  z-index: 9; }
  .sg-form input[type="checkbox"] {
    display: none; }

.login .sg-form {
  right: 0; }

.login span.login-text {
  display: none; }

.login .sg-head-btn span.back {
  display: inline-block; }

.sg-formbox {
  width: 100%; }

.sg-form-title {
  font-size: 24px;
  margin-bottom: 30px;
  display: block; }

.sg-form-inp {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  .sg-form-inp input {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #bcbcbc;
    width: 100%; }

.sg-form-inp-ico {
  position: absolute;
  right: 0;
  bottom: 10px; }

.sg-form-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 30px; }

.sg-form-remember {
  position: relative;
  padding-left: 38px;
  cursor: pointer; }
  .sg-form-remember .check {
    width: 22px;
    height: 22px;
    left: 0;
    top: 0px;
    border: 1px solid #bcbcbc;
    background: transparent;
    position: absolute; }

.sg-form-forgot {
  font-size: 14px;
  cursor: pointer; }

.sg-form-btn {
  border: 2px solid #469ea4;
  width: 159px;
  background: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all linear 0.3s;
  border-radius: 40px; }

.sg-social {
  position: absolute;
  width: 100%;
  max-width: 824px;
  bottom: 25px;
  right: 0;
  text-align: center; }

.sg-social-link {
  width: 30px;
  height: 30px;
  margin: 4px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 100%;
  transition: all linear 0.3s; }

.sg-head-btn {
  display: inline-block;
  padding: 0 30px;
  cursor: pointer;
  transition: all linear 0.3s; }

.back {
  display: none; }

.border-end {
  border-right: 1px solid #dee2e6 !important; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.clouds-col {
  border-left: 1px solid #dee2e6 !important; }
  .clouds-col::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #00c0cc;
    left: -2px;
    top: 70%; }
    @media (max-width: 575.98px) {
      .clouds-col::after {
        display: none; } }

.agility::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #f2004a;
  left: -2px;
  top: 90px; }
  @media (max-width: 575.98px) {
    .agility::after {
      display: none; } }

.diversity {
  border-left: 1px solid #dee2e6 !important; }
  .diversity::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #ff8f28;
    left: -2px;
    top: 70%; }
    @media (max-width: 575.98px) {
      .diversity::after {
        display: none; } }

.inteligence {
  border-left: 1px solid #dee2e6 !important; }
  .inteligence::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #c5dc00;
    left: -2px;
    top: 90px; }
    @media (max-width: 575.98px) {
      .inteligence::after {
        display: none; } }

@media (max-width: 767.98px) {
  .stories.padding-y {
    padding-top: 40px;
    padding-bottom: 0px; } }

.stories .sucess-stories p {
  color: #5A5A5A; }

@media (max-width: 575.98px) {
  .sucess-story-homesection {
    flex-wrap: wrap; } }

.sucess-story-homesection .common-property, .sucess-story-homesection .story-registration-system, .sucess-story-homesection .story-registration-system-2, .sucess-story-homesection .story-registration-system-3, .sucess-story-homesection .story-registration-system-4 {
  background-size: cover;
  background-position: center;
  width: 25%;
  transition: 0.5s ease;
  cursor: pointer;
  min-height: 480px; }
  .sucess-story-homesection .common-property:hover, .sucess-story-homesection .story-registration-system:hover, .sucess-story-homesection .story-registration-system-2:hover, .sucess-story-homesection .story-registration-system-3:hover, .sucess-story-homesection .story-registration-system-4:hover {
    width: 35%; }
    .sucess-story-homesection .common-property:hover a.sahome-storiesarrow, .sucess-story-homesection .story-registration-system:hover a.sahome-storiesarrow, .sucess-story-homesection .story-registration-system-2:hover a.sahome-storiesarrow, .sucess-story-homesection .story-registration-system-3:hover a.sahome-storiesarrow, .sucess-story-homesection .story-registration-system-4:hover a.sahome-storiesarrow {
      display: block;
      opacity: 1; }
    .sucess-story-homesection .common-property:hover .inner-heading h2, .sucess-story-homesection .story-registration-system:hover .inner-heading h2, .sucess-story-homesection .story-registration-system-2:hover .inner-heading h2, .sucess-story-homesection .story-registration-system-3:hover .inner-heading h2, .sucess-story-homesection .story-registration-system-4:hover .inner-heading h2, .sucess-story-homesection .common-property:hover .inner-heading .h2, .sucess-story-homesection .story-registration-system:hover .inner-heading .h2, .sucess-story-homesection .story-registration-system-2:hover .inner-heading .h2, .sucess-story-homesection .story-registration-system-3:hover .inner-heading .h2, .sucess-story-homesection .story-registration-system-4:hover .inner-heading .h2 {
      color: #FC5743; }
    @media (max-width: 575.98px) {
      .sucess-story-homesection .common-property:hover, .sucess-story-homesection .story-registration-system:hover, .sucess-story-homesection .story-registration-system-2:hover, .sucess-story-homesection .story-registration-system-3:hover, .sucess-story-homesection .story-registration-system-4:hover {
        width: 100%;
        padding: 1rem; } }
  @media (max-width: 575.98px) {
    .sucess-story-homesection .common-property, .sucess-story-homesection .story-registration-system, .sucess-story-homesection .story-registration-system-2, .sucess-story-homesection .story-registration-system-3, .sucess-story-homesection .story-registration-system-4 {
      width: 100%; } }

.sucess-story-homesection .story-registration-system {
  background-image: url(../assests/images/index/stories-1.webp);
  background-size: cover; }

.sucess-story-homesection .story-heading {
  padding: 1.5rem;
  height: 100%;
  top: 0; }
  @media (max-width: 767.98px) {
    .sucess-story-homesection .story-heading {
      padding: 1.5rem; } }

.sucess-story-homesection .story-registration-system-2 {
  background-image: url(../assests/images/index/story-2.webp);
  background-size: cover; }

.sucess-story-homesection .story-registration-system-3 {
  background-image: url(../assests/images/index/story-3.webp);
  background-size: cover; }

.sucess-story-homesection .story-registration-system-4 {
  background-image: url(../assests/images/index/story-4.webp);
  background-size: cover; }

.sucess-story-homesection .sahome-storiesarrow {
  display: none;
  opacity: 0;
  transition: all 0.3s ease; }

.sucess-story-homesection .inner-heading {
  color: #ffffff; }

.client-satisfaction {
  padding-top: 0px;
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .client-satisfaction {
      padding-top: 50px;
      padding-bottom: 50px; } }

.partners-spacing {
  padding-top: 50px;
  padding-bottom: 50px; }

.sa-new-blog-left {
  background: linear-gradient(180deg, #080038 0%, #000000 100%);
  height: 100%;
  border-radius: 14px;
  padding: 30px; }
  .sa-new-blog-left .inner-heading {
    background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    text-transform: capitalize; }
  .sa-new-blog-left .innersub-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-bottom: 36px; }
  .sa-new-blog-left .blog-author {
    font-weight: 500;
    font-size: 20px;
    color: #fff; }
  .sa-new-blog-left .sa-new-blog-leftmiddle {
    margin-top: 100px;
    height: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .sa-new-blog-left .sa-new-blog-leftdate {
    margin-top: 80px; }

.blog-cards .sa-new-blog-box {
  background: #F9F9F9;
  border-radius: 14px;
  padding: 30px;
  transition: all 0.3s ease; }
  @media (max-width: 767.98px) {
    .blog-cards .sa-new-blog-box {
      padding: 25px; } }
  .blog-cards .sa-new-blog-box .sa-new-blog-type {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0;
    transition: all 0.3s ease;
    text-transform: uppercase; }
  .blog-cards .sa-new-blog-box .sa-timestamp {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    color: #5a5a5a; }
  .blog-cards .sa-new-blog-box .sa-new-blog-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
    color: #000000;
    transition: all 0.3s ease; }
  .blog-cards .sa-new-blog-box .sa-blog-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #5a5a5a; }
  .blog-cards .sa-new-blog-box .more-link {
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease; }
  .blog-cards .sa-new-blog-box:hover .sa-new-blog-title {
    color: #fc5743; }
  .blog-cards .sa-new-blog-box:hover .more-link svg path {
    fill: #fc5743; }

.blog-cards .sa-innerparagaraph {
  margin: 0;
  min-height: 100px; }

.app-idea {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .app-idea {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .app-idea .inner-idea-heading h2, .app-idea .inner-idea-heading .h2 {
    font-size: calc(1.505rem + 3.06vw);
    background: -webkit-linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .app-idea .inner-idea-heading p {
    color: #5A5A5A;
    font-size: calc(1.345rem + 1.14vw); }

.sa-testimonial-new-slider .carousel-indicators button {
  width: 76px;
  height: 76px;
  margin: 0 20px 0 0;
  position: relative;
  text-indent: initial;
  opacity: 1; }
  @media (max-width: 575.98px) {
    .sa-testimonial-new-slider .carousel-indicators button {
      margin: 0 10px 0 0; } }

.sa-testimonial-new-slider .img-border {
  overflow: hidden;
  border-radius: 50%;
  width: 76px;
  height: 76px; }
  .sa-testimonial-new-slider .img-border img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.sa-testimonial-new-slider .carousel-indicators {
  margin: 0 0 40px;
  justify-content: flex-start; }
  .sa-testimonial-new-slider .carousel-indicators button {
    border-top: 0 !important; }
  .sa-testimonial-new-slider .carousel-indicators .active::before {
    content: "";
    position: absolute;
    background: url(../assests/images/index/tab-active.webp);
    width: 42px;
    height: 42px;
    background-size: 100% 100%;
    bottom: -20px;
    right: 0; }

.our-partners {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767.98px) {
    .our-partners {
      padding-top: 0px;
      padding-bottom: 50px; } }
  .our-partners h5, .our-partners .h5 {
    font-size: 25px;
    text-transform: uppercase;
    background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }

@media (max-width: 767.98px) {
  .sa-home-partners-logo li {
    width: 100%;
    margin-top: 1rem; } }

.sa-home-partners-logo li img {
  filter: grayscale(1);
  cursor: pointer; }
  .sa-home-partners-logo li img:hover {
    filter: grayscale(0); }

#partner-logo .owl-dots {
  display: none; }

.ss-client-satisfaction .sa-testidesignation {
  margin-top: 16px;
  margin-bottom: 0; }

.ss-client-satisfaction .sa-innerparagaraph {
  margin-bottom: 30px;
  min-height: 100px; }

.ordinary {
  background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%);
  padding-top: 80px;
  padding-bottom: 80px; }
  .ordinary .text-area {
    max-width: 500px; }
    .ordinary .text-area .idea-heading {
      font-weight: 500;
      font-size: 60px;
      text-transform: capitalize;
      background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
      @media (max-width: 767.98px) {
        .ordinary .text-area .idea-heading {
          font-size: 40px; } }
    .ordinary .text-area .beginning {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 27px !important;
      color: #ffffff; }
      @media (max-width: 767.98px) {
        .ordinary .text-area .beginning {
          font-size: 16px; } }
  @media (max-width: 767.98px) {
    .ordinary .icon-ordinary {
      margin-top: 0px; } }

/* --------------responsive----------------- */
@media (max-width: 1400px) {
  .main-heading {
    font-size: 18px; }
  .subheading {
    font-size: 14px; }
  .sg-head-btn {
    padding: 0 0; } }

@media (max-width: 992px) {
  .navbar-brand-1 {
    display: none; }
  .login .navbar-nav .back {
    z-index: 9999;
    position: absolute;
    top: 25%;
    right: 5%;
    margin: auto; }
  .before-hover {
    height: 300px; }
  .trainsiton-boxes-section .border-end {
    border-right: none !important; }
  .clouds-col,
  .agility,
  .diversity,
  .inteligence {
    border-bottom: 1px solid #dee2e6; }
  .block-out::after {
    top: 30%; } }

@media (max-width: 576px) {
  .block-out::after {
    content: none; }
  .sg-form {
    padding: 45px 20px; }
  .navbar-brand {
    width: 50%;
    display: contents !important;
    margin-right: 0; }
  .why-choose-outcome {
    margin: 10px 0 !important;
    padding: 50px 0 !important; } }

.lets-talk {
  width: 141px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 28px;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.8s ease;
  color: #fff;
  margin: 30px auto 0 auto;
  cursor: pointer;
  display: flex; }
  .lets-talk:hover {
    background: #fff;
    color: #000; }

.before-hover:hover .block-out .main-heading {
  color: #fff; }

.z-index-custome {
  position: relative;
  z-index: -1; }

.div2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.377);
  display: none; }

#div1 {
  width: 276px;
  height: 243.729px;
  background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
  position: absolute;
  right: -305px;
  z-index: 9999999;
  top: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 30px;
  border-radius: 15px; }

.py-48 {
  padding-top: 118px; }
  @media screen and (max-width: 1440px) {
    .py-48 {
      padding-top: 48px; } }

.px-100 {
  padding: 0 100px; }
  @media screen and (max-width: 1440px) {
    .px-100 {
      padding: 0 70px; } }

.seasia-feature {
  position: relative;
  z-index: -1; }
  .seasia-feature .dev-text {
    position: absolute;
    top: 60px;
    left: 41px; }
    @media (max-width: 991.98px) {
      .seasia-feature .dev-text {
        position: inherit; } }
    @media (max-width: 575.98px) {
      .seasia-feature .dev-text {
        position: unset;
        top: 50%;
        margin-top: 0px !important;
        padding-top: 30px;
        left: 41px; } }
    .seasia-feature .dev-text .compre {
      color: #212121;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 112.5%;
      text-transform: capitalize; }
    .seasia-feature .dev-text .software-dev {
      font-size: 52px;
      font-style: normal;
      font-weight: 600;
      line-height: 112.5%;
      text-transform: capitalize;
      background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 1440px) {
        .seasia-feature .dev-text .software-dev {
          font-size: 30.062px; } }
    .seasia-feature .dev-text .services {
      color: #212121;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 112.5%;
      text-transform: capitalize; }
      @media screen and (max-width: 1440px) {
        .seasia-feature .dev-text .services {
          font-size: 19.541px; } }
  .seasia-feature .common-bg-bs {
    border-radius: 12.621px 12.621px 0 0;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 25px rgba(80, 80, 80, 0.1); }

.orange-box {
  height: 100.333px;
  background: #fc5743; }

.minus-margin-top {
  margin-top: -26px; }
  @media (max-width: 575.98px) {
    .minus-margin-top {
      margin-top: 0; } }
  .minus-margin-top .style-custome {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3.98697px 63.79147px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1; }

.border-px-side {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec; }

.brands-slider .owl-item {
  min-height: 60px; }
  .brands-slider .owl-item .item {
    border-right: 1px solid #ececec;
    display: flex;
    display: flex;
    justify-content: center; }

.owl-carousel-brand .owl-item {
  min-height: 90px !important;
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  background: #fff; }

ol,
li {
  list-style: none; }

.modal-backdrop.show {
  opacity: 0.5;
  background: #fff;
  display: none; }

.modal8 {
  max-width: 314px !important;
  position: absolute !important;
  top: 74% !important;
  left: 35% !important; }
  .modal8 .modal-content {
    min-height: 208px !important;
    padding: 20px 50px;
    position: relative; }
    .modal8 .modal-content .cross {
      width: 20px;
      height: 20px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 5px;
      right: 8px; }
      .modal8 .modal-content .cross button {
        border: none;
        outline: none;
        background-color: transparent; }
  .modal8 ul {
    padding: 0; }
    .modal8 ul li {
      display: flex;
      padding: 8.292px 0px;
      justify-content: center;
      align-items: center;
      border-bottom: 0.627px dashed #8d8d8d;
      margin: 0 0px;
      flex-direction: column; }
      .modal8 ul li a {
        color: #505050;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 153%;
        position: relative;
        text-decoration: none; }
        @media screen and (max-width: 1440px) {
          .modal8 ul li a {
            font-size: 14px; } }
      .modal8 ul li p {
        color: #505050;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0; }

.modal7 {
  max-width: 314px !important;
  position: absolute !important;
  top: 56% !important;
  left: 35% !important; }
  .modal7 .modal-content {
    min-height: 208px !important;
    padding: 20px 50px;
    position: relative; }
    .modal7 .modal-content .cross {
      width: 20px;
      height: 20px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 5px;
      right: 8px; }
      .modal7 .modal-content .cross button {
        border: none;
        outline: none;
        background-color: transparent; }
  .modal7 ul {
    padding: 0; }
    .modal7 ul li {
      display: flex;
      padding: 8.292px 0px;
      justify-content: center;
      align-items: center;
      border-bottom: 0.627px dashed #8d8d8d;
      margin: 0 0px;
      flex-direction: column; }
      .modal7 ul li a {
        color: #505050;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 153%;
        position: relative;
        text-decoration: none; }
        @media screen and (max-width: 1440px) {
          .modal7 ul li a {
            font-size: 14px; } }
      .modal7 ul li p {
        color: #505050;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0; }

.bullted-sub-links {
  padding-left: 20px !important;
  position: relative; }

.bullted-sub-links:before {
  display: block;
  content: "⠂";
  position: absolute;
  left: 0; }

.seasia-bar {
  width: 100%;
  padding-top: 55px;
  bottom: 0;
  margin-top: 1px; }
  @media (max-width: 1399.98px) {
    .seasia-bar {
      padding-top: 44px; } }
  @media (max-width: 1199.98px) {
    .seasia-bar {
      padding-top: 55px; } }
  .seasia-bar .bar-round {
    width: 72px;
    height: 72px;
    padding: 3px;
    position: relative;
    background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    border-radius: 50%;
    overflow: hidden;
    margin: -50px 0 0 0;
    top: -37px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .seasia-bar .bar-round .bar-sm-circle {
      background: #fff;
      color: white;
      padding: 0;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap; }
      .seasia-bar .bar-round .bar-sm-circle img {
        width: 30px;
        height: 30px; }
  .seasia-bar .bar-heading {
    color: #190b72;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 22.504px;
    text-transform: capitalize; }
    @media screen and (max-width: 1440px) {
      .seasia-bar .bar-heading {
        font-size: 16px; } }
    .seasia-bar .bar-heading h6, .seasia-bar .bar-heading .h6 {
      color: #190b72;
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      line-height: 22.504px;
      text-transform: capitalize; }
    .seasia-bar .bar-heading a {
      color: #190b72;
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      line-height: 22.504px;
      text-transform: capitalize; }
  .seasia-bar .excellence-listing {
    padding: 0 !important; }
    .seasia-bar .excellence-listing.centre-excellence li {
      border: none;
      background-color: #F7F7F7;
      margin-bottom: 8px;
      border-radius: 8px;
      padding: 8px 5px;
      text-align: left; }
      @media screen and (min-width: 1440px) {
        .seasia-bar .excellence-listing.centre-excellence li {
          padding: 10px 8px; } }
      @media screen and (min-width: 1620px) {
        .seasia-bar .excellence-listing.centre-excellence li {
          padding: 18px 10px; } }
      .seasia-bar .excellence-listing.centre-excellence li a {
        font-size: 12px; }
        .seasia-bar .excellence-listing.centre-excellence li a img {
          margin-right: 5px; }
        @media (min-width: 1400px) {
          .seasia-bar .excellence-listing.centre-excellence li a {
            font-size: 15px; } }
    .seasia-bar .excellence-listing li {
      display: flex;
      padding: 8px 0px;
      justify-content: center;
      align-items: center;
      border-bottom: 0.627px dashed #8d8d8d;
      margin: 0 0px;
      flex-direction: column; }
      @media (max-width: 575.98px) {
        .seasia-bar .excellence-listing li {
          align-items: flex-start; } }
      .seasia-bar .excellence-listing li:nth-last-child(1) {
        border: none; }
      .seasia-bar .excellence-listing li .dropdown-menu {
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }
      .seasia-bar .excellence-listing li a {
        color: #505050;
        text-align: center;
        display: block;
        width: 100%;
        font-size: 15px;
        transform: scale(1);
        line-height: 1.2;
        font-style: normal;
        font-weight: 400;
        position: relative;
        text-decoration: none;
        /* media scale wekite information, do nit remove this comment */ }
        .seasia-bar .excellence-listing li a:hover {
          transform: scale(0.97);
          transition: all 0.3s ease; }
        @media (max-width: 1399.98px) {
          .seasia-bar .excellence-listing li a {
            line-height: 1; } }
        @media (max-width: 575.98px) {
          .seasia-bar .excellence-listing li a {
            text-align: left; } }
        .seasia-bar .excellence-listing li a span {
          position: absolute;
          right: 0;
          top: 5px; }
          @media (max-width: 575.98px) {
            .seasia-bar .excellence-listing li a span {
              transform: rotate(90deg);
              top: 0px; } }
        .seasia-bar .excellence-listing li a .popup-btn {
          border: none;
          background: transparent;
          color: #505050;
          text-align: center;
          font-size: 16px;
          font-weight: 500;
          line-height: 153%;
          display: flex;
          justify-content: center;
          align-items: center;
          white-space: nowrap; }
          .seasia-bar .excellence-listing li a .popup-btn:hover {
            color: #fc5743; }
          .seasia-bar .excellence-listing li a .popup-btn span {
            width: 20.94px;
            height: 20.94px;
            border-radius: 50%;
            background-color: #fff1ef;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 5px; }
            @media screen and (max-width: 1440px) {
              .seasia-bar .excellence-listing li a .popup-btn span {
                width: 28.94px;
                height: 19.94px; } }
          .seasia-bar .excellence-listing li a .popup-btn img:hover {
            fill: #000; }
      .seasia-bar .excellence-listing li p {
        color: #505050;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0; }
    @media screen and (max-width: 1600px) and (min-width: 768px) {
      .seasia-bar .excellence-listing .display-none-1440 {
        display: none; } }

.display-none {
  display: none; }
  @media screen and (max-width: 1440px) {
    .display-none {
      display: block; } }

.popup-btn {
  border: none;
  background: transparent;
  color: #505050;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 153%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap; }
  .popup-btn:hover {
    color: #fc5743 !important; }
  .popup-btn:active {
    color: #fc5743 !important; }
  .popup-btn span {
    width: 20.94px;
    height: 20.94px;
    border-radius: 50%;
    background-color: #fff1ef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px; }
    @media screen and (max-width: 1440px) {
      .popup-btn span {
        width: 18.94px;
        height: 18.94px; } }

img:hover {
  fill: #000; }

.view-more-btn {
  width: 100%;
  background: #fff;
  box-shadow: 0px -4px 14px 0px rgba(0, 0, 0, 0.03);
  border: transparent;
  padding: 12px 0px; }
  @media screen and (max-width: 991px) {
    .view-more-btn {
      display: none; } }
  .view-more-btn a {
    color: #fc5743;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%; }

.modal-dialog {
  top: 50px;
  position: relative; }
  .modal-dialog .modal-content {
    width: 100%;
    min-height: 328px;
    background: #fdfdfd;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-dialog .modal-content .border-left-custome {
      position: relative; }
      .modal-dialog .modal-content .border-left-custome::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        height: 80%;
        background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
        margin-top: auto;
        margin-bottom: auto; }
    .modal-dialog .modal-content .btn-close {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 1; }
    .modal-dialog .modal-content ul li {
      display: flex;
      justify-content: center;
      align-items: baseline;
      flex-direction: column;
      margin: 20px 0; }
      .modal-dialog .modal-content ul li a {
        color: #505050;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 153%; }
        .modal-dialog .modal-content ul li a img {
          margin-left: 10px;
          width: 8px;
          visibility: hidden;
          opacity: 0;
          transition: 0.3s ease-in-out; }
        .modal-dialog .modal-content ul li a:hover {
          color: #fc5743; }
          .modal-dialog .modal-content ul li a:hover img {
            visibility: visible;
            opacity: 1;
            transition: 0.3s ease-in-out; }
      .modal-dialog .modal-content ul li p {
        color: #505050;
        text-align: center;
        font-size: 12px !important;
        font-weight: 400 !important; }
    .modal-dialog .modal-content ul .bullted-sub-links {
      margin: 10px 0 !important; }
    .modal-dialog .modal-content .modal-circle-logo .bar-round {
      background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
      width: 62px;
      height: 62px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto; }
      .modal-dialog .modal-content .modal-circle-logo .bar-round .bar-sm-circle {
        width: 57.15px;
        height: 57.15px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
    .modal-dialog .modal-content .modal-circle-logo h6, .modal-dialog .modal-content .modal-circle-logo .h6 {
      color: #190b72;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.922px;
      text-transform: capitalize;
      margin-top: 12px; }
    .modal-dialog .modal-content .modal-circle-logo a {
      color: #190b72;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.922px;
      text-transform: capitalize;
      margin-top: 12px; }
    .modal-dialog .modal-content .modal-circle-logo h6 a.specific-link, .modal-dialog .modal-content .modal-circle-logo .h6 a.specific-link {
      color: #190b72 !important;
      text-align: center !important;
      font-size: 18px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: 25.922px !important;
      text-transform: capitalize !important;
      margin-top: 12px !important; }
    .modal-dialog .modal-content .display-block-1440 {
      display: none; }
      @media screen and (max-width: 1440px) {
        .modal-dialog .modal-content .display-block-1440 {
          display: block; } }

.position-relative {
  position: relative; }

.popup {
  display: none;
  width: 300px;
  height: 100px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 2; }
  @media screen and (min-width: 1441px) {
    .popup {
      left: 331px; } }
  @media screen and (max-width: 1440px) {
    .popup {
      left: 199px; } }

.popup span {
  position: absolute;
  right: -10px;
  top: -13px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.popup1 {
  display: none;
  width: 300px;
  height: 100px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: -65px;
  left: 331px;
  background-color: #fff;
  z-index: 2; }
  @media screen and (max-width: 1440px) {
    .popup1 {
      left: 199px; } }

.popup1 span {
  position: absolute;
  right: -10px;
  top: -13px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.overlay {
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 1; }

.redhover .popup {
  padding: 20px;
  min-height: 215px;
  width: 283px; }
  @media screen and (max-width: 1440px) {
    .redhover .popup {
      width: 197px; } }

.redhover .popup1 {
  padding: 20px;
  min-height: 163px;
  width: 284px; }
  @media screen and (max-width: 1440px) {
    .redhover .popup1 {
      width: 197px;
      height: 158px; } }

.bike-part-button {
  margin-top: 30px; }
  .bike-part-button button {
    padding: 16px 33px;
    border-radius: 12px;
    background: #fc5743;
    border: transparent;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize; }

.red-line {
  width: 4px;
  height: 40px;
  background: #fc5743;
  margin-left: 18px;
  margin-top: -10px; }

.top-rated h2, .top-rated .h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 112.5%;
  text-transform: capitalize; }
  @media screen and (max-width: 992px) {
    .top-rated h2, .top-rated .h2 {
      font-size: 24px !important; } }

.top-rated p {
  color: #5a5a5a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.margin-left {
  margin-left: 60px; }

.banking-insurance {
  height: 100%;
  border-right: 1px solid #dbdbdb;
  display: flex;
  flex-direction: column; }
  .banking-insurance .banking {
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #dbdbdb;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .banking-insurance .banking h2, .banking-insurance .banking .h2 {
      color: #000;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding: 0 10px;
      height: 71px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      margin-top: 15px;
      width: 272px; }
  .banking-insurance .insurance {
    text-align: center;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .banking-insurance .insurance h2, .banking-insurance .insurance .h2 {
      color: #000;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      height: 66px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 272px; }

.border-none {
  border-right: none; }
  @media screen and (max-width: 1600px) {
    .border-none {
      border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 1200px) {
  .border-insurance {
    border-bottom: 1px solid #dbdbdb; } }

@media screen and (max-width: 992px) {
  .border-insurance {
    border-right: none; } }

@media screen and (max-width: 992px) {
  .border-public {
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 768px) {
  .border-public {
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 575px) {
  .border-public {
    border-right: none; } }

@media screen and (max-width: 768px) {
  .border-software {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 575px) {
  .border-software {
    border-right: none; } }

@media screen and (max-width: 768px) {
  .border-banking {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 575px) {
  .border-banking {
    border-right: none; } }

@media screen and (max-width: 768px) {
  .border-goods {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 992px) {
  .border-goods {
    border-right: none; } }

@media screen and (max-width: 768px) {
  .border-fleet {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 992px) {
  .border-fleet {
    border-right: none; } }

@media screen and (max-width: 575px) {
  .media-border {
    border-right: none; } }

@media screen and (min-width: 1200px) {
  .border-travel {
    border-right: none; } }

@media screen and (max-width: 992px) {
  .border-travel {
    border-bottom: none;
    border-right: none; } }

.blue-section {
  background: linear-gradient(179deg, #080038 0%, #000 100%); }

.why-choose-seasia {
  background: linear-gradient(179deg, #080038 0%, #000 100%); }
  .why-choose-seasia h4, .why-choose-seasia .h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .why-choose-seasia .why-text {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 112.5% !important;
    text-transform: capitalize !important;
    background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; }

.big-box-25 {
  background: transparent;
  border-radius: 27.5px;
  padding: 2px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 287px;
  transition: 0.3s ease-in-out;
  border: 1px solid #404040;
  border-radius: 27.5px;
  text-align: center; }
  .big-box-25 svg path {
    fill: #fff; }
  .big-box-25:hover {
    border: 1px solid #ff745c; }
    .big-box-25:hover svg path {
      fill: linear-gradient(264deg, #ff745c 0%, #9dacff 100%); }

.white-common-paragraph {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; }

.common-padding-all-section {
  padding: 80px 0; }
  @media screen and (max-width: 1440px) {
    .common-padding-all-section {
      padding: 64px 0; } }
  @media screen and (max-width: 768px) {
    .common-padding-all-section {
      padding: 30px 0; } }

.faq-section h4, .faq-section .h4 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.faq-section .faq-text {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  text-transform: capitalize;
  background: -webkit-linear-gradient(139.91deg, #ff745c 61.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.faq-section .accordion-part .accordion {
  background: transparent; }
  .faq-section .accordion-part .accordion .accordion-header .accordion-button {
    padding: 32px 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    border-left: none;
    border-top: none;
    border-right: none; }
    .faq-section .accordion-part .accordion .accordion-header .accordion-button:not(.collapsed)::after {
      content: "-";
      background-image: none;
      transform: rotate(-180deg); }
    .faq-section .accordion-part .accordion .accordion-header .accordion-button::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      content: "+";
      background-image: none;
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform 0.2s ease-in-out; }
  .faq-section .accordion-part .accordion .accordion-item {
    color: #fff;
    background: transparent;
    border: none; }
    .faq-section .accordion-part .accordion .accordion-item .accordion-body p {
      color: #bfbfbf;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

.faq-section .accordion-part .item-acc {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.38); }
  .faq-section .accordion-part .item-acc button.accordion {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    text-align: left;
    padding: 33px 20px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s linear; }
    .faq-section .accordion-part .item-acc button.accordion .blue-section button.accordion {
      width: 100%;
      background-color: transparent;
      border: none;
      outline: none;
      text-align: left;
      padding: 33px 20px;
      font-size: 18px;
      color: #ffffff;
      cursor: pointer;
      transition: background-color 0.2s linear; }
    .faq-section .accordion-part .item-acc button.accordion:hover {
      background: transparent !important; }
    .faq-section .accordion-part .item-acc button.accordion:active {
      background: transparent !important; }
    .faq-section .accordion-part .item-acc button.accordion .is-open {
      background: transparent !important; }
      .faq-section .accordion-part .item-acc button.accordion .is-open:active {
        background: transparent !important; }
  .faq-section .accordion-part .item-acc .accordion-content {
    font-size: 16px; }
  .faq-section .accordion-part .item-acc button.accordion:after {
    content: "+";
    font-size: 24px;
    float: right;
    width: 20px;
    color: #fff; }
  .faq-section .accordion-part .item-acc button.accordion.is-open:after {
    content: "-";
    width: 20px;
    color: #fff;
    font-size: 24px; }
  .faq-section .accordion-part .item-acc button.accordion:hover,
  .faq-section .accordion-part .item-acc button.accordion.is-open {
    background-color: transparent !important; }
  .faq-section .accordion-part .item-acc button.accordion:active,
  .faq-section .accordion-part .item-acc button.accordion.is-open {
    background-color: transparent !important; }
  .faq-section .accordion-part .item-acc .accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out; }
    .faq-section .accordion-part .item-acc .accordion-content p {
      color: #bfbfbf;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .faq-section .accordion-part .item-acc .accordion-content .is-open {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.38); }

.businesses-section .top-rated-text p {
  color: #5a5a5a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.index-banner-new {
  height: calc(100vh - 96px); }
  @media screen and (max-width: 992px) {
    .index-banner-new {
      height: auto !important; } }

@media (max-width: 575.98px) {
  #dashboard-accordian .excellence-listing li a {
    font-size: 16px !important; } }

@media only screen and (min-width: 1919px) {
  .seasia-bar .excellence-listing.centre-excellence li {
    padding: 22px 10px; } }

@media (min-resolution: 100dpi) {
  .index-banner-new {
    height: calc(100vh - 96px); }
  .excellence-listing li a {
    font-size: 12px !important; }
  .excellence-listing li p {
    font-size: 10px !important; }
  .seasia-bar {
    padding-top: 30px; }
    .seasia-bar .bar-heading {
      font-size: 15px !important; }
  .bar-round {
    width: 62px !important;
    height: 62px !important; }
    .bar-round .bar-sm-circle img {
      width: 26px;
      height: 26px; }
  .seasia-feature .dev-text {
    left: 41px; }
    .seasia-feature .dev-text .compre {
      font-size: 28px; }
    .seasia-feature .dev-text .services {
      font-size: 28px; }
    .seasia-feature .dev-text .software-dev {
      font-size: 48px; }
  .deliver-engine {
    top: -1px !important; }
  .skill-matrix {
    top: 51px; }
  .redhover .popup {
    min-height: 177px; }
  .trainsiton-boxes-section h2, .trainsiton-boxes-section .h2 {
    font-size: 16px !important; }
  .trainsiton-boxes-section p {
    font-size: 14px !important; }
  .trainsiton-boxes-section .cloud-part {
    padding: 20px 24px !important; }
  .view-more-btn {
    padding: 8px 0; }
  .hide-125 {
    display: none !important; } }

@media (min-resolution: 125dpi) {
  .seasia-feature .dev-text .software-dev {
    font-size: 32px; }
  .seasia-feature .dev-text .services,
  .seasia-feature .dev-text .compre {
    font-size: 16px; }
  .sde-wrapper {
    width: 360px !important; }
  .seasia-feature .dev-text {
    top: 40px; } }

.photo-rounded {
  border-radius: 50%; }

.close-pop svg {
  width: 16px;
  opacity: 0.8;
  transition: all 0.3s ease; }
  .close-pop svg:hover path {
    fill: #fc5743; }

.trs-section {
  text-align: center;
  margin-top: 50px; }
  @media (max-width: 575.98px) {
    .trs-section {
      border-top: 1px solid #dbdbdb !important;
      border-left: 1px solid #dbdbdb !important; } }
  .trs-section .bussiness {
    text-align: center;
    border-right: 1px solid #dbdbdb;
    padding: 40px 20px; }
    .trs-section .bussiness:nth-last-child(1) {
      border-right: none; }
      @media (max-width: 575.98px) {
        .trs-section .bussiness:nth-last-child(1) {
          border-bottom: 1px solid #dbdbdb !important; } }
    .trs-section .bussiness:nth-child(5) {
      border-right: none; }
    .trs-section .bussiness:nth-child(-n + 5) {
      border-bottom: 1px solid #dbdbdb; }
    .trs-section .bussiness:hover img {
      transform: scale(1.2); }
    .trs-section .bussiness .trs-icon {
      width: 50px;
      height: 50px;
      margin: 0 auto 30px auto; }
      .trs-section .bussiness .trs-icon img {
        max-width: 100%;
        height: 100%;
        transition: all 0.3s ease; }
    .trs-section .bussiness h6, .trs-section .bussiness .h6 {
      font-size: 20px;
      font-style: normal;
      font-weight: 500; }
      @media (max-width: 1399.98px) {
        .trs-section .bussiness h6, .trs-section .bussiness .h6 {
          font-size: 17px; } }
      @media (max-width: 1199.98px) {
        .trs-section .bussiness h6, .trs-section .bussiness .h6 {
          font-size: 14px;
          word-break: break-all; } }
    @media (max-width: 767.98px) {
      .trs-section .bussiness {
        border-right: none !important; }
        .trs-section .bussiness:nth-child(-n + 9) {
          border-bottom: 1px solid #dbdbdb; } }
    @media (max-width: 575.98px) {
      .trs-section .bussiness {
        border-right: 1px solid #dbdbdb !important; } }

.sde-wrapper {
  position: absolute;
  right: 0;
  width: 542px;
  top: 30px;
  z-index: 99;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .sde-wrapper {
      position: initial;
      margin: 0 auto; }
      .sde-wrapper svg {
        margin-top: 50px;
        margin-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .sde-wrapper svg {
      margin-top: 0px;
      margin-bottom: 10px; } }

.sde-wrapper:hover {
  transform: scale(0.98); }

.path-stroke-ani {
  /* //  stroke-dasharray: 100; */
  animation-delay: 5s;
  animation: dash 5s linear infinite; }

.sde-wrapper svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  animation: logoStroke 5s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes logoStroke {
  to {
    stroke-dashoffset: 100; } }

@media (min-resolution: 100dpi) {
  .sde-wrapper {
    top: 15px;
    width: 460px; } }

@media screen and (max-width: 1370px) {
  .sde-wrapper {
    width: 460px;
    top: 6px; } }

@media screen and (max-width: 576px) {
  .sde-wrapper {
    width: auto; } }

.partner-seasia {
  text-align: center; }
  .partner-seasia .brand-quality {
    border: 1px solid #404040;
    border-radius: 26px;
    transition: all 1s ease;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 30px; }
    .partner-seasia .brand-quality svg {
      transition: all 0.3s ease; }
    .partner-seasia .brand-quality:hover {
      border-color: #ff745c; }
      .partner-seasia .brand-quality:hover svg {
        transform: scale(1.1); }
        .partner-seasia .brand-quality:hover svg path {
          fill: #ff745c; }
  .partner-seasia h6, .partner-seasia .h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin-top: 26px; }

.test {
  color: red; }

@media screen and (max-width: 600px) {
  .index-banner-new .seasia-feature .dev-text .compre {
    font-size: 21px !important; }
  .index-banner-new .seasia-feature .dev-text .services {
    font-size: 21px !important; }
  .index-banner-new .seasia-feature .dev-text .software-dev {
    font-size: 32px !important; } }

.business-marketing {
  background-color: #F9F9F9; }
  .business-marketing h2, .business-marketing .h2 {
    color: #000; }
  .business-marketing .marketing-cards {
    height: 100%;
    box-shadow: -15px 0px 17px -18px #ccc;
    position: relative;
    transition: all 0.4s ease;
    padding: 40px 35px 30px; }
    @media (max-width: 767.98px) {
      .business-marketing .marketing-cards {
        min-height: 0px; } }
    .business-marketing .marketing-cards:hover {
      transform: translateY(4px);
      border: 1px solid #cccccc;
      background-color: #F3F3F3; }
    .business-marketing .marketing-cards h5, .business-marketing .marketing-cards .h5 {
      min-height: 45px;
      color: #000; }
    .business-marketing .marketing-cards p {
      color: #5A5A5A;
      font-weight: 400;
      font-size: 16px;
      line-height: 27px; }
  @media (max-width: 767.98px) {
    .business-marketing {
      padding-top: 50px;
      padding-bottom: 50px; } }

.digital-marketing h2, .digital-marketing .h2 {
  color: #000; }

.digital-marketing .digital-marketing-cards {
  min-height: 300px;
  box-shadow: -15px 0px 17px -18px #ccc;
  position: relative;
  transition: all 0.4s ease;
  padding: 40px 35px 30px; }
  .digital-marketing .digital-marketing-cards h5, .digital-marketing .digital-marketing-cards .h5 {
    min-height: 38px;
    color: #000;
    font-weight: 500; }
  @media (max-width: 767.98px) {
    .digital-marketing .digital-marketing-cards {
      min-height: 0px; } }
  .digital-marketing .digital-marketing-cards:hover {
    transform: translateY(4px);
    border: 1px solid #cccccc;
    background-color: #F3F3F3; }
  .digital-marketing .digital-marketing-cards p {
    color: #5A5A5A;
    font-weight: 400;
    font-size: 16px; }

@media (max-width: 767.98px) {
  .digital-marketing {
    padding-top: 50px;
    padding-bottom: 50px; } }

.cards-line {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  box-shadow: inset 6px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  height: 5px;
  width: 67px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }

.digital-footprint {
  padding-top: 0px;
  padding-bottom: 100px; }
  .digital-footprint h3, .digital-footprint .h3 {
    text-transform: capitalize;
    background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .digital-footprint .digital-footprinthead {
    text-transform: capitalize;
    background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .digital-footprint p {
    color: #5A5A5A;
    font-style: normal;
    font-weight: 400;
    font-size: 16px; }
  @media (max-width: 767.98px) {
    .digital-footprint {
      padding-top: 0px;
      padding-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .digital-footprint .logo-team {
      max-width: 272px; } }

.our-solution {
  padding-top: 100px;
  padding-bottom: 100px; }
  .our-solution h2, .our-solution .h2 {
    color: #000; }
  .our-solution p {
    color: #5A5A5A; }
  .our-solution .marketing-cards {
    height: 100%;
    background: #fff;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 14px;
    box-shadow: -15px 0px 17px -18px #ccc;
    padding: 40px 35px 30px; }
    .our-solution .marketing-cards h5, .our-solution .marketing-cards .h5 {
      margin-top: 12px;
      font-size: 20px;
      color: #000000; }
    @media (max-width: 767.98px) {
      .our-solution .marketing-cards {
        min-height: 0px; } }
    .our-solution .marketing-cards:hover {
      transform: translateY(4px);
      border: 1px solid #cccccc;
      background-color: #F3F3F3; }
    @media (max-width: 767.98px) {
      .our-solution .marketing-cards {
        padding-top: 50px;
        padding-bottom: 50px; } }

.public-sector {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F9F9F9; }
  .public-sector h5, .public-sector .h5 {
    color: #5A5A5A; }
  .public-sector .sector-inner-heading p {
    color: #5A5A5A;
    max-width: 295px; }
  @media (max-width: 767.98px) {
    .public-sector {
      padding-top: 50px;
      padding-bottom: 50px; } }

.sp-howwework-sec.business-challenges .howwework_leftsec {
  padding: 60px; }
  @media (max-width: 1399.98px) {
    .sp-howwework-sec.business-challenges .howwework_leftsec {
      padding: 50px; } }

.sp-howwework-sec.business-challenges .we-work {
  background: linear-gradient(269.91deg, #FF745C 26%, #9DACFF 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 20px; }

.sp-howwework-sec.business-challenges .long-term-value {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5A; }

.sp-sector_section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .sp-sector_section p {
    color: #5A5A5A; }
  .sp-sector_section .eng_boxes {
    min-height: 380px;
    border-radius: 14px;
    background: linear-gradient(180deg, #080038 0%, #000000 100%); }
    .sp-sector_section .eng_boxes h3, .sp-sector_section .eng_boxes .h3 {
      margin: 0 0 15px 0; }
  .sp-sector_section .icon {
    min-height: 48px; }
    .sp-sector_section .icon svg {
      height: 48px; }
  @media (max-width: 767.98px) {
    .sp-sector_section {
      padding-top: 50px;
      padding-bottom: 50px; } }

.every-service {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #080038 0%, #000000 100%); }
  .every-service h5, .every-service .h5 {
    background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .every-service btn {
    border-radius: 36px; }
  @media (max-width: 767.98px) {
    .every-service {
      padding-top: 50px;
      padding-bottom: 50px; } }

.complete-project {
  padding-top: 100px;
  padding-bottom: 100px; }
  .complete-project h3, .complete-project .h3 {
    background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }
  .complete-project p {
    color: #5A5A5A; }
  @media (max-width: 767.98px) {
    .complete-project {
      padding-top: 50px;
      padding-bottom: 50px; } }

.outsourcing-services {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F9F9F9; }
  .outsourcing-services h2, .outsourcing-services .h2 {
    color: #000; }
  .outsourcing-services p {
    color: #5A5A5A; }
  .outsourcing-services .marketing-cards {
    height: 100%;
    box-shadow: -15px 0px 17px -18px #ccc;
    position: relative;
    transition: all 0.4s ease;
    padding: 40px 35px 30px; }
    @media (max-width: 767.98px) {
      .outsourcing-services .marketing-cards {
        min-height: 0px; } }
    .outsourcing-services .marketing-cards:hover {
      transform: translateY(4px);
      border: 1px solid #cccccc;
      background-color: #F3F3F3; }
    @media (max-width: 767.98px) {
      .outsourcing-services .marketing-cards {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .outsourcing-services .cards-inner-outsource {
    height: 50px; }
  .outsourcing-services h5, .outsourcing-services .h5 {
    min-height: 30px;
    color: #000; }

.our-experts {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%); }
  .our-experts .btn {
    background: #FC5743; }
  @media (max-width: 767.98px) {
    .our-experts {
      padding-top: 50px;
      padding-bottom: 50px; } }

.it-delivery {
  padding-top: 100px;
  padding-bottom: 100px; }
  .it-delivery h3, .it-delivery .h3 {
    color: #000; }
  .it-delivery .digital-marketing-cards {
    min-height: 450px;
    box-shadow: -15px 0px 17px -18px #ccc;
    position: relative;
    transition: all 0.4s ease;
    padding: 40px 35px 30px; }
    @media (max-width: 767.98px) {
      .it-delivery .digital-marketing-cards {
        min-height: 0px; } }
    .it-delivery .digital-marketing-cards:hover {
      transform: translateY(4px);
      border: 1px solid #cccccc;
      background-color: #F3F3F3; }
    .it-delivery .digital-marketing-cards h5, .it-delivery .digital-marketing-cards .h5 {
      min-height: 20px;
      color: #000; }
    .it-delivery .digital-marketing-cards ul {
      margin-top: 1em;
      padding-left: 20px; }
      .it-delivery .digital-marketing-cards ul li {
        color: #5A5A5A;
        list-style: none; }
        .it-delivery .digital-marketing-cards ul li::before {
          content: "•";
          color: #FC5743;
          display: block;
          width: 12px;
          margin-left: -20px;
          float: left;
          font-size: 25px;
          margin-top: -8px; }
        .it-delivery .digital-marketing-cards ul li p {
          display: inline-block;
          margin-bottom: 30px; }
        .it-delivery .digital-marketing-cards ul li:last-of-type p {
          margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .it-delivery {
      padding-top: 50px;
      padding-bottom: 50px; } }

.ss-cs-pagination {
  display: flex;
  justify-content: end;
  margin-top: 55px; }
  @media (max-width: 1199.98px) {
    .ss-cs-pagination {
      justify-content: center; } }
  .ss-cs-pagination .ss-cs-pagination-items {
    margin: 0 7px; }
    .ss-cs-pagination .ss-cs-pagination-items .ss-cs-pagination-link {
      height: 42px;
      width: 42px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      transition: all linear 1s; }
      .ss-cs-pagination .ss-cs-pagination-items .ss-cs-pagination-link.first, .ss-cs-pagination .ss-cs-pagination-items .ss-cs-pagination-link.last {
        width: auto; }
        .ss-cs-pagination .ss-cs-pagination-items .ss-cs-pagination-link.first:hover, .ss-cs-pagination .ss-cs-pagination-items .ss-cs-pagination-link.last:hover {
          background-color: transparent; }
      .ss-cs-pagination .ss-cs-pagination-items .ss-cs-pagination-link:hover, .ss-cs-pagination .ss-cs-pagination-items .ss-cs-pagination-link.active {
        background-color: #FC5743;
        color: #fff; }

.box-heading-5 {
  color: #000;
  font-weight: 500; }
  @media (max-width: 991px) {
    .box-heading-5 br {
      display: none; } }

.ss-hero-banner-heading {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.main-heading-h3 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  text-transform: capitalize; }
  @media (max-width: 991px) {
    .main-heading-h3 {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .main-heading-h3 {
      font-size: 1.5rem; } }
  @media (max-width: 1199px) {
    .main-heading-h3 br {
      display: none; } }

.section-paragraph {
  color: #5A5A5A; }

.span-paragraph {
  font-size: 16px; }

.section-content {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #5A5A5A; }

.section-paragraph {
  font-size: 16px;
  color: #5A5A5A; }

.section-subheading {
  font-weight: 500;
  font-size: 2.25rem;
  color: #000;
  text-transform: capitalize; }

.heading-padding {
  padding-bottom: 34px; }

.ss-hero-banner-heading {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.button-in {
  min-width: 180px;
  padding: 1rem 2rem;
  color: #ffffff;
  background: #FC5743;
  border-radius: 27.5px; }
  .button-in:hover {
    color: #ffffff; }

.btn-white-border {
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0 0 0 0em #fff inset;
  transition: all 0.8s ease;
  font-weight: 500; }
  .btn-white-border:hover {
    box-shadow: 0 0 0 3em #fff inset;
    color: #070134 !important; }
  .btn-white-border .btn-primary {
    background: transparent !important;
    box-shadow: 0 0 0 3em #FC5743 inset;
    border: 1px solid #FC5743;
    transition: all 0.8s ease;
    color: #fff;
    text-decoration: none; }
    .btn-white-border .btn-primary:hover {
      box-shadow: 0 0 0 0em #FC5743 inset;
      color: #FC5743 !important; }

.padding-y {
  padding-top: 125px;
  padding-bottom: 125px; }
  @media (max-width: 1399.98px) {
    .padding-y {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 1199.98px) {
    .padding-y {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 767.98px) {
    .padding-y {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .padding-y {
      padding-top: 40px;
      padding-bottom: 40px; } }

.small-padding {
  padding-top: 85px;
  padding-bottom: 85px; }
  @media (max-width: 767.98px) {
    .small-padding {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .small-padding {
      padding-top: 40px;
      padding-bottom: 40px; } }

@media (max-width: 767.98px) {
  br {
    display: none; } }

.fs-20 {
  font-size: 20px; }

.fs-18 {
  font-size: 18px; }

.fs-25 {
  font-size: 25px; }
  @media (max-width: 575.98px) {
    .fs-25 {
      font-size: 20px; } }

.gray-5a {
  color: #5A5A5A; }

.cta-background {
  background: linear-gradient(180deg, #080038 0%, #000000 100%); }

.header-banner {
  position: relative;
  padding-top: 10vh;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #080038 0%, #000000 100%);
  height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .header-banner {
      height: auto !important; } }
  .header-banner .ss-banner-heading {
    background-image: linear-gradient(to right, #9DACFF, #FF745C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize; }
    @media (max-width: 767.98px) {
      .header-banner .ss-banner-heading {
        font-size: 30px !important; } }
  .header-banner .ss-banner-heading-2 {
    background-image: linear-gradient(to right, #9DACFF, #FF745C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 30px; }
  .header-banner .ss-banner-subheading {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px; }
    @media (max-width: 575.98px) {
      .header-banner .ss-banner-subheading {
        font-size: 1rem; } }
  .header-banner .ss-banner-element-img {
    max-height: 100%; }
  .header-banner .ss-banner-element-img.javascript-header {
    display: block; }
    @media (max-width: 575.98px) {
      .header-banner .ss-banner-element-img.javascript-header {
        display: none; } }
  .header-banner .banner-content {
    z-index: 2;
    position: relative; }
  .header-banner .planet-element-1 {
    top: 35%;
    left: 13%;
    animation: planet-1 10s ease-in-out infinite;
    z-index: 0; }
    @media (max-width: 1199.98px) {
      .header-banner .planet-element-1 {
        top: 30%; } }
    @media (max-width: 991.98px) {
      .header-banner .planet-element-1 {
        top: 27%;
        left: 10%; } }
    @media (max-width: 575.98px) {
      .header-banner .planet-element-1 {
        display: none; } }
  .header-banner .planet-element-2 {
    bottom: 30%;
    right: 10%;
    animation: planet-2 11s ease-in-out infinite;
    z-index: 0; }
    @media (max-width: 1199.98px) {
      .header-banner .planet-element-2 {
        bottom: 20%; } }
    @media (max-width: 991.98px) {
      .header-banner .planet-element-2 {
        bottom: 15%; } }
    @media (max-width: 575.98px) {
      .header-banner .planet-element-2 {
        display: none; } }
  @media (max-width: 767.98px) {
    .header-banner {
      padding-top: 50px;
      padding-bottom: 50px;
      height: auto; } }
  @media (max-width: 575.98px) {
    .header-banner .banner-element-img {
      max-height: auto; } }

@keyframes planet-1 {
  0% {
    transform: translateX(-25px);
    opacity: 0.5; }
  50% {
    transform: translateX(15px);
    opacity: 1; }
  100% {
    transform: translateX(-25px);
    opacity: 0.5; } }

@keyframes planet-2 {
  0% {
    transform: translateX(25px);
    opacity: 1; }
  50% {
    transform: translateX(-25px);
    opacity: 0.5; }
  100% {
    transform: translateX(25px);
    opacity: 1; } }

.h1 {
  font-size: 5rem; }
  @media (max-width: 1399.98px) {
    .h1 {
      font-size: 4.5rem; } }
  @media (max-width: 1199.98px) {
    .h1 {
      font-size: 4rem; } }
  @media (max-width: 767.98px) {
    .h1 {
      font-size: 3.5rem; } }
  @media (max-width: 575.98px) {
    .h1 {
      font-size: 2.3rem; } }

.h2 {
  font-size: 3.128rem; }
  @media (max-width: 1399.98px) {
    .h2 {
      font-size: 2.8rem; } }
  @media (max-width: 1199.98px) {
    .h2 {
      font-size: 2.5rem; } }
  @media (max-width: 767.98px) {
    .h2 {
      font-size: 2.2rem; } }

.h3 {
  font-size: 2.5rem; }
  @media (max-width: 1399.98px) {
    .h3 {
      font-size: 2.2rem; } }
  @media (max-width: 1199.98px) {
    .h3 {
      font-size: 2rem; } }
  @media (max-width: 767.98px) {
    .h3 {
      font-size: 1.9rem; } }

.h4 {
  font-size: 2.25rem; }
  @media (max-width: 1399.98px) {
    .h4 {
      font-size: 2rem; } }
  @media (max-width: 1199.98px) {
    .h4 {
      font-size: 1.8rem; } }
  @media (max-width: 991.98px) {
    .h4 {
      font-size: 1.5rem; } }

.h5 {
  font-size: 1.25rem; }
  @media (max-width: 1199.98px) {
    .h5 {
      font-size: 1.1rem; } }

.p {
  font-size: 1rem; }

.fs-14 {
  font-size: 14px !important; }

.fw-500 {
  font-weight: 500; }

.lh-1-8 {
  line-height: 1.8 !important; }

.lh-3-5 {
  line-height: 1.35 !important; }

.ss-breadcrumb {
  margin-top: 50px !important;
  bottom: 50px;
  z-index: 10; }
  @media (max-width: 767.98px) {
    .ss-breadcrumb {
      bottom: 40px; } }
  @media (max-width: 575.98px) {
    .ss-breadcrumb {
      display: none; } }
  .ss-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    text-decoration: none; }
    .ss-breadcrumb .breadcrumb .breadcrumb-item a {
      font-size: 1rem;
      color: #BFBFBF;
      font-weight: 400;
      text-decoration: none;
      color: #fff;
      text-decoration: none; }
  .ss-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #BFBFBF;
    content: var(--bs-breadcrumb-divider, "|"); }
  @media (max-width: 767.98px) {
    .ss-breadcrumb {
      bottom: 30px;
      margin-top: 40px; } }

@media (max-width: 1399.98px) {
  .header-banner.aiml-main-herobanner .ss-breadcrumb {
    margin-top: 20px !important; } }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  margin-top: 35px !important; }

.owl-theme .owl-dots .owl-dot span {
  width: 30px !important;
  height: 6px !important;
  border-radius: 60px !important;
  background: rgba(252, 87, 67, 0.5) !important; }

.owl-theme .owl-dots .owl-dot:hover span {
  background: #FC5743 !important; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #FC5743 !important; }

.nav-pills .nav-link.active {
  color: #FC5743 !important;
  background-color: #fff !important; }

.nav-pills .show > .nav-link {
  color: #FC5743 !important;
  background-color: #fff !important; }

@media (max-width: 991px) {
  .box-heading-5 {
    margin-bottom: 10px; } }

.small-heading-h5 {
  color: #5A5A5A;
  font-weight: 400;
  font-size: 1.25rem; }

.step-forward {
  background-color: #F9F9F9; }
  .step-forward .border-outer {
    background-image: linear-gradient(to right, #db9290, #a8adee);
    padding: 1px;
    border-radius: 20px; }
    .step-forward .border-outer .digital-inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: #F9F9F9;
      border-radius: 20px;
      padding: 25px; }
      .step-forward .border-outer .digital-inner .icon-img {
        width: 50px;
        height: 50px; }

.indus-outer .overflow-row {
  overflow: hidden; }

.indus-outer .cy-inner {
  border-width: 0px 1px 1px 0px;
  padding: 20px;
  min-height: 130px;
  margin-bottom: -2px;
  margin-right: -2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-image-source: linear-gradient(262.26deg, #A8ADEE 44.02%, #DB9290 100%);
  border-style: solid;
  border-image-slice: 1; }
  @media (max-width: 767.98px) {
    .indus-outer .cy-inner {
      margin-bottom: 20px;
      margin-right: 0px;
      border-width: 1px; } }

.ss-how-we-do-it .ss-how-to-do-tabs-outer {
  padding: 1px;
  background: linear-gradient(262.26deg, #A8ADEE 44.02%, #DB9290 100%);
  border-radius: 26px;
  border: 0; }
  .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs {
    background-color: white;
    border-radius: 25px; }
    .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs .ss-how-to-do-accordions {
      border-radius: 25px; }
      .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs .ss-how-to-do-accordions .tabs-heading {
        background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%);
        border-radius: 25px 25px 0 0;
        padding: 15px 25px; }
        .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs .ss-how-to-do-accordions .tabs-heading h4, .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs .ss-how-to-do-accordions .tabs-heading .h4 {
          background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
          text-fill-color: transparent;
          font-size: 24px; }
      .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs .ss-how-to-do-accordions .accordion {
        border-radius: 25px; }
        .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs .ss-how-to-do-accordions .accordion .accordion-item .accordion-collapse.show {
          border-top: 1px solid;
          border-image-slice: 1;
          border-image-source: linear-gradient(123deg, #A8ADEE 44.55%, #DB9290 101.34%); }
    .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs .accordion-item:last-of-type .accordion-button.collapsed,
    .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs .accordion-item:last-of-type {
      border-radius: 0px 0px 25px 25px; }
    .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-how-to-do-tabs .accordion-button:not(.collapsed) {
      box-shadow: none; }
  .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-text-content {
    padding: 45px 40px;
    width: 45%;
    border-right: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(123deg, #A8ADEE 44.55%, #DB9290 101.34%); }
    @media (max-width: 1199.98px) {
      .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-text-content {
        width: 100%;
        border: 0; } }
    @media (max-width: 767.98px) {
      .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-text-content {
        padding: 0; } }
    .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-text-content ul {
      margin-top: 60px; }
      @media (max-width: 991.98px) {
        .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-text-content ul {
          margin-top: 30px; } }
      @media (max-width: 767.98px) {
        .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-text-content ul {
          margin-top: 0px; } }
      .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-text-content ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: #767676;
        margin: 24px 0;
        display: flex; }
        .ss-how-we-do-it .ss-how-to-do-tabs-outer .ss-text-content ul li .box {
          height: 8px;
          width: 8px;
          background-color: #FC5743;
          margin-right: 8px;
          margin-top: 7px; }
  .ss-how-we-do-it .ss-how-to-do-tabs-outer .nav-tabs {
    border: 0;
    padding: 25px;
    border-right: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(123deg, #A8ADEE 44.55%, #DB9290 101.34%); }
    .ss-how-we-do-it .ss-how-to-do-tabs-outer .nav-tabs .nav-link {
      border: 0;
      text-align: start;
      font-weight: 500;
      font-size: 20px;
      line-height: 1.5;
      margin: 15px 0;
      color: #767676; }
      .ss-how-we-do-it .ss-how-to-do-tabs-outer .nav-tabs .nav-link:hover, .ss-how-we-do-it .ss-how-to-do-tabs-outer .nav-tabs .nav-link:focus, .ss-how-we-do-it .ss-how-to-do-tabs-outer .nav-tabs .nav-link:focus-visible {
        border: 0;
        box-shadow: none;
        outline: 0; }
      .ss-how-we-do-it .ss-how-to-do-tabs-outer .nav-tabs .nav-link.active {
        border: 0;
        color: #FC5743; }
    .ss-how-we-do-it .ss-how-to-do-tabs-outer .nav-tabs .nav-item.show .nav-link {
      border: 0; }
  .ss-how-we-do-it .ss-how-to-do-tabs-outer .tabs-heading {
    background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%);
    border-radius: 26px 0px 0px 0px;
    padding: 25px 45px; }
    .ss-how-we-do-it .ss-how-to-do-tabs-outer .tabs-heading h4, .ss-how-we-do-it .ss-how-to-do-tabs-outer .tabs-heading .h4 {
      background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 36px; }
  .ss-how-we-do-it .ss-how-to-do-tabs-outer .tab-content {
    min-height: 100%; }
    .ss-how-we-do-it .ss-how-to-do-tabs-outer .tab-content .tab-pane {
      min-height: 100%; }
      .ss-how-we-do-it .ss-how-to-do-tabs-outer .tab-content .tab-pane .ss-how-to-do-tab-content {
        display: flex;
        min-height: 100%;
        width: 100%; }
        .ss-how-we-do-it .ss-how-to-do-tabs-outer .tab-content .tab-pane .ss-how-to-do-tab-content .ss-img-content {
          padding: 40px;
          width: 55%; }
          @media (max-width: 1199.98px) {
            .ss-how-we-do-it .ss-how-to-do-tabs-outer .tab-content .tab-pane .ss-how-to-do-tab-content .ss-img-content {
              display: none; } }

.sa-tc-technology-title {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  border-radius: 6px 6px 0px 0px;
  padding: 12px 36px;
  color: #fff;
  display: inline-block;
  position: relative;
  bottom: -8px;
  z-index: 2; }

.satc-list li {
  color: #767676;
  position: relative;
  padding-left: 20px; }
  .satc-list li:before {
    content: "";
    position: absolute;
    left: 0;
    background: #F77869;
    width: 8px;
    height: 8px;
    top: 7.5px; }

.main-heading-h3 span {
  color: #FC5743; }

.box-text1 {
  font-size: 1rem;
  color: #5A5A5A; }
  @media (max-width: 767px) {
    .box-text1 br {
      display: none; } }

.cloud-base .color-bd3 {
  background-color: #fff; }

.ai-service .bg-left {
  background-color: #f3f3f3; }

.development-sec .development-secleft .development-seccontent figure {
  width: 10%; }
  @media (max-width: 1199px) {
    .development-sec .development-secleft .development-seccontent figure {
      width: auto;
      margin-right: 10px; } }

.development-sec .development-secleft .development-seccontent .development-seccontent-right {
  width: 90%; }

.development-sec .development-secleft img {
  height: 18px;
  vertical-align: bottom; }

.development-sec .development-secleft .box-heading-5 {
  margin-bottom: 1.5rem; }

@media (max-width: 1199px) {
  .development-sec .right-mi img {
    width: 100%; } }

.cloud-base.ai-service .box-text1 {
  color: #5A5A5A; }

.development-sec .right-img {
  width: 84%;
  float: right; }

.testimonal-wrapper .ss-client-satisfaction {
  padding: 50px 0; }

.ai-ml-transformative-sec .common-cards {
  padding: 44px 30px;
  color: #313131;
  height: 100%; }
  @media (max-width: 575.98px) {
    .ai-ml-transformative-sec .common-cards {
      padding: 24px; } }
  .ai-ml-transformative-sec .common-cards .card-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 9px;
    margin-top: 30px; }
  .ai-ml-transformative-sec .common-cards ul {
    margin-top: 9px; }
    .ai-ml-transformative-sec .common-cards ul li {
      list-style: disc;
      font-size: 14px;
      font-weight: 400; }
  .ai-ml-transformative-sec .common-cards .para {
    font-size: 14px;
    font-weight: 400; }

.ai-ml-transformative-sec .dark-cards {
  background: #F9F9F9; }
  @media (max-width: 991.98px) {
    .ai-ml-transformative-sec .dark-cards {
      background: #FCFCFC;
      box-shadow: 2px 0px 16px 11px #aaaaaa14; } }

.ai-ml-transformative-sec .semi-dark-cards {
  background: #FCFCFC;
  box-shadow: -10px 0px 28px 0px #aaaaaa33; }

.ai-ml-transformative-sec .white-cards {
  background: #FFFFFF;
  box-shadow: 2px 0px 16px 11px #aaaaaa14; }
  @media (max-width: 991.98px) {
    .ai-ml-transformative-sec .white-cards {
      background: #FCFCFC;
      box-shadow: 2px 0px 16px 11px #aaaaaa14; } }

.get-insight-sec {
  background: #FAFAFA; }
  .get-insight-sec .comprehensive-outer {
    color: #313131; }
    .get-insight-sec .comprehensive-outer h3, .get-insight-sec .comprehensive-outer .h3 {
      font-size: 20px;
      font-weight: 600;
      color: #000; }
    .get-insight-sec .comprehensive-outer p {
      font-size: 16px;
      font-weight: 400; }
  .get-insight-sec ul li {
    list-style: disc;
    font-size: 16px;
    font-weight: 400; }

.success-story-aiml .carousel-wrapper .carousel .carousel-indicators {
  bottom: -20px; }
  .success-story-aiml .carousel-wrapper .carousel .carousel-indicators button {
    width: 22px;
    height: 22px;
    min-height: 22px;
    background: #F77869;
    border-radius: 50%;
    padding: 0;
    border: 0; }
    @media (max-width: 575.98px) {
      .success-story-aiml .carousel-wrapper .carousel .carousel-indicators button {
        width: 11px;
        height: 11px;
        min-height: 11px; } }
  .success-story-aiml .carousel-wrapper .carousel .carousel-indicators button.active {
    background: #fff; }

.aiml-why-choose h2.engagement-heading, .aiml-why-choose .engagement-heading.h2 {
  font-size: 40px; }
  @media (max-width: 1399.98px) {
    .aiml-why-choose h2.engagement-heading, .aiml-why-choose .engagement-heading.h2 {
      font-size: 32px; } }
  @media (max-width: 575.98px) {
    .aiml-why-choose h2.engagement-heading, .aiml-why-choose .engagement-heading.h2 {
      font-size: 26px; } }

.best-services-sec.aiml-industries-sec h2, .best-services-sec.aiml-industries-sec .h2 {
  font-size: 40px; }
  @media (max-width: 1399.98px) {
    .best-services-sec.aiml-industries-sec h2, .best-services-sec.aiml-industries-sec .h2 {
      font-size: 32px; } }
  @media (max-width: 575.98px) {
    .best-services-sec.aiml-industries-sec h2, .best-services-sec.aiml-industries-sec .h2 {
      font-size: 26px; } }

.best-services-sec.aiml-industries-sec .best-services-box {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  min-height: 240px;
  perspective: 1000px; }
  @media (max-width: 1199.98px) {
    .best-services-sec.aiml-industries-sec .best-services-box {
      min-height: 130px; } }
  .best-services-sec.aiml-industries-sec .best-services-box .inner-wrapper {
    padding: 20px 14px;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
    border-radius: 14px;
    align-items: center; }
    .best-services-sec.aiml-industries-sec .best-services-box .inner-wrapper .para {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      transform: rotateY(0deg);
      width: 0px;
      height: 0px;
      overflow: hidden; }
    .best-services-sec.aiml-industries-sec .best-services-box .inner-wrapper .aiml-solution-name {
      font-size: 24px;
      font-weight: 500; }
      @media (max-width: 1600.98px) {
        .best-services-sec.aiml-industries-sec .best-services-box .inner-wrapper .aiml-solution-name {
          font-size: 18px; } }
  .best-services-sec.aiml-industries-sec .best-services-box:hover {
    transition: transform 0.6s;
    background: transparent !important;
    text-align: start;
    transform: rotateY(0deg); }
    .best-services-sec.aiml-industries-sec .best-services-box:hover .inner-wrapper {
      padding: 20px 14px;
      background: #F77869 !important;
      transform: rotateY(180deg);
      align-items: end; }
      @media (max-width: 1199.98px) {
        .best-services-sec.aiml-industries-sec .best-services-box:hover .inner-wrapper {
          transform: rotateY(0deg);
          align-items: center; } }
      .best-services-sec.aiml-industries-sec .best-services-box:hover .inner-wrapper h3, .best-services-sec.aiml-industries-sec .best-services-box:hover .inner-wrapper .h3 {
        text-align: start;
        transform: rotateY(180deg); }
        @media (max-width: 1199.98px) {
          .best-services-sec.aiml-industries-sec .best-services-box:hover .inner-wrapper h3, .best-services-sec.aiml-industries-sec .best-services-box:hover .inner-wrapper .h3 {
            text-align: center;
            transform: rotateY(0deg); } }
      .best-services-sec.aiml-industries-sec .best-services-box:hover .inner-wrapper .para {
        width: 100%;
        height: auto;
        overflow: visible;
        transform: rotateY(180deg); }
        @media (max-width: 1199.98px) {
          .best-services-sec.aiml-industries-sec .best-services-box:hover .inner-wrapper .para {
            height: 0;
            overflow: hidden;
            transform: rotateY(0deg); } }
    .best-services-sec.aiml-industries-sec .best-services-box:hover .best-services-box.banking {
      background: #F77869; }

.trandform-outer .p-size {
  font-size: 1rem;
  color: #5A5A5A; }
  @media (max-width: 767px) {
    .trandform-outer .p-size br {
      display: none; } }

.trandform-outer .bg-outer {
  background-color: #F9F9F9;
  background-color: #f9f9f9;
  display: flex;
  height: 100%;
  justify-content: center;
  align-content: center;
  width: 100%;
  flex-direction: initial; }
  @media (max-width: 767px) {
    .trandform-outer .bg-outer {
      display: inherit !important;
      padding: 20px; } }

.trandform-outer .box-text1 {
  color: #5A5A5A;
  font-size: 1rem;
  font-weight: 400; }

.trandform-outer .img-outer {
  width: 25%; }
  @media (max-width: 767px) {
    .trandform-outer .img-outer {
      width: 100%;
      text-align: left !important;
      margin-bottom: 10px; } }

.trandform-outer .right-box {
  width: 75%;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .trandform-outer .right-box {
      width: 100%;
      margin-right: 20px; } }

.cloud-base {
  background-color: #F9F9F9; }
  .cloud-base .cloud-inner {
    padding: 25px; }
    @media (max-width: 991px) {
      .cloud-base .cloud-inner {
        padding: 0px; } }
  .cloud-base .show-left {
    box-shadow: -15px 0px 17px -18px #ccc; }
    @media (max-width: 991px) {
      .cloud-base .show-left {
        box-shadow: 0px 0px 0px 0px; } }

.our-sol .cloud-inner {
  height: 100%;
  padding: 20px; }
  @media (max-width: 991px) {
    .our-sol .cloud-inner {
      padding: 23px 20px 0px 20px; } }
  .our-sol .cloud-inner img {
    width: 60px; }

.ai-service .bg-left {
  background-color: #f3f3f3; }
  @media (max-width: 991px) {
    .ai-service .bg-left {
      background-color: #F9F9F9; } }

.stay-ahead {
  margin: 70px 0px 50px; }
  @media (max-width: 991px) {
    .stay-ahead {
      margin: 30px 0px; } }
  .stay-ahead .custom-acitem {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 10px; }
  .stay-ahead .custom-acbtn[aria-expanded="true"]:before {
    position: absolute;
    content: "\f068";
    right: 20px;
    top: 25px;
    font-family: fontawesome;
    color: #5A5A5A; }
  .stay-ahead .collapsed:before {
    position: absolute;
    content: "\f067";
    right: 20px;
    top: 25px;
    font-family: fontawesome;
    color: #5A5A5A; }
  .stay-ahead .custom-aheader {
    margin: 10px 0px; }
  .stay-ahead .accordion {
    border-radius: 10px;
    --bs-accordion-bg: transparent; }
  .stay-ahead .box-heading-5 {
    margin-bottom: 0; }
  .stay-ahead .box-text1 {
    display: flex;
    color: #5A5A5A; }
    .stay-ahead .box-text1 span {
      width: 90%; }
    .stay-ahead .box-text1 svg {
      width: 12px;
      vertical-align: text-top;
      margin-right: 10px; }
  .stay-ahead .custom-accorbg {
    padding: 0px 20px; }

.custom-acitem .custom-acbtn .fa {
  position: absolute;
  right: 20px;
  top: 24px;
  color: #000; }

.custom-acitem .custom-acitem {
  margin: 0px 0px 20px;
  border-radius: 10px;
  border-top: 1px solid #ccc; }
  .custom-acitem .custom-acitem .custom-acbtn {
    border-radius: 5px;
    box-shadow: 0px 0px; }
  .custom-acitem .custom-acitem .custom-aheader {
    margin-bottom: 2px !important;
    margin-top: 7px; }

.number {
  color: #bdbdbd; }

.automation-base .box-heading-5 {
  min-height: 9vh;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .automation-base .box-heading-5 {
      min-height: auto; } }

.automation-base .button-outer button {
  background-color: #FC5743;
  padding: 15px 20px;
  font-size: 1rem;
  font-weight: 500;
  border: transparent; }

.custom-color {
  color: #FC5743; }
  @media (max-width: 991px) {
    .custom-color br {
      display: none; } }

.opertion-outer .cloud-inner {
  padding: 40px 35px 30px;
  margin-bottom: 20px;
  background-color: #F9F9F9;
  transition: all 0.5s ease;
  box-shadow: -15px 0px 17px -18px #ccc;
  height: 100%; }
  .opertion-outer .cloud-inner:hover {
    background-color: #f3f3f3; }
  @media (max-width: 991px) {
    .opertion-outer .cloud-inner {
      min-height: auto; } }

.automation-consul .multipal-outer p {
  display: flex;
  align-items: baseline; }
  .automation-consul .multipal-outer p svg {
    width: 13px; }
  .automation-consul .multipal-outer p span {
    margin-left: 7px;
    display: inline-block; }

.automation-consul .box-heading-5 {
  margin-bottom: 18px; }
  @media (max-width: 991px) {
    .automation-consul .box-heading-5 br {
      display: none; } }

.dark-bg {
  background-image: linear-gradient(#080038, #000); }
  .dark-bg .grandent-color {
    background: -webkit-linear-gradient(45deg, #9DACFF, #FF745C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .dark-bg .button-outer button {
    background-color: #FC5743;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 500;
    border: transparent; }

.at-cnslt-services h2, .at-cnslt-services .h2 {
  color: #000; }

.at-cnslt-services .at-cnslt-cards {
  height: 100%;
  box-shadow: -15px 0px 17px -18px #ccc;
  position: relative;
  transition: all 0.4s ease;
  padding: 35px 30px 30px; }
  .at-cnslt-services .at-cnslt-cards h5, .at-cnslt-services .at-cnslt-cards .h5 {
    min-height: 38px;
    color: #000;
    font-weight: 500; }
  @media (max-width: 767.98px) {
    .at-cnslt-services .at-cnslt-cards {
      min-height: 0px; } }
  .at-cnslt-services .at-cnslt-cards:hover {
    transform: translateY(4px);
    border: 1px solid #cccccc;
    background-color: #F3F3F3; }
  .at-cnslt-services .at-cnslt-cards p {
    color: #5A5A5A;
    font-weight: 400;
    font-size: 16px; }

@media (max-width: 767.98px) {
  .at-cnslt-services {
    padding-top: 50px;
    padding-bottom: 50px; } }

.cm-heading {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.how-we-work-sec {
  padding-top: 80px;
  padding-bottom: 80px; }

.how-we-work {
  background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%);
  border-radius: 14px;
  padding: 20px;
  position: relative; }
  .how-we-work::after {
    position: absolute;
    content: "";
    top: 8%;
    height: 85%;
    right: 51%;
    width: 1px;
    background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
    border-radius: 6px; }
    @media (max-width: 767.98px) {
      .how-we-work::after {
        display: none; } }

.icon-bg {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  border-radius: 6px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.mh-auto {
  min-height: auto !important; }

.bg-gray {
  background-color: #F9F9F9; }

.text-black {
  color: #000; }

.h-100vh {
  height: 100vh; }

.text-gradient {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.sp-howwework-sec {
  background: #F9F9F9; }
  .sp-howwework-sec .howwework_leftsec {
    background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%);
    border-radius: 14px;
    min-height: 356px;
    padding: 60px; }
    @media (max-width: 1399.98px) {
      .sp-howwework-sec .howwework_leftsec {
        padding: 50px; } }
    @media (max-width: 991.98px) {
      .sp-howwework-sec .howwework_leftsec {
        min-height: 286px; } }
    @media (max-width: 575.98px) {
      .sp-howwework-sec .howwework_leftsec {
        min-height: auto; } }

.sp-engagement_section {
  padding-top: 85px;
  padding-bottom: 85px; }
  @media (max-width: 767.98px) {
    .sp-engagement_section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sp-engagement_section .eng_boxes {
    background: linear-gradient(180deg, #080038 0%, #000000 100%);
    border-radius: 14px;
    min-height: 100%; }

@media (max-width: 575.98px) {
  .software_and_platform .section-subheading {
    font-size: 2rem; } }

.sp-our-sol .our_solution_box {
  min-height: 100%;
  border-radius: 14px;
  padding: 50px 40px 30px 40px;
  box-shadow: -15px 0px 35px -15px #cccccc77;
  background: #fff; }
  .sp-our-sol .our_solution_box.active {
    background: #F3F3F3; }
  .sp-our-sol .our_solution_box:focus {
    background: #F3F3F3; }
  .sp-our-sol .our_solution_box:hover {
    background: #F3F3F3; }

.industry-hire-seasia-img {
  border-radius: 33px 32px 19px 19px; }

.get_in_touch_sec {
  background: linear-gradient(180deg, #080038 0%, #000000 100%); }

.eng_boxes {
  background: linear-gradient(180deg, #080038 0%, #000000 100%);
  border-radius: 14px;
  height: 100%;
  padding: 25px; }

.box-icon {
  margin-bottom: 32px; }

.ss-capabilities-sec {
  background-color: #F9F9F9; }
  .ss-capabilities-sec a {
    text-decoration: none; }
  .ss-capabilities-sec .ss-cpblt-cards {
    padding: 40px 33px 60px 33px;
    min-height: 100%;
    background: #F3F3F3;
    border-radius: 14px;
    transition: all 1s ease;
    margin-bottom: 30px; }
    @media (max-width: 575.98px) {
      .ss-capabilities-sec .ss-cpblt-cards {
        min-height: 0px;
        padding: 30px 20px; } }
    .ss-capabilities-sec .ss-cpblt-cards .card-heading {
      font-weight: 500;
      font-size: 1.25rem;
      color: #000;
      transition: all 1s ease;
      margin-bottom: 18px;
      text-transform: capitalize; }
    .ss-capabilities-sec .ss-cpblt-cards .card-paragraph {
      font-size: 1rem;
      color: #5A5A5A;
      margin-bottom: 1rem;
      margin-top: 18px; }
    .ss-capabilities-sec .ss-cpblt-cards .card-icon {
      margin-bottom: 32px; }
    .ss-capabilities-sec .ss-cpblt-cards:hover {
      background-color: #E8E6FF; }
      .ss-capabilities-sec .ss-cpblt-cards:hover .card-heading {
        color: #FC5743; }
    .ss-capabilities-sec .ss-cpblt-cards.card-main {
      background: linear-gradient(180deg, #080038 0%, #000000 100%); }
      .ss-capabilities-sec .ss-cpblt-cards.card-main .content {
        z-index: 1; }
      .ss-capabilities-sec .ss-cpblt-cards.card-main .card-paragraph {
        color: #fff;
        margin-top: 30px;
        font-size: 1.25rem; }
      .ss-capabilities-sec .ss-cpblt-cards.card-main .planet-img {
        top: 40px;
        z-index: 0;
        right: 20px; }
      .ss-capabilities-sec .ss-cpblt-cards.card-main:hover {
        box-shadow: none; }

.ss-page-details {
  overflow-x: hidden; }
  .ss-page-details .right-img-sec {
    border: 1px solid #BFBFBF;
    border-radius: 14px;
    padding: 55px 60px; }
    .ss-page-details .right-img-sec .h4 {
      text-transform: capitalize; }
    @media (max-width: 1399.98px) {
      .ss-page-details .right-img-sec {
        padding: 40px 35px; } }
    @media (max-width: 991.98px) {
      .ss-page-details .right-img-sec {
        padding: 35px 30px; } }
    @media (max-width: 575.98px) {
      .ss-page-details .right-img-sec {
        padding: 23px 26px; } }
    .ss-page-details .right-img-sec h6, .ss-page-details .right-img-sec .h6 {
      font-weight: 500; }

.ss-data-and-analytics-hero-banner {
  min-height: calc(100vh - 63px);
  background-image: linear-gradient(180deg, #080038 0%, #000000 100%);
  padding-top: 150px;
  padding-bottom: 80px; }
  .ss-data-and-analytics-hero-banner .ss-hero-banner-heading {
    margin-bottom: 60px; }
  .ss-data-and-analytics-hero-banner .btn-white-border {
    display: inline-block;
    margin-bottom: 120px; }
    @media (max-width: 767.98px) {
      .ss-data-and-analytics-hero-banner .btn-white-border {
        margin-bottom: 100px; } }
  @media (max-width: 575.98px) {
    .ss-data-and-analytics-hero-banner {
      min-height: 0;
      padding: 80px 0; } }

.ss-our-solutions-sec {
  background-color: #F9F9F9;
  padding-top: 85px;
  padding-bottom: 85px; }
  @media (max-width: 1199.98px) {
    .ss-our-solutions-sec {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .ss-our-solutions-sec {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .ss-our-solutions-sec .section-info {
    margin-bottom: 28px; }
    @media (max-width: 767.98px) {
      .ss-our-solutions-sec .section-info {
        margin-bottom: 20px; } }
  .ss-our-solutions-sec .ss-os-cards {
    padding: 40px 35px 30px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    transition: all 0.5s ease;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%; }
    .ss-our-solutions-sec .ss-os-cards .card-icon {
      margin-bottom: 32px;
      min-height: 50px; }
    .ss-our-solutions-sec .ss-os-cards .card-heading {
      font-weight: 500;
      font-size: 1.25rem;
      color: #000;
      margin-bottom: 18px; }
    .ss-our-solutions-sec .ss-os-cards .card-paragraph {
      font-size: 1rem;
      color: #5A5A5A; }
    .ss-our-solutions-sec .ss-os-cards.active, .ss-our-solutions-sec .ss-os-cards:hover {
      background-color: #F3F3F3; }
    @media (max-width: 575.98px) {
      .ss-our-solutions-sec .ss-os-cards {
        padding: 30px 20px; } }

.ss-our-approach-d-and-a-s .card-heading {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 20px;
  text-transform: capitalize; }

.ss-our-approach-d-and-a-s .card-paragraph {
  font-size: 1rem;
  color: #5A5A5A; }

.custom_img {
  margin: 0 auto;
  text-align: center; }

.ss-how-we-work-sec .ss-hww-heading {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: capitalize; }

.ss-how-we-work-sec .section-paragraph {
  font-size: 1.25rem; }

.ss-how-we-work-sec .ss-hww-right-content {
  background-image: url(../assests/images/data-and-analytics/ss-hww-right-content.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 50px 30px 50px 30px;
  border-radius: 14px; }
  .ss-how-we-work-sec .ss-hww-right-content .para {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize; }
  @media (max-width: 1199.98px) {
    .ss-how-we-work-sec .ss-hww-right-content {
      padding: 45px 55px; } }
  @media (max-width: 575.98px) {
    .ss-how-we-work-sec .ss-hww-right-content {
      padding: 25px; } }

.ss-why-you-hire-us {
  background-color: #F9F9F9;
  padding-top: 85px;
  padding-bottom: 85px; }
  @media (max-width: 1199.98px) {
    .ss-why-you-hire-us {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .ss-why-you-hire-us {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .ss-why-you-hire-us .our-services-list li {
    font-size: 16px;
    color: #5A5A5A;
    margin-bottom: 15px;
    list-style-image: url(../assests/images/data-and-analytics/list-icon.svg) !important;
    padding-left: 7px; }

.ss-our-approach-d-and-a-s {
  background-color: #fff; }
  .ss-our-approach-d-and-a-s .h3 {
    text-transform: capitalize; }
  .ss-our-approach-d-and-a-s .ss-our-ad-and-as-cards {
    padding: 50px 40px 30px 40px;
    height: 100%;
    background: #F9F9F9;
    border-radius: 14px;
    margin-bottom: 5px; }
    .ss-our-approach-d-and-a-s .ss-our-ad-and-as-cards:hover {
      background-color: #F3F3F3; }
    .ss-our-approach-d-and-a-s .ss-our-ad-and-as-cards .card-icon {
      min-width: 60px;
      margin-right: 30px; }
      @media (max-width: 575.98px) {
        .ss-our-approach-d-and-a-s .ss-our-ad-and-as-cards .card-icon {
          margin-bottom: 20px; } }
    @media (max-width: 1199.98px) {
      .ss-our-approach-d-and-a-s .ss-our-ad-and-as-cards {
        padding: 50px 40px 30px 40px; } }
    @media (max-width: 575.98px) {
      .ss-our-approach-d-and-a-s .ss-our-ad-and-as-cards {
        flex-wrap: wrap;
        padding: 30px 20px; } }
  .ss-our-approach-d-and-a-s .ss-our-ad-and-as-2 .ss-oa-brands {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E9E9E9;
    transition: all 0.5s ease;
    min-height: 145px; }
    .ss-our-approach-d-and-a-s .ss-our-ad-and-as-2 .ss-oa-brands img {
      transition: all 0.5s ease;
      filter: grayscale(1);
      opacity: 0.3; }
      @media (max-width: 767.98px) {
        .ss-our-approach-d-and-a-s .ss-our-ad-and-as-2 .ss-oa-brands img {
          filter: grayscale(0);
          opacity: 1; } }
    .ss-our-approach-d-and-a-s .ss-our-ad-and-as-2 .ss-oa-brands:hover img {
      filter: grayscale(0);
      opacity: 1; }
    @media (max-width: 991.98px) {
      .ss-our-approach-d-and-a-s .ss-our-ad-and-as-2 .ss-oa-brands {
        min-height: 160px; } }
  .ss-our-approach-d-and-a-s .ss-hero-banner-heading {
    text-transform: capitalize; }

.ss-how-to-we-do-sec {
  padding-top: 80px;
  padding-bottom: 80px; }

.ss-comm-and-media .cloud-inner {
  padding: 20px 30px;
  height: 100%; }
  @media (max-width: 575.98px) {
    .ss-comm-and-media .cloud-inner {
      padding: 20px; } }
  .ss-comm-and-media .cloud-inner .multipal-outer ul li {
    list-style-image: url(../assests/images/icons/ellipse-list-icon.svg);
    margin-bottom: 15px; }

.ss-our-expertise .main-heading-h3 {
  margin: 100px 0; }
  @media (max-width: 1199.98px) {
    .ss-our-expertise .main-heading-h3 {
      margin: 80px 0; } }
  @media (max-width: 991.98px) {
    .ss-our-expertise .main-heading-h3 {
      margin: 60px 0; } }
  @media (max-width: 767.98px) {
    .ss-our-expertise .main-heading-h3 {
      margin: 40px 0; } }
  @media (max-width: 575.98px) {
    .ss-our-expertise .main-heading-h3 {
      margin: 20px 0 15px 0; } }

@media (min-width: 1200px) {
  .ss-our-expertise .ss-custom-columns .col-xl-2 {
    width: 20%; } }

.ss-our-expertise .ss-custom-columns .cy-inner {
  min-height: 150px; }
  @media (max-width: 767.98px) {
    .ss-our-expertise .ss-custom-columns .cy-inner {
      min-height: 100px;
      margin-bottom: 20px; } }

.ss-we-offering .main-heading-h3 {
  margin: 100px 0; }
  @media (max-width: 1199.98px) {
    .ss-we-offering .main-heading-h3 {
      margin: 80px 0; } }
  @media (max-width: 991.98px) {
    .ss-we-offering .main-heading-h3 {
      margin: 60px 0; } }
  @media (max-width: 767.98px) {
    .ss-we-offering .main-heading-h3 {
      margin: 40px 0; } }
  @media (max-width: 575.98px) {
    .ss-we-offering .main-heading-h3 {
      margin: 20px 0 15px 0; } }

.ss-we-offering .border-outer {
  transition: all 0.5s ease; }
  .ss-we-offering .border-outer .digital-inner {
    padding: 40px 0; }
    @media (max-width: 991.98px) {
      .ss-we-offering .border-outer .digital-inner {
        padding: 30px 0; } }
    @media (max-width: 767.98px) {
      .ss-we-offering .border-outer .digital-inner {
        padding: 20px 0; } }
    .ss-we-offering .border-outer .digital-inner.our-offering-card img {
      min-height: 90px; }
      @media (max-width: 575.98px) {
        .ss-we-offering .border-outer .digital-inner.our-offering-card img {
          min-height: 0; } }
  .ss-we-offering .border-outer:hover {
    border-color: #000 !important; }

.comm_card-sec .cloud-inner .multipal-outer ul li {
  list-style: none; }
  .comm_card-sec .cloud-inner .multipal-outer ul li::before {
    content: "•";
    color: #FC5743;
    display: block;
    width: 12px;
    margin-left: -20px;
    float: left;
    font-size: 25px;
    margin-top: -8px; }

.development-sec.advance-technology {
  margin: 80px 0px 40px; }
  @media (max-width: 575.98px) {
    .development-sec.advance-technology {
      margin: 00px 0px 40px; } }

.seasia-concept-sec .bg-outer {
  background-color: #f9f9f9;
  height: 100%; }

.ss-seasia-concept .ss-our-ad-and-as-cards {
  box-shadow: -15px 0px 17px -18px #ccc;
  transition: all 0.3s ease; }
  .ss-seasia-concept .ss-our-ad-and-as-cards:hover {
    background-color: #F3F3F3; }

.Service-Industries .para-20 {
  width: 80%;
  font-size: 20px;
  color: #5A5A5A; }
  @media (max-width: 575.98px) {
    .Service-Industries .para-20 {
      width: 100%; } }

.Web-Development-sec .para-20 {
  font-size: 20px;
  color: #5A5A5A; }

.why-choose .para-20 {
  font-size: 20px;
  color: #5A5A5A; }

.why-choose .para-bold {
  font-weight: 500;
  font-size: 20px;
  color: #000; }

.ss-metaverse-hero {
  padding-top: 100px;
  padding-bottom: 80px; }
  @media (max-width: 575.98px) {
    .ss-metaverse-hero {
      min-height: 0;
      padding-top: 80px;
      padding-bottom: 80px; } }

.ss-metaverse-capabilities .ss-cpblt-cards {
  margin-bottom: 0;
  background-color: #fff;
  height: 100%; }
  .ss-metaverse-capabilities .ss-cpblt-cards:hover {
    background-color: #F3F3F3; }
    .ss-metaverse-capabilities .ss-cpblt-cards:hover .card-heading {
      color: #000; }

.ss-features-to-root-out {
  background-color: #F9F9F9;
  height: 100%;
  border-radius: 14px;
  position: relative; }
  @media (max-width: 767.98px) {
    .ss-features-to-root-out {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .ss-features-to-root-out {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .ss-features-to-root-out .icon {
    margin-bottom: 40px; }

.ss-elements-of-mv {
  background-color: #fff; }
  .ss-elements-of-mv .ss-mv-elements div p {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    margin-bottom: 45px;
    transition: all 0.3s ease;
    font-weight: 400; }
    .ss-elements-of-mv .ss-mv-elements div p:hover {
      transform: scale(1.05);
      box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5); }
    @media (max-width: 767.98px) {
      .ss-elements-of-mv .ss-mv-elements div p {
        margin-bottom: 20px; } }
  .ss-elements-of-mv .ss-mv-elements .element-1 {
    margin-right: -70px; }
  .ss-elements-of-mv .ss-mv-elements .element-2 {
    margin-right: -20px; }
  .ss-elements-of-mv .ss-mv-elements .element-3 {
    margin-right: 20px; }
  .ss-elements-of-mv .ss-mv-elements .element-4 {
    margin-left: -70px; }
  .ss-elements-of-mv .ss-mv-elements .element-5 {
    margin-left: -20px; }
  .ss-elements-of-mv .ss-mv-elements .element-6 {
    margin-left: 20px; }
  @media (max-width: 767.98px) {
    .ss-elements-of-mv .ss-mv-elements .element-1,
    .ss-elements-of-mv .ss-mv-elements .element-2,
    .ss-elements-of-mv .ss-mv-elements .element-3,
    .ss-elements-of-mv .ss-mv-elements .element-4,
    .ss-elements-of-mv .ss-mv-elements .element-5,
    .ss-elements-of-mv .ss-mv-elements .element-6 {
      margin-right: 0;
      margin-left: 0; } }

.ss-why-choose-us-as-mvdc {
  background-color: #fff; }
  .ss-why-choose-us-as-mvdc .ss-why-cus-as-mvdc-card {
    padding: 40px 33px 40px 33px !important; }
    .ss-why-choose-us-as-mvdc .ss-why-cus-as-mvdc-card .planet-img {
      top: 50% !important;
      right: 10% !important; }
  .ss-why-choose-us-as-mvdc .ss-cpblt-cards .card-icon {
    max-height: 50px;
    margin-bottom: 32px; }

.ss-mp-feat-box {
  background-color: #fff;
  padding: 60px;
  border-radius: 14px;
  height: 100%; }

.ss-web-3 {
  padding-top: 230px;
  padding-bottom: 80px; }
  @media (max-width: 1199.98px) {
    .ss-web-3 {
      padding-top: 180px;
      padding-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .ss-web-3 {
      padding-top: 150px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .ss-web-3 {
      padding-top: 100px;
      padding-bottom: 40px; } }
  .ss-web-3 .ss-hero-banner-heading {
    margin-bottom: 100px; }
    @media (max-width: 575.98px) {
      .ss-web-3 .ss-hero-banner-heading {
        margin-bottom: 60px; } }

.ss-discover-web-3 .ss-os-cards {
  border-radius: 14px;
  padding: 35px; }
  .ss-discover-web-3 .ss-os-cards .card-icon {
    margin-bottom: 32px;
    min-height: 50px; }
  .ss-discover-web-3 .ss-os-cards .card-heading {
    margin-bottom: 18px; }
  .ss-discover-web-3 .ss-os-cards p {
    margin-bottom: 1rem; }

.ss-what-make-us-best .ss-os-cards {
  background-color: #F3F3F3; }
  .ss-what-make-us-best .ss-os-cards:hover {
    background-color: #fff; }

.ss-web-3-dev-journey {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767.98px) {
    .ss-web-3-dev-journey {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .ss-web-3-dev-journey {
      padding-top: 40px;
      padding-bottom: 40px; } }

.m-box {
  margin-bottom: 32px; }

.m-h {
  margin-bottom: 18px; }

.ss-web-3-dev-journey.blockchain .ss-w3d-journey-card {
  min-height: 370px; }
  @media (max-width: 575.98px) {
    .ss-web-3-dev-journey.blockchain .ss-w3d-journey-card {
      min-height: 270px !important; } }

.success-stories {
  background-image: url("../assests/images/digital-commerce/success-stories-dc-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .success-stories p {
    font-weight: 500;
    font-size: 20px; }

.e-co-platform {
  position: relative;
  min-height: 600px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .e-co-platform {
      min-height: 400px; } }
  .e-co-platform .platform-wrap {
    position: absolute;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    background: linear-gradient(180deg, #9DACFE 0%, #F87767 100%);
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .e-co-platform .platform-wrap {
        height: 130px;
        width: 130px; } }
    @media (max-width: 767.98px) {
      .e-co-platform .platform-wrap {
        position: unset;
        height: 100px;
        width: 180px;
        border-radius: 35px; } }
  .e-co-platform .platforms {
    height: 176px;
    width: 176px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .e-co-platform .platforms {
        height: 128px;
        width: 128px; } }
    @media (max-width: 767.98px) {
      .e-co-platform .platforms {
        height: 98px;
        width: 178px;
        border-radius: 35px; } }
    .e-co-platform .platforms p {
      font-weight: 500;
      font-size: 20px;
      text-align: center; }
      @media (max-width: 991.98px) {
        .e-co-platform .platforms p {
          font-family: Poppins;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0em;
          text-align: center; } }

.platform-outer-wrap {
  width: 50%;
  display: flex;
  margin: 15px 0px;
  justify-content: center;
  align-items: center; }
  @media (max-width: 575.98px) {
    .platform-outer-wrap {
      width: 100%; } }

.ptf-1 {
  left: 0;
  top: 0; }

.ptf-2 {
  right: 0;
  top: 0; }

.ptf-3 {
  bottom: 40px;
  left: 20%; }

.ptf-4 {
  right: 15%;
  top: 70%; }

.w-80 {
  width: 80%; }
  @media (max-width: 767.98px) {
    .w-80 {
      width: 100%; } }

.outstaning .cloud-inner {
  background-color: #F9F9F9; }

.our-capo .box-heading-5 {
  min-height: auto; }

.our-capo .cloud-inner {
  height: 100%; }

.ss-web-3 {
  padding-top: 230px;
  padding-bottom: 80px; }
  @media (max-width: 1199.98px) {
    .ss-web-3 {
      padding-top: 180px;
      padding-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .ss-web-3 {
      padding-top: 150px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .ss-web-3 {
      padding-top: 100px;
      padding-bottom: 40px; } }
  .ss-web-3 .ss-hero-banner-heading {
    margin-bottom: 100px; }
    @media (max-width: 575.98px) {
      .ss-web-3 .ss-hero-banner-heading {
        margin-bottom: 60px; } }

.ss-discover-web-3 .ss-os-cards {
  border-radius: 14px;
  padding: 35px; }
  .ss-discover-web-3 .ss-os-cards .card-icon {
    margin-bottom: 32px;
    min-height: 50px; }
  .ss-discover-web-3 .ss-os-cards .card-heading {
    margin-bottom: 18px; }
  .ss-discover-web-3 .ss-os-cards p {
    margin-bottom: 1rem; }

.ss-what-make-us-best .ss-os-cards {
  background-color: #F3F3F3; }
  .ss-what-make-us-best .ss-os-cards:hover {
    background-color: #fff; }

.ss-web-3-dev-journey {
  background-color: #fff; }
  .ss-web-3-dev-journey .ss-w3d-journey-card {
    background: linear-gradient(180deg, #080038 0%, #000000 100%);
    border-radius: 14px;
    padding: 27px 25px;
    min-height: 290px; }

.ss-our-offerings-uiux {
  background-color: #F9F9F9; }
  .ss-our-offerings-uiux .ss-our-ad-and-as-cards {
    box-shadow: -15px 0px 17px -18px #ccc;
    transition: all 0.3s ease; }
    .ss-our-offerings-uiux .ss-our-ad-and-as-cards.active {
      background-color: #F3F3F3; }
    .ss-our-offerings-uiux .ss-our-ad-and-as-cards:hover {
      background-color: #F3F3F3; }

.ss-our-work-approach-uiux-design {
  background-color: #fff; }
  .ss-our-work-approach-uiux-design .ss-os-cards {
    border-radius: 14px; }

.ss-looking-innovate-design {
  background: linear-gradient(180deg, #080038 0%, #000000 100%); }
  .ss-looking-innovate-design .h3 {
    margin-bottom: 60px; }
    @media (max-width: 767.98px) {
      .ss-looking-innovate-design .h3 {
        margin-bottom: 50px; } }
    @media (max-width: 575.98px) {
      .ss-looking-innovate-design .h3 {
        margin-bottom: 30px; } }

.ss-our-solutions-sec {
  padding-top: 85px;
  padding-bottom: 85px; }
  @media (max-width: 1199.98px) {
    .ss-our-solutions-sec {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .ss-our-solutions-sec {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .ss-our-solutions-sec .no-padding1 .card-heading {
    margin: 10px 0px 30px;
    min-height: 7vh; }

.ss-our-expertise-consulting {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767.98px) {
    .ss-our-expertise-consulting {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .ss-our-expertise-consulting {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .ss-our-expertise-consulting .oexp-conslt-after::after {
    position: absolute;
    content: "";
    top: 25%;
    right: 0;
    width: 4px;
    height: 65px;
    background-color: #FC5743; }
    @media (max-width: 991.98px) {
      .ss-our-expertise-consulting .oexp-conslt-after::after {
        display: none; } }

.sp-howwework-sec.we-work .howwework_leftsec {
  padding: 20px 60px 20px 20px; }

.we-work .banner-heading-2 {
  background-image: linear-gradient(to right, #9DACFF, #FF745C);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.25rem; }

.section-paragraph b {
  color: #000; }

.insourence-segament {
  background-color: #F3F3F3; }

.ss-our-expertise-consulting.our-solution {
  background-color: transparent;
  padding: 125px 0px; }
  @media (max-width: 575.98px) {
    .ss-our-expertise-consulting.our-solution {
      padding: 50px 0px 0px 0px; } }

.ss-our-expertise-consulting .box-text1 {
  font-size: 1.25rem; }

.insourence-segament .eng_boxes {
  padding: 40px; }

.insourence-segament p {
  margin-bottom: 0px; }

.sp-engagement_section.enagement {
  padding-top: 125px;
  padding-bottom: 125px; }
  @media (max-width: 575.98px) {
    .sp-engagement_section.enagement {
      padding-top: 0px;
      padding-bottom: 0px; } }

.enagement .eng_boxes {
  padding: 30px; }

.fw-500 {
  font-weight: 500; }

.bg-gray {
  background-color: #F3F3F3; }

.text-gradient {
  background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.sp-howwework-sec {
  background: #F9F9F9; }
  .sp-howwework-sec .howwework_leftsec {
    background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%);
    border-radius: 14px;
    min-height: 356px;
    padding: 60px; }
    @media (max-width: 1399.98px) {
      .sp-howwework-sec .howwework_leftsec {
        padding: 50px; } }
    @media (max-width: 991.98px) {
      .sp-howwework-sec .howwework_leftsec {
        min-height: 286px; } }
    @media (max-width: 575.98px) {
      .sp-howwework-sec .howwework_leftsec {
        min-height: auto; } }

.sp-engagement_section {
  padding-top: 85px;
  padding-bottom: 85px; }
  @media (max-width: 767.98px) {
    .sp-engagement_section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .sp-engagement_section .eng_boxes {
    background: linear-gradient(180deg, #080038 0%, #000000 100%);
    border-radius: 14px;
    min-height: 100%; }
    @media (max-width: 1399.98px) {
      .sp-engagement_section .eng_boxes {
        min-height: 250px; } }
    @media (max-width: 1199.98px) {
      .sp-engagement_section .eng_boxes {
        min-height: 350px; } }
    @media (max-width: 991.98px) {
      .sp-engagement_section .eng_boxes {
        min-height: 266px; } }
    @media (max-width: 767.98px) {
      .sp-engagement_section .eng_boxes {
        min-height: auto; } }

@media (max-width: 575.98px) {
  .software_and_platform .section-subheading {
    font-size: 2rem; } }

.sp-our-sol .our_solution_box {
  min-height: 100%;
  border-radius: 14px;
  padding: 50px 40px 30px 40px;
  box-shadow: -15px 0px 35px -15px #cccccc77; }
  @media (max-width: 1199.98px) {
    .sp-our-sol .our_solution_box {
      min-height: 100%; } }
  @media (max-width: 991.98px) {
    .sp-our-sol .our_solution_box {
      min-height: auto; } }

.industory-hire-sec img.industry-hire-seasia-img {
  border-radius: 33px 32px 19px 19px; }
  @media (max-width: 1199.98px) {
    .industory-hire-sec img.industry-hire-seasia-img {
      border-radius: 0; } }

.get_in_touch_sec {
  background: linear-gradient(180deg, #080038 0%, #000000 100%); }

.trandform-outer {
  background-color: #F9F9F9; }

.ss-our-expertise-consulting {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767.98px) {
    .ss-our-expertise-consulting {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .ss-our-expertise-consulting {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .ss-our-expertise-consulting .oexp-conslt-after::after {
    position: absolute;
    content: "";
    top: 25%;
    right: 0;
    width: 4px;
    height: 65px;
    background-color: #FC5743; }
    @media (max-width: 991.98px) {
      .ss-our-expertise-consulting .oexp-conslt-after::after {
        display: none; } }

.ss-our-expertise-consulting {
  background-color: #FCFCFC; }
  .ss-our-expertise-consulting .ss-os-cards {
    background-color: #fff;
    padding: 40px 30px; }
    .ss-our-expertise-consulting .ss-os-cards .card-icon {
      margin-bottom: 32px;
      min-height: 50px; }
    .ss-our-expertise-consulting .ss-os-cards .card-heading {
      margin-bottom: 18px; }

.ss-health-why-seasia {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 767.98px) {
    .ss-health-why-seasia {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .ss-health-why-seasia {
      padding-top: 40px;
      padding-bottom: 40px; } }

.ss-health-ensuring-solutions .ss-os-cards {
  padding: 30px;
  background-color: #FCFCFC;
  border-radius: 14px; }

.ss-cc-cc-sec .dash {
  text-align: center;
  width: 40px;
  height: 4px;
  background-color: #FC5743; }

.contact-us-section {
  background: linear-gradient(180deg, #080038 0%, #090329 100%);
  overflow: hidden;
  position: relative;
  z-index: 9; }
  .contact-us-section.sa-contactsectionnew {
    height: auto; }
  @media (max-width: 1399.98px) {
    .contact-us-section {
      height: auto; } }
  .contact-us-section .bg-elements .circle-1 {
    background: radial-gradient(49% 49% at 50% 50%, rgba(245, 140, 137, 0.3) 0%, rgba(6, 0, 42, 0.3) 100%);
    border: 1px solid #000000;
    filter: blur(36.5px);
    transform: rotate(9.74deg);
    width: 678px;
    height: 431px;
    left: -193px;
    bottom: 2%;
    z-index: 1; }
  .contact-us-section .bg-elements .circle-2 {
    background: radial-gradient(49% 49% at 50% 50%, rgba(245, 140, 137, 0.3) 0%, rgba(6, 0, 42, 0.3) 100%);
    border: 1px solid #000000;
    filter: blur(36.5px);
    transform: rotate(9.74deg);
    width: 1849.7px;
    height: 431.48px;
    top: 100px;
    right: -1298px;
    z-index: 1; }
  .contact-us-section .main-content {
    z-index: 4; }
  .contact-us-section .custom-form input,
  .contact-us-section .custom-form textarea {
    background: none;
    border: 0;
    border-bottom: 0.5px solid #EFEFEF;
    color: #000000;
    font-size: 14px; }
    .contact-us-section .custom-form input:focus,
    .contact-us-section .custom-form textarea:focus {
      box-shadow: none;
      outline: none;
      border-bottom: 0.5px solid #FC5743; }
  .contact-us-section .custom-form textarea {
    background: none;
    border: 0;
    border-bottom: 0.5px solid #EFEFEF;
    color: #000000;
    font-size: 14px;
    resize: none; }
    .contact-us-section .custom-form textarea:focus {
      box-shadow: none;
      outline: none; }
  .contact-us-section .custom-form .floating-label {
    color: #fff;
    position: absolute;
    pointer-events: none;
    top: -5px;
    left: 0;
    transition: all 0.1s ease; }
  .contact-us-section .custom-form .input-box:focus ~ .floating-label {
    top: -15px;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    opacity: 1;
    resize: none; }
  .contact-us-section .custom-form-page input,
  .contact-us-section .custom-form-page textarea {
    background: none;
    border: 0;
    border-bottom: 0.5px solid #EFEFEF;
    color: #fff !important;
    font-size: 14px; }
    .contact-us-section .custom-form-page input:focus,
    .contact-us-section .custom-form-page textarea:focus {
      box-shadow: none;
      outline: none;
      border-bottom: 0.5px solid #FC5743; }
  .contact-us-section .custom-form-page textarea {
    background: none;
    border: 0;
    border-bottom: 0.5px solid #EFEFEF;
    color: #fff !important;
    font-size: 14px;
    resize: none; }
    .contact-us-section .custom-form-page textarea:focus {
      box-shadow: none;
      outline: none; }
  .contact-us-section .custom-form-page .floating-label {
    color: #fff;
    position: absolute;
    pointer-events: none;
    top: -5px;
    left: 0;
    transition: all 0.1s ease; }
  .contact-us-section .custom-form-page .input-box:focus ~ .floating-label {
    top: -15px;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    opacity: 1;
    resize: none; }

.sa-contactsectionnew .budget label {
  font-weight: 600;
  font-size: 20px;
  color: #fff; }
  .sa-contactsectionnew .budget label span {
    font-weight: 400; }

.sa-contactsectionnew .budget .range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 5px;
  background: #fff; }

.sa-contactsectionnew .budget .range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background: linear-gradient(0.51deg, #FF745C -24.65%, #9DACFF 108.11%);
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out; }

.sa-contactsectionnew input[type="checkbox"]:focus {
  border: 1px solid #CDD4DA; }

.sa-contactsectionnew input[type="checkbox"] {
  appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #CDD4DA;
  border-radius: 4px;
  position: relative;
  cursor: pointer; }

.sa-contactsectionnew input[type="checkbox"]:checked {
  background-color: transparent; }

.sa-contactsectionnew input[type="checkbox"]::before {
  content: "✔";
  font-size: 16px;
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: none;
  position: absolute;
  left: 2px;
  top: -3px; }

.sa-contactsectionnew input[type="checkbox"]:checked::before {
  display: block; }

.sa-contactsectionnew .check-label {
  font-size: 14px;
  color: #fff;
  font-weight: 400; }

.img404 {
  max-width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.bannerimgsec-404 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 8%; }

.header-banner {
  padding-top: 110px !important;
  padding-bottom: 100px !important; }
  .header-banner.ss-cs-listing-bnr {
    height: 85vh !important; }
    .header-banner.ss-cs-listing-bnr .grd-border {
      padding: 1px;
      background: linear-gradient(262.26deg, #A8ADEE 44.02%, #DB9290 100%);
      border-radius: 60px;
      margin-top: 14px; }
      .header-banner.ss-cs-listing-bnr .grd-border .ss-cs-search-bar {
        border-radius: 60px;
        background: #302d46;
        display: flex;
        height: 47px;
        padding: 0px 0px 0px 25px; }
        .header-banner.ss-cs-listing-bnr .grd-border .ss-cs-search-bar .form-control {
          background-color: transparent;
          border: 0;
          outline: 0;
          font-family: 'Poppins';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          text-transform: capitalize;
          color: #fff;
          width: calc(100% - 148px); }
          .header-banner.ss-cs-listing-bnr .grd-border .ss-cs-search-bar .form-control::placeholder {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            text-transform: capitalize;
            color: #fff; }
          .header-banner.ss-cs-listing-bnr .grd-border .ss-cs-search-bar .form-control:focus {
            border: 0;
            outline: 0;
            box-shadow: none; }
        .header-banner.ss-cs-listing-bnr .grd-border .ss-cs-search-bar .btn {
          display: flex;
          justify-content: center;
          align-items: center;
          white-space: nowrap; }
        @media (max-width: 575.98px) {
          .header-banner.ss-cs-listing-bnr .grd-border .ss-cs-search-bar {
            height: auto;
            padding: 0px 0px 0px 10px; }
            .header-banner.ss-cs-listing-bnr .grd-border .ss-cs-search-bar .form-control {
              width: calc(100% - 106.9px); }
            .header-banner.ss-cs-listing-bnr .grd-border .ss-cs-search-bar .btn {
              font-size: 12px !important;
              padding: 8px 16px !important; } }
    @media (max-width: 767.98px) {
      .header-banner.ss-cs-listing-bnr {
        height: auto !important; } }
  .header-banner .bottom-line {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    color: #908DA3;
    margin-top: 25px;
    display: block; }

.header-banner.aiml-main-herobanner {
  padding-top: 150px !important; }
  @media (max-width: 1399.98px) {
    .header-banner.aiml-main-herobanner {
      padding-top: 140px !important;
      padding-bottom: 69px; } }
  @media (max-width: 575.98px) {
    .header-banner.aiml-main-herobanner {
      padding-top: 160px !important;
      padding-bottom: 60px !important; } }
  .header-banner.aiml-main-herobanner h1, .header-banner.aiml-main-herobanner .h1 {
    font-size: 50px; }
    @media (max-width: 1600.98px) {
      .header-banner.aiml-main-herobanner h1, .header-banner.aiml-main-herobanner .h1 {
        font-size: 44px; } }
    @media (max-width: 1399.98px) {
      .header-banner.aiml-main-herobanner h1, .header-banner.aiml-main-herobanner .h1 {
        font-size: 30px; } }

@media (max-width: 767.98px) {
  .ss-cs-listing-sec .filters-row {
    flex-wrap: wrap; } }

.ss-cs-listing-sec .filters-row .ss-cs-filters .filter-btn-box {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 5px 10px; }
  .ss-cs-listing-sec .filters-row .ss-cs-filters .filter-btn-box p {
    font-size: 14px; }
  .ss-cs-listing-sec .filters-row .ss-cs-filters .filter-btn-box .ss-cs-filter-buttons {
    margin-left: 15px; }
    .ss-cs-listing-sec .filters-row .ss-cs-filters .filter-btn-box .ss-cs-filter-buttons button {
      border: 0;
      outline: 0;
      background: transparent;
      padding: 0;
      margin: 0;
      overflow: hidden;
      height: 10px;
      display: flex !important;
      align-items: center; }
      .ss-cs-listing-sec .filters-row .ss-cs-filters .filter-btn-box .ss-cs-filter-buttons button:focus {
        background: #F9F9F9; }

.ss-cs-listing-sec .ss-cs-listing-items {
  border-radius: 12px;
  overflow: hidden; }
  .ss-cs-listing-sec .ss-cs-listing-items img {
    border-radius: 12px; }
  .ss-cs-listing-sec .ss-cs-listing-items .item-data {
    bottom: -30px;
    left: 35px;
    right: 35px;
    transition: all ease 1s; }
    .ss-cs-listing-sec .ss-cs-listing-items .item-data .h4 {
      margin-bottom: 40px; }
      @media (max-width: 1399.98px) {
        .ss-cs-listing-sec .ss-cs-listing-items .item-data .h4 {
          margin-bottom: 20px; } }
    .ss-cs-listing-sec .ss-cs-listing-items .item-data .btn {
      visibility: hidden;
      opacity: 0; }
    @media (max-width: 1399.98px) {
      .ss-cs-listing-sec .ss-cs-listing-items .item-data {
        bottom: -40px;
        left: 25px;
        right: 25px; }
        .ss-cs-listing-sec .ss-cs-listing-items .item-data .h4 {
          font-size: 1.8rem; } }
    @media (max-width: 991.98px) {
      .ss-cs-listing-sec .ss-cs-listing-items .item-data {
        left: 25px;
        right: 25px;
        bottom: -50px; } }
  .ss-cs-listing-sec .ss-cs-listing-items:hover .item-data {
    bottom: 70px; }
    @media (max-width: 1399.98px) {
      .ss-cs-listing-sec .ss-cs-listing-items:hover .item-data {
        bottom: 40px; } }
    .ss-cs-listing-sec .ss-cs-listing-items:hover .item-data a {
      visibility: visible;
      opacity: 1; }
  @media (max-width: 767.98px) {
    .ss-cs-listing-sec .ss-cs-listing-items img {
      width: 100% !important; } }

.ss-faq-sec.stay-ahead .custom-acitem {
  padding: 13px 36px; }

.ss-faq-sec.stay-ahead .accordion-button {
  padding: 0px; }

.ss-faq-sec.stay-ahead .custom-accorbg {
  padding: 10px 0px 0px 0px; }

.ss-faq-sec.stay-ahead .collapsed:before {
  top: 10%; }

.ss-faq-shq .ss-faq-shq-img {
  display: flex; }
  .ss-faq-shq .ss-faq-shq-img a {
    display: inline-block; }
    .ss-faq-shq .ss-faq-shq-img a:nth-child(1), .ss-faq-shq .ss-faq-shq-img a:nth-child(2) {
      margin-right: -25px; }

.img404 {
  max-width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.bannerimgsec-404 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 8%; }

.ss-cs-listing-bnr {
  height: 65vh !important; }

.brand-sec {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 131%;
  text-transform: capitalize;
  color: #000000; }
  @media (max-width: 767.98px) {
    .brand-sec {
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    .brand-sec {
      font-size: 25px; } }

.mobile-img {
  display: flex;
  justify-content: center; }

.sa-case-study-pandemic, .sa-cslooking, .sa-cs-time {
  background: #F9F9F9; }

.shifted-text {
  color: #5A5A5A; }

.sa-challangesbox {
  border: 1px solid #DB9290;
  border-radius: 27.5px;
  padding: 60px 20px;
  height: 100%; }

.sa-csbrand {
  background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%); }

.our-solution .cs-mtcards {
  background: #F9F9F9; }

.sa-cs-work-title {
  background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%);
  border-radius: 0 0px 8px 8px; }

@media (min-width: 1200px) {
  .ss-our-expertise .ss-custom-columns .col-xl-2 {
    width: 16.66667%; } }

.sa-ccms-level-count {
  right: 0;
  top: 0;
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  border-radius: 0px 14px 0px 0px;
  width: 55px;
  height: 55px; }

.sa-ccms-makes-box {
  background: linear-gradient(180deg, #080038 0%, #000000 100%);
  border-radius: 14px;
  height: 100%; }
  .sa-ccms-makes-box .count {
    color: rgba(255, 255, 255, 0.4); }

.sa-ccms-solutions-bottom {
  background: linear-gradient(275.94deg, #FF745C -20.25%, #9DACFF 99.3%); }

.sa-ccms-solutions-bottominner {
  border-right: 1px solid #fff; }
  @media (max-width: 767.98px) {
    .sa-ccms-solutions-bottominner {
      border: none; } }

.sa-hm-healthc-list {
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06); }
  @media (max-width: 991.98px) {
    .sa-hm-healthc-list ul {
      flex-wrap: wrap; } }

.sa-legencybox {
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06); }

.sa-hm-benefits-box {
  background: #fff;
  border-radius: 14px;
  height: 100%; }
  .sa-hm-benefits-box .check-iconred {
    min-width: 20px; }
  .sa-hm-benefits-box .sa-hm-benefits-title {
    color: #000; }
  .sa-hm-benefits-box .sa-dm-solutions-list {
    margin: 0;
    padding: 0 20px; }
    .sa-hm-benefits-box .sa-dm-solutions-list li {
      margin-bottom: 15px; }
      .sa-hm-benefits-box .sa-dm-solutions-list li span {
        color: #000;
        font-weight: 500; }
  .sa-hm-benefits-box:hover {
    background: linear-gradient(180deg, #080038 0%, #000000 100%); }
    .sa-hm-benefits-box:hover h3, .sa-hm-benefits-box:hover .h3 {
      color: #fff; }
    .sa-hm-benefits-box:hover p {
      color: #fff; }
    .sa-hm-benefits-box:hover .sa-dm-solutions-list li {
      color: #fff; }
      .sa-hm-benefits-box:hover .sa-dm-solutions-list li span {
        color: #fff; }

.sa-hm-rules-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px; }

.sa-ou-team-right {
  right: 0;
  bottom: -20px; }
  .sa-ou-team-right img {
    height: 501px;
    object-fit: cover; }

.sa-ou-solution-box {
  border-radius: 14px; }

.sa-ou-design-slider .carousel-indicators button {
  width: 11px;
  height: 11px;
  background: #BFBFBF;
  border-radius: 50%;
  border: none;
  margin: 0 8px 0 0;
  opacity: 1; }
  .sa-ou-design-slider .carousel-indicators button.active {
    background: #FC5743; }

.sa-ou-design-slider .sa-ou-solution-box {
  bottom: -15px;
  width: 80%;
  left: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  right: 0;
  margin: 0 auto; }

.sa-drone-usage-section {
  background: url(../assests/images/individual-case-study/drone-usagebg.webp);
  min-height: 891px;
  background-size: cover;
  background-position: center center; }

.sa-bf-usage-bg {
  background: url(../assests/images/better-fleet/benefits.png);
  background-size: cover;
  background-position: center center; }

.sa-bf-benefits-box {
  background: #F9F9F9; }

.sa-dv-usage-bg {
  background: url(../assests/images/dmv-casestudy/dv-banner.png);
  background-size: cover;
  background-position: center center; }

.sa-dv-challanges-right {
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06);
  border-radius: 33px; }

.dv-tsbox {
  background: #F9F9F9;
  border-radius: 8px;
  height: 100%; }

.sa-dv-ts-table .table thead tr th {
  background: linear-gradient(275.94deg, #FF745C -20.25%, #9DACFF 99.3%);
  padding: 24px;
  text-align: center;
  border: none;
  border-right: 2px solid #fff;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff; }

.sa-dv-ts-table .table tbody tr td {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  padding: 24px;
  text-align: center;
  position: relative;
  width: 25%; }
  .sa-dv-ts-table .table tbody tr td:nth-child(odd):before {
    background: linear-gradient(275.94deg, #FF745C -20.25%, #9DACFF 99.3%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.12;
    position: absolute; }
  .sa-dv-ts-table .table tbody tr td ul {
    margin: 0; }
    .sa-dv-ts-table .table tbody tr td ul li {
      text-align: left;
      margin-bottom: 8px; }

.sa-dv-why-seasia {
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06);
  border-radius: 14px 0px 0px 14px; }

.sa-dv-why-seasiaright {
  background: linear-gradient(180deg, #080038 0%, #000000 100%);
  border-radius: 0px 14px 14px 0px; }
  .sa-dv-why-seasiaright ul {
    margin: 0; }
    .sa-dv-why-seasiaright ul li {
      margin-bottom: 15px; }

.sa-en-tiger-imagebg.sa-en-tiger-imagebgleft:after {
  left: 0;
  right: auto; }

.sa-en-tiger-imagebg:after {
  content: "";
  position: absolute;
  right: 0;
  background: #F77869;
  width: 40%;
  height: 100%; }

.sa-en-tiger-imagebg img {
  z-index: 99;
  position: relative;
  margin: 40px 0px; }

.sa-erp-app-response {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03); }

.sa-dm-solutions-list {
  margin: 0;
  padding: 0 20px; }
  .sa-dm-solutions-list li {
    margin-bottom: 15px; }
    .sa-dm-solutions-list li span {
      color: #000;
      font-weight: 500; }

.sa-erp-app-overcoming {
  background: url(../assests/images/erp-app/overcoming-bg.png);
  padding: 185px 0px 314px;
  background-size: cover; }
  @media (max-width: 767.98px) {
    .sa-erp-app-overcoming {
      padding: 80px 0px;
      background: linear-gradient(180deg, #080038 0%, #000000 100%); } }

.sa-emss-usage-bg {
  background: url(../assests/images/emss-casestudy/client.png);
  background-size: cover;
  background-position: center center; }

.sa-eb-details-bg {
  background: url(../assests/images/event/details-bg.png);
  background-size: cover;
  background-position: center npm center; }

.our-solution.our-csr .card {
  border-radius: 9px;
  height: 100%; }

.our-solution.our-csr .marketing-cards {
  border-radius: 9px; }
  .our-solution.our-csr .marketing-cards:hover {
    transform: translateY(0px); }

.partner-border {
  position: relative; }
  .partner-border::before {
    top: 35%;
    content: "";
    position: absolute;
    border-right: 1px dashed #dbdbdb;
    right: 15%;
    height: 40%; }
    @media (max-width: 575.98px) {
      .partner-border::before {
        display: none; } }

.graph-text {
  margin-left: 13%; }

.p-box-main {
  display: flex;
  flex-wrap: wrap; }

.p-box-inner {
  height: 100%;
  padding: 20px;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  width: 20%; }
  .p-box-inner img {
    filter: grayscale(1);
    transition: all 0.5s ease; }
  .p-box-inner:hover img {
    filter: grayscale(0); }
  @media (max-width: 991.98px) {
    .p-box-inner {
      width: 100%;
      margin-top: -1px;
      margin-left: -1px; } }

.ss-partnership-broaden-ur-horizons .img-container {
  border-radius: 12px;
  overflow: hidden; }
  .ss-partnership-broaden-ur-horizons .img-container:hover img {
    transform: scale(1.05); }
  .ss-partnership-broaden-ur-horizons .img-container img {
    border-radius: 12px;
    transition: all ease 1.5s; }

.ss-why-partner-with-us {
  background: linear-gradient(177.34deg, #080038 2.22%, #000000 178.78%); }

.ss-reasons-to-trust .ss-reasons-card {
  padding: 1px;
  background: linear-gradient(262.26deg, #A8ADEE 44.02%, #DB9290 100%);
  border-radius: 27.5px;
  min-height: 245px; }
  .ss-reasons-to-trust .ss-reasons-card .inner-box {
    padding: 30px;
    background-color: #fff;
    border-radius: 27.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 244px; }
    .ss-reasons-to-trust .ss-reasons-card .inner-box img {
      max-height: 90px; }

.header-banner.ss-android-banner {
  height: auto; }

.ss-grid-points .ss-grid-image {
  overflow: hidden; }
  .ss-grid-points .ss-grid-image img {
    transition: all 1.5s ease-in-out; }
  .ss-grid-points .ss-grid-image:hover img {
    transform: scale(1.05); }

.ss-grid-points .check-icon img {
  height: 12px;
  margin-top: 6px; }

.sa-tech-play-icon .ss-oa-brands img {
  max-height: 88px; }

.ss-about-ceo-thoughts {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.ss-oue-awards .ss-awards-images {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DBDBDB;
  margin-top: -1px;
  margin-left: -1px;
  padding: 8px;
  overflow: hidden; }
  .ss-oue-awards .ss-awards-images img {
    transition: all 0.5s ease;
    max-height: 130px; }

.ss-v-r-with-mission {
  background: url(../assests/images/about/with-a-mission.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh; }
  @media (max-width: 991.98px) {
    .ss-v-r-with-mission {
      background-position: left; } }

.ss-about-numbering {
  border-bottom: 1px solid #C1C1C1; }
  .ss-about-numbering .divider {
    width: 1px;
    height: 77px;
    background: linear-gradient(188.17deg, #FF745C 43.73%, #9DACFF 100%);
    margin-left: 35px;
    margin-right: 40px; }
  .ss-about-numbering .visibility-hidden {
    visibility: hidden; }

.ss-about-v-r-visionary .ss-grid-image {
  border-radius: 12px; }
  .ss-about-v-r-visionary .ss-grid-image img {
    border-radius: 12px; }

.indivisual-blog {
  height: auto;
  padding-bottom: 20vh; }

.detail-blog .blog-listing {
  padding-left: 0; }
  .detail-blog .blog-listing li {
    position: relative;
    list-style-type: none;
    margin: 14px 0px 14px 19px; }
    .detail-blog .blog-listing li:before {
      position: absolute;
      content: "";
      background: #FC5743;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      display: flex;
      left: -19px;
      top: 9px; }

.blog-bottomsec .blog-socialicon {
  background: #1877F2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .blog-bottomsec .blog-socialicon-twitter {
    background: #1DA1F2; }
  .blog-bottomsec .blog-socialicon-linkedin {
    background: #2867B2; }

.blog-bottomsec .prev-next {
  width: 14%; }
  @media (max-width: 767px) {
    .blog-bottomsec .prev-next {
      width: 38%; } }
  .blog-bottomsec .prev-next a {
    text-decoration: none;
    color: #FC5743; }
    .blog-bottomsec .prev-next a svg {
      fill: #FC5743; }
  .blog-bottomsec .prev-next .next {
    color: #5A5A5A; }
    .blog-bottomsec .prev-next .next svg {
      fill: #5A5A5A; }

.sa-about-new-numberinginner {
  position: relative; }
  .sa-about-new-numberinginner:after {
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(194.18deg, #FF745C -22.61%, #9DACFF 74.63%);
    width: 2px;
    height: 100%;
    top: 0; }
    @media (max-width: 767.98px) {
      .sa-about-new-numberinginner:after {
        height: 2px;
        width: 100%;
        bottom: 0;
        top: auto; } }

@media (max-width: 991.98px) {
  .ss-about-ceo-thoughtsnew .row {
    flex-direction: column-reverse; } }

.ss-jobs-filters .ss-job-filter-form select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(../assests/images/icons/down-arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 14px;
  padding: 5px 30px 5px 10px; }
  .ss-jobs-filters .ss-job-filter-form select:focus-visible {
    outline: 0;
    box-shadow: none; }

.ss-jobs-sec .ss-job-post-card {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 30px 25px;
  min-height: 100%; }
  .ss-jobs-sec .ss-job-post-card .job-profile-icon {
    height: 21px;
    width: 21px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .ss-jobs-sec .ss-job-post-card a {
    transition: all 0.3s ease; }
    .ss-jobs-sec .ss-job-post-card a:hover {
      color: #FC5743 !important; }

.img-box {
  overflow: hidden; }
  .img-box img {
    transition: all 1.5s ease; }
  .img-box:hover img {
    transform: scale(1.05); }

.ss-employees-feedback .ss-employee-feed {
  margin-bottom: 60px; }
  @media (max-width: 1199.98px) {
    .ss-employees-feedback .ss-employee-feed {
      min-height: 430px; } }
  @media (max-width: 767.98px) {
    .ss-employees-feedback .ss-employee-feed {
      min-height: 320px; } }
  @media (max-width: 575.98px) {
    .ss-employees-feedback .ss-employee-feed {
      min-height: 400px; } }

.ss-employees-feedback .carousel-indicators button {
  width: 31px;
  height: 6px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #FC5743;
  border-top: 0;
  border-bottom: 0;
  border-radius: 30px; }

.ss-employees-feedback .carousel-indicators {
  margin-left: 0;
  justify-content: start;
  flex-direction: column;
  bottom: -10%; }

.ss-employees-feedback .avatars {
  display: flex;
  list-style-type: none;
  margin: 10px 0;
  padding: 0px;
  flex-direction: row; }
  .ss-employees-feedback .avatars__item {
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 100;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    transition: margin 0.1s ease-in-out;
    overflow: hidden;
    margin-left: -20px;
    text-indent: inherit;
    opacity: 1; }
    .ss-employees-feedback .avatars__item:first-child {
      margin-left: 0px; }
    .ss-employees-feedback .avatars__item img {
      width: 100%; }

.job-detail .dialog-custom {
  max-width: 1120px; }

.job-detail .modal-header {
  border-bottom: none; }

.job-detail .location-prefer {
  border-bottom: 1px solid #DADADA; }

.job-detail .modal-footer {
  border-top: none; }
  .job-detail .modal-footer .btn {
    border-radius: 27.5px; }

.job-detail .modal-header .btn-close {
  top: 35px;
  right: 47px;
  position: absolute; }

.job-detail .import-data {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; }

.job-detail .file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.job-detail .file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  padding: 10px 12px; }

.job-detail .file-input__label svg {
  height: 16px;
  margin-right: 11px;
  width: 11px; }

.width-custom {
  width: 45px; }

.header-banner.site-map-banner {
  height: 40vh; }

.ss-site-map-main .ss-site-map-items ul li {
  margin: 6px 0; }
  .ss-site-map-main .ss-site-map-items ul li .ss-sitemap-links {
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    transition: all 0.2s linear; }
    .ss-site-map-main .ss-site-map-items ul li .ss-sitemap-links:hover {
      color: #0606ff;
      text-decoration: underline; }

.ss-chatbot-help-development .ss-chatbot-hd-card {
  background: #F9F9F9;
  border-radius: 14px;
  padding: 30px 35px;
  position: relative;
  box-shadow: -11px 0px 31px -26px rgba(152, 152, 152, 0.5);
  min-height: 100%;
  margin-bottom: 20px; }
  .ss-chatbot-help-development .ss-chatbot-hd-card .card-number {
    position: absolute;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    color: rgba(138, 138, 138, 0.07);
    top: 0px;
    right: 40px; }
  .ss-chatbot-help-development .ss-chatbot-hd-card .content {
    margin-top: 95px; }
  .ss-chatbot-help-development .ss-chatbot-hd-card:hover {
    background-color: #F3F3F3; }

.ride-planning-content {
  width: 85%; }
  @media (max-width: 991.98px) {
    .ride-planning-content {
      width: 100%; } }

.bike-event-sec {
  background: #F9F9F9; }
  .bike-event-sec .left-es {
    padding-left: 70px; }
    @media (max-width: 991.98px) {
      .bike-event-sec .left-es {
        padding: 0px !important; } }
  .bike-event-sec .right-es {
    padding-right: 55px; }
    @media (max-width: 991.98px) {
      .bike-event-sec .right-es {
        padding: 0px !important; } }

.rating-divider {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  height: 3px;
  width: 100%;
  margin: 32px 0px; }

.harley-bg {
  background-image: url("../assests/images/harley-davidson/harley-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 780px; }
  @media (max-width: 991.98px) {
    .harley-bg {
      height: 580px; } }
  @media (max-width: 767.98px) {
    .harley-bg {
      height: 500px; } }

.bg-txt {
  margin-left: 55px;
  margin-top: 40px; }
  @media (max-width: 991.98px) {
    .bg-txt {
      margin: 20px; } }

.ride-planning-content {
  width: 85%; }
  @media (max-width: 991.98px) {
    .ride-planning-content {
      width: 100%; } }

.bike-event-sec {
  background: #F9F9F9; }
  .bike-event-sec .left-es {
    padding-left: 70px; }
    @media (max-width: 991.98px) {
      .bike-event-sec .left-es {
        padding: 0px !important; } }
  .bike-event-sec .right-es {
    padding-right: 55px; }
    @media (max-width: 991.98px) {
      .bike-event-sec .right-es {
        padding: 0px !important; } }

.rating-divider {
  background: linear-gradient(269.91deg, #FF745C 0.08%, #9DACFF 99.94%);
  height: 3px;
  width: 100%;
  margin: 32px 0px; }

.harley-bg {
  background-image: url("../assests/images/harley-davidson/harley-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 780px; }
  @media (max-width: 991.98px) {
    .harley-bg {
      height: 580px; } }
  @media (max-width: 767.98px) {
    .harley-bg {
      height: 500px; } }

.bg-txt {
  margin-left: 55px;
  margin-top: 40px; }
  @media (max-width: 991.98px) {
    .bg-txt {
      margin: 20px; } }

.ss-page-details .overview-wrapper {
  box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.06);
  border-radius: 33px; }

.revamp {
  border-top: 1px solid #C8C8C8; }

.adani .left-content-sec {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
  min-height: 344px; }

.header-banner.privacy-policy {
  height: 50vh; }

.testimonial .author-pic {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.09);
  border-radius: 50%; }

.flexible .ss-our-ad-and-as-cards:hover .card-content h3, .flexible .ss-our-ad-and-as-cards:hover .card-content .h3 {
  color: #F77869 !important; }

.escooter-app {
  background-image: url("../assests/images/e-scooter/escooter-app.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 259px 0; }

.development-approach {
  background: linear-gradient(177.42deg, #080038 2.16%, #000000 174.03%); }

#exampleModalCenter {
  position: relative;
  z-index: 95; }

.christmas-popup {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 91; }
  @media (max-width: 767.98px) {
    .christmas-popup {
      display: none; } }
  .christmas-popup .sky {
    width: 100%;
    position: sticky;
    top: 0;
    height: 100%;
    color: #ed8c8c;
    display: block;
    z-index: 92; }
    .christmas-popup .sky .christmas-santa-box {
      position: relative;
      height: 100vh;
      width: 100%;
      z-index: 91; }
      .christmas-popup .sky .christmas-santa-box .motion-box {
        border: 0;
        outline: 0;
        background-color: transparent;
        z-index: 9999; }
        .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa {
          width: 295px;
          height: 155px;
          position: absolute;
          transform: rotate(-1deg);
          animation: sori-santa 14s linear normal infinite;
          animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa:hover {
            animation-play-state: paused; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .close-popup {
            background-color: #ee2628;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            z-index: 99;
            position: absolute;
            left: 0; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 125px;
            height: 107px;
            z-index: 10; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa--sori {
            bottom: 0;
            left: 0;
            transform: rotateY(180deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa--sori:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa--sori:after {
            position: absolute;
            content: "";
            bottom: 0;
            background-color: #b61e1e; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa--sori:before {
            position: absolute;
            content: "";
            left: -10px;
            width: 126px;
            height: 30px;
            border-radius: 10px 50% 10px 50%;
            z-index: 10;
            transform: rotate(0); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa--sori:after {
            position: absolute;
            content: "";
            left: 70px;
            width: 50px;
            height: 53px;
            border-radius: 50% 10px 22px 10px;
            transform: rotate(8deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa--sori .santa__hand--left .santa__hand-inner {
            animation: sori-santa-hand-right 1s linear alternate infinite;
            animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa--sori .santa__hand--right {
            border-radius: 10px;
            height: 7px;
            transform: rotate(25deg);
            animation: sori-santa-hand-left 1s linear alternate infinite;
            animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa--sori .santa__hand--right:before {
            position: absolute;
            content: "";
            width: 8px;
            height: 7px;
            top: -2px;
            left: -6px;
            background-color: #000;
            border-radius: 50%;
            transform: rotate(10deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa--sori .santa__foot {
            display: none; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hat-part {
            position: absolute;
            top: 7px;
            left: 31px;
            width: 43px;
            height: 58px;
            border-radius: 50%;
            background-color: #d63527;
            transform: rotate(28deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hat-part:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hat-part:after {
            position: absolute;
            content: "";
            height: 7px;
            border-radius: 50%; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hat-part:nth-of-type(1):before {
            position: absolute;
            content: "";
            top: 9px;
            left: 45px;
            width: 7px;
            background-color: #fff; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hat-part:nth-of-type(1):after {
            position: absolute;
            content: "";
            top: 3px;
            left: 19px;
            width: 30px;
            background-color: #d63527;
            transform: rotate(22deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hat-part:nth-of-type(2) {
            position: absolute;
            top: 18px;
            left: 31px;
            width: 44px;
            height: 34px;
            border-radius: 50%;
            background-color: #fff;
            transform: rotate(12deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__face {
            position: absolute;
            top: 25px;
            left: 37px;
            width: 31px;
            height: 17px;
            border-radius: 20px 20px 50% 50%;
            background-color: #fde2b7;
            z-index: 10;
            transform: rotate(10deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__beard-part {
            position: absolute;
            top: 8px;
            left: -14px;
            width: 15px;
            height: 17px;
            border-radius: 50%;
            background-color: #fff; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__beard-part:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__beard-part:after {
            position: absolute;
            content: "";
            background-color: #fff; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__beard-part:before {
            position: absolute;
            content: "";
            top: 12px;
            left: 1px;
            width: 15px;
            height: 17px;
            border-radius: 50%; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__beard-part:nth-of-type(2) {
            top: 16px;
            left: -8px;
            width: 26px;
            height: 30px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__beard-part:nth-of-type(2):before {
            position: absolute;
            content: "";
            top: 16px;
            left: 13px;
            width: 19px;
            height: 17px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__beard-part:nth-of-type(2):after {
            position: absolute;
            content: "";
            top: 1px;
            left: 13px;
            width: 19px;
            height: 17px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__beard-part:nth-of-type(3) {
            top: 16px;
            left: 14px;
            width: 27px;
            height: 28px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__beard-part:nth-of-type(3):before {
            position: absolute;
            content: "";
            top: -4px;
            left: 13px;
            width: 17px;
            height: 17px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__eyebrows {
            position: absolute;
            top: 0;
            left: 0;
            width: 2px;
            height: 7px;
            border-radius: 50%;
            background-color: #fff; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__eyebrows--left {
            top: 1px;
            left: 4px;
            transform: rotate(65deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__eyebrows--right {
            top: 2px;
            left: 22px;
            transform: rotate(-65deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__eye {
            position: absolute;
            top: 8px;
            left: 2px;
            width: 3px;
            height: 4px;
            border-radius: 50%;
            background-color: #000; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__eye--left {
            top: 8px;
            left: 2px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__eye--right {
            top: 8px;
            left: 20px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__nose {
            position: absolute;
            top: 10px;
            left: 6px;
            width: 12px;
            height: 9px;
            border-radius: 50%;
            z-index: 10;
            background-color: #f7d194; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__cheek {
            position: absolute;
            top: 10px;
            left: 6px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            z-index: 10;
            background-color: #f4cfe3; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__cheek--left {
            top: 12px;
            left: -3px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__cheek--right {
            top: 13px;
            left: 22px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__body {
            position: absolute;
            top: 54px;
            left: 16px;
            width: 88px;
            height: 53px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__body:before {
            position: absolute;
            content: "";
            top: -23px;
            right: -10px;
            width: 53px;
            height: 51px;
            border-radius: 42% 50%;
            background-color: #f3f0f0;
            z-index: -1; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__body-top {
            top: -3px;
            left: 10px;
            position: absolute;
            width: 45px;
            height: 39px;
            border-radius: 50% 50% 10% 10%;
            background-color: #d63527;
            z-index: 5; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__body-top:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__body-top:after {
            position: absolute;
            content: "";
            height: 5px;
            background-color: #000;
            transform: rotate(1deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__body-top:before {
            position: absolute;
            content: "";
            top: 28px;
            left: 0px;
            width: 45px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__body-top:after {
            position: absolute;
            content: "";
            top: 27px;
            left: 10px;
            width: 7px;
            border: 1px solid #fff;
            border-radius: 3px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__body-bottom {
            position: absolute;
            top: 18px;
            left: 10px;
            width: 44px;
            height: 23px;
            border-radius: 50%;
            background-color: #d63527; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot {
            position: absolute;
            bottom: -7px;
            left: 23px;
            width: 10px;
            height: 17px;
            border-radius: 3px;
            background-color: #d63527;
            transform: rotate(0); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot:after {
            position: absolute;
            content: "";
            background-color: #000; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot:before {
            position: absolute;
            content: "";
            bottom: -3px;
            left: 0;
            height: 7px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot:after {
            position: absolute;
            content: "";
            width: 15px;
            height: 6px;
            bottom: -5px;
            left: -3px;
            border-radius: 50% 50% 50% 4px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot--left {
            bottom: -7px;
            left: 6px;
            transform: rotate(0);
            animation: santa-foot-left 0.8s linear alternate infinite;
            animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot--left:before {
            position: absolute;
            content: "";
            width: 10px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot--left:after {
            position: absolute;
            content: "";
            width: 13px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot--right {
            width: 12px;
            bottom: -7px;
            left: 26px;
            transform: rotate(0);
            animation: santa-foot-right 0.8s linear alternate infinite;
            animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot--right:before {
            position: absolute;
            content: "";
            width: 12px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__foot--right:after {
            position: absolute;
            content: "";
            width: 15px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hand {
            position: absolute; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hand--left {
            top: 5px;
            left: 19px;
            width: 33px;
            height: 30px;
            overflow: hidden; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hand--left .santa__hand-inner {
            position: absolute;
            top: 10px;
            left: 8px;
            width: 49px;
            z-index: 100;
            height: 7px;
            border-radius: 10px;
            background-color: #d63527;
            transform: rotate(12deg);
            animation: santa-hand-left 1s linear alternate infinite;
            animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hand--left .santa__hand-inner:before {
            position: absolute;
            content: "";
            width: 8px;
            height: 7px;
            top: -2px;
            left: -6px;
            background-color: #000;
            border-radius: 50%;
            transform: rotate(25deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .santa__hand--right {
            top: 4px;
            left: 3px;
            width: 11px;
            height: 8px;
            border-radius: 50%;
            background-color: #d63527;
            transform: rotate(-60deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .lead {
            position: absolute;
            top: 92px;
            left: 84px;
            width: 182px;
            height: 33px;
            overflow: hidden;
            z-index: 10;
            transform: rotate(0);
            animation: sori-santa-lead-right 1s linear alternate infinite;
            animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .lead--back {
            top: 85px;
            left: 105px;
            width: 149px;
            z-index: 0;
            transform: rotate(4deg);
            animation: sori-santa-lead-left 1s linear alternate infinite;
            animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .lead-inner {
            position: absolute;
            bottom: 0;
            left: -12px;
            width: 100%;
            height: 48px;
            border-bottom: 1px solid #fff;
            border-radius: 50%; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .sori {
            position: absolute;
            bottom: -12px;
            left: 0px;
            width: 145px;
            height: 11px;
            border-bottom: 5px solid #690e00;
            border-right: 5px solid #690e00;
            border-radius: 10px;
            z-index: 10;
            transform: rotate(-3deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .sori:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .sori:after {
            position: absolute;
            content: "";
            width: 5px;
            background-color: #690e00; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .sori:before {
            position: absolute;
            content: "";
            top: 2px;
            left: 34px;
            height: 9px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .sori:after {
            top: 3px;
            left: 108px;
            height: 8px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer {
            position: absolute;
            width: 115px;
            height: 155px;
            right: 0;
            top: 20px;
            z-index: 0;
            transform: rotate(14deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer:before {
            position: absolute;
            content: "";
            top: 65px;
            left: 76px;
            width: 8px;
            height: 31px;
            background-color: #115a8d;
            z-index: 10;
            transform: rotate(-55deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__face {
            position: absolute;
            width: 30px;
            height: 22px;
            top: 44px;
            left: 72px;
            border-radius: 10px 10px 50% 50%;
            background-color: #cca58b;
            transform: rotate(-3deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__face:before {
            position: absolute;
            content: "";
            background-color: #cca58b;
            width: 29px;
            height: 16px;
            border-radius: 50%;
            top: 0px;
            left: 11px;
            transform: rotate(-49deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__face:after {
            position: absolute;
            content: "";
            background-color: #000;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            top: -8px;
            left: 31px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn {
            position: absolute;
            width: 29px;
            height: 4px;
            top: -7px;
            left: -21px;
            border-radius: 2px;
            background-color: #f0dbc2;
            transform: rotate(38deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn:after {
            position: absolute;
            content: "";
            background-color: #f0dbc2;
            border-radius: 2px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--left {
            top: -7px;
            left: -21px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--left:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--left:after {
            position: absolute;
            content: "";
            top: -4px;
            width: 14px;
            height: 4px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--left:before {
            position: absolute;
            content: "";
            left: 6px;
            transform: rotate(43deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--left:after {
            left: 13px;
            transform: rotate(53deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--right {
            top: -12px;
            left: -6px;
            width: 24px;
            transform: rotate(62deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--right:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--right:after {
            position: absolute;
            content: "";
            top: -3px;
            width: 10px;
            height: 4px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--right:before {
            position: absolute;
            content: "";
            left: 5px;
            transform: rotate(43deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__horn--right:after {
            position: absolute;
            content: "";
            left: 11px;
            transform: rotate(53deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__ear {
            position: absolute;
            width: 21px;
            height: 11px;
            top: 4px;
            left: -18px;
            border-radius: 4px 0 50% 50%;
            background-color: #cca58b;
            transform: rotate(4deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__ear:before {
            position: absolute;
            content: "";
            top: -2px;
            left: 34px;
            width: 4px;
            height: 5px;
            border-radius: 50%;
            background-color: #000;
            transform: rotate(-35deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__body {
            position: absolute;
            width: 58px;
            height: 31px;
            top: 84px;
            left: 28px;
            border-radius: 50% 0;
            background-color: #cca58b;
            transform: rotate(-3deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__body:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__body:after {
            position: absolute;
            content: "";
            height: 26px;
            border-radius: 0 0 50% 50%;
            background-color: #cca58b; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__body:before {
            position: absolute;
            content: "";
            width: 46px;
            top: -15px;
            left: 32px;
            transform: rotate(-55deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__body:after {
            position: absolute;
            content: "";
            width: 43px;
            top: -11px;
            transform: rotate(-30deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--front .reindeer__foot-inner {
            width: 40px;
            height: 8px;
            top: 13px;
            left: 35px;
            border-radius: 0 50%;
            background-color: #cca58b;
            transform: rotate(-17deg);
            animation: reindeer-front 0.8s linear alternate infinite;
            animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--front .reindeer__foot-inner:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--front .reindeer__foot-inner:after {
            position: absolute;
            content: "";
            height: 8px;
            background-color: #cca58b; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--front .reindeer__foot-inner:before {
            position: absolute;
            content: "";
            width: 28px;
            top: 10px;
            left: 17px;
            border-radius: 2px 50%;
            transform: rotate(131deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--front .reindeer__foot-inner:after {
            position: absolute;
            content: "";
            width: 7px;
            height: 8px;
            top: 17px;
            left: 18px;
            border-radius: 2px; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--back .reindeer__foot-inner {
            width: 56px;
            height: 9px;
            top: 37px;
            left: -29px;
            border-radius: 0 50%;
            background-color: #cca58b;
            transform: rotate(-73deg);
            animation: reindeer-back 0.8s linear alternate infinite;
            animation-fill-mode: both; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--back .reindeer__foot-inner:before,
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--back .reindeer__foot-inner:after {
            position: absolute;
            content: "";
            background-color: #cca58b; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--back .reindeer__foot-inner:before {
            position: absolute;
            content: "";
            width: 25px;
            height: 16px;
            top: 4px;
            left: 25px;
            border-radius: 0 50%;
            transform: rotate(15deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot--back .reindeer__foot-inner:after {
            position: absolute;
            content: "";
            width: 8px;
            height: 9px;
            top: -2px;
            left: -2px;
            border-radius: 2px 0 2px 2px;
            transform: rotate(14deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__foot-inner {
            position: absolute; }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__tail {
            position: absolute;
            width: 27px;
            height: 26px;
            top: 6px;
            left: -8px;
            border-radius: 50% 2px;
            background-color: #cca58b;
            transform: rotate(-17deg); }
          .christmas-popup .sky .christmas-santa-box .motion-box .sori-santa .reindeer__tail:before {
            position: absolute;
            content: "";
            background-color: #cca58b;
            border-radius: 50%;
            top: -2px;
            left: -3px;
            width: 15px;
            height: 5px;
            transform: rotate(25deg); }

@keyframes sori-santa {
  0% {
    left: -10%;
    bottom: 15%;
    transform: rotate(-5deg); }
  10% {
    bottom: 17%; }
  20% {
    bottom: 15%; }
  30% {
    bottom: 17%; }
  40% {
    bottom: 15%; }
  50% {
    bottom: 17%; }
  60% {
    bottom: 15%; }
  70% {
    bottom: 17%; }
  80% {
    bottom: 15%; }
  90% {
    bottom: 17%; }
  100% {
    left: 110%;
    bottom: 15%; } }

@keyframes reindeer-front {
  0% {
    transform: rotate(-24deg); }
  100% {
    transform: rotate(-13deg); } }

@keyframes sori-santa-hand-left {
  0% {
    transform: rotate(15deg); }
  100% {
    transform: rotate(-30deg); } }

@keyframes sori-santa-lead-left {
  0% {
    transform: rotate(1deg); }
  100% {
    transform: rotate(-2deg); } }

@keyframes sori-santa-hand-right {
  0% {
    transform: rotate(15deg); }
  100% {
    transform: rotate(-2deg); } }

@keyframes sori-santa-lead-right {
  0% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(-4deg); } }

@keyframes santa-foot-left {
  0% {
    transform: rotate(30deg); }
  100% {
    transform: rotate(-10deg); } }

@keyframes santa-foot-right {
  0% {
    transform: rotate(-30deg); }
  100% {
    transform: rotate(10deg); } }

.trusted-line-text {
  font-size: 22px; }

.trusted-line-description {
  margin-left: 60px; }

.trusted-line {
  background: #FC5743;
  height: 4px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }

.trusted-line-text-main {
  margin-left: 60px; }

@media (max-width: 767.98px) {
  .beginning-mob {
    padding-top: 0px;
    padding-bottom: 50px; } }

.line-text {
  font-size: 20px;
  font-weight: 400; }

.enterprise {
  padding-top: 100px;
  padding-bottom: 45px;
  margin-top: 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .enterprise {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .enterprise {
      padding-top: 15px;
      padding-bottom: 50px; } }

.trainsiton-boxes-section .cloud-part {
  min-height: calc(100vh - 255px);
  border-left: 1px solid #e0e0e0;
  position: relative;
  border-right: 1px solid #e0e0e0; }
  .trainsiton-boxes-section .cloud-part a {
    padding: 0 42px; }
  .trainsiton-boxes-section .cloud-part:hover a {
    color: #fff; }
  .trainsiton-boxes-section .cloud-part:hover h2, .trainsiton-boxes-section .cloud-part:hover .h2 {
    color: #fff; }
  .trainsiton-boxes-section .cloud-part:hover p {
    color: #fff; }
  .trainsiton-boxes-section .cloud-part:hover svg path {
    fill: #fff; }
  @media screen and (max-width: 768px) {
    .trainsiton-boxes-section .cloud-part:hover a {
      color: black; }
    .trainsiton-boxes-section .cloud-part:hover h2, .trainsiton-boxes-section .cloud-part:hover .h2 {
      color: black; }
    .trainsiton-boxes-section .cloud-part:hover p {
      color: #5a5a5a; }
    .trainsiton-boxes-section .cloud-part:hover svg path {
      fill: black; } }
  .trainsiton-boxes-section .cloud-part svg path {
    fill: #7d7d7d; }
  .trainsiton-boxes-section .cloud-part h2, .trainsiton-boxes-section .cloud-part .h2 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 15px; }
  .trainsiton-boxes-section .cloud-part p {
    color: #5a5a5a;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; }

.trainsiton-boxes-section .carousel-indicators {
  position: absolute;
  bottom: -58px; }
  .trainsiton-boxes-section .carousel-indicators button {
    height: 2px;
    border-radius: 12px;
    width: 2px;
    border: 3px solid #fc5743; }

.trainsiton-boxes-section .cloud-bg {
  position: absolute;
  left: 0;
  top: 50rem;
  z-index: -1;
  width: 100%;
  transition: all 0.3s ease;
  height: 100%; }
  @media screen and (max-width: 1000px) {
    .trainsiton-boxes-section .cloud-bg {
      display: none; } }

.trainsiton-boxes-section .cloud-part:hover > .cloud-bg {
  top: 0;
  transition: all 0.3s ease; }

@media screen and (max-width: 1000px) {
  .trainsiton-boxes-section .cloud-part {
    min-height: auto;
    margin-bottom: 20px; } }

.color-1::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #00c0cc;
  left: -2px;
  top: 70%; }

.color-2::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #f2004a;
  left: -2px;
  top: 90px; }

.color-3::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #ff8f28;
  left: -2px;
  top: 70%; }

.color-4::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #c5dc00;
  left: -2px;
  top: 90px; }

.color-5::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #ff8f28;
  right: -2px;
  top: 70%; }

.nav-list {
  justify-content: flex-end;
  position: absolute;
  right: 0; }
  .nav-list li {
    list-style-type: none; }
    .nav-list li:first-child {
      z-index: 1; }
    .nav-list li:last-child {
      z-index: 999; }

.m-top,
.m-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px;
  right: 0;
  margin: auto;
  transition: 0.9s ease;
  top: 50%;
  transform: translateY(-50%); }

.main-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #000000; }

.subheading {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #666666; }

.block-out {
  z-index: 2; }
  .block-out.last-child::after {
    content: none; }

.before-hover {
  height: 99%; }

.navbar-brand-1 {
  z-index: 1;
  position: absolute;
  display: block; }

.navbar-brand-2 {
  position: relative;
  opacity: 0;
  z-index: 2;
  display: block; }

.before-hover:hover .nav-list .link a,
.before-hover:hover .nav-list .link.active a {
  color: #fff;
  transition: 0.3s all;
  transition-delay: 0.5s; }

.before-hover:hover .navbar-brand-2 {
  opacity: 1;
  display: block;
  position: relative;
  z-index: 99;
  transition: 0.3s all;
  transition-delay: 0.5s; }

.before-hover:hover .block-out::after {
  content: none; }

.before-hover:hover svg path {
  fill: #fff; }

.before-hover::before {
  opacity: 0;
  position: absolute;
  content: "";
  height: 0%;
  top: 100%;
  transition: 0.8s ease;
  z-index: 1; }

.before-hover:hover::before {
  background-color: #fff;
  background-size: cover;
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0; }

.before-hover-1:hover::before {
  background-image: url("../assests/images/index/cloud-bg-img.webp"); }

.before-hover-2:hover::before {
  background-image: url("../assests/images/index/agility.jpg"); }

.before-hover-3:hover::before {
  background-image: url("../assests/images/index/inclusion.webp"); }

.before-hover-4:hover::before {
  background-image: url("../assests/images/index/artificial.webp"); }

.logo-on-hover {
  display: none; }

.block-out a {
  font-style: normal;
  font-size: 20px; }

.before-hover:hover .block-out a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-decoration: none; }

.before-hover:hover .logos {
  display: none; }

.before-hover:hover .logo-on-hover {
  display: block;
  margin: 0 auto; }

.before-hover:hover .block-out h4, .before-hover:hover .block-out .h4,
.before-hover:hover .block-out p {
  color: #fff; }

.navbar-toggler:focus {
  box-shadow: none; }

.sg-form {
  position: fixed;
  z-index: 1;
  background: #fff;
  width: 100%;
  max-width: 636px;
  top: 0;
  right: -825px;
  height: 100%;
  bottom: 0;
  box-shadow: 0px 4px 65px rgba(0, 0, 0, 0.25);
  padding: 45px 74px;
  display: flex;
  align-items: center;
  transition: all linear 0.3s;
  z-index: 9; }
  .sg-form input[type="checkbox"] {
    display: none; }

.login .sg-form {
  right: 0; }

.login span.login-text {
  display: none; }

.login .sg-head-btn span.back {
  display: inline-block; }

.sg-formbox {
  width: 100%; }

.sg-form-title {
  font-size: 24px;
  margin-bottom: 30px;
  display: block; }

.sg-form-inp {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  .sg-form-inp input {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #bcbcbc;
    width: 100%; }

.sg-form-inp-ico {
  position: absolute;
  right: 0;
  bottom: 10px; }

.sg-form-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 30px; }

.sg-form-remember {
  position: relative;
  padding-left: 38px;
  cursor: pointer; }
  .sg-form-remember .check {
    width: 22px;
    height: 22px;
    left: 0;
    top: 0px;
    border: 1px solid #bcbcbc;
    background: transparent;
    position: absolute; }

.sg-form-forgot {
  font-size: 14px;
  cursor: pointer; }

.sg-form-btn {
  border: 2px solid #469ea4;
  width: 159px;
  background: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all linear 0.3s;
  border-radius: 40px; }

.sg-social {
  position: absolute;
  width: 100%;
  max-width: 824px;
  bottom: 25px;
  right: 0;
  text-align: center; }

.sg-social-link {
  width: 30px;
  height: 30px;
  margin: 4px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 100%;
  transition: all linear 0.3s; }

.sg-head-btn {
  display: inline-block;
  padding: 0 30px;
  cursor: pointer;
  transition: all linear 0.3s; }

.back {
  display: none; }

.border-end {
  border-right: 1px solid #dee2e6 !important; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.clouds-col {
  border-left: 1px solid #dee2e6 !important; }
  .clouds-col::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #00c0cc;
    left: -2px;
    top: 70%; }
    @media (max-width: 575.98px) {
      .clouds-col::after {
        display: none; } }

.agility::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 80px;
  background: #f2004a;
  left: -2px;
  top: 90px; }
  @media (max-width: 575.98px) {
    .agility::after {
      display: none; } }

.diversity {
  border-left: 1px solid #dee2e6 !important; }
  .diversity::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #ff8f28;
    left: -2px;
    top: 70%; }
    @media (max-width: 575.98px) {
      .diversity::after {
        display: none; } }

.inteligence {
  border-left: 1px solid #dee2e6 !important; }
  .inteligence::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 80px;
    background: #c5dc00;
    left: -2px;
    top: 90px; }
    @media (max-width: 575.98px) {
      .inteligence::after {
        display: none; } }

@media (max-width: 767.98px) {
  .stories.padding-y {
    padding-top: 40px;
    padding-bottom: 0px; } }

.stories .sucess-stories p {
  color: #5A5A5A; }

@media (max-width: 575.98px) {
  .sucess-story-homesection {
    flex-wrap: wrap; } }

.sucess-story-homesection .common-property, .sucess-story-homesection .story-registration-system, .sucess-story-homesection .story-registration-system-2, .sucess-story-homesection .story-registration-system-3, .sucess-story-homesection .story-registration-system-4 {
  background-size: cover;
  background-position: center;
  width: 25%;
  transition: 0.5s ease;
  cursor: pointer;
  min-height: 480px; }
  .sucess-story-homesection .common-property:hover, .sucess-story-homesection .story-registration-system:hover, .sucess-story-homesection .story-registration-system-2:hover, .sucess-story-homesection .story-registration-system-3:hover, .sucess-story-homesection .story-registration-system-4:hover {
    width: 35%; }
    .sucess-story-homesection .common-property:hover a.sahome-storiesarrow, .sucess-story-homesection .story-registration-system:hover a.sahome-storiesarrow, .sucess-story-homesection .story-registration-system-2:hover a.sahome-storiesarrow, .sucess-story-homesection .story-registration-system-3:hover a.sahome-storiesarrow, .sucess-story-homesection .story-registration-system-4:hover a.sahome-storiesarrow {
      display: block;
      opacity: 1; }
    .sucess-story-homesection .common-property:hover .inner-heading h2, .sucess-story-homesection .story-registration-system:hover .inner-heading h2, .sucess-story-homesection .story-registration-system-2:hover .inner-heading h2, .sucess-story-homesection .story-registration-system-3:hover .inner-heading h2, .sucess-story-homesection .story-registration-system-4:hover .inner-heading h2, .sucess-story-homesection .common-property:hover .inner-heading .h2, .sucess-story-homesection .story-registration-system:hover .inner-heading .h2, .sucess-story-homesection .story-registration-system-2:hover .inner-heading .h2, .sucess-story-homesection .story-registration-system-3:hover .inner-heading .h2, .sucess-story-homesection .story-registration-system-4:hover .inner-heading .h2 {
      color: #FC5743; }
    @media (max-width: 575.98px) {
      .sucess-story-homesection .common-property:hover, .sucess-story-homesection .story-registration-system:hover, .sucess-story-homesection .story-registration-system-2:hover, .sucess-story-homesection .story-registration-system-3:hover, .sucess-story-homesection .story-registration-system-4:hover {
        width: 100%;
        padding: 1rem; } }
  @media (max-width: 575.98px) {
    .sucess-story-homesection .common-property, .sucess-story-homesection .story-registration-system, .sucess-story-homesection .story-registration-system-2, .sucess-story-homesection .story-registration-system-3, .sucess-story-homesection .story-registration-system-4 {
      width: 100%; } }

.sucess-story-homesection .story-registration-system {
  background-image: url(../assests/images/index/stories-1.webp);
  background-size: cover; }

.sucess-story-homesection .story-heading {
  padding: 1.5rem;
  height: 100%;
  top: 0; }
  @media (max-width: 767.98px) {
    .sucess-story-homesection .story-heading {
      padding: 1.5rem; } }

.sucess-story-homesection .story-registration-system-2 {
  background-image: url(../assests/images/index/story-2.webp);
  background-size: cover; }

.sucess-story-homesection .story-registration-system-3 {
  background-image: url(../assests/images/index/story-3.webp);
  background-size: cover; }

.sucess-story-homesection .story-registration-system-4 {
  background-image: url(../assests/images/index/story-4.webp);
  background-size: cover; }

.sucess-story-homesection .sahome-storiesarrow {
  display: none;
  opacity: 0;
  transition: all 0.3s ease; }

.sucess-story-homesection .inner-heading {
  color: #ffffff; }

.client-satisfaction {
  padding-top: 0px;
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .client-satisfaction {
      padding-top: 50px;
      padding-bottom: 50px; } }

.partners-spacing {
  padding-top: 50px;
  padding-bottom: 50px; }

.sa-new-blog-left {
  background: linear-gradient(180deg, #080038 0%, #000000 100%);
  height: 100%;
  border-radius: 14px;
  padding: 30px; }
  .sa-new-blog-left .inner-heading {
    background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    text-transform: capitalize; }
  .sa-new-blog-left .innersub-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-bottom: 36px; }
  .sa-new-blog-left .blog-author {
    font-weight: 500;
    font-size: 20px;
    color: #fff; }
  .sa-new-blog-left .sa-new-blog-leftmiddle {
    margin-top: 100px;
    height: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .sa-new-blog-left .sa-new-blog-leftdate {
    margin-top: 80px; }

.blog-cards .sa-new-blog-box {
  background: #F9F9F9;
  border-radius: 14px;
  padding: 30px;
  transition: all 0.3s ease; }
  @media (max-width: 767.98px) {
    .blog-cards .sa-new-blog-box {
      padding: 25px; } }
  .blog-cards .sa-new-blog-box .sa-new-blog-type {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0;
    transition: all 0.3s ease;
    text-transform: uppercase; }
  .blog-cards .sa-new-blog-box .sa-timestamp {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    color: #5a5a5a; }
  .blog-cards .sa-new-blog-box .sa-new-blog-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
    color: #000000;
    transition: all 0.3s ease; }
  .blog-cards .sa-new-blog-box .sa-blog-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #5a5a5a; }
  .blog-cards .sa-new-blog-box .more-link {
    margin-top: 30px;
    display: inline-block;
    transition: all 0.3s ease; }
  .blog-cards .sa-new-blog-box:hover .sa-new-blog-title {
    color: #fc5743; }
  .blog-cards .sa-new-blog-box:hover .more-link svg path {
    fill: #fc5743; }

.blog-cards .sa-innerparagaraph {
  margin: 0;
  min-height: 100px; }

.app-idea {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767.98px) {
    .app-idea {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .app-idea .inner-idea-heading h2, .app-idea .inner-idea-heading .h2 {
    font-size: calc(1.505rem + 3.06vw);
    background: -webkit-linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .app-idea .inner-idea-heading p {
    color: #5A5A5A;
    font-size: calc(1.345rem + 1.14vw); }

.sa-testimonial-new-slider .carousel-indicators button {
  width: 76px;
  height: 76px;
  margin: 0 20px 0 0;
  position: relative;
  text-indent: initial;
  opacity: 1; }
  @media (max-width: 575.98px) {
    .sa-testimonial-new-slider .carousel-indicators button {
      margin: 0 10px 0 0; } }

.sa-testimonial-new-slider .img-border {
  overflow: hidden;
  border-radius: 50%;
  width: 76px;
  height: 76px; }
  .sa-testimonial-new-slider .img-border img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.sa-testimonial-new-slider .carousel-indicators {
  margin: 0 0 40px;
  justify-content: flex-start; }
  .sa-testimonial-new-slider .carousel-indicators button {
    border-top: 0 !important; }
  .sa-testimonial-new-slider .carousel-indicators .active::before {
    content: "";
    position: absolute;
    background: url(../assests/images/index/tab-active.webp);
    width: 42px;
    height: 42px;
    background-size: 100% 100%;
    bottom: -20px;
    right: 0; }

.our-partners {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767.98px) {
    .our-partners {
      padding-top: 0px;
      padding-bottom: 50px; } }
  .our-partners h5, .our-partners .h5 {
    font-size: 25px;
    text-transform: uppercase;
    background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; }

@media (max-width: 767.98px) {
  .sa-home-partners-logo li {
    width: 100%;
    margin-top: 1rem; } }

.sa-home-partners-logo li img {
  filter: grayscale(1);
  cursor: pointer; }
  .sa-home-partners-logo li img:hover {
    filter: grayscale(0); }

#partner-logo .owl-dots {
  display: none; }

.ss-client-satisfaction .sa-testidesignation {
  margin-top: 16px;
  margin-bottom: 0; }

.ss-client-satisfaction .sa-innerparagaraph {
  margin-bottom: 30px;
  min-height: 100px; }

.ordinary {
  background: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%);
  padding-top: 80px;
  padding-bottom: 80px; }
  .ordinary .text-area {
    max-width: 500px; }
    .ordinary .text-area .idea-heading {
      font-weight: 500;
      font-size: 60px;
      text-transform: capitalize;
      background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
      @media (max-width: 767.98px) {
        .ordinary .text-area .idea-heading {
          font-size: 40px; } }
    .ordinary .text-area .beginning {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 27px !important;
      color: #ffffff; }
      @media (max-width: 767.98px) {
        .ordinary .text-area .beginning {
          font-size: 16px; } }
  @media (max-width: 767.98px) {
    .ordinary .icon-ordinary {
      margin-top: 0px; } }

/* --------------responsive----------------- */
@media (max-width: 1400px) {
  .main-heading {
    font-size: 18px; }
  .subheading {
    font-size: 14px; }
  .sg-head-btn {
    padding: 0 0; } }

@media (max-width: 992px) {
  .navbar-brand-1 {
    display: none; }
  .login .navbar-nav .back {
    z-index: 9999;
    position: absolute;
    top: 25%;
    right: 5%;
    margin: auto; }
  .before-hover {
    height: 300px; }
  .trainsiton-boxes-section .border-end {
    border-right: none !important; }
  .clouds-col,
  .agility,
  .diversity,
  .inteligence {
    border-bottom: 1px solid #dee2e6; }
  .block-out::after {
    top: 30%; } }

@media (max-width: 576px) {
  .block-out::after {
    content: none; }
  .sg-form {
    padding: 45px 20px; }
  .navbar-brand {
    width: 50%;
    display: contents !important;
    margin-right: 0; }
  .why-choose-outcome {
    margin: 10px 0 !important;
    padding: 50px 0 !important; } }

.lets-talk {
  width: 141px;
  height: 55px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 28px;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.8s ease;
  color: #fff;
  margin: 30px auto 0 auto;
  cursor: pointer;
  display: flex; }
  .lets-talk:hover {
    background: #fff;
    color: #000; }

.before-hover:hover .block-out .main-heading {
  color: #fff; }

.z-index-custome {
  position: relative;
  z-index: -1; }

.div2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.377);
  display: none; }

#div1 {
  width: 276px;
  height: 243.729px;
  background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
  position: absolute;
  right: -305px;
  z-index: 9999999;
  top: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 30px;
  border-radius: 15px; }

.py-48 {
  padding-top: 118px; }
  @media screen and (max-width: 1440px) {
    .py-48 {
      padding-top: 48px; } }

.px-100 {
  padding: 0 100px; }
  @media screen and (max-width: 1440px) {
    .px-100 {
      padding: 0 70px; } }

.seasia-feature {
  position: relative;
  z-index: -1; }
  .seasia-feature .dev-text {
    position: absolute;
    top: 60px;
    left: 41px; }
    @media (max-width: 991.98px) {
      .seasia-feature .dev-text {
        position: inherit; } }
    @media (max-width: 575.98px) {
      .seasia-feature .dev-text {
        position: unset;
        top: 50%;
        margin-top: 0px !important;
        padding-top: 30px;
        left: 41px; } }
    .seasia-feature .dev-text .compre {
      color: #212121;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 112.5%;
      text-transform: capitalize; }
    .seasia-feature .dev-text .software-dev {
      font-size: 52px;
      font-style: normal;
      font-weight: 600;
      line-height: 112.5%;
      text-transform: capitalize;
      background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 1440px) {
        .seasia-feature .dev-text .software-dev {
          font-size: 30.062px; } }
    .seasia-feature .dev-text .services {
      color: #212121;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      line-height: 112.5%;
      text-transform: capitalize; }
      @media screen and (max-width: 1440px) {
        .seasia-feature .dev-text .services {
          font-size: 19.541px; } }
  .seasia-feature .common-bg-bs {
    border-radius: 12.621px 12.621px 0 0;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 25px rgba(80, 80, 80, 0.1); }

.orange-box {
  height: 100.333px;
  background: #fc5743; }

.minus-margin-top {
  margin-top: -26px; }
  @media (max-width: 575.98px) {
    .minus-margin-top {
      margin-top: 0; } }
  .minus-margin-top .style-custome {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3.98697px 63.79147px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1; }

.border-px-side {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec; }

.brands-slider .owl-item {
  min-height: 60px; }
  .brands-slider .owl-item .item {
    border-right: 1px solid #ececec;
    display: flex;
    display: flex;
    justify-content: center; }

.owl-carousel-brand .owl-item {
  min-height: 90px !important;
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  justify-content: center;
  border-radius: 14px;
  overflow: hidden;
  background: #fff; }

ol,
li {
  list-style: none; }

.modal-backdrop.show {
  opacity: 0.5;
  background: #fff;
  display: none; }

.modal8 {
  max-width: 314px !important;
  position: absolute !important;
  top: 74% !important;
  left: 35% !important; }
  .modal8 .modal-content {
    min-height: 208px !important;
    padding: 20px 50px;
    position: relative; }
    .modal8 .modal-content .cross {
      width: 20px;
      height: 20px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 5px;
      right: 8px; }
      .modal8 .modal-content .cross button {
        border: none;
        outline: none;
        background-color: transparent; }
  .modal8 ul {
    padding: 0; }
    .modal8 ul li {
      display: flex;
      padding: 8.292px 0px;
      justify-content: center;
      align-items: center;
      border-bottom: 0.627px dashed #8d8d8d;
      margin: 0 0px;
      flex-direction: column; }
      .modal8 ul li a {
        color: #505050;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 153%;
        position: relative;
        text-decoration: none; }
        @media screen and (max-width: 1440px) {
          .modal8 ul li a {
            font-size: 14px; } }
      .modal8 ul li p {
        color: #505050;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0; }

.modal7 {
  max-width: 314px !important;
  position: absolute !important;
  top: 56% !important;
  left: 35% !important; }
  .modal7 .modal-content {
    min-height: 208px !important;
    padding: 20px 50px;
    position: relative; }
    .modal7 .modal-content .cross {
      width: 20px;
      height: 20px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 5px;
      right: 8px; }
      .modal7 .modal-content .cross button {
        border: none;
        outline: none;
        background-color: transparent; }
  .modal7 ul {
    padding: 0; }
    .modal7 ul li {
      display: flex;
      padding: 8.292px 0px;
      justify-content: center;
      align-items: center;
      border-bottom: 0.627px dashed #8d8d8d;
      margin: 0 0px;
      flex-direction: column; }
      .modal7 ul li a {
        color: #505050;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 153%;
        position: relative;
        text-decoration: none; }
        @media screen and (max-width: 1440px) {
          .modal7 ul li a {
            font-size: 14px; } }
      .modal7 ul li p {
        color: #505050;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0; }

.bullted-sub-links {
  padding-left: 20px !important;
  position: relative; }

.bullted-sub-links:before {
  display: block;
  content: "⠂";
  position: absolute;
  left: 0; }

.seasia-bar {
  width: 100%;
  padding-top: 55px;
  bottom: 0;
  margin-top: 1px; }
  @media (max-width: 1399.98px) {
    .seasia-bar {
      padding-top: 44px; } }
  @media (max-width: 1199.98px) {
    .seasia-bar {
      padding-top: 55px; } }
  .seasia-bar .bar-round {
    width: 72px;
    height: 72px;
    padding: 3px;
    position: relative;
    background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    border-radius: 50%;
    overflow: hidden;
    margin: -50px 0 0 0;
    top: -37px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .seasia-bar .bar-round .bar-sm-circle {
      background: #fff;
      color: white;
      padding: 0;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap; }
      .seasia-bar .bar-round .bar-sm-circle img {
        width: 30px;
        height: 30px; }
  .seasia-bar .bar-heading {
    color: #190b72;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 22.504px;
    text-transform: capitalize; }
    @media screen and (max-width: 1440px) {
      .seasia-bar .bar-heading {
        font-size: 16px; } }
    .seasia-bar .bar-heading h6, .seasia-bar .bar-heading .h6 {
      color: #190b72;
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      line-height: 22.504px;
      text-transform: capitalize; }
    .seasia-bar .bar-heading a {
      color: #190b72;
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      line-height: 22.504px;
      text-transform: capitalize; }
  .seasia-bar .excellence-listing {
    padding: 0 !important; }
    .seasia-bar .excellence-listing.centre-excellence li {
      border: none;
      background-color: #F7F7F7;
      margin-bottom: 8px;
      border-radius: 8px;
      padding: 8px 5px;
      text-align: left; }
      @media screen and (min-width: 1440px) {
        .seasia-bar .excellence-listing.centre-excellence li {
          padding: 10px 8px; } }
      @media screen and (min-width: 1620px) {
        .seasia-bar .excellence-listing.centre-excellence li {
          padding: 18px 10px; } }
      .seasia-bar .excellence-listing.centre-excellence li a {
        font-size: 12px; }
        .seasia-bar .excellence-listing.centre-excellence li a img {
          margin-right: 5px; }
        @media (min-width: 1400px) {
          .seasia-bar .excellence-listing.centre-excellence li a {
            font-size: 15px; } }
    .seasia-bar .excellence-listing li {
      display: flex;
      padding: 8px 0px;
      justify-content: center;
      align-items: center;
      border-bottom: 0.627px dashed #8d8d8d;
      margin: 0 0px;
      flex-direction: column; }
      @media (max-width: 575.98px) {
        .seasia-bar .excellence-listing li {
          align-items: flex-start; } }
      .seasia-bar .excellence-listing li:nth-last-child(1) {
        border: none; }
      .seasia-bar .excellence-listing li .dropdown-menu {
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }
      .seasia-bar .excellence-listing li a {
        color: #505050;
        text-align: center;
        display: block;
        width: 100%;
        font-size: 15px;
        transform: scale(1);
        line-height: 1.2;
        font-style: normal;
        font-weight: 400;
        position: relative;
        text-decoration: none;
        /* media scale wekite information, do nit remove this comment */ }
        .seasia-bar .excellence-listing li a:hover {
          transform: scale(0.97);
          transition: all 0.3s ease; }
        @media (max-width: 1399.98px) {
          .seasia-bar .excellence-listing li a {
            line-height: 1; } }
        @media (max-width: 575.98px) {
          .seasia-bar .excellence-listing li a {
            text-align: left; } }
        .seasia-bar .excellence-listing li a span {
          position: absolute;
          right: 0;
          top: 5px; }
          @media (max-width: 575.98px) {
            .seasia-bar .excellence-listing li a span {
              transform: rotate(90deg);
              top: 0px; } }
        .seasia-bar .excellence-listing li a .popup-btn {
          border: none;
          background: transparent;
          color: #505050;
          text-align: center;
          font-size: 16px;
          font-weight: 500;
          line-height: 153%;
          display: flex;
          justify-content: center;
          align-items: center;
          white-space: nowrap; }
          .seasia-bar .excellence-listing li a .popup-btn:hover {
            color: #fc5743; }
          .seasia-bar .excellence-listing li a .popup-btn span {
            width: 20.94px;
            height: 20.94px;
            border-radius: 50%;
            background-color: #fff1ef;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 5px; }
            @media screen and (max-width: 1440px) {
              .seasia-bar .excellence-listing li a .popup-btn span {
                width: 28.94px;
                height: 19.94px; } }
          .seasia-bar .excellence-listing li a .popup-btn img:hover {
            fill: #000; }
      .seasia-bar .excellence-listing li p {
        color: #505050;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 0; }
    @media screen and (max-width: 1600px) and (min-width: 768px) {
      .seasia-bar .excellence-listing .display-none-1440 {
        display: none; } }

.display-none {
  display: none; }
  @media screen and (max-width: 1440px) {
    .display-none {
      display: block; } }

.popup-btn {
  border: none;
  background: transparent;
  color: #505050;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 153%;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap; }
  .popup-btn:hover {
    color: #fc5743 !important; }
  .popup-btn:active {
    color: #fc5743 !important; }
  .popup-btn span {
    width: 20.94px;
    height: 20.94px;
    border-radius: 50%;
    background-color: #fff1ef;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px; }
    @media screen and (max-width: 1440px) {
      .popup-btn span {
        width: 18.94px;
        height: 18.94px; } }

img:hover {
  fill: #000; }

.view-more-btn {
  width: 100%;
  background: #fff;
  box-shadow: 0px -4px 14px 0px rgba(0, 0, 0, 0.03);
  border: transparent;
  padding: 12px 0px; }
  @media screen and (max-width: 991px) {
    .view-more-btn {
      display: none; } }
  .view-more-btn a {
    color: #fc5743;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%; }

.modal-dialog {
  top: 50px;
  position: relative; }
  .modal-dialog .modal-content {
    width: 100%;
    min-height: 328px;
    background: #fdfdfd;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal-dialog .modal-content .border-left-custome {
      position: relative; }
      .modal-dialog .modal-content .border-left-custome::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        height: 80%;
        background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
        margin-top: auto;
        margin-bottom: auto; }
    .modal-dialog .modal-content .btn-close {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 1; }
    .modal-dialog .modal-content ul li {
      display: flex;
      justify-content: center;
      align-items: baseline;
      flex-direction: column;
      margin: 20px 0; }
      .modal-dialog .modal-content ul li a {
        color: #505050;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 153%; }
        .modal-dialog .modal-content ul li a img {
          margin-left: 10px;
          width: 8px;
          visibility: hidden;
          opacity: 0;
          transition: 0.3s ease-in-out; }
        .modal-dialog .modal-content ul li a:hover {
          color: #fc5743; }
          .modal-dialog .modal-content ul li a:hover img {
            visibility: visible;
            opacity: 1;
            transition: 0.3s ease-in-out; }
      .modal-dialog .modal-content ul li p {
        color: #505050;
        text-align: center;
        font-size: 12px !important;
        font-weight: 400 !important; }
    .modal-dialog .modal-content ul .bullted-sub-links {
      margin: 10px 0 !important; }
    .modal-dialog .modal-content .modal-circle-logo .bar-round {
      background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
      width: 62px;
      height: 62px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto; }
      .modal-dialog .modal-content .modal-circle-logo .bar-round .bar-sm-circle {
        width: 57.15px;
        height: 57.15px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
    .modal-dialog .modal-content .modal-circle-logo h6, .modal-dialog .modal-content .modal-circle-logo .h6 {
      color: #190b72;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.922px;
      text-transform: capitalize;
      margin-top: 12px; }
    .modal-dialog .modal-content .modal-circle-logo a {
      color: #190b72;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 25.922px;
      text-transform: capitalize;
      margin-top: 12px; }
    .modal-dialog .modal-content .modal-circle-logo h6 a.specific-link, .modal-dialog .modal-content .modal-circle-logo .h6 a.specific-link {
      color: #190b72 !important;
      text-align: center !important;
      font-size: 18px !important;
      font-style: normal !important;
      font-weight: 500 !important;
      line-height: 25.922px !important;
      text-transform: capitalize !important;
      margin-top: 12px !important; }
    .modal-dialog .modal-content .display-block-1440 {
      display: none; }
      @media screen and (max-width: 1440px) {
        .modal-dialog .modal-content .display-block-1440 {
          display: block; } }

.position-relative {
  position: relative; }

.popup {
  display: none;
  width: 300px;
  height: 100px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 2; }
  @media screen and (min-width: 1441px) {
    .popup {
      left: 331px; } }
  @media screen and (max-width: 1440px) {
    .popup {
      left: 199px; } }

.popup span {
  position: absolute;
  right: -10px;
  top: -13px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.popup1 {
  display: none;
  width: 300px;
  height: 100px;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: -65px;
  left: 331px;
  background-color: #fff;
  z-index: 2; }
  @media screen and (max-width: 1440px) {
    .popup1 {
      left: 199px; } }

.popup1 span {
  position: absolute;
  right: -10px;
  top: -13px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.overlay {
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 1; }

.redhover .popup {
  padding: 20px;
  min-height: 215px;
  width: 283px; }
  @media screen and (max-width: 1440px) {
    .redhover .popup {
      width: 197px; } }

.redhover .popup1 {
  padding: 20px;
  min-height: 163px;
  width: 284px; }
  @media screen and (max-width: 1440px) {
    .redhover .popup1 {
      width: 197px;
      height: 158px; } }

.bike-part-button {
  margin-top: 30px; }
  .bike-part-button button {
    padding: 16px 33px;
    border-radius: 12px;
    background: #fc5743;
    border: transparent;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize; }

.red-line {
  width: 4px;
  height: 40px;
  background: #fc5743;
  margin-left: 18px;
  margin-top: -10px; }

.top-rated h2, .top-rated .h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 112.5%;
  text-transform: capitalize; }
  @media screen and (max-width: 992px) {
    .top-rated h2, .top-rated .h2 {
      font-size: 24px !important; } }

.top-rated p {
  color: #5a5a5a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.margin-left {
  margin-left: 60px; }

.banking-insurance {
  height: 100%;
  border-right: 1px solid #dbdbdb;
  display: flex;
  flex-direction: column; }
  .banking-insurance .banking {
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #dbdbdb;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .banking-insurance .banking h2, .banking-insurance .banking .h2 {
      color: #000;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding: 0 10px;
      height: 71px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      margin-top: 15px;
      width: 272px; }
  .banking-insurance .insurance {
    text-align: center;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .banking-insurance .insurance h2, .banking-insurance .insurance .h2 {
      color: #000;
      text-align: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      height: 66px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 272px; }

.border-none {
  border-right: none; }
  @media screen and (max-width: 1600px) {
    .border-none {
      border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 1200px) {
  .border-insurance {
    border-bottom: 1px solid #dbdbdb; } }

@media screen and (max-width: 992px) {
  .border-insurance {
    border-right: none; } }

@media screen and (max-width: 992px) {
  .border-public {
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 768px) {
  .border-public {
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 575px) {
  .border-public {
    border-right: none; } }

@media screen and (max-width: 768px) {
  .border-software {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 575px) {
  .border-software {
    border-right: none; } }

@media screen and (max-width: 768px) {
  .border-banking {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 575px) {
  .border-banking {
    border-right: none; } }

@media screen and (max-width: 768px) {
  .border-goods {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 992px) {
  .border-goods {
    border-right: none; } }

@media screen and (max-width: 768px) {
  .border-fleet {
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; } }

@media screen and (max-width: 992px) {
  .border-fleet {
    border-right: none; } }

@media screen and (max-width: 575px) {
  .media-border {
    border-right: none; } }

@media screen and (min-width: 1200px) {
  .border-travel {
    border-right: none; } }

@media screen and (max-width: 992px) {
  .border-travel {
    border-bottom: none;
    border-right: none; } }

.blue-section {
  background: linear-gradient(179deg, #080038 0%, #000 100%); }

.why-choose-seasia {
  background: linear-gradient(179deg, #080038 0%, #000 100%); }
  .why-choose-seasia h4, .why-choose-seasia .h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .why-choose-seasia .why-text {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 112.5% !important;
    text-transform: capitalize !important;
    background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important; }

.big-box-25 {
  background: transparent;
  border-radius: 27.5px;
  padding: 2px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 287px;
  transition: 0.3s ease-in-out;
  border: 1px solid #404040;
  border-radius: 27.5px;
  text-align: center; }
  .big-box-25 svg path {
    fill: #fff; }
  .big-box-25:hover {
    border: 1px solid #ff745c; }
    .big-box-25:hover svg path {
      fill: linear-gradient(264deg, #ff745c 0%, #9dacff 100%); }

.white-common-paragraph {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; }

.common-padding-all-section {
  padding: 80px 0; }
  @media screen and (max-width: 1440px) {
    .common-padding-all-section {
      padding: 64px 0; } }
  @media screen and (max-width: 768px) {
    .common-padding-all-section {
      padding: 30px 0; } }

.faq-section h4, .faq-section .h4 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.faq-section .faq-text {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  text-transform: capitalize;
  background: -webkit-linear-gradient(139.91deg, #ff745c 61.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.faq-section .accordion-part .accordion {
  background: transparent; }
  .faq-section .accordion-part .accordion .accordion-header .accordion-button {
    padding: 32px 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38);
    border-left: none;
    border-top: none;
    border-right: none; }
    .faq-section .accordion-part .accordion .accordion-header .accordion-button:not(.collapsed)::after {
      content: "-";
      background-image: none;
      transform: rotate(-180deg); }
    .faq-section .accordion-part .accordion .accordion-header .accordion-button::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      content: "+";
      background-image: none;
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform 0.2s ease-in-out; }
  .faq-section .accordion-part .accordion .accordion-item {
    color: #fff;
    background: transparent;
    border: none; }
    .faq-section .accordion-part .accordion .accordion-item .accordion-body p {
      color: #bfbfbf;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }

.faq-section .accordion-part .item-acc {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.38); }
  .faq-section .accordion-part .item-acc button.accordion {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    text-align: left;
    padding: 33px 20px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s linear; }
    .faq-section .accordion-part .item-acc button.accordion .blue-section button.accordion {
      width: 100%;
      background-color: transparent;
      border: none;
      outline: none;
      text-align: left;
      padding: 33px 20px;
      font-size: 18px;
      color: #ffffff;
      cursor: pointer;
      transition: background-color 0.2s linear; }
    .faq-section .accordion-part .item-acc button.accordion:hover {
      background: transparent !important; }
    .faq-section .accordion-part .item-acc button.accordion:active {
      background: transparent !important; }
    .faq-section .accordion-part .item-acc button.accordion .is-open {
      background: transparent !important; }
      .faq-section .accordion-part .item-acc button.accordion .is-open:active {
        background: transparent !important; }
  .faq-section .accordion-part .item-acc .accordion-content {
    font-size: 16px; }
  .faq-section .accordion-part .item-acc button.accordion:after {
    content: "+";
    font-size: 24px;
    float: right;
    width: 20px;
    color: #fff; }
  .faq-section .accordion-part .item-acc button.accordion.is-open:after {
    content: "-";
    width: 20px;
    color: #fff;
    font-size: 24px; }
  .faq-section .accordion-part .item-acc button.accordion:hover,
  .faq-section .accordion-part .item-acc button.accordion.is-open {
    background-color: transparent !important; }
  .faq-section .accordion-part .item-acc button.accordion:active,
  .faq-section .accordion-part .item-acc button.accordion.is-open {
    background-color: transparent !important; }
  .faq-section .accordion-part .item-acc .accordion-content {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out; }
    .faq-section .accordion-part .item-acc .accordion-content p {
      color: #bfbfbf;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
    .faq-section .accordion-part .item-acc .accordion-content .is-open {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.38); }

.businesses-section .top-rated-text p {
  color: #5a5a5a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.index-banner-new {
  height: calc(100vh - 96px); }
  @media screen and (max-width: 992px) {
    .index-banner-new {
      height: auto !important; } }

@media (max-width: 575.98px) {
  #dashboard-accordian .excellence-listing li a {
    font-size: 16px !important; } }

@media only screen and (min-width: 1919px) {
  .seasia-bar .excellence-listing.centre-excellence li {
    padding: 22px 10px; } }

@media (min-resolution: 100dpi) {
  .index-banner-new {
    height: calc(100vh - 96px); }
  .excellence-listing li a {
    font-size: 12px !important; }
  .excellence-listing li p {
    font-size: 10px !important; }
  .seasia-bar {
    padding-top: 30px; }
    .seasia-bar .bar-heading {
      font-size: 15px !important; }
  .bar-round {
    width: 62px !important;
    height: 62px !important; }
    .bar-round .bar-sm-circle img {
      width: 26px;
      height: 26px; }
  .seasia-feature .dev-text {
    left: 41px; }
    .seasia-feature .dev-text .compre {
      font-size: 28px; }
    .seasia-feature .dev-text .services {
      font-size: 28px; }
    .seasia-feature .dev-text .software-dev {
      font-size: 48px; }
  .deliver-engine {
    top: -1px !important; }
  .skill-matrix {
    top: 51px; }
  .redhover .popup {
    min-height: 177px; }
  .trainsiton-boxes-section h2, .trainsiton-boxes-section .h2 {
    font-size: 16px !important; }
  .trainsiton-boxes-section p {
    font-size: 14px !important; }
  .trainsiton-boxes-section .cloud-part {
    padding: 20px 24px !important; }
  .view-more-btn {
    padding: 8px 0; }
  .hide-125 {
    display: none !important; } }

@media (min-resolution: 125dpi) {
  .seasia-feature .dev-text .software-dev {
    font-size: 32px; }
  .seasia-feature .dev-text .services,
  .seasia-feature .dev-text .compre {
    font-size: 16px; }
  .sde-wrapper {
    width: 360px !important; }
  .seasia-feature .dev-text {
    top: 40px; } }

.photo-rounded {
  border-radius: 50%; }

.close-pop svg {
  width: 16px;
  opacity: 0.8;
  transition: all 0.3s ease; }
  .close-pop svg:hover path {
    fill: #fc5743; }

.trs-section {
  text-align: center;
  margin-top: 50px; }
  @media (max-width: 575.98px) {
    .trs-section {
      border-top: 1px solid #dbdbdb !important;
      border-left: 1px solid #dbdbdb !important; } }
  .trs-section .bussiness {
    text-align: center;
    border-right: 1px solid #dbdbdb;
    padding: 40px 20px; }
    .trs-section .bussiness:nth-last-child(1) {
      border-right: none; }
      @media (max-width: 575.98px) {
        .trs-section .bussiness:nth-last-child(1) {
          border-bottom: 1px solid #dbdbdb !important; } }
    .trs-section .bussiness:nth-child(5) {
      border-right: none; }
    .trs-section .bussiness:nth-child(-n + 5) {
      border-bottom: 1px solid #dbdbdb; }
    .trs-section .bussiness:hover img {
      transform: scale(1.2); }
    .trs-section .bussiness .trs-icon {
      width: 50px;
      height: 50px;
      margin: 0 auto 30px auto; }
      .trs-section .bussiness .trs-icon img {
        max-width: 100%;
        height: 100%;
        transition: all 0.3s ease; }
    .trs-section .bussiness h6, .trs-section .bussiness .h6 {
      font-size: 20px;
      font-style: normal;
      font-weight: 500; }
      @media (max-width: 1399.98px) {
        .trs-section .bussiness h6, .trs-section .bussiness .h6 {
          font-size: 17px; } }
      @media (max-width: 1199.98px) {
        .trs-section .bussiness h6, .trs-section .bussiness .h6 {
          font-size: 14px;
          word-break: break-all; } }
    @media (max-width: 767.98px) {
      .trs-section .bussiness {
        border-right: none !important; }
        .trs-section .bussiness:nth-child(-n + 9) {
          border-bottom: 1px solid #dbdbdb; } }
    @media (max-width: 575.98px) {
      .trs-section .bussiness {
        border-right: 1px solid #dbdbdb !important; } }

.sde-wrapper {
  position: absolute;
  right: 0;
  width: 542px;
  top: 30px;
  z-index: 99;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .sde-wrapper {
      position: initial;
      margin: 0 auto; }
      .sde-wrapper svg {
        margin-top: 50px;
        margin-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .sde-wrapper svg {
      margin-top: 0px;
      margin-bottom: 10px; } }

.sde-wrapper:hover {
  transform: scale(0.98); }

.path-stroke-ani {
  /* //  stroke-dasharray: 100; */
  animation-delay: 5s;
  animation: dash 5s linear infinite; }

.sde-wrapper svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  animation: logoStroke 5s linear forwards; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes logoStroke {
  to {
    stroke-dashoffset: 100; } }

@media (min-resolution: 100dpi) {
  .sde-wrapper {
    top: 15px;
    width: 460px; } }

@media screen and (max-width: 1370px) {
  .sde-wrapper {
    width: 460px;
    top: 6px; } }

@media screen and (max-width: 576px) {
  .sde-wrapper {
    width: auto; } }

.partner-seasia {
  text-align: center; }
  .partner-seasia .brand-quality {
    border: 1px solid #404040;
    border-radius: 26px;
    transition: all 1s ease;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 30px; }
    .partner-seasia .brand-quality svg {
      transition: all 0.3s ease; }
    .partner-seasia .brand-quality:hover {
      border-color: #ff745c; }
      .partner-seasia .brand-quality:hover svg {
        transform: scale(1.1); }
        .partner-seasia .brand-quality:hover svg path {
          fill: #ff745c; }
  .partner-seasia h6, .partner-seasia .h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin-top: 26px; }

.test {
  color: red; }

@media screen and (max-width: 600px) {
  .index-banner-new .seasia-feature .dev-text .compre {
    font-size: 21px !important; }
  .index-banner-new .seasia-feature .dev-text .services {
    font-size: 21px !important; }
  .index-banner-new .seasia-feature .dev-text .software-dev {
    font-size: 32px !important; } }

.photo-rounded {
  border-radius: 50%; }

.wh-90 {
  width: 90px !important;
  /* height: 90px !important; */ }

.ss-client-satisfaction {
  background-image: url("../assests/images/index/client-bg-right.png");
  background-position: right 64px;
  background-repeat: no-repeat;
  background-size: contain; }

.py-90 {
  padding: 90px 0 !important; }
  @media (max-width: 991.98px) {
    .py-90 {
      padding: 0px 0 !important; } }

.fs-50 {
  font-size: 50px; }
  @media (min-resolution: 100dpi) {
    .fs-50 {
      font-size: 45px; } }

.fs-40 {
  font-size: 40px; }
  @media (min-resolution: 100dpi) {
    .fs-40 {
      font-size: 32px; } }

.fs-28 {
  font-size: 28px; }
  @media (min-resolution: 100dpi) {
    .fs-28 {
      font-size: 24px; } }

.fs-24 {
  font-size: 24px; }
  @media (min-resolution: 100dpi) {
    .fs-24 {
      font-size: 20px; } }

.fs-22 {
  font-size: 22px !important; }
  @media (min-resolution: 100dpi) {
    .fs-22 {
      font-size: 20px !important; } }

.fs-20 {
  font-size: 20px !important; }
  @media (min-resolution: 100dpi) {
    .fs-20 {
      font-size: 18px !important; } }

.fs-16 {
  font-size: 16px; }
  @media (min-resolution: 100dpi) {
    .fs-16 {
      font-size: 14px; } }

@media (min-resolution: 100dpi) {
  .python-header {
    height: auto !important; } }

.heading-gradient-color {
  background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  text-transform: capitalize; }

.equal-padding-top-bottom {
  padding: 80px 0; }

.python-header h1, .python-header .h1 {
  margin-top: 70px; }
  @media (min-resolution: 100dpi) {
    .python-header h1, .python-header .h1 {
      margin-top: 50px;
      margin-bottom: 20px; } }

.python-header .speed-text {
  margin-top: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left; }

.python-header p {
  color: #fff;
  font-weight: 400;
  line-height: 149.5%; }

.python-development-section .python-dev-text-part {
  height: 100%; }
  .python-development-section .python-dev-text-part h2, .python-development-section .python-dev-text-part .h2 {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .python-development-section .python-dev-text-part .listing-part {
    margin-top: 25px; }
    .python-development-section .python-dev-text-part .listing-part li {
      color: #767676;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      position: relative;
      margin-bottom: 10px; }
      .python-development-section .python-dev-text-part .listing-part li::after {
        content: url(../assests/images/python-new/listing-icons.svg);
        position: absolute;
        left: -28px;
        top: 2px; }

.hire-python-programmer-section .py-dev-boxes {
  border-radius: 14px;
  background: #f3f3f3;
  padding: 40px;
  height: 100%; }
  .hire-python-programmer-section .py-dev-boxes .dj {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 14px; }
    .hire-python-programmer-section .py-dev-boxes .dj .dj-img {
      margin-right: 12px; }
    .hire-python-programmer-section .py-dev-boxes .dj h4, .hire-python-programmer-section .py-dev-boxes .dj .h4 {
      color: #000;
      font-size: 19px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      @media (min-resolution: 100dpi) {
        .hire-python-programmer-section .py-dev-boxes .dj h4, .hire-python-programmer-section .py-dev-boxes .dj .h4 {
          font-size: 16px; } }
  .hire-python-programmer-section .py-dev-boxes .box-paragraph p {
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.5%; }
    @media (min-resolution: 100dpi) {
      .hire-python-programmer-section .py-dev-boxes .box-paragraph p {
        font-size: 14px; } }

.hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part h3, .hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part .h3 {
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  text-transform: capitalize; }

.hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part p {
  color: #5a5a5a;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%; }

.hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part .listing-part ul li {
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  text-transform: capitalize; }
  .hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part .listing-part ul li p {
    color: #767676;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; }

.Containing-everything-section {
  background: #f9f9f9; }
  .Containing-everything-section .containing-text h5, .Containing-everything-section .containing-text .h5 {
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    text-transform: capitalize; }
  .Containing-everything-section .containing-text h3, .Containing-everything-section .containing-text .h3 {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    text-transform: capitalize; }
  .Containing-everything-section .tect-stacks-boxes .framework {
    border-radius: 30px;
    background: transparent;
    border: 1px solid #767676;
    padding: 15px 9px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .Containing-everything-section .tect-stacks-boxes .framework:hover {
      background: #f77869;
      border: 1px solid transparent; }
      .Containing-everything-section .tect-stacks-boxes .framework:hover h3, .Containing-everything-section .tect-stacks-boxes .framework:hover .h3 {
        color: #fff; }
    .Containing-everything-section .tect-stacks-boxes .framework h3, .Containing-everything-section .tect-stacks-boxes .framework .h3 {
      color: #767676;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin: 0; }
  .Containing-everything-section .flacone-img-text {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    .Containing-everything-section .flacone-img-text h4, .Containing-everything-section .flacone-img-text .h4 {
      color: #767676;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      /* 187.5% */ }
    .Containing-everything-section .flacone-img-text .flacon-img img {
      margin: 10px; }

.why-chosse-seasia-section .blue-part {
  border-radius: 14px;
  background: linear-gradient(180deg, #080038 0%, #000 100%);
  padding: 80px 40px;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center; }
  .why-chosse-seasia-section .blue-part .why-text-part h4, .why-chosse-seasia-section .blue-part .why-text-part .h4 {
    background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%;
    text-transform: capitalize;
    margin-bottom: 0; }
  .why-chosse-seasia-section .blue-part .why-text-part p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0; }

.why-chosse-seasia-section .why-boxes {
  border-radius: 14px;
  background: linear-gradient(318deg, #f6f5ff 12.91%, #e8e5ff 100%);
  padding: 31px 40px;
  height: 100%; }
  .why-chosse-seasia-section .why-boxes .why-boxes-img-text {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px; }

.item-acc {
  border-bottom: 1px dashed #1f2125; }

.py-faq .ask-question h4, .py-faq .ask-question .h4 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.python-accordian button.accordion {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding: 33px 20px;
  cursor: pointer;
  transition: background-color 0.2s linear;
  color: #000;
  font-weight: 500;
  line-height: 30.106px; }

.accordion-content p {
  color: #5a5a5a;
  font-size: 24px;
  font-weight: 400; }

button.accordion:after {
  content: "+";
  font-size: 24px;
  float: right;
  width: 20px;
  color: #ff745c; }

button.accordion.is-open:after {
  content: "-";
  width: 20px;
  color: #ff745c;
  font-size: 24px; }

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd; }

.accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out; }
  .accordion-content p {
    color: #bfbfbf;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .accordion-content .is-open {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38); }

.python-testimonials-section {
  background: #f9f9f9; }
  .python-testimonials-section .carousel button img {
    border-radius: 50%; }

.python-sliders button:active {
  background-color: #f77869;
  color: white !important;
  border: 1px solid #f77869 !important; }

.bg-trans2 {
  background-color: transparent;
  border: 1px solid #767676 !important;
  padding: 15.5px 33px 15.5px 33px;
  border-radius: 30px;
  color: #767676 !important; }

.bg-trans2:hover {
  background-color: #f77869;
  color: white !important;
  border: 1px solid #f77869 !important; }

.tech-stack-grad {
  background-image: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.techstack-subtext {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: black; }

.fs-50 {
  font-size: 50px; }
  @media (min-resolution: 100dpi) {
    .fs-50 {
      font-size: 45px; } }

.fs-40 {
  font-size: 40px; }
  @media (min-resolution: 100dpi) {
    .fs-40 {
      font-size: 32px; } }

.fs-28 {
  font-size: 28px; }
  @media (min-resolution: 100dpi) {
    .fs-28 {
      font-size: 24px; } }

.fs-24 {
  font-size: 24px; }
  @media (min-resolution: 100dpi) {
    .fs-24 {
      font-size: 20px; } }

.fs-22 {
  font-size: 22px !important; }
  @media (min-resolution: 100dpi) {
    .fs-22 {
      font-size: 20px !important; } }

.fs-20 {
  font-size: 20px !important; }
  @media (min-resolution: 100dpi) {
    .fs-20 {
      font-size: 18px !important; } }

.fs-16 {
  font-size: 16px; }
  @media (min-resolution: 100dpi) {
    .fs-16 {
      font-size: 14px; } }

@media (min-resolution: 100dpi) {
  .python-header {
    height: auto !important; } }

.heading-gradient-color {
  background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  text-transform: capitalize; }

.equal-padding-top-bottom {
  padding: 80px 0; }

.python-header h1, .python-header .h1 {
  margin-top: 70px; }
  @media (min-resolution: 100dpi) {
    .python-header h1, .python-header .h1 {
      margin-top: 50px;
      margin-bottom: 20px; } }

.python-header .speed-text {
  margin-top: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left; }

.python-header p {
  color: #fff;
  font-weight: 400;
  line-height: 149.5%; }

.python-development-section .python-dev-text-part {
  height: 100%; }
  .python-development-section .python-dev-text-part h2, .python-development-section .python-dev-text-part .h2 {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .python-development-section .python-dev-text-part .listing-part {
    margin-top: 25px; }
    .python-development-section .python-dev-text-part .listing-part li {
      color: #767676;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      position: relative;
      margin-bottom: 10px; }
      .python-development-section .python-dev-text-part .listing-part li::after {
        content: url(../assests/images/python-new/listing-icons.svg);
        position: absolute;
        left: -28px;
        top: 2px; }

.hire-python-programmer-section .py-dev-boxes {
  border-radius: 14px;
  background: #f3f3f3;
  padding: 40px;
  height: 100%; }
  .hire-python-programmer-section .py-dev-boxes .dj {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 14px; }
    .hire-python-programmer-section .py-dev-boxes .dj .dj-img {
      margin-right: 12px; }
    .hire-python-programmer-section .py-dev-boxes .dj h4, .hire-python-programmer-section .py-dev-boxes .dj .h4 {
      color: #000;
      font-size: 19px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      @media (min-resolution: 100dpi) {
        .hire-python-programmer-section .py-dev-boxes .dj h4, .hire-python-programmer-section .py-dev-boxes .dj .h4 {
          font-size: 16px; } }
  .hire-python-programmer-section .py-dev-boxes .box-paragraph p {
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.5%; }
    @media (min-resolution: 100dpi) {
      .hire-python-programmer-section .py-dev-boxes .box-paragraph p {
        font-size: 14px; } }

.hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part h3, .hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part .h3 {
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  text-transform: capitalize; }

.hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part p {
  color: #5a5a5a;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%; }

.hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part .listing-part ul li {
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  text-transform: capitalize; }
  .hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part .listing-part ul li p {
    color: #767676;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; }

.Containing-everything-section {
  background: #f9f9f9; }
  .Containing-everything-section .containing-text h5, .Containing-everything-section .containing-text .h5 {
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    text-transform: capitalize; }
  .Containing-everything-section .containing-text h3, .Containing-everything-section .containing-text .h3 {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    text-transform: capitalize; }
  .Containing-everything-section .tect-stacks-boxes .framework {
    border-radius: 30px;
    background: transparent;
    border: 1px solid #767676;
    padding: 15px 9px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .Containing-everything-section .tect-stacks-boxes .framework:hover {
      background: #f77869;
      border: 1px solid transparent; }
      .Containing-everything-section .tect-stacks-boxes .framework:hover h3, .Containing-everything-section .tect-stacks-boxes .framework:hover .h3 {
        color: #fff; }
    .Containing-everything-section .tect-stacks-boxes .framework h3, .Containing-everything-section .tect-stacks-boxes .framework .h3 {
      color: #767676;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin: 0; }
  .Containing-everything-section .flacone-img-text {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    .Containing-everything-section .flacone-img-text h4, .Containing-everything-section .flacone-img-text .h4 {
      color: #767676;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      /* 187.5% */ }
    .Containing-everything-section .flacone-img-text .flacon-img img {
      margin: 10px; }

.why-chosse-seasia-section .blue-part {
  border-radius: 14px;
  background: linear-gradient(180deg, #080038 0%, #000 100%);
  padding: 80px 40px;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center; }
  .why-chosse-seasia-section .blue-part .why-text-part h4, .why-chosse-seasia-section .blue-part .why-text-part .h4 {
    background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%;
    text-transform: capitalize;
    margin-bottom: 0; }
  .why-chosse-seasia-section .blue-part .why-text-part p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0; }

.why-chosse-seasia-section .why-boxes {
  border-radius: 14px;
  background: linear-gradient(318deg, #f6f5ff 12.91%, #e8e5ff 100%);
  padding: 31px 40px;
  height: 100%; }
  .why-chosse-seasia-section .why-boxes .why-boxes-img-text {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px; }

.item-acc {
  border-bottom: 1px dashed #1f2125; }

.py-faq .ask-question h4, .py-faq .ask-question .h4 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.python-accordian button.accordion {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding: 33px 20px;
  cursor: pointer;
  transition: background-color 0.2s linear;
  color: #000;
  font-weight: 500;
  line-height: 30.106px; }

.accordion-content p {
  color: #5a5a5a;
  font-size: 24px;
  font-weight: 400; }

button.accordion:after {
  content: "+";
  font-size: 24px;
  float: right;
  width: 20px;
  color: #ff745c; }

button.accordion.is-open:after {
  content: "-";
  width: 20px;
  color: #ff745c;
  font-size: 24px; }

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd; }

.accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out; }
  .accordion-content p {
    color: #bfbfbf;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .accordion-content .is-open {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38); }

.python-testimonials-section {
  background: #f9f9f9; }
  .python-testimonials-section .carousel button img {
    border-radius: 50%; }

.python-sliders button:active {
  background-color: #f77869;
  color: white !important;
  border: 1px solid #f77869 !important; }

.bg-trans2 {
  background-color: transparent;
  border: 1px solid #767676 !important;
  padding: 15.5px 33px 15.5px 33px;
  border-radius: 30px;
  color: #767676 !important; }

.bg-trans2:hover {
  background-color: #f77869;
  color: white !important;
  border: 1px solid #f77869 !important; }

.tech-stack-grad {
  background-image: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.techstack-subtext {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: black; }

.fs-50 {
  font-size: 50px; }
  @media (min-resolution: 100dpi) {
    .fs-50 {
      font-size: 45px; } }

.fs-40 {
  font-size: 40px; }
  @media (min-resolution: 100dpi) {
    .fs-40 {
      font-size: 32px; } }

.fs-24 {
  font-size: 24px; }
  @media (min-resolution: 100dpi) {
    .fs-24 {
      font-size: 20px; } }

.fs-22 {
  font-size: 22px !important; }
  @media (min-resolution: 100dpi) {
    .fs-22 {
      font-size: 20px !important; } }

.fs-20 {
  font-size: 20px; }
  @media (min-resolution: 100dpi) {
    .fs-20 {
      font-size: 18px; } }

.fs-16 {
  font-size: 16px; }
  @media (min-resolution: 100dpi) {
    .fs-16 {
      font-size: 14px; } }

@media (min-resolution: 100dpi) {
  .python-header {
    height: auto !important; } }

.heading-gradient-color {
  background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  text-transform: capitalize; }

.equal-padding-top-bottom {
  padding: 80px 0; }

.python-header h1, .python-header .h1 {
  margin-top: 70px; }
  @media (min-resolution: 100dpi) {
    .python-header h1, .python-header .h1 {
      margin-top: 50px;
      margin-bottom: 20px; } }

.python-header .speed-text {
  margin-top: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left; }

.python-header p {
  color: #fff;
  font-weight: 400;
  line-height: 149.5%; }

.python-development-section .python-dev-text-part {
  height: 100%; }
  .python-development-section .python-dev-text-part h2, .python-development-section .python-dev-text-part .h2 {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .python-development-section .python-dev-text-part .listing-part {
    margin-top: 25px; }
    .python-development-section .python-dev-text-part .listing-part li {
      color: #767676;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      position: relative;
      margin-bottom: 10px; }
      .python-development-section .python-dev-text-part .listing-part li::after {
        content: url(../assests/images/python-new/listing-icons.svg);
        position: absolute;
        left: -28px;
        top: 2px; }

.hire-python-programmer-section .py-dev-boxes {
  border-radius: 14px;
  background: #f3f3f3;
  padding: 40px;
  height: 100%; }
  .hire-python-programmer-section .py-dev-boxes .dj {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 14px; }
    .hire-python-programmer-section .py-dev-boxes .dj .dj-img {
      margin-right: 12px; }
    .hire-python-programmer-section .py-dev-boxes .dj h4, .hire-python-programmer-section .py-dev-boxes .dj .h4 {
      color: #000;
      font-size: 19px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      @media (min-resolution: 100dpi) {
        .hire-python-programmer-section .py-dev-boxes .dj h4, .hire-python-programmer-section .py-dev-boxes .dj .h4 {
          font-size: 16px; } }
  .hire-python-programmer-section .py-dev-boxes .box-paragraph p {
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.5%; }
    @media (min-resolution: 100dpi) {
      .hire-python-programmer-section .py-dev-boxes .box-paragraph p {
        font-size: 14px; } }

.hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part h3, .hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part .h3 {
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  text-transform: capitalize; }

.hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part p {
  color: #5a5a5a;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%; }

.hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part .listing-part ul li {
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  text-transform: capitalize; }
  .hire-dedicated-python-dev-section .hire-dedicated-text .python-dev-text-part .listing-part ul li p {
    color: #767676;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; }

.Containing-everything-section {
  background: #f9f9f9; }
  .Containing-everything-section .containing-text h5, .Containing-everything-section .containing-text .h5 {
    color: #000;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    text-transform: capitalize; }
  .Containing-everything-section .containing-text h3, .Containing-everything-section .containing-text .h3 {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 131%;
    text-transform: capitalize; }
  .Containing-everything-section .tect-stacks-boxes .framework {
    border-radius: 30px;
    background: transparent;
    border: 1px solid #767676;
    padding: 15px 9px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .Containing-everything-section .tect-stacks-boxes .framework:hover {
      background: #f77869;
      border: 1px solid transparent; }
      .Containing-everything-section .tect-stacks-boxes .framework:hover h3, .Containing-everything-section .tect-stacks-boxes .framework:hover .h3 {
        color: #fff; }
    .Containing-everything-section .tect-stacks-boxes .framework h3, .Containing-everything-section .tect-stacks-boxes .framework .h3 {
      color: #767676;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin: 0; }
  .Containing-everything-section .flacone-img-text {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    .Containing-everything-section .flacone-img-text h4, .Containing-everything-section .flacone-img-text .h4 {
      color: #767676;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      /* 187.5% */ }
    .Containing-everything-section .flacone-img-text .flacon-img img {
      margin: 10px; }

.why-chosse-seasia-section .blue-part {
  border-radius: 14px;
  background: linear-gradient(180deg, #080038 0%, #000 100%);
  padding: 80px 40px;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center; }
  .why-chosse-seasia-section .blue-part .why-text-part h4, .why-chosse-seasia-section .blue-part .why-text-part .h4 {
    background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 500;
    line-height: 112.5%;
    text-transform: capitalize;
    margin-bottom: 0; }
  .why-chosse-seasia-section .blue-part .why-text-part p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0; }

.why-chosse-seasia-section .why-boxes {
  border-radius: 14px;
  background: linear-gradient(318deg, #f6f5ff 12.91%, #e8e5ff 100%);
  padding: 31px 40px;
  height: 100%; }
  .why-chosse-seasia-section .why-boxes .why-boxes-img-text {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px; }

.item-acc {
  border-bottom: 1px dashed #1f2125; }

.py-faq .ask-question h4, .py-faq .ask-question .h4 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

button.accordion {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding: 33px 20px;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.2s linear;
  color: #000;
  font-weight: 500;
  line-height: 30.106px; }

.accordion-content p {
  color: #5a5a5a;
  font-size: 24px;
  font-weight: 400; }

button.accordion:after {
  content: "+";
  font-size: 24px;
  float: right;
  width: 20px;
  color: #ff745c; }

button.accordion.is-open:after {
  content: "-";
  width: 20px;
  color: #ff745c;
  font-size: 24px; }

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd; }

.accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out; }
  .accordion-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  .accordion-content .is-open {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.38); }

.python-testimonials-section {
  background: #f9f9f9; }
  .python-testimonials-section .carousel button img {
    border-radius: 50%; }

.python-sliders button:active {
  background-color: #f77869;
  color: white !important;
  border: 1px solid #f77869 !important; }

.bg-trans2 {
  background-color: transparent;
  border: 1px solid #767676 !important;
  padding: 15.5px 33px 15.5px 33px;
  border-radius: 30px;
  color: #767676 !important; }

.bg-trans2:hover {
  background-color: #f77869;
  color: white !important;
  border: 1px solid #f77869 !important; }

.tech-stack-grad {
  background-image: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.techstack-subtext {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: black; }

.what-type-of-tech-section {
  background: #f2f2f2; }
  .what-type-of-tech-section .what-text h2, .what-type-of-tech-section .what-text .h2 {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; }
  .what-type-of-tech-section .what-text p {
    color: #5a5a5a;
    font-style: normal;
    font-weight: 400;
    line-height: 149.5%; }
  .what-type-of-tech-section .inner-box {
    padding: 1px;
    background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    height: 100%; }
    .what-type-of-tech-section .inner-box .inner-img-box {
      background: #f2f2f2;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 54px 30px;
      border-radius: 14px;
      height: 100%; }
      .what-type-of-tech-section .inner-box .inner-img-box .logo-circle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 82px;
        height: 82px;
        background: linear-gradient(180deg, #9dacff 0%, #ff745c 100%);
        border-radius: 50%; }
      .what-type-of-tech-section .inner-box .inner-img-box p {
        color: #000;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize; }

.why-seasia-for-net .dotnet h2, .why-seasia-for-net .dotnet .h2 {
  color: #000;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 131%;
  text-transform: capitalize; }

.why-seasia-for-net p {
  color: #5a5a5a;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%; }

.why-seasia-box {
  background: #fff;
  border-radius: 7.13px;
  border: 2px solid #d9d9d9;
  box-shadow: 2px 4px 17px 2px rgba(77, 77, 77, 0.26);
  padding: 20px; }
  .why-seasia-box h2, .why-seasia-box .h2 {
    background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin: 0; }

.new-bg {
  background: #f2f2f2; }

.what-can-help .what-can-help-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .what-can-help .what-can-help-box .text-help span {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    text-transform: capitalize; }
  .what-can-help .what-can-help-box .text-help h2, .what-can-help .what-can-help-box .text-help .h2 {
    color: #bfbfbf;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    text-transform: capitalize; }

.what-can-help .what-can-help-box-blue {
  padding: 34px;
  border-radius: 14px;
  background: linear-gradient(180deg, #080038 0%, #000 100%);
  height: 100%; }
  .what-can-help .what-can-help-box-blue .text-help-white .small-logo {
    display: flex;
    width: 54px;
    height: 54px;
    padding: 13px 5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff; }
  .what-can-help .what-can-help-box-blue .text-help-white h4, .what-can-help .what-can-help-box-blue .text-help-white .h4 {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize; }
  .what-can-help .what-can-help-box-blue .text-help-white ul li {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; }
    @media (min-resolution: 100dpi) {
      .what-can-help .what-can-help-box-blue .text-help-white ul li {
        font-size: 14px; } }

.one {
  height: 40px;
  width: 50px;
  background-color: red; }

.the-industries-we-have {
  background: #080038 !important; }
  .the-industries-we-have .industries h2, .the-industries-we-have .industries .h2 {
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .the-industries-we-have .industries p {
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.5%; }
  .the-industries-we-have h6, .the-industries-we-have .h6 {
    color: #fff !important; }

.trs-section {
  text-align: center;
  margin-top: 50px; }
  .trs-section .bussiness {
    text-align: center;
    border-right: 1px solid #dbdbdb;
    padding: 40px 20px; }
    .trs-section .bussiness:nth-last-child(1) {
      border-right: none; }
    .trs-section .bussiness:nth-child(5) {
      border-right: none; }
    .trs-section .bussiness:nth-child(-n + 5) {
      border-bottom: 1px solid #dbdbdb; }
    .trs-section .bussiness:hover svg {
      transform: scale(1.2); }
    .trs-section .bussiness .trs-icon {
      width: 50px;
      height: 50px;
      margin: 0 auto 30px auto; }
      .trs-section .bussiness .trs-icon svg {
        max-width: 100%;
        height: 100%;
        transition: all 0.3s ease; }
    .trs-section .bussiness h6, .trs-section .bussiness .h6 {
      font-size: 20px;
      font-style: normal;
      font-weight: 500; }
      @media (max-width: 1399.98px) {
        .trs-section .bussiness h6, .trs-section .bussiness .h6 {
          font-size: 17px; } }
      @media (max-width: 1199.98px) {
        .trs-section .bussiness h6, .trs-section .bussiness .h6 {
          font-size: 14px;
          word-break: normal; } }
    @media (max-width: 767.98px) {
      .trs-section .bussiness:nth-child(-n + 9) {
        border-bottom: 1px solid #dbdbdb; } }

.six-boxes {
  background-color: #f9f9f9; }
  .six-boxes .border-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #767676; }
  .six-boxes .boxes-part {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #767676;
    color: #000;
    outline: none; }
    .six-boxes .boxes-part:hover {
      background: #f77869;
      border: 1px solid transparent;
      color: #fff; }
  .six-boxes .resources-boxes {
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    padding: 20px; }
  .six-boxes .white-box {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 15px; }
    .six-boxes .white-box h4, .six-boxes .white-box .h4 {
      color: #000;
      font-style: normal;
      font-size: 20px;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 20px; }
      .six-boxes .white-box h4:hover, .six-boxes .white-box .h4:hover {
        color: #ff745c; }
    .six-boxes .white-box p {
      color: #767676;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      line-height: 149.5%; }

.world-map-section .map-text h2, .world-map-section .map-text .h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.world-map-section .map-text p {
  color: #767676;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%; }

.red-box {
  width: 18.889px;
  height: 18.889px;
  background: #f77869;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.world-map-section .card-part .card {
  border-radius: 15px;
  height: 100%; }
  .world-map-section .card-part .card .card-title {
    min-height: auto !important; }
  .world-map-section .card-part .card h5, .world-map-section .card-part .card .h5 {
    color: #ff745c;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .world-map-section .card-part .card .card-text {
    color: #1f2125;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.5%; }
  .world-map-section .card-part .card .card-para {
    color: #5a5a5a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.5%; }

.pagination-section {
  background-color: #F2F2F2; }
  .pagination-section .pagination-link .links ul li {
    transition: .2s ease-in-out;
    background: transparent;
    border-radius: 2px;
    padding: 0px 5px; }
    .pagination-section .pagination-link .links ul li:hover {
      background: #f77869;
      border-radius: 2px; }
      .pagination-section .pagination-link .links ul li:hover a {
        color: #FFF; }
        .pagination-section .pagination-link .links ul li:hover a svg path {
          fill: #FFF; }

.clients-cards {
  background: #F9F9F9;
  border-radius: 14px; }
  .clients-cards .profile-section {
    padding: 24px 20px;
    border-bottom: 1px solid #D3D3D3; }
  .clients-cards .clirnt-paragrapth-part .star-text {
    padding: 40px 20px; }

.cards:hover {
  background-color: #f3f3f3 !important;
  cursor: pointer; }

.card-text-2 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-display: swap; }

.card-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  min-height: 55px;
  font-display: swap; }

.card {
  box-shadow: -15px 0px 17px -18px #ccc;
  min-height: 380px;
  overflow: hidden; }

.card-title {
  line-height: 30px; }

.outrow-3 {
  border: 1px solid #5a5a5a;
  border-radius: 14px;
  min-height: 270px; }
  @media (max-width: 575.98px) {
    .outrow-3 {
      min-height: 0px !important; } }

.pr-10p {
  margin-left: 10px; }

.title-underline {
  width: 60px;
  height: 5px;
  background-image: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
  border-radius: 13px;
  box-shadow: inset 6px 3px 5px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  margin-bottom: 20px; }

.gradient-new {
  background: -webkit-linear-gradient(139.91deg, #ff745c 61.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.it-solutions {
  background-color: #f5f3f3;
  color: black;
  border-radius: 16px;
  font-size: 20px; }

.tick-list {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 400; }

.learn-btn {
  background: #f77869;
  border-radius: 27.5px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 16px 24px; }

.custom-btn-white {
  background-color: #ffffff !important;
  color: #f77869 !important; }

.btn-new {
  border: 1px solid #fc5743 !important;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  color: #fc5743 !important;
  margin-right: 60px; }

.btn-new:hover {
  background-color: #fc5743 !important;
  color: #ffffff !important; }

.shadow-new {
  box-shadow: 4px 4px 16px 0px rgba(201, 197, 197, 0.25); }

.font-20 {
  font-size: 20px !important; }

.blue-cards-wrapper {
  min-height: 345px !important; }

.w-90 {
  max-width: 90%; }

/*  */
.bg-blue-gradient-sec {
  background-image: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%); }

.text-left-imp {
  text-align: left !important; }

.ft-50 {
  font-size: 50px !important; }

.inner-bl-cards {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px; }

.blue-cards {
  background-color: #0b0433; }

.blue-cards-gifting {
  background-image: linear-gradient(180deg, #080038 0%, #000000 100%); }
  .blue-cards-gifting p a.text-white:hover {
    color: white !important; }

.video-player-sect {
  background-image: url("../assests/images/video-player-sect.webp");
  background-size: cover;
  background-repeat: no-repeat; }

.border-none {
  border: none; }

.custom-head {
  font-weight: 300; }

.custom-head-2 {
  font-weight: 700; }

.lilac-grad-img {
  background-image: linear-gradient(90.07deg, rgba(35, 42, 108, 0.99) 13.18%, rgba(35, 42, 108, 0.83) 60.63%, rgba(35, 42, 108, 0.821562) 102.49%, rgba(35, 42, 108, 0.82) 129.96%, rgba(35, 42, 108, 0.38) 145.08%); }

.custom-alignment-div {
  margin-left: 0px !important; }
  @media (max-width: 991.98px) {
    .custom-alignment-div {
      margin-left: auto !important; } }

.hexagon {
  top: -44%;
  right: -20%;
  position: absolute !important; }

.bg-greyi {
  background-color: #f3f3f3; }

.hover-blue:hover {
  background-image: linear-gradient(309.22deg, #f6f5ff -6.1%, #e8e6ff 106.1%); }

.blu-accord {
  background-color: transparent !important; }

.blu-accord::after {
  background-color: transparent !important; }

#blu-accord {
  background-color: transparent !important; }

.gifting-gradient-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%); }

.bg-grey {
  background-color: #eaeaea; }

.card-border-img {
  right: 0;
  top: 0px; }

.mg-10p {
  margin-right: 15px;
  line-height: 50px; }

.mn-80p {
  min-height: 180px; }

.banner-img-backgd {
  right: 0;
  bottom: 0; }

.custom-mgt {
  margin-top: 80px !important; }
  @media (max-width: 575.98px) {
    .custom-mgt {
      margin-top: 0 !important; } }

.accolades-grid {
  border: solid 0.4px #ededed;
  padding: 15px; }

.bg-trans {
  background-color: transparent;
  border: none; }

.bg-trans:hover {
  background-color: #ff745c;
  border-radius: 10px; }

.curr-arrow {
  display: none; }

.curr-arrow {
  display: block; }

.solid-txt {
  font-size: 26px;
  font-weight: 500;
  line-height: 34px; }

.lay-on-top {
  z-index: 10; }

.bg-cur-blu {
  background-color: #080038; }

.curr-heading {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px; }
  @media (max-width: 575.98px) {
    .curr-heading {
      font-size: 28px;
      font-weight: 400;
      margin-top: 20px;
      line-height: 32px; } }

#accordionFlushExample .accordion-button-webpage button:not(.collapsed)::after {
  background-image: url("../assests/images/icons8-minus-24.webp");
  transform: var(--bs-accordion-btn-icon-transform);
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  position: relative;
  top: 45%;
  background-size: 10px; }

#accordionFlushExample .accordion-button-webpage button::after {
  background-image: url("../assests/images/icons8-plus-24.webp");
  transform: var(--bs-accordion-btn-icon-transform);
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  position: relative;
  top: 45%;
  background-size: 10px; }

.display-curr {
  display: none; }

.display-curr:active {
  display: block; }

.startups {
  min-height: 120px; }

.hyperlink-color-change-new {
  text-decoration: underline;
  color: inherit; }

/*  */
#accordionFlushExample {
  background-color: transparent !important; }

.accordian-button-new {
  background-color: transparent !important; }

.accordian-button-new:active {
  color: white; }

.accordian-button-new .button:active {
  color: white !important;
  background-color: white !important;
  transform: rotate(0) !important; }

.accordian-button-new .--bs-accordion-btn-icon-transform {
  background-color: white !important;
  transform: rotate(0) !important; }

.accord-item-border-dashed {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.38) !important; }

.accord-item-border-dashed-2 {
  border-bottom: 1px dashed #1f2125 !important; }

.accord-text-clr {
  color: #bfbfbf !important; }

/*  */
.work-card {
  overflow: hidden;
  border-radius: 5px; }

.color-highlight {
  color: #f77869; }

.bg-image::after {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block; }

.slick-arrow.slick-next:before {
  display: block;
  height: 100px;
  width: 100px;
  background-image: url("./assets/path3785 (1).png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -270px;
  right: -10%;
  display: none; }

.heading {
  line-height: 50px;
  width: 80%; }

.video-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50px 15px;
  cursor: pointer; }

.relative {
  position: relative;
  background-repeat: no-repeat; }

.video {
  position: absolute;
  right: 6.2%;
  bottom: 3%;
  width: 90.48%;
  height: 94%;
  border-radius: 50px 5px;
  object-fit: cover;
  border: none; }

.absolute1 {
  position: absolute;
  bottom: 45%;
  right: 45%;
  cursor: pointer;
  background-color: transparent;
  border: none; }

.video-popup-div {
  width: 100%; }

.video-popup {
  width: 100%;
  height: 100%; }

.modal-content1 {
  background-color: transparent !important;
  border: none !important; }

.slick-initialized .slick-slide {
  margin: 0 10px; }

.mt-200 {
  margin-top: 100px; }

.content {
  top: 0;
  bottom: -90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: 0.5s ease-out; }

.content:hover {
  bottom: 0; }

.b-none {
  border: none !important;
  box-shadow: #98989880; }

.title-underline {
  width: 60px;
  height: 5px;
  background-image: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
  border-radius: 13px;
  box-shadow: inset 6px 3px 5px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  margin-bottom: 20px; }

.relative {
  position: relative; }

.absolute {
  position: absolute;
  bottom: 6.7%;
  right: 10%; }

.marg-20 {
  margin: 20px; }

.marg-t-90 {
  margin-top: 90px; }

.marg-b-90 {
  margin-bottom: 90px; }

.overlay-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000099;
  width: 100%;
  height: 100%;
  z-index: 4; }

.bg-blue {
  background: #f9f9f9; }

.text-info h3, .text-info .h3 {
  min-height: 120px;
  margin-bottom: 20px; }

.para-width {
  width: 80%; }

.my-spacing {
  padding-top: 60px; }

.accord-text-clr2 {
  color: #5a5a5a; }

.consult-btn {
  border: 1px solid white; }

.consult-btn:hover {
  background-color: white !important;
  color: #fc5743 !important; }

.web-dev-cur {
  left: 0;
  top: 0; }

.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; }

.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; }

.button-in {
  min-width: 180px;
  padding: 1rem 2rem;
  color: #ffffff;
  background: #fc5743;
  border-radius: 27.5px; }

.button-in:hover {
  color: #ffffff; }

.btn-white-border {
  border: 1px solid #fff;
  color: #fff;
  box-shadow: 0 0 0 0em #fff inset;
  transition: all 0.8s ease;
  font-weight: 500; }

.btn-white-border:hover {
  box-shadow: 0 0 0 3em #fff inset;
  color: #070134 !important; }

.btn-primary {
  transition: all 0.3s ease-in-out;
  border: 0;
  background: #fc5743; }

.btn-primary:hover {
  background: rgba(252, 87, 67, 0.2); }

.custom-btn {
  padding: 16px 31px;
  font-size: 16px; }
  @media (max-width: 575.98px) {
    .custom-btn {
      padding: 12px 18px !important; } }

.fs-20 {
  font-size: 20px; }

.fs-18 {
  font-size: 18px; }

.fs-25 {
  font-size: 25px; }

.custom-color {
  color: #fc5743; }

.bg-gray {
  background-color: #f3f3f3; }

/* ------------ */
.bg-blue2 {
  background-image: linear-gradient(177.51deg, #080038 2.08%, #000000 167.72%); }

.bg-img-section {
  background-image: url("../assests/images/section-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 78%; }

.gradient {
  background: -webkit-linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.br-25 {
  border-radius: 25px;
  margin: 10px; }

.text-color {
  color: #ffffff; }

.photo-rounded {
  border-radius: 37.5px;
  height: 75px;
  width: 75px;
  overflow: hidden; }

.font-16 {
  font-size: 16px;
  line-height: 24px; }

.font-18 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500; }

.font-20 {
  font-size: 18px;
  line-height: 24x; }

#corousel-indicators-outcome {
  position: absolute;
  bottom: -60px; }

#corousel-indicators-outcome button {
  background-color: #292929 !important; }

#corousel-indicators-outcome .active {
  background-color: #f77869 !important; }

.carousel-indicators-testimonial button {
  background-color: transparent !important; }

.carousel-indicators-testimonial .active {
  background-color: transparent !important; }

.list ul {
  list-style-type: disc;
  /* margin-right: 70px; */
  margin-right: 50px; }

.list ul li {
  color: #f77869; }

.preview-expect {
  background-color: #080038;
  background-size: cover;
  background-repeat: no-repeat; }

.u-tube-imge {
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important; }
  .u-tube-imge .u-tube-wrapper {
    width: 600px; }
    @media (min-width: 576px) {
      .u-tube-imge .u-tube-wrapper {
        width: 100%; } }

.background-color-gray {
  background-color: #f6f6f6; }

.highlight-card {
  background-color: white;
  border-radius: 15px; }

.impact-section-image {
  bottom: 0; }

.play-button-wrapper {
  max-width: 200px;
  max-height: 300px; }

.custom-accord {
  color: black;
  /* color: rgba(247, 120, 105, 1) !important; */
  font-weight: 500 !important;
  box-shadow: none !important; }

.custom-accord::after {
  background-image: url("../assests/images/plus.webp");
  z-index: 5; }

.custom-accord-2::after {
  background-image: url("../assests/images/plus.webp");
  z-index: 5; }

.custom-accord {
  z-index: 6; }

.unparalelled-bg {
  background-color: #f2f2f2; }

.unparalelled-border {
  border: 1px solid;
  border-image-source: linear-gradient(262.26deg, #a8adee 44.02%, #db9290 100%); }

.custom-form-changes {
  padding-bottom: 0 !important;
  padding-top: 1.8rem !important; }

.custom-form-changes-textarea {
  padding-bottom: 0 !important;
  padding-top: 2.7rem !important; }

.countrycodediv {
  width: 40px;
  display: inline-block; }

.custom-form-input {
  padding-right: 80px !important; }

.hyperlink-color-change {
  color: #f77869; }

/*  */
.marg-r-15 {
  margin-right: 15px; }

.marg-l-15 {
  margin-left: 15px; }

.p-l-15 {
  padding-left: 15px; }

/*  */
.brand-logo-outline {
  border: solid 0.4px #ededed;
  width: 252px;
  height: 84px;
  box-sizing: border-box; }

.play-button-mental-health {
  cursor: pointer;
  background-color: transparent;
  border: none; }

.accord-text {
  color: #000; }

.footer-adress-div {
  min-height: 90px; }

.accord-question-font {
  font-size: 14.5px; }

.accord-answer-font {
  font-size: 13px;
  font-weight: 500; }

.contact-form-cc-input .iti--separate-dial-code .iti__selected-dial-code {
  color: white; }

.custom-padding-quick-prev-sec {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%; }

.gradient-horizontal {
  background-image: -webkit-linear-gradient(149deg, #ff745c 0.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.top-button-content {
  border: 2px solid #d9d9d9;
  box-shadow: 2px 4px 17px 2px rgba(77, 77, 77, 0.26); }

.top-btn-font {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  text-align: center; }

.top-button-img {
  top: -90%; }

.cust-marg {
  margin-bottom: -5%;
  z-index: 5; }

.cage-inner-right {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(262.26deg, #a8adee 44.02%, #db9290 100%) 1;
  border-bottom: none;
  border-left: none;
  border-top: none; }

.cage-inner-bottom {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(262.26deg, #a8adee 44.02%, #db9290 100%) 1;
  border-left: none;
  border-top: none; }

.cage-inner-bottom-2 {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(262.26deg, #a8adee 44.02%, #db9290 100%) 1;
  border-left: none;
  border-top: none;
  border-right: none; }

.btn-gradient-1 {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(262.26deg, #a8adee 44.02%, #db9290 100%) 1;
  border-radius: 14px !important; }

.comp-bg-wt {
  background-color: #f9f9f9; }

.cust-head-wdth {
  width: 88%; }

.crd-num {
  background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
  width: 12%;
  border-radius: 0 14px 0 0; }

.grad-btn-num {
  right: 0;
  top: 0; }

#accolades .owl-dots {
  display: none; }

#accolades11 .owl-dots {
  display: none; }

.card-numbers {
  top: 13px;
  right: 22px; }

.font-20 {
  font-size: 20px; }

.bg-trans:active {
  background-color: #ff745c !important;
  border-radius: 10px; }

.min-height-icon {
  min-height: 100px; }

.big-box-25 {
  background: transparent;
  border-radius: 27.5px;
  padding: 2px 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: 287px;
  height: 100%;
  border: 1px solid #404040;
  border-radius: 27.5px;
  text-align: center; }
  .big-box-25 svg path {
    fill: #fff; }
  .big-box-25:hover {
    border: 1px solid #ff745c; }
    .big-box-25:hover svg path {
      fill: linear-gradient(262.26deg, #a8adee 44.02%, #db9290 100%); }

.feature-sec {
  padding-top: 30px;
  width: 100%; }

.feature-wrapper ol li::before {
  position: absolute;
  left: 0; }

.feature-wrapper ol {
  margin: 0;
  padding: 0; }

.feature-wrapper ol li {
  position: relative;
  font-size: 16px;
  padding-left: 18px;
  background: #f9f9f9;
  padding: 20px;
  width: 48%;
  margin: 0 2% 2% 0%; }

.feature-col {
  padding: 16px;
  box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.1);
  border-radius: 10px; }

.feature-col p {
  padding-left: 12px; }

.big-box-22 {
  background-color: #fff;
  color: black;
  border-radius: 27.5px;
  padding: 2px 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  min-height: 287px;
  height: 100%;
  border-radius: 27.5px;
  text-align: center; }
  .big-box-22 svg path {
    fill: black; }

.hire-js:hover {
  color: white;
  background-image: linear-gradient(177.42deg, #080038 2.16%, #000000 174.03%); }
  .hire-js:hover h4, .hire-js:hover .h4 {
    background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .hire-js:hover svg path {
    fill: #ff745c; }

.experience-mobile-app-section .card-white-bg {
  background: #FFF; }

.numbered-card .grey-redone {
  background-color: #f3f3f3; }

.py-faq button:hover {
  background: transparent; }

.py-faq button:active {
  background: transparent; }

.py-faq button.accordion.is-open {
  background-color: transparent; }

.py-faq .font-18 {
  font-size: 18px; }

.py-faq .white-acc-text {
  color: #5a5a5a; }

.blue-acc-section .item-acc {
  border-bottom: 1px dashed white; }

.blue-acc-section button.accordion.is-open {
  background-color: transparent; }

button.accordion.is-open {
  background-color: transparent; }

.engagement-model-outer .engagement-model-cards {
  background-color: #ededed;
  color: #f77869; }

.development-seccontent-right .round-bullets li {
  list-style: disc !important;
  color: #767676; }

.outer-box-shadow .inner-box-shadow {
  width: 342.54px;
  height: 118px;
  border-radius: 7px;
  background-color: #f9f9f9;
  border: 2px solid #d9d9d9; }
  @media (max-width: 575.98px) {
    .outer-box-shadow .inner-box-shadow {
      height: 70px;
      width: 332.54px; } }
  .outer-box-shadow .inner-box-shadow .shadow-cards {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center; }
    @media (max-width: 575.98px) {
      .outer-box-shadow .inner-box-shadow .shadow-cards {
        font-size: 18px; } }

.engagement-model .engagement-heading {
  font-size: 40px;
  font-weight: 500; }
  @media (max-width: 575.98px) {
    .engagement-model .engagement-heading {
      font-size: 22.6px; } }

.engagement-model .engagement-subheading {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  text-align: left;
  color: #040404; }

.engagement-model .engage-features .engage-feature-listing {
  padding-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #505050; }
  .engagement-model .engage-features .engage-feature-listing a {
    color: #005eb8;
    text-decoration: underline;
    text-underline-offset: 2px; }
    .engagement-model .engage-features .engage-feature-listing a:hover {
      color: #005eb8; }
  .engagement-model .engage-features .engage-feature-listing li {
    list-style: none;
    position: relative;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 10px; }
    .engagement-model .engage-features .engage-feature-listing li:before {
      display: block;
      content: "";
      width: 8px;
      height: 8px;
      background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 7px; }

.grey-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #767676;
  text-align: left; }

.ss-our-solutions-sec .card-heading {
  text-transform: capitalize !important; }

.cursor-pointer {
  cursor: pointer; }

.custom-new-listing .listing-part {
  margin-top: 0px !important; }

.industries-sect {
  background-color: #fafafa; }
  .industries-sect .industry-card {
    background-color: white;
    border: none;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px; }
    .industries-sect .industry-card .card-text {
      line-height: 30px; }
    .industries-sect .industry-card .card-body .card-title {
      color: #000; }

.fintech-cards .fintech-num-cards {
  box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.1) !important; }

.nest-list .box-text1 {
  list-style-type: disc !important; }
  .nest-list .box-text1 li {
    list-style-type: disc !important; }

.ai-list .listing-part-ai {
  margin-top: 25px; }
  .ai-list .listing-part-ai li {
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px; }
    .ai-list .listing-part-ai li::after {
      content: url(../assests/images/python-new/listing-icons.svg);
      position: absolute;
      left: -28px;
      top: 2px; }

.white-accordion .w-acc-para {
  color: #505050; }

.bg-light-grey {
  background: #F9F9F9; }

.font-44 {
  font-size: 44px; }
  @media (max-width: 1600.98px) {
    .font-44 {
      font-size: 32px; } }
  @media (max-width: 991.98px) {
    .font-44 {
      font-size: 28px; } }

.font-40 {
  font-size: 40px; }
  @media (max-width: 1600.98px) {
    .font-40 {
      font-size: 32px; } }
  @media (max-width: 991.98px) {
    .font-40 {
      font-size: 28px; } }

.new-york-main-header {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("../assests/images/newyork/new-york-main-banner.webp");
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  background-size: cover; }
  @media (max-width: 1399.98px) {
    .new-york-main-header {
      background-position: 72% 18%;
      padding-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .new-york-main-header {
      height: calc(100vh - 500px); } }
  @media (max-width: 575.98px) {
    .new-york-main-header {
      padding-top: 40px;
      height: auto; } }
  .new-york-main-header .heading-top {
    font-size: 18px; }
  .new-york-main-header h1, .new-york-main-header .h1 {
    font-size: 52px; }
  .new-york-main-header .choose-para {
    font-size: 18px; }

.Partnership-sec {
  padding: 50px; }
  @media (max-width: 991.98px) {
    .Partnership-sec {
      padding: 0px; } }

.to-connect {
  background: url("../assests/images/newyork/to-connect-background.webp") no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin: 50px 0;
  background-position: 100% 20%; }
  @media (max-width: 1399.98px) {
    .to-connect {
      background-position: 72% 18%; } }
  .to-connect .inner-div {
    margin: 70px 0;
    padding: 70px 0; }
    @media (max-width: 991.98px) {
      .to-connect .inner-div {
        margin: 0px 0;
        padding: 0px 0; } }
    .to-connect .inner-div h2, .to-connect .inner-div .h2 {
      color: #393939; }

.services-newyork {
  padding: 50px 0; }
  @media (max-width: 991.98px) {
    .services-newyork {
      padding: 0px; } }
  @media screen and (max-width: 355px) {
    .services-newyork .services-newyork {
      margin-top: 10rem; } }
  .services-newyork .inner-box {
    padding: 38px;
    border-radius: 14px;
    background: #F6F6F6;
    box-shadow: 4px 4px 16px 0px rgba(201, 197, 197, 0.25); }
    @media (max-width: 1600.98px) {
      .services-newyork .inner-box {
        padding: 20px; } }
    @media (max-width: 991.98px) {
      .services-newyork .inner-box {
        padding: 16px; } }
    .services-newyork .inner-box .light-icon {
      display: none; }
    .services-newyork .inner-box .dark-icon {
      display: block; }
    .services-newyork .inner-box:hover {
      color: white;
      background: #F77869;
      box-shadow: 4px 4px 16px 0px rgba(201, 197, 197, 0.25); }
      .services-newyork .inner-box:hover svg path {
        fill: white;
        stroke: transparent; }
      .services-newyork .inner-box:hover .light-icon {
        display: block; }
      .services-newyork .inner-box:hover .dark-icon {
        display: none; }

.lcnc-services-sec .inner-box {
  background: #fff;
  box-shadow: 4px 4px 16px 0px #C9C5C566; }

.why-choose {
  background: url("../assests/images/newyork/why-choose-seasia-background.webp") no-repeat;
  background-size: cover;
  margin: 50px 0;
  padding: 50px 0; }
  .why-choose h2, .why-choose .h2 {
    margin-bottom: 52px; }
  .why-choose .inner-col {
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #456371; }
    @media (max-width: 991.98px) {
      .why-choose .inner-col {
        padding: 16px; } }

.why-choose.success-story-aiml {
  background: url("../assests/images/aiml/aiml-success-backgound.webp") no-repeat;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .why-choose.success-story-aiml .python-dev-text-part h3, .why-choose.success-story-aiml .python-dev-text-part .h3 {
      font-size: 22px; } }

.tech-stacks {
  padding: 50px 0;
  margin: 50px 0;
  background: #FBFBFB; }
  @media (max-width: 991.98px) {
    .tech-stacks {
      padding-bottom: 0; } }
  .tech-stacks .carousel-btn-wrapper {
    background: #EFEFEF; }
    .tech-stacks .carousel-btn-wrapper .techstack-tabs {
      border: 0px solid transparent;
      margin: 14px 0;
      padding: 0 18px;
      position: relative; }
      @media (max-width: 1399.98px) {
        .tech-stacks .carousel-btn-wrapper .techstack-tabs {
          padding: 0 6px; } }
      .tech-stacks .carousel-btn-wrapper .techstack-tabs:after {
        display: block;
        width: 1px;
        height: 100%;
        background-color: #C2C2C2;
        content: "";
        position: absolute;
        right: -2px;
        top: 0; }
      .tech-stacks .carousel-btn-wrapper .techstack-tabs:last-child:after {
        display: none;
        width: 1px;
        height: 100%;
        background-color: #C2C2C2;
        content: "";
        position: absolute;
        right: -2px;
        top: 0; }
  .tech-stacks .tech-box {
    border-radius: 14px;
    border: 1px solid #E4E4E4;
    padding-right: 32px;
    padding-left: 32px; }
    @media (max-width: 991.98px) {
      .tech-stacks .tech-box {
        padding-right: 18px;
        padding-left: 18px; } }

.agile-sec {
  padding: 50px 0; }
  @media (max-width: 991.98px) {
    .agile-sec {
      padding: 0px; } }

.questions-sec {
  padding: 50px 0; }
  .questions-sec .white-accordion .accordion {
    border-radius: 14px;
    background: #F7F7F7; }
  .questions-sec .white-accordion .accordion.is-open {
    border-radius: 14px 14px 0px 0px;
    border-bottom: 1px solid #F2F2F2; }
  .questions-sec .white-accordion .accordian-wrapper:has(.accordion.is-open) {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }

.best-services-sec {
  padding: 50px 0;
  background-color: #F9F9F9; }
  .best-services-sec .col-20 {
    width: 20%; }
    @media (max-width: 991.98px) {
      .best-services-sec .col-20 {
        width: 33%; } }
    @media (max-width: 575.98px) {
      .best-services-sec .col-20 {
        width: 100%; } }
  .best-services-sec .best-services-box {
    border-radius: 14px;
    text-align: center;
    padding: 60px 36px; }
    @media (max-width: 991.98px) {
      .best-services-sec .best-services-box {
        padding: 60px 20px; } }
    .best-services-sec .best-services-box h3, .best-services-sec .best-services-box .h3 {
      font-size: 20px;
      font-weight: 500; }
  .best-services-sec .best-services-box.banking {
    background: url("../assests/images/newyork/banking-background.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.consumer {
    background: url("../assests/images/newyork/customer-background.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.communication {
    background: url("../assests/images/newyork/communication-background.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.freight {
    background: url("../assests/images/newyork/freight-fleet.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.healthcare {
    background: url("../assests/images/newyork/health.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.insurance {
    background: url("../assests/images/newyork/insurance.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.public {
    background: url("../assests/images/newyork/public.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.real-estate {
    background: url("../assests/images/newyork/real-estate.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.software {
    background: url("../assests/images/newyork/software.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.travel {
    background: url("../assests/images/newyork/travel.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.sustain {
    background: url("../assests/images/dubai/sustainablity.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.edtech {
    background: url("../assests/images/dubai/edtech.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.logistics {
    background: url("../assests/images/dubai/logistics.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.eccomerce {
    background: url("../assests/images/dubai/eccomerce.png");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.martai {
    background: url("../assests/images/aiml/mart-ai.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.logistics-transport {
    background: url("../assests/images/aiml/logistics-transport.webp");
    background-repeat: no-repeat;
    background-size: cover; }
  .best-services-sec .best-services-box.legal {
    background: url("../assests/images/aiml/legal-technology.webp");
    background-repeat: no-repeat;
    background-size: cover; }

.outline-btn {
  border: 1px solid #F77869;
  color: #F77869;
  padding: 15px 33px; }
  .outline-btn:hover {
    background-color: #F77869;
    color: #fff;
    border: 1px solid transparent; }

.lorem h2, .lorem .h2 {
  font-size: 44px;
  color: #393939; }

.lorem .box {
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(103, 103, 103, 0.04); }

.lorem .lorem-img {
  position: relative; }
  .lorem .lorem-img:hover .overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 120, 105, 0.5); }
  .lorem .lorem-img .overlay {
    display: none;
    position: absolute; }
    .lorem .lorem-img .overlay .circle {
      width: 68px;
      height: 68px;
      background-color: #fff;
      border-radius: 50%; }

.lorem .red-para {
  color: #F77869;
  padding: 22px 0 4px 0; }

.lorem h5, .lorem .h5 {
  font-size: 22px; }

.lorem .para {
  font-size: 16px;
  color: #767676;
  padding: 8px 0 0px 0;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.lorem .more-btn {
  background: #F77869;
  border: 1px solid transparent;
  color: #fff;
  font-size: 14px; }
  .lorem .more-btn:hover {
    background-color: #fff;
    border: 1px solid #F77869;
    color: #F77869; }
    .lorem .more-btn:hover svg path {
      fill: #F77869; }

.review-sec {
  background: #F4F4F4;
  padding: 62px 0;
  margin-top: 50px; }
  @media (max-width: 991.98px) {
    .review-sec {
      padding: 50px 0; } }

.new-cali-main-header {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("../assests/images/newyork/california-banner.webp");
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  background-size: cover; }
  @media (max-width: 1399.98px) {
    .new-cali-main-header {
      background-position: 72% 18%;
      padding-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .new-cali-main-header {
      height: calc(100vh - 500px); } }
  @media (max-width: 575.98px) {
    .new-cali-main-header {
      padding-top: 40px;
      height: auto; } }
  .new-cali-main-header .heading-top {
    font-size: 18px; }
  .new-cali-main-header h1.california-main-heading, .new-cali-main-header .california-main-heading.h1 {
    font-size: 52px; }
  .new-cali-main-header .choose-para {
    font-size: 18px; }

.new-cali-main-header.dubai-main-banner {
  background: url("../assests/images/dubai/main-banner-background.png");
  height: 84vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1399.98px) {
    .new-cali-main-header.dubai-main-banner {
      height: 100vh; } }
  @media (max-width: 991.98px) {
    .new-cali-main-header.dubai-main-banner {
      height: 56vh; } }
  @media (max-width: 575.98px) {
    .new-cali-main-header.dubai-main-banner {
      height: 87vh; } }

.new-cali-main-header.mindful-main-banner {
  background: url("../assests/images/mindfulness/mindful-hero-banner.webp");
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1600.98px) {
    .new-cali-main-header.mindful-main-banner {
      height: 85vh; } }
  @media (max-width: 1399.98px) {
    .new-cali-main-header.mindful-main-banner {
      height: 100vh; } }
  @media (max-width: 991.98px) {
    .new-cali-main-header.mindful-main-banner {
      height: 56vh; } }
  @media (max-width: 575.98px) {
    .new-cali-main-header.mindful-main-banner {
      height: auto;
      padding-top: 150px; } }
  .new-cali-main-header.mindful-main-banner h1, .new-cali-main-header.mindful-main-banner .h1 {
    font-size: 52px; }
    @media (max-width: 1600.98px) {
      .new-cali-main-header.mindful-main-banner h1, .new-cali-main-header.mindful-main-banner .h1 {
        font-size: 42px; } }
    @media (max-width: 991.98px) {
      .new-cali-main-header.mindful-main-banner h1, .new-cali-main-header.mindful-main-banner .h1 {
        font-size: 42px; } }
    @media (max-width: 575.98px) {
      .new-cali-main-header.mindful-main-banner h1, .new-cali-main-header.mindful-main-banner .h1 {
        font-size: 30px; } }

.new-cali-main-header.vocabulary-banner {
  background: url("../assests/images/vocabulary/main-header-banner.webp");
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1600.98px) {
    .new-cali-main-header.vocabulary-banner {
      height: 95vh; } }
  @media (max-width: 1399.98px) {
    .new-cali-main-header.vocabulary-banner {
      height: 100vh; } }
  @media (max-width: 991.98px) {
    .new-cali-main-header.vocabulary-banner {
      height: 56vh; } }
  @media (max-width: 575.98px) {
    .new-cali-main-header.vocabulary-banner {
      height: auto;
      padding-top: 135px;
      padding-bottom: 90px; } }
  .new-cali-main-header.vocabulary-banner h1, .new-cali-main-header.vocabulary-banner .h1 {
    font-size: 52px; }
    @media (max-width: 1600.98px) {
      .new-cali-main-header.vocabulary-banner h1, .new-cali-main-header.vocabulary-banner .h1 {
        font-size: 42px; } }
    @media (max-width: 991.98px) {
      .new-cali-main-header.vocabulary-banner h1, .new-cali-main-header.vocabulary-banner .h1 {
        font-size: 42px; } }
    @media (max-width: 575.98px) {
      .new-cali-main-header.vocabulary-banner h1, .new-cali-main-header.vocabulary-banner .h1 {
        font-size: 30px; } }

.to-connect-cali {
  background: url("../assests/images/newyork/to-coonect-cali.webp") no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin: 50px 0;
  background-position: 100% 20%; }
  @media (max-width: 1399.98px) {
    .to-connect-cali {
      background-position: 72% 18%; } }
  .to-connect-cali .inner-div {
    margin: 70px 0;
    padding: 70px 0; }
    @media (max-width: 991.98px) {
      .to-connect-cali .inner-div {
        margin: 0px 0;
        padding: 0px 0; } }
    .to-connect-cali .inner-div h2, .to-connect-cali .inner-div .h2 {
      color: #393939; }

.why-choose-cali {
  background: url("../assests/images/newyork/why-choose-calli.webp") no-repeat;
  background-size: cover;
  margin: 50px 0;
  padding: 50px 0; }
  .why-choose-cali h2, .why-choose-cali .h2 {
    margin-bottom: 52px; }
  .why-choose-cali .inner-col {
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #456371; }
    @media (max-width: 991.98px) {
      .why-choose-cali .inner-col {
        padding: 16px; } }

.why-choose-cali.mindful-results-sec {
  background: url("../assests/images/mindfulness/mindful-results-background.webp") no-repeat;
  background-size: cover; }

.why-choose-cali.vocabulary-results-sec {
  background: url("../assests/images/vocabulary/our-approach-background.webp") no-repeat;
  background-size: cover; }

.why-choose-cali.more-reason-sec {
  background: url("../assests/images/dubai/more-reason-background.png") no-repeat;
  background-size: cover; }

.choose-aws-section {
  background: #f9f9f9; }
  .choose-aws-section .choose-1-box {
    background: #f3f3f3;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px; }
    .choose-aws-section .choose-1-box .choose-img {
      margin-bottom: 30px; }
    .choose-aws-section .choose-1-box h4, .choose-aws-section .choose-1-box .h4 {
      color: #000;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      text-transform: capitalize;
      min-height: 35px; }
    .choose-aws-section .choose-1-box p {
      color: #5a5a5a;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 149.5%; }
    .choose-aws-section .choose-1-box ul {
      padding: 0; }
      .choose-aws-section .choose-1-box ul li {
        list-style-type: disc !important;
        color: #5a5a5a;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 149.5%; }

.aws-dev-section .comprehensive-outer {
  padding: 50px 20px; }

.our-aws-dev .listing-part ul li {
  margin: 35px 0; }
  .our-aws-dev .listing-part ul li p {
    margin: 6px 0; }

.exprience-the-seasia-section {
  background: #f2f2f2; }
  .exprience-the-seasia-section .experience-boxes-1 {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    height: 100%; }
    .exprience-the-seasia-section .experience-boxes-1 h4, .exprience-the-seasia-section .experience-boxes-1 .h4 {
      color: #000;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
    .exprience-the-seasia-section .experience-boxes-1 p {
      color: #767676;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 149.5%; }
      .exprience-the-seasia-section .experience-boxes-1 p span a {
        color: #767676;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 149.5%;
        text-decoration-line: underline; }

.expertise-microsoft-section .choose-1-box h4, .expertise-microsoft-section .choose-1-box .h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize; }

.expertise-microsoft-section .choose-1-box p {
  color: #5a5a5a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.5%; }
  .expertise-microsoft-section .choose-1-box p span a {
    color: #5a5a5a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.5%;
    text-decoration-line: underline; }

.yield-significant-section .black-circle {
  width: 59.043px;
  height: 56.043px;
  fill: #000;
  position: absolute;
  box-shadow: 1px -11px 19px -7px #ffb0b0 inset;
  border-radius: 50%;
  right: 35px;
  bottom: 22%; }

.yield-significant-section .blue-big-box {
  border-radius: 14px;
  background: linear-gradient(180deg, #080038 0%, #000 100%);
  height: 100%;
  padding: 70px 33px;
  display: flex;
  align-items: center; }

.yield-significant-section .gray-box {
  background: #f3f3f3;
  height: 100%;
  border-radius: 14px;
  padding: 33px 40px; }
  .yield-significant-section .gray-box h4, .yield-significant-section .gray-box .h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }
  .yield-significant-section .gray-box p {
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.5%; }

.blue-line-section p {
  color: #FFF; }

.poc-main {
  padding-top: 150px;
  padding-bottom: 50px; }
  .poc-main h1, .poc-main .h1 {
    background: linear-gradient(270deg, #FF745C 0.08%, #9DACFF 99.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    /* 62.73px */
    text-transform: capitalize;
    text-align: left;
    margin: 0; }
    @media (max-width: 575.98px) {
      .poc-main h1, .poc-main .h1 {
        font-size: 41px; } }
  .poc-main h2, .poc-main .h2 {
    color: #040404;
    font-size: 28px;
    font-style: normal;
    font-weight: 500; }
  .poc-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .poc-main li {
    list-style: none;
    position: relative;
    line-height: 1.5;
    padding-left: 20px; }
    .poc-main li:before {
      display: block;
      content: "";
      width: 8px;
      height: 8px;
      background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 7px; }
  .poc-main .poc-domain {
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    align-items: center; }
    @media (max-width: 575.98px) {
      .poc-main .poc-domain {
        flex-direction: column;
        align-items: unset; } }
    .poc-main .poc-domain ul.domain-listing {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 20px; }
      @media (max-width: 575.98px) {
        .poc-main .poc-domain ul.domain-listing {
          grid-template-columns: repeat(1, 1fr);
          margin-top: 10px; } }
      .poc-main .poc-domain ul.domain-listing li {
        padding: 0;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.1);
        padding: 10px;
        border-radius: 12px;
        text-align: center; }
        .poc-main .poc-domain ul.domain-listing li::before {
          display: none;
          padding: 0; }
        @media (max-width: 575.98px) {
          .poc-main .poc-domain ul.domain-listing li {
            margin-bottom: 10px; } }
    .poc-main .poc-domain h3, .poc-main .poc-domain .h3 {
      color: #505050;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.5;
      margin: 0 20px 0 0; }
  .poc-main .poc-description p {
    color: #505050;
    font-size: 15px;
    font-weight: 300;
    line-height: normal; }
  .poc-main .poc-features {
    background-color: #F9F9F9;
    border-radius: 20px;
    padding: 30px;
    margin-top: 30px; }
    .poc-main .poc-features .feature-listing {
      margin-top: 20px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 100px;
      row-gap: 20px; }
      @media (max-width: 575.98px) {
        .poc-main .poc-features .feature-listing {
          grid-template-columns: repeat(1, 1fr); } }
      .poc-main .poc-features .feature-listing li {
        font-size: 15px;
        font-weight: 400;
        line-height: normal; }
  .poc-main .tech-listing {
    margin-top: 30px;
    background-image: linear-gradient(270deg, #FF745C 0.08%, #9DACFF 99.94%);
    padding: 30px;
    border-radius: 20px;
    color: #fff; }
    .poc-main .tech-listing h2, .poc-main .tech-listing .h2 {
      color: #fff;
      margin-bottom: 10px; }
    .poc-main .tech-listing .used-listing {
      padding: 0; }
      .poc-main .tech-listing .used-listing li {
        color: #fff;
        padding: 0;
        margin-bottom: 20px;
        margin-bottom: 10px; }
        .poc-main .tech-listing .used-listing li:before {
          display: none;
          padding: 0; }
  .poc-main .poc-img {
    position: sticky;
    top: 100px;
    right: 0; }
    .poc-main .poc-img img {
      max-width: 100%; }

.lcnc-partner-sec ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.lcnc-partner-sec li {
  list-style: none;
  position: relative;
  line-height: 1.5;
  padding-left: 20px; }
  .lcnc-partner-sec li:before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px; }

.demo-listing h6, .demo-listing .h6 {
  font-weight: 600;
  font-size: 21px; }

.demo-listing a {
  word-break: break-all; }

.industrytools .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "|"); }

.sam h2, .sam .h2 {
  background: linear-gradient(270deg, #FF745C 0.08%, #9DACFF 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px; }

.sam p {
  font-size: 18px; }

.industrytools {
  padding-top: 130px; }
  .industrytools .tools-apart h1, .industrytools .tools-apart .h1 {
    color: #000;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 500; }
  .industrytools .tools-list-featured {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    display: grid;
    /* Use  display property as grid*/
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
    .industrytools .tools-list-featured li {
      border-radius: 3px;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .industrytools .tools-list-featured li a {
        color: #000;
        display: block;
        padding: 1px;
        border-radius: 3px; }
      .industrytools .tools-list-featured li:hover {
        background-image: linear-gradient(270deg, #FF745C 0.08%, #9DACFF 99.94%);
        color: #fff; }
        .industrytools .tools-list-featured li:hover a {
          color: #fff; }
  .industrytools .used-tools h2, .industrytools .used-tools .h2 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 500; }
  .industrytools .used-tools ul.list-tools-list {
    margin-top: 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    /* Use  display property as grid*/
    gap: 10px; }
    .industrytools .used-tools ul.list-tools-list li {
      border-radius: 24.682px;
      border: 1px solid rgba(158, 158, 174, 0.3);
      text-align: center;
      transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
      .industrytools .used-tools ul.list-tools-list li a {
        display: block;
        padding: 8px 15px;
        color: #000;
        font-size: 14px;
        pointer-events: none; }
      .industrytools .used-tools ul.list-tools-list li:hover {
        background-image: linear-gradient(270deg, #FF745C 0.08%, #9DACFF 99.94%);
        color: #fff; }
        .industrytools .used-tools ul.list-tools-list li:hover a {
          color: #fff; }
  .industrytools .process-activity-value {
    border: 1px solid #f9f9f9; }
    @media (max-width: 575.98px) {
      .industrytools .process-activity-value {
        overflow-x: auto;
        max-width: 1200px; } }
    .industrytools .process-activity-value .listing-value {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      padding: 0;
      margin: 0; }
      .industrytools .process-activity-value .listing-value li.col-grid {
        border-right: 1px solid #f1f1f1;
        padding: 10px 10px 50px 10px; }
        .industrytools .process-activity-value .listing-value li.col-grid:last-child {
          border-right: none; }
        .industrytools .process-activity-value .listing-value li.col-grid:nth-child(2) {
          background-color: #F9F9F9; }
        .industrytools .process-activity-value .listing-value li.col-grid:nth-child(1) {
          background: #080038;
          color: #fff; }
        @media (max-width: 575.98px) {
          .industrytools .process-activity-value .listing-value li.col-grid {
            min-width: 320px; } }
      .industrytools .process-activity-value .listing-value li.process-list {
        position: relative;
        padding-left: 42px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        padding-right: 20px; }
        .industrytools .process-activity-value .listing-value li.process-list::before {
          display: block;
          content: "";
          position: absolute;
          background: linear-gradient(270deg, #FF745C 0.08%, #9DACFF 99.94%);
          width: 20px;
          height: 20px;
          top: 6px;
          left: 10px;
          border-radius: 50%; }
        .industrytools .process-activity-value .listing-value li.process-list::after {
          display: block;
          content: "";
          position: absolute;
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIpSURBVHgBZZJNaBNREMdn3mZXxEM3R0FovItB6UUQ0pxEb+3BQyoki+JBhRAVLIgYelA8hCQVRASbLEpBEW0PQgUhjR7EIiU5ClJz8eCp8WC2ye6+cd4mG7JxWN7XvPeb/8ws1l/39wx5kDC8Hui+A7rba164ciINbDvV9/kY9cu610PDd4jnP4bmzB9bXm7DlAkDpEVEAKi2BIiQ+vhsp6Z2uhzYPIWPkG0GXGj8XllJ/gfKXDzcRCKLGcHl0Xnu05PPa6cKC10kTKPA1hgGYKL0Gvv37kRgQg2ZTNzmhaUkEZCKzNJk7svqVk3BXBykmdAiCJWDyVc3nLvXZyMgZYuXjnIaZCEgher4cfZb5R3DrK7vewsCsDOWQDIhpdimW5dnJ1MZ24e1djbmDWox7y8ekgekmqB5TiF5e6n682E5oXv9XcPvmYY7ao7vdHRXnhbTIEna/HQAFNAJFr5IsZR4WC1VMBDYxEq9GwFt1H+obmWV8KBOCoxgnby5tLlXepoEDdmPqsnBQChs49FzK1KjNy9/1RBFNkifrwxntObyi/b30ouk62vbYeH4Y5doH3nw2IoUe319v0wgckPJ6lMBNevMjXP2bultckCiwZ4ZPhwqIWxDbJCezEbYr/r3mZ4PoozMByykrp21v65ucTrQYLIZ4DldltLuIabjxUp3EhSTgCYTbEnqJyLglrbOX52rDsVJk882hxEk+yR4vlM4XixGIMr+AZaU918z0d7jAAAAAElFTkSuQmCC");
          width: 20px;
          height: 20px;
          top: 10px;
          right: 0px;
          background-repeat: no-repeat; }
      .industrytools .process-activity-value .listing-value:nth-last-child(1) .list-line::after {
        height: calc(100% - 50px); }
  .industrytools div.list-line {
    position: relative;
    height: 100%; }
    .industrytools div.list-line:after {
      display: block;
      content: "";
      position: absolute;
      left: 19px;
      top: 25px;
      border-left: 1px dashed #999;
      height: calc(100% + 50px);
      z-index: 0; }
  .industrytools .listing-inner-activity {
    padding: 0; }
    .industrytools .listing-inner-activity li {
      list-style: none;
      position: relative;
      line-height: 1.5;
      padding-left: 20px;
      margin-bottom: 10px;
      font-size: 14px; }
      .industrytools .listing-inner-activity li:before {
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        background: #555;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 7px; }
  .industrytools .gradient-title {
    background: linear-gradient(270deg, #FF745C 0.08%, #9DACFF 99.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px; }
  .industrytools .title-tools {
    margin-bottom: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500; }

.bubble-back {
  background-color: rgba(88, 79, 142, 0.8);
  padding: 10px;
  position: relative;
  min-height: 60px;
  width: calc(100% - 25px);
  border-radius: 20px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .bubble-back:hover {
    transform: translateY(-10px); }
  .bubble-back .bubbles-inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    min-width: 150px;
    gap: 14px; }
    .bubble-back .bubbles-inner li {
      border-radius: 24.682px;
      text-align: center;
      transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      border: 2px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
      .bubble-back .bubbles-inner li a {
        display: block;
        padding: 8px 20px;
        color: #fff; }
      .bubble-back .bubbles-inner li:hover {
        background-image: linear-gradient(270deg, #FF745C 0.08%, #9DACFF 99.94%); }
        .bubble-back .bubbles-inner li:hover a {
          color: #fff; }
  .bubble-back:after {
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background-color: #473f7a;
    display: block;
    content: '';
    right: -8px;
    bottom: 0;
    z-index: 111;
    transform: rotate(45deg); }

.agile-accordion .accordion .accordion-item .accordion-header .agile-accordion-bullet {
  height: 45px;
  width: 5px;
  background-image: linear-gradient(6.02deg, #FF745C 6.03%, #9DACFF 87.44%);
  margin-right: 10px; }

.agile-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(""); }

.tooltip .tooltip-inner {
  text-align: left; }

.learn-the-process-section .carousel .carousel-inner .carousel-item .question-1 .paragraph-sl {
  color: #5a5a5a;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.learn-the-process-section .carousel .carousel-inner .carousel-item .question-1 .carousel-indicators .sl-1 {
  background: #f77869 !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 10px !important; }

.software-solution-section {
  background-color: #f2f2f2 !important; }

.blue-section-list-section {
  background-color: #080038; }
  .blue-section-list-section .python-dev-text-part .text-part .its-time {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 28px !important; }
  .blue-section-list-section .python-dev-text-part .text-part .child-para {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 28px !important; }
  .blue-section-list-section .python-dev-text-part .listing-part ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 149.5%; }

.white-bg {
  background-color: #FFF !important;
  color: #000 !important; }
  .white-bg h5, .white-bg .h5 {
    color: #000;
    font-weight: 600; }

.solution-blue-section p {
  color: #FFF; }

.min-height-custome {
  min-height: 123px; }

.iot-services .explore-para p {
  color: #767676;
  font-size: 20px;
  font-weight: 400;
  line-height: 149.5%; }

.explore-section-system-design .choose-1-box {
  padding: 29px; }
  .explore-section-system-design .choose-1-box .choose-img img {
    margin-right: 20px !important; }

.open-source-bg {
  background: #F0F0F0 !important; }

.leader-page-title {
  line-height: 1.13;
  margin: 50px 0 30px;
  background: linear-gradient(270deg, #FF745C 0.08%, #9DACFF 99.94%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left; }

.our-leaders .leader-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden; }

.our-leaders .card {
  height: 100%; }

.our-leaders .card-title {
  min-height: auto; }

.our-leaders .card-text {
  color: #767676; }

.fixed-header .new-header {
  position: fixed;
  left: 0;
  right: 0; }

.fixed-header body {
  background-color: #F7FAFC; }

.content-domain {
  padding: 20px;
  border-radius: 20px;
  background-color: #fff; }

#wrapper-domain {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative; }

#sidebar-wrapper {
  top: 0;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #070134;
  transition: all 0.5s ease;
  z-index: 1; }

#wrapper-domain.toggled #sidebar-wrapper {
  width: 250px; }

.sidebar-brand {
  position: absolute;
  top: 0;
  width: 142px;
  text-align: center;
  padding: 10px 0; }

.sidebar-brand h2, .sidebar-brand .h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #fff; }

.sidebar-nav {
  position: absolute;
  top: 75px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav > li {
  text-indent: 10px;
  line-height: 42px; }

.sidebar-nav > li a {
  display: flex;
  text-decoration: none;
  color: #FFF;
  opacity: 0.6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 0;
  align-items: center;
  position: relative;
  padding-left: 10px; }

.sidebar-nav > li a i {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center; }

.sidebar-nav > li > a:hover svg path,
.sidebar-nav > li.active > a svg path {
  fill: #FC5743;
  opacity: 1; }

.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
  color: #FC5743;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 1; }

.sidebar-nav > li.active > a::after {
  display: block;
  content: '';
  width: 4px;
  height: 23px;
  position: absolute;
  left: 0;
  z-index: 111;
  top: 0;
  bottom: 0;
  background: #FC5743;
  margin: auto; }

.sidebar-nav > li > a i.fa {
  font-size: 24px;
  width: 60px; }

#navbar-wrapper {
  width: 100%;
  position: absolute;
  z-index: 2; }

#wrapper-domain.toggled #navbar-wrapper {
  position: absolute;
  margin-right: -250px; }

#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: #eee;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0; }

#navbar-wrapper .navbar a {
  color: #757575; }

#navbar-wrapper .navbar a:hover {
  color: #F8BE12; }

#content-wrapper {
  width: 100%;
  position: absolute;
  top: 100px; }

#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-right: -250px; }

@media (min-width: 992px) {
  #wrapper-domain {
    padding-left: 250px; }
  #wrapper-domain.toggled {
    padding-left: 60px; }
  #sidebar-wrapper {
    width: 250px; }
  #wrapper.toggled #sidebar-wrapper {
    width: 60px; }
  #wrapper-domain.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px; }
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px; }
  #navbar-wrapper {
    position: relative; }
  #wrapper-domain.toggled {
    padding-left: 60px; }
  #content-wrapper {
    position: relative;
    top: 100px; }
  #wrapper-domain.toggled #navbar-wrapper,
  #wrapper-domain.toggled #content-wrapper {
    position: relative;
    margin-right: 60px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #wrapper-domain {
    padding-left: 60px; }
  #sidebar-wrapper {
    width: 60px; }
  #wrapper-domain.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px; }
  #wrapper-domain.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px; }
  #navbar-wrapper {
    position: relative; }
  #wrapper-domain.toggled {
    padding-left: 250px; }
  #content-wrapper {
    position: relative;
    top: 0; }
  #wrapper-domain.toggled #navbar-wrapper,
  #wrapper-domain.toggled #content-wrapper {
    position: relative;
    margin-right: 250px; } }

@media (max-width: 767px) {
  #wrapper-domain {
    padding-left: 0; }
  #sidebar-wrapper {
    width: 0; }
  #wrapper-domain.toggled #sidebar-wrapper {
    width: 250px; }
  #wrapper-domain.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px; }
  #wrapper-domain.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px; }
  #navbar-wrapper {
    position: relative; }
  #wrapper-domain.toggled {
    padding-left: 250px; }
  #content-wrapper {
    position: relative;
    top: 0; }
  #wrapper-domain.toggled #navbar-wrapper,
  #wrapper-domain.toggled #content-wrapper {
    position: relative;
    margin-right: 250px; } }

/* ---------------------------- */
.header-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  color: #000;
  text-align: left; }

/* ---------------------------- */
.jumbo-banner {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  max-height: 320px;
  height: 320px;
  position: relative; }

.jumbo-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(6, 6, 6, 0) 6.77%, #030303 100%); }

.jumbo-banner img {
  width: 100%; }

.section-heading {
  color: #27272E;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin: 30px 0 20px 0; }

.listing-items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 575.98px) {
    .listing-items {
      grid-template-columns: repeat(1, 1fr); } }

.listing-items li {
  border-radius: 8px;
  background: #FFF8F7;
  padding: 14px 14px 14px 35px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative; }

.listing-items li::after {
  display: block;
  content: "";
  width: 3px;
  height: 64%;
  background-color: #FC5743;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 40px; }

.feature-listing {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }

.ordered-items {
  padding: 0;
  margin: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  display: grid; }
  @media (max-width: 575.98px) {
    .ordered-items {
      grid-template-columns: repeat(1, 1fr); } }

.check-list {
  padding: 1px 1px 1px 35px;
  display: inline-block;
  margin-right: 10px;
  position: relative; }

.check-list::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 2px;
  position: absolute;
  left: 10px;
  top: 8px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEGSURBVHgBlZHNccJADIWl3Z3J1SW4gyQVZCENhEPi3OJ04FSQElICzi3hkLgBYDuAEkwHXBnQCq0B888YzezMm5E+rZ6EcGXwi30j1Ck2Bp5sRDf6X2SsZ3RvGkFJ69YDFkHrOVss3BSbQATKraE7/BtMgjYNoQg9ZBsoBC6Sdndb6Z3pue9KvtrYsxoyYAwMhen1O7tNFTKUwqfVQ53zc+shJAT6rKAw4oKzw2kqj5S0v6RolWSYaoCMEPJ1TW5+++8nwRX82GWA9LBAFhLveqtHrcWMPqTLeC8r3k5Be2C4jULqCFzWvyHmcCaO7hi2SaxHIiPxdvbO6qjTjys1eBvGhAuxBDREZT+nUfgbAAAAAElFTkSuQmCC");
  background-repeat: no-repeat; }

.xpertise-items {
  margin-top: 20px; }

.xpertise-order-items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-row-gap: 20px; }
  @media (max-width: 575.98px) {
    .xpertise-order-items {
      grid-template-columns: repeat(1, 1fr); } }

.xpertise-list {
  border-radius: 8px;
  padding: 14px 14px 14px 14px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 6px;
  border: 1px solid #F4F4F4;
  color: #313131;
  font-size: 12px;
  font-style: normal;
  font-weight: 400; }
  .xpertise-list img {
    margin-right: 10px; }

.cases {
  margin-top: 10px; }

.cases-items {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px; }
  @media (max-width: 575.98px) {
    .cases-items {
      grid-template-columns: repeat(1, 1fr); } }

.cases-list {
  padding: 1px 1px 1px 20px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  position: relative; }

.cases-list::after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #FC5743;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 4px; }

.major-projects {
  color: #27272E;
  font-size: 18px;
  font-weight: 500;
  line-height: normal; }

.projects-listing {
  position: sticky;
  top: 100px; }
  .projects-listing img {
    max-width: 100%; }

.project-items {
  display: block;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 10px;
  text-align: center; }

p.grey-text {
  font-size: 16px; }

.text-lightgrey {
  color: #767676; }

p.grey-text {
  font-size: 16px; }

.text-lightgrey {
  color: #767676; }

html {
  animation-delay: 0.2; }

.body-color body {
  background-color: #F9FCFD; }

.body-color .new-header {
  z-index: 0; }

.body-color .ss-footer.contact-us-section {
  z-index: 0; }

.box-reveal {
  opacity: 0; }

.skill-matrix-listing {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 16px;
  align-items: center; }
  .skill-matrix-listing .matrix-item {
    min-height: 106px;
    margin: 0;
    padding: 0;
    flex-basis: 20%;
    padding: 24px 24px;
    background-color: #F5F9FB;
    position: relative; }
    .skill-matrix-listing .matrix-item a {
      display: flex;
      width: 100%;
      color: #313131; }
    .skill-matrix-listing .matrix-item .excellence-box {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      color: #FC5743; }
      .skill-matrix-listing .matrix-item .excellence-box a {
        display: block;
        text-decoration: none;
        color: #FC5743; }
    .skill-matrix-listing .matrix-item::after {
      display: block;
      content: "";
      height: 50%;
      background-color: #DBDEE1;
      width: 2px;
      border-radius: 2px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .skill-matrix-listing .matrix-item:nth-child(1) {
      background-color: #fff;
      transition: all 0.3s ease; }
      .skill-matrix-listing .matrix-item:nth-child(1):hover {
        background-color: #feeeec; }
      .skill-matrix-listing .matrix-item:nth-child(1)::after {
        display: none; }
    .skill-matrix-listing .matrix-item:nth-child(2) {
      display: flex;
      align-items: center;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      color: #FC5743; }
      .skill-matrix-listing .matrix-item:nth-child(2) .icon-set {
        margin-right: 10px; }
    .skill-matrix-listing .matrix-item:nth-last-child(1)::after {
      display: none; }
    .skill-matrix-listing .matrix-item .peoples {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .skill-matrix-listing .matrix-item .peoples .count {
        color: #313131;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; }
    .skill-matrix-listing .matrix-item label {
      color: #757574;
      margin-top: 5px;
      font-size: 14px;
      font-style: normal;
      font-weight: 400; }
      .skill-matrix-listing .matrix-item label span {
        color: #757574;
        font-size: 14px;
        font-style: normal;
        font-weight: 400; }

.dept-card {
  padding: 20px;
  border-radius: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #fff; }

.finance {
  background-color: #FC5743; }

.hiring-rec {
  background-color: #FC5743; }

.delivery {
  background-color: #FC5743; }

.it-dept {
  background-color: #FC5743; }

.sales {
  background-color: #FC5743; }

.uiux-content {
  background-color: #FC5743; }

.engineering {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px; }

.members {
  margin-top: 8px; }
  .members .members-items {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 0; }
    .members .members-items li {
      padding: 18px 18px 18px 18px;
      display: flex;
      align-items: center;
      position: relative; }
      .members .members-items li:nth-child(1) {
        background-color: #F6F6F6;
        padding: 18px 18px 20px 18px; }
        .members .members-items li:nth-child(1)::after {
          content: "";
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFuSURBVHgBnVO9SgNBEP5m4+0hWqiFWOYR8gKiEQQRhIAgqFUk9r6B+gZ5Aq/TNj6BEatUuSIWwSIJCIKVXcjP3jq78eLlcheOfHDcMjvft7Mz3xJiGD0+7GnoUgCUAJ03MdLw+edL4I4uK71oPoUL7XkbIze4DaBvsBBUdQfinsrln6mAIQ+letGEAjLAVCSHuaIREbZsPjkr2R7IuQPmWLG+5+XJVR0sgRzEvhByorQMTLMFX2imdHlyBtremc/e3II8Ks2EAiOgMXt31fmAs3sIrK3/B3ktD46hPntx2byIR1SrCdVuWYIVCcntd7sXxwr3sRsaJipCf0Rb6vdXIpnhCy6hlrQzbjZ4vkP+Rhg33pJSQASfjHUVgjpSQI6ENkIJcF3ugXNx9cqjqKYJpJENh04rPdtEx3gb9sFkgrGy4UyETIA9LQe54qJKoieH78By4wn9J49ny+7UujD1CFGXDVNTFDyvnl/Xo/m/e62LPMsV7FoAAAAASUVORK5CYII=");
          width: 16px;
          height: 16px;
          position: absolute;
          bottom: -9px;
          right: 0;
          left: 0;
          margin: 0 auto;
          z-index: 1; }
      .members .members-items li:nth-child(2) {
        background-color: #E7F7FA;
        padding: 22px 18px 18px 18px; }
      .members .members-items li:last-child:after {
        display: none; }
      .members .members-items li:after {
        height: 1px;
        display: block;
        content: "";
        position: absolute;
        width: calc(100% - 28px);
        bottom: 0;
        background-color: #EEF1F2; }
      .members .members-items li:hover {
        background-color: #feeeec; }
      .members .members-items li .member-img {
        width: 36px;
        height: 36px;
        display: block;
        overflow: hidden;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 8px; }
        .members .members-items li .member-img img {
          filter: grayscale(1);
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .members .members-items li .member-info {
        width: calc(100% - 36px); }
      .members .members-items li .member-name {
        color: #313131;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 4px; }
        .members .members-items li .member-name a {
          color: #313131; }
      .members .members-items li .position {
        color: #757575;
        margin: 0;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; }

.heading-text {
  color: #313131;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  text-align: left; }

.card-excellence {
  border-radius: 12px;
  background: #F6F6F6;
  padding: 24px 14px; }
  .card-excellence .tech-sector {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 24px;
    margin-bottom: 24px; }
    .card-excellence .tech-sector .tech-icon {
      margin-right: 10px; }
    .card-excellence .tech-sector .tech-title {
      color: #313131;
      font-size: 20px;
      font-weight: 500;
      line-height: 20px; }
  .card-excellence .expert-emp .emp-info {
    display: flex; }
    .card-excellence .expert-emp .emp-info .avatar {
      width: 36px;
      height: 36px;
      margin-right: 8px; }
      .card-excellence .expert-emp .emp-info .avatar img {
        filter: grayscale(1); }
  .card-excellence .expert-emp .profile-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: calc(100% - 58px); }
    .card-excellence .expert-emp .profile-info .profile h6, .card-excellence .expert-emp .profile-info .profile .h6 {
      margin: 0 0 4px 0;
      font-size: 12px;
      font-style: normal;
      font-weight: 500; }
    .card-excellence .expert-emp .profile-info .profile p {
      color: #757575;
      font-size: 12px;
      font-weight: 400;
      margin: 0; }
    .card-excellence .expert-emp .profile-info .experience p {
      color: #000;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      margin: 0; }
      .card-excellence .expert-emp .profile-info .experience p:nth-child(1) {
        margin: 0 0 2px 0; }

.skill-matrix {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 20px; }
  .skill-matrix a {
    display: block;
    margin: 0;
    list-style: none;
    padding-left: 64px;
    border-radius: 12px;
    position: relative;
    background: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 24px;
    color: #313131;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    flex-basis: 32%; }
    @media (max-width: 575.98px) {
      .skill-matrix a {
        flex-basis: 100%; } }
    .skill-matrix a span {
      display: block;
      width: calc(100% - 64px); }
    .skill-matrix a::after {
      display: block;
      border-radius: 12px;
      background-color: #E7F7FA;
      padding: 10px;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 54px;
      box-sizing: border-box;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJQSURBVHgBrZW9b9NAGMaf95LaqShS2o4gZCQklg6FBRakCBY+BoqYqi6JyJ7+Bwn/Ad2p3KXqSBYkhiJFdOrSVqILDJBISEgMkAHUxo19vK+Tfrjyx1ntT0psn997nvPde+8RUtCuW/asoKFJVwByuMUZv+rzbw8KbdtHm5bqvSQNims8cF2HbN/l2woMII01C2jFGanzDYfrbxssvmsqLmhCdcBfJH1TDQbrq03+pjd8W0ZeiPtw31Aj0ozTkY/FL47GcmmpvnJiMJ5zmZb8I4836NvAvKxJOEXKCppJ4urmLdiLr1CYuwNjeLoGhLXwdjz674mxV6Yw8ehZeB1+2Ye/sw1T7EFhWtGk/zwtSP/7i6OP78Nr8fYcrMcLAJuZ4JWChkKAhaxAEfc+vIP/oweanoX18KmRida6ImswDxM8D8OtTQw/74CmroYmVJ7J6uWIQa7M8fd3T02evIC6diPTIDf6yDvzRKmxRQ7onilimRTv3kOBF1tMhp82Efz6mRzM+4ENdJdvnUzlCQvF+w9QuO5EMisVhT1FRJ0sbckYWdRQ/M9vM3EhQFtZh2rFRJxmZuF/+2ouztglNqBaTQ6PTlKQ4ryXjJHMGW5vnVvgZIhLBb2s94ryoKlQIx1f7ALeXIONVeSkb1lohQOUv8nFWlfpUcOlwFoy+hMDweL6zQvewgURjeOzIGIgcFl+zV+yjNGhnpe+HDSiETGMizzYcHmLB00uVlWYQOjYFqrH0xJ9lYIYEXE511xxdVgUR0lA4e7vEqgjaT7OxFj+A7I44M0o1/ZGAAAAAElFTkSuQmCC");
      background-position: center;
      background-repeat: no-repeat; }

.quality-assurance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 30px 0 30px 0;
  column-gap: 10px;
  row-gap: 10px; }
  .quality-assurance .leads {
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid #DADADA;
    background: #FFF;
    color: #FC5743;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .quality-assurance .leads:hover {
      background-color: #feeeec; }

.resource-item {
  display: flex;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  .resource-item .resource-info {
    width: 360px; }
    @media (max-width: 575.98px) {
      .resource-item .resource-info {
        width: 100%; } }
    .resource-item .resource-info h6, .resource-item .resource-info .h6 {
      color: #313131;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 5px; }
    .resource-item .resource-info p {
      color: #616161;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 1;
      margin: 0; }
  .resource-item .skill-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 360px);
    column-gap: 5px;
    row-gap: 5px; }
    @media (max-width: 575.98px) {
      .resource-item .skill-wrap {
        width: 100%; } }
    .resource-item .skill-wrap .skill-item {
      padding: 8px 18px;
      border-radius: 18px;
      border: 1px solid #DADADA; }

.person-layout {
  background-image: url("../assests/images/ems/choose-bg.webp"); }

.bg-lightgrey {
  background-color: #f3f3f3; }

p a.ems-link {
  text-decoration: underline;
  color: #fff !important;
  cursor: pointer; }

p a.ems-link:hover {
  text-decoration: none;
  color: #fff !important; }

.intro-adorn-position {
  bottom: -20px;
  left: -20px;
  z-index: -1; }

.whatsapp-button {
  bottom: 60%;
  right: 0px;
  position: fixed;
  z-index: 1000;
  border: 0px; }

.whatsapp-button:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 48%;
  z-index: 99;
  border: none;
  outline: 0;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  background-color: transparent; }

@media screen and (max-width: 1199px) {
  #scrollToTopBtn {
    bottom: 63px;
    right: 48%; } }

@media screen and (max-width: 767px) {
  #scrollToTopBtn {
    bottom: 45px;
    right: 85%; } }

.scrollToTopOuter {
  animation: 2s cubic-bezier(9.5, 9.05, 9, 9.5) infinite bounce;
  animation-direction: alternate; }

@keyframes bounce {
  from {
    transform: translate3d(0, 10px, 0); }
  to {
    transform: translate3d(0, 30px, 0); } }

.scrollToTopOuter {
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 2s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(9, 9.05, 9, 9.5);
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 20px, 0); } }

.our-services-list li a {
  color: #005eb8;
  text-decoration: underline; }

.cta-background p a {
  color: #fff !important; }
  .cta-background p a:hover {
    color: #fff !important; }

@media (max-width: 575.98px) {
  .best-services-sec.electric-slider {
    padding: 0px 0 40px 0; } }

.best-services-sec.electric-slider .feature-card {
  background: #FBFBFB;
  box-shadow: 0px 3.73px 41.03px 0px #0000000F;
  padding: 24px 26px;
  border-radius: 30px; }
  .best-services-sec.electric-slider .feature-card .icon-wrapper {
    background: #F77869;
    border-radius: 6px;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px; }
  .best-services-sec.electric-slider .feature-card h4, .best-services-sec.electric-slider .feature-card .h4 {
    font-size: 14px;
    font-weight: 500;
    color: #313131; }

.unmatched-slider {
  padding-bottom: 80px; }
  .unmatched-slider .carousel-inner,
  .unmatched-slider .mysolutionSwiper {
    background: #F8F8F8;
    border-radius: 40px;
    padding: 32px 32px 72px 32px;
    max-height: 420px;
    min-height: 420px;
    height: 420px; }
    @media (max-width: 1399.98px) {
      .unmatched-slider .carousel-inner,
      .unmatched-slider .mysolutionSwiper {
        padding: 32px 14px 60px 14px;
        max-height: 330px;
        min-height: 330px;
        height: 330px; } }
    @media (max-width: 1199.98px) {
      .unmatched-slider .carousel-inner,
      .unmatched-slider .mysolutionSwiper {
        padding: 32px 14px 60px 14px;
        max-height: 400px;
        min-height: 400px;
        height: 400px; } }
    @media (max-width: 991.98px) {
      .unmatched-slider .carousel-inner,
      .unmatched-slider .mysolutionSwiper {
        padding: 32px 14px 60px 14px;
        max-height: 350px;
        min-height: 350px;
        height: 350px; } }
    @media (max-width: 575.98px) {
      .unmatched-slider .carousel-inner,
      .unmatched-slider .mysolutionSwiper {
        padding: 32px 20px;
        max-height: 320px;
        min-height: 320px;
        height: 320px; } }
  .unmatched-slider .slider-card {
    position: relative;
    padding-top: 50px;
    height: 100%; }
    @media (max-width: 1399.98px) {
      .unmatched-slider .slider-card {
        padding-top: 25px; } }
    .unmatched-slider .slider-card:hover .number {
      border: 9px solid #F6E9E7; }
    .unmatched-slider .slider-card .number {
      width: 80px;
      height: 80px;
      background: #F77869;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media (max-width: 1399.98px) {
        .unmatched-slider .slider-card .number {
          width: 50px;
          height: 50px;
          background: #F77869;
          font-size: 20px; } }
    .unmatched-slider .slider-card .content {
      box-shadow: 0px 3.73px 41.03px 0px #0000000F;
      background: #fff;
      border-radius: 46px;
      color: #313131;
      padding: 50px 34px 30px 34px;
      height: 100%; }
      @media (max-width: 1399.98px) {
        .unmatched-slider .slider-card .content {
          padding: 22px 22px 22px 22px; } }
      .unmatched-slider .slider-card .content h3, .unmatched-slider .slider-card .content .h3 {
        font-size: 18px;
        font-weight: 600; }
      .unmatched-slider .slider-card .content p {
        font-size: 14px;
        font-weight: 400; }
  .unmatched-slider .carousel-indicators {
    margin-bottom: 0;
    bottom: -70px; }
    @media (max-width: 575.98px) {
      .unmatched-slider .carousel-indicators {
        margin: 0 10px; } }
    .unmatched-slider .carousel-indicators button {
      background-color: #D9D9D9;
      width: 22px;
      height: 22px;
      border-radius: 50%; }
      @media (max-width: 575.98px) {
        .unmatched-slider .carousel-indicators button {
          margin: 0 2px 0 0 !important;
          padding: 4px;
          width: 12px;
          height: 12px; } }
    .unmatched-slider .carousel-indicators button.active {
      background-color: #F77869; }
  .unmatched-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #D9D9D9;
    width: 22px;
    height: 22px;
    transform: none; }
  .unmatched-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F77869;
    transform: none; }

.services-newyork .unmatched-slider.sustain .slider-card {
  height: 100%;
  min-height: 200px; }
  .services-newyork .unmatched-slider.sustain .slider-card .content {
    height: 100%;
    padding: 50px 22px 30px 22px; }
    @media (max-width: 1399.98px) {
      .services-newyork .unmatched-slider.sustain .slider-card .content {
        padding: 36px 22px 22px 22px; } }

.hightlights-features {
  background: #F8F8F8; }
  .hightlights-features .banner-img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px; }
  .hightlights-features .cards-wrapper {
    height: 50%;
    min-height: 50%;
    max-height: 50%; }
    .hightlights-features .cards-wrapper .cards-space {
      --bs-gutter-x: 30px; }
      @media (max-width: 575.98px) {
        .hightlights-features .cards-wrapper .cards-space {
          --bs-gutter-x: 0px;
          --bs-gutter-y: 8px; } }
    .hightlights-features .cards-wrapper .featured-cards {
      box-shadow: 0px 3.73px 41.03px 0px #0000000F;
      background: #fff;
      border-radius: 14px;
      padding: 30px;
      height: 100%; }
      @media (max-width: 1399.98px) {
        .hightlights-features .cards-wrapper .featured-cards {
          padding: 22px; } }
      @media (max-width: 1199.98px) {
        .hightlights-features .cards-wrapper .featured-cards {
          padding: 20px; } }
      .hightlights-features .cards-wrapper .featured-cards h3, .hightlights-features .cards-wrapper .featured-cards .h3 {
        color: #313131;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 12px; }
      .hightlights-features .cards-wrapper .featured-cards p {
        color: #313131;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0; }
        @media (max-width: 1199.98px) {
          .hightlights-features .cards-wrapper .featured-cards p {
            font-size: 16px; } }
  @media (max-width: 1399.98px) {
    .hightlights-features .second-card .cards-space {
      height: 90%; } }
  @media (max-width: 1399.98px) {
    .hightlights-features .second-card .featured-cards {
      padding: 18px; } }
  @media (max-width: 1399.98px) {
    .hightlights-features .first-card .featured-cards {
      padding: 18px; } }

.sesia-solution .mysolutionSwiper {
  position: relative; }
  @media (max-width: 575.98px) {
    .sesia-solution .mysolutionSwiper {
      padding: 32px 20px 64px 20px;
      max-height: 400px;
      min-height: 400px;
      height: 400px; } }
  .sesia-solution .mysolutionSwiper .swiper-pagination {
    position: absolute;
    bottom: 16px; }

.llm-main-header {
  background: linear-gradient(181.73deg, #080038 1.46%, #000000 245.49%);
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1600.98px) {
    .llm-main-header {
      height: 95vh; } }
  @media (max-width: 1399.98px) {
    .llm-main-header {
      height: 100vh; } }
  @media (max-width: 991.98px) {
    .llm-main-header {
      height: 56vh; } }
  @media (max-width: 575.98px) {
    .llm-main-header {
      height: auto;
      padding-top: 135px;
      padding-bottom: 90px; } }
  .llm-main-header h1, .llm-main-header .h1 {
    font-size: 52px; }
    @media (max-width: 1600.98px) {
      .llm-main-header h1, .llm-main-header .h1 {
        font-size: 30px; } }
    @media (max-width: 575.98px) {
      .llm-main-header h1, .llm-main-header .h1 {
        font-size: 28px; } }

@media (min-width: 992px) {
  .metabull-main-header.llm-main-header {
    background: url("../assests/images/metabull/main-banner-background.png");
    background-size: cover;
    background-position: 67%; } }

@media (min-width: 1200px) {
  .metabull-main-header.llm-main-header {
    background: url("../assests/images/metabull/main-banner-background.png");
    background-size: cover;
    background-position: bottom; } }

.seasia-solution-sec.unmatched-slider h3, .seasia-solution-sec.unmatched-slider .h3 {
  color: #5a5a5a;
  font-size: 28px;
  font-weight: 600; }
  @media (max-width: 1600.98px) {
    .seasia-solution-sec.unmatched-slider h3, .seasia-solution-sec.unmatched-slider .h3 {
      font-size: 24px; } }
  @media (max-width: 991.98px) {
    .seasia-solution-sec.unmatched-slider h3, .seasia-solution-sec.unmatched-slider .h3 {
      font-size: 20px; } }

.llm-results-sec {
  background: #080135; }

.mindful-common-sections .projects-ss-wrapper .swiper-wrapper {
  padding-bottom: 45px; }

.mindful-common-sections .projects-ss-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #D9D9D9; }
  @media (max-width: 575.98px) {
    .mindful-common-sections .projects-ss-wrapper .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px; } }

.mindful-common-sections .projects-ss-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  background: #F77869; }
  @media (max-width: 575.98px) {
    .mindful-common-sections .projects-ss-wrapper .swiper-pagination .swiper-pagination-bullet-active {
      width: 16px;
      height: 16px; } }

.fw-medium-500 {
  font-weight: 400 !important; }

.unmatched-slider.project-scope .slider-card .content p {
  font-size: 16px;
  color: #5a5a5a; }

.content-area {
  background-color: white;
  padding-top: 90px; }
  .content-area main.site-main .page-title {
    background-image: linear-gradient(to right, #9DACFF, #FF745C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize; }
  .content-area main.site-main .search-form .search-input-wrapper {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 28px;
    font-size: 16px;
    height: 60px;
    line-height: 44px;
    object-fit: contain;
    padding: 7px 20px 7px 50px;
    height: 60px;
    line-height: 44px;
    position: relative; }
    .content-area main.site-main .search-form .search-input-wrapper img {
      position: absolute;
      left: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
    .content-area main.site-main .search-form .search-input-wrapper input {
      border-color: transparent;
      background-color: transparent;
      color: #414141;
      padding: 4px 10px;
      width: 100%;
      height: 100%; }
      .content-area main.site-main .search-form .search-input-wrapper input:focus {
        outline: none; }
    .content-area main.site-main .search-form .search-input-wrapper button {
      background: none;
      border: none;
      padding: 0; }
  .content-area main.site-main .search-results-wrapper .search-result-item {
    background-color: #f3f6ff;
    margin: 0 0 20px;
    min-height: unset;
    padding: 20px 30px;
    border-radius: 12px; }
    @media (max-width: 575.98px) {
      .content-area main.site-main .search-results-wrapper .search-result-item {
        padding: 15px 20px; } }
    .content-area main.site-main .search-results-wrapper .search-result-item h2, .content-area main.site-main .search-results-wrapper .search-result-item .h2 {
      font-size: 22px;
      font-weight: 600 !important; }
      @media (max-width: 575.98px) {
        .content-area main.site-main .search-results-wrapper .search-result-item h2, .content-area main.site-main .search-results-wrapper .search-result-item .h2 {
          font-size: 20px; } }
      .content-area main.site-main .search-results-wrapper .search-result-item h2 .highlighted-text, .content-area main.site-main .search-results-wrapper .search-result-item .h2 .highlighted-text {
        color: #fc5743;
        font-size: 22px;
        font-weight: 600 !important; }
        @media (max-width: 575.98px) {
          .content-area main.site-main .search-results-wrapper .search-result-item h2 .highlighted-text, .content-area main.site-main .search-results-wrapper .search-result-item .h2 .highlighted-text {
            font-size: 20px; } }
    .content-area main.site-main .search-results-wrapper .search-result-item .search-description {
      font-size: 16px;
      font-weight: 400 !important;
      color: #767676; }
    .content-area main.site-main .search-results-wrapper .search-result-item a {
      color: #005eb8;
      display: inline-block;
      font-size: 16px;
      text-decoration: none;
      word-break: break-all; }

@media (min-width: 1600px) {
  .container {
    max-width: 1480px; } }

body,
html {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5 !important;
  font-weight: 400;
  font-display: swap; }
  @media (max-width: 1399.98px) {
    body,
    html {
      font-size: 14px; } }

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img {
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear; }

.learn-more-btn .btn-primary:hover svg path {
  fill: #fff;
  transition: all ease 0.3s; }

.effect-image-1 {
  position: relative;
  display: block; }

.effect-img-child img {
  height: 336px;
  width: 100%;
  object-fit: cover; }
  @media (max-width: 1600.98px) {
    .effect-img-child img {
      height: 297px; } }
  @media (max-width: 1399.98px) {
    .effect-img-child img {
      height: 258px; } }
  @media (max-width: 1199.98px) {
    .effect-img-child img {
      height: 225px; } }
  @media (max-width: 991.98px) {
    .effect-img-child img {
      height: 244px; } }
  @media (max-width: 575.98px) {
    .effect-img-child img {
      height: 308px; } }

a {
  color: #005eb8;
  text-decoration: underline; }

a.white-link {
  color: #fff !important; }
  a.white-link:hover {
    color: #fff !important; }

.links-header li a {
  color: #A5A5A5; }

.overlay-text-1 {
  opacity: 0;
  visibility: hidden; }

.overlay-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f778699e; }

.img-arrow-port {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center; }

.effect-image-1:hover .overlay-text-1 {
  opacity: 1;
  visibility: visible; }

.card-body-port {
  height: 264px; }
  @media (max-width: 575.98px) {
    .card-body-port {
      height: 235px; } }
  @media (max-width: 1600.98px) {
    .card-body-port {
      height: 250px; } }

.child-sec a {
  color: #000; }

.our-port-bannner-sec {
  height: 34vh !important; }

.our-port-bannner-sec .header-banner {
  position: relative;
  padding-top: 5vh !important; }

.why-choose-outcome {
  background: url(../assests/images/innovative-motors/outcome-banner.png) no-repeat;
  background-size: cover;
  margin: 50px 0;
  padding: 150px 0; }

.cardio-results {
  background: url(../assests/images/cardio-app/results-impact-background.png) no-repeat;
  background-size: cover;
  margin: 50px 0;
  padding: 150px 0; }

.blockchain-svg-fill:hover img svg path fill {
  color: red !important; }

.large-img {
  display: block; }

.medium-img {
  display: none; }

@media screen and (max-width: 1400px) and (min-width: 992px) {
  .large-img {
    display: none; }
  .medium-img {
    display: block; } }

.why-platform-bg {
  display: none; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important; }

.phone-numbers {
  padding-left: 90px !important; }

.intl-tel-input {
  width: 100%; }

.iti {
  width: 100%; }

.error {
  color: red; }

.form_submit {
  margin-left: 141%;
  margin-top: 0px; }

.slide-in-left {
  -webkit-animation: slide-in-left 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.learn-more-btn .btn-primary {
  transition: all 0.3s ease-in-out;
  border: 1px solid #5B5B5B !important;
  border-radius: 27.5px;
  background: #F9F9F9 !important;
  color: #5B5B5B; }

.learn-more-btn .btn-primary:hover {
  transition: all 0.3s ease-in-out;
  border: 0;
  background: #F77869 !important;
  color: #ffff !important;
  border: 1px solid #F77869 !important; }

.child-sec {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical; }
  @media (max-width: 1600.98px) {
    .child-sec {
      -webkit-line-clamp: 1;
      height: 35px; } }
  @media (max-width: 575.98px) {
    .child-sec {
      -webkit-line-clamp: 2;
      height: 35px; } }

.card-port {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }

.learn-more-btn a {
  position: absolute;
  bottom: 33px; }

.card-port p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #767676;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.functionali-slider .development-seccontent {
  padding-left: 40px;
  font-size: 24px;
  color: #5A5A5A; }

.color-fun {
  color: #5A5A5A; }

.functionali-slider h4, .functionali-slider .h4 {
  font-weight: 600 !important; }

.dev-check {
  padding-top: 6px;
  padding-right: 18px;
  padding-left: 10px; }

.child-head {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #F77869; }

.photo-rounded {
  border-radius: 50%; }

.wrs-video-sec {
  background: #000;
  border-radius: 40px;
  border: 14px black solid; }

.wsr-vd {
  height: 357px !important;
  width: 100%;
  background: azure;
  border-radius: 24px; }

.wh-90 {
  width: 90px !important; }

.ss-client-satisfaction {
  background-position: right 64px;
  background-repeat: no-repeat;
  background-size: contain; }

.py-90 {
  padding: 90px 0; }

a {
  text-decoration: none; }

span a {
  color: #080808;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 16px; }
  span a:hover {
    color: #005eb8; }

body {
  overflow-x: hidden; }

.bugbot-bg-gradient-bl {
  background-image: linear-gradient(180deg, #080038 0%, #000000 100%); }

.arrow-btns,
.arrow-btns-last {
  padding: 10px;
  box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.1);
  border-radius: 10px;
  background: #fff;
  min-height: 94px;
  width: 100%;
  text-align: center;
  justify-content: center;
  line-height: 1.4;
  box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.1);
  transition: background 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
  color: #505050; }

.sa-testimonial-new-slider .img-border img {
  max-width: 100%;
  width: 100%;
  border-radius: 100px;
  height: 100%;
  object-fit: cover; }
  @media (max-width: 575.98px) {
    .sa-testimonial-new-slider .img-border img {
      width: 53%;
      height: 56% !important; } }

@media (max-width: 575.98px) {
  .carousel-indicators button {
    margin: 0 -31px 0 0 !important; } }

.cont-form-main .iti__flag-container {
  top: 8px !important; }

.heading-subtitle {
  color: #000; }

.arrow-btns:hover,
.arrow-btns-last:hover {
  background: linear-gradient(126deg, #a0abfb 0%, #fd7560 100%);
  color: #fff !important; }

#navbar h1 a, #navbar .h1 a,
h1 span,
.h1 span {
  display: inline;
  position: inherit !important;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5); }

.arrow-btns:hover span.rest-text,
.arrow-btns-last:hover span.rest-text {
  color: #fff !important; }

.arrow-btns img,
.arrow-btns-last img {
  display: none; }

.iti__selected-flag {
  margin-top: 6px;
  height: unset !important; }

.arrow-btns-last {
  padding: 10px;
  box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.1);
  border-radius: 10px;
  background: #fff;
  display: inline-block; }

.banner-img {
  width: 100%; }

.bugbot-main-heading {
  font-weight: 700; }

.owl-theme .owl-dots .owl-dot span {
  width: 20px !important; }

.custom-web-project-sec {
  background: url(../assests/images/dublin-bg.webp) no-repeat;
  background-size: cover;
  margin: 50px 0;
  padding: 150px 0; }
  @media (max-width: 575.98px) {
    .custom-web-project-sec {
      padding: 50px 0; } }

.f3f3 {
  background: #F3F3F3 !important; }

.wsr-vd {
  height: 437px;
  width: 100%; }
  @media (max-width: 575.98px) {
    .wsr-vd {
      height: 400px;
      width: 100%; } }

.custom-web-project-sec-growth {
  background: url(../assests/images/growth-bg.webp) no-repeat;
  background-size: cover;
  margin: 50px 0;
  padding: 150px 0; }
  @media (max-width: 575.98px) {
    .custom-web-project-sec-growth {
      padding: 50px 0; } }

/*  */
.revizoboard-banner-image {
  background-image: url("../assests/images/bugbot/assets/gradient-bgnew.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100% !important;
  background-position-x: 100px; }
  .revizoboard-banner-image .pos-par {
    position: relative; }
    .revizoboard-banner-image .pos-par .pos-1 {
      position: absolute;
      top: 50px;
      left: -49px; }

.mainn-heading {
  font-size: 66px;
  font-weight: 900;
  background: linear-gradient(264deg, #ff745c 0%, #9dacff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left; }

.subheadings {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(269.91deg, #ff745c 0.08%, #9dacff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.box-heading-5 {
  color: #5a5a5a;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 10px; }

.main-paragraph {
  font-size: 16px;
  font-weight: 400;
  color: #5a5a5a; }

.rest-text {
  font-size: 16px;
  font-weight: 400; }

.buttons-height {
  height: 60px; }

.text-grey {
  color: #505050; }

.height-100vh {
  min-height: 100vh; }

.iti input {
  margin-top: 8px !important; }

.border-r {
  border-radius: 16px; }

.custom-inputnum .iti__flag-container {
  top: 1px !important; }

.side-form-page .iti__selected-flag {
  margin-top: 13px;
  height: unset !important; }

.main-content h2, .main-content .h2 {
  background: linear-gradient(270deg, #ff745c 0.08%, #9dacff 99.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.font-style-domain {
  font-weight: 700 !important;
  line-height: 35px !important; }

.font-style-domain-para {
  color: #040404;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-transform: capitalize;
  padding-bottom: 19px; }

.font-style-Main-features-box {
  color: #505050;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 19px; }

.main-features-button {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(85, 85, 85, 0.1); }

.main-features-button:hover {
  background: linear-gradient(126deg, #a0abfb 0%, #fd7560 100%);
  color: #fff !important; }

.main-features-button:hover p {
  color: #fff !important; }

.main-features-button img {
  display: none; }

.height-100vh {
  height: 100%; }

.div-text-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.w-600 {
  max-width: 600px !important; }

.index-banner-new {
  background: #fefefe;
  background: radial-gradient(circle, #fefefe 0%, #f4f5f5 100%); }

.deliver-engine {
  position: absolute;
  right: 16%;
  z-index: 99; }

.deliver-engine,
.skill-matrix {
  width: 16%; }

.deliver-engine svg,
.skill-matrix svg {
  width: 100%;
  object-fit: cover;
  height: auto; }

.skill-matrix {
  position: absolute;
  top: 54px;
  right: 0; }

.anim {
  animation: scale 8s linear infinite;
  transform-origin: center; }

.anim-delay {
  animation-delay: 2s; }

@keyframes scale {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.95); } }

.path {
  animation: dash 120s linear alternate infinite; }

@keyframes dash {
  from {
    stroke-dashoffset: 822; }
  to {
    stroke-dashoffset: 0; } }

/*  */
.banking-insurance .banking .icon-svg,
.insurance .icon-svg {
  width: 50px; }

.blue-section .svg-icon {
  width: 56px;
  margin: 0 auto; }

.blue-section .svg-icon svg {
  max-width: 100%; }

@media screen and (min-width: 1600px) {
  .skill-matrix {
    top: 0px; } }

@media screen and (max-width: 768px) {
  .deliver-engine,
  .skill-matrix {
    position: unset; }
  .res-mt-100 {
    margin-top: 2px; }
  .deliver-engine,
  .skill-matrix {
    width: 100%; } }

.animation-curve-div {
  position: absolute;
  right: 0;
  top: 20px;
  width: 300px; }

/*  */
section.main .main-content {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 165px;
  background-color: #fff; }

section.main .main-content h2, section.main .main-content .h2 {
  color: #040404;
  font-size: 66px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding-bottom: 40px; }

section.main .main-content h3, section.main .main-content .h3 {
  color: #040404;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize; }

.Product-Description {
  padding: 19px 0; }

.Product-Description p {
  color: #575757;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; }

.Product-Description ul {
  padding: 0; }

.wsr-para {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #5A5A5A; }

.Product-Description li {
  color: #575757;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  list-style: decimal; }

.main-features h3, .main-features .h3 {
  padding-bottom: 19px; }

.technologies-used {
  border-radius: 16px;
  background: linear-gradient(180deg, #080038 0%, #000000 100%);
  padding: 30px;
  color: #fff;
  font-style: normal;
  line-height: normal;
  margin: 60px 0;
  width: 80%; }

.demo-link a {
  color: #575757;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; }

.main-img {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #080038 0%, #000 100%); }

.center {
  position: absolute;
  left: -165px; }

@media (min-width: 2000px) {
  .height-100vh {
    height: 100vh; }
  .div-text-center {
    height: 100vh; } }

@media only screen and (max-width: 767px) {
  .technologies-used {
    margin: 60px 0 0;
    width: 100%; }
  .new-cali-main-header h1, .new-cali-main-header .h1, .new-cali-main-header h1, .new-cali-main-header .h1 {
    font-size: 30px; }
  .center {
    position: unset; }
  .w-600 {
    max-width: 100% !important; }
  section.main .main-content {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff; }
  section.main .main-content h2, section.main .main-content .h2 {
    font-size: 51px; }
  .ordinary .row {
    flex-direction: column-reverse; } }

.mainn-heading .heading-subtitle {
  font-size: 36px;
  font-weight: 400;
  color: #000 !important; }

.index-banner-new {
  position: relative;
  z-index: 1;
  padding-bottom: 30px; }

.sidenav {
  height: calc(100% - 72px);
  width: 100%;
  position: fixed;
  z-index: 9999999999998;
  bottom: 0;
  left: -100%;
  background-color: #fff;
  overflow-x: hidden;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); }

.height-full {
  height: 100% !important;
  bottom: 0; }

.height-full .index-banner-new {
  height: 100%; }

.nav-open {
  display: none !important;
  font-size: 21px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 100vh;
  background: #070134;
  color: #fff;
  text-align: center;
  line-height: 43px;
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: pointer;
  top: 0;
  z-index: 99; }
  @media (max-width: 575.98px) {
    .nav-open {
      position: unset;
      width: 100%;
      height: 50px;
      border-radius: 0; } }

.nav-open strong {
  position: relative;
  text-align: center;
  padding: 40px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 575.98px) {
    .nav-open strong {
      position: unset; } }

@media (max-width: 575.98px) {
  .saboxplugin-wrap {
    padding: 0px !important; } }

.nav-open strong span {
  display: block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400; }
  @media (max-width: 575.98px) {
    .nav-open strong span {
      line-height: unset; } }
  @media (max-width: 575.98px) {
    .nav-open strong span {
      display: inline-block; } }

.nav-open strong::before {
  top: 0; }

.nav-open strong::after {
  bottom: 4px; }

.nav-open strong::after,
.nav-open strong::before {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }

.closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px !important;
  margin-left: 50px;
  z-index: 999999; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

.contact-slide {
  padding: 24px 0;
  background: #070134;
  border: 1px solid #0d2888;
  border-radius: 20px 0 0px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 42px !important;
  position: fixed;
  bottom: 25%;
  z-index: 9;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 50px; }

.contact-slide-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px !important;
  margin-left: 50px;
  z-index: 999999; }

.popover__title {
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: #e44444;
  text-align: center;
  padding: 15px 0; }

.popover__wrapper {
  position: relative;
  display: inline-block; }

.popover__content {
  min-width: 326px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  transform: translate(0, 10px);
  background-color: #fff;
  padding: 1rem;
  width: auto;
  border-radius: 10px;
  border: 1px solid #f1f1f1; }

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f1f1f1 transparent;
  transition-duration: 0.3s;
  transition-property: transform; }

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 10px);
  transition: all 0.2s ease; }

.popover__message {
  text-align: center; }

@media (max-width: 991.98px) {
  #dashboard-accordian .long-text {
    width: 60%;
    display: block; } }

@media (max-width: 991.98px) {
  #dashboard-accordian .excellence-listing {
    margin: 0; } }

#dashboard-accordian .excellence-listing li {
  align-items: flex-start; }
  @media (max-width: 991.98px) {
    #dashboard-accordian .excellence-listing li {
      padding: 20px 0; } }
  #dashboard-accordian .excellence-listing li a {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; }
    #dashboard-accordian .excellence-listing li a img.arrow-icon {
      margin-right: 6px;
      visibility: hidden; }
    #dashboard-accordian .excellence-listing li a:hover {
      color: #fc5743; }
      #dashboard-accordian .excellence-listing li a:hover img.arrow-icon {
        visibility: visible; }
  #dashboard-accordian .excellence-listing li p {
    text-align: left; }

#dashboard-accordian .title-icon {
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border: 2px solid #FC5743;
  border-radius: 50%;
  text-align: center;
  padding: 5px; }
  #dashboard-accordian .title-icon img {
    height: 100%; }

@media (max-width: 991.98px) {
  #dashboard-accordian .common-bg-bs {
    border-radius: 0; } }

#dashboard-accordian .accordion-item {
  width: 100%;
  border: none; }
  @media (max-width: 991.98px) {
    #dashboard-accordian .accordion-item .seasia-bar .bar-round {
      display: none; } }
  @media (max-width: 991.98px) {
    #dashboard-accordian .accordion-item .bar-heading {
      display: none; } }
  @media (max-width: 991.98px) {
    #dashboard-accordian .accordion-item .seasia-bar {
      padding-top: 10px; } }
  #dashboard-accordian .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 500; }
    #dashboard-accordian .accordion-item .accordion-header .accordion-button::after {
      background-size: 1.2em;
      background-position: center; }
  @media (min-width: 992px) {
    #dashboard-accordian .accordion-item .accordion-header {
      display: none; } }

[data-aos] {
  pointer-events: none; }

.aos-animate {
  pointer-events: auto; }

.aos-init[data-aos][data-aos].aos-animate {
  transform: unset; }

.testimonal-wrapper .ss-client-satisfaction {
  padding: 0px 0; }

.sam-section {
  background: linear-gradient(180deg, #080038 0%, #000 100%); }
  .sam-section .sam1-button-absolute {
    top: 70%;
    left: 10px; }
    .sam-section .sam1-button-absolute .custom-btn {
      padding: 16px 31px; }
      @media (min-width: 768px) {
        .sam-section .sam1-button-absolute .custom-btn {
          padding: 8px 16px; } }
    @media (min-width: 576px) {
      .sam-section .sam1-button-absolute {
        top: 70%;
        left: 10px; } }
    @media (min-width: 768px) {
      .sam-section .sam1-button-absolute {
        top: 30%;
        left: 67%; } }
    @media (min-width: 992px) {
      .sam-section .sam1-button-absolute {
        top: 40%;
        left: 74%; } }

p a {
  color: #005eb8 !important;
  text-decoration: underline; }
  p a:hover {
    color: #00376c !important; }

.pointer-cursor {
  cursor: pointer !important; }

.header-banner.net-service {
  height: auto !important; }

.custom-dec {
  color: #fff !important;
  font-weight: 500 !important; }

.mobile-header-addition {
  color: #212529;
  padding: 10px 0px;
  font-size: 18px;
  display: block; }

.accomplishments-boxes {
  min-height: 147px; }

.banner-full-height {
  min-height: 100vh; }
  @media (max-width: 575.98px) {
    .banner-full-height {
      min-height: 100%; } }

.testimonial-not-select {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
  /* Optional: Additional styling to make it look nicer */
  padding: 10px; }

.skillhead .new-header {
  background-color: #070134; }

.evolve-idea {
  padding: 100px 0;
  background-image: url("https://www.seasiainfotech.com//assests/images/index/seq/0145.jpg");
  background-size: cover;
  background-position: right; }
  @media (max-width: 575.98px) {
    .evolve-idea {
      padding: 50px 0;
      background-image: none; } }

.dashboard-slide .close {
  display: none; }

.dashboard-slide.active .dashicon {
  display: none; }

.dashboard-slide .dashicon {
  display: block; }

.dashboard-slide.active .close {
  display: block; }

.dashboard-slide {
  padding: 24px 0;
  background: #070134;
  border: 1px solid #0d2888;
  border-left: 0;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 42px;
  position: fixed;
  top: 50%;
  z-index: 999999;
  left: 0;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  width: 50px;
  box-shadow: none;
  text-transform: uppercase;
  display: flex;
  align-items: center; }

@media screen and (max-width: 576px) {
  .dashboard-slide {
    display: none; } }

.banner-old {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  margin-top: 126px;
  width: 0;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow: hidden; }
  @media (max-width: 575.98px) {
    .banner-old {
      margin-top: 44px;
      overflow: scroll; } }

#business.active-menu {
  width: 100%; }

.poc-features li {
  color: #505050;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px; }

.poc-features li b {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: normal; }

.case-study-subheading {
  color: #505050;
  font-weight: 500;
  margin-top: 5px; }

.extra-mbottom {
  margin-bottom: 170px; }

.ipad-bg {
  background-image: url("../assests/images/realesta/ipad-bg.png"); }

.blog-background {
  background-color: #f6f6f6;
  padding-top: 30px; }

.h-100vh {
  height: 100vh; }

.custom-video {
  height: 100%;
  width: 100%; }

.dubai-development-sec .comp-bg-wt {
  background: linear-gradient(180deg, #080038 0%, #000000 100%); }
  .dubai-development-sec .comp-bg-wt .box-heading-5 {
    color: #fff;
    font-size: 20px; }
  .dubai-development-sec .comp-bg-wt .box-text1 {
    color: #fff; }

.dubai-development-sec .accordian-wrapper {
  border-radius: 16px;
  background: #fff; }
  .dubai-development-sec .accordian-wrapper button.accordion {
    padding: 18px 34px; }
    @media (max-width: 575.98px) {
      .dubai-development-sec .accordian-wrapper button.accordion {
        padding: 16px; } }
    .dubai-development-sec .accordian-wrapper button.accordion::after {
      width: 50px;
      height: 50px;
      background: #F7F7FF;
      font-size: 30px;
      color: #6F6C90;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 8px; }
      @media (max-width: 575.98px) {
        .dubai-development-sec .accordian-wrapper button.accordion::after {
          width: 32px;
          height: 32px;
          font-size: 24px; } }
  .dubai-development-sec .accordian-wrapper button.accordion.is-open::after {
    background: #0B0433;
    color: #fff; }

.dubai-leaders {
  height: 200px; }
  @media (max-width: 1399.98px) {
    .dubai-leaders {
      height: 100px; } }
  @media (max-width: 991.98px) {
    .dubai-leaders {
      height: 180px; } }
  @media (max-width: 575.98px) {
    .dubai-leaders {
      height: 138px; } }
  .dubai-leaders .outer-wrapper {
    position: relative; }
    .dubai-leaders .outer-wrapper .inner-sec {
      position: absolute;
      top: -180px;
      right: 0;
      left: 0;
      background: linear-gradient(183.1deg, #0B1A57 -61.36%, #38498B 54.31%, #0B1A57 143.2%);
      padding-left: 70px;
      padding-right: 70px;
      border-radius: 20px; }
      @media (max-width: 1399.98px) {
        .dubai-leaders .outer-wrapper .inner-sec {
          padding-left: 50px;
          padding-right: 50px;
          top: -177px; } }
      @media (max-width: 1199.98px) {
        .dubai-leaders .outer-wrapper .inner-sec {
          padding-left: 32px;
          padding-right: 10px;
          top: -170px; } }
      @media (max-width: 991.98px) {
        .dubai-leaders .outer-wrapper .inner-sec {
          padding-left: 32px;
          padding-right: 10px;
          top: -170px; } }
      @media (max-width: 575.98px) {
        .dubai-leaders .outer-wrapper .inner-sec {
          top: -85px; } }
      .dubai-leaders .outer-wrapper .inner-sec .content-part {
        padding: 70px 0; }
        @media (max-width: 1399.98px) {
          .dubai-leaders .outer-wrapper .inner-sec .content-part {
            padding: 36px 0; } }
        @media (max-width: 575.98px) {
          .dubai-leaders .outer-wrapper .inner-sec .content-part {
            padding: 26px 0; } }
        .dubai-leaders .outer-wrapper .inner-sec .content-part h2, .dubai-leaders .outer-wrapper .inner-sec .content-part .h2 {
          font-size: 44px;
          font-weight: 600;
          color: #fff; }
          @media (max-width: 991.98px) {
            .dubai-leaders .outer-wrapper .inner-sec .content-part h2, .dubai-leaders .outer-wrapper .inner-sec .content-part .h2 {
              font-size: 28px; } }
          @media (max-width: 1399.98px) {
            .dubai-leaders .outer-wrapper .inner-sec .content-part h2, .dubai-leaders .outer-wrapper .inner-sec .content-part .h2 {
              font-size: 32px; } }
        .dubai-leaders .outer-wrapper .inner-sec .content-part p {
          font-size: 16px;
          font-weight: 400;
          color: #fff; }
          @media (max-width: 991.98px) {
            .dubai-leaders .outer-wrapper .inner-sec .content-part p {
              font-size: 14px; } }

@media (max-width: 991.98px) {
  .agile-sec.choice-dubai-sec {
    padding: 30px 0; } }

.agile-sec.choice-dubai-sec .left-content-sec p {
  color: #313131; }

.agile-sec.choice-dubai-sec .left-content-sec .our-services-list li {
  color: #313131; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-indicators {
  align-items: center;
  bottom: -50px; }
  .best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-indicators button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #8C8C8CA1;
    border: 0px solid #fff; }
  .best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-indicators button.active {
    width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    border-radius: 50%;
    background: #F77869; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.banking {
  background: url("../assests/images/dubai/banking.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.healthcare {
  background: url("../assests/images/dubai/healthcare.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.software {
  background: url("../assests/images/dubai/software.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.consumer {
  background: url("../assests/images/dubai/consumer.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.insurance {
  background: url("../assests/images/dubai/insurance.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.travel {
  background: url("../assests/images/dubai/travel.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.media {
  background: url("../assests/images/dubai/communication.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.public {
  background: url("../assests/images/dubai/public.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.frieght {
  background: url("../assests/images/dubai/frieght.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.realestate {
  background: url("../assests/images/dubai/realestate.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.fintech {
  background: url("../assests/images/dubai/fintech.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.edtech {
  background: url("../assests/images/dubai/edtech.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.logistics {
  background: url("../assests/images/dubai/logistics.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.construction {
  background: url("../assests/images/dubai/construction.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.ev {
  background: url("../assests/images/dubai/ev.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box.sustain {
  background: url("../assests/images/dubai/sustainablity.png");
  background-repeat: no-repeat;
  background-size: cover; }

.best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 28px 26px;
  min-height: 240px;
  align-items: center; }
  @media (max-width: 1399.98px) {
    .best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box {
      padding: 20px;
      min-height: 280px; } }
  .best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box .para {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transform: rotateY(180deg);
    width: 0px;
    height: 0px;
    overflow: hidden; }
  .best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box:hover {
    transition: transform 0.6s;
    background: #F77869;
    text-align: start;
    transform: rotateY(180deg);
    align-items: end; }
    .best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box:hover h3, .best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box:hover .h3 {
      text-align: start;
      transform: rotateY(180deg);
      transition: transform 0.6s; }
    .best-services-sec.dubai-solution-sec .carousel-wrapper .carousel-inner .best-services-box:hover .para {
      width: 100%;
      height: auto;
      overflow: visible;
      transition: transform 0.6s; }

.why-choose-nclc {
  background: url("../assests/images/low-code/why-choose-background.webp") no-repeat;
  background-size: cover;
  margin: 50px 0;
  padding: 50px 0; }
  .why-choose-nclc h2, .why-choose-nclc .h2 {
    margin-bottom: 52px; }
    @media (max-width: 575.98px) {
      .why-choose-nclc h2, .why-choose-nclc .h2 {
        margin-bottom: 20px; } }
  .why-choose-nclc .inner-col {
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #456371; }
    @media (max-width: 991.98px) {
      .why-choose-nclc .inner-col {
        padding: 16px; } }

.lcnc-main-header {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("../assests/images/low-code/lcnc-hero-banner.webp");
  background-repeat: no-repeat;
  height: 85vh;
  overflow: hidden;
  background-size: cover; }
  @media (max-width: 1399.98px) {
    .lcnc-main-header {
      background-position: 72% 18%;
      padding-bottom: 40px;
      height: 100vh; } }
  @media (max-width: 991.98px) {
    .lcnc-main-header {
      height: calc(100vh - 500px); } }
  @media (max-width: 575.98px) {
    .lcnc-main-header {
      padding-top: 150px;
      height: auto;
      background-position: 3% 18%; } }
  .lcnc-main-header .heading-top {
    font-size: 18px; }
  .lcnc-main-header h1, .lcnc-main-header .h1 {
    font-size: 52px; }
    @media (max-width: 1600.98px) {
      .lcnc-main-header h1, .lcnc-main-header .h1 {
        font-size: 42px; } }
    @media (max-width: 575.98px) {
      .lcnc-main-header h1, .lcnc-main-header .h1 {
        font-size: 30px;
        margin-bottom: 20px; } }
  .lcnc-main-header .choose-para {
    font-size: 18px; }
    @media (max-width: 575.98px) {
      .lcnc-main-header .choose-para {
        font-size: 16px; } }

.lcnc-main-header.electric-hero-background {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("../assests/images/electric-volt/electric-hero-banner.png");
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  background-size: cover; }
  @media (max-width: 1399.98px) {
    .lcnc-main-header.electric-hero-background {
      background-position: 72% 18%;
      padding-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .lcnc-main-header.electric-hero-background {
      height: calc(100vh - 500px); } }
  @media (max-width: 575.98px) {
    .lcnc-main-header.electric-hero-background {
      padding-top: 150px;
      height: auto; } }

.sustainable-hero-background {
  padding-top: 100px;
  padding-bottom: 50px;
  background: url("../assests/images/sustainable/main-hero-background.webp");
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  background-size: cover; }
  @media (max-width: 1399.98px) {
    .sustainable-hero-background {
      background-position: 72% 18%;
      padding-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .sustainable-hero-background {
      height: calc(100vh - 500px); } }
  @media (max-width: 575.98px) {
    .sustainable-hero-background {
      padding-top: 150px;
      height: auto; } }

#owl-demo .item {
  margin: 3px; }

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto; }

.mindful-achievement-section .outer-wrapper {
  position: relative;
  height: 152px; }
  @media (max-width: 1600.98px) {
    .mindful-achievement-section .outer-wrapper {
      height: 110px; } }
  @media (max-width: 1399.98px) {
    .mindful-achievement-section .outer-wrapper {
      height: 60px; } }
  @media (max-width: 991.98px) {
    .mindful-achievement-section .outer-wrapper {
      height: 120px; } }
  @media (max-width: 575.98px) {
    .mindful-achievement-section .outer-wrapper {
      height: auto; } }
  .mindful-achievement-section .outer-wrapper .inner-sec.py-32 {
    padding-top: 32px;
    padding-bottom: 32px; }
  .mindful-achievement-section .outer-wrapper .inner-sec {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(183.1deg, #0B1A57 -61.36%, #38498B 54.31%, #0B1A57 143.2%);
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 20px; }
    @media (max-width: 1600.98px) {
      .mindful-achievement-section .outer-wrapper .inner-sec {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 38px;
        padding-bottom: 38px; } }
    @media (max-width: 1399.98px) {
      .mindful-achievement-section .outer-wrapper .inner-sec {
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 24px;
        padding-bottom: 24px; } }
    @media (max-width: 1199.98px) {
      .mindful-achievement-section .outer-wrapper .inner-sec {
        padding-left: 16px;
        padding-right: 16px; } }
    @media (max-width: 575.98px) {
      .mindful-achievement-section .outer-wrapper .inner-sec {
        position: static; } }
    .mindful-achievement-section .outer-wrapper .inner-sec .content-part {
      padding: 70px 0; }
      @media (max-width: 1399.98px) {
        .mindful-achievement-section .outer-wrapper .inner-sec .content-part {
          padding: 36px 0; } }
      @media (max-width: 575.98px) {
        .mindful-achievement-section .outer-wrapper .inner-sec .content-part {
          padding: 26px 0; } }
      .mindful-achievement-section .outer-wrapper .inner-sec .content-part h2, .mindful-achievement-section .outer-wrapper .inner-sec .content-part .h2 {
        font-size: 44px;
        font-weight: 600;
        color: #fff; }
        @media (max-width: 991.98px) {
          .mindful-achievement-section .outer-wrapper .inner-sec .content-part h2, .mindful-achievement-section .outer-wrapper .inner-sec .content-part .h2 {
            font-size: 28px; } }
        @media (max-width: 1399.98px) {
          .mindful-achievement-section .outer-wrapper .inner-sec .content-part h2, .mindful-achievement-section .outer-wrapper .inner-sec .content-part .h2 {
            font-size: 32px; } }
      .mindful-achievement-section .outer-wrapper .inner-sec .content-part p {
        font-size: 16px;
        font-weight: 400;
        color: #fff; }
        @media (max-width: 991.98px) {
          .mindful-achievement-section .outer-wrapper .inner-sec .content-part p {
            font-size: 14px; } }
    .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row .achievement-col {
      border-right: 1px solid #6C76FF; }
      @media (max-width: 575.98px) {
        .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row .achievement-col {
          border-bottom: 1px solid #6C76FF;
          border-right: 0px solid #6C76FF; } }
    .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row :last-child {
      border-right: 1px solid transparent; }
      @media (max-width: 575.98px) {
        .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row :last-child {
          border-bottom: 1px solid transparent;
          border-right: 0px solid #6C76FF; } }
    .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row h4.achievement-heading, .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row .achievement-heading.h4 {
      font-size: 50px;
      font-weight: 700;
      color: #fff; }
      @media (max-width: 1600.98px) {
        .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row h4.achievement-heading, .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row .achievement-heading.h4 {
          font-size: 42px; } }
      @media (max-width: 1399.98px) {
        .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row h4.achievement-heading, .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row .achievement-heading.h4 {
          font-size: 32px; } }
      @media (max-width: 991.98px) {
        .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row h4.achievement-heading, .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row .achievement-heading.h4 {
          font-size: 32px; } }
    .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row p.achievement-name {
      font-size: 22px;
      font-weight: 500;
      color: #fff; }
      @media (max-width: 1399.98px) {
        .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row p.achievement-name {
          font-size: 18px; } }
    .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row p.achievement-name.fs-18 {
      font-size: 18px;
      font-weight: 500;
      color: #fff; }
      @media (max-width: 1399.98px) {
        .mindful-achievement-section .outer-wrapper .inner-sec .achievement-row p.achievement-name.fs-18 {
          font-size: 16px; } }

.mindful-achievement-section .outer-wrapper.vocabulary-page {
  height: 120px; }
  @media (max-width: 1600.98px) {
    .mindful-achievement-section .outer-wrapper.vocabulary-page {
      height: 110px; } }
  @media (max-width: 1399.98px) {
    .mindful-achievement-section .outer-wrapper.vocabulary-page {
      height: 120px; } }
  @media (max-width: 991.98px) {
    .mindful-achievement-section .outer-wrapper.vocabulary-page {
      height: 120px; } }
  @media (max-width: 575.98px) {
    .mindful-achievement-section .outer-wrapper.vocabulary-page {
      height: auto; } }

.mindful-common-sections {
  padding: 90px 0; }
  @media (max-width: 1600.98px) {
    .mindful-common-sections {
      padding: 70px 0; } }
  @media (max-width: 1199.98px) {
    .mindful-common-sections {
      padding: 40px 0; } }
  .mindful-common-sections h2, .mindful-common-sections .h2 {
    color: #313131; }
  .mindful-common-sections p {
    color: #5a5a5a; }

.mindful-tech-stack h2, .mindful-tech-stack .h2 {
  color: #313131; }

.mindful-tech-stack p {
  font-size: 16px;
  font-weight: 500;
  color: #5A5A5A;
  margin-bottom: 44px;
  margin-bottom: 20px; }

.mindful-tech-stack .tech-cards {
  background: linear-gradient(180deg, #080038 0%, #000000 100%);
  border-radius: 14px;
  padding: 30px 20px;
  color: #fff; }
  @media (max-width: 1399.98px) {
    .mindful-tech-stack .tech-cards {
      padding: 24px 20px; } }
  .mindful-tech-stack .tech-cards .card-heading {
    font-size: 22px;
    font-weight: 600; }
    @media (max-width: 1399.98px) {
      .mindful-tech-stack .tech-cards .card-heading {
        font-size: 20px;
        margin-bottom: 16px; } }

.black-friday-seasia {
  background-color: #00000085 !important;
  z-index: 999999999999999999999; }
  .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered {
    max-width: 770px;
    width: 770px;
    min-height: 86vh; }
    @media (max-width: 1399.98px) {
      .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered {
        max-width: 910px;
        width: 910px; } }
    @media (max-width: 991.98px) {
      .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered {
        max-width: 80%;
        width: 80%; } }
    @media (max-width: 575.98px) {
      .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered {
        max-width: 94%;
        width: 94%;
        margin: 0 auto; } }
    .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content {
      border-radius: 44px; }
      @media (max-width: 575.98px) {
        .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content {
          border-radius: 20px; } }
      .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .close-icon {
        right: -2%;
        top: -2%;
        cursor: pointer; }
      .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .main-heading {
        background-color: #FFF2F1;
        padding: 36px 48px 24px 48px;
        border-radius: 44px 44px 0 0px; }
        @media (max-width: 1399.98px) {
          .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .main-heading {
            padding: 24px 30px 24px 30px; } }
        @media (max-width: 575.98px) {
          .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .main-heading {
            padding: 16px; } }
        .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .main-heading h1, .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .main-heading .h1 {
          color: #FC5743;
          font-size: 42px;
          font-weight: 700;
          margin-bottom: 0; }
          @media (max-width: 1399.98px) {
            .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .main-heading h1, .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .main-heading .h1 {
              font-size: 36px; } }
          @media (max-width: 575.98px) {
            .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .main-heading h1, .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .main-heading .h1 {
              font-size: 24px; } }
      .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading {
        padding: 16px 48px 36px 48px; }
        @media (max-width: 1399.98px) {
          .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading {
            padding: 16px 30px 24px 30px; } }
        @media (max-width: 575.98px) {
          .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading {
            padding: 16px; } }
        .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .santa-text {
          color: #212121;
          font-size: 22px;
          font-weight: 300; }
          @media (max-width: 1399.98px) {
            .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .santa-text {
              font-size: 18px; } }
        .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols {
          border: 1px solid #EAE5E5;
          background: #fff;
          padding: 20px;
          height: 100%;
          border-radius: 12px; }
          @media (max-width: 1399.98px) {
            .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols {
              padding: 16px; } }
          @media (max-width: 575.98px) {
            .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols {
              padding: 8px; } }
          .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols h6, .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols .h6 {
            font-size: 20px;
            font-weight: 600;
            color: #212121;
            margin-bottom: 12px; }
            @media (max-width: 1399.98px) {
              .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols h6, .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols .h6 {
                font-size: 18px;
                margin-bottom: 6px; } }
            @media (max-width: 575.98px) {
              .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols h6, .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols .h6 {
                font-size: 16px; } }
          .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .inner-cols p {
            font-size: 16px;
            font-weight: 400;
            color: #212121;
            margin-bottom: 0; }
        .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .main-btn {
          width: 100%;
          border-radius: 16px;
          padding: 16px;
          background: #FC5743;
          font-size: 24px;
          font-weight: 700;
          color: #fff;
          margin-top: 6px; }
          @media (max-width: 1399.98px) {
            .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .main-btn {
              font-size: 18px; } }
          @media (max-width: 575.98px) {
            .black-friday-seasia .modal-dialog.modal-sm.modal-dialog-centered .modal-content .left-section .below-heading .main-btn {
              padding: 8px;
              font-size: 16px; } }

.custom-flag-arrow {
  left: 77px;
  top: 6px; }

.custom-flag-arrow-footer {
  left: 76px;
  top: 6px; }

.iti__flag {
  background-color: transparent !important;
  box-shadow: none !important; }

.custom-flag-arrow-contact-page {
  left: 72px;
  top: 13px; }

label.error {
  font-size: 10px !important; }

.text-area-default {
  max-width: 100%;
  min-width: 100%; }

.custom-xl-padding {
  padding-left: 83px !important; }

.custom-xl-padding-footer {
  padding-left: 87px !important; }

.custom-xl-padding-fixed {
  padding-left: 93px !important; }

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none; }

.loader img {
  height: 70px;
  width: 70px; }

.loader.custom-loader {
  width: 100%;
  height: 100%; }

.loader.custom-loader img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; }

.loaders {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none; }

.loaders img {
  height: 70px;
  width: 70px; }

.loaders.custom-loaders {
  width: 100%;
  height: 100%; }

.loaders.custom-loaders img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; }

.rounded-img-dubai {
  border-radius: 50px; }

.sa-contact-right-fixedform .sa-contact-right-fixedforminner #phone {
  padding-left: 90px !important; }

.wobble-box-img {
  transform: rotate(-130deg); }

.wobble-box {
  display: inline-block;
  text-align: center;
  animation: wobble 1s ease-in-out infinite; }

@keyframes wobble {
  0% {
    transform: rotate(0deg); }
  15% {
    transform: rotate(15deg); }
  30% {
    transform: rotate(-10deg); }
  45% {
    transform: rotate(5deg); }
  60% {
    transform: rotate(-5deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0deg); } }

.unique-search-container {
  position: relative;
  width: 60%; }
  @media (max-width: 575.98px) {
    .unique-search-container {
      width: 100%; } }

.unique-search-input {
  width: 100%;
  padding: 8px 30px 8px 10px;
  /* Padding for the input */
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  font-size: 16px; }

.unique-search-icon {
  position: absolute;
  right: 17px;
  /* Position the icon inside the input */
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #070134;
  /* Match the border color */ }

.unique-search-input:focus {
  border: 1px solid #070134 !important;
  /* Ensure the border stays the same on focus */
  /* box-shadow: 0 0 5px #07013450; */ }

.unique-search-input:focus-visible {
  border: 1px solid #070134 !important;
  /* Ensure the border stays the same on focus */
  /* box-shadow: 0 0 5px #07013450; */
  outline: none; }

/* Portfolio Start */
.portfolio-tabs {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  cursor: pointer;
  text-align: center; }

.portfolio-dropdown-container {
  /* position: relative; */ }

.portfolio-dropdown-button {
  display: inline-flex !important;
  justify-content: space-between;
  align-items: center;
  background-color: #fc5743;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  transition: background-image 0.6s ease;
  width: auto;
  min-width: 200px; }
  @media (max-width: 575.98px) {
    .portfolio-dropdown-button {
      min-width: auto;
      width: 48%; } }

.portfolio-dropdown-button button.btn-close {
  font-size: 12px; }

.industries-checkbox-wrapper {
  width: 100%;
  display: flex;
  margin-top: 72px;
  flex-wrap: wrap; }
  @media (max-width: 991.98px) {
    .industries-checkbox-wrapper {
      margin-top: 20px; } }

.portfolio-dropdown-button:hover {
  background-color: transparent;
  border: 1px solid #fc5743;
  color: #fc5743; }

.btn-close.chip-cross {
  font-size: 12px; }

.portfolio-chevron {
  font-size: 22px;
  font-style: normal !important;
  font-weight: 700; }

.industries-checkbox-wrapper {
  padding: 16px; }

.portfolio-dropdown-menu {
  display: none;
  top: 55px;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  max-width: 100%;
  min-width: 100%;
  z-index: 1;
  margin-top: 10px;
  /* Adds a little space between the button and dropdown */ }

.portfolio-dropdown-menu a {
  color: #333;
  /* Dark gray text for options */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease; }

.portfolio-dropdown-menu a:hover {
  background-color: #f1f1f1;
  /* Light gray background on hover */ }

.portfolio-dropdown-menu a:last-child {
  border-bottom: none; }

/* Hide default checkbox */
.styled-checkbox {
  display: none; }

/* Custom styled checkbox */
.checkbox-custom {
  position: relative;
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 2px solid #767676;
  border-radius: 5px;
  transition: background 0.3s ease, border 0.3s ease; }

.checkbox-custom.orange-checkbox {
  border: 2px solid #fc5743; }
  @media (max-width: 1199.98px) {
    .checkbox-custom.orange-checkbox {
      width: 20px;
      min-width: 20px;
      height: 20px; } }

.styled-checkbox:checked + .checkbox-custom.orange-checkbox {
  background-color: #fff;
  border-color: #fc5743; }

/* Custom checkbox appearance when checked */
.styled-checkbox:checked + .checkbox-custom {
  background-color: #cbc7c7;
  border-color: #767676; }

.styled-checkbox:checked + .checkbox-custom.orange-checkbox::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #fc5743;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }
  @media (max-width: 1199.98px) {
    .styled-checkbox:checked + .checkbox-custom.orange-checkbox::after {
      top: 1px;
      left: 5px; } }

/* Custom tick (white tick color) */
.styled-checkbox:checked + .checkbox-custom::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

/* Hover effect */
.checkbox-custom:hover {
  background-color: #cbc7c7;
  border-color: #cbc7c7; }

.checkbox-custom.orange-checkbox:hover {
  background-color: #fff;
  border-color: #fc5743; }

/* Label for tab text */
.portfolio-tabs {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  text-align: left;
  width: 24%; }
  @media (max-width: 1199.98px) {
    .portfolio-tabs {
      width: 32%; } }
  @media (max-width: 575.98px) {
    .portfolio-tabs {
      width: 50%; } }

@media (max-width: 1199.98px) {
  width: 50%; }

/* Ensuring the text aligns well with checkboxes */
.portfolio-tabs input {
  margin-right: 8px; }

.custom-flex {
  display: flex;
  gap: 3px; }

/* Portfolio End  */
/* Contact us page css */
.floating-label-group {
  position: relative;
  display: flex;
  flex-direction: column; }

.dropdown-btn-budget {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10; }

.dropdown-btn-budget:after {
  content: ">";
  font-size: 17px;
  color: #666;
  transform: rotate(90deg); }

.dropdown-menu-budget {
  position: absolute;
  top: 110%;
  right: 0;
  background: white;
  width: 250px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #00000042;
  padding: 10px;
  display: none;
  z-index: 999; }

.dropdown-menu-budget.show {
  display: block; }

/* Dropdown Triangle (Now Touching Arrow) */
.dropdown-menu-budget::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 10px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: white;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  z-index: 1001; }

/* Dropdown Options */
.dropdown-menu-budget label {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  font-size: 14px; }

.dropdown-menu-budget label input {
  margin-right: 10px; }

/* Show Dropdown */
.dropdown-menu-budget.show {
  display: block; }

.title-budget {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000; }

.title-budget-inner {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #767676; }

.dropdown-menu-budget label input:checked {
  accent-color: #F77869; }

/* Footer page css */
.floating-label-group-footer {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  /* Ensures label appears above the input */ }

.floating-label-footer {
  position: absolute;
  left: 0;
  top: 10px;
  /* Adjust as needed */
  font-size: 14px;
  color: #767676;
  transition: all 0.3s ease;
  pointer-events: none; }

.form-control.input-box:focus ~ .floating-label-footer,
.form-control.input-box:not(:placeholder-shown) ~ .floating-label-footer {
  top: -12px;
  font-size: 12px;
  color: #000; }

.dropdown-btn-budget-footer {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10; }

.dropdown-btn-budget-footer:after {
  content: ">";
  font-size: 17px;
  color: #666;
  transform: rotate(90deg); }

.dropdown-menu-budget-footer {
  position: absolute;
  top: 110%;
  right: 0;
  background: white;
  width: 250px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #00000042;
  padding: 10px;
  display: none;
  z-index: 999; }

.dropdown-menu-budget-footer.show {
  display: block; }

/* Dropdown Triangle */
.dropdown-menu-budget-footer::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 10px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: white;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  z-index: 1001; }

/* Dropdown Options */
.dropdown-menu-budget-footer label {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  font-size: 14px; }

.dropdown-menu-budget-footer label input {
  margin-right: 10px; }

/* Show Dropdown */
.dropdown-menu-budget-footer.show {
  display: block; }

.title-budget-footer {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000; }

.title-budget-inner-footer {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #767676; }

.dropdown-menu-budget-footer label input:checked {
  accent-color: #F77869; }

.floating-label-footer {
  font-size: 15px !important;
  color: #000;
  position: absolute;
  top: 2px; }

/* Side Contact Us Form   */
/* Fixed Form Styling */
.floating-label-group-fixed {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  /* Ensures label appears above the input */ }

.floating-label-fixed {
  position: absolute;
  left: 0;
  top: 10px;
  /* Adjust as needed */
  font-size: 14px;
  color: #767676;
  transition: all 0.3s ease;
  pointer-events: none; }

.form-control.input-box:focus ~ .floating-label-fixed,
.form-control.input-box:not(:placeholder-shown) ~ .floating-label-fixed {
  top: -12px;
  font-size: 12px;
  color: #000; }

.dropdown-btn-budget-fixed {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 10; }

.dropdown-btn-budget-fixed:after {
  content: ">";
  font-size: 17px;
  color: #666;
  transform: rotate(90deg); }

.dropdown-menu-budget-fixed {
  position: absolute;
  top: 110%;
  right: 0;
  background: white;
  width: 250px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #00000042;
  padding: 10px;
  display: none;
  z-index: 999; }

.dropdown-menu-budget-fixed.show {
  display: block; }

/* Dropdown Triangle */
.dropdown-menu-budget-fixed::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 10px;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: white;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  z-index: 1001; }

/* Dropdown Options */
.dropdown-menu-budget-fixed label {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  font-size: 14px; }

.dropdown-menu-budget-fixed label input {
  margin-right: 10px; }

/* Show Dropdown */
.dropdown-menu-budget-fixed.show {
  display: block; }

.title-budget-fixed {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000; }

.title-budget-inner-fixed {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #767676; }

.dropdown-menu-budget-fixed label input:checked {
  accent-color: #F77869; }

.carousel-indicators-industry button {
  margin: 0 7px 0 0 !important; }

.bg-badge-grey {
  background-color: #f3f3f3;
  color: #070134;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 24px; }

.bg-badge-grey.clear-btn {
  background-color: #fff;
  border: 1px solid #dbdbdb; }

.cross-blue {
  color: #070134; }

#selectedFiltersContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }

#selectedFilters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center; }

#clearAllFilters {
  white-space: nowrap;
  flex-shrink: 0; }

.lcnc-slider-sec {
  background: #F778690A; }
  .lcnc-slider-sec h2, .lcnc-slider-sec .h2 {
    font-size: 40px;
    margin-bottom: 60px; }
    @media (max-width: 1600.98px) {
      .lcnc-slider-sec h2, .lcnc-slider-sec .h2 {
        margin-bottom: 30px; } }
    @media (max-width: 1399.98px) {
      .lcnc-slider-sec h2, .lcnc-slider-sec .h2 {
        font-size: 28px; } }
  .lcnc-slider-sec .swiper {
    width: 100%;
    height: 100%; }
    .lcnc-slider-sec .swiper .swiper-button-prev {
      left: 0;
      bottom: 0;
      top: auto; }
      @media (max-width: 575.98px) {
        .lcnc-slider-sec .swiper .swiper-button-prev {
          left: 5%; } }
      .lcnc-slider-sec .swiper .swiper-button-prev::after {
        font-size: 24px;
        color: #F77869; }
    .lcnc-slider-sec .swiper .swiper-button-next {
      left: 150px;
      bottom: 0;
      top: auto; }
      @media (max-width: 575.98px) {
        .lcnc-slider-sec .swiper .swiper-button-next {
          left: 90%; } }
      .lcnc-slider-sec .swiper .swiper-button-next::after {
        font-size: 24px;
        color: #F77869; }
    .lcnc-slider-sec .swiper .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
    .lcnc-slider-sec .swiper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
      left: 50px;
      transform: translate(0); }
      @media (max-width: 575.98px) {
        .lcnc-slider-sec .swiper .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
        .lcnc-slider-sec .swiper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
          left: 40%; } }
      .lcnc-slider-sec .swiper .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet-active-main,
      .lcnc-slider-sec .swiper .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic span.swiper-pagination-bullet-active-main {
        background: #F77869; }
  .lcnc-slider-sec .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .lcnc-slider-sec .swiper-slide h4, .lcnc-slider-sec .swiper-slide .h4 {
      font-size: 24px;
      font-weight: 600;
      color: #000;
      margin-bottom: 0; }
      @media (max-width: 1600.98px) {
        .lcnc-slider-sec .swiper-slide h4, .lcnc-slider-sec .swiper-slide .h4 {
          font-size: 22px; } }
    .lcnc-slider-sec .swiper-slide span {
      margin-left: 15px;
      font-size: 24px;
      font-weight: 600;
      color: #000;
      line-height: 1.2; }
      @media (max-width: 1600.98px) {
        .lcnc-slider-sec .swiper-slide span {
          font-size: 22px; } }
    .lcnc-slider-sec .swiper-slide p {
      font-size: 24px;
      font-weight: 400;
      color: #5A5A5A; }
      @media (max-width: 1600.98px) {
        .lcnc-slider-sec .swiper-slide p {
          font-size: 18px; } }
    .lcnc-slider-sec .swiper-slide ul li {
      font-size: 20px;
      font-weight: 500;
      color: #5A5A5A; }
      @media (max-width: 1600.98px) {
        .lcnc-slider-sec .swiper-slide ul li {
          font-size: 16px; } }

.accord-item-border-dashed-grey {
  border-bottom: 1px dashed #5A5A5A; }

.tech-cards-white {
  background-image: linear-gradient(0deg, #FFFFFF, #FFFFFF) !important;
  border: 1px solid #CCC8C7 !important; }

.llm-main-header-2 {
  background-image: url("../assests/images/knowledger/knowledger-bg.png") !important; }

.results-bg {
  background-image: url("../assests/images/knowledger/result-bg.png") !important;
  background-size: cover;
  background-repeat: no-repeat; }

#carouselExampleInterval2 {
  z-index: 7; }

.header-banner-portfolio {
  padding-top: 180px !important; }
