﻿/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

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

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

h1,
.h1 {
  font-size: calc(1.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],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

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

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

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

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

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

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

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

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: 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-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

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

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

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

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

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

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  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;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: #dee2e6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0);
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}

.form-floating>.form-control {
  padding: 1rem 0.75rem;
}

.form-floating>.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}

.form-floating>.form-control::placeholder {
  color: rgba(0, 0, 0, 0);
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg>.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.3rem;
}

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

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

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #198754;
}

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

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

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

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

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

.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 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #198754;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: rgba(0, 0, 0, 0);
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #212529;
  background-color: rgba(0, 0, 0, 0);
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

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

.dropdown-menu-end {
  --bs-position: end;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

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

  .dropdown-menu-md-end {
    --bs-position: end;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

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

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

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

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid rgba(0, 0, 0, 0);
  border-bottom: 0.3em solid;
  border-left: 0.3em solid rgba(0, 0, 0, 0);
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(0, 0, 0, 0);
  border-right: 0.3em solid;
  border-bottom: 0.3em solid rgba(0, 0, 0, 0);
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

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

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

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

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

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

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

.card-group>.card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

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

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

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

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

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

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

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

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

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

.alert-light .alert-link {
  color: #4f5050;
}

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

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action: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: #636464;
  background-color: #fefefe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

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

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

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

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

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: 0.75rem;
}

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

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

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

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

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

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

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

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

.modal-footer>* {
  margin: 0.25rem;
}

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

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

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

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

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

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

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

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

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

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

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

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow {
  top: calc(-0.5rem - 1px);
}

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

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

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

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 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 rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  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;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

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

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

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

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

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

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover,
.link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

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

.link-success {
  color: #198754;
}

.link-success:hover,
.link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #dc3545;
}

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

.link-light {
  color: #f8f9fa;
}

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

.link-dark {
  color: #212529;
}

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

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: 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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

.border-white {
  border-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  color: #0d6efd !important;
}

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

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

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

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

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

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

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

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

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

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

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

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

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

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

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

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

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

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

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

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

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

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

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

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

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

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
      infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
      infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,
      cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing,
      cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
      infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,
      cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing,
      cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
      infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,
      cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing,
      cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
      infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
      infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
      infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,
      infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {

  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {

  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0:before {
  content: "0";
}

.fa-1:before {
  content: "1";
}

.fa-2:before {
  content: "2";
}

.fa-3:before {
  content: "3";
}

.fa-4:before {
  content: "4";
}

.fa-5:before {
  content: "5";
}

.fa-6:before {
  content: "6";
}

.fa-7:before {
  content: "7";
}

.fa-8:before {
  content: "8";
}

.fa-9:before {
  content: "9";
}

.fa-a:before {
  content: "A";
}

.fa-address-book:before,
.fa-contact-book:before {
  content: "";
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-anchor-circle-check:before {
  content: "";
}

.fa-anchor-circle-exclamation:before {
  content: "";
}

.fa-anchor-circle-xmark:before {
  content: "";
}

.fa-anchor-lock:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "";
}

.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "";
}

.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "";
}

.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "";
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "";
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "";
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-arrow-down-up-across-line:before {
  content: "";
}

.fa-arrow-down-up-lock:before {
  content: "";
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "";
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "";
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "";
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "";
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "";
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "";
}

.fa-arrow-right-to-city:before {
  content: "";
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "";
}

.fa-arrow-trend-down:before {
  content: "";
}

.fa-arrow-trend-up:before {
  content: "";
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "";
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "";
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "";
}

.fa-arrow-up-from-bracket:before {
  content: "";
}

.fa-arrow-up-from-ground-water:before {
  content: "";
}

.fa-arrow-up-from-water-pump:before {
  content: "";
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "";
}

.fa-arrow-up-right-dots:before {
  content: "";
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "";
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "";
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-arrows-down-to-line:before {
  content: "";
}

.fa-arrows-down-to-people:before {
  content: "";
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "";
}

.fa-arrows-left-right-to-line:before {
  content: "";
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "";
}

.fa-arrows-spin:before {
  content: "";
}

.fa-arrows-split-up-and-left:before {
  content: "";
}

.fa-arrows-to-circle:before {
  content: "";
}

.fa-arrows-to-dot:before {
  content: "";
}

.fa-arrows-to-eye:before {
  content: "";
}

.fa-arrows-turn-right:before {
  content: "";
}

.fa-arrows-turn-to-dots:before {
  content: "";
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "";
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "";
}

.fa-arrows-up-to-line:before {
  content: "";
}

.fa-asterisk:before {
  content: "*";
}

.fa-at:before {
  content: "@";
}

.fa-atom:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-austral-sign:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-b:before {
  content: "B";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "";
}

.fa-backward-step:before,
.fa-step-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "";
}

.fa-bahai:before,
.fa-haykal:before {
  content: "";
}

.fa-baht-sign:before {
  content: "";
}

.fa-ban:before,
.fa-cancel:before {
  content: "";
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "";
}

.fa-band-aid:before,
.fa-bandage:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before,
.fa-navicon:before {
  content: "";
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "";
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "";
}

.fa-baseball-ball:before,
.fa-baseball:before {
  content: "";
}

.fa-baseball-bat-ball:before {
  content: "";
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "";
}

.fa-basketball-ball:before,
.fa-basketball:before {
  content: "";
}

.fa-bath:before,
.fa-bathtub:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-bed-pulse:before,
.fa-procedures:before {
  content: "";
}

.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-bitcoin-sign:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before,
.fa-zap:before {
  content: "";
}

.fa-bolt-lightning:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-atlas:before,
.fa-book-atlas:before {
  content: "";
}

.fa-bible:before,
.fa-book-bible:before {
  content: "";
}

.fa-book-bookmark:before {
  content: "";
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "";
}

.fa-book-quran:before,
.fa-quran:before {
  content: "";
}

.fa-book-dead:before,
.fa-book-skull:before {
  content: "";
}

.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before,
.fa-border-top-left:before {
  content: "";
}

.fa-bore-hole:before {
  content: "";
}

.fa-bottle-droplet:before {
  content: "";
}

.fa-bottle-water:before {
  content: "";
}

.fa-bowl-food:before {
  content: "";
}

.fa-bowl-rice:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-archive:before,
.fa-box-archive:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes-packing:before {
  content: "";
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-brazilian-real-sign:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-bridge:before {
  content: "";
}

.fa-bridge-circle-check:before {
  content: "";
}

.fa-bridge-circle-exclamation:before {
  content: "";
}

.fa-bridge-circle-xmark:before {
  content: "";
}

.fa-bridge-lock:before {
  content: "";
}

.fa-bridge-water:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-bucket:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-bug-slash:before {
  content: "";
}

.fa-bugs:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-building-circle-arrow-right:before {
  content: "";
}

.fa-building-circle-check:before {
  content: "";
}

.fa-building-circle-exclamation:before {
  content: "";
}

.fa-building-circle-xmark:before {
  content: "";
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "";
}

.fa-building-flag:before {
  content: "";
}

.fa-building-lock:before {
  content: "";
}

.fa-building-ngo:before {
  content: "";
}

.fa-building-shield:before {
  content: "";
}

.fa-building-un:before {
  content: "";
}

.fa-building-user:before {
  content: "";
}

.fa-building-wheat:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burger:before,
.fa-hamburger:before {
  content: "";
}

.fa-burst:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "";
}

.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "";
}

.fa-c:before {
  content: "C";
}

.fa-cable-car:before,
.fa-tram:before {
  content: "";
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "";
}

.fa-camera-alt:before,
.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-camera-rotate:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-battery-car:before,
.fa-car-battery:before {
  content: "";
}

.fa-car-burst:before,
.fa-car-crash:before {
  content: "";
}

.fa-car-on:before {
  content: "";
}

.fa-car-alt:before,
.fa-car-rear:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tunnel:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "";
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cedi-sign:before {
  content: "";
}

.fa-cent-sign:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-blackboard:before,
.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "";
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-area-chart:before,
.fa-chart-area:before {
  content: "";
}

.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "";
}

.fa-chart-column:before {
  content: "";
}

.fa-chart-gantt:before {
  content: "";
}

.fa-chart-line:before,
.fa-line-chart:before {
  content: "";
}

.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "";
}

.fa-chart-simple:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-child-dress:before {
  content: "";
}

.fa-child-reaching:before {
  content: "";
}

.fa-child-rifle:before {
  content: "";
}

.fa-children:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "";
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "";
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "";
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "";
}

.fa-check-circle:before,
.fa-circle-check:before {
  content: "";
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "";
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "";
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "";
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "";
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "";
}

.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "";
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "";
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "";
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "";
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "";
}

.fa-circle-info:before,
.fa-info-circle:before {
  content: "";
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "";
}

.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "";
}

.fa-circle-nodes:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "";
}

.fa-circle-play:before,
.fa-play-circle:before {
  content: "";
}

.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "";
}

.fa-circle-question:before,
.fa-question-circle:before {
  content: "";
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "";
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "";
}

.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "";
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "";
}

.fa-circle-user:before,
.fa-user-circle:before {
  content: "";
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clapperboard:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-question:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock-four:before,
.fa-clock:before {
  content: "";
}

.fa-clock-rotate-left:before,
.fa-history:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "";
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-showers-water:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-clover:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-compare:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-code-pull-request:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-colon-sign:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before,
.fa-commenting:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-sms:before,
.fa-sms:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-computer:before {
  content: "";
}

.fa-computer-mouse:before,
.fa-mouse:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-cruzeiro-sign:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cubes-stacked:before {
  content: "";
}

.fa-d:before {
  content: "D";
}

.fa-database:before {
  content: "";
}

.fa-backspace:before,
.fa-delete-left:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-desktop-alt:before,
.fa-desktop:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-diagram-next:before {
  content: "";
}

.fa-diagram-predecessor:before {
  content: "";
}

.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "";
}

.fa-diagram-successor:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-display:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}

.fa-dolly-box:before,
.fa-dolly:before {
  content: "";
}

.fa-dong-sign:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "";
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-droplet:before,
.fa-tint:before {
  content: "";
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-e:before {
  content: "E";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "";
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "";
}

.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "";
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "";
}

.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "";
}

.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "";
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elevator:before {
  content: "";
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "";
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-circle-check:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "";
}

.fa-equals:before {
  content: "=";
}

.fa-eraser:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "";
}

.fa-exclamation:before {
  content: "!";
}

.fa-expand:before {
  content: "";
}

.fa-explosion:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "";
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-f:before {
  content: "F";
}

.fa-angry:before,
.fa-face-angry:before {
  content: "";
}

.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "";
}

.fa-face-flushed:before,
.fa-flushed:before {
  content: "";
}

.fa-face-frown:before,
.fa-frown:before {
  content: "";
}

.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "";
}

.fa-face-grimace:before,
.fa-grimace:before {
  content: "";
}

.fa-face-grin:before,
.fa-grin:before {
  content: "";
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "";
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "";
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "";
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "";
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "";
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "";
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "";
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "";
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "";
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "";
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "";
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "";
}

.fa-face-kiss:before,
.fa-kiss:before {
  content: "";
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "";
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "";
}

.fa-face-laugh:before,
.fa-laugh:before {
  content: "";
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "";
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "";
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "";
}

.fa-face-meh:before,
.fa-meh:before {
  content: "";
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "";
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "";
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "";
}

.fa-face-smile:before,
.fa-smile:before {
  content: "";
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "";
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "";
}

.fa-face-surprise:before,
.fa-surprise:before {
  content: "";
}

.fa-face-tired:before,
.fa-tired:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-faucet-drip:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "";
}

.fa-ferry:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "";
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-circle-check:before {
  content: "";
}

.fa-file-circle-exclamation:before {
  content: "";
}

.fa-file-circle-minus:before {
  content: "";
}

.fa-file-circle-plus:before {
  content: "";
}

.fa-file-circle-question:before {
  content: "";
}

.fa-file-circle-xmark:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-edit:before,
.fa-file-pen:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-shield:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-file-archive:before,
.fa-file-zipper:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "";
}

.fa-filter-circle-xmark:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-burner:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "";
}

.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-fins:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-vial:before {
  content: "";
}

.fa-floppy-disk:before,
.fa-save:before {
  content: "";
}

.fa-florin-sign:before {
  content: "";
}

.fa-folder-blank:before,
.fa-folder:before {
  content: "";
}

.fa-folder-closed:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-football-ball:before,
.fa-football:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "";
}

.fa-forward-step:before,
.fa-step-forward:before {
  content: "";
}

.fa-franc-sign:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "";
}

.fa-g:before {
  content: "G";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "";
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "";
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "";
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "";
}

.fa-gavel:before,
.fa-legal:before {
  content: "";
}

.fa-cog:before,
.fa-gear:before {
  content: "";
}

.fa-cogs:before,
.fa-gears:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-glass-water:before {
  content: "";
}

.fa-glass-water-droplet:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}

.fa-greater-than:before {
  content: ">";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grip-horizontal:before,
.fa-grip:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-group-arrows-rotate:before {
  content: "";
}

.fa-guarani-sign:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gun:before {
  content: "";
}

.fa-h:before {
  content: "H";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-paper:before,
.fa-hand:before {
  content: "";
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "";
}

.fa-allergies:before,
.fa-hand-dots:before {
  content: "";
}

.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-holding-hand:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-handcuffs:before {
  content: "";
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "";
}

.fa-hands-bound:before {
  content: "";
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "";
}

.fa-hands-clapping:before {
  content: "";
}

.fa-hands-holding:before {
  content: "";
}

.fa-hands-holding-child:before {
  content: "";
}

.fa-hands-holding-circle:before {
  content: "";
}

.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "";
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "";
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-drive:before,
.fa-hdd:before {
  content: "";
}

.fa-hashtag:before {
  content: "#";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-header:before,
.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-circle-bolt:before {
  content: "";
}

.fa-heart-circle-check:before {
  content: "";
}

.fa-heart-circle-exclamation:before {
  content: "";
}

.fa-heart-circle-minus:before {
  content: "";
}

.fa-heart-circle-plus:before {
  content: "";
}

.fa-heart-circle-xmark:before {
  content: "";
}

.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "";
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helicopter-symbol:before {
  content: "";
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "";
}

.fa-helmet-un:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hill-avalanche:before {
  content: "";
}

.fa-hill-rockslide:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "";
}

.fa-home-lg:before,
.fa-house-chimney:before {
  content: "";
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "";
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "";
}

.fa-house-chimney-user:before {
  content: "";
}

.fa-house-chimney-window:before {
  content: "";
}

.fa-house-circle-check:before {
  content: "";
}

.fa-house-circle-exclamation:before {
  content: "";
}

.fa-house-circle-xmark:before {
  content: "";
}

.fa-house-crack:before {
  content: "";
}

.fa-house-fire:before {
  content: "";
}

.fa-house-flag:before {
  content: "";
}

.fa-house-flood-water:before {
  content: "";
}

.fa-house-flood-water-circle-arrow-right:before {
  content: "";
}

.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "";
}

.fa-house-lock:before {
  content: "";
}

.fa-house-medical:before {
  content: "";
}

.fa-house-medical-circle-check:before {
  content: "";
}

.fa-house-medical-circle-exclamation:before {
  content: "";
}

.fa-house-medical-circle-xmark:before {
  content: "";
}

.fa-house-medical-flag:before {
  content: "";
}

.fa-house-signal:before {
  content: "";
}

.fa-house-tsunami:before {
  content: "";
}

.fa-home-user:before,
.fa-house-user:before {
  content: "";
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i:before {
  content: "I";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-image-portrait:before,
.fa-portrait:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-j:before {
  content: "J";
}

.fa-jar:before {
  content: "";
}

.fa-jar-wheat:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "";
}

.fa-jet-fighter-up:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-jug-detergent:before {
  content: "";
}

.fa-k:before {
  content: "K";
}

.fa-kaaba:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kip-sign:before {
  content: "";
}

.fa-first-aid:before,
.fa-kit-medical:before {
  content: "";
}

.fa-kitchen-set:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-l:before {
  content: "L";
}

.fa-land-mine-on:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "";
}

.fa-landmark-flag:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-file:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-lari-sign:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less-than:before {
  content: "<";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lines-leaning:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list-squares:before,
.fa-list:before {
  content: "";
}

.fa-list-check:before,
.fa-tasks:before {
  content: "";
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "";
}

.fa-list-dots:before,
.fa-list-ul:before {
  content: "";
}

.fa-litecoin-sign:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-crosshairs:before,
.fa-location:before {
  content: "";
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "";
}

.fa-location-pin:before,
.fa-map-marker:before {
  content: "";
}

.fa-location-pin-lock:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-locust:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-m:before {
  content: "M";
}

.fa-magnet:before {
  content: "";
}

.fa-magnifying-glass:before,
.fa-search:before {
  content: "";
}

.fa-magnifying-glass-arrow-right:before {
  content: "";
}

.fa-magnifying-glass-chart:before {
  content: "";
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "";
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "";
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "";
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "";
}

.fa-manat-sign:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-location:before,
.fa-map-marked:before {
  content: "";
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-and-venus:before {
  content: "";
}

.fa-mars-and-venus-burst:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "";
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "";
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "";
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mask-face:before {
  content: "";
}

.fa-mask-ventilator:before {
  content: "";
}

.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "";
}

.fa-mattress-pillow:before {
  content: "";
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-comment-alt:before,
.fa-message:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "";
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-mill-sign:before {
  content: "";
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "";
}

.fa-minus:before,
.fa-subtract:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-mobile-button:before {
  content: "";
}

.fa-mobile-retro:before {
  content: "";
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "";
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-bill-transfer:before {
  content: "";
}

.fa-money-bill-trend-up:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wheat:before {
  content: "";
}

.fa-money-bills:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-mosquito:before {
  content: "";
}

.fa-mosquito-net:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mound:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountain-city:before {
  content: "";
}

.fa-mountain-sun:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-coffee:before,
.fa-mug-saucer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-n:before {
  content: "N";
}

.fa-naira-sign:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notdef:before {
  content: "";
}

.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-o:before {
  content: "O";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-well:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-p:before {
  content: "P";
}

.fa-pager:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-panorama:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-file-clipboard:before,
.fa-paste:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "";
}

.fa-edit:before,
.fa-pen-to-square:before {
  content: "";
}

.fa-pencil-alt:before,
.fa-pencil:before {
  content: "";
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "";
}

.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "";
}

.fa-people-group:before {
  content: "";
}

.fa-people-line:before {
  content: "";
}

.fa-people-pulling:before {
  content: "";
}

.fa-people-robbery:before {
  content: "";
}

.fa-people-roof:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before,
.fa-percentage:before {
  content: "%";
}

.fa-male:before,
.fa-person:before {
  content: "";
}

.fa-person-arrow-down-to-line:before {
  content: "";
}

.fa-person-arrow-up-from-line:before {
  content: "";
}

.fa-biking:before,
.fa-person-biking:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-breastfeeding:before {
  content: "";
}

.fa-person-burst:before {
  content: "";
}

.fa-person-cane:before {
  content: "";
}

.fa-person-chalkboard:before {
  content: "";
}

.fa-person-circle-check:before {
  content: "";
}

.fa-person-circle-exclamation:before {
  content: "";
}

.fa-person-circle-minus:before {
  content: "";
}

.fa-person-circle-plus:before {
  content: "";
}

.fa-person-circle-question:before {
  content: "";
}

.fa-person-circle-xmark:before {
  content: "";
}

.fa-digging:before,
.fa-person-digging:before {
  content: "";
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "";
}

.fa-female:before,
.fa-person-dress:before {
  content: "";
}

.fa-person-dress-burst:before {
  content: "";
}

.fa-person-drowning:before {
  content: "";
}

.fa-person-falling:before {
  content: "";
}

.fa-person-falling-burst:before {
  content: "";
}

.fa-person-half-dress:before {
  content: "";
}

.fa-person-harassing:before {
  content: "";
}

.fa-hiking:before,
.fa-person-hiking:before {
  content: "";
}

.fa-person-military-pointing:before {
  content: "";
}

.fa-person-military-rifle:before {
  content: "";
}

.fa-person-military-to-person:before {
  content: "";
}

.fa-person-praying:before,
.fa-pray:before {
  content: "";
}

.fa-person-pregnant:before {
  content: "";
}

.fa-person-rays:before {
  content: "";
}

.fa-person-rifle:before {
  content: "";
}

.fa-person-running:before,
.fa-running:before {
  content: "";
}

.fa-person-shelter:before {
  content: "";
}

.fa-person-skating:before,
.fa-skating:before {
  content: "";
}

.fa-person-skiing:before,
.fa-skiing:before {
  content: "";
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "";
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "";
}

.fa-person-swimming:before,
.fa-swimmer:before {
  content: "";
}

.fa-person-through-window:before {
  content: "";
}

.fa-person-walking:before,
.fa-walking:before {
  content: "";
}

.fa-person-walking-arrow-loop-left:before {
  content: "";
}

.fa-person-walking-arrow-right:before {
  content: "";
}

.fa-person-walking-dashed-line-arrow-right:before {
  content: "";
}

.fa-person-walking-luggage:before {
  content: "";
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "";
}

.fa-peseta-sign:before {
  content: "";
}

.fa-peso-sign:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "";
}

.fa-photo-film:before,
.fa-photo-video:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-circle-check:before {
  content: "";
}

.fa-plane-circle-exclamation:before {
  content: "";
}

.fa-plane-circle-xmark:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-lock:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-plane-up:before {
  content: "";
}

.fa-plant-wilt:before {
  content: "";
}

.fa-plate-wheat:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plug-circle-bolt:before {
  content: "";
}

.fa-plug-circle-check:before {
  content: "";
}

.fa-plug-circle-exclamation:before {
  content: "";
}

.fa-plug-circle-minus:before {
  content: "";
}

.fa-plug-circle-plus:before {
  content: "";
}

.fa-plug-circle-xmark:before {
  content: "";
}

.fa-add:before,
.fa-plus:before {
  content: "+";
}

.fa-plus-minus:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-q:before {
  content: "Q";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "?";
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "";
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "";
}

.fa-r:before {
  content: "R";
}

.fa-radiation:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-ranking-star:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-ad:before,
.fa-rectangle-ad:before {
  content: "";
}

.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "";
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "";
}

.fa-exchange-alt:before,
.fa-right-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "";
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-road-barrier:before {
  content: "";
}

.fa-road-bridge:before {
  content: "";
}

.fa-road-circle-check:before {
  content: "";
}

.fa-road-circle-exclamation:before {
  content: "";
}

.fa-road-circle-xmark:before {
  content: "";
}

.fa-road-lock:before {
  content: "";
}

.fa-road-spikes:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rotate:before,
.fa-sync-alt:before {
  content: "";
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "";
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "";
}

.fa-rug:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-rupee-sign:before,
.fa-rupee:before {
  content: "";
}

.fa-rupiah-sign:before {
  content: "";
}

.fa-s:before {
  content: "S";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sack-xmark:before {
  content: "";
}

.fa-sailboat:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "";
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "";
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-school-circle-check:before {
  content: "";
}

.fa-school-circle-exclamation:before {
  content: "";
}

.fa-school-circle-xmark:before {
  content: "";
}

.fa-school-flag:before {
  content: "";
}

.fa-school-lock:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-torah:before,
.fa-torah:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-section:before {
  content: "";
}

.fa-seedling:before,
.fa-sprout:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "";
}

.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-share-from-square:before,
.fa-share-square:before {
  content: "";
}

.fa-share-alt:before,
.fa-share-nodes:before {
  content: "";
}

.fa-sheet-plastic:before {
  content: "";
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "";
}

.fa-shield-blank:before,
.fa-shield:before {
  content: "";
}

.fa-shield-cat:before {
  content: "";
}

.fa-shield-dog:before {
  content: "";
}

.fa-shield-alt:before,
.fa-shield-halved:before {
  content: "";
}

.fa-shield-heart:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shop:before,
.fa-store-alt:before {
  content: "";
}

.fa-shop-lock:before {
  content: "";
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shrimp:before {
  content: "";
}

.fa-random:before,
.fa-shuffle:before {
  content: "";
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "";
}

.fa-sign-hanging:before,
.fa-sign:before {
  content: "";
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-map-signs:before,
.fa-signs-post:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before,
.fa-sliders:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "";
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "";
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "";
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "";
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "";
}

.fa-check-square:before,
.fa-square-check:before {
  content: "";
}

.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-h-square:before,
.fa-square-h:before {
  content: "";
}

.fa-minus-square:before,
.fa-square-minus:before {
  content: "";
}

.fa-square-nfi:before {
  content: "";
}

.fa-parking:before,
.fa-square-parking:before {
  content: "";
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "";
}

.fa-square-person-confined:before {
  content: "";
}

.fa-phone-square:before,
.fa-square-phone:before {
  content: "";
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "";
}

.fa-plus-square:before,
.fa-square-plus:before {
  content: "";
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "";
}

.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "";
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "";
}

.fa-rss-square:before,
.fa-square-rss:before {
  content: "";
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "";
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "";
}

.fa-square-virus:before {
  content: "";
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "";
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
  content: "";
}

.fa-stairs:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-stapler:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-plant-wilt:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-t:before {
  content: "T";
}

.fa-table:before {
  content: "";
}

.fa-table-cells:before,
.fa-th:before {
  content: "";
}

.fa-table-cells-large:before,
.fa-th-large:before {
  content: "";
}

.fa-columns:before,
.fa-table-columns:before {
  content: "";
}

.fa-table-list:before,
.fa-th-list:before {
  content: "";
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "";
}

.fa-tablet-android:before,
.fa-tablet:before {
  content: "";
}

.fa-tablet-button:before {
  content: "";
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tarp:before {
  content: "";
}

.fa-tarp-droplet:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "";
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "";
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-tenge-sign:before,
.fa-tenge:before {
  content: "";
}

.fa-tent:before {
  content: "";
}

.fa-tent-arrow-down-to-line:before {
  content: "";
}

.fa-tent-arrow-left-right:before {
  content: "";
}

.fa-tent-arrow-turn-left:before {
  content: "";
}

.fa-tent-arrows-down:before {
  content: "";
}

.fa-tents:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-remove-format:before,
.fa-text-slash:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "";
}

.fa-timeline:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toilet-portable:before {
  content: "";
}

.fa-toilets-portable:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "";
}

.fa-tower-cell:before {
  content: "";
}

.fa-tower-observation:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before,
.fa-train-subway:before {
  content: "";
}

.fa-train-tram:before {
  content: "";
}

.fa-transgender-alt:before,
.fa-transgender:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "";
}

.fa-trash-alt:before,
.fa-trash-can:before {
  content: "";
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-city:before {
  content: "";
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trowel:before {
  content: "";
}

.fa-trowel-bricks:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-arrow-right:before {
  content: "";
}

.fa-truck-droplet:before {
  content: "";
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "";
}

.fa-truck-field:before {
  content: "";
}

.fa-truck-field-un:before {
  content: "";
}

.fa-truck-front:before {
  content: "";
}

.fa-ambulance:before,
.fa-truck-medical:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plane:before {
  content: "";
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "";
}

.fa-teletype:before,
.fa-tty:before {
  content: "";
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "";
}

.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "";
}

.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "";
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "";
}

.fa-u:before {
  content: "U";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "";
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "";
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "";
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "";
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-doctor:before,
.fa-user-md:before {
  content: "";
}

.fa-user-cog:before,
.fa-user-gear:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-friends:before,
.fa-user-group:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-alt:before,
.fa-user-large:before {
  content: "";
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-edit:before,
.fa-user-pen:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before,
.fa-user-xmark:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-between-lines:before {
  content: "";
}

.fa-users-cog:before,
.fa-users-gear:before {
  content: "";
}

.fa-users-line:before {
  content: "";
}

.fa-users-rays:before {
  content: "";
}

.fa-users-rectangle:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-users-viewfinder:before {
  content: "";
}

.fa-cutlery:before,
.fa-utensils:before {
  content: "";
}

.fa-v:before {
  content: "V";
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "";
}

.fa-vault:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vial-circle-check:before {
  content: "";
}

.fa-vial-virus:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-video-camera:before,
.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-covid:before {
  content: "";
}

.fa-virus-covid-slash:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "";
}

.fa-volume-high:before,
.fa-volume-up:before {
  content: "";
}

.fa-volume-down:before,
.fa-volume-low:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-w:before {
  content: "W";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-magic:before,
.fa-wand-magic:before {
  content: "";
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "";
}

.fa-wand-sparkles:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weight-scale:before,
.fa-weight:before {
  content: "";
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "";
}

.fa-wheat-awn-circle-exclamation:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "";
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "";
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "";
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "";
}

.fa-worm:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x:before {
  content: "X";
}

.fa-x-ray:before {
  content: "";
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "";
}

.fa-xmarks-lines:before {
  content: "";
}

.fa-y:before {
  content: "Y";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-z:before {
  content: "Z";
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:host,
:root {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.ttf) format("truetype");
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-42-group:before,
.fa-innosoft:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-bilibili:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-bots:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cmplid:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golang:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hashnode:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium-m:before,
.fa-medium:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-meta:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-nfc-directional:before {
  content: "";
}

.fa-nfc-symbol:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-padlet:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pix:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-screenpal:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-sitrox:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack-hash:before,
.fa-slack:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-space-awesome:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-behance-square:before,
.fa-square-behance:before {
  content: "";
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
  content: "";
}

.fa-facebook-square:before,
.fa-square-facebook:before {
  content: "";
}

.fa-square-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "";
}

.fa-git-square:before,
.fa-square-git:before {
  content: "";
}

.fa-github-square:before,
.fa-square-github:before {
  content: "";
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
  content: "";
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
  content: "";
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
  content: "";
}

.fa-instagram-square:before,
.fa-square-instagram:before {
  content: "";
}

.fa-js-square:before,
.fa-square-js:before {
  content: "";
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
  content: "";
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
  content: "";
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
  content: "";
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
  content: "";
}

.fa-reddit-square:before,
.fa-square-reddit:before {
  content: "";
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
  content: "";
}

.fa-square-steam:before,
.fa-steam-square:before {
  content: "";
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
  content: "";
}

.fa-square-twitter:before,
.fa-twitter-square:before {
  content: "";
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
  content: "";
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
  content: "";
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
  content: "";
}

.fa-square-xing:before,
.fa-xing-square:before {
  content: "";
}

.fa-square-youtube:before,
.fa-youtube-square:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-telegram-plane:before,
.fa-telegram:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-rendact:before,
.fa-wpressr:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.ttf) format("truetype");
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

:host,
:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-regular-400.woff2) format("woff2"),
    url(../webfonts/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d,
    u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088,
    u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5,
    u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a,
    u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e,
    u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7,
    u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d,
    u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba,
    u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../webfonts/fa-v4compatibility.woff2) format("woff2"),
    url(../webfonts/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b,
    u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4,
    u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e,
    u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff"),
    url("../fonts/Gilroy-Light.ttf") format("truetype"),
    url("../images/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff"),
    url("../fonts/Gilroy-Medium.ttf") format("truetype"),
    url("../images/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff"),
    url("../fonts/Gilroy-Regular.ttf") format("truetype"),
    url("../images/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff"),
    url("../fonts/Gilroy-Bold.ttf") format("truetype"),
    url("../images/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.eot");
  src: url("../fonts/Gilroy-Heavy.eot#iefix") format("embedded-opentype"),
    url("../fonts/Gilroy-Heavy.woff2") format("woff2"),
    url("../fonts/Gilroy-Heavy.woff") format("woff"),
    url("../fonts/Gilroy-Heavy.ttf") format("truetype"),
    url("../images/Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brick Font";
  src: url("../fonts/BrickSansBold.eot");
  src: url("../fonts/BrickSansBold.eot#iefix") format("embedded-opentype"),
    url("../fonts/BrickSansBold.woff2") format("woff2"),
    url("../fonts/BrickSansBold.woff") format("woff"),
    url("../fonts/BrickSansBold.ttf") format("truetype"),
    url("../images/BrickSansBold.svg#BrickSansBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.svg-sec {
  position: relative;
  z-index: 1;
}

.svg-sec:before {
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.svg-sec:hover:before {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  transform: scaleY(1);
  transform-origin: bottom;
  border-radius: 24px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "gilroy" !important;
}

.PrimaryBtnLimeGreen {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  border: none;
  border-radius: 100px;
  padding: 10px 15px;
  color: #fcfcfc !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
b,
u,
i {
  font-family: "gilroy";
  transition: 0.6s;
}

.section-heading-custom {
  font-family: "gilroy";
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.1em;
  font-weight: bold;


}

.section-big-heading-custom {
  font-family: "gilroy";
  font-size: 70px;
  font-weight: bold;
}

@media (max-width: 320px) {
  .section-big-heading-custom {
    font-size: 32px;
  }
}

.custom-text-white {
  color: #fcfcfc;
}

.custom-text-black {
  color: #000;
}

.text-green {
  color: #0a67b5;
}

h2.section-title {
  font-family: "gilroy";
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
}

h2.section-title span {
  color: #0a67b5;
}

@media (max-width: 575px) {
  h2.section-title {
    font-size: 32px;
  }
}

p.section-content {
  font-family: "gilroy";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000E0;
}

.space-seperator-100 {
  height: 100vh;
}

@media screen and (max-width: 1199px) {
  .space-seperator-100 {
    display: none;
  }
}

.space-seperator-50 {
  height: 50vh;
}

@media screen and (max-width: 1199px) {
  .space-seperator-50 {
    height: 10vh;
  }
}

@media screen and (max-width: 767px) {
  .space-seperator-50 {
    height: 10vh;
  }
}

.space-seperator-20 {
  height: 20vh;
}

.img-fluid {
  max-width: 100%;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.get-a-quote {
  width: 12rem;
  height: auto;
}

button.get-a-quote .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  border-radius: 1.625rem;
}

button.get-a-quote .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.get-a-quote .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.get-a-quote .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.get-a-quote .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 2rem;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #7c7c7c;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  text-align: center;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

.section {
  padding: 10% 0 0;
}

@media (max-width: 1199px) {
  .section {
    padding-top: 5%;
  }
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

@media (max-width: 575px) {
  .p-auto {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.sitenav .navbar-nav li.nav-item {
  margin: 0 0 0 20px;
}

.sitenav .navbar-brand .logo {
  max-width: 200px;
}

.sitenav .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sitenav .sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 32px;
  color: #454545;
  display: block;
  transition: 0.3s;
  font-weight: bold;
}

.sitenav .sidenav a:hover,
.sitenav .offcanvas a:focus {
  color: #000;
  font-weight: bold;
}

.sitenav .sidenav .close-btn {
  position: absolute;
  top: 5px;
  right: 300px;
  font-size: 40px;
  margin-left: 0;
}

.sitenav .sidenav-parent-div {
  text-align: center;
  margin: 250px 0 0 0;
}

@media screen and (max-width: 1600px) {
  .sitenav .sidenav-parent-div {
    margin: 200px 0 0 0;
  }
}

.sitenav ul.sidenav-footer-social-links {
  display: -webkit-inline-box;
  list-style: none;
  padding: 0;
}

.sitenav ul.sidenav-footer-social-links li {
  margin: 0 10px;
}

.sitenav .side-nav-footer {
  margin: 200px 0 0 0;
}

.sitenav .custom-sticky-header-class {
  padding: 30px 0 0 0;
  background-color: rgba(0, 0, 0, 0) !important;
}

.sitenav .close-btn {
  display: none;
  position: absolute;
  right: 310px;
  top: 35px;
}

@media screen and (max-width: 1600px) {
  .sitenav .close-btn {
    right: 150px;
  }
}

@media screen and (max-width: 1500px) {
  .sitenav .close-btn {
    right: 100px;
  }
}

@media screen and (max-width: 1280px) {
  .sitenav .close-btn {
    right: 90px;
  }
}

@media screen and (max-width: 1100px) {
  .sitenav .close-btn {
    right: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .sitenav .close-btn {
    right: 70px;
  }
}

.sitenav .navbar {
  padding: 16px 0px;
  background-color: #fff;
  color: #000;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.07);
}

.sitenav .navbar ul li .nav-link {
  color: #565656 !important;
  font-size: 14px;
  line-height: 16px;
}

.sitenav .navbar ul li .nav-link:hover {
  color: #0a67b5 !important;
}

.sitenav .navbar ul li .PrimaryBtnLimeGreen {
  font-size: 12px;
  color: #fcfcfc !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='18' y2='1' stroke='%23565656' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='5' y1='9' x2='18' y2='9' stroke='%23565656' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1' y1='17' x2='18' y2='17' stroke='%23565656' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.navbar-light .navbar-toggler,
.navbar-toggler.collapsed {
  border: none;
}

@media screen and (max-width: 991px) {
  .hamburger-menu-icon {
    display: none;
  }
}

.header-ppc-lpa {
  background: none;
  position: absolute;
  width: 100%;
}

.header-ppc-lpa .sitenav .navbar {
  box-shadow: none;
}

@media (max-width: 575px) {
  .header-ppc-lpa .sitenav .navbar .navbar-brand .logo {
    max-width: 150px;
  }
}

@media (max-width: 991px) {
  .header-ppc-lpa .sitenav .navbar .navbar-collapse {
    background: linear-gradient(179.54deg, #1e1e1e 0.3%, #151414 99.51%);
    padding: 10px 0 20px;
  }
}

.header-ppc-lpa .sitenav .navbar ul li {
  /* margin-left: 10px; */
}

.header-ppc-lpa .sitenav .navbar ul li:last-child {
  /* margin-right: 10px; */
}

.header-ppc-lpa .sitenav .navbar ul li .nav-link {
  color: #fff !important;
}

.header-ppc-lpa .sitenav .navbar ul li .nav-link:hover {
  color: #0a67b5 !important;
}

.header-ppc-lpa .sitenav .navbar .navbar-toggler {
  box-shadow: none;
  font-size: 1rem;
}

.topbar {
  /* background: var(
    --dark-gradient,
    linear-gradient(90deg, #222 0.34%, #323232 99.79%)
  ); */
  background-color: #0A67B5;
  padding: 10px 0;
}

.topbar .top-bar-content-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  place-content: space-between;
  margin: 0;
  align-items: center;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .topbar .top-bar-content-wrapper ul {
    place-content: center;
  }
}

.topbar .top-bar-content-wrapper ul li {
  margin-left: 20px;
  list-style: none;
}

.topbar .top-bar-content-wrapper ul li p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 0;
}

.topbar .top-bar-content-wrapper ul li a {
  color: #bed201;
  text-decoration: none;
}

@media screen and (max-width: 1399px) {
  .navbar-expand-lg .nav-link {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-expand-lg .nav-link {
    font-size: 12px;
  }
}

.navbar-expand-lg .mega-dropdown {
  position: static !important;
}

.navbar-expand-lg .mega-dropdown-menu {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.navbar-expand-lg .dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 100%;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .navbar-expand-lg .dropdown-menu {
    position: relative;
  }
}

.navbar-expand-lg .megamensec {
  padding: 30px 0;
}

.navbar-expand-lg .megamensec .megamenurightbox-parent {
  position: relative;
}

.navbar-expand-lg .megamensec .megamenurightbox-parent img.megamenuleftimg1 {
  margin: 0 0 0 auto;
  display: table;
}

@media screen and (max-width: 575px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent img.megamenuleftimg1 {
    margin: 0 auto 0 auto;
  }
}

.navbar-expand-lg .megamensec .megamenurightbox-parent .megamenurightbox-wrapper {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 5%;
    left: 10%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 10%;
    left: 5%;
    width: 70%;
  }
}

@media screen and (max-width: 575px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 30%;
    left: 25%;
    width: 30%;
  }
}

@media screen and (max-width: 425px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 15%;
    left: 15%;
    width: 40%;
  }
}

@media screen and (max-width: 320px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 5%;
    left: 5%;
    width: 40%;
  }
}

.navbar-expand-lg .megamensec .megamenurightbox-parent .megamenuleftcontentheading span {
  color: #0a67b5;
}

.navbar-expand-lg .megamensec .megamenurightbox-parent .megamenuleftcontentheading {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent .megamenuleftcontentheading {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent .megamenuleftcontentheading {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 20px;
  }
}

.navbar-expand-lg .megamensec .megamenurightbox-parent .megamenuleftcontentcontent {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent .megamenuleftcontentcontent {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .navbar-expand-lg .megamensec .megamenurightbox-parent .megamenuleftcontentcontent {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox {
  padding: 0;
  list-style: none;
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li::before {
  content: "";
  height: 100px;
  width: 90%;
  display: none;
  position: absolute;
  left: 10%;
  top: -20%;
  border-radius: 10px;
  background: var(--dark-Vertical,
      linear-gradient(180deg, #222 0.3%, #323232 99.51%));
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .navbar-expand-lg .megamensec ul.megamenu1contentbox li::before {
    height: 120px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-expand-lg .megamensec ul.megamenu1contentbox li::before {
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-expand-lg .megamensec ul.megamenu1contentbox li::before {
    height: 120px;
  }
}

@media screen and (max-width: 575px) {
  .navbar-expand-lg .megamensec ul.megamenu1contentbox li::before {
    height: 100px;
  }
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li:hover .icon-box {
  border-radius: 10px;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  box-shadow: 0px 4px 12px 0px rgba(89, 148, 0, 0.3);
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li:hover .content-box .cb-heading-1 a {
  color: #fff !important;
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li:hover .content-box .cb-content-1 {
  color: #fff !important;
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li:hover::before {
  display: block;
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li .icon-box {
  width: 25%;
  height: 70px;
  border-radius: 10px;
  background: #f9fff0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li .content-box {
  width: 70%;
  padding-left: 30px;
}

@media screen and (max-width: 1199px) {
  .navbar-expand-lg .megamensec ul.megamenu1contentbox li .content-box {
    padding-left: 10px;
  }
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li .content-box .cb-heading-1 {
  margin-bottom: 10px;
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li .content-box .cb-heading-1 a {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 600;
  text-decoration: none;
}

.navbar-expand-lg .megamensec ul.megamenu1contentbox li .content-box .cb-content-1 {
  color: #323232;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.navbar-expand-lg .megamensec2 {
  padding: 30px 0;
}

.navbar-expand-lg .megamensec2 .megamenu-text-box {
  border-radius: 10px;
  border: 1px solid #efefef;
  padding: 20px;
  margin-bottom: 20px;
}

.navbar-expand-lg .megamensec2 .megamenu-text-box ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  place-content: space-between;
  margin-bottom: 30px;
}

.navbar-expand-lg .megamensec2 .megamenu-text-box ul li img {
  float: right;
}

.navbar-expand-lg .megamensec2 .megamenu-text-box ul li .megamenu-text-box-heading a {
  color: #0a67b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.navbar-expand-lg .megamensec2 .megamenu-text-box p {
  color: #323232;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.navbar-expand-lg .megamensec2 .megamenu-text-box:hover {
  border-radius: 10px;
  background: var(--dark-Vertical,
      linear-gradient(180deg, #222 0.3%, #323232 99.51%));
}

.navbar-expand-lg .megamensec2 .megamenu-text-box:hover .megamenu-text-box-heading a {
  color: #fff;
  text-decoration: none;
}

.navbar-expand-lg .megamensec2 .megamenu-text-box:hover p {
  color: #fff;
}

.navbar-expand-lg .megamensec2 .megamenurightbox-parent {
  position: relative;
}

.navbar-expand-lg .megamensec2 .megamenurightbox-parent img.megamenuleftimg1 {
  margin: 0 0 0 auto;
  display: table;
}

@media screen and (max-width: 575px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent img.megamenuleftimg1 {
    margin: 0 auto 0 auto;
  }
}

.navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenurightbox-wrapper {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 5%;
    left: 10%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 10%;
    left: 5%;
    width: 70%;
  }
}

@media screen and (max-width: 575px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 30%;
    left: 25%;
    width: 30%;
  }
}

@media screen and (max-width: 425px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 15%;
    left: 15%;
    width: 40%;
  }
}

@media screen and (max-width: 320px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenurightbox-wrapper {
    top: 5%;
    left: 5%;
    width: 40%;
  }
}

.navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenuleftcontentheading span {
  color: #0a67b5;
}

.navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenuleftcontentheading {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenuleftcontentheading {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenuleftcontentheading {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    margin-bottom: 20px;
  }
}

.navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenuleftcontentcontent {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenuleftcontentcontent {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .navbar-expand-lg .megamensec2 .megamenurightbox-parent .megamenuleftcontentcontent {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.navbar-expand-lg .megamensec3 {
  padding: 60px 0;
}

.navbar-expand-lg .megamensec3 .megamenu-solutions-box-wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .navbar-expand-lg .megamensec3 .megamenu-solutions-box-wrapper {
    margin-bottom: 50px;
  }
}

.navbar-expand-lg .megamensec3 .megamenu-solutions-box-wrapper::before {
  content: "";
  height: 70px;
  width: 70%;
  background: #efefef;
  display: block;
  position: absolute;
  top: -30px;
  z-index: -1;
  border-radius: 20px;
}

.navbar-expand-lg .megamensec3 .megamenu-solutions-box-wrapper:hover .megamenu-solutions-box {
  border-radius: 20px;
  background: var(--dark-gradient,
      linear-gradient(90deg, #222 0.34%, #323232 99.79%));
  border: none;
}

.navbar-expand-lg .megamensec3 .megamenu-solutions-box-wrapper:hover .megamenu-solutions-box .solution-box-heading a {
  color: #fff;
}

.navbar-expand-lg .megamensec3 .megamenu-solutions-box-wrapper:hover .megamenu-solutions-box .solution-box-content {
  color: #fff;
}

.navbar-expand-lg .megamensec3 .megamenu-solutions-box-wrapper:hover::before {
  background: var(--gradient,
      linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%));
}

.navbar-expand-lg .megamensec3 .megamenu-solutions-box-wrapper .megamenu-solutions-box {
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #efefef;
}

.navbar-expand-lg .megamensec3 .megamenu-solutions-box-wrapper .megamenu-solutions-box img {
  margin-bottom: 20px;
  margin-top: 20px;
}

.navbar-expand-lg .megamensec3 .solution-box-heading {
  margin-bottom: 20px;
}

.navbar-expand-lg .megamensec3 .solution-box-heading a {
  color: #323232;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .navbar-expand-lg .megamensec3 .solution-box-heading {
    font-size: 18px;
  }
}

.navbar-expand-lg .megamensec3 .solution-box-content {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero-section {
  margin: 191px 0 90px 0;
}

@media screen and (max-width: 1600px) {
  .hero-section {
    margin: 90px 0 90px 0;
  }
}

.hero-section .hero-section-before-text {
  font-size: 240px;
  color: #dcdcdc;
  font-weight: bolder;
  letter-spacing: 30px;
  opacity: 0.2;
}

@media screen and (max-width: 425px) {
  .hero-section .hero-section-before-text {
    font-size: 140px;
    letter-spacing: 5px;
  }
}

.hero-section .hero-section-after-text {
  font-size: 52px;
  color: #27282c;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 61px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .hero-section .hero-section-after-text {
    font-size: 32px;
  }
}

@media screen and (max-width: 540px) {
  .hero-section .hero-section-after-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 425px) {
  .hero-section .hero-section-after-text {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  .hero-section .hero-section-after-text {
    font-size: 19px;
  }
}

@media screen and (max-width: 320px) {
  .hero-section .hero-section-after-text {
    font-size: 15px;
  }
}

.hero-section .hero-section-design-box-parent {
  margin: -200px 0 0 0;
}

@media screen and (max-width: 425px) {
  .hero-section .hero-section-design-box-parent {
    margin: -130px 0 0 0;
  }
}

.hero-section .cursor {
  top: -20px;
  left: -20px;
  position: fixed;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border-top-right-radius: 0px;
  background: #fff;
  transition: transform 0.2s ease;
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: difference;
  box-shadow: none;
}

.hero-section .hero-section-after-text:hover~.cursor {
  transform: scale(4);
  height: 20px;
  width: 20px;
  box-shadow: 0px 0px 20px 20px rgba(48, 32, 110, 0.7882352941);
}

.mobile-parent-wrapper-cls {
  background: #fff;
  height: 100vh;
  width: auto;
}

@media screen and (max-width: 1280px) {
  .mobile-parent-wrapper-cls {
    height: 150vh;
  }
}

@media screen and (max-width: 1199px) {
  .mobile-parent-wrapper-cls {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .mobile-parent-wrapper-cls {
    height: auto !important;
  }
}

@media screen and (max-width: 540px) {
  .mobile-parent-wrapper-cls {
    height: auto !important;
  }
}

.mobile-parent-wrapper-cls .mobile-bg-class {
  width: 100%;
  max-width: 340px;
  background: url(../images/mobilewithbg.webp);
  height: 700px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  transform: perspective(30em) rotateX(30deg);
  cursor: pointer;
  transition: 0.1s ease-out;
}

@media screen and (max-width: 1199px) {
  .mobile-parent-wrapper-cls .mobile-bg-class {
    display: none;
  }
}

.mobile-parent-wrapper-cls img.img-responsive.MobileBGClassLayerOne {
  height: 660px;
  width: 91%;
  margin: 0 auto;
  display: table;
  transform: translate(1px, 15px);
  border-radius: 30px;
}

.mobile-parent-wrapper-cls img.img-responsive.MobilePlayBtnClassLayerTwo {
  position: absolute;
  top: 40%;
  left: 27%;
}

.mobile-parent-wrapper-cls .mobile-video-class-layer-three {
  position: absolute;
  top: 0px;
  left: 5.1%;
  z-index: -1;
  height: 94%;
  width: 90%;
  margin: 0 auto;
  transform: translate(1px, 15px);
  border-radius: 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  object-fit: cover;
  display: none;
}

@media screen and (max-width: 1600px) {
  .mobile-parent-wrapper-cls .mobile-video-class-layer-three {
    height: 93%;
  }
}

@media screen and (max-width: 1536px) {
  .mobile-parent-wrapper-cls .mobile-video-class-layer-three {
    height: 95%;
    border-radius: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .mobile-parent-wrapper-cls .mobile-video-class-layer-three {
    height: 79%;
  }
}

@media screen and (max-width: 1280px) {
  .mobile-parent-wrapper-cls .mobile-video-class-layer-three {
    height: 79%;
  }
}

.mobile-parent-wrapper-cls .mobile-child-wrapper-cls {
  cursor: url("../images/scrollcursor.webp"), auto;
}

.SixthTwoSectionScrollCustomClass {
  display: none;
}

@media screen and (max-width: 1600px) {
  .SixthOneSectionScrollCustomClass {
    opacity: 0.8 !important;
    z-index: -1 !important;
  }

  .SixthTwoSectionScrollCustomClass {
    display: none;
  }
}

@media screen and (max-width: 1444px) {
  .SixthTwoSectionScrollCustomClass {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .SixthOneSectionScrollCustomClass {
    display: block !important;
  }

  .SixthTwoSectionScrollCustomClass {
    display: none !important;
  }
}

@media screen and (max-width: 1600px) {
  .our-services {
    height: 1000px !important;
  }

  .ZeroSectionScrollCustomClass {
    top: 50% !important;
    left: 30% !important;
  }

  .FirstSectionScrollCustomClass {
    top: 50px !important;
  }

  .FirstOneSectionScrollCustomClass {
    top: 50px !important;
  }

  .SecondSectionScrollCustomClass {
    top: 50px !important;
  }

  .SecondOneSectionScrollCustomClass {
    top: 50px !important;
  }

  .ThirdSectionScrollCustomClass {
    top: 50px !important;
    left: 15% !important;
  }

  .FourthSectionScrollCustomClass {
    top: 50px !important;
    left: 15% !important;
  }

  .FifthSectionScrollCustomClass {
    top: 50px !important;
    opacity: 1 !important;
  }

  .SixthSectionScrollCustomClass {
    top: 50px !important;
    left: 42% !important;
    max-width: 270px !important;
    height: 550px !important;
  }

  .SixthZeroSectionScrollCustomClass {
    top: 50px !important;
    left: 42% !important;
    max-width: 270px !important;
    height: 550px !important;
  }

  .SixthOneSectionScrollCustomClass {
    top: 50px !important;
    left: 42% !important;
    max-width: 270px !important;
    height: 550px !important;
  }
}

@media screen and (max-width: 1536px) {
  .SixthOneSectionScrollCustomClass {
    display: none;
  }

  .SixthZeroSectionScrollCustomClass {
    display: block;
  }

  .FirstSectionScrollCustomClass {
    top: 20px !important;
  }
}

@media screen and (max-width: 1500px) {
  .ZeroSectionScrollCustomClass {
    top: 50% !important;
    left: 28% !important;
  }

  .FirstSectionScrollCustomClass {
    top: 50px !important;
    max-width: 250px !important;
  }

  .FirstOneSectionScrollCustomClass {
    top: 50px !important;
    max-width: 250px !important;
  }

  .SecondSectionScrollCustomClass {
    top: 50px !important;
    max-width: 250px !important;
  }

  .SecondOneSectionScrollCustomClass {
    top: 50px !important;
    max-width: 250px !important;
  }

  .ThirdSectionScrollCustomClass {
    top: 50px !important;
    left: 15% !important;
    max-width: 250px !important;
  }

  .FourthSectionScrollCustomClass {
    top: 50px !important;
    left: 15% !important;
    max-width: 250px !important;
  }

  .FourthOneSectionScrollCustomClass {
    top: 40px !important;
    left: 39% !important;
  }

  .FifthSectionScrollCustomClass {
    top: 50px !important;
    max-width: 280px !important;
  }

  .SixthSectionScrollCustomClass {
    top: 50px !important;
    left: 42% !important;
    max-width: 270px !important;
    height: 550px !important;
  }
}

@media screen and (max-width: 1444px) {
  .FirstOneSectionScrollCustomClass {
    top: 50px !important;
    max-width: 250px !important;
    left: 70% !important;
  }

  .SecondSectionScrollCustomClass {
    top: 50px !important;
    max-width: 250px !important;
    left: 70% !important;
  }
}

@media screen and (max-width: 1366px) {
  .FourthOneSectionScrollCustomClass {
    left: 39% !important;
  }

  .SixthTwoSectionScrollCustomClass {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .FirstSectionScrollCustomClass {
    top: 50px !important;
    max-width: 220px !important;
    height: 520px !important;
    left: 42% !important;
  }

  .SecondSectionScrollCustomClass {
    top: 50px !important;
    max-width: 240px !important;
    height: 580px !important;
    left: 70% !important;
  }

  .SecondOneSectionScrollCustomClass {
    top: 50px !important;
    max-width: 250px !important;
    left: 70% !important;
  }

  .our-services {
    height: 900px !important;
  }

  .FourthSectionScrollCustomClass {
    top: 80px !important;
    max-width: 240px !important;
    height: 580px !important;
    left: 15% !important;
    z-index: 1 !important;
  }

  .FourthOneSectionScrollCustomClass {
    max-width: 430px !important;
    height: 870px !important;
    left: 33% !important;
    top: -15% !important;
  }
}

@media screen and (max-width: 1200px) {
  .ThirdSectionScrollCustomClass {
    left: 10% !important;
  }

  .FourthSectionScrollCustomClass {
    left: 10% !important;
  }
}

@media screen and (max-width: 1140px) {
  .mobile-bg-class {
    max-width: 200px !important;
    height: 450px !important;
    left: 0% !important;
    transform: perspective(0) rotateX(0deg) !important;
    top: 10% !important;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .our-services {
    height: auto !important;
  }
}

.section-zero-mobile {
  background-image: url(../images/mobilewithbg.webp);
  height: 500px;
  width: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(0px);
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .section-zero-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-zero-mobile {
    height: 500px;
  }
}

.zero-mobile-video-class-layer-three {
  width: 230px;
  height: 460px;
  border-radius: 40px;
  object-fit: cover;
  margin: 0 auto;
  display: table;
  transform: translate(0px, 20px);
  display: none;
}

@media screen and (max-width: 992px) {
  .zero-mobile-video-class-layer-three {
    width: 170px;
    height: 360px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .zero-mobile-video-class-layer-three {
    width: 140px;
    height: 280px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 575px) {
  .zero-mobile-video-class-layer-three {
    width: 90%;
    height: 92%;
  }

  .sitenav .navbar {
    padding: 13px 0 !important;
  }

  .logo-scale {
    height: 50px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .section-zero-mobile {
    height: 400px;
    width: 190px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .section-zero-mobile {
    height: 300px;
    width: 150px;
  }
}

.our-services {
  position: relative;
}

.our-services .our-services-box-card-hover {
  padding: 20px 30px;
  background: #fcfcfc;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  .our-services .our-services-box-card-hover {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .our-services .our-services-box-card-hover {
    padding: 20px 15px;
    margin: 20px 0;
    text-align: center;
  }
}

.our-services .our-services-box-card-hover .our-services-Box-card-paragraph {
  font-size: 12px;
  margin: 10px 0;
}

.our-services .our-services-box-card-heading {
  margin: 10px 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #323232;
}

@media screen and (max-width: 1200px) {
  .our-services .our-services-box-card-heading {
    margin: 20px 0 0px 0;
    font-size: 15px;
  }
}

.our-services .our-services-box-card-hover-back {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  padding: 20px 30px;
  border-radius: 30px;
  box-shadow: -1px 4px 5px 2px #f3f3f3;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.our-services .our-services-box-card-hover-parent.active .our-services-box-card-hover-back {
  display: block;
}

.our-services .our-services-box-card-hover-parent {
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
}

.our-services .our-services-box-card-hover-back .our-services-box-card-icon {
  margin: auto;
  display: table;
  position: relative;
  top: 30%;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 767px) {
  .our-services .our-services-box-card-hover-back .our-services-box-card-icon {
    margin: 0 auto 40px auto;
  }
}

.our-services .our-services-box-card-hover-back .our-services-box-card-hover-parent {
  text-align: center;
  position: relative;
  top: 30%;
}

.our-services .our-services-box-card-hover-parent.active .our-services-box-card-heading {
  transform: translate(0px, 60px);
  text-align: center;
}

@media screen and (max-width: 575px) {
  .our-services .our-services-box-card-hover-parent.active .our-services-box-card-heading {
    transform: translate(0px, 30px);
  }
}

.our-services .our-services-abs-image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .our-services {
    height: auto !important;
  }
}

.section-one-mobile {
  background-image: url(../images/mobilewithbg.webp);
  height: 600px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(60px);
}

@media screen and (min-width: 1200px) {
  .section-one-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-one-mobile {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .section-one-mobile {
    display: none;
  }
}

.animateicon {
  animation-name: animateicononclicksecone;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

@keyframes animateicononclicksecone {
  0% {
    margin: auto;
    display: table;
    position: relative;
    top: 0%;
    filter: brightness(0) invert(1);
  }

  100% {
    margin: auto;
    display: table;
    position: relative;
    top: 30%;
    filter: brightness(0) invert(1);
  }
}

.animatetext {
  animation-name: animatetextonclicksecone;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

@keyframes animatetextonclicksecone {
  0% {
    transform: translate(0px, 120px);
  }

  100% {
    transform: translate(0px, 60px);
  }
}

.animateiconinc {
  animation-name: animateiconincanim;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

@keyframes animateiconincanim {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.animateiconinctext {
  animation-name: animateiconinctextanim;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

@keyframes animateiconinctextanim {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 1600px) {
  .facts-and-figures {
    height: 1000px !important;
  }
}

@media screen and (max-width: 992px) {
  .facts-and-figures {
    height: auto !important;
  }
}

@media screen and (max-width: 575px) {
  .facts-and-figures {
    height: auto !important;
  }
}

.facts-and-figures .facts-and-figure-small-heading {
  color: #0a67b5;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.facts-and-figures .facts-and-figure-big-heading {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: #323232;
}

.facts-and-figures .facts-box-card-inline ul {
  display: -webkit-inline-box;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
}

.facts-and-figures .facts-box-card-inline ul .ff-hover-image-parent {
  padding: 30px 35px;
  margin: 0 20px 0 0px;
  background: #fcfcfc;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  transition: 0.8s;
}

@media screen and (max-width: 991px) {
  .facts-and-figures .facts-box-card-inline ul .ff-hover-image-parent {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .facts-and-figures .facts-box-card-inline ul .ff-hover-image-parent {
    margin: 0 20px 20px 0px;
  }
}

.facts-and-figures .facts-box-card-inline ul .facts-box-card-inline-text {
  width: 60%;
}

.facts-and-figures .facts-box-card-inline ul .facts-box-card-inline-heading {
  font-size: 42px;
  font-weight: bold;
  color: #323232;
}

@media screen and (max-width: 991px) {
  .facts-and-figures .facts-box-card-inline ul .facts-box-card-inline-heading {
    font-size: 22px;
  }
}

.facts-and-figures .facts-box-card-inline ul .facts-box-card-inline-para {
  font-size: 16px;
  font-weight: bold;
  color: #323232;
}

@media screen and (max-width: 991px) {
  .facts-and-figures .facts-box-card-inline ul .facts-box-card-inline-para {
    font-size: 14px;
  }
}

.facts-and-figures .facts-box-card-inline ul .ff-hover-image-parent:hover {
  background: linear-gradient(45deg, #d1dd00, #0a67b5) !important;
  cursor: pointer;
}

.facts-and-figures .facts-box-card-inline ul .ff-hover-image-parent:hover img {
  transform: translate(0, 0) rotate(0) scale(1.2);
  transition: 0.5s;
}

.facts-and-figures .facts-box-card-inline ul .ff-hover-image-parent:hover .ff-hover-image {
  filter: brightness(0) invert(1);
}

.facts-and-figures .facts-and-figures-abs {
  position: absolute;
  right: 0;
}

.section-two-mobile {
  background-image: url(../images/facts.webp);
  height: 600px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(0px);
}

@media screen and (min-width: 1200px) {
  .section-two-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-two-mobile {
    height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .section-two-mobile {
    display: none;
  }
}

.portfolio-section {
  padding: 100px 0;
  background: linear-gradient(45deg, #1f1f22, #152615);
}

@media screen and (max-width: 1600px) {
  .portfolio-section {
    padding: 50px 0 50px 0 !important;
    background: linear-gradient(45deg, #1f1f22, #152615);
    height: auto !important;
    margin: 50px 0 0 0 !important;
  }
}

@media screen and (max-width: 1536px) {
  .portfolio-section {
    margin: 270px 0 0 0 !important;
  }
}

@media screen and (max-width: 1500px) {
  .portfolio-section {
    padding: 400px 0 350px 0 !important;
    background: linear-gradient(45deg, #1f1f22, #152615);
    height: 200vh !important;
    margin: 500px 0 0 0 !important;
  }
}

@media screen and (max-width: 1444px) {
  .portfolio-section {
    padding: 50px 0 350px 0 !important;
    background: linear-gradient(45deg, #1f1f22, #152615);
    height: 100vh !important;
    margin: 200px 0 0 0 !important;
  }
}

@media screen and (max-width: 1280px) {
  .portfolio-section {
    padding: 50px 0 350px 0 !important;
    background: linear-gradient(45deg, #1f1f22, #152615);
    height: 100vh !important;
    margin: 0px 0 0 0 !important;
  }
}

@media screen and (max-width: 1199px) {
  .portfolio-section {
    height: auto !important;
    padding: 50px 0 50px 0 !important;
    margin: 250px 0 0 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .portfolio-section {
    height: auto !important;
    padding: 50px 0 50px 0 !important;
    margin: 100px 0 0 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .portfolio-section {
    margin: 100px 0 0 0 !important;
  }
}

.portfolio-section .portfolio-carousel-one {
  cursor: url("../images/swipecursor.webp"), auto;
}

.portfolio-section .portfolio-carousel-one .owl-item img {
  width: auto;
  margin: 0 auto;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .portfolio-section .portfolio-carousel-one .owl-item img {
    border-radius: 10px;
  }
}

.portfolio-section .portfolio-carousel-two {
  cursor: url("../images/swipeandclickcursor.webp"), auto;
}

.portfolio-section .portfolio-carousel-two .owl-item img {
  width: auto;
  margin: 0 auto;
  border-radius: 20px;
}

.testimonials-section {
  background-color: #fff;
}

.testimonials-section .wrapperz {
  min-height: 100vh;
  overflow-x: hidden;
}

.testimonials-section .facts-container {
  padding: 0em 2em;
  text-align: center;
  line-height: 10vh;
}

.testimonials-section .facts-container h2 {
  padding: 100px 0;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
}

@media (max-width: 767px) {
  .testimonials-section .facts-container h2 {
    padding: 40px 0;
  }
}

.testimonials-section .facts-container h2 span {
  color: #85af00;
}

.testimonials-section .facts-container-sm {
  display: flex;
  width: 300vw;
  transform: translate3d(500px, 0px, 0px);
}

@media screen and (max-width: 991px) {
  .testimonials-section .facts-container-sm {
    display: block;
    width: auto;
    transform: none;
  }
}

.testimonials-section .fact {
  display: block;
  height: auto;
  margin: 0 0 0 50px;
  max-width: 500px;
  line-height: normal;
  text-align: left;
  padding: 80px;
  border-radius: 30px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  align-self: center;
  background: #fcfcfc;
  border: 1px solid #f3f3f3;
}

@media screen and (max-width: 767px) {
  .testimonials-section .fact {
    padding: 20px;
    margin: 10px 0 10px 0px;
  }
}

@media screen and (max-width: 575px) {
  .testimonials-section .fact {
    padding: 20px;
    margin: 0px 0 40px 0px;
  }
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .testimonials-section .fact {
    padding: 20px;
    margin: 0 auto 40px auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .testimonials-section .fact {
    padding: 20px;
    margin: 0 auto 40px auto;
  }
}

.testimonials-section .testimonial-heading {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.testimonials-section .testimonial-paragraph {
  margin: 20px 0;
  color: #565656;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.testimonials-section .testimonial-name {
  font-weight: bold;
}

.testimonials-section span.testimonial-position {
  font-size: 14px;
}

.industries-section {
  position: relative;
}

.industries-section .left-column-listing {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-end;
  margin: 0 0 40px 0;
  align-items: center;
}

@media screen and (max-width: 1140px) {
  .industries-section .left-column-listing {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .industries-section .left-column-listing {
    display: grid;
    text-align: center;
    place-content: center;
    width: 100%;
    margin: 10px auto;
  }
}

.industries-section .left-column-listing-li {
  text-align: left;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .industries-section .left-column-listing-li {
    width: 100%;
    text-align: center;
    display: block;
    order: 2;
  }
}

.industries-section .left-column-listing-li-img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .industries-section .left-column-listing-li-img {
    width: 100%;
    display: block;
    order: 1;
  }
}

.industries-section .right-column-listing {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-end;
  margin: 0 0 40px 0;
  align-items: center;
}

@media screen and (max-width: 1140px) {
  .industries-section .right-column-listing {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .industries-section .right-column-listing {
    display: grid;
    text-align: center;
    place-content: center;
    width: 100%;
    margin: 10px auto;
  }
}

.industries-section .right-column-listing-li {
  text-align: left;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .industries-section .right-column-listing-li {
    width: 100%;
    text-align: center;
  }
}

.industries-section .right-column-listing-li-img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .industries-section .right-column-listing-li-img {
    width: 100%;
  }
}

.industries-section .industries-img-box {
  float: right;
  padding: 40px;
  background: #fcfcfc;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}

@media screen and (max-width: 1366px) {
  .industries-section .industries-img-box {
    padding: 20px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 1140px) {
  .industries-section .industries-img-box {
    padding: 20px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 991px) {
  .industries-section .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    transform: translateY(-40px);
  }
}

@media screen and (max-width: 767px) {
  .industries-section .industries-img-box {
    transform: none;
    float: none;
  }
}

@media screen and (max-width: 575px) {
  .industries-section .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    transform: none;
    float: none;
    margin: 0 auto;
    display: table;
  }
}

.industries-section .left-column-listing h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .industries-section .left-column-listing h3 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.industries-section .left-column-listing p {
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .industries-section .left-column-listing p {
    text-align: center;
  }
}

.industries-section .right-column-listing h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .industries-section .right-column-listing h3 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.industries-section .right-column-listing p {
  font-size: 12px;
  line-height: 14px;
}

.industries-section .right-column-listing li {
  margin: 0 10px 0 10px;
}

@media screen and (max-width: 767px) {
  .industries-section .right-column-listing li {
    margin: 0px;
  }
}

.industries-section .left-column-listing li {
  margin: 0 10px 0 10px;
}

@media screen and (max-width: 767px) {
  .industries-section .left-column-listing li {
    margin: 0px;
  }
}

.industries-section .left-column-listing.active h3 {
  color: #0a67b5;
}

.industries-section .left-column-listing.active .industries-img-box {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

.industries-section .right-column-listing.active h3 {
  color: #0a67b5;
}

.industries-section .right-column-listing.active .industries-img-box {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

.industries-section .industries-absolute-img {
  position: absolute;
  right: 20%;
  bottom: 0;
  z-index: -1;
}

.industries-section .left-column-listing.active .industries-img-box img {
  filter: brightness(0) invert(1);
}

.industries-section .right-column-listing.active .industries-img-box img {
  filter: brightness(0) invert(1);
}

.industries-section .industries-img-box a img {
  max-height: 40px;
}

.section-three-mobile {
  background-image: url(../images/facts.webp);
  height: 600px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(0px);
}

@media screen and (min-width: 1200px) {
  .section-three-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-three-mobile {
    height: 430px;
  }
}

@media screen and (max-width: 767px) {
  .section-three-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .industries-section-hide-on-mobile {
    display: none;
  }
}

.awards-section {
  margin: 100px 0 0 0;
  background: #121212;
  padding: 34px 0;
  position: relative;
  z-index: 2;
}

.awards-section .awards-absolute-image {
  position: absolute;
  right: 100px;
  bottom: 0px;
  z-index: 0;
}

@media (max-width: 991px) {
  .awards-section .awards-absolute-image {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .awards-section .awards-absolute-image {
    max-width: 70%;
  }
}

@media (max-width: 575px) {
  .awards-section .awards-absolute-image {
    right: 0;
    left: 0;
    margin: auto;
  }
}

.awards-section .awards-row-custom {
  position: relative;
  z-index: 1;
  place-items: center;
}

.awards-section .section-heading-custom-awards {
  font-size: 42px;
  line-height: 52px;
  color: #fcfcfc;
}

.awards-section .awards-row-custom img {
  margin: 0 auto;
  display: table;
}

@media screen and (max-width: 575px) {
  .awards-section .awards-row-custom img {
    margin: 10px auto;
  }
}

.awards-section .clientnew-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.short-footer {
  margin: 150px 0;
}

@media screen and (max-width: 767px) {
  .short-footer {
    margin: 50px 0;
  }
}

.short-footer .short-footer-shape {
  position: relative;
  appearance: none;
  font-size: 1.2em;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 100px;
  padding: 170px 90px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  border-top-right-radius: 0px;
  margin: 0 0 100px 0;
  background: #fff;
  box-shadow: 0px 0px 54px rgba(188, 188, 188, 0.33);
}

@media screen and (max-width: 1366px) {
  .short-footer .short-footer-shape {
    padding: 110px 90px !important;
  }
}

@media screen and (max-width: 1140px) {
  .short-footer .short-footer-shape {
    padding: 80px 90px !important;
  }
}

@media screen and (max-width: 991px) {
  .short-footer .short-footer-shape {
    padding: 70px 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .short-footer .short-footer-shape {
    padding: 210px !important;
  }
}

@media screen and (max-width: 540px) {
  .short-footer .short-footer-shape {
    padding: 90px !important;
  }
}

.short-footer .short-footer-shape:hover .short-footer-shape-layer-one {
  color: #fff;
  position: relative;
}

.short-footer .short-footer-shape:hover .short-footer-shape-layer-two {
  color: #fff;
  position: relative;
}

.short-footer .short-footer-shape:hover {
  border: 1px solid #fff;
}

.short-footer .short-footer-shape span {
  position: relative;
  pointer-events: none;
}

.short-footer .short-footer-shape::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  transform: translate(-50%, -50%);
  transition: width 2s ease, height 2s ease;
  border-radius: 50%;
}

.short-footer .short-footer-shape:hover::before {
  --size: 2000px;
}

.short-footer a.short-footer-shape-layer-one {
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  color: #323232;
}

.short-footer h2.short-footer-shape-layer-two {
  font-size: 32px;
  line-height: 38px;
  color: #323232;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .short-footer h2.short-footer-shape-layer-two {
    font-size: 13px;
    line-height: 33px;
  }
}

.short-footer .short-footer a {
  text-decoration: none;
  font-size: 16px;
  line-height: 19px;
  color: #323232;
}

@media screen and (max-width: 767px) {
  .short-footer {
    text-align: center;
  }
}

.footerlinks {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .short-footer-bottom-bar {
    text-align: center;
  }
}

footer {
  padding-top: 90px;
  background: #343434;
}

@media (max-width: 480px) {
  footer {
    padding: 10px;
  }
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #4f4f4f;
}

h4.widget-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #d1dd00;
  margin-bottom: 25px;
}

footer ul {
  padding: 0;
  margin-bottom: 0;
}

.footer-menu>div {
  margin-right: 30px;
}

.footer-mobile-menu ul {
  margin-right: 0;
}

footer ul li {
  padding-bottom: 6px;
  color: #929292;
  font-size: 22px;
  font-weight: 400;
  list-style: none;
}

footer ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 39px;
  color: #929292;
  margin-bottom: 8px;
}

footer ul li img {
  margin-bottom: 6px;
  margin-right: 12px;
}

.footer-menu-2 {
  padding-top: 47px;
}

.footer-get-a-quote,
.row.copyright-sec {
  padding: 30px 0;
  border-top: 1px solid #4f4f4f;
}

.footer-get-a-quote {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.footer-get-a-quote h3 {
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  padding-right: 14px;
}

.footer-get-a-quote p,
.location-tab-wrapper ul li a,
.mobile-nav-menu ul li a,
.row.copyright-sec p {
  font-weight: 500;
}

.footer-get-a-quote p {
  font-size: 14px;
  line-height: 22px;
  color: #929292;
  margin-bottom: 20px;
}

.footer-get-a-quote a svg {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.footer-get-a-quote button.get-a-quote .button-text {
  color: #fff;
}

.footer-menu-2 ul {
  padding-bottom: 15px;
}

.footer-menu-2 ul li,
.footer-menu-2 ul li i {
  display: flex;
  align-items: center;
}

.footer-menu-2 ul li i {
  color: #929292;
  display: flex;
  width: 30px;
}

footer {
  height: auto !important;
  justify-content: flex-start !important;
}

footer .footer-menu h4.widget-title img {
  filter: invert(1);
}

@media only screen and (min-width: 767px) {
  footer .footer-menu h4.widget-title img {
    display: none;
  }
}

footer .footer-menu-2 ul.nav {
  justify-content: center;
  padding: 0;
  z-index: 9999;
}

footer .footer-menu-2 ul.nav li {
  padding: 0;
  margin-right: 13px;
}

footer .footer-menu-2 ul.nav li a {
  background: #525252;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8a8a8a;
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid #525252;
  width: 170px;
  text-align: center;
}

footer .footer-menu-2 ul.nav li a:after {
  content: none;
}

@media (max-width: 575px) {
  footer .footer-menu-2 ul.nav li a {
    width: auto;
  }
}

footer .footer-menu-2 ul.nav li a.active {
  background: #0a67b5;
  border: 1px solid #0a67b5;
  color: #fff;
}

footer .footer-menu-2 .tab-content.location {
  margin-top: -25px;
  border: 1px solid #0a67b5;
  border-radius: 10px;
  padding: 40px 20px 10px;
  animation: 1s fadeEffect;
}

footer .footer-bottom {
  background: #343434;
  padding: 30px 0px 0;
}

footer .footer-bottom img {
  margin-top: 10%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-bottom img {
    max-width: 80%;
  }
}

footer .footer-bottom .title {
  color: #b4b4b4;
  font-size: 22px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-bottom .title {
    font-size: 20px;
  }
}

footer .footer-bottom ul {
  margin: 0;
  padding: 0;
}

footer .footer-bottom ul li {
  list-style: none;
}

footer .footer-bottom ul li a {
  color: #929292;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .footer-bottom ul li a {
    font-size: 18px;
  }
}

footer .footer-bottom .email-form input {
  background: #2b2b2b;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  outline: 0;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 15px 20px;
  border: 0;
  width: 100%;
}

footer .footer-bottom .email-form input::placeholder {
  color: #4e4e4e;
}

footer .footer-bottom .copyright {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  border-top: 1px solid #929292;
  text-align: center;
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .footer-bottom .title {
    font-size: 18px;
  }

  footer .footer-bottom ul li a {
    font-size: 16px;
  }
}

.copyright-sec p a {
  color: #d1dd00;
  transition: 0.8s;
}

.row.copyright-sec p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.location-tab-wrapper .location-tablinks {
  background: #525252;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #8a8a8a;
  padding: 8px 30px;
  border-radius: 30px;
  border: 1px solid #525252;
  cursor: pointer;
  margin-right: 13px;
  outline: 0;
  width: 170px;
}

.location-tab-wrapper .location-tablinks.active,
.location-tab-wrapper .location-tablinks:focus,
.location-tab-wrapper .location-tablinks:hover {
  background: #de253a;
  border: 1px solid #de253a;
  color: #fff;
  outline: 0;
}

h3.location-head {
  font-weight: 500;
  font-size: 20px;
  line-height: 39px;
  color: #fff;
}

.location-tab-wrapper .location-tabcontent {
  margin-top: -20px;
  border: 1px solid #de253a;
  border-radius: 10px;
  padding: 40px 20px 10px;
  display: none;
  animation: 1s fadeEffect;
}

.location-tab-wrapper ul li {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;
}

.location-tab-wrapper ul li p {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
}

.location-tab-wrapper ul li a {
  font-size: 16px;
  line-height: 23px;
  color: #929292;
}

@media (max-width: 768px) {
  .location-tab-wrapper ul li a {
    line-break: anywhere;
  }
}

.location-tab-wrapper .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  position: relative;
}

footer.long-main-footer a:hover {
  color: #fff;
  transition: 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
  .footer-mobile-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-menu {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {

  .footer-get-a-quote,
  div#award-sec .tabs-wrapper .tab {
    flex-wrap: wrap;
  }

  .pre-footer-content h3 {
    font-size: 42px;
    line-height: 52px;
  }

  footer {
    padding: 40px 20px 0;
  }

  .footer-menu>div {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .pre-footer-inner,
  .top-bar p {
    justify-content: center;
  }

  .footer-menu {
    padding-bottom: 20px;
  }

  .footer-menu h4.widget-title img {
    display: inline-block;
    filter: brightness(0) invert(1);
    margin-left: 10px;
  }
}

.img-frame-top {
  animation-name: animation2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes animation2 {
  0% {
    top: -53px;
    left: 140px;
  }

  10% {
    top: -55px;
    left: 142px;
  }

  20% {
    top: -57px;
    left: 144px;
  }

  30% {
    top: -59px;
    left: 146px;
  }

  40% {
    top: -61px;
    left: 148px;
  }

  50% {
    top: -63px;
    left: 150px;
  }

  60% {
    top: -61px;
    left: 148px;
  }

  70% {
    top: -59px;
    left: 146px;
  }

  80% {
    top: -57px;
    left: 144px;
  }

  90% {
    top: -55px;
    left: 142px;
  }

  100% {
    top: -53px;
    left: 140px;
  }
}

.servicesabsimage {
  animation-name: servicesabsimage;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transition: linear;
}

@keyframes servicesabsimage {
  0% {
    bottom: 0px;
    right: 10px;
  }

  50% {
    bottom: 0px;
    right: 60px;
  }

  100% {
    bottom: 0px;
    right: 10px;
  }
}

.img-frame-bottom {
  animation-name: animation3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes animation3 {
  0% {
    top: 380px;
    left: -100px;
  }

  10% {
    top: 375px;
    left: -102px;
  }

  20% {
    top: 370px;
    left: -104px;
  }

  30% {
    top: 365px;
    left: -106px;
  }

  40% {
    top: 360px;
    left: -108x;
  }

  50% {
    top: 365px;
    left: -110px;
  }

  60% {
    top: 360px;
    left: -108px;
  }

  70% {
    top: 365px;
    left: -106px;
  }

  80% {
    top: 370px;
    left: -104px;
  }

  90% {
    top: 375px;
    left: -102px;
  }

  100% {
    top: 380px;
    left: -100px;
  }
}

.side-camera-image {
  animation-name: animation4;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes animation4 {
  0% {
    top: -20px;
    left: -20px;
  }

  10% {
    top: -21px;
    left: -22px;
  }

  20% {
    top: -22px;
    left: -24px;
  }

  30% {
    top: -23px;
    left: -26px;
  }

  40% {
    top: -24px;
    left: -28px;
  }

  50% {
    top: -25px;
    left: -30px;
  }

  60% {
    top: -24px;
    left: -28px;
  }

  70% {
    top: -23px;
    left: -26px;
  }

  80% {
    top: -22px;
    left: -24px;
  }

  90% {
    top: -21px;
    left: -22px;
  }

  100% {
    top: -20px;
    left: -20px;
  }
}

.side-camera-image2 {
  animation-name: animation22;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes animation22 {
  0% {
    top: 30px;
    left: 0px;
  }

  10% {
    top: 31px;
    left: -1px;
  }

  20% {
    top: 32px;
    left: -2px;
  }

  30% {
    top: 33px;
    left: -3px;
  }

  40% {
    top: 34px;
    left: -4px;
  }

  50% {
    top: 35px;
    left: -5px;
  }

  60% {
    top: 34px;
    left: -4px;
  }

  70% {
    top: 33px;
    left: -3px;
  }

  80% {
    top: 32px;
    left: -2px;
  }

  90% {
    top: 31px;
    left: -1px;
  }

  100% {
    top: 30px;
    left: 0px;
  }
}

.side-camera-image3 {
  animation-name: animation33;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes animation33 {
  0% {
    top: -20px;
    left: -70px;
  }

  10% {
    top: -21px;
    left: -71px;
  }

  20% {
    top: -22px;
    left: -72px;
  }

  30% {
    top: -23px;
    left: -73px;
  }

  40% {
    top: -24px;
    left: -74px;
  }

  50% {
    top: -25px;
    left: -75px;
  }

  60% {
    top: -24px;
    left: -74px;
  }

  70% {
    top: -23px;
    left: -73px;
  }

  80% {
    top: -22px;
    left: -72px;
  }

  90% {
    top: -21px;
    left: -71px;
  }

  100% {
    top: -20px;
    left: -70px;
  }
}

.img-character-image {
  animation-name: animation5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes animation5 {
  0% {
    right: -210px;
  }

  10% {
    right: -211px;
  }

  20% {
    right: -212px;
  }

  30% {
    right: -213px;
  }

  40% {
    right: -214px;
  }

  50% {
    right: -215px;
  }

  60% {
    right: -214px;
  }

  70% {
    right: -213px;
  }

  80% {
    right: -212px;
  }

  90% {
    right: -211px;
  }

  100% {
    right: -210px;
  }
}

.anim1 {
  animation-name: genreanim1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes genreanim1 {
  0% {
    bottom: -14px;
    right: -18px;
    transform: rotateX(0deg);
  }

  50% {
    bottom: -14px;
    right: -18px;
    transform: rotateX(20deg);
  }

  100% {
    bottom: -14px;
    right: -18px;
    transform: rotateX(0deg);
  }
}

.anim2 {
  animation-name: genreanim2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes genreanim2 {
  0% {
    bottom: -14px;
    transform: rotateX(45deg);
  }

  50% {
    bottom: -14px;
    transform: rotateX(20deg);
  }

  100% {
    bottom: -14px;
    transform: rotateX(45deg);
  }
}

.anim3 {
  animation-name: genreanim3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes genreanim3 {
  0% {
    bottom: -14px;
    right: -18px;
    transform: rotateX(0deg);
  }

  50% {
    bottom: -14px;
    right: -23px;
    transform: rotateX(45deg);
  }

  100% {
    bottom: -14px;
    right: -18px;
    transform: rotateX(0deg);
  }
}

.anim4 {
  animation-name: genreanim4;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes genreanim4 {
  0% {
    bottom: -14px;
    right: -18px;
    transform: rotateX(5deg) scale(1);
  }

  50% {
    bottom: -14px;
    right: -13px;
    transform: rotateX(35deg) scale(1.1);
  }

  100% {
    bottom: -14px;
    right: -18px;
    transform: rotateX(5deg) scale(1);
  }
}

.anim5 {
  animation-name: genreanim5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes genreanim5 {
  0% {
    bottom: 0;
    right: -18px;
  }

  50% {
    bottom: 0;
    right: -8px;
  }

  100% {
    bottom: 0;
    right: -18px;
  }
}

.anim6 {
  animation-name: genreanim6;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes genreanim6 {
  0% {
    bottom: -4px;
    right: -18px;
    transform: skewX(15deg);
  }

  50% {
    bottom: 14px;
    right: -18px;
    transform: skewX(10deg);
  }

  100% {
    bottom: -4px;
    right: -18px;
    transform: skewX(15deg);
  }
}

.subway-hoverboat {
  animation-name: subwayhoverboat;
  animation-duration: 4.5s;
  animation-iteration-count: infinite;
}

@keyframes subwayhoverboat {
  0% {
    filter: drop-shadow(2px 4px 20px #d4e6f1);
    bottom: 10px;
    transform: scale(1);
    left: -140px;
  }

  10% {
    filter: drop-shadow(2px 4px 21px #d4e6f1);
    bottom: 5px;
    transform: scale(1);
    left: -140px;
  }

  20% {
    filter: drop-shadow(2px 4px 22px #d4e6f1);
    bottom: 10px;
    transform: scale(1);
    left: -140px;
  }

  30% {
    filter: drop-shadow(2px 4px 23px #d4e6f1);
    bottom: 5px;
    transform: scale(1);
    left: -140px;
  }

  40% {
    filter: drop-shadow(2px 4px 24px #d4e6f1);
    bottom: 10px;
    transform: scale(1);
    left: -140px;
  }

  50% {
    filter: drop-shadow(2px 4px 25px #d4e6f1);
    bottom: 5px;
    transform: scale(1);
    left: -940px;
  }

  60% {
    filter: drop-shadow(2px 4px 24px #d4e6f1);
    bottom: 10px;
    transform: scale(0);
    left: -940px;
  }

  70% {
    filter: drop-shadow(2px 4px 23px #d4e6f1);
    bottom: 5px;
    transform: scale(0);
    left: -940px;
  }

  80% {
    filter: drop-shadow(2px 4px 22px #d4e6f1);
    bottom: 10px;
    transform: scale(0);
    left: -140px;
  }

  90% {
    filter: drop-shadow(2px 4px 21px #d4e6f1);
    bottom: 5px;
    transform: scale(1);
    left: -140px;
  }

  100% {
    filter: drop-shadow(2px 4px 20px #d4e6f1);
    bottom: 10px;
    transform: scale(1);
    left: -140px;
  }
}

.ser-we-offer-abs {
  animation-name: serweofferabs;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

@keyframes serweofferabs {
  0% {
    filter: drop-shadow(2px 4px 20px #d4e6f1);
    bottom: 0px;
    left: 10px;
  }

  50% {
    filter: drop-shadow(2px 4px 25px #d4e6f1);
    bottom: 0px;
    left: 250px;
  }

  100% {
    filter: drop-shadow(2px 4px 20px #d4e6f1);
    bottom: 0px;
    left: 10px;
  }
}

.ppc-modal {
  background: rgba(0, 0, 0, 0.8);
}

.ppc-modal .modal-dialog {
  margin-top: 5%;
  max-width: 915px;
}

@media (max-width: 991px) {
  .ppc-modal .modal-dialog {
    max-width: 750px;
  }
}

.ppc-modal .modal-dialog .modal-content {
  border-radius: 22px;
}

.ppc-modal .modal-dialog .modal-content .text-cont h2 {
  font-size: 42px;
  line-height: 110%;
  color: #222;
  font-weight: 700;
  margin-top: 30px;
  margin-left: 35px;
  margin-bottom: 20px;
}


.text-cont h5 {
  font-size: 16px;
  font-weight: 600;
  /* line-height: 50px; */
}

@media (max-width: 991px) {
  .ppc-modal .modal-dialog .modal-content .text-cont h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .ppc-modal .modal-dialog .modal-content .text-cont h2 {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 38px;
  }
}

.ppc-modal .modal-dialog .modal-content .text-cont h2 span {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.ppc-modal .modal-dialog .modal-content .img-cont {
  background: #efefef;
  background: linear-gradient(90deg, #222 0.34%, #323232 99.79%);
  border-radius: 0 22px 0 19px;
  min-height: 400px;
  position: relative;
}

@media (max-width: 767px) {
  .ppc-modal .modal-dialog .modal-content .img-cont {
    display: none;
  }
}

.ppc-modal .modal-dialog .modal-content .img-cont img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  height: auto;
  margin: auto;
}

@media (max-width: 991px) {
  .ppc-modal .modal-dialog .modal-content .img-cont img {
    right: 5%;
    min-height: 370px;
    bottom: 0;
  }
}

.ppc-modal .modal-dialog .modal-content .inner-content {
  padding: 35px 35px 0 25px;
}

@media (max-width: 991px) {
  .ppc-modal .modal-dialog .modal-content .inner-content {
    margin-left: 0;
    padding: 25px 15px 0 0;
  }
}

@media (max-width: 767px) {
  .ppc-modal .modal-dialog .modal-content .inner-content {
    margin-left: 0;
    padding: 15px 15px;
  }
}

.ppc-modal .modal-dialog .modal-content .inner-content .inner-top button {
  position: absolute;
  right: -25px;
  top: -20px;
}

.ppc-modal .modal-dialog .modal-content .inner-content .inner-body p {
  font-size: 18px;
  line-height: 23px;
  color: #555;
}

@media (max-width: 991px) {
  .ppc-modal .modal-dialog .modal-content .inner-content .inner-body p {
    font-size: 14px;
  }
}

.ppc-modal .modal-dialog .modal-content .inner-content .inner-body label {
  line-height: 30px;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 991px) {
  .ppc-modal .modal-dialog .modal-content .inner-content .inner-body label {
    font-size: 15px;
  }
}

.ppc-modal .modal-dialog .modal-content .inner-content .inner-body label i {
  margin-right: 10px;
}

.ppc-modal .modal-dialog .modal-content .inner-content .inner-body input {
  border: 0;
  border-radius: 0;
  border-bottom: 1px #d9d9d9 solid;
  padding: 0 0 5px 0;
}

.ppc-modal .modal-dialog .modal-content .inner-content .inner-body input::placeholder {
  font-size: 14px;
  line-height: 30px;
  color: #555;
}

.ppc-modal .modal-dialog .modal-content .inner-content .inner-body input:focus {
  outline: none;
  box-shadow: none;
}

.ppc-modal .modal-dialog .modal-content .inner-content .inner-body form .btn {
  border-radius: 30px;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 6px 27px;
  border: 0;
}

@media (max-width: 767px) {
  .ppc-modal .modal-dialog .modal-content .inner-content .inner-body form .btn {
    margin-bottom: 15px;
  }
}

.game-dev-sec .banner {
  background-image: url("../images/banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 608px;
  position: relative;
  height: 100vh;
}

.game-dev-sec .banner .btn-bg-img {
  background-image: url("../images/btn-bg.webp");
  padding-bottom: 45px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25%;
  background-position: center;
  text-align: center;
  display: flex;
  justify-content: center;
}

.game-dev-sec .banner .btn-bg-img:hover {
  filter: invert(1);
}

.game-dev-sec .banner .btn-bg-img a {
  color: #fff;
  font-family: "Brick Font";
  font-weight: 400;
  font-size: 42px;
  line-height: 68px;
  text-decoration: none;
  position: relative;
  top: 1.4rem;
}

.fact-and-figures {
  padding: 130px 0;
  position: relative;
}

@media screen and (max-width: 992px) {
  .fact-and-figures {
    padding: 90px 0 30px 0;
  }
}

.fact-and-figures .img-sec {
  position: relative;
}

@media screen and (min-width: 992px) and (max-width: 1299px) {
  .fact-and-figures .img-sec {
    margin-left: 60px;
  }
}

@media screen and (max-width: 992px) {
  .fact-and-figures .img-sec {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .fact-and-figures .img-sec .mob-img {
    max-width: 200px;
  }
}

.fact-and-figures .img-sec .img-frame-top {
  top: -53px;
  left: 140px;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .fact-and-figures .img-sec .img-frame-top {
    left: 10% !important;
  }
}

@media screen and (min-width: 575px) and (max-width: 767px) {
  .fact-and-figures .img-sec .img-frame-top {
    left: 0 !important;
  }
}

@media screen and (max-width: 575px) {
  .fact-and-figures .img-sec .img-frame-top {
    max-width: 160px;
    left: 10% !important;
  }
}

.fact-and-figures .img-sec .img-frame-bottom {
  top: 380px;
  left: -100px;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .fact-and-figures .img-sec .img-frame-bottom {
    left: 50% !important;
  }
}

@media screen and (min-width: 575px) and (max-width: 767px) {
  .fact-and-figures .img-sec .img-frame-bottom {
    left: 55% !important;
  }
}

@media screen and (max-width: 575px) {
  .fact-and-figures .img-sec .img-frame-bottom {
    max-width: 178px;
    top: 65% !important;
    left: 60% !important;
  }
}

@media screen and (min-width: 474px) and (max-width: 517px) {
  .fact-and-figures .img-sec .img-frame-bottom {
    max-width: 140px;
    top: 280px;
    left: 85px;
  }
}

@media screen and (min-width: 450px) and (max-width: 474px) {
  .fact-and-figures .img-sec .img-frame-bottom {
    top: 297px;
    max-width: 120px;
    left: 79px;
  }
}

@media screen and (max-width: 450px) {
  .fact-and-figures .img-sec .img-frame-bottom {
    max-width: 100px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 393px) {
  .fact-and-figures .img-sec .img-frame-bottom {
    left: 15px;
  }
}

.fact-and-figures .text-sec {
  margin-bottom: 40px;
}

@media screen and (max-width: 1229px) {
  .fact-and-figures .text-sec {
    margin-bottom: 22px;
  }
}

@media screen and (min-width: 676px) and (max-width: 767px) {
  .fact-and-figures .text-sec {
    margin: 50px 5px;
    text-align: center;
  }
}

.fact-and-figures .text-sec h3 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  color: #0a67b5;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .fact-and-figures .text-sec h3 {
    text-align: center;
  }
}

@media screen and (min-width: 1199px) {
  .fact-and-figures .text-sec h2 {
    text-align: left;
  }
}

@media screen and (min-width: 676px) and (max-width: 767px) {
  .fact-and-figures .col-box {
    margin: 0 60px;
  }
}

@media screen and (max-width: 676px) {
  .fact-and-figures .col-box {
    padding-left: 10px;
  }
}

.fact-and-figures .col-box .col-box-row {
  margin-top: 20px;
}

@media screen and (min-width: 767px) and (max-width: 1229px) {
  .fact-and-figures .col-box .col-box-row {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fact-and-figures .col-box .col-box-row .box {
    margin-top: 10px;
  }
}

.fact-and-figures .col-box .col-box-row .box .svg-sec {
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 39px;
  cursor: pointer;
}

@media screen and (min-width: 1199px) and (max-width: 1229px) {
  .fact-and-figures .col-box .col-box-row .box .svg-sec {
    padding: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .fact-and-figures .col-box .col-box-row .box .svg-sec {
    padding: 25px;
  }
}

.fact-and-figures .col-box .col-box-row .box .svg-sec:hover {
  box-shadow: 0px 4px 12px rgba(89, 148, 0, 0.3);
}

.fact-and-figures .col-box .col-box-row .box .svg-sec svg {
  color: #fcfcfc;
}

@media screen and (max-width: 494px) {
  .fact-and-figures .col-box .col-box-row .box .svg-sec svg {
    width: 35px;
    height: 35px;
  }
}

.fact-and-figures .col-box .col-box-row .box .svg-sec:hover path {
  fill: #fff;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .fact-and-figures .col-box .col-box-row .box .svg-sec {
    padding: 20px;
  }
}

.fact-and-figures .col-box .col-box-row .box .flex-text-sec {
  position: relative;
  top: 28px;
  padding: 0px 30px;
}

@media screen and (max-width: 1229px) {
  .fact-and-figures .col-box .col-box-row .box .flex-text-sec {
    top: 15px;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .fact-and-figures .col-box .col-box-row .box .flex-text-sec {
    padding: 0px 0px 0px 10px;
  }
}

.fact-and-figures .col-box .col-box-row .box .flex-text-sec h4 {
  font-size: 42px;
  line-height: 49px;
  font-weight: 700;
  color: #323232;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fact-and-figures .col-box .col-box-row .box .flex-text-sec h4 {
    font-size: 32px;
    line-height: 27px;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .fact-and-figures .col-box .col-box-row .box .flex-text-sec h4 {
    font-size: 27px;
    line-height: 23px;
  }
}

.fact-and-figures .col-box .col-box-row .box .flex-text-sec p {
  font-size: 16px;
  line-height: 19px;
  color: #323232;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .fact-and-figures .col-box .col-box-row .box .flex-text-sec p {
    font-size: 14px;
    line-height: 13px;
  }
}

.organization-choose {
  background-color: #fff;
  padding: 100px 0;
}

.unity-for-game-deve {
  padding: 70px 0;
  background: #fcfcfc;
}

.unity-for-game-deve .g-dev-img-sec img {
  display: block;
  margin: auto;
}

.unity-for-game-deve .heading-txt-sec {
  margin-top: 80px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1199px) {

  .unity-for-game-deve .heading-txt-sec h2,
  .unity-for-game-deve .heading-txt-sec p {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .unity-for-game-deve .heading-txt-sec {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .unity-for-game-deve .heading-txt-sec {
    margin-top: 60px;
  }
}

.unity-for-game-deve .box .svg-sec {
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 39px;
  cursor: pointer;
  padding: 18px;
}

@media screen and (min-width: 1199px) and (max-width: 1229px) {
  .unity-for-game-deve .box .svg-sec {
    padding: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .unity-for-game-deve .box .svg-sec {
    padding: 25px;
  }
}

.unity-for-game-deve .box .svg-sec:hover {
  box-shadow: 0px 4px 12px rgba(89, 148, 0, 0.3);
}

.unity-for-game-deve .box .svg-sec svg {
  color: #fcfcfc;
}

@media screen and (max-width: 494px) {
  .unity-for-game-deve .box .svg-sec svg {
    width: 35px;
    height: 35px;
  }
}

.unity-for-game-deve .box .svg-sec:hover path {
  fill: #fff;
}

.unity-for-game-deve .box .flex-text-sec {
  padding: 0 21px;
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .unity-for-game-deve .box .flex-text-sec {
    padding-right: 0px;
  }
}

.unity-for-game-deve .box .flex-text-sec h3 {
  font-size: 16px;
  line-height: 19px;
  color: #323232;
  font-weight: 600;
}

.unity-for-game-deve .box .flex-text-sec p {
  font-size: 12px;
  line-height: 16px;
  color: #323232;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .unity-for-game-deve .box {
    margin-bottom: 20px;
  }
}

.gener-sec-btn {
  text-align: center;
  margin-top: 40px;
}

.gener-sec-btn a {
  text-align: center;
}

.development-process {
  background-color: #fff;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .development-process {
    padding-bottom: 0;
  }
}

.development-process .deve-process-text {
  margin-top: 150px;
}

@media screen and (max-width: 1399px) {
  .development-process .deve-process-text {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .development-process .deve-process-text {
    margin-top: 10px;
    text-align: center;
  }
}

.development-process .deve-process-text .section-title,
.development-process .deve-process-text .section-content {
  text-align: left;
}

@media (max-width: 1199px) {

  .development-process .deve-process-text .section-title,
  .development-process .deve-process-text .section-content {
    text-align: center;
  }
}

.development-process .deve-process-text button.get-a-quote .button-text {
  left: 2rem;
  font-size: 15px;
}

.development-process .gradient-circle {
  border: 1px solid #d1dd00;
  padding: 30px;
  text-align: center;
  max-height: 244px;
  border-radius: 50% 50% 0% 50%;
  background-image: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  background-size: 0;
  background-repeat: no-repeat;
  transition: 0.4s;
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .development-process .gradient-circle {
    padding: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .development-process .gradient-circle {
    padding: 40px;
  }
}

@media screen and (max-width: 575px) {
  .development-process .gradient-circle {
    border-radius: 12px;
  }
}

.development-process .gradient-circle .txt-sec h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #323232;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .development-process .gradient-circle .txt-sec h3 {
    font-size: 14px;
    line-height: 15px;
  }
}

@media screen and (max-width: 474px) {
  .development-process .gradient-circle .txt-sec h3 {
    font-size: 12px;
    line-height: 5px;
    margin-bottom: 0;
    padding: 7px;
  }
}

.development-process .gradient-circle .txt-sec p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  color: #323232;
  transition: 0.8s;
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .development-process .gradient-circle .txt-sec p {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .development-process .gradient-circle .txt-sec p {
    font-size: 12px;
    line-height: 16px;
  }
}

.development-process .gradient-circle:hover {
  cursor: pointer;
  background-size: 100%;
}

.development-process .gradient-circle .svg-cont:hover {
  color: #fff;
}

.development-process .gradient-circle .side-camera img {
  position: absolute;
  top: -20px;
  left: -20px;
}

@media screen and (max-width: 494px) {
  .development-process .gradient-circle .side-camera img {
    top: -62px;
    left: -40px;
  }
}

.development-process .gradient-circle.left-border {
  border-radius: 50% 50% 50% 0%;
}

@media screen and (max-width: 575px) {
  .development-process .gradient-circle.left-border {
    margin-top: 20px;
    border-radius: 12px;
  }
}

.development-process .gradient-circle.right-border {
  border-radius: 50% 0% 50% 50%;
}

@media screen and (max-width: 575px) {
  .development-process .gradient-circle.right-border {
    border-radius: 12px;
  }
}

.development-process .gradient-circle.top-border {
  border-radius: 0% 50% 50% 50%;
}

@media screen and (max-width: 575px) {
  .development-process .gradient-circle.top-border {
    border-radius: 12px;
  }
}

.development-process .gradient-circle:hover p,
.development-process .gradient-circle:hover h3 {
  color: #fff;
}

.development-process .gradient-circle:hover path {
  fill: #fff;
}

.development-process .img-character img {
  position: absolute;
  top: 0;
  right: -210px;
}

@media screen and (min-width: 1199px) and (max-width: 1299px) {
  .development-process .img-character img {
    right: -177px;
  }
}

@media screen and (max-width: 1199px) {
  .development-process .img-character img {
    right: -231px;
  }
}

@media screen and (max-width: 992px) {
  .development-process .img-character img {
    display: none;
  }
}

.development-process .graintient_row {
  width: 85%;
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .development-process .graintient_row {
    width: 90%;
  }
}

@media screen and (max-width: 1199px) {
  .development-process .graintient_row {
    width: 100%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .development-process .graintient_row {
    padding: 0 105px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 575px) and (max-width: 767px) {
  .development-process .graintient_row {
    padding: 0;
  }
}

@media screen and (max-width: 575px) {
  .development-process .graintient_row {
    padding: 0 40px;
  }
}

@media screen and (max-width: 992px) {
  .development-process .center-sec {
    justify-content: center;
    margin-top: 50px;
  }
}

@media screen and (max-width: 494px) {
  .development-process .center-sec {
    margin-top: 90px;
  }
}

img.servicesabsimage {
  position: absolute;
  bottom: 0;
  right: 0;
}

.development-process .gradient-circle:hover img.development-icons {
  filter: grayscale(1) contrast(10);
}

.awards-section h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.awards-section .awards-row-custom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}

.awards-section .awards-row-custom ul li {
  width: 16%;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .awards-section .awards-row-custom ul li {
    width: 25%;
    margin-top: 20px;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .awards-section .awards-row-custom ul li {
    width: 40%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .awards-section .awards-row-custom ul li {
    width: 60%;
    margin-top: 20px;
  }
}

.awards-section .awards-row-custom ul li img {
  display: block;
  margin: auto;
}

.game-dev-banner {
  background: #f9fff0;
  padding: 100px 0 0;
}

@media (max-width: 991px) {
  .game-dev-banner {
    padding: 45px 0 0;
  }
}

.game-dev-banner .unitybannerframe2 {
  position: absolute !important;
  left: 0;
  top: 30px;
}

@media (max-width: 991px) {
  .game-dev-banner .unitybannerframe2 {
    position: absolute !important;
    left: 90px !important;
    top: 50px !important;
  }
}

.game-dev-banner .unitybannerframe3 {
  position: absolute !important;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .game-dev-banner .unitybannerframe3 {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }
}

.game-dev-banner .unitybannerframe4 {
  position: absolute !important;
  left: -70px;
  top: -20px;
}

@media (max-width: 991px) {
  .game-dev-banner .unitybannerframe4 {
    position: absolute !important;
    left: -60px !important;
    top: -50px !important;
  }
}

.game-dev-banner .text-cont {
  margin-top: 15%;
  margin-bottom: 20%;
}

@media (max-width: 991px) {
  .game-dev-banner .text-cont {
    text-align: center;
    margin: 40px 0;
  }
}

.game-dev-banner .text-cont h1 {
  font-family: "gilroy";
  font-weight: bold;
  font-size: 52px;
  line-height: 59px;
  color: #323232;
}

.game-dev-banner .text-cont h1 span {
  color: #0a67b5;
}

@media (max-width: 575px) {
  .game-dev-banner .text-cont h1 {
    font-size: 32px;
    line-height: 39px;
  }
}

.game-dev-banner .text-cont p {
  font-family: "gilroy";
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  color: #7c7c7c;
  margin: 8% 0 10%;
}

@media (max-width: 991px) {
  .game-dev-banner .text-cont p {
    margin: 5% 0;
  }
}

@media (max-width: 991px) {
  .game-dev-banner .img-cont {
    text-align: center;
  }
}

@media (max-width: 1399px) {
  .game-dev-banner .img-cont img {
    position: absolute;
    bottom: 55px;
    max-width: 558px;
    top: 0px;
  }
}

@media (max-width: 1299px) {
  .game-dev-banner .img-cont img {
    max-width: 560px;
  }
}

@media (max-width: 1199px) {
  .game-dev-banner .img-cont img {
    max-width: 478px;
    top: 0;
  }
}

@media (max-width: 991px) {
  .game-dev-banner .img-cont img {
    position: static;
  }
}

@media (max-width: 575px) {
  .game-dev-banner .img-cont img {
    max-width: 280px;
  }
}

.service-we-offer {
  background: #fcfcfc;
  padding-top: 75px;
}

.service-we-offer .text-content {
  margin-bottom: 2%;
}

.service-we-offer .text-content h2 {
  margin-bottom: 30px;
}

.service-we-offer .tabs-content .nav-tabs {
  display: block;
  border: 0;
  position: relative;
  margin-top: 10%;
}

.service-we-offer .tabs-content .nav-tabs .nav-item {
  margin: 0 0 20px;
  position: relative;
}

@media (max-width: 1199px) {
  .service-we-offer .tabs-content .nav-tabs .nav-item {
    margin: 0 0 10px;
  }
}

.service-we-offer .tabs-content .nav-tabs .nav-item .nav-link {
  font-family: "gilroy";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #929292;
  text-align: left;
  border: 0;
}

.service-we-offer .tabs-content .nav-tabs .nav-item .active {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  color: #fff;
  padding: 15px 30px;
  min-height: 70px;
}

.service-we-offer .tabs-content .nav-tabs .nav-item .active:before {
  background: #0a67b5;
  content: "";
  width: 5px;
  min-height: 80px;
  border-radius: 10px;
  position: absolute;
  left: -30px;
  top: 0;
}

@media (max-width: 1399px) {
  .service-we-offer .tabs-content .nav-tabs .nav-item .active:before {
    left: -20px;
  }
}

@media (max-width: 1199px) {
  .service-we-offer .tabs-content .nav-tabs .nav-item .active {
    padding: 15px 20px;
  }
}

.service-we-offer .tabs-content .nav-tabs:before {
  content: "";
  width: 5px;
  min-height: 510px;
  background: rgba(217, 217, 217, 0.4);
  border-radius: 10px;
  position: absolute;
  left: -30px;
  top: 0;
}

@media (max-width: 1399px) {
  .service-we-offer .tabs-content .nav-tabs:before {
    min-height: 533px;
    left: -20px;
  }
}

@media (max-width: 991px) {
  .service-we-offer .tabs-content .hide-sec {
    display: none;
  }
}

.service-we-offer .tabs-content .accordion-item {
  border: 0;
  background: rgba(0, 0, 0, 0);
}

.service-we-offer .tabs-content .accordion-body {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}

@media (max-width: 991px) {
  .service-we-offer .tabs-content .accordion-body {
    padding: 10px;
    margin: 30px 0;
  }
}

.service-we-offer .tabs-content .accordion-body .box {
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  padding: 85px 60px;
  margin-top: 8%;
}

@media (max-width: 1199px) {
  .service-we-offer .tabs-content .accordion-body .box {
    padding: 45px 40px;
  }
}

@media (max-width: 767px) {
  .service-we-offer .tabs-content .accordion-body .box {
    margin-top: 0;
  }
}

.service-we-offer .tabs-content .accordion-body .box h3 {
  font-family: "gilroy";
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  color: #323232;
  margin-bottom: 10%;
}

.service-we-offer .tabs-content .accordion-body .box p {
  font-family: "gilroy";
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #7c7c7c;
  margin-bottom: 45px;
}

.service-we-offer .tabs-content .accordion-body .box button .button-text {
  left: 2rem;
  font-size: 15px;
}

@media (max-width: 767px) {
  .service-we-offer .tabs-content .accordion-body .img-cont {
    margin-top: 40px;
    text-align: center;
  }
}

.service-we-offer .tabs-content .accordion-button:not(.collapsed) {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  font-family: "gilroy";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 20px;
}

.service-we-offer .tabs-content .accordion-button.collapsed {
  font-family: "gilroy";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #929292;
  padding: 20px;
  margin: 10px 0;
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.service-we-offer .tabs-content .accordion-button.collapsed:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  .service-we-offer .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}

.service-we-offer .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ser-we-offer {
  margin: 0 0 0 auto;
  display: table;
}

.ser-we-offer-abs {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.service-we-offer .tabs-content .nav-tabs .unity-item .active {
  animation-name: slide-right;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

@keyframes slide-right {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(30px);
  }
}

.unity-portfolioSection {
  background: #fff;
}

.unity-portfolioSection .text-cont p {
  margin-bottom: 40px;
}

.game-genres {
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
  mix-blend-mode: normal;
  position: relative;
  padding: 75px 0;
}

.game-genres:after {
  content: url("../images/mask.webp");
  position: absolute;
  bottom: -5px;
  right: 0;
}

.game-genres .text-cont {
  margin-bottom: 4%;
}

.game-genres .text-cont h2 {
  color: #fff;
  margin-bottom: 25px;
}

.game-genres .text-cont h2 span {
  color: #d1dd00;
}

.game-genres .text-cont p {
  color: #fff;
}

@media (max-width: 991px) {
  .game-genres .cards {
    justify-content: center;
  }
}

.game-genres .cards .li {
  background: linear-gradient(270deg,
      rgba(115, 164, 0, 0.6) 0%,
      rgba(35, 35, 35, 0) 171.2%);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  border: 1px solid #d1dd00;
  margin: 0 20px 40px;
  font-family: "gilroy";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  max-width: 180px;
  width: 100%;
}

.game-genres .cards .li:before {
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

@media (max-width: 1399px) {
  .game-genres .cards .li {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .game-genres .cards .li {
    max-width: 140px;
  }
}

.game-genres .cards .li:hover:before {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  transform: scaleX(1);
  transform-origin: left;
}

.game-genres .cards .li span img {
  position: absolute;
  bottom: -14px;
  right: -18px;
}

.game-genres .cards .li:nth-child(2) span img {
  bottom: -18px;
  right: -13px;
}

.game-genres .cards .li:nth-child(3) span img {
  bottom: -14px;
  right: -12px;
}

.game-genres .cards .li:nth-child(4) span img {
  bottom: -22px;
  right: -19px;
}

.game-genres .cards .li:nth-child(5) span img {
  bottom: -13px;
  right: -25px;
}

.game-genres .cards .li:nth-child(6) span img {
  bottom: -9px;
  right: -21px;
}

.game-genres .cards .li:nth-child(7) span img {
  bottom: -9px;
  right: -21px;
}

.game-genres .cards .li:nth-child(8) span img {
  bottom: -18px;
  right: -8px;
}

.game-genres .cards .li:nth-child(9) span img {
  bottom: -18px;
  right: -13px;
}

.game-genres .cards .li:nth-child(10) span img {
  bottom: -12px;
  right: -14px;
}

.game-genres .cards .li:nth-child(11) span img {
  bottom: 2px;
  right: -11px;
}

.game-genres .cards .li:nth-child(12) span img {
  bottom: -6px;
  right: -20px;
}

.game-genres .cards .li:nth-child(13) span img {
  bottom: -3px;
  right: -20px;
}

.game-genres .cards .li:nth-child(14) span img {
  bottom: -24px;
  right: -14px;
}

.game-genres .cards .li:nth-child(15) span img {
  bottom: -16px;
  right: -14px;
}

.game-genres .cards .li:nth-child(16) span img {
  bottom: -8px;
  right: -14px;
}

.game-genres .cards .li:nth-child(17) span img {
  bottom: -8px;
  right: -13px;
}

.game-genres .cards .li:nth-child(18) span img {
  bottom: -12px;
  right: -20px;
}

.game-genres button.get-a-quote .button-text {
  color: #fff;
}

.ask-question {
  padding: 50px 0;
}

.ask-question .text-content h2 {
  text-align: left;
  margin-bottom: 65px;
  margin-top: 25px;
}

.ask-question .text-content p {
  text-align: left;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 40px;
  color: #565656;
}

.ask-question .input-group-text {
  background: #fafafa;
  border: none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 15px 15px 0;
  margin-left: 0 !important;
}

.ask-question input.form-control {
  border: none;
  border-right: 0;
  background: #fafafa;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #d0d0d0;
  padding: 15px 0 15px 15px;
}

.ask-question.gray-bg .form-control {
  background: #fff;
}

.ask-question.gray-bg .input-group-text {
  background: #fff;
}

.ask-question input.form-control:focus {
  box-shadow: none;
}

.ask-question input.form-control::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #d0d0d0;
}

.ask-question button.collapsible.active {
  background: #fff;
  border: 1px solid #0a67b5;
  border-radius: 20px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding: 25px 40px;
  color: #0a67b5;
}

.ask-question .collapsible {
  cursor: pointer;
  padding: 22px 40px;
  width: 100%;
  text-align: left;
  outline: none;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #565656;
}

@media (max-width: 1199px) {
  .ask-question .collapsible {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 34px;
  }
}

.ask-question .content {
  background: #fff;
  padding: 20px 40px 40px;
  display: none;
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #565656;
  border: 1px solid #0a67b5;
  border-radius: 20px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 40px;
  transition: 0.6s;
}

.ask-question .content p {
  font-size: 16px;
  line-height: 32px;
}

.ask-question .collapsible:after {
  content: "+";
  color: #0a67b5;
  float: right;
  margin-left: 5px;
  font-size: 35px;
}

.ask-question .active:after {
  content: "-";
  font-size: 30px;
}

@media (max-width: 991px) {
  .ask-question input.form-control {
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .ask-question h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .ask-question .text-cont p {
    font-size: 18px;
    line-height: 28px;
    padding: 15px;
  }

  .ask-question .collapsible {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 28px;
  }
}

.unity-awardSection {
  margin: 0;
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
}

.unity-awardSection h2.section-title {
  color: #fcfcfc;
}

@media (max-width: 767px) {
  .unity-fact-figures {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .unity-fact-figures .text-sec {
    margin-bottom: 30px;
    text-align: center;
  }
}

.unity-fact-figures .text-sec h2 {
  text-align: left;
}

@media (max-width: 767px) {
  .unity-fact-figures .text-sec h2 {
    text-align: center;
    line-height: 42px;
  }
}

.unity-fact-figures .svg-sec {
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .unity-fact-figures .svg-sec {
    position: sticky;
    top: 0;
  }
}

.unity-fact-figures .svg-sec img.subway-hoverboat {
  position: absolute;
  left: -80px;
  bottom: -10px;
  max-width: 550px;
  transform: scale3d(0.5);
}

.unity-fact-figures .svg-sec:before {
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.unity-fact-figures .svg-sec:hover:before {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  transform: scaleY(1);
  transform-origin: top;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .unity-why-chooseSec {
    padding-top: 0;
  }
}

.unity-why-chooseSec .heading-txt-sec h2.section-title {
  text-align: left;
}

@media (max-width: 767px) {
  .unity-why-chooseSec .heading-txt-sec h2.section-title {
    text-align: center;
  }
}

.unity-why-chooseSec .heading-txt-sec p.section-content {
  text-align: left;
}

@media (max-width: 767px) {
  .unity-why-chooseSec .heading-txt-sec p.section-content {
    text-align: center;
  }
}

.unity-why-chooseSec .right-sec {
  margin-right: 15%;
  margin-top: 5%;
}

@media (max-width: 1499px) {
  .unity-why-chooseSec .right-sec {
    margin: 0;
  }
}

.unity-why-chooseSec .right-sec .img-sec {
  position: relative;
  z-index: 1;
}

.unity-why-chooseSec .right-sec .img-sec:before {
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.unity-why-chooseSec .right-sec .img-sec:hover:before {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  transform: scaleY(1);
  transform-origin: bottom;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .unity-why-chooseSec .right-sec .box .flex-text-sec {
    padding: 0 15px;
  }
}

@media (max-width: 1340px) {
  .unity-why-chooseSec .img-sec {
    position: sticky;
    top: 0;
  }
}

.android-dev-banner {
  background: #f9fff0;
  padding: 100px 0 0;
}

@media (max-width: 991px) {
  .android-dev-banner {
    padding: 45px 0 0;
  }
}

.android-dev-banner .img-cont img {
  float: right;
}

@media (max-width: 991px) {
  .android-dev-banner .img-cont img {
    float: none;
  }
}

.android-dev-banner .text-cont {
  margin-top: 15%;
  margin-bottom: 20%;
}

@media (max-width: 991px) {
  .android-dev-banner .text-cont {
    text-align: center;
    margin: 40px 0;
  }
}

.android-dev-banner .text-cont h1 {
  font-family: "gilroy";
  font-weight: bold;
  font-size: 60px;
  line-height: 62px;
  color: #323232;
  margin-right: 10%;
}

.android-dev-banner .text-cont h1 span {
  color: #0a67b5;
}

@media (max-width: 575px) {
  .android-dev-banner .text-cont h1 {
    font-size: 32px;
    line-height: 39px;
  }
}

.android-dev-banner .text-cont p {
  font-family: "gilroy";
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  color: #7c7c7c;
  margin: 8% 0 7%;
}

@media (max-width: 991px) {
  .android-dev-banner .text-cont p {
    margin: 5% 0;
  }
}

@media (max-width: 991px) {
  .android-dev-banner .img-cont {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .android-dev-banner .img-cont img {
    position: static;
  }
}

@media (max-width: 575px) {
  .android-dev-banner .img-cont img {
    max-width: 280px;
  }
}

.bannerlogos .owl-carousel .owl-stage {
  display: flex;
  align-items: end;
}

.bannerlogos .owl-carousel .caption {
  text-align: center;
}

.bannerlogos .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.build-any-app .text-content {
  margin: 100px 0;
}

.build-any-app .text-content .section-title {
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000;
  margin: 40px 0;
}

.build-any-app .text-content .section-title span {
  color: #0a67b5;
}

.build-any-app .text-content .section-content {
  margin: 0 10%;
}

.build-any-app .BMA-Card-Parent .BMACI-box {
  background: linear-gradient(179.54deg, #222222 0.3%, #323232 99.51%);
  padding: 100px 0 50px 0;
  border: 1px solid #4d4d4d;
  min-height: 600px;
  position: relative;
}

.build-any-app .BMA-Card-Parent .BMACI-box h3 {
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
}

.build-any-app .BMA-Card-Parent .BMACI-box h3 span {
  color: #0a67b5;
}

@media (max-width: 768px) {
  .build-any-app .BMA-Card-Parent .BMACI-box h3 {
    font-size: 20px;
  }
}

.build-any-app .BMA-Card-Parent .bg-round-abs {
  position: absolute;
  display: none;
}

.build-any-app .BMA-Card-Parent .tech-image {
  margin: 0 auto;
  display: table;
}

.build-any-app .BMA-Card-Parent .BMA-Card-Inner {
  position: relative;
}

.build-any-app .BMA-Card-Parent .BMACI-box-Hover {
  background: linear-gradient(0deg, #d1dd00 0%, #0a67b5 100%);
  border-width: 0px 1px;
  border-style: solid;
  border-color: #4d4d4d;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.build-any-app .BMA-Card-Parent .BMACI-box-Hover .BMACI-box-Hover-Inner-Content {
  display: none;
}

.build-any-app .BMA-Card-Parent:hover .BMACI-box-Hover {
  height: 100%;
  opacity: 1;
  padding: 100px 50px;
  visibility: inherit;
}

@media (max-width: 1199px) {
  .build-any-app .BMA-Card-Parent:hover .BMACI-box-Hover {
    padding: 20px 10px;
  }
}

@media (max-width: 1024px) {
  .build-any-app .BMA-Card-Parent:hover .BMACI-box-Hover {
    padding: 30px 10px;
  }
}

.build-any-app .BMA-Card-Parent:hover .BMACI-box-Hover .BMACI-box-Hover-Inner-Content {
  display: block;
}

.build-any-app .BMACI-box-Hover h3 {
  font-size: 32px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .build-any-app .BMACI-box-Hover h3 {
    font-size: 20px;
  }
}

.build-any-app .BMACI-box-Hover p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}

.build-any-app .BMACI-box-Hover .custom-hover-box-button {
  background: #fff;
  border-radius: 30px;
  padding: 20px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 40%;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

@media (max-width: 1399px) {
  .build-any-app .BMACI-box-Hover .custom-hover-box-button {
    bottom: -30px;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 1199px) {
  .build-any-app .BMACI-box-Hover .custom-hover-box-button {
    bottom: -30px;
    margin: 0 auto;
    position: relative;
  }
}

.tech-stack .responsive-tabs {
  padding: 0rem;
  display: flex;
  position: relative;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}

@media (max-width: 767px) {
  .tech-stack .responsive-tabs .card-header {
    background: #0071A0;
  }

  .tech-stack .responsive-tabs .card-header h5 a {
    margin: 0 auto;
    display: table;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
  }
}

.tech-stack .responsive-tabs .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .tech-stack .responsive-tabs .nav-tabs {
    display: block;
  }

  .tech-stack .responsive-tabs .card {
    border: none;
  }

  .tech-stack .responsive-tabs .card .card-header {
    display: none;
  }

  .tech-stack .responsive-tabs .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .tech-stack .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.tech-stack ul.tech-stack-logo-parent {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.tech-stack ul.tech-stack-logo-parent li.tech-stack-logo-box {
  width: 33%;
  list-style: none;
  border: 1px solid #f4f4f4;
  text-align-last: center;
  min-height: 200px;
  align-items: center;
  place-content: center;
  display: grid;
}

.tech-stack ul.tech-stack-logo-parent li.tech-stack-logo-box img {
  margin: auto;
}

.tech-stack ul.tech-stack-logo-parent li.tech-stack-logo-box a {
  font-weight: 600;
  text-decoration: none;
  margin-top: 5px;
  text-align: center;
  color: #000;
}

.tech-stack ul.nav.nav-tabs {
  width: 20%;
  background: linear-gradient(179.54deg, #222222 0.3%, #323232 99.51%);
  border: 1px solid #f3f3f3;
  border-radius: 24px 0px 0px 24px;
  padding: 50px 0px;
  text-align: center;
}

.tech-stack .tab-content {
  width: 65%;
}

@media (max-width: 767px) {
  .tech-stack .tab-content {
    width: 100%;
  }
}

.tech-stack .mock-parent {
  width: 15%;
}

@media (max-width: 767px) {
  .tech-stack .mock-parent {
    display: none;
  }
}

.tech-stack .card-body {
  padding: 0;
}

.tech-stack .mobile-mock-abs-tabs {
  position: absolute;
  top: 50px;
  right: -80px;
}

@media (max-width: 1444px) {
  .tech-stack .mobile-mock-abs-tabs {
    position: absolute;
    top: 50px;
    right: -30px;
  }
}

@media (max-width: 1199px) {
  .tech-stack .mobile-mock-abs-tabs {
    position: absolute;
    top: 50px;
    right: -90px;
  }
}

@media (max-width: 1024px) {
  .tech-stack .mobile-mock-abs-tabs {
    position: absolute;
    top: 150px;
    right: -20px;
    width: 20%;
  }
}

@media (max-width: 767px) {
  .tech-stack .mobile-mock-abs-tabs {
    display: none;
  }
}

.tech-stack .nav-tabs .nav-link.active {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.tech-stack .nav-tabs .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 35px 0;
  position: relative;
  border: none;
}

.tech-stack .nav-tabs .nav-link.active {
  color: #0a67b5;
}

.tech-stack .nav-tabs .nav-link.active:after {
  content: "";
  background: #0a67b5;
  height: 1px;
  width: 40px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tech-stack .text-cont p {
  margin-bottom: 50px;
}

.our-development-process {
  padding: 100px 0;
  margin: 100px 0 0 0;
  background: #fcfcfc;
}

@media (max-width: 767px) {
  .our-development-process {
    padding: 50px 0;
    margin: 20px 0 0 0;
  }
}

.our-development-process-inner {
  padding: 50px 0;
  background: #323232;
  margin: 0 0 50px 0;
}

.our-development-process-inner .text-cont {
  margin: 50px 0 100px 0;
}

.our-development-process-inner .icon-box {
  position: relative;
}

.our-development-process-inner .icon-box h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}

.our-development-process-inner .icon-box p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  padding: 10px 50px;
}

@media (max-width: 991px) {
  .our-development-process-inner .icon-box p {
    padding: 10px 20px;
  }
}

.our-development-process-inner .icon-box .icon-box-wrapper {
  margin: 0 auto;
  display: table;
  border-radius: 50px;
  padding: 4px;
  margin-top: -85px;
  margin-bottom: 50px;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

@media (max-width: 767px) {
  .our-development-process-inner .icon-box .icon-box-wrapper {
    margin-top: 0;
  }
}

.our-development-process-inner .icon-box .icon-box-wrapper .border-gradient {
  background: #fff;
  border-radius: 50px;
}

.our-development-process-inner .icon-box .icon-box-wrapper img {
  border-radius: 50px;
  object-fit: scale-down;
  height: 70px;
  width: 70px;
}

.our-development-process-inner .icon-box:hover .border-gradient {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

.our-development-process-inner .icon-box:hover img {
  filter: invert(1);
}

.our-development-process-inner .icon-box:hover h3 {
  color: #0a67b5;
}

.our-development-process-inner .rect-abs-dev-proc {
  position: absolute;
  left: 0;
  width: 70%;
  right: 0;
  margin: 0 auto;
  top: -50px;
  z-index: 0;
}

:root {
  --d: 1500ms;
  --angle: 90deg;
  --gradX: 100%;
  --gradY: 50%;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: "<percentage>";
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: true;
}

@keyframes borderRotate {
  100% {
    --angle: -190deg;
  }
}

.types-of-apps {
  padding: 95px 0;
  background: #fcfcfc;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .types-of-apps {
    padding: 50px 0;
  }
}

.types-of-apps .text-top h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.1em;
  color: #000;
}

.types-of-apps .text-top p {
  font-size: 18px;
  line-height: 28px;
  color: #7c7c7c;
}

.types-of-apps .flex-boxes {
  margin-top: 60px;
}

.types-of-apps .flex-boxes ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.types-of-apps .flex-boxes ul:after {
  content: "";
  position: absolute;
  top: 53%;
  right: 0;
  background: #fcfcfc;
  height: 10px;
  width: 50px;
}

@media (max-width: 1399px) {
  .types-of-apps .flex-boxes ul:after {
    top: 51%;
  }
}

@media (max-width: 1199px) {
  .types-of-apps .flex-boxes ul:after {
    top: 50%;
  }
}

@media (max-width: 991px) {
  .types-of-apps .flex-boxes ul:after {
    display: none;
  }
}

.types-of-apps .flex-boxes ul li {
  width: 20%;
  padding-left: 55px;
  padding-right: 25px;
  border: 1px solid #000;
  border-right: 0;
  position: relative;
}

.types-of-apps .flex-boxes ul li:hover {
  border: 1px solid;
  border-right: 0;
  border-image: conic-gradient(from var(--angle),
      #0a67b5,
      #d1dd00 0.1turn,
      #0a67b5 0.15turn,
      #000 0.25turn) 20;
  animation: borderRotate var(--d) linear infinite forwards;
}

@media (max-width: 1399px) {
  .types-of-apps .flex-boxes ul li {
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .types-of-apps .flex-boxes ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .types-of-apps .flex-boxes ul li {
    width: 33.33%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .types-of-apps .flex-boxes ul li {
    width: 50%;
  }
}

@media (max-width: 440px) {
  .types-of-apps .flex-boxes ul li {
    width: 100%;
  }
}

.types-of-apps .flex-boxes ul li .svg-cont {
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: absolute;
  top: -40px;
}

.types-of-apps .flex-boxes ul li h3 {
  font-size: 16px;
  line-height: 19px;
  color: #323232;
  margin-bottom: 35px;
  font-weight: 600;
  margin-right: 8px;
  margin-top: 55px;
}

@media (max-width: 1199px) {
  .types-of-apps .flex-boxes ul li h3 {
    word-break: break-word;
    margin-right: 0;
    font-size: 15px;
  }
}

.types-of-apps .flex-boxes ul li p {
  font-size: 12px;
  line-height: 16px;
  color: #323232;
  margin-bottom: 32px;
}

.types-of-apps .flex-boxes ul li:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  height: 20px;
  width: 20px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9" fill="%23FCFCFC" stroke="url(%23paint0_linear_554_146)" stroke-width="2"/><defs><linearGradient id="paint0_linear_554_146" x1="23.6667" y1="9.71428" x2="-6.22222" y2="9.71428" gradientUnits="userSpaceOnUse"><stop stop-color="%23D1DD00"/><stop offset="1" stop-color="%23599400"/></linearGradient></defs></svg>');
}

.types-of-apps .flex-boxes ul li:before {
  content: "";
  position: absolute;
  background: #fcfcfc;
  height: 5px;
  width: 70%;
  right: 0;
  top: -2px;
}

@media (max-width: 440px) {
  .types-of-apps .flex-boxes ul li:nth-child(1):before {
    width: 90%;
  }
}

@media (max-width: 440px) {
  .types-of-apps .flex-boxes ul li:nth-child(2) {
    border-top: 0;
  }
}

@media (max-width: 440px) {
  .types-of-apps .flex-boxes ul li:nth-child(2) .svg-cont {
    position: static;
  }
}

@media (max-width: 767px) {
  .types-of-apps .flex-boxes ul li:nth-child(3) {
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .types-of-apps .flex-boxes ul li:nth-child(3) .svg-cont {
    position: static;
  }
}

@media (max-width: 991px) {

  .types-of-apps .flex-boxes ul li:nth-child(4),
  .types-of-apps .flex-boxes ul li:nth-child(5) {
    border-top: 0;
  }
}

@media (max-width: 991px) {

  .types-of-apps .flex-boxes ul li:nth-child(4) .svg-cont,
  .types-of-apps .flex-boxes ul li:nth-child(5) .svg-cont {
    position: static;
  }
}

@media (max-width: 991px) {
  .types-of-apps .flex-boxes ul li:nth-child(6):before {
    display: none;
  }
}

@media (max-width: 767px) {

  .types-of-apps .flex-boxes ul li:nth-child(7):before,
  .types-of-apps .flex-boxes ul li:nth-child(8):before {
    display: none;
  }
}

.types-of-apps .flex-boxes ul li:nth-child(6),
.types-of-apps .flex-boxes ul li:nth-child(7),
.types-of-apps .flex-boxes ul li:nth-child(8),
.types-of-apps .flex-boxes ul li:nth-child(9) {
  border-top: 0;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 1399px) {

  .types-of-apps .flex-boxes ul li:nth-child(6),
  .types-of-apps .flex-boxes ul li:nth-child(7),
  .types-of-apps .flex-boxes ul li:nth-child(8),
  .types-of-apps .flex-boxes ul li:nth-child(9) {
    padding-bottom: 65px;
  }
}

@media (max-width: 991px) {

  .types-of-apps .flex-boxes ul li:nth-child(6),
  .types-of-apps .flex-boxes ul li:nth-child(7),
  .types-of-apps .flex-boxes ul li:nth-child(8),
  .types-of-apps .flex-boxes ul li:nth-child(9) {
    padding-bottom: 0;
    border-bottom: 1px solid;
  }
}

.types-of-apps .flex-boxes ul li:nth-child(6):before,
.types-of-apps .flex-boxes ul li:nth-child(7):before,
.types-of-apps .flex-boxes ul li:nth-child(8):before,
.types-of-apps .flex-boxes ul li:nth-child(9):before {
  top: auto;
  bottom: -2px;
}

.types-of-apps .flex-boxes ul li:nth-child(6):after,
.types-of-apps .flex-boxes ul li:nth-child(7):after,
.types-of-apps .flex-boxes ul li:nth-child(8):after,
.types-of-apps .flex-boxes ul li:nth-child(9):after {
  bottom: auto;
  top: -10px;
  left: -10px;
}

@media (max-width: 991px) {

  .types-of-apps .flex-boxes ul li:nth-child(6):after,
  .types-of-apps .flex-boxes ul li:nth-child(7):after,
  .types-of-apps .flex-boxes ul li:nth-child(8):after,
  .types-of-apps .flex-boxes ul li:nth-child(9):after {
    top: auto;
    bottom: -10px;
  }
}

.types-of-apps .flex-boxes ul li:nth-child(6) h3,
.types-of-apps .flex-boxes ul li:nth-child(7) h3,
.types-of-apps .flex-boxes ul li:nth-child(8) h3,
.types-of-apps .flex-boxes ul li:nth-child(9) h3 {
  margin-top: 28px;
}

.types-of-apps .flex-boxes ul li:nth-child(6) .svg-cont,
.types-of-apps .flex-boxes ul li:nth-child(7) .svg-cont,
.types-of-apps .flex-boxes ul li:nth-child(8) .svg-cont,
.types-of-apps .flex-boxes ul li:nth-child(9) .svg-cont {
  position: absolute;
  top: auto;
  bottom: -30px;
}

@media (max-width: 991px) {

  .types-of-apps .flex-boxes ul li:nth-child(6) .svg-cont,
  .types-of-apps .flex-boxes ul li:nth-child(7) .svg-cont,
  .types-of-apps .flex-boxes ul li:nth-child(8) .svg-cont,
  .types-of-apps .flex-boxes ul li:nth-child(9) .svg-cont {
    position: static;
  }
}

.types-of-apps .flex-boxes ul li:hover .svg-cont {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  transform: translate(0, 0) rotate(0) scale(1.1);
  transition: 0.5s;
}

.types-of-apps .flex-boxes ul li:hover .svg-cont svg path {
  fill: #fff;
}

.industries-we-served {
  padding: 45px 0;
}

.industries-we-served .top-text {
  text-align: center;
  padding: 0 16%;
}

@media (max-width: 991px) {
  .industries-we-served .top-text {
    padding: 0;
  }
}

.industries-we-served .top-text h2 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 30px;
  font-weight: 600;
}

.industries-we-served .top-text p {
  font-size: 18px;
  line-height: 28px;
  color: #7c7c7c;
}

.industries-we-served .tabs-cont {
  margin-top: 70px;
}

.industries-we-served .tabs-cont .responsive-tabs {
  padding: 1rem;
}

.industries-we-served .tabs-cont .responsive-tabs .nav-tabs {
  display: none;
  border-bottom: 0;
}

.industries-we-served .tabs-cont .responsive-tabs .nav-tabs li {
  width: 21%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .industries-we-served .tabs-cont .responsive-tabs .nav-tabs li {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

@media (max-width: 991px) {
  .industries-we-served .tabs-cont .responsive-tabs .nav-tabs li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}

.industries-we-served .tabs-cont .responsive-tabs .nav-tabs li a {
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #323232;
  font-weight: 600;
  padding: 0 9px 30px;
}

.industries-we-served .tabs-cont .responsive-tabs .nav-tabs li a .svg-cont {
  padding-top: 40px;
  text-align: center;
  margin-bottom: 20px;
}

.industries-we-served .tabs-cont .responsive-tabs .nav-tabs li a .svg-cont svg path {
  fill: #323232;
}

.industries-we-served .tabs-cont .responsive-tabs .nav-tabs li a.active {
  color: #fff;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

.industries-we-served .tabs-cont .responsive-tabs .nav-tabs li a.active .svg-cont svg path {
  fill: #fff;
}

.industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .card-header {
  padding: 0;
}

.industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .card-header h5 a {
  display: block;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  color: #fff;
  text-decoration: none;
  padding: 25px 15px;
}

@media (max-width: 575px) {
  .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .card-header h5 a {
    padding: 15px;
  }
}

.industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body {
  background-image: url("../images/industries-we-served.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 30px;
  background-position: top, center;
  border-radius: 24px;
}

@media (max-width: 1399px) {
  .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body {
    padding: 35px;
  }
}

@media (max-width: 1199px) {
  .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body {
    background-image: url("../images/industries-we-served-mobile.webp");
  }
}

@media (max-width: 767px) {
  .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body {
    background-position: center;
    border-radius: 0;
  }
}

@media (max-width: 575px) {
  .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body {
    padding: 15px 20px;
  }
}

.industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body h3 {
  -webkit-text-stroke: 1Q rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0);
  font-size: 52px;
  font-weight: 900;
  line-height: 50px;
  margin-bottom: 60px;
  margin-right: 10px;
}

@media (max-width: 1399px) {
  .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body h3 {
    margin-bottom: 75px;
  }
}

@media (max-width: 1199px) {
  .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body h3 {
    font-size: 36px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body h3 {
    margin-bottom: 35px;
    margin-right: 0;
  }
}

.industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

@media (min-width: 768px) {
  .industries-we-served .tabs-cont .responsive-tabs .nav-tabs {
    display: flex;
  }

  .industries-we-served .tabs-cont .responsive-tabs .card {
    border: none;
  }

  .industries-we-served .tabs-cont .responsive-tabs .card .card-header {
    display: none;
  }

  .industries-we-served .tabs-cont .responsive-tabs .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .industries-we-served .tabs-cont .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.complete-business-solutions {
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
  padding: 85px 0;
  margin-bottom: 100px;
}

.complete-business-solutions .text-cont {
  text-align: center;
}

.complete-business-solutions .text-cont h2 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
  margin: 0 24% 45px;
}

@media (max-width: 1199px) {
  .complete-business-solutions .text-cont h2 {
    margin: 0 20% 40px;
  }
}

@media (max-width: 991px) {
  .complete-business-solutions .text-cont h2 {
    margin: 0 1% 40px;
  }
}

@media (max-width: 575px) {
  .complete-business-solutions .text-cont h2 {
    margin: 0 5% 40px;
  }
}

.complete-business-solutions .text-cont p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8196078431);
  margin: 0 11% 35px;
}

@media (max-width: 991px) {
  .complete-business-solutions .text-cont p {
    margin: 0 0 35px;
  }
}

@media (max-width: 575px) {
  .complete-business-solutions .text-cont p {
    margin: 0 5% 35px;
  }
}

.complete-business-solutions .box-cont {
  margin-top: 65px;
}

.complete-business-solutions .box-cont .card {
  background: none;
  border: 0;
  text-align: center;
  margin: 0 15%;
  transition: 0.5s;
}

@media (max-width: 1299px) {
  .complete-business-solutions .box-cont .card {
    margin: 0 5%;
  }
}

@media (max-width: 991px) {
  .complete-business-solutions .box-cont .card {
    margin: 0 10%;
  }
}

@media (max-width: 575px) {
  .complete-business-solutions .box-cont .card {
    margin: 0 20%;
  }
}

@media (max-width: 399px) {
  .complete-business-solutions .box-cont .card {
    margin: 0 12%;
  }
}

.complete-business-solutions .box-cont .card .upper-cont {
  border: 2px solid #fff;
  border-bottom: 2px dashed #fff;
  border-top: 2px dashed #fff;
  border-radius: 24px;
  height: 204px;
  padding: 18px;
  position: relative;
}

@media (max-width: 1399px) {
  .complete-business-solutions .box-cont .card .upper-cont {
    height: 182px;
  }
}

@media (max-width: 1299px) {
  .complete-business-solutions .box-cont .card .upper-cont {
    height: 234px;
  }
}

@media (max-width: 1199px) {
  .complete-business-solutions .box-cont .card .upper-cont {
    height: 194px;
  }
}

.complete-business-solutions .box-cont .card .upper-cont:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 50%;
  border-top: 2px #fff solid;
  right: -112px;
}

@media (max-width: 1399px) {
  .complete-business-solutions .box-cont .card .upper-cont:before {
    right: -98px;
  }
}

@media (max-width: 1299px) {
  .complete-business-solutions .box-cont .card .upper-cont:before {
    right: -45px;
    width: 20%;
  }
}

@media (max-width: 991px) {
  .complete-business-solutions .box-cont .card .upper-cont:before {
    right: -90px;
    width: 32%;
  }
}

@media (max-width: 767px) {
  .complete-business-solutions .box-cont .card .upper-cont:before {
    right: -70px;
    width: 33%;
  }
}

@media (max-width: 575px) {
  .complete-business-solutions .box-cont .card .upper-cont:before {
    display: none;
  }
}

.complete-business-solutions .box-cont .card .upper-cont .inner-cont {
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
}

.complete-business-solutions .box-cont .card .upper-cont .inner-cont:before,
.complete-business-solutions .box-cont .card .upper-cont .inner-cont:after {
  content: "";
  position: absolute;
  background: #272727;
  top: 46%;
  height: 14px;
  width: 14px;
  border: 2px solid #fff;
  border-radius: 20px;
}

@media (max-width: 575px) {

  .complete-business-solutions .box-cont .card .upper-cont .inner-cont:before,
  .complete-business-solutions .box-cont .card .upper-cont .inner-cont:after {
    display: none;
  }
}

.complete-business-solutions .box-cont .card .upper-cont .inner-cont:after {
  right: -25px;
}

.complete-business-solutions .box-cont .card .upper-cont .inner-cont:before {
  left: -25px;
}

@media (max-width: 991px) {
  .complete-business-solutions .box-cont .card .lower-cont {
    margin-bottom: 65px;
  }
}

.complete-business-solutions .box-cont .card .lower-cont h3 {
  font-size: 16px;
  line-height: 19px;
  color: #0a67b5;
  margin: 20px 16px;
}

.complete-business-solutions .box-cont .card .lower-cont p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin: 0 8px;
}

.complete-business-solutions .box-cont .card:hover .upper-cont .inner-cont {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

.complete-business-solutions .box-cont .card:hover .upper-cont .inner-cont svg {
  transform: translate(0, 0) rotate(0) scale(1.5);
  transition: 0.5s;
}

.complete-business-solutions .box-cont .card:hover .upper-cont .inner-cont svg path {
  fill: #fff;
}

.complete-business-solutions .box-cont .col-sm-6:first-child .upper-cont .inner-cont:before {
  display: none;
}

@media (max-width: 991px) {
  .complete-business-solutions .box-cont .col-sm-6:nth-child(2) .upper-cont:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .complete-business-solutions .box-cont .col-sm-6:nth-child(2) .upper-cont .inner-cont:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .complete-business-solutions .box-cont .col-sm-6:nth-child(3) .inner-cont:before {
    display: none;
  }
}

.complete-business-solutions .box-cont .col-sm-6:last-child .card .upper-cont:before {
  display: none;
}

.complete-business-solutions .box-cont .col-sm-6:last-child .card .upper-cont .inner-cont:after {
  display: none;
}

.android-portfolioSection {
  background: #fff;
  margin: 100px 0;
}

@media (max-width: 767px) {
  .android-portfolioSection {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .android-portfolioSection .text-cont h2.section-title {
    margin: 0 20px;
  }
}

.android-portfolioSection .text-cont p {
  margin-bottom: 40px;
}

.android-portfolioSection .portfolio-carousel-one {
  cursor: url("../images/swipecursor.webp"), auto;
}

.android-portfolioSection .portfolio-carousel-two {
  cursor: url("../images/swipeandclickcursor.webp"), auto;
}

.portfolio-section .portfolio-carousel-one .item a {
  cursor: url("../images/swipecursor.webp"), auto;
}

.portfolio-section .portfolio-carousel-two .item a {
  cursor: url("../images/swipeandclickcursor.webp"), auto;
}

.desktop-service-we-offer {
  padding: 5rem 0 2rem;
  display: block;
}

.desktop-service-we-offer .left-column-listing {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-end;
  margin: 0 0 40px 0;
}

.desktop-service-we-offer .left-column-listing .left-column-listing-li {
  text-align: left;
  width: 70%;
  margin: 0 20px 0 10px;
}

.desktop-service-we-offer .left-column-listing .left-column-listing-li-img {
  width: 30%;
}

.desktop-service-we-offer .left-column-listing .industries-img-box {
  float: right;
  padding: 20px;
  background: #fcfcfc;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}

@media screen and (max-width: 1366px) {
  .desktop-service-we-offer .left-column-listing .industries-img-box {
    padding: 20px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 1140px) {
  .desktop-service-we-offer .left-column-listing .industries-img-box {
    padding: 20px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 991px) {
  .desktop-service-we-offer .left-column-listing .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    transform: translateY(-40px);
  }
}

@media screen and (max-width: 575px) {
  .desktop-service-we-offer .left-column-listing .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    transform: translateY(-20px);
    float: none;
    margin: 0 auto;
    display: table;
  }
}

.desktop-service-we-offer .left-column-listing h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 1140px) {
  .desktop-service-we-offer .left-column-listing h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .desktop-service-we-offer .left-column-listing h3 {
    font-size: 10px;
    line-height: 14px;
  }
}

.desktop-service-we-offer .left-column-listing p {
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .desktop-service-we-offer .left-column-listing p {
    font-size: 10px;
    line-height: 10px;
  }
}

.desktop-service-we-offer .left-column-listing:hover .industries-img-box {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

.desktop-service-we-offer .left-column-listing:hover .industries-img-box svg {
  transform: translate(0, 0) rotate(0) scale(1.4);
  transition: 0.5s;
}

.desktop-service-we-offer .left-column-listing:hover .industries-img-box svg path {
  fill: #fcfcfc;
}

.desktop-service-we-offer .left-column-listing:hover .industries-info-box h3 {
  color: #0a67b5;
}

.desktop-service-we-offer .right-column-listing {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-end;
  margin: 0 0 40px 0;
}

.desktop-service-we-offer .right-column-listing .right-column-listing-li-img {
  width: 30%;
  margin: 0 10px 0 10px;
}

.desktop-service-we-offer .right-column-listing .right-column-listing-li-img .industries-img-box {
  float: right;
  padding: 20px;
  background: #fcfcfc;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}

@media screen and (max-width: 1366px) {
  .desktop-service-we-offer .right-column-listing .right-column-listing-li-img .industries-img-box {
    padding: 20px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 1140px) {
  .desktop-service-we-offer .right-column-listing .right-column-listing-li-img .industries-img-box {
    padding: 20px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 991px) {
  .desktop-service-we-offer .right-column-listing .right-column-listing-li-img .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    transform: translateY(-40px);
  }
}

@media screen and (max-width: 575px) {
  .desktop-service-we-offer .right-column-listing .right-column-listing-li-img .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    transform: translateY(-20px);
    float: none;
    margin: 0 auto;
    display: table;
  }
}

.desktop-service-we-offer .right-column-listing .right-column-listing-li {
  text-align: left;
  width: 70%;
  margin: 0 10px 0 10px;
}

.desktop-service-we-offer .right-column-listing h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

@media screen and (max-width: 1140px) {
  .desktop-service-we-offer .right-column-listing h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .desktop-service-we-offer .right-column-listing h3 {
    font-size: 10px;
    line-height: 14px;
  }
}

.desktop-service-we-offer .right-column-listing p {
  font-size: 12px;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .desktop-service-we-offer .right-column-listing p {
    font-size: 10px;
    line-height: 10px;
  }
}

.desktop-service-we-offer .right-column-listing:hover .industries-img-box {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

.desktop-service-we-offer .right-column-listing:hover .industries-img-box svg {
  transform: translate(0, 0) rotate(0) scale(1.4);
  transition: 0.5s;
}

.desktop-service-we-offer .right-column-listing:hover .industries-img-box svg path {
  fill: #fcfcfc;
}

.desktop-service-we-offer .right-column-listing:hover .industries-info-box h3 {
  color: #0a67b5;
}

.desktop-service-we-offer .img_cont {
  position: relative;
  text-align: center;
  z-index: -1;
}

@media (max-width: 767px) {
  .desktop-service-we-offer .img_cont {
    display: none;
  }
}

.desktop-service-we-offer .img_cont .bottom_img {
  position: absolute;
  left: -120px;
  bottom: -90px;
}

@media (max-width: 1199px) {
  .desktop-service-we-offer .img_cont .bottom_img {
    left: -150px;
    max-width: 565px;
  }
}

@media (max-width: 991px) {
  .desktop-service-we-offer .img_cont .bottom_img {
    left: -120px;
    max-width: 442px;
  }
}

.desktop_app_solution {
  padding: 20px 0 40px;
}

.desktop_app_solution .box {
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
  border-radius: 50px;
  padding: 125px 60px 60px;
  position: relative;
}

@media (max-width: 991px) {
  .desktop_app_solution .box {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .desktop_app_solution .box .text-cont h2 {
    font-size: 23px;
    line-height: 24px;
  }
}

.desktop_app_solution .box .top_sec {
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 300px;
  max-width: 880px;
  margin: auto;
  padding: 22px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -52px;
}

@media (max-width: 991px) {
  .desktop_app_solution .box .top_sec {
    position: static;
    padding: 22px 10px;
  }
}

.desktop_app_solution .box .item .text_cont {
  padding: 20px;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.desktop_app_solution .box .item .text_cont h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #fff;
}

.desktop_app_solution .box .item .text_cont h3 span {
  display: block;
}

@media (max-width: 575px) {
  .desktop_app_solution .box .item .text_cont h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

.desktop_app_solution .box .item .text_cont p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.desktop_app_solution .box .img_cont {
  position: relative;
}

.desktop_app_solution .box .img_cont img {
  position: absolute;
  top: -14px;
  right: -61px;
}

@media (max-width: 1399px) {
  .desktop_app_solution .box .img_cont img {
    top: 32px;
    right: -60px;
    max-width: 551px;
  }
}

@media (max-width: 991px) {
  .desktop_app_solution .box .img_cont img {
    max-width: 406px;
  }
}

@media (max-width: 991px) {
  .desktop_app_solution .box .img_cont img {
    max-width: 100%;
    position: static;
  }
}

.desktop_app_solution .box .owl-dots .owl-dot {
  background: #fff;
  width: 16px;
  height: 11px;
  border-radius: 150px;
  margin: 0 5px;
}

.desktop_app_solution .box .owl-dots .active {
  width: 58px;
}

.desktop_app_solution button .button-text {
  color: #fff;
}

.ecommerce-ser-we-offer .img_cont .bottom_img {
  right: 47px;
  left: auto;
}

@media (max-width: 1399px) {
  .ecommerce-ser-we-offer .img_cont .bottom_img {
    right: 17px;
  }
}

@media (max-width: 1199px) {
  .ecommerce-ser-we-offer .img_cont .bottom_img {
    right: -14px;
  }
}

@media (max-width: 991px) {
  .ecommerce-ser-we-offer .img_cont .bottom_img {
    max-width: 241px;
  }
}

.mobile-app-dev .android-dev-banner {
  background: linear-gradient(179.54deg, #1e1e1e 0.3%, #151414 99.51%);
  padding: 110px 0 30px;
}

@media (max-width: 1399px) {
  .mobile-app-dev .android-dev-banner .text-cont {
    margin-bottom: 15%;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .android-dev-banner .text-cont {
    margin: 40px 0;
  }
}

.mobile-app-dev .android-dev-banner .text-cont h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 62px;
  line-height: 1.1;
}

.mobile-app-dev .android-dev-banner .text-cont h1 span {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
}

@media (max-width: 1399px) {
  .mobile-app-dev .android-dev-banner .text-cont h1 {
    font-size: 55px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .android-dev-banner .text-cont h1 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .android-dev-banner .text-cont h1 {
    font-size: 40px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .android-dev-banner .text-cont h1 {
    font-size: 34px;
  }
}

.mobile-app-dev .android-dev-banner .text-cont ul {
  margin: 30px 0;
}

.mobile-app-dev .android-dev-banner .text-cont ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.45;
  position: relative;
  display: flex;
}

@media (max-width: 1399px) {
  .mobile-app-dev .android-dev-banner .text-cont ul li {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .android-dev-banner .text-cont ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .android-dev-banner .text-cont ul li {
    text-align: left;
  }
}

.mobile-app-dev .android-dev-banner .text-cont ul li .icon svg {
  width: 1rem;
  margin-right: 12px;
}

.mobile-app-dev .android-dev-banner .text-cont ul li .icon svg path {
  fill: #fff;
}

.mobile-app-dev .android-dev-banner .img-cont img {
  float: none;
}

@media (max-width: 991px) {
  .mobile-app-dev .android-dev-banner .img-cont img {
    max-width: 65%;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .android-dev-banner .banner-btn-wraper {
    display: flex;
    justify-content: center;
  }
}

.mobile-app-dev .android-dev-banner .banner-btn-wraper button {
  width: 11rem;
  font-size: 14px;
  padding: 18px 20px;
  line-height: 1;
  border-radius: 100px;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1399px) {
  .mobile-app-dev .android-dev-banner .banner-btn-wraper button {
    width: 10rem;
    padding: 16px 20px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .android-dev-banner .banner-btn-wraper button {
    width: auto;
    min-width: 9rem;
    padding: 14px 20px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .android-dev-banner .banner-btn-wraper button {
    min-width: 8.5rem;
    padding: 13px 11px;
  }
}

.mobile-app-dev .android-dev-banner .banner-btn-wraper button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #d1dd00 -18.33%, #0a67b5 131.11%);
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.4s;
  transform: scaleY(0);
  transform-origin: top;
}

.mobile-app-dev .android-dev-banner .banner-btn-wraper button:hover::before {
  transform: scaleY(1);
}

.mobile-app-dev .android-dev-banner .banner-btn-wraper button.get-a-quote {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  margin-right: 12px;
}

.mobile-app-dev .android-dev-banner .banner-btn-wraper button.btn-lets-talk {
  border: 1px solid #0a67b5;
  transition: 0.4s;
}

.mobile-app-dev .android-dev-banner .banner-btn-wraper button.btn-lets-talk:hover {
  border-color: rgba(0, 0, 0, 0);
}

.mobile-app-dev .bannerlogos {
  margin: 0 0 30px !important;
}

@media (min-width: 1399px) {
  .mobile-app-dev .bannerlogos .container {
    max-width: 1170px;
  }
}

.mobile-app-dev .bannerlogos .owl-carousel {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .mobile-app-dev .bannerlogos .owl-carousel {
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .bannerlogos .owl-carousel .owl-stage {
    display: block;
  }
}

.mobile-app-dev .bannerlogos .owl-carousel .owl-item img {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mobile-app-dev .bannerlogos .owl-carousel .owl-item img {
    max-width: unset;
    margin: 0;
  }
}

.mobile-app-dev .bannerlogos .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.mobile-app-dev .bannerlogos .owl-carousel .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #484848;
  margin: 0 4px;
}

.mobile-app-dev .bannerlogos .owl-carousel .owl-dots button.active {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
}

.mobile-web-services {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .mobile-web-services {
    padding: 50px 0;
  }
}

.mobile-web-services .text-content {
  text-align: center;
}

.mobile-web-services .text-content .section-title {
  font-size: 52px;
  letter-spacing: unset;
  line-height: 1.2;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .mobile-web-services .text-content .section-title {
    font-size: 42px;
    max-width: 75%;
  }
}

@media (max-width: 1199px) {
  .mobile-web-services .text-content .section-title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .mobile-web-services .text-content .section-title {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .mobile-web-services .text-content .section-title {
    font-size: 24px;
  }
}

.mobile-web-services .text-content p {
  color: #7c7c7c;
  font-size: 28px;
  line-height: 1.5;
  font-family: "gilroy";
  font-weight: 400;
  max-width: 83%;
  margin: 30px auto 0;
}

@media (max-width: 1399px) {
  .mobile-web-services .text-content p {
    font-size: 24px;
    margin: 25px auto 0;
  }
}

@media (max-width: 1199px) {
  .mobile-web-services .text-content p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .mobile-web-services .text-content p {
    font-size: 18px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .mobile-web-services .text-content p {
    font-size: 14px;
    margin-top: 18px;
  }
}

.mobile-app-dev .tech-stack {
  padding: 60px 0;
  position: relative;
}

.mobile-app-dev .tech-stack::before {
  content: "";
  width: 100%;
  height: calc(50% + 120px);
  background: #f6f6f6;
  position: absolute;
  top: 0;
  z-index: -1;
}

.mobile-app-dev .tech-stack .section-title {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: unset;
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .mobile-app-dev .tech-stack .section-title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .tech-stack .section-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .tech-stack .section-title {
    font-size: 24px;
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}

.mobile-app-dev .tech-stack .text-cont p {
  max-width: 70%;
  margin: 30px auto 50px;
}

@media (max-width: 1399px) {
  .mobile-app-dev .tech-stack .text-cont p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .tech-stack .text-cont p {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .tech-stack .text-cont p {
    margin-bottom: 30px;
    margin-top: 15px !important;
  }
}

.mobile-app-dev .tech-stack .mock-parent {
  width: auto;
}

.mobile-app-dev .tech-stack .mock-parent img {
  width: 100%;
  max-width: 550px;
  top: 0;
}

@media (max-width: 1499px) {
  .mobile-app-dev .tech-stack .mock-parent img {
    right: -60px;
  }
}

@media (max-width: 1399px) {
  .mobile-app-dev .tech-stack .mock-parent img {
    right: -110px;
  }
}

@media (max-width: 1299px) {
  .mobile-app-dev .tech-stack .mock-parent img {
    right: -70px;
    top: 20px;
    max-width: 500px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .tech-stack .mock-parent img {
    right: -10px;
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .tech-stack .mock-parent img {
    right: -20px;
    max-width: 270px;
    top: auto;
    bottom: -60px;
  }
}

.mobile-app-dev .tech-stack .responsive-tabs {
  background: #fff;
}

@media (max-width: 1199px) {
  .mobile-app-dev .tech-stack .nav.nav-tabs {
    padding: 25px 0px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .tech-stack .tech-stack-logo-parent .tech-stack-logo-box {
    width: 30%;
    min-height: 160px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .tech-stack .tech-stack-logo-parent .tech-stack-logo-box {
    width: 33.33%;
    min-height: 160px;
  }
}

@media (max-width: 575px) {
  .mobile-app-dev .tech-stack .tech-stack-logo-parent .tech-stack-logo-box {
    width: 50%;
    min-height: 130px;
  }
}

@media (max-width: 575px) {
  .mobile-app-dev .tech-stack .tech-stack-logo-parent .tech-stack-logo-box img {
    max-width: 50px;
  }
}

.mobile-app-dev .portfolio-sec {
  margin: 70px 0;
}

@media (max-width: 767px) {
  .mobile-app-dev .portfolio-sec {
    margin: 0 0 50px;
  }
}

.mobile-app-dev .portfolio-sec .text-cont .section-title {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: unset;
}

@media (max-width: 1399px) {
  .mobile-app-dev .portfolio-sec .text-cont .section-title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .portfolio-sec .text-cont .section-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .portfolio-sec .text-cont .section-title {
    font-size: 24px;
    margin: 0 0 10px !important;
  }
}

@media (max-width: 1399px) {
  .mobile-app-dev .portfolio-sec .text-cont .section-content {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .portfolio-sec .text-cont .section-content {
    font-size: 14px;
    line-height: 1.5;
  }
}

.mobile-app-dev-process {
  padding: 80px 0 0;
  background-image: url("../images/app-dev-bg.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .mobile-app-dev-process {
    padding: 60px 0 0;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev-process {
    padding: 50px 0 60px;
  }
}

.mobile-app-dev-process .responsive-tabs {
  position: relative;
}

.mobile-app-dev-process .responsive-tabs .section-title {
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
  letter-spacing: unset;
  max-width: 450px;
}

.mobile-app-dev-process .responsive-tabs .section-title span {
  color: #d1dd00;
}

@media (max-width: 1399px) {
  .mobile-app-dev-process .responsive-tabs .section-title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev-process .responsive-tabs .section-title {
    font-size: 36px;
    max-width: 400px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev-process .responsive-tabs .section-title {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev-process .responsive-tabs .section-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev-process .responsive-tabs #app-content>.tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}

@media (min-width: 992px) {
  .mobile-app-dev-process .responsive-tabs #app-content>.tab-pane .collapse {
    display: block;
  }
}

@media (min-width: 992px) {
  .mobile-app-dev-process .responsive-tabs #app-content>.tab-pane .card-header {
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev-process .responsive-tabs #app-content>.tab-pane .card-header {
    padding: 0;
  }
}

.mobile-app-dev-process .responsive-tabs #app-content>.tab-pane .card-header h5 a {
  display: block;
  color: #000;
  background: #fff;
  margin-top: 15px;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
}

.mobile-app-dev-process .responsive-tabs #app-content>.tab-pane .card-header h5 a[aria-expanded="true"] {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  color: #fff;
}

.mobile-app-dev-process .responsive-tabs .content .text-content {
  padding: 45px 35px;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid #fff;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  margin-top: 30px;
}

@media (max-width: 991px) {
  .mobile-app-dev-process .responsive-tabs .content .text-content {
    padding: 30px 30px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev-process .responsive-tabs .content .text-content {
    padding: 30px 20px;
  }
}

.mobile-app-dev-process .responsive-tabs .content .text-content h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .mobile-app-dev-process .responsive-tabs .content .text-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev-process .responsive-tabs .content .text-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev-process .responsive-tabs .content .text-content h3 {
    font-size: 18px;
  }
}

.mobile-app-dev-process .responsive-tabs .content .text-content p {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #fff;
}

.mobile-app-dev-process .responsive-tabs .content .text-content p:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .mobile-app-dev-process .responsive-tabs .content .text-content p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev-process .responsive-tabs .content .text-content p {
    font-size: 14px;
  }
}

.mobile-app-dev-process .responsive-tabs .app-dev-img {
  position: absolute;
  bottom: 0;
  right: -30px;
  max-width: 520px;
}

@media (max-width: 1399px) {
  .mobile-app-dev-process .responsive-tabs .app-dev-img {
    max-width: 460px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev-process .responsive-tabs .app-dev-img {
    max-width: 390px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev-process .responsive-tabs .app-dev-img {
    position: static;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .mobile-app-dev-process .responsive-tabs .app-dev-img {
    max-width: 250px;
  }
}

.mobile-app-dev-process .responsive-tabs .app-dev-img img {
  width: 100%;
  height: 100%;
}

.mobile-app-dev-process .mob-app-dev-tabs-nav {
  height: 5px;
  background: #fff;
  margin: 40px 0 130px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .mobile-app-dev-process .mob-app-dev-tabs-nav {
    display: none;
  }
}

.mobile-app-dev-process .mob-app-dev-tabs-nav .nav-item {
  position: relative;
  height: 50px;
}

.mobile-app-dev-process .mob-app-dev-tabs-nav .nav-item::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #190406;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0 5px #fff;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile-app-dev-process .mob-app-dev-tabs-nav .nav-item:has(.nav-link.active)::before {
  background: #d1dd00;
}

.mobile-app-dev-process .mob-app-dev-tabs-nav .nav-item .nav-link {
  padding: 23px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 90px;
  text-align: center;
  color: #fff;
  border: none;
}

.mobile-app-dev-process .mob-app-dev-tabs-nav .nav-item .nav-link.active {
  color: #d1dd00;
}

.mobile_dev_service_we_offer {
  padding: 6rem 0;
}

.mobile_dev_service_we_offer .responsive-tabs {
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
  mix-blend-mode: normal;
  margin-top: 4rem;
}

@media (max-width: 991px) {
  .mobile_dev_service_we_offer .responsive-tabs {
    padding: 20px 0;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs {
  background: #9bbc00;
  border: 0;
  mix-blend-mode: normal;
  /* border-radius: 0 0 40px 40px; */
  padding: 20px 0;
  justify-content: center;
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item {
  max-width: 136px;
  text-align: center;
  margin: 10px;
}

@media (max-width: 1399px) {
  .mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item {
    max-width: 119px;
  }
}

@media (max-width: 1199px) {
  .mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item {
    max-width: 97px;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .nav-link {
  background: #DAE2E9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  border: 1px solid #f3f3f3;
  min-height: 132px;
  padding: 15px;
}

@media (max-width: 1199px) {
  .mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .nav-link {
    padding: 15px 10px;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .nav-link span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #083E6B;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .nav-link span {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .nav-link svg {
    width: 30px;
    height: 30px;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .active {
  background: #083E6B;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  border: 0;
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .active path {
  fill: #0a67b5;
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs .nav-item .active span {
  color: #fff;
}

.mobile_dev_service_we_offer .responsive-tabs .card {
  background-image: url('../images/large-screens-banner\ 1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: relative;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-header {
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-header h5 a {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  font-weight: bold;
  color: #323232;
  display: block;
  padding: 20px;
  border-radius: 15px;
}

@media (max-width: 575px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-header h5 a {
    font-size: 14px;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-header h5 a svg {
  margin-right: 10px;
}

@media (max-width: 575px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-header h5 a svg {
    width: 30px;
    height: 30px;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-header [aria-expanded="true"] {
  color: #0a67b5;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-header [aria-expanded="true"] path {
  fill: #0a67b5;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body {
  padding: 6rem 1rem;
}

@media (max-width: 1399px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-body {
    padding-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-body {
    padding: 2rem 0;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #0a67b5;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin: 2rem 0 3rem;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content button .button-text {
  color: #fff;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content {
  position: relative;
}

.mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content img {
  position: absolute;
  top: -6rem;
}

@media (max-width: 1399px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content img {
    max-width: 640px;
  }
}

@media (max-width: 1299px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content img {
    left: -50px;
  }
}

@media (max-width: 1199px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content img {
    left: auto;
    max-width: 484px;
  }
}

@media (max-width: 1199px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content img {
    position: static;
    max-width: 100%;
  }
}

.mobile_dev_service_we_offer .responsive-tabs .nav-tabs {
  display: none;
}

@media (max-width: 992px) {
  .mobile_dev_service_we_offer .responsive-tabs .card .card-header {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .mobile_dev_service_we_offer .responsive-tabs .nav-tabs {
    display: flex;
  }


  .mobile_dev_service_we_offer .responsive-tabs .card .card-header {
    display: none;
  }
  

  .mobile_dev_service_we_offer .responsive-tabs .card .collapse {
    display: block;
  }
}

@media (max-width: 991px) {
  .mobile_dev_service_we_offer .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
    margin-bottom: 20px;
  }
}

.top-tier-flutter-app-development {
  background-image: url("../images/slider-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
}

@media (max-width: 1600px) {
  .top-tier-flutter-app-development {
    background-size: 140%;
  }
}

@media (max-width: 991px) {
  .top-tier-flutter-app-development {
    background-size: cover;
  }
}

.top-tier-flutter-app-development .hide-sec {
  background-image: url("../images/whitemobilebg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  place-self: center;
  height: 700px;
}

.top-tier-flutter-app-development .hide-sec ::-webkit-scrollbar {
  width: 0.1em;
  border-radius: 20px;
}

.top-tier-flutter-app-development .hide-sec ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.top-tier-flutter-app-development .hide-sec ::-webkit-scrollbar-thumb {
  background-color: #0a67b5;
  outline: 1px solid #0a67b5;
  border-radius: 20px;
}

.top-tier-flutter-app-development .hide-sec .nav-tabs {
  margin-top: 50px;
  padding: 0 20px;
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (max-width: 1600px) {
  .top-tier-flutter-app-development .hide-sec .nav-tabs {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media (max-width: 1399px) {
  .top-tier-flutter-app-development .hide-sec .nav-tabs {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 100px;
  }
}

@media (max-width: 1199px) {
  .top-tier-flutter-app-development .hide-sec .nav-tabs {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 150px;
    padding: 0 10px;
  }
}

.top-tier-flutter-app-development .hide-sec .nav-tabs .nav-item {
  margin: 30px 0;
}

@media (max-width: 1299px) {
  .top-tier-flutter-app-development .hide-sec .nav-tabs .nav-item {
    margin: 10px 0;
  }
}

.top-tier-flutter-app-development .hide-sec .nav-tabs .nav-item .nav-link {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.05);
  color: #000;
  min-height: 60px;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
}

@media (max-width: 1399px) {
  .top-tier-flutter-app-development .hide-sec .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    line-height: 18px;
  }
}

.top-tier-flutter-app-development .hide-sec .nav-tabs .nav-link.active {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  padding: 0.5rem 1rem;
  color: #fff !important;
}

.top-tier-flutter-app-development .hide-sec .nav-tabs::before {
  display: none;
}

.top-tier-flutter-app-development .hide-sec::before {
  display: none;
}

.top-tier-flutter-app-development .nav-item .active::before {
  display: none !important;
}

.top-tier-flutter-app-development .box {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
}

.top-tier-flutter-app-development .box h3 {
  font-family: "gilroy";
  color: #0a67b5 !important;
  margin-bottom: 10%;
  font-size: 32px;
  font-style: normal;
  font-weight: bold !important;
  line-height: normal;
  letter-spacing: 3.2px;
}

.top-tier-flutter-app-development .box p {
  font-family: "gilroy";
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.mobile-app-dev .mobile_dev_service_we_offer {
  padding: 90px 0 50px;
}

@media (max-width: 1199px) {
  .mobile-app-dev .mobile_dev_service_we_offer {
    padding: 60px 0 40px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .mobile_dev_service_we_offer {
    padding-top: 50px;
  }
}

.mobile-app-dev .mobile_dev_service_we_offer .section-title {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: unset;
}

@media (max-width: 1399px) {
  .mobile-app-dev .mobile_dev_service_we_offer .section-title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .mobile_dev_service_we_offer .section-title {
    font-size: 36px;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .mobile_dev_service_we_offer .section-title {
    font-size: 24px;
  }
}

.mobile-app-dev .mobile_dev_service_we_offer .section-content {
  max-width: 77%;
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .mobile-app-dev .mobile_dev_service_we_offer .section-content {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .mobile_dev_service_we_offer .section-content {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.5;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs .card .card-header h5 a {
    padding: 12px 20px;
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs .card .card-body {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content h3 {
    font-size: 22px;
  }
}

.mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content p {
  margin: 1rem 0 2rem;
  padding-left: 0;
}

@media (max-width: 1399px) {
  .mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs .card .card-body .text_content p {
    padding: 0;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content img {
    max-width: 60%;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .mobile_dev_service_we_offer .responsive-tabs .card .card-body .img_content img {
    max-width: 75%;
    margin-top: 30px;
  }
}

@media (max-width: 1399px) {
  .mobile-app-dev .industries-we-served {
    padding: 30px 0 70px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .industries-we-served {
    padding-top: 0;
  }
}

.mobile-app-dev .industries-we-served .top-text h2 {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: unset;
}

@media (max-width: 1399px) {
  .mobile-app-dev .industries-we-served .top-text h2 {
    font-size: 42px;
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 1199px) {
  .mobile-app-dev .industries-we-served .top-text h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .industries-we-served .top-text h2 {
    font-size: 24px;
  }
}

@media (max-width: 1399px) {
  .mobile-app-dev .industries-we-served .top-text p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .industries-we-served .top-text p {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .industries-we-served .tabs-cont {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .industries-we-served .tabs-cont .responsive-tabs {
    padding: 0;
  }
}

@media (max-width: 1399px) {
  .mobile-app-dev .industries-we-served .tabs-cont .responsive-tabs .nav-tabs li a .svg-cont {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1399px) {
  .mobile-app-dev .industries-we-served .tabs-cont .responsive-tabs .nav-tabs li a .svg-cont svg {
    width: 3rem;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .card-header h5 a {
    padding: 20px 15px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .mobile-app-dev .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.mobile-app-dev .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body p {
  padding-left: 0;
}

@media (max-width: 991px) {
  .mobile-app-dev .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body p {
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 767px) {
  .mobile-app-dev .industries-we-served .tabs-cont .responsive-tabs .tab-content .tab-pane .collapse .card-body p {
    padding: 0;
  }
}

.other-services {
  padding: 5rem 0;
}

@media (max-width: 767px) {
  .other-services {
    padding: 2rem 0;
  }
}

.other-services .services_row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 4rem;
  justify-content: center;
}

@media (max-width: 1299px) {
  .other-services .services_row {
    padding-left: 0;
  }
}

.other-services .services_row li {
  width: 20%;
  text-align: center;
}

@media (max-width: 991px) {
  .other-services .services_row li {
    width: 30%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .other-services .services_row li {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .other-services .services_row li {
    width: 100%;
  }
}

.other-services .services_row li .card {
  background: #fcfcfc;
  border-radius: 24px;
  margin: 0 10px;
  border: 0;
  padding: 30px;
  min-height: 250px;
}

@media (max-width: 1399px) {
  .other-services .services_row li .card {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .other-services .services_row li .card {
    box-shadow: 0 0 54px rgba(188, 188, 188, 0.33);
  }
}

.other-services .services_row li .card .svg_cont {
  z-index: 1;
  margin-bottom: 10px;
}

.other-services .services_row li .card .svg_cont svg {
  width: 65px;
  height: 65px;
}

.other-services .services_row li .card .text_cont {
  z-index: 1;
}

.other-services .services_row li .card .text_cont h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #020000;
  margin-bottom: 20px;
}

.other-services .services_row li .card .text_cont p {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #7c7c7c;
  margin: 0;
}

.other-services .services_row li .card:before {
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
}

.other-services .services_row li .card:hover:before {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  transform: scaleY(1);
  transform-origin: left;
  border-radius: 24px;
}

.other-services .services_row li .card:hover .text_cont h3,
.other-services .services_row li .card:hover .text_cont p {
  color: #fff;
}

.other-services .services_row li .card:hover .svg_cont path {
  fill: #000;
}

.other-services .services_row:after {
  content: "";
  position: absolute;
  width: 1350px;
  height: 185px;
  z-index: -1;
  bottom: -30px;
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
  border: 1px solid #f3f3f3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  left: -10px;
}

@media (max-width: 1399px) {
  .other-services .services_row:after {
    width: 1175px;
  }
}

@media (max-width: 1299px) {
  .other-services .services_row:after {
    left: -30px;
  }
}

@media (max-width: 1199px) {
  .other-services .services_row:after {
    width: 995px;
  }
}

@media (max-width: 991px) {
  .other-services .services_row:after {
    width: 765px;
  }
}

@media (max-width: 767px) {
  .other-services .services_row:after {
    display: none;
  }
}

.consultation-cta {
  position: relative;
  background: linear-gradient(179.54deg, #222222 0.3%, #323232 99.51%);
}

.consultation-cta .text-content {
  padding: 80px 0;
}

@media (max-width: 991px) {
  .consultation-cta .text-content {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .consultation-cta .text-content {
    padding-bottom: 30px;
  }
}

.consultation-cta .text-content .section-title {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: unset;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}

.consultation-cta .text-content .section-title span {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  display: block;
}

@media (max-width: 1399px) {
  .consultation-cta .text-content .section-title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .consultation-cta .text-content .section-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .consultation-cta .text-content .section-title {
    font-size: 24px;
  }
}

.consultation-cta .text-content .get-a-quote {
  width: 10.5rem;
  font-size: 14px;
  padding: 18px 20px;
  line-height: 1;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.consultation-cta .text-content .get-a-quote::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #d1dd00 -18.33%, #0a67b5 131.11%);
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.4s;
  transform: scaleY(0);
  transform-origin: top;
}

.consultation-cta .text-content .get-a-quote:hover::before {
  transform: scaleY(1);
}

@media (max-width: 1399px) {
  .consultation-cta .text-content .get-a-quote {
    width: 10rem;
    padding: 16px 20px;
  }
}

@media (max-width: 1199px) {
  .consultation-cta .text-content .get-a-quote {
    width: auto;
    min-width: 9rem;
    padding: 14px 20px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .consultation-cta .text-content .get-a-quote {
    min-width: 8.5rem;
    padding: 13px 11px;
  }
}

.consultation-cta .cta-img {
  max-width: 660px;
  position: absolute;
  top: -40px;
  right: 0;
}

@media (max-width: 1199px) {
  .consultation-cta .cta-img {
    max-width: 530px;
    top: -20px;
  }
}

@media (max-width: 991px) {
  .consultation-cta .cta-img {
    max-width: 330px;
    top: 30px;
  }
}

@media (max-width: 767px) {
  .consultation-cta .cta-img {
    max-width: unset;
    position: static;
  }
}

.consultation-cta .cta-img img {
  width: 100%;
}

.reviews-sec {
  padding: 80px 0 0;
}

@media (max-width: 991px) {
  .reviews-sec {
    padding: 50px 0 0;
  }
}

.reviews-sec .section-title {
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: unset;
  margin-bottom: 1rem;
}

@media (max-width: 1399px) {
  .reviews-sec .section-title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .reviews-sec .section-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .reviews-sec .section-title {
    font-size: 24px;
  }
}

.reviews-sec .section-content {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 85%;
  margin: 0 auto 3.5rem;
}

@media (max-width: 1399px) {
  .reviews-sec .section-content {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .reviews-sec .section-content {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .reviews-sec .section-content {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.reviews-sec .review-box {
  padding: 30px;
  border-radius: 13px;
  background: #fafafa;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .reviews-sec .review-box {
    padding: 18px;
  }
}

.reviews-sec .review-box .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  background: none;
}

.reviews-sec .review-box .card-header h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 991px) {
  .reviews-sec .review-box .card-header h3 {
    font-size: 14px;
  }
}

.reviews-sec .review-box .card-header ul {
  display: flex;
  gap: 4px;
  align-items: center;
}

.reviews-sec .review-box .card-header ul li {
  font-size: 13px;
  color: #f09409;
}

@media (max-width: 991px) {
  .reviews-sec .review-box .card-header ul li {
    font-size: 10px;
  }
}

.reviews-sec .review-box .card-body p {
  padding: 20px 0;
  color: #565656;
  line-height: 1.45;
}

@media (max-width: 1399px) {
  .reviews-sec .review-box .card-body p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .reviews-sec .review-box .card-body p {
    font-size: 14px;
  }
}

.reviews-sec .review-box .card-footr p {
  font-size: 12px;
  color: #7c7c7c;
  line-height: 1.4;
}

.contact-sec {
  padding: 0 0 120px;
  position: relative;
}

@media (max-width: 1199px) {
  .contact-sec {
    padding-bottom: 80px;
  }
}

@media (max-width: 1199px) {
  .contact-sec {
    padding-bottom: 60px;
  }
}

.contact-sec::before {
  content: "";
  width: 100%;
  height: 80%;
  background: #fafafa;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.contact-sec .main-row {
  background: #fff;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  margin-top: 80px;
}

@media (max-width: 1399px) {
  .contact-sec .main-row {
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .contact-sec .main-row {
    margin-top: 40px;
  }
}

.contact-sec .main-row .img-wraper {
  max-width: 730px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -50px;
}

@media (max-width: 1199px) {
  .contact-sec .main-row .img-wraper {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .contact-sec .main-row .img-wraper {
    height: 300px;
  }
}

.contact-sec .main-row .img-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .contact-sec .main-row .img-wraper img {
    object-position: top;
  }
}

.contact-sec .main-row .form-wraper {
  padding: 60px 30px 40px 50px;
}

@media (max-width: 1199px) {
  .contact-sec .main-row .form-wraper {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .contact-sec .main-row .form-wraper {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .contact-sec .main-row .form-wraper {
    padding: 30px 20px;
  }
}

.contact-sec .main-row .form-wraper .section-title {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  letter-spacing: unset;
  color: #565656;
  margin-bottom: 40px;
}

@media (max-width: 1399px) {
  .contact-sec .main-row .form-wraper .section-title {
    font-size: 42px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .contact-sec .main-row .form-wraper .section-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .contact-sec .main-row .form-wraper .section-title {
    font-size: 24px;
    text-align: center;
  }
}

.contact-sec .main-row .form-wraper .section-title span {
  font-weight: 700;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0);
  display: block;
}

.contact-sec .main-row .form-wraper form .form-group {
  margin-bottom: 1.5rem;
}

.contact-sec .main-row .form-wraper form .form-group .form-control {
  height: 60px;
  line-height: 1;
  font-weight: 400;
  padding: 0 25px 0;
  border-radius: 100px;
  border: none;
  background: #fafafa;
  font-size: 16px;
  color: #000;
  box-shadow: none !important;
}

.contact-sec .main-row .form-wraper form .form-group .form-control::placeholder {
  color: #000;
}

@media (max-width: 1399px) {
  .contact-sec .main-row .form-wraper form .form-group .form-control {
    height: 55px;
    font-size: 14px;
  }
}

@media (max-width: 1399px) {
  .contact-sec .main-row .form-wraper form .form-group .form-control {
    height: 45px;
  }
}

.contact-sec .main-row .form-wraper form .form-group textarea.form-control {
  min-height: 150px;
  resize: none;
  border-radius: 10px;
  padding-top: 25px;
}

.contact-sec .main-row .form-wraper form .submit-btn-wraper {
  text-align: right;
}

.contact-sec .main-row .form-wraper form .submit-btn-wraper .submit-btn {
  width: 9rem;
  font-size: 14px;
  padding: 17px 20px;
  line-height: 1;
  border-radius: 100px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.contact-sec .main-row .form-wraper form .submit-btn-wraper .submit-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #d1dd00 -18.33%, #0a67b5 131.11%);
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.4s;
  transform: scaleY(0);
  transform-origin: top;
}

.contact-sec .main-row .form-wraper form .submit-btn-wraper .submit-btn:hover::before {
  transform: scaleY(1);
}

@media (max-width: 1199px) {
  .contact-sec .main-row .form-wraper form .submit-btn-wraper .submit-btn {
    width: auto;
    min-width: 8rem;
    padding: 14px 20px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .contact-sec .main-row .form-wraper form .submit-btn-wraper .submit-btn {
    min-width: 8.5rem;
    padding: 13px 11px;
  }
}

.devices-we-rock-on {
  padding: 6rem 0 0;
}

@media (max-width: 767px) {
  .devices-we-rock-on {
    padding: 1rem 0 0;
  }
}

.devices-we-rock-on .text-content {
  margin-bottom: 6rem;
}

@media (max-width: 767px) {
  .devices-we-rock-on .text-content {
    margin-bottom: 0;
  }
}

.devices-we-rock-on .responsive-tabs {
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
  mix-blend-mode: normal;
  border-radius: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .devices-we-rock-on .responsive-tabs {
    padding: 20px;
    margin-top: 50px;
  }
}

.devices-we-rock-on .responsive-tabs .nav-tabs {
  background: #fff;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  max-width: 515px;
  margin: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: -40px;
}

.devices-we-rock-on .responsive-tabs .nav-tabs .nav-item {
  width: 50%;
}

.devices-we-rock-on .responsive-tabs .nav-tabs .nav-item .nav-link {
  border: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #323232;
  padding: 30px 0;
}

.devices-we-rock-on .responsive-tabs .nav-tabs .nav-item .active {
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  border-radius: 24px;
  color: #fff;
}

.devices-we-rock-on .responsive-tabs .card {
  background: rgba(0, 0, 0, 0);
  border: 0;
}

.devices-we-rock-on .responsive-tabs .card .card-header {
  padding: 0;
  border: 0;
}

.devices-we-rock-on .responsive-tabs .card .card-header h5 a {
  color: #323232;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  display: block;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  margin: auto;
  margin-bottom: 20px;
}

.devices-we-rock-on .responsive-tabs .card .card-body {
  padding: 5rem 5rem 6rem;
}

@media (max-width: 767px) {
  .devices-we-rock-on .responsive-tabs .card .card-body {
    padding: 0;
  }
}

.devices-we-rock-on .responsive-tabs .card .card-body .img-cont {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .devices-we-rock-on .responsive-tabs .card .card-body .img-cont img {
    max-width: 190px;
  }
}

@media (max-width: 991px) {
  .devices-we-rock-on .responsive-tabs .card .card-body .img-cont img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .devices-we-rock-on .responsive-tabs .card .card-body .img-cont {
    text-align: center;
  }
}

.devices-we-rock-on .responsive-tabs .card .card-header [aria-expanded="true"] {
  color: #0a67b5;
}

.devices-we-rock-on .responsive-tabs .nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .devices-we-rock-on .responsive-tabs .nav-tabs {
    display: flex;
  }

  .devices-we-rock-on .responsive-tabs .card {
    border: none;
  }

  .devices-we-rock-on .responsive-tabs .card .card-header {
    display: none;
  }

  .devices-we-rock-on .responsive-tabs .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .devices-we-rock-on .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.footer-sec {
  background: #000;
  padding: 60px 0 0;
}

@media (max-width: 767px) {
  .footer-sec {
    padding: 50px 0 0;
  }
}

.footer-sec .top-rated-logos {
  padding-bottom: 40px;
  border-bottom: 1px solid #929292;
}

@media (max-width: 991px) {
  .footer-sec .top-rated-logos {
    padding-bottom: 20px;
  }
}

.footer-sec .top-rated-logos .section-title {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 3.5rem;
  color: #fff;
  letter-spacing: unset;
}

@media (max-width: 1399px) {
  .footer-sec .top-rated-logos .section-title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .footer-sec .top-rated-logos .section-title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .footer-sec .top-rated-logos .section-title {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}

.footer-sec .top-rated-logos .top-rated-logos-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.footer-sec .top-rated-logos .top-rated-logos-carousel .owl-stage>div {
  flex-grow: 1;
}

.footer-sec .top-rated-logos .top-rated-logos-carousel .owl-stage .item img {
  width: auto !important;
  margin: 0 auto;
}

.footer-sec .footer-bottom-row {
  padding: 40px 0;
  border-bottom: 1px solid #929292;
}

@media (max-width: 991px) {
  .footer-sec .footer-bottom-row {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .footer-sec .footer-bottom-row {
    text-align: center;
  }
}

@media (max-width: 1399px) {
  .footer-sec .footer-bottom-row .footer-logo img {
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .footer-sec .footer-bottom-row .footer-logo img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-sec .footer-bottom-row .footer-logo img {
    max-width: 70%;
  }
}

.footer-sec .footer-bottom-row .footer-links h3 {
  font-size: 22px;
  color: #0a67b5;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1;
}

@media (max-width: 1399px) {
  .footer-sec .footer-bottom-row .footer-links h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .footer-sec .footer-bottom-row .footer-links h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer-sec .footer-bottom-row .footer-links h3 {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.footer-sec .footer-bottom-row .footer-links>a {
  font-size: 22px;
  font-weight: 400;
  color: #929292;
}

.footer-sec .footer-bottom-row .footer-links>a:hover {
  color: #0a67b5;
}

@media (max-width: 1399px) {
  .footer-sec .footer-bottom-row .footer-links>a {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .footer-sec .footer-bottom-row .footer-links>a {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer-sec .footer-bottom-row .footer-links>a {
    font-size: 15px;
  }
}

.footer-sec .footer-bottom-row .footer-links ul {
  display: flex;
  gap: 18px;
}

@media (max-width: 767px) {
  .footer-sec .footer-bottom-row .footer-links ul {
    justify-content: center;
  }
}

.footer-sec .footer-bottom-row .footer-links ul li a {
  font-size: 20px;
  color: #929292;
}

.footer-sec .footer-bottom-row .footer-links ul li a:hover {
  color: #0a67b5;
}

@media (max-width: 991px) {
  .footer-sec .footer-bottom-row .footer-links ul li a {
    font-size: 16px;
  }
}

.footer-sec .copy-right {
  text-align: center;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 1399px) {
  .footer-sec .copy-right {
    padding: 20px 0;
  }
}

.footer-sec .copy-right a {
  color: #fff;
  transition: 0.4s;
}

.footer-sec .copy-right a:hover {
  color: #0a67b5;
}

.app_support_ser_we_offer .tabs-content {
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
  padding: 6rem 0;
  margin-top: 4rem;
}

.app_support_ser_we_offer .tabs-content .accordion-body .box {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  border-radius: 24px;
  border: 0;
  margin-top: 4%;
}

.app_support_ser_we_offer .tabs-content .accordion-body .box h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #0a67b5;
}

.app_support_ser_we_offer .tabs-content .accordion-body .box p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.app_support_ser_we_offer .tabs-content .accordion-body .box button .button-text {
  color: #fff;
}

.app_support_ser_we_offer .tabs-content .nav-tabs .nav-item .active {
  width: 100%;
}

@media (max-width: 767px) {
  .app_support_ser_we_offer .tabs-content .img-cont .ser-we-offer {
    margin: auto;
  }
}

.app_support_ser_we_offer .tabs-content {
  background: linear-gradient(89.68deg, #222222 0.34%, #323232 99.79%);
  padding: 6rem 0;
  margin-top: 4rem;
}

.app_support_ser_we_offer .tabs-content .accordion-body .box {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  border-radius: 24px;
  border: 0;
  margin-top: 4%;
}

.app_support_ser_we_offer .tabs-content .accordion-body .box h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #0a67b5;
}

.app_support_ser_we_offer .tabs-content .accordion-body .box p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.app_support_ser_we_offer .tabs-content .accordion-body .box button .button-text {
  color: #fff;
}

.app_support_ser_we_offer .tabs-content .nav-tabs .nav-item .active {
  width: 100%;
}

@media (max-width: 767px) {
  .app_support_ser_we_offer .tabs-content .img-cont .ser-we-offer {
    margin: auto;
  }
}

.support-packages {
  background-image: url("../images/support-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
}

.support-packages .text-content {
  padding: 10rem 0;
}

@media (max-width: 991px) {
  .support-packages .text-content {
    padding: 0 0 40px;
  }
}

.support-packages .text-content h2,
.support-packages .text-content p {
  text-align: left;
  color: #fff;
}

.support-packages .text-content button .button-text {
  color: #fff;
}

.support-packages ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}

.support-packages ul li {
  width: 50%;
}

@media (max-width: 575px) {
  .support-packages ul li {
    width: 100%;
  }
}

.support-packages ul li:nth-child(2) {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .support-packages ul li:nth-child(2) {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .support-packages ul li:nth-child(2) {
    margin: 0;
  }
}

.support-packages ul li:nth-child(3) {
  margin-top: -30px;
}

@media (max-width: 1399px) {
  .support-packages ul li:nth-child(3) {
    margin-top: -20px;
  }
}

@media (max-width: 575px) {
  .support-packages ul li:nth-child(3) {
    margin: 0;
  }
}

.support-packages ul li .card {
  margin: 0 15px;
  padding: 60px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.05);
  border: 0;
  position: relative;
}

@media (max-width: 1199px) {
  .support-packages ul li .card {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .support-packages ul li .card {
    margin: 10px 0;
  }
}

.support-packages ul li .card .text_area h3 {
  color: #0c1300;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.support-packages ul li .card .text_area p {
  color: #323232;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.support-packages ul li .card .svg-cont {
  z-index: 1;
}

.support-packages ul li .card:before {
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
}

.support-packages ul li .card:hover:before {
  background: var(--dark-gradient,
      linear-gradient(89deg, #222 0%, #323232 100%));
  transform: scaleY(1);
  transform-origin: left;
  border-radius: 10px;
}

.support-packages ul li .card:hover .text_area {
  z-index: 1;
}

.support-packages ul li .card:hover .text_area h3 {
  color: #0a67b5;
}

.support-packages ul li .card:hover .text_area p {
  color: #fff;
}

.app-designservice-we-offer {
  padding: 2rem 0;
}

.app-designservice-we-offer .carousal_cont {
  background-image: url("../images/slider-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
}

.app-designservice-we-offer .carousal_cont .img-cont img {
  width: auto;
  margin: auto;
}

@media (max-width: 991px) {
  .app-designservice-we-offer .carousal_cont .text-cont {
    padding: 15px 0;
  }
}

@media (max-width: 575px) {
  .app-designservice-we-offer .carousal_cont .text-cont {
    text-align: center;
  }
}

.app-designservice-we-offer .carousal_cont .text-cont h3 {
  color: #0a67b5;
  font-size: 32px;
  letter-spacing: 3.2px;
  font-weight: bold;
}

.app-designservice-we-offer .carousal_cont .text-cont p {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
}

.app-designservice-we-offer .carousal_cont .text-cont button .button-text {
  color: #fff;
}

.app-designservice-we-offer .carousal_cont .owl-dots {
  position: absolute;
  transform: rotate(90deg);
  right: -17rem;
  top: 20rem;
}

@media (max-width: 1699px) {
  .app-designservice-we-offer .carousal_cont .owl-dots {
    right: -13rem;
  }
}

@media (max-width: 1599px) {
  .app-designservice-we-offer .carousal_cont .owl-dots {
    right: -10rem;
  }
}

@media (max-width: 1499px) {
  .app-designservice-we-offer .carousal_cont .owl-dots {
    right: -7rem;
  }
}

@media (max-width: 1299px) {
  .app-designservice-we-offer .carousal_cont .owl-dots {
    right: -6rem;
  }
}

@media (max-width: 1199px) {
  .app-designservice-we-offer .carousal_cont .owl-dots {
    right: -5rem;
    top: 17rem;
  }
}

@media (max-width: 767px) {
  .app-designservice-we-offer .carousal_cont .owl-dots {
    position: static;
    transform: none;
    text-align: center;
    margin-top: 20px;
  }
}

.app-designservice-we-offer .carousal_cont .owl-dots .owl-dot {
  border-radius: 20px;
  background: #464646;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.app-designservice-we-offer .carousal_cont .owl-dots .active {
  background: var(--gradient,
      linear-gradient(270deg, #d1dd00 0%, #0a67b5 100%));
}

.mobile-app-strategy .gray-sec {
  padding: 60px 0 60px 0px;
  background: var(--dark-gradient,
      linear-gradient(90deg, #222 0%, #323232 100%));
}

@media (max-width: 575px) {
  .mobile-app-strategy .gray-sec {
    padding: 0;
  }
}

.mobile-app-strategy .gray-sec .outer-sec {
  background-image: url("../images/1241.png");
  background-position: right, center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1299px) {
  .mobile-app-strategy .gray-sec .outer-sec {
    background-size: contain;
  }
}

@media (max-width: 1099px) {
  .mobile-app-strategy .gray-sec .outer-sec {
    background-image: none;
  }
}

.mobile-app-strategy .gray-sec .inner-sec {
  padding-bottom: 2px;
}

@media (max-width: 575px) {
  .mobile-app-strategy .gray-sec .inner-sec {
    padding: 50px 0;
  }
}

.mobile-app-strategy .gray-sec .inner-sec .cstm-row {
  display: flex;
  max-width: 70%;
}

@media (max-width: 1499px) {
  .mobile-app-strategy .gray-sec .inner-sec .cstm-row {
    max-width: 65%;
  }
}

@media (max-width: 1320px) {
  .mobile-app-strategy .gray-sec .inner-sec .cstm-row {
    max-width: 75%;
  }
}

@media (max-width: 1099px) {
  .mobile-app-strategy .gray-sec .inner-sec .cstm-row {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .mobile-app-strategy .gray-sec .inner-sec .cstm-row {
    display: block;
  }
}

.mobile-app-strategy .gray-sec .inner-sec .cstm-row .cstm-col-50 {
  max-width: 50%;
}

@media (max-width: 767px) {
  .mobile-app-strategy .gray-sec .inner-sec .cstm-row .cstm-col-50 {
    max-width: 100%;
  }
}

.mobile-app-strategy .gray-sec .inner-sec .text-top {
  max-width: 390px;
}

.mobile-app-strategy .gray-sec .inner-sec .text-top h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 3.2px;
  margin-bottom: 35px;
}

.mobile-app-strategy .gray-sec .inner-sec .flex-box .box {
  padding: 1px;
  position: relative;
  background: linear-gradient(270deg, #d1dd00 0%, #0a67b5 100%);
  margin-bottom: -1px;
  margin-right: -1px;
}

.mobile-app-strategy .gray-sec .inner-sec .flex-box .box .box-inner {
  background: #222;
  color: #fff;
  padding: 45px 25px;
  transition: 0.3s;
  z-index: 1;
  position: relative;
}

.mobile-app-strategy .gray-sec .inner-sec .flex-box .box .box-inner h4 {
  color: #0a67b5;
  font-size: 32px;
  font-weight: 600;
}

.mobile-app-strategy .gray-sec .inner-sec .flex-box .box .box-inner h5 {
  font-size: 16px;
  font-weight: 600;
}

.mobile-app-strategy .gray-sec .inner-sec .flex-box .box .box-inner p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mobile-app-strategy .gray-sec .inner-sec .flex-box .box .box-inner:before {
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.mobile-app-strategy .gray-sec .inner-sec .flex-box .box .box-inner:hover:before {
  background: linear-gradient(270deg, #d1dd00 0%, #0a67b5 100%);
  transform: scaleX(1);
  transform-origin: left;
}

.mobile-app-strategy .gray-sec .inner-sec .flex-box .box .box-inner:hover h3,
.mobile-app-strategy .gray-sec .inner-sec .flex-box .box .box-inner:hover h4 {
  color: #fff;
}

.integration-solution {
  background: var(--dark-gradient,
      linear-gradient(89deg, #222 0%, #323232 100%));
  padding-top: 5rem;
}

.integration-solution .text-content {
  margin-bottom: 4rem;
}

.integration-solution .text-content .section-title,
.integration-solution .text-content .section-content {
  color: #fff;
}

.integration-solution .card {
  background: rgba(0, 0, 0, 0);
  text-align: center;
  padding: 4rem;
  border-radius: 0;
  border: 1px solid #383838;
  z-index: 1;
}

@media (max-width: 1199px) {
  .integration-solution .card {
    padding: 3rem;
  }
}

.integration-solution .card .svg-cont {
  margin-bottom: 1.5rem;
}

.integration-solution .card .text-cont p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.integration-solution .card:before {
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.integration-solution .card:hover:before {
  background: var(--gradient,
      linear-gradient(270deg, #d1dd00 0%, #0a67b5 100%));
  transform: scaleX(1);
  transform-origin: left;
}

.integration-solution .card:hover .svg-cont path {
  fill: #fff;
}

.integration-solution .card:hover .svg-cont .text-cont {
  color: #fff;
}

.native_app_dev {
  margin-bottom: 4rem;
}

.native_app_dev .text-content {
  margin-right: 6rem;
}

.native_app_dev .text-content button .button-text {
  color: #fff;
}

.native_app_dev ul li .card {
  padding: 20px;
}

.native_app_dev ul li .card .svg-cont {
  text-align: right;
}

.native_app_dev ul li .card .text_area {
  padding: 2rem 0 0;
}

.rect_native_tech_stack .mock-parent {
  width: auto;
}

.rect_native_tech_stack .mock-parent img {
  position: static;
}

@media (max-width: 991px) {
  .rect_native_tech_stack .mock-parent img {
    width: 100%;
  }
}

.mobile-app-discovery-services .text-content {
  margin-bottom: 4rem;
}

.mobile-app-discovery-services .inner-section {
  background-color: #323232;
  background-image: url("../images/ser-we-offer-bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 5% 0 8%;
}

@media (max-width: 1199px) {
  .mobile-app-discovery-services .inner-section {
    background-size: 30%;
  }
}

@media (max-width: 991px) {
  .mobile-app-discovery-services .inner-section {
    background-image: none;
  }
}

.mobile-app-discovery-services .inner-section .left-column-listing {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0 0 10% 0;
}

@media (max-width: 575px) {
  .mobile-app-discovery-services .inner-section .left-column-listing {
    flex-direction: row-reverse;
  }
}

.mobile-app-discovery-services .inner-section .left-column-listing .industries-info-box {
  margin-top: 20px;
}

.mobile-app-discovery-services .inner-section .left-column-listing .left-column-listing-li {
  text-align: left;
  width: 70%;
  margin: 0 10px 0 10px;
}

@media (max-width: 1199px) {
  .mobile-app-discovery-services .inner-section .left-column-listing .left-column-listing-li {
    margin: 0 30px 0 10px;
  }
}

.mobile-app-discovery-services .inner-section .left-column-listing .left-column-listing-li-img {
  width: 30%;
}

.mobile-app-discovery-services .inner-section .left-column-listing .industries-img-box {
  float: right;
  padding: 40px;
  background: #fcfcfc;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}

@media screen and (max-width: 1140px) {
  .mobile-app-discovery-services .inner-section .left-column-listing .industries-img-box {
    padding: 20px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-app-discovery-services .inner-section .left-column-listing .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    transform: translateY(20px);
  }
}

@media screen and (max-width: 575px) {
  .mobile-app-discovery-services .inner-section .left-column-listing .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    float: none;
    margin: 0 auto;
    display: table;
  }
}

.mobile-app-discovery-services .inner-section .left-column-listing h3 {
  color: #0a67b5;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 1140px) {
  .mobile-app-discovery-services .inner-section .left-column-listing h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-app-discovery-services .inner-section .left-column-listing h3 {
    font-size: 10px;
    line-height: 14px;
  }
}

@media screen and (max-width: 575px) {
  .mobile-app-discovery-services .inner-section .left-column-listing h3 {
    text-align: left;
  }
}

.mobile-app-discovery-services .inner-section .left-column-listing p {
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .mobile-app-discovery-services .inner-section .left-column-listing p {
    font-size: 10px;
    line-height: 10px;
  }
}

@media screen and (max-width: 575px) {
  .mobile-app-discovery-services .inner-section .left-column-listing p {
    text-align: left;
  }
}

.mobile-app-discovery-services .inner-section .right-column-listing {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0 0 10% 0;
}

.mobile-app-discovery-services .inner-section .right-column-listing .industries-info-box {
  margin-top: 20px;
}

.mobile-app-discovery-services .inner-section .right-column-listing .right-column-listing-li-img {
  width: 30%;
  margin: 0 10px 0 10px;
}

@media screen and (max-width: 575px) {
  .mobile-app-discovery-services .inner-section .right-column-listing .right-column-listing-li-img {
    margin: 0;
  }
}

.mobile-app-discovery-services .inner-section .right-column-listing .right-column-listing-li-img .industries-img-box {
  float: right;
  padding: 40px;
  background: #fcfcfc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
}

@media screen and (max-width: 1140px) {
  .mobile-app-discovery-services .inner-section .right-column-listing .right-column-listing-li-img .industries-img-box {
    padding: 20px;
    border-radius: 14px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-app-discovery-services .inner-section .right-column-listing .right-column-listing-li-img .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    transform: translateY(20px);
  }
}

@media screen and (max-width: 575px) {
  .mobile-app-discovery-services .inner-section .right-column-listing .right-column-listing-li-img .industries-img-box {
    padding: 10px;
    border-radius: 14px;
    float: none;
    margin: 0 auto;
    display: table;
  }
}

.mobile-app-discovery-services .inner-section .right-column-listing .right-column-listing-li {
  text-align: left;
  width: 70%;
  margin: 0 10px 0 10px;
}

.mobile-app-discovery-services .inner-section .right-column-listing h3 {
  color: #0a67b5;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 1140px) {
  .mobile-app-discovery-services .inner-section .right-column-listing h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-app-discovery-services .inner-section .right-column-listing h3 {
    font-size: 10px;
    line-height: 14px;
  }
}

.mobile-app-discovery-services .inner-section .right-column-listing p {
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .mobile-app-discovery-services .inner-section .right-column-listing p {
    font-size: 10px;
    line-height: 10px;
  }
}

.mobile-app-discovery-services .inner-section .img-cont {
  position: relative;
}

.mobile-app-discovery-services .inner-section .img-cont img {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1199px) {
  .mobile-app-discovery-services .inner-section .img-cont img {
    top: 0;
  }
}

.mobile-consulting-services .inner-section {
  background-image: url("../images/ser-we-offer-bg_1.webp");
}

.customcontainer_who_we_are {
  background: linear-gradient(180deg, white 50%, #232323 50%);
}

@media (max-width: 991px) {
  .customcontainer_who_we_are {
    background: #232323;
  }
}

.customcontainer_who_we_are .card-custom-wwa {
  border-radius: 24px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  padding: 50px 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .customcontainer_who_we_are .card-custom-wwa {
    margin: 20px 0px;
  }
}

.customcontainer_who_we_are .card-custom-wwa h3 {
  color: #323232;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.customcontainer_who_we_are .card-custom-wwa p {
  color: #7c7c7c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.customcontainer_who_we_are .card-custom-wwa:hover {
  background: linear-gradient(270deg, #d1dd00 0%, #0a67b5 100%);
  cursor: pointer;
}

.customcontainer_who_we_are .card-custom-wwa:hover h3 {
  color: #fff;
}

.customcontainer_who_we_are .card-custom-wwa:hover p {
  color: #fff;
}

.how-we-work-about-us {
  background: #232323;
  padding: 100px 0px;
  position: relative;
}

.how-we-work-about-us .section-title {
  color: #fff;
}

.how-we-work-about-us .section-content {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.how-we-work-about-us .section-content span {
  color: #0a67b5;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 28px;
}

.how-we-work-about-us .bg-words-about-abs {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 300px;
  margin: 0 auto;
  opacity: 0.5;
}

@media (max-width: 1536px) {
  .how-we-work-about-us .bg-words-about-abs {
    top: 230px;
  }
}

.how-we-work-about-us .reasons-to-choose-bg-sec {
  position: absolute;
  top: 50px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.how-we-work-about-us .reasons-to-choose-item-sec {
  position: relative;
  z-index: 9999;
  margin: 10px auto 0 auto;
  display: table;
  bottom: -400px;
}

@media (max-width: 991px) {
  .how-we-work-about-us .reasons-to-choose-item-sec {
    bottom: 0px;
  }
}

.how-we-work-about-us .reasons-to-choose-content-box h3 {
  color: #0a67b5;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 3.2px;
}

.how-we-work-about-us .reasons-to-choose-content-box p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.how-we-work-about-us .reasons-to-choose-content-box {
  position: relative;
}

.section-to-change {
  height: 100vh;
}

@media (max-width: 991px) {
  .section-to-change {
    height: 100%;
  }
}

.bg-parent {
  background: linear-gradient(270deg, #d1dd00 0%, #0a67b5 100%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 999999;
  background-size: contain;
  border-radius: 100%;
  border-top-right-radius: 0px;
  height: 600px;
}

@media (max-width: 1399px) {
  .bg-parent {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .bg-parent {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .bg-parent {
    height: auto;
    background: none;
  }
}

.bg-parent2 {
  background: linear-gradient(270deg, #d1dd00 0%, #0a67b5 100%);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 999999;
  background-size: contain;
  border-radius: 100%;
  border-top-left-radius: 0px;
  height: 600px;
}

@media (max-width: 1399px) {
  .bg-parent2 {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .bg-parent2 {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .bg-parent2 {
    height: auto;
    background: none;
  }
}

.contact_us {
  background: linear-gradient(180deg, #f9fff0 50%, #fff 50%);
  padding: 5% 0 0;
}

.contact_us .text-cont {
  margin-bottom: 4rem;
}

.contact_us .text-cont h1 {
  color: #323232;
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  line-height: 67px;
}

.contact_us .text-cont h1 span {
  color: #0a67b5;
}

@media (max-width: 575px) {
  .contact_us .text-cont h1 {
    font-size: 32px;
    line-height: 39px;
  }
}

.contact_us .form_sec {
  border-radius: 20px;
  background: #fff;
  padding: 30px 20px;
}

.contact_us .form_sec .text-content h2,
.contact_us .form_sec .text-content p {
  text-align: left;
}

@media (max-width: 1199px) {
  .contact_us .form_sec .img-cont {
    position: sticky;
    top: 0;
  }
}

.contact_us .form_sec .input_groups {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.contact_us .form_sec .input_groups li {
  margin-right: 30px;
  width: 45%;
  margin-bottom: 3rem;
}

@media (max-width: 1199px) {
  .contact_us .form_sec .input_groups li {
    width: 44%;
  }
}

@media (max-width: 991px) {
  .contact_us .form_sec .input_groups li {
    width: 41%;
  }
}

@media (max-width: 575px) {
  .contact_us .form_sec .input_groups li {
    width: 100%;
  }
}

.contact_us .form_sec .input_groups li:last-child {
  margin-bottom: 20px;
  width: 100%;
}

.contact_us .form_sec .input_groups li .form-label {
  color: #0a67b5;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.contact_us .form_sec .input_groups li .form-control {
  border: 0;
  border-bottom: 2px solid #f1f1f1;
  border-radius: 0;
  color: #7c7c7c;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  padding: 0.375rem 0;
}

.contact_us .form_sec .input_groups li .form-control::placeholder {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.contact_us .form_sec .input_groups li .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #0a67b5;
}

.mvp-dev-consist {
  padding: 3% 0 0;
}

.mvp-dev-consist .text-content {
  margin-bottom: 4rem;
}

.mvp-dev-consist .text-content h2 {
  margin-bottom: 30px;
}

.mvp-dev-consist .mvp-development {
  background: var(--dark-gradient,
      linear-gradient(89deg, #222 0%, #323232 100%));
  padding: 5rem 0 10rem;
}

.mvp-dev-consist .mvp-development .flip-card {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 270px;
  perspective: 1000px;
  border: 1px solid #383838;
}

@media (max-width: 1199px) {
  .mvp-dev-consist .mvp-development .flip-card {
    height: 300px;
  }
}

.mvp-dev-consist .mvp-development .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.mvp-dev-consist .mvp-development .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.mvp-dev-consist .mvp-development .flip-card-front,
.mvp-dev-consist .mvp-development .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mvp-dev-consist .mvp-development .flip-card-front {
  background-color: rgba(0, 0, 0, 0);
  padding: 3rem;
}

@media (max-width: 1399px) {
  .mvp-dev-consist .mvp-development .flip-card-front {
    padding: 3rem 2rem;
  }
}

@media (max-width: 1199px) {
  .mvp-dev-consist .mvp-development .flip-card-front {
    padding: 3rem 1rem;
  }
}

.mvp-dev-consist .mvp-development .flip-card-front .text_cont {
  margin-top: 1.5rem;
}

.mvp-dev-consist .mvp-development .flip-card-front .text_cont h3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.mvp-dev-consist .mvp-development .flip-card-back {
  background: var(--gradient,
      linear-gradient(270deg, #d1dd00 0%, #0a67b5 100%));
  transform: rotateY(180deg);
  padding: 3rem 2rem;
}

.mvp-dev-consist .mvp-development .flip-card-back h4 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.mvp-dev-consist .mvp-development .flip-card-back p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
}

.mvp-dev-consist .mvp-development .img-cont {
  position: relative;
}

.mvp-dev-consist .mvp-development .img-cont img {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin: auto;
}

.case-studies-banner {
  background-image: url("../images/banner-bg.webp");
  padding: 9% 0 5% 0;
}

.case-studies-banner .text-cont {
  text-align: center;
}

.case-studies-banner .text-cont h1 {
  font-family: "gilroy";
  font-weight: bold;
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  margin-right: 10%;
}

.case-studies-banner .text-cont h1 span {
  color: #0a67b5;
}

.case-studies-banner .text-cont p {
  font-family: "gilroy";
  font-weight: normal;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  margin: 3% 0 7%;
}

.hvr-shutter {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 27px;
  background-image: linear-gradient(90deg, var(--gradient-hover));
  background-image: -moz-linear-gradient(90deg, var(--gradient-hover));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-hover));
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn_default {
  padding: 9px 20px;
  border-radius: 27px;
  font-size: var(--font-size18);
  font-weight: 600;
  border: 0;
  color: var(--white1);
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
}

.hvr-shutter:hover {
  color: #fff;
}

.hvr-shutter:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

:root {
  --span-color: #b0d723;
  --sec-hdg: #080e1e;
  --white1: #fff;
  --gradient-colors: rgb(95, 161, 4), rgb(134, 205, 37);
  --gradient-hover: rgb(134, 205, 37), rgb(95, 161, 4);
  --btn-hover: #257a00;
  --bnr-hdg: #a3d424;
  --p-color: #8b8e94;
  --sertb-color: #7a7e89;
  --serv-p: #595d67;
  --our-work-p: #555965;
  --lime-span: #8d8f93;
  --sy-hello: #7eb710;
  --footer-li: #727272;
  --our-box1: #151b20;
  --our-ser-box3: #083030;
  --fontsize60: 53px;
  --font-size18: 18px;
  --font-size14: 14px;
  --font-size15: 15px;
  --font-size12: 12px;
  --font-size13: 13px;
  --font-size16: 16px;
  --font-size22: 22px;
  --font-size24: 23px;
  --font-size26: 26px;
  --font-size20: 20px;
  --font-size30: 30px;
  --font-size36: 36px;
  --font-size40: 40px;
  --font-size72: 72px;
  --font-size54: 54px;
  --font-size52: 52px;
  --font-SharpSans: "SharpSans-Bold";
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

strong {
  transition: all 0.2s ease-in-out;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.bg_clr_green:hover strong {
  color: #a4de6a;
}

.form-control.error {
  border-color: red !important;
}

.active .default_heading {
  -webkit-animation-name: fadeInDownCustom;
  animation-name: fadeInDownCustom;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 34px 0;
  display: flex;
  align-items: center;
}

.button {
  display: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #head-mobile {
  display: none;
}

#cssmenu>ul>li {
  float: left;
}

.drop-cion svg,
.drowp-hdg svg {
  fill: var(--white1);
  -webkit-transform: translate(-50%, -50%) rotate(1deg);
  transform: translate(-50%, -50%) rotate(1deg);
  width: 13px;
  height: 7px;
  margin: 0 0 -8px 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.has-sub:hover .drop-cion svg,
.drowp-hdg:hover svg {
  -webkit-transform: translate(-50%, -50%) rotate(-1deg);
  transform: translate(-50%, -50%) rotate(179deg);
  fill: var(--span-color);
}

#cssmenu>ul>li>a {
  padding: 15px 12px;
  font-size: var(--font-size14);
  text-decoration: none;
  color: var(--white1);
  font-weight: 600;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
  color: var(--span-color);
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  color: #0a67b5;
  font-weight: 600;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #222;
  transition: all 0.25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:after {
  background: var(--span-color);
}

#cssmenu li:hover>ul {
  left: auto;
}

#cssmenu li:hover>ul>li {
  height: 45px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 15px 15px;
  width: 280px;
  font-size: 13px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  color: #fff;
  ackground-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
  border-top: 1px solid #333;
}

.menu-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.connect_div_head {
  margin-left: 20px;
}

.connect_div_head .btn {
  padding: 13px 20px;
}

.connect_div_head i {
  margin-right: 8px;
  display: none;
}

.drowp-hdg {
  font-size: var(--font-size14) !important;
  font-weight: 600 !important;
}

.main-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 13% 0 10% 0px;
  text-align: center;
}

.main-banner.visible {
  background-image: url(../images/banner-bg.webp);
}

.bnr-hdg {
  font-size: var(--font-size54);
  color: var(--white1);
  font-family: var(--font-SharpSans);
}

.bnr-hdg span {
  color: var(--span-color);
}

.bnr-p {
  color: var(--white1);
  font-size: var(--font-size24) !important;
}

.btn-1 {
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
  border: none;
  transition: all 0.5s linear;
  font-weight: 600;
  color: #fff;
  border-radius: 27px;
  height: 53px;
  width: 121px;
  margin-left: 12px;
}

.banner-form-btn button {
  outline: none;
  border: none;
}

#regForm .tab {
  display: none;
}

.tab input {
  height: 53px;
  width: 435px;
  border-radius: 27px;
  border: 0;
}

.banner_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #393e4b;
  border-radius: 40px;
  padding: 6px;
  margin: 3% 0 0;
}

.banner_btn .form-group {
  margin-bottom: 0;
  border-radius: 27px;
}

.from-p {
  color: var(--white1);
  font-size: var(--font-size12);
  padding: 2% 0;
}

.point-sec {
  padding: 2% 0;
}

.cf_sY {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 1.5rem;
  background-color: #f8f8fb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.point-sec .owl-theme .owl-nav {
  margin-top: 0;
}

.cf_sY img {
  width: 55%;
}

.cf_sY svg {
  fill: var(--bnr-hdg);
}

.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.point-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.point-li a {
  color: var(--sec-hdg);
  font-size: var(--font-size16);
}

.point-sec .nav-tabs .nav-link {
  border: 0;
  padding: 0;
  font-weight: 600;
}

.point-sec .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: rgba(0, 0, 0, 0);
}

.web-logos-ul {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 15px;
}

.project-logos-box {
  padding: 6% 15px 0 0;
  box-shadow: 0px 6px 25px -18px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  border-radius: 10px;
  justify-content: space-between;
}

.project-h1 {
  font-size: var(--font-size15);
  color: var(--sec-hdg);
  font-weight: 600;
  margin-bottom: 4%;
}

.project-span {
  font-size: var(--font-size15);
  color: var(--p-color);
  font-weight: 500;
}

.project-content {
  margin-left: 10%;
  flex-grow: 1;
}

.web-logos-ul li {
  filter: grayscale(100%);
  transition: all ease 0.3s;
}

.web-logos-ul li:hover {
  filter: none;
}

.poit-tab {
  margin-bottom: 40px;
}

.icons-wraper {
  margin: auto;
}

.tab-button {
  display: flex;
  justify-content: center;
  height: 55px;
}

.tab-bnt {
  padding: 13px 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-button img {
  margin-left: 20px;
  filter: brightness(0) invert(1);
}

.home-serv-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 2% 0;
}

.home-serv-sec.visible {
  background-image: url(../images/services-offer-bg.webp);
}

.home-case-studies .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.home-serv-sec .service-hdg {
  padding: 0 40px;
}

.home-serv-sec .col-md-4 {
  margin: auto;
}

.sec-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-hdg {
  font-size: var(--fontsize60);
  color: var(--sec-hdg);
  font-weight: 700;
}

.service-hdg span {
  color: var(--span-color);
}

.service-p {
  color: var(--sec-hdg);
  font-size: var(--font-size18);
  line-height: 180%;
}

.home-serv-sec .tab-sec {
  padding: 40px 0;
  background-color: var(--white1);
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.2);
  margin: 2% 0 0;
  position: relative;
  height: 100%;
}

.home-serv-cnt p {
  padding: 0 10% 15px 0;
}

.home-serv-sec .tab-sec ul {
  margin: 0 0 4%;
  padding: 0;
  display: flex;
  align-items: center;
  height: 140px;
  justify-content: center;
  width: 136%;
  position: relative;
  left: -18%;
}

.home-serv-sec .tab-sec .first-tab,
.scound-tab,
.thred-tab {
  width: 100%;
  height: 100px;
  background-color: #e8eaef;
  border: 1px solid #d6dae4;
  cursor: pointer;
  border-radius: 10px;
  display: flex;
  padding: 0px 50px;
  align-items: center;
  margin: auto 20px;
  position: relative;
}

.home-serv-sec .tab-sec ul li:hover,
.home-serv-sec .tab-sec ul li.current {
  box-shadow: 0px 6px 15.36px 0.64px rgba(0, 0, 0, 0.2);
  background-position: right;
  background-size: cover;
}

.home-serv-sec .tab-sec ul li:hover,
.home-serv-sec .tab-sec ul li.current.visible {
  background-image: url(../images/service-hvr.webp);
}

.home-serv-sec .tab-sec ul li:hover p,
.home-serv-sec .tab-sec ul li.current p {
  color: var(--white1);
}

.home-serv-sec .tab-sec ul li:hover img,
.home-serv-sec .tab-sec ul li.current img {
  filter: brightness(0) invert(1);
}

.home-serv-sec .tab-sec ul li p {
  color: var(--sertb-color);
  margin-left: 30px;
  font-size: var(--font-size22);
  font-weight: 600;
}

.home-serv-sec .tab-sec .my-tabs {
  display: none;
  position: relative;
}

.home-serv-sec .tab-sec .my-tabs.current {
  display: block;
}

.home-serv-sec .tab-sec .my-tabs.tab-cms img {
  top: 40px;
}

.home-serv-sec .tab-sec .my-tabs.tab-responsive img {
  width: 80%;
  right: -290px;
  top: 130px;
}

.home-serv-sec .tab-sec .my-tabs.tab-b2b img {
  top: 130px;
}

.home-serv-sec .tab-sec .my-tabs.tab-b2c img {
  width: 80%;
  top: 20px;
  right: -260px;
}

.bullets li {
  display: block;
  border: 0;
  width: 100%;
  background: unset;
  margin: 10px 0;
  padding: 3px;
  font-size: 18px;
  cursor: unset;
  color: #fff;
  margin-left: 15px;
}

.right-arrow {
  position: absolute;
  right: 6%;
  display: none;
}

.scound-tab {
  left: 0;
}

.bullets li {
  background-image: none;
}

.tab-p {
  color: var(--sec-hdg);
  font-size: var(--font-size15);
  text-align: center;
  line-height: 31px;
}

.tab-icons {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  height: 80px;
}

.tab-icons li {
  display: block;
  text-align: center;
  width: 100%;
}

.tab-icons img {
  margin-bottom: 10px;
}

.icon-hdg {
  color: var(--serv-p);
  font-size: var(--font-size16);
  line-height: 150%;
}

.fall-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.fall-icon img {
  width: 70%;
}

.fall-icon-wraper {
  margin: auto;
}

.ios-fall {
  padding-bottom: 10%;
}

.been-reviewed .owl-carousel .owl-item img {
  margin: auto;
  width: auto;
}

.been-reviewed h1 {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
}

.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 4px;
  margin: 5px 7px;
  background: rgba(49, 49, 49, 0.7);
  border-radius: 0;
}

.been-reviewed-slider .owl-stage-outer .owl-stage {
  margin: 32px 0 0px;
}

.been-reviewed-slider .owl-theme .owl-nav {
  margin-top: 0;
}

button:focus {
  outline: 0 !important;
}

.clutch-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.star {
  color: var(--span-color);
  display: flex;
  justify-content: space-evenly;
  font-size: 20px;
  margin-top: 20px;
}

.cluch-h1 {
  text-align: center;
  font-size: 100px;
  color: #162e38;
}

.clutch-box {
  border: 2px solid #e9e8ed;
  position: relative;
  text-align: center;
  width: 190px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
}

.clutch-content {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clutch-content i {
  color: #87c032;
  font-size: var(--font-size16);
}

.clutch-content span {
  font-size: var(--font-size12);
  color: var(--sec-hdg);
  font-weight: 700;
  margin-left: 6px;
}

.portfolio-box {
  display: block;
  position: relative;
  overflow: hidden;
}

.portfolio-box img:first-child {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.asked-questions {
  padding: 60px 0px;
  display: none;
}

.myaccordion {
  margin: 3% 0;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #edeff0;
  background: rgba(0, 0, 0, 0);
  padding: 9px 10px;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  color: var(--sec-hdg);
  padding: 0;
  font-size: var(--font-size24);
  text-align: left;
  background-color: #ebeef4;
  border-radius: 10px;
  height: 122px;
  padding: 0 4% 0 3%;
  justify-content: space-between;
  border: 0;
}

.myaccordion .btn:hover {
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
  color: var(--white1);
}

.normal-text {
  display: none;
}

.collapsed .normal-text {
  display: inline-block;
}

.collapsed .active-text {
  display: none;
}

.active-text {
  display: inline-block;
}

.myaccordion .btn:hover i {
  color: var(--white1);
}

.myaccordion .btn i {
  color: var(--sec-hdg);
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li+li {
  margin-top: 10px;
}

.card-body p {
  padding: 15px;
  font-size: var(--font-size18);
  color: var(--our-work-p);
}

.card-body {
  padding: 0;
}

.card-header label {
  margin-bottom: 0;
  width: 65%;
}

.card-header {
  border: 0 !important;
}

.asked-questions .col-md-12 {
  padding: 0;
}

.service-hdg:hover {
  color: var(--sec-hdg);
}

.lime-bites {
  margin: 2% 0 8%;
}

.lime-bites h1 {
  margin-bottom: 5%;
}

.lime-span {
  font-size: var(--font-size14);
  color: var(--lime-span);
}

.lime-span2 {
  color: var(--lime-span);
  font-size: var(--font-size16);
}

.lime-h1 {
  font-size: var(--font-size36);
  color: var(--sec-hdg);
  margin: 2% 0 6% 0;
  font-weight: 600;
}

.lime-bites .col-md-4 {
  border-right: 1px solid #c4c4c4;
  padding: 35px 0 35px 45px;
}

.lime-bites .col-md-4:nth-child(1) {
  padding-left: 15px;
}

.lime-bites .col-md-4:nth-child(3) {
  border: 0;
}

.say-hello {
  background-color: var(--sec-hdg);
  border-top: 8px solid #86cd25;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 6%;
  margin-top: 5%;
}

.say-hello.visible {
  background-image: url(../images/say-hello-sec-bg.webp);
}

.get-in-bg {
  position: relative;
}

.get-in-bg::before {
  content: "";
  position: absolute;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 320px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.get-in-bg.visible::before {
  background-image: url(../images/say-hello-g.webp);
}

.get-in-bg::after {
  content: "";
  position: absolute;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.get-in-bg.visible::after {
  background-image: url(../images/say-hello-stcr.webp);
}

.get-in {
  position: relative;
  z-index: 3;
  padding: 4% 0 0 9%;
}

.say-hello .say-hello-wraper {
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
  border-radius: 50px;
  overflow: hidden;
  margin-top: -8%;
}

.say-h1 {
  font-size: var(--font-size72);
  color: var(--white1);
  font-weight: 700;
  margin-bottom: 1%;
}

.say-h3 {
  font-size: var(--font-size30);
  color: var(--white1);
  font-weight: 700;
  margin-bottom: 2%;
}

.say-p {
  font-size: var(--font-size24);
  color: var(--white1);
}

.book-h1 {
  font-size: var(--font-size24);
  text-align: center;
  color: var(--sec-hdg);
  font-weight: 700;
  padding: 6% 0 5% 0;
}

.book-wraper {
  background-color: var(--white1);
  margin: 10px 10px 10px 0;
  border-radius: 0 40px 40px 0;
  padding: 5% 0;
}

.book-wraper img {
  margin: auto;
  display: block;
}

.adress-h3 {
  font-size: var(--font-size24);
  color: var(--sy-hello);
  font-weight: 700;
  margin: 6% 0 3% 0;
}

.adress-p {
  font-size: var(--font-size18);
  color: var(--white1);
  line-height: 200%;
}

.email-p {
  font-size: var(--font-size16);
  color: var(--white1);
  margin: 6% 0;
}

.email-a {
  color: #84cb24;
  font-size: var(--font-size16);
}

.email-a:hover {
  color: var(--white1);
}

.about_nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 0;
  border-radius: 0;
  color: var(--bnr-hdg);
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.about_nav .nav-tabs .nav-link,
.nav-tabs {
  border: 0;
  background: rgba(0, 0, 0, 0);
  align-items: center;
}

.about_nav {
  border: 2px solid var(--sec-hdg);
  border-radius: 35px;
  width: 80%;
  margin: auto;
  padding: 1.2%;
  z-index: 3;
  position: relative;
}

.about_nav .nav-link {
  font-size: 12px;
  color: var(--sec-hdg);
  font-weight: 600;
  padding: 10px;
}

.about_nav .active {
  background-color: var(--sec-hdg) !important;
  color: var(--white1) !important;
  border-radius: 24px !important;
  padding: 10px;
}

.footer_form_area .leadForm {
  width: 100%;
  margin: auto;
}

.footer_form_area textarea.form-control {
  height: 90px;
  margin-top: 1rem;
}

.footer_form_area .form-control {
  font-size: var(--font-size14);
  height: 45px;
}

.footer_form_area .form-control::placeholder,
.country-color {
  color: var(--sec-hdg);
}

.leadForm .form-control::placeholder,
.contact-country {
  color: var(--p-color) !important;
}

.footer_form_btn {
  font-size: var(--font-size16);
  font-weight: 500;
  padding: 11px 35px;
}

.form-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.multiple--adress-row {
  padding: 5% 0;
}

.social_ul li a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.social_ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}

.social_ul li i {
  color: #fff;
}

.fb-icon {
  background-color: #3b5998;
  border-radius: 50%;
}

.twt-icon {
  background-color: #1da1f2;
  border-radius: 50%;
}

.link-icon {
  background-color: #0a66c2;
  border-radius: 50%;
}

.inta-icon {
  background: -moz-linear-gradient(45deg,
      #f09433 0,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: -webkit-linear-gradient(45deg,
      #f09433 0,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  background: linear-gradient(45deg,
      #f09433 0,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  border-radius: 50%;
}

.pint-icon {
  background-color: #c8232c;
  border-radius: 50%;
}

.footer {
  padding: 2% 0;
}

.frt-h1 {
  font-size: var(--font-size18);
  color: var(--sec-hdg);
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.ftr-ul li {
  font-size: var(--font-size13);
  color: var(--footer-li);
  margin-bottom: 5%;
  font-weight: 500;
}

.ftr-ul li:nth-child(2) {
  margin-bottom: 5%;
}

.cntct-link {
  color: var(--footer-li) !important;
  transition: all 0.3s ease-in-out;
}

.frt-ul2 li,
.frt-ul2 a {
  font-size: var(--font-size13);
  color: var(--footer-li);
  font-weight: 500;
  margin-bottom: 4%;
  transition: all 0.3s ease-in-out;
}

.frt-ul2 a:hover,
.cntct-link:hover {
  text-decoration: underline;
  color: #77bc18 !important;
  position: relative;
}

.footer-img {
  border-top: 1px solid #d9dce4;
  border-bottom: 1px solid #d9dce4;
  display: flex;
  justify-content: center;
  padding: 2% 0%;
  margin: 3% auto;
}

.footer-img li {
  filter: grayscale(100%);
  transition: all ease 0.3s;
}

.footer-img li:hover {
  filter: none;
}

.copy-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy-sec li,
.copy-sec a {
  font-size: var(--font-size14);
  color: var(--sec-hdg);
}

.copy-sec li:hover,
.copy-sec a:hover {
  color: var(--btn-hover);
}

.social-hdg {
  color: #545454;
  font-size: var(--font-size16);
  margin-bottom: 10%;
}

.social-hdg img {
  margin-left: 4px;
}

.social-icon-ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.social_ul li:hover {
  filter: none !important;
}

.footer-wrpaer {
  margin: auto;
}

.footer .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.border-r {
  border-radius: 2px;
}

.our-box:hover .our-ser-p,
.our-ser-wrpr:hover .our-ser-p {
  opacity: 0.3;
}

.our-box:hover::before,
.our-ser-wrpr:hover::before {
  opacity: 0.5;
}

.ser-bnr-p {
  color: var(--white1);
}

.our-services {
  padding: 5% 0 1%;
}

.cstm-mrgn {
  margin-top: 35px;
}

.our-box {
  padding: 10% 6%;
  border-radius: 25px;
  position: relative;
  width: 100%;
  height: 630px;
  overflow: hidden;
  z-index: -1;
}

.our-box::before {
  content: "";
  position: absolute;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.our-h1 {
  font-size: var(--font-size30);
  color: var(--white1);
  font-weight: 700;
  margin-bottom: 3%;
  position: relative;
  z-index: 2;
}

.our-h1 span {
  color: var(--span-color);
}

.our-ser-p {
  color: var(--white1);
  font-size: var(--font-size18);
  z-index: 1;
}

.inner-banner {
  padding: 9% 0 5% 0 !important;
}

.inner-banner .from-p {
  padding: 2% 0 0 0;
}

.inr-bnr-p {
  font-size: var(--font-size16);
  color: #fff;
  line-height: 30px;
  padding: 10px 0 0;
}

.our-box1 {
  background-color: var(--our-box1);
}

.our-box2 {
  background-color: var(--sec-hdg);
}

.our-box1::before {
  width: 572px;
  height: 627px;
}

.our-box1.visible::before {
  background-image: url(../images/services-page/our-services-img2.webp);
}

.our-box2::before {
  width: 551px;
  height: 559px;
}

.our-box2.visible::before {
  background-image: url(../images/services-page/our-services-img1.webp);
}

.our-ser-wrpr {
  background-color: var(--our-ser-box3);
  height: 559px;
  border-radius: 25px;
  margin: 3% 0;
  padding: 6% 3%;
  position: relative;
  overflow: hidden;
}

.our-ser-wrpr::before {
  content: "";
  position: absolute;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 824px;
  height: 600px;
  left: 1%;
  bottom: 0;
}

.our-ser-wrpr.visible::before {
  background-image: url(../images/services-page/our-ser-wrpr-before.webp);
}

.our-ser-wrpr::after {
  content: "";
  position: absolute;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 905px;
  height: 423px;
  bottom: 0;
  right: 0;
}

.our-ser-wrpr.visible::after {
  background-image: url(../images/services-page/our-ser-wrpr-after.webp);
}

.our-box3 {
  position: relative;
}

.our-box3::after {
  content: "";
  position: absolute;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1000px;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.our-box3.visible::after {
  background-image: url(../images/services-page/our-box3-after.webp);
}

.box-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 6%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  opacity: 0;
}

.web-icons-ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px 120px;
  position: relative;
}

.web-icons {
  color: var(--white1);
  font-size: var(--font-size18);
  font-weight: 300;
}

.web-icons-ul img {
  margin-bottom: 5px;
  filter: brightness(0) invert(1);
}

.web-icons:hover {
  color: var(--white1);
}

.tab-icons img {
  filter: invert(52%) sepia(13%) saturate(288%) hue-rotate(186deg) brightness(91%) contrast(80%);
}

.our-ser-wrpr .ul-wraper {
  padding: 6% 3% 0;
}

.our-box:hover .box-overlay,
.our-ser-wrpr:hover .box-overlay {
  opacity: 1;
  top: 0;
}

.hdg-wraper .our-h1 {
  margin-bottom: 15px;
}

.in-number-p {
  color: var(--sec-hdg);
  font-size: var(--font-size18);
  line-height: 180%;
}

.in-number-row {
  margin: 3% 0;
}

.in-number-h2 {
  font-size: 125px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(176, 215, 35, 0.31);
  color: rgba(0, 0, 0, 0);
  font-weight: 700;
  color: rgba(176, 215, 35, 0.31);
}

.in-number-span {
  position: absolute;
  top: 41%;
  left: 0;
  right: 0;
  color: var(--sec-hdg);
  font-size: var(--font-size20);
  font-weight: 600;
  word-spacing: 2px;
}

.number-wraper {
  text-align: center;
  border: 1px solid #dfdfdf;
}

.in-number {
  padding: 3% 0 1%;
}

.number-wraper:nth-child(n + 4) {
  border-top: 0;
}

.overlay-color {
  opacity: 0.9;
  background-color: rgba(8, 14, 30, 0.9);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.number-wraper:hover .in-number-h2 {
  color: var(--span-color);
}

.ios-aftr-bnr-img {
  margin: auto;
}

.ios-case-studies div[class^="port_"] {
  margin-bottom: 0 !important;
}

.fall-icon-ios {
  padding-bottom: 9%;
}

.after-banner-sec h1 {
  margin-bottom: 20px;
}

.after-banner-sec .in-number-p {
  margin-bottom: 15px;
}

.ios-aftr-ul li {
  margin-bottom: 20px;
  list-style: disc;
  color: var(--sec-hdg);
  margin-left: 45px;
  font-size: var(--font-size18);
}

.bespoke-sec .owl-stage {
  display: flex;
}

.bespoke-sec .item {
  height: 100%;
}

.bespoke-sec {
  padding: 0% 0 5%;
}

.bespoke-sec h1 {
  margin-bottom: 2%;
}

.bespoke-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  border-radius: 10px;
  padding: 28% 8% 5%;
  position: relative;
  box-shadow: -2.796px 4.145px 17.82px 0.18px rgba(0, 0, 0, 0.28);
}

.bespoke-bg.visible {
  background-image: url(../images/ios-page/bespoke-bg.webp);
}

.bespoke-bg::before {
  position: absolute;
  content: "";
  box-shadow: -3px -15px 35px 14px #6a7285;
  left: 0;
  right: 0;
  width: 100px;
  margin: auto;
}

.bespoke-bg::after {
  content: "";
  position: absolute;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
  height: 65%;
  bottom: 0;
  left: 0;
}

.bespoke-bg.visible::after {
  background-image: url(../images/ios-page/bespoke-hvr.webp);
}

.bespoke-row {
  margin-top: 9%;
}

.bespoke-icon {
  position: absolute;
  right: 0;
  top: -22px;
  left: 0;
  margin: auto;
}

.bespoke-h2 {
  color: var(--white1);
  font-size: var(--font-size18);
  font-weight: 700;
  margin: 6% 0;
  line-height: 140%;
}

.bespoke-p {
  color: var(--white1);
  font-size: var(--font-size16);
  line-height: 155%;
  margin-bottom: 20px;
}

.ios-btn {
  padding: 8px 18px;
  color: var(--sec-hdg);
  font: var(--font-size14);
  font-weight: 600;
  margin: 13% 0;
  opacity: 0;
  z-index: 2222;
}

.bespoke-sec .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.bespoke-sec .owl-carousel .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

ul.flip-items li:nth-child(1)>.flip-content img {
  width: 75%;
  margin-top: 65px;
  margin-left: 55px;
}

ul.flip-items li:nth-child(5)>.flip-content img {
  width: 75%;
  margin-top: 65px;
  margin-right: 55px;
}

.ipone-slider .flipster .flipto-next,
.ipone-slider .flipster .flipto-prev {
  top: 41%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  display: flex;
  align-items: center;
  height: 50px;
  text-align: center;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 100%;
  color: #6d218b;
  box-shadow: 1.075px 2.801px 10px 0 rgba(0, 0, 0, 0.53);
  border: 2px rgba(0, 0, 0, 0);
}

.ipone-slider .flipster__button--next {
  right: 75px;
}

.ipone-slider .flipster__button--prev {
  left: 90px;
}

.ipone-slider .flipster--loop .flipster__item {
  position: absolute;
}

.ipone-slider .flipster--loop .flipster__item--past-2 {
  transform: translateX(-100%);
}

.ipone-slider .flipster--loop .flipster__item--future-2 {
  transform: translateX(100%);
}

.ipone-slider .flipster--loop .flipster__item--past-1 {
  transform: translateX(-50%);
}

.ipone-slider .flipster--loop .flipster__item--future-1 {
  transform: translateX(50%);
}

.ipone-slider .flipster--infinite-carousel .flipster__container,
.ipone-slider .flipster--infinite-carousel .flipster__item {
  transition: all 350ms ease-in-out;
  transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}

.ipone-slider .flipster--infinite-carousel .flipster__item__content {
  transition: inherit;
}

.ipone-slider .flipster--infinite-carousel .flipster__item {
  position: absolute;
  opacity: 0;
  perspective: 800px;
}

.ipone-slider .flipster--infinite-carousel .flipster__item--future-2,
.ipone-slider .flipster--infinite-carousel .flipster__item--past-2 {
  opacity: 1;
  transition-delay: 90ms;
}

.ipone-slider .flipster--infinite-carousel .flipster__item--future-1,
.ipone-slider .flipster--infinite-carousel .flipster__item--past-1 {
  opacity: 1;
  transition-delay: 60ms;
}

.ipone-slider .flipster--infinite-carousel .flipster__item--current {
  opacity: 1;
  transition-delay: 0;
}

.ipone-slider .flipster--infinite-carousel .flipster__item--future .flipster__item__content,
.ipone-slider .flipster--infinite-carousel .flipster__item--past .flipster__item__content {
  transform: scale(0.4);
}

.ipone-slider .flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content {
  transform: translateX(-175%) rotateY(70deg) scale(1);
}

.ipone-slider .flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content {
  transform: translateX(173%) rotateY(-70deg) scale(1);
}

.ipone-slider .flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
  transform: translateX(-96%) rotateY(55deg) scale(1);
}

.ipone-slider .flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
  transform: translateX(95%) rotateY(-55deg) scale(1);
}

.ipone-slider .flipster--infinite-carousel .flipster__item--current .flipster__item__content {
  transform: translateX(0) rotateY(0) scale(1);
}

.ipone-slider ul.flipster__nav {
  display: none;
}

.ipone-slider .flipster__button {
  font-size: 15px;
  opacity: 1;
  font-size: 6px;
  width: 60px;
  height: 60px;
  box-shadow: 1.075px 2.801px 10px 0 rgba(0, 0, 0, 0.53);
  background-color: #fff;
  border-radius: 100%;
  color: #5b067d;
}

.ipone-slider .flipster__item img {
  max-width: 100%;
  width: 100%;
}

.ipone-slider {
  margin-top: -2%;
}

.flipster {
  position: relative;
  overflow-x: visible;
}

.flipster::after {
  content: "";
  position: absolute;
  background-image: url(../images/ios-page/iphone.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 400px;
  height: 587px;
  top: 41px;
  left: -16px;
  margin: auto;
  right: 0;
  bottom: 0;
}

.ipone-slider .flipster__button {
  display: none;
}

.dark-black-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 3% 0 7%;
  color: #fff;
}

.dark-black-bg.visible {
  background-image: url(../images/services-offer-bg.webp);
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.ticker {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ticker li {
  text-align: center;
  padding: 0 39px;
  position: relative;
}

.slick-slide {
  outline: none;
}

.dark-black-bg .ticker__head {
  color: #afb0b3;
}

.ticker li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  background: #3f3f3f;
  right: -14px;
  top: 50%;
}

p.ticker__head {
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size36);
  font-weight: 600;
  line-height: 56px;
  margin: 0;
}

.ticker__head {
  color: #3f3f3f;
  margin: 0;
}

.ticker-description {
  margin: 0;
  padding: 30px 0;
  position: relative;
}

.ticker-description .slick-arrow.slick-prev {
  right: auto;
  z-index: 1;
}

.ticker-description .slick-arrow {
  top: 50%;
}

.testimonials .slick-arrow {
  border: none;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  background: 0 0;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  padding: 0;
  position: absolute;
  top: -59px;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ticker-description li p {
  margin: 0 auto;
  text-align: center;
  color: var(--sec-hdg);
  font-size: var(--font-size18);
  font-weight: 500;
  padding: 0 10%;
  line-height: 150%;
}

.ticker-description .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 0;
  line-height: 0;
}

.ticker-description .slick-dots button {
  border: none;
  background: rgba(49, 49, 49, 0.7);
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  outline: none;
  width: 40px;
  height: 4px;
  padding: 0;
}

.ticker-description .slick-dots .slick-active button {
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
}

.dark-black-bg .slick-current .ticker__head {
  color: var(--sec-hdg);
}

.slick-dots li button:before {
  content: "";
  opacity: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots li {
  width: 50px;
  height: 0;
}

.how-it-sec .slick-next:before {
  content: "";
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 30px;
  height: 16px;
}

.how-it-sec.visible .slick-next:before {
  background-image: url(../images/ios-page/right-slider-icon.webp);
}

.how-it-sec .slick-prev:before {
  content: "";
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 30px;
  height: 16px;
}

.how-it-sec.visible .slick-prev:before {
  background-image: url(../images/ios-page/left-slider-icon.webp);
}

.how-it-sec h1 {
  text-align: center;
  margin-bottom: 3%;
}

.technology-choose .dark-black-bg {
  background-image: none;
  margin-bottom: 5%;
}

.fall-icon-tech {
  margin-bottom: 5%;
}

.why-choose-btn {
  padding: 11px 31px;
  margin-top: 5%;
}

.why-choose-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 4% 0;
}

.why-choose-sec.visible {
  background-image: url(../images/services-offer-bg.webp);
}

.why-choose-p {
  color: var(--sec-hdg);
  font-weight: 600;
  font-size: var(--font-size18);
  margin-bottom: 5%;
}

.why-choose-sec .service-hdg {
  margin-bottom: 5%;
}

.card-details {
  position: sticky;
  top: 4rem;
}

.card-details:nth-child(2) {
  top: 5rem;
}

.card-details:nth-child(3) {
  top: 6rem;
}

.card-details:nth-child(4) {
  top: 7rem;
}

.card-details:nth-child(5) {
  top: 8rem;
}

.card-details:nth-child(6) {
  top: 9rem;
}

.why-chose-wrpe {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  align-self: flex-start;
}

.static-page-wrapper section {
  padding: unset;
  z-index: 1;
}

.lime-green-box {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 140%;
  width: 100%;
  height: 471px;
  padding: 0 7% 0 10%;
  display: flex;
  margin-bottom: 5%;
  flex-direction: column;
  justify-content: center;
  border-radius: 25px;
}

.lime-green-box.visible {
  background-image: url(../images/technology-page/lime-green-box.webp);
}

.lime-green-box1.visible {
  background-image: url(../images/technology-page/lime-green-box1.webp);
}

.lime-green-h1 {
  font-weight: 700;
  color: var(--white1);
  font-size: var(--font-size36);
  margin-bottom: 6%;
}

.lime-green-p {
  color: #9c9c9c;
  font-size: var(--font-size18);
}

.lime-green-boximg {
  right: 0;
  position: absolute;
  top: 0;
}

.lime-green-box1 h1 {
  color: var(--sec-hdg);
}

.lime-green-box1 p {
  color: #585858;
}

.wht-we-sec {
  padding: 5% 0;
}

.wht-we-sec .service-hdg {
  margin-bottom: 3%;
}

.what-we-box {
  padding: 5% 4% 2%;
  position: relative;
}

.what-we-h2 {
  color: var(--sec-hdg);
  font-size: var(--font-size30);
  font-weight: 700;
  margin-bottom: 2%;
}

.what-we-box .service-p {
  margin-bottom: 3%;
}

.what-we-boximg {
  position: absolute;
  top: 4%;
  right: 3%;
}

.technology-nbr {
  padding-bottom: 3%;
}

.technology-frequentfy {
  padding-bottom: 7%;
}

.ready-to-start {
  position: relative;
  padding: 4% 0;
}

.ready-to-start::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  height: 95%;
  top: 5%;
  left: 0%;
  bottom: 0;
}

.ready-to-start.visible::before {
  background-image: url(../images/services-offer-bg.webp);
}

.contact-us {
  border: 0;
}

.contact-us .mt-5 {
  margin-top: 0 !important;
}

.ready-to-h1 {
  font-size: 20px;
  color: var(--sec-hdg);
  font-weight: 600;
  line-height: 36px;
  position: relative;
  margin-bottom: 14%;
}

.ready-to-h1 span {
  font-size: 115px;
  font-weight: 800;
  color: #e5e5e6;
  position: absolute;
  z-index: -1;
  top: -4px;
  left: -74px;
}

.ready-to-h1:last-child {
  margin-bottom: 0;
}

.ready-to-bg {
  margin-top: 4%;
}

.tellus-p {
  font-size: var(--font-size30);
  color: var(--sec-hdg);
  font-weight: 500;
}

.contact-form-wrpaer .leadForm {
  width: 100%;
  padding: 10% 0;
}

.contact-form-wrpaer .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #d0d0d5;
  border-radius: 0;
  padding: 30px 10px;
  font-weight: 500;
  height: auto;
}

.contact-form-wrpaer .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.contact-form-wrpaer .form-control::placeholder {
  color: #ababab;
}

.contact-form-wrpaer textarea.form-control {
  margin: 2% 0;
}

.contact-form-btn {
  padding: 12px 47px;
}

.contact-form-butoon {
  margin: 4% 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.contact-form-ul a {
  color: #a0a0a0 !important;
  font-size: var(--font-size14);
  line-height: 30px;
}

.contact-form-ul li:last-child a {
  display: flex;
  justify-content: flex-end;
}

.testimonials-frequentfy {
  margin-bottom: 3%;
}

.blog .service-hdg {
  margin: 4% 0 3%;
}

.image-content {
  font-size: var(--font-size18);
  color: var(--span-color);
  margin-bottom: 4%;
}

.secount-title {
  font-size: var(--font-size26);
  color: var(--sec-hdg);
  font-weight: 800;
  margin-bottom: 7%;
}

.author-h6 {
  font-size: var(--font-size14);
  color: var(--sec-hdg);
  margin-bottom: 2%;
}

.content-block__sub-title {
  color: #949494;
  font-size: 14px;
}

.content-wraper {
  padding: 10%;
}

.blog-grid {
  padding: 0;
  box-shadow: 0px 12px 55.29px 1.71px rgba(8, 14, 30, 0.09);
}

.blog-details {
  padding: 5% 0;
}

.post-info h1 {
  margin: 3% 0;
  font-size: var(--font-size30);
  color: var(--sec-hdg);
}

.image-overlay-content {
  font-size: var(--font-size30);
  color: var(--sec-hdg);
  margin: 3% 0;
}

.about-lime {
  padding: 5% 0;
}

.our-vision-h1 {
  color: var(--span-color);
  font-weight: 600;
  font-size: var(--font-size40);
  margin-bottom: 10px;
  text-align: center;
}

.about-content p {
  margin-bottom: 4%;
  font-size: 17px;
}

.about-content .service-p,
.why-chose-wrpe .service-p {
  padding: 0;
}

.our-box-about {
  padding: 25px 17px;
  border-radius: 0 30px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 2px 12.48px 3.52px rgba(15, 15, 15, 0.2);
  overflow: hidden;
}

.our-box-about:hover {
  box-shadow: 0 2px 12.48px 3.52px rgba(15, 15, 15, 0.2);
  transform: translate(0, -5px);
}

.what-sets-sec {
  padding: 3% 0;
}

.what-sets-sec h1 {
  text-align: center;
  margin-bottom: 4%;
}

.what-sets-box {
  padding: 24px;
  position: relative;
  border: 1px solid var(--white1);
  text-align: center;
  box-shadow: 0 2px 12.48px 3.52px rgba(15, 15, 15, 0.2);
}

.what-sets-h1 {
  font-size: var(--font-size24);
  color: var(--sec-hdg);
  margin-bottom: 10px;
  font-weight: 700;
}

.what-sets-p {
  color: var(--p-color);
  font-size: var(--font-size16);
  font-weight: 500;
  line-height: 26px;
}

.what-sets-icon {
  position: absolute;
  right: 15px;
  top: 6px;
}

.mrg-tp {
  margin-top: 3%;
}

.what-sets-box:hover {
  border: 1px solid var(--span-color);
}

.popup-form {
  background-color: var(--white);
}

.modal.contact-popup .modal-content {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
}

.contact-popup .close {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
  color: #fff;
  z-index: 9;
  opacity: 1;
  border-radius: 100%;
  left: calc(100% - 1rem);
  bottom: calc(100% - 1rem);
}

.popup-form {
  background-color: var(--white);
  padding: 25px 0;
  border-radius: 20px;
}

.popup-form .form-control {
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  height: 47px;
}

.popup-form .form-control:focus {
  box-shadow: none;
}

.popup-form textarea {
  height: 97px !important;
}

.popup-form h3 {
  padding: 0 18px 18px;
  border-bottom: 1px solid;
  margin-bottom: 31px;
}

.popup-form .leadForm {
  padding: 0 25px;
}

.popup-btn {
  background-color: #b0d724;
  background-image: none;
  width: 100%;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 0;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  outline: 0;
  box-shadow: none;
}

.contact-popup .modal-dialog {
  max-width: 402px !important;
}

.technology-main-sec .service-hdg {
  text-align: left;
  margin-bottom: 3%;
}

.technology-main-box {
  padding: 80px 30px 40px;
  text-align: left;
}

.our-industry-sec {
  padding: 5% 0 4%;
}

.our-industry-sec .service-hdg {
  margin-bottom: 5%;
}

.our-industry-box {
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 560px;
  padding: 7% 3% 0 3%;
  position: relative;
  overflow: hidden;
  margin-bottom: 3%;
  border-radius: 25px;
}

.box1.visible {
  background-image: url(../images/industries-main-page/box1.webp);
}

.box2.visible {
  background-image: url(../images/industries-main-page/box2.webp);
}

.box3.visible {
  background-image: url(../images/industries-main-page/box3.webp);
}

.box4.visible {
  background-image: url(../images/industries-main-page/box4.webp);
}

.box5.visible {
  background-image: url(../images/industries-main-page/box5.webp);
}

.our-industry-h4 {
  color: var(--span-color);
  font-size: var(--font-size30);
  font-weight: 600;
  margin-bottom: 3%;
}

.our-industry-p {
  font-size: var(--font-size18);
  color: var(--white1);
  padding-right: 53%;
  line-height: 35px;
}

.box-img1,
.box-img2,
.box-img3,
.box-img4,
.box-img5 {
  position: absolute;
  right: 0;
}

.box-img1 {
  bottom: 0;
  width: 52%;
}

.box-img2 {
  top: 34px;
}

.box-img3 {
  top: 24px;
}

.box-img4 {
  top: 0px;
}

.box-img5 {
  top: 44px;
}

.industry-besp {
  padding: 0 0 6%;
}

.current-openings-sec {
  padding: 3% 0;
}

.current-openings-sec p {
  margin: 2% 0 4%;
}

.current-openings-box {
  padding: 8% 0 8% 10%;
  position: relative;
}

.current-openings-h1 {
  font-size: var(--font-size24);
  color: var(--span-color);
  display: flex;
  align-items: center;
  margin-bottom: 15%;
}

.current-openings-box span {
  margin-left: 6%;
  font-weight: 700;
}

.current-openings-ul {
  font-size: var(--font-size18);
  color: var(--sec-hdg);
  display: grid;
  grid-template-columns: auto auto;
  gap: 32px 0;
  font-weight: 500;
}

.current-openings-box .ios-btn {
  opacity: 1;
  margin: 12% 0 0 0;
}

.current-openings-box:hover.current-openings-box::after {
  opacity: 1;
}

.current-openings-sec .col-md-4 {
  margin-bottom: 30px;
}

.aftr-img {
  width: 65vh;
}

.margin-auto {
  margin: auto;
}

.icon-hdg img {
  margin-bottom: 15px;
}

.cross-plt-h1 {
  font-size: 50px;
}

.versatile-cross {
  padding: 3% 0 4%;
}

.cross-plt-img {
  width: 55vh;
}

.ios-case-studies {
  padding: 2% 0 3% !important;
}

.jomla-mockup {
  margin-top: -12%;
}

.jomla-aftr-img {
  width: 75vh;
}

.dont-net-questions {
  display: block;
}

.btns_wrap {
  position: fixed;
  right: 0;
  display: none;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0px;
}

.btns_wrap .call_wrap {
  position: fixed;
  right: -214px;
  background: #fff;
  top: 22%;
  border-radius: 5px 0px 0px 5px;
  overflow: hidden;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1490196078) !important;
}

.btns_wrap .call_wrap i {
  color: #fff;
  font-size: 18px;
  padding: 15px 15px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
}

.btns_wrap .call_wrap span {
  color: var(--sec-hdg);
  font-size: 20px;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px;
}

.apps_ic_wrap li p {
  font-size: 14px;
  margin: 15px 0 0;
  text-align: center;
}

.apps_ic_wrap {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
}

.tab3-ul {
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 0 60px;
}

.tab4-ul {
  justify-content: center;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.career-accordion {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border: 0;
  padding: 0 35px;
  background: rgba(0, 0, 0, 0);
}

.career-label {
  font-size: var(--font-size16);
  font-weight: 400;
  color: var(--sec-hdg);
  font-style: italic;
  margin-bottom: 0;
  line-height: 30px;
}

.career-p {
  margin: 0 !important;
  color: var(--our-box1) !important;
  text-align: left;
  font-style: italic;
}

.fa-minus .opener .icon {
  transform: rotate(90deg);
}

.jobs-wrap .opener .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 17px;
  font-size: 13px;
  line-height: 19px;
  transition: transform 0.4s ease;
  color: var(--primary-light);
}

.home-case-studies div[class^="port_"] {
  margin-bottom: 0 !important;
}

.home-case-studies h1 {
  text-align: center;
}

.inner_portfolio div[class^="port_"] {
  position: relative;
  padding: 30px 0 90px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .inner_portfolio div[class^="port_"] {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}

.inner_portfolio div[class^="port_"]:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}

.inner_portfolio.visible .imperial_app_portfolio.port_left_div:before {
  left: 0;
  background-image: url("../images/car-img1.webp");
}

@media (max-width: 767px) {
  .inner_portfolio.visible .imperial_app_portfolio.port_left_div:before {
    display: none;
  }
}

.inner_portfolio.visible .laundrez_app_portfolio.port_rite_div:before {
  right: 0;
  background-image: url("../images/bg-post.webp");
}

@media (max-width: 767px) {
  .inner_portfolio.visible .laundrez_app_portfolio.port_rite_div:before {
    display: none;
  }
}

.inner_portfolio.visible .port_left_div.twoclick_app_portfolio:before {
  left: 0;
  background-image: url("../images/twoclick-banner.webp");
}

@media (max-width: 767px) {
  .inner_portfolio.visible .port_left_div.twoclick_app_portfolio:before {
    display: none;
  }
}

.inner_portfolio.visible .port_rite_div.chatical_app_portfolio:before {
  right: 0;
  background-image: url("../images/chatical-banner.webp");
}

@media (max-width: 767px) {
  .inner_portfolio.visible .port_rite_div.chatical_app_portfolio:before {
    display: none;
  }
}

.inner_portfolio.visible .krispy_app_portfolio.port_left_div:before {
  left: 0;
  background-image: url("../images/krispy-banner.webp");
}

@media (max-width: 767px) {
  .inner_portfolio.visible .krispy_app_portfolio.port_left_div:before {
    display: none;
  }
}

.inner_portfolio.visible .easy_app_portfolio.port_rite_div:before {
  right: 0;
  background-image: url("../images/easy-app-banner.webp");
  background-position: left center;
}

@media (max-width: 767px) {
  .inner_portfolio.visible .easy_app_portfolio.port_rite_div:before {
    display: none;
  }
}

.inner_portfolio.visible .port_left_div.quickdate_app_portfolio:before {
  left: 0;
  background-image: url("../images/quick-banner.webp");
}

@media (max-width: 767px) {
  .inner_portfolio.visible .port_left_div.quickdate_app_portfolio:before {
    display: none;
  }
}

.inner_portfolio.visible .port_rite_div.xcoin_app_portfolio:before {
  right: 0;
  background-image: url("../images/xcoin-banner.webp");
}

@media (max-width: 767px) {
  .inner_portfolio.visible .port_rite_div.xcoin_app_portfolio:before {
    display: none;
  }
}

.portfolio_content h4 {
  font-size: var(--font-size30);
  font-weight: 400;
  margin: 20px 0 25px;
  color: var(--sec-hdg);
}

.portfolio_content p {
  line-height: 30px;
  color: var(--sec-hdg);
  margin-bottom: 25px;
}

.inner_portfolio .default_heading {
  margin-bottom: 30px;
}

.inner_portfolio .btn_only .btn {
  padding: 10px 45px;
  font-size: 18px;
  height: 46px;
}

.inner_portfolio {
  padding: 4% 0;
}

@media (max-width: 767px) {
  .inner_portfolio {
    padding: 4% 0 20%;
  }
}

.mobile_div img {
  width: 85%;
  margin-left: 0;
}

.inner_portfolio .owl-carousel .owl-item img {
  width: auto;
}

.case-studies-slider .owl-carousel .animated {
  animation-duration: 300ms;
  animation-fill-mode: both;
}

.imperial-app-banr {
  padding: 3% 0;
}

.case_study_page .default_heading {
  margin-bottom: 20px;
}

.case_study_page .default_heading h1:before {
  display: none;
}

.case_study {
  position: relative;
  padding: 0 30px;
}

.banner.casestudy_banner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 560px;
  padding: 5% 0px;
  overflow: hidden;
}

.casestudy_banner .banner_content p {
  min-height: 60px;
  margin: 0;
}

.banner_content p {
  font-size: var(--font-size22);
  color: var(--white1);
  line-height: 30px;
  margin: 30px 0;
  font-weight: 300;
}

.case_study .navbar-light .navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
}

.case_study .call_action {
  color: #a4de6a;
}

.case_study .connect_div_head .btn {
  background-color: #a4de6a;
}

.case_study .navbar-light .navbar-nav .nav-link:focus {
  color: #333;
}

.casestudy_banner_img {
  margin-bottom: -45%;
}

.casestudy_banner .banner_content h1 {
  padding: 25px 0 20px;
  font-weight: 700;
  font-size: var(--fontsize60);
  color: var(--white1);
}

.casestudy_banner .banner_content h1:before {
  display: none;
}

.links_area {
  padding: 25px 0;
  background-color: #a4de6a;
  display: none;
}

.links_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.links_wrap a {
  font-size: 18px;
  color: #333;
}

.links_wrap a:nth-child(2) {
  font-weight: 600;
}

.links_wrap a:nth-child(1) i {
  margin-right: 5px;
}

.links_wrap a:nth-child(2) img {
  width: 20px;
  margin-right: 10px;
}

.links_wrap a:nth-child(3) i {
  margin-left: 5px;
}

.overview_sec {
  padding: 3% 0;
}

.overview_sec h1 {
  margin: 0 0 20px;
}

.door_step {
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.door_step.visible {
  background-image: url("../images/case-study/bg-doorstep.webp");
}

.step_content {
  margin-bottom: 90px;
}

.step_img {
  margin-top: 42px;
}

.step_content h1 {
  font-size: var(--font-size30);
  color: var(--sec-hdg);
  font-weight: 500;
  line-height: 150%;
}

.step_content span {
  color: var(--span-color);
}

.step_content p {
  margin: 15px 0 20px;
  color: var(--sec-hdg);
  font-size: var(--font-size16);
  line-height: 27px;
}

.step_content .btn {
  color: #fff;
}

.casestudy_technology_sec {
  padding: 5% 0 3%;
}

.imperial-teclos-icon li {
  width: 100px;
  padding-top: 0;
  vertical-align: top;
}

.imperial-teclos-icon li p {
  padding-top: 15px;
  font-size: var(--font-size14);
  color: var(--sec-hdg);
  font-weight: 600;
}

.imperial-teclos-icon li i {
  margin-bottom: 15px;
  margin: 0 auto;
}

.worry_sec {
  background-color: #00695b;
  position: relative;
  overflow: hidden;
  height: 600px;
  display: flex;
  align-items: center;
}

.worry_img {
  position: absolute;
  bottom: -44%;
  left: -13%;
  width: 66%;
}

.worry_content h1 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

.worry_content p {
  color: #fff;
  margin-bottom: 25px;
  line-height: 27px;
}

.worry_content ul {
  margin-bottom: 25px;
  padding-left: 25px;
}

.worry_content ul li {
  color: #fff;
  position: relative;
  line-height: 27px;
}

.worry_content ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -25px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.worry_sec {
  padding: 3% 0;
}

.satisfy_sec {
  background-repeat: no-repeat;
  background-size: cover;
}

.satisfy_sec.visible {
  background-image: url(../images/case-study/bg-satisfied.webp);
}

.green_box_client_text {
  padding: 50px 55px 25px 40px;
  background-color: rgba(164, 222, 106, 0.76);
}

.nth_childs:last-child .white_box_client {
  background-color: #ced5c6;
}

.white_box_client {
  padding: 30px 40px;
  background-color: #bac2b2;
}

.white_box_client p {
  font-size: var(--font-size14);
  font-weight: 700;
  margin: 12px 0 3px;
  color: var(--sec-hdg);
}

.white_box_client .rating_ul li {
  color: var(--btn-hover);
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.white_box_client img+span {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  margin-left: 4px;
  line-height: 30px;
}

.white_box_client h5 {
  font-size: var(--font-size14);
  font-weight: 700;
  margin-top: 12px;
  line-height: 22px;
  color: var(--sec-hdg);
}

.green_box_client_text h1 {
  font-size: var(--font-size40);
  font-weight: 900;
  color: var(--sec-hdg);
}

.green_box_client_text span {
  color: var(--white1);
}

.green_box_client_text p {
  font-size: var(--font-size14);
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0;
  color: var(--sec-hdg);
}

.green_box_client_text h6 {
  color: var(--sec-hdg);
  font-size: var(--font-size15);
  font-weight: 600;
}

.case-studies-form .leadForm {
  padding: 2% 0;
}

.case-studies-form-sec {
  padding: 3% 0 0 0;
}

.banner_content img {
  border-radius: 5px;
}

.talk_sec {
  padding: 2% 0;
  background-color: #f7f7f7;
}

.talk_sec h1 {
  font-size: var(--font-size30);
  font-weight: 400;
  margin-bottom: 3%;
  color: var(--sec-hdg);
}

.detail_contact h5 {
  font-size: var(--font-size30);
  margin-bottom: 15px;
  color: var(--sec-hdg);
}

@media (max-width: 991px) {
  .detail_contact h5 {
    text-align: center;
  }
}

.detail_contact p {
  font-size: var(--font-size16);
  color: var(--sec-hdg);
}

.door_step_2clicks,
.door_step_laundrez {
  background-image: none;
  background-color: #ebebeb;
}

.door_step_laundrez {
  height: auto;
}

.door_step_laundrez .step_img {
  text-align: right;
  width: 90%;
  margin: 0 0 0 auto;
}

.worry_laundrez {
  height: 635px;
  background-repeat: no-repeat;
  background-size: cover;
}

.worry_laundrez.visible {
  background-image: url(../images/case-study/laundrez_app/worry-banner.webp);
}

.worry_laundrez .worry_img {
  position: relative;
  bottom: -54px;
  height: 100%;
  width: 100%;
}

.worry_2clicks .worry_content h1,
.worry_laundrez .worry_content h1,
.worry_chatical .worry_content h1,
.worry_easyapp .worry_content h1,
.worry_xcoin_app .worry_content h1 {
  color: #000;
}

.worry_2clicks .worry_content p,
.worry_2clicks .worry_content ul li,
.worry_laundrez .worry_content p,
.worry_laundrez .worry_content ul li,
.worry_chatical .worry_content p,
.worry_chatical .worry_content ul li,
.worry_easyapp .worry_content p,
.worry_easyapp .worry_content ul li,
.worry_xcoin_app .worry_content p,
.worry_xcoin_app .worry_content ul li {
  color: #033;
}

.worry_2clicks .worry_content ul li:before,
.worry_laundrez .worry_content ul li:before,
.worry_chatical .worry_content ul li:before,
.worry_easyapp .worry_content ul li:before,
.worry_xcoin_app .worry_content ul li:before {
  background-color: #033;
}

.door_step_chatical .step_img,
.door_step_krispychicken .step_img {
  margin-top: 0;
}

.door_step_chatical {
  padding-top: 60px;
  height: auto;
}

.door_step_chatical.visible {
  background-image: url(../images/case-study/chatical_app/bg-doorstep.webp);
}

.worry_chatical {
  height: 622px;
}

.worry_chatical.visible {
  background-image: url(../images/case-study/chatical_app/worry-banner.webp);
}

.worry_chatical .worry_img {
  text-align: right;
}

.worry_2clicks .worry_img,
.worry_laundrez .worry_img,
.worry_chatical .worry_img,
.worry_krispychicken .worry_img {
  position: relative;
  bottom: -54px;
  height: 100%;
  width: 100%;
}

.banner_2clicks .casestudy_banner_img,
.banner_laundrez .casestudy_banner_img {
  margin-bottom: -8%;
}

.door_step_2clicks .step_img,
.door_step_laundrez .step_img {
  margin-top: 0;
}

.door_step_2clicks {
  height: 600px;
}

.door_step_2clicks .step_content {
  margin-bottom: 0px;
}

.worry_2clicks {
  height: 575px;
  background-repeat: no-repeat;
  background-size: cover;
}

.worry_2clicks.visible {
  background-image: url(../images/case-study/twoclicks_partner/worry-banner.webp);
}

.worry_2clicks .worry_img,
.worry_laundrez .worry_img,
.worry_chatical .worry_img,
.worry_krispychicken .worry_img {
  position: relative;
  bottom: -54px;
  height: 100%;
  width: 100% !important;
}

.door_step_easyapp .step_img {
  margin-top: 0;
  position: relative;
  right: -50px;
}

.door_step_easyapp {
  height: auto;
  padding-top: 60px;
}

.door_step_easyapp .step_content {
  margin-bottom: 40px;
}

.worry_easyapp {
  background-color: #ffd4de;
}

.door_step_krispychicken.door_step {
  height: auto;
  padding: 30px 0;
}

.door_step_krispychicken.door_step.visible {
  background-image: url(../images/case-study/krispychicken_app/bg-doorstep.webp);
}

.worry_krispychicken {
  background-color: #c00a27;
  height: 630px;
}

.worry_krispychicken:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42rem;
  height: 100%;
}

.worry_krispychicken.visible:before {
  background-image: url(../images/case-study/krispychicken_app/worry-banner.webp);
}

.worry_krispychicken .worry_img {
  bottom: -50px;
  text-align: center;
  left: 0;
}

.door_step_quickdate .step_img {
  margin-top: 0;
}

.door_step_quickdate,
.door_step_xcoin_app {
  height: auto;
  padding-top: 15px;
  background-image: none;
  background-color: #ebebeb;
}

.door_step_quickdate .step_content {
  margin-bottom: 30px;
}

.worry_quickdate {
  background-color: #b90034;
}

.door_step_xcoin_app {
  padding: 60px 0 0px;
  height: auto;
}

.worry_xcoin_app {
  background-color: #c5c1c1;
}

.worry_xcoin_app .worry_img {
  bottom: -60%;
  left: -8%;
}

.portfolio_content {
  margin-right: 19px;
}

@media (max-width: 767px) {
  .portfolio_content {
    margin: 2rem 0 0 0;
  }
}

@media (max-width: 575px) {
  .portfolio_content {
    text-align: center;
  }
}

.spriteTwo {
  background-image: url(../images/apps-icon.webp);
  background-repeat: no-repeat;
  display: block;
}

.sprite-Appletv-icon {
  width: 74px;
  height: 74px;
  background-position: -5px -5px;
}

.sprite-android-launcher {
  width: 74px;
  height: 74px;
  background-position: -89px -5px;
}

.sprite-android-tv {
  width: 74px;
  height: 74px;
  background-position: -173px -5px;
}

.sprite-android_gear {
  width: 74px;
  height: 74px;
  background-position: -257px -5px;
}

.sprite-android_nougat {
  width: 74px;
  height: 74px;
  background-position: -341px -5px;
}

.sprite-androidview_animations {
  width: 74px;
  height: 74px;
  background-position: -5px -89px;
}

.sprite-anfetworking {
  width: 74px;
  height: 74px;
  background-position: -89px -89px;
}

.sprite-angularjs {
  width: 74px;
  height: 74px;
  background-position: -173px -89px;
}

.sprite-apple-3d-touch {
  width: 74px;
  height: 74px;
  background-position: -257px -89px;
}

.sprite-apple-callkit {
  width: 74px;
  height: 74px;
  background-position: -341px -89px;
}

.sprite-apple-healthkit {
  width: 74px;
  height: 74px;
  background-position: -5px -173px;
}

.sprite-apple-watch-icon {
  width: 74px;
  height: 74px;
  background-position: -89px -173px;
}

.sprite-bl_deviceintegration {
  width: 74px;
  height: 74px;
  background-position: -173px -173px;
}

.sprite-cocoa-touch-icon {
  width: 74px;
  height: 74px;
  background-position: -257px -173px;
}

.sprite-cocoapods {
  width: 74px;
  height: 74px;
  background-position: -341px -173px;
}

.sprite-core_data {
  width: 74px;
  height: 74px;
  background-position: -5px -257px;
}

.sprite-fitness_tracker {
  width: 74px;
  height: 74px;
  background-position: -89px -257px;
}

.sprite-flutter {
  width: 74px;
  height: 74px;
  background-position: -173px -257px;
}

.sprite-html-5 {
  width: 74px;
  height: 74px;
  background-position: -257px -257px;
}

.sprite-iMessage-apps {
  width: 74px;
  height: 74px;
  background-position: -341px -257px;
}

.sprite-ibeacon-device-icon {
  width: 74px;
  height: 74px;
  background-position: -5px -341px;
}

.sprite-in_app_purchases {
  width: 74px;
  height: 74px;
  background-position: -89px -341px;
}

.sprite-ionic {
  width: 74px;
  height: 74px;
  background-position: -173px -341px;
}

.sprite-java {
  width: 74px;
  height: 74px;
  background-position: -257px -341px;
}

.sprite-objective-c-icon {
  width: 74px;
  height: 74px;
  background-position: -341px -341px;
}

.sprite-phonegap-icon {
  width: 74px;
  height: 74px;
  background-position: -425px -5px;
}

.sprite-react_native {
  width: 74px;
  height: 74px;
  background-position: -425px -89px;
}

.sprite-sencha_touch {
  width: 74px;
  height: 74px;
  background-position: -425px -173px;
}

.sprite-sirikit {
  width: 74px;
  height: 74px;
  background-position: -425px -257px;
}

.sprite-swift {
  width: 74px;
  height: 74px;
  background-position: -425px -341px;
}

.sprite-touch-security-icon {
  width: 74px;
  height: 74px;
  background-position: -5px -425px;
}

.sprite-xcode-icon {
  width: 74px;
  height: 74px;
  background-position: -89px -425px;
}

.scrollbar {
  float: left;
  height: 120px;
  width: 100%;
  overflow-y: scroll;
  padding-right: 20px;
  position: relative;
  z-index: 99999;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(66, 235, 0, 0.3);
  background-color: #fff;
  border-radius: 20px;
}

#style-3::-webkit-scrollbar {
  width: 5px;
}

#style-3::-webkit-scrollbar-thumb {
  background-image: linear-gradient(90deg, var(--gradient-colors));
  background-image: -moz-linear-gradient(90deg, var(--gradient-colors));
  background-image: -webkit-linear-gradient(90deg, var(--gradient-colors));
  border-radius: 20px;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  color: var(--bnr-hdg) !important;
}

.md-accordion .card .bi-arrow-right {
  float: right;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  color: var(--sec-hdg) !important;
}

.see-dt {
  color: var(--sec-hdg);
  margin-right: 10px;
}

.see-details {
  float: right;
}

.hide-dt {
  margin-right: 10px;
}

.acording-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hide-dt {
  margin-right: 10px;
  color: var(--bnr-hdg);
}

.md-accordion .card .card-header a:not(.collapsed) .see-dt {
  display: none;
}

.collapsed .hide-dt {
  display: none;
}

.md-accordion .card-header {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0);
}

.md-accordion .card {
  border: 0;
  border-top: 1px solid var(--sec-hdg);
  border-radius: 0;
}

.md-accordion .card:nth-child(1) {
  border-top: 0;
}

.md-accordion .card-body {
  padding: 0 0 25px 0;
}

.opportunities-button {
  padding: 0 0 25px;
}

.opportunities-button a {
  padding-right: 35px;
  color: var(--sec-hdg);
  font-weight: 700;
  font-style: italic;
  position: relative;
}

.opportunities-button a::after {
  width: 87%;
  position: absolute;
  content: "";
  height: 3px;
  background-color: var(--bnr-hdg);
  left: 0;
  right: 0;
  bottom: -10px;
}

.opportunities-button img {
  margin-left: 10px;
}

.wraper-p {
  height: 175px;
}

.after-banner-sec {
  padding: 60px 0;
}

.ecommerce-aftr-h1 {
  font-size: 45px;
}

.our-techgly-sec {
  padding: 2% 0;
  margin-top: 0;
  border-bottom: 8px solid;
  border-image: linear-gradient(45deg, rgb(95, 161, 4), rgb(134, 205, 37)) 1;
}

.our-techgly-content .service-hdg,
.our-techgly-content .service-p {
  color: var(--white);
  text-align: center;
}

.our-techgly-content h3 {
  text-align: center;
}

.our-techgly-ul {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.testimonials h1 {
  text-align: center;
}

.testimonials {
  padding: 2% 0;
}

.testimonials h3 {
  color: #111;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

.testimonials p {
  text-align: center;
}

.testimonials .testi .testi-img {
  min-height: 210px;
  position: relative;
}

.testimonials .testi .testi-img::before {
  content: "";
  width: 18px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 0;
}

.testimonials .testi .testi-img.visible::before {
  background: url(../images/testi-quit.webp) no-repeat;
}

.slick-next:before {
  content: "";
}

.slick-prev:before {
  content: "";
}

.testimonials .testi .testi-img img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 6px;
  margin-left: 6px;
}

.testi {
  position: relative;
}

.testi::after {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

.testi.visible::after {
  background-image: url(../images/img-before.webp);
}

.testimonials .testi .testi-img h4 {
  margin-bottom: 10px;
  font-size: var(--font-size18);
  color: var(--span-color);
  font-weight: 600;
  text-transform: uppercase;
}

.testimonials .testi .testi-img p {
  text-align: left;
  font-size: 13px;
  color: var(--sec-hdg);
  font-weight: 500;
  line-height: 23px;
}

.testimonials .testi .testi-desc {
  border-top: 1px solid #d0d0d0;
  padding: 10px 0;
  width: 100%;
  float: left;
}

.testimonials .testi .testi-desc i {
  font-size: 13px;
  color: #ffaa20;
}

.testimonials .packagesall .portfolio-mmbx .leftcont-ban a {
  width: 145px;
}

.testimonials .packagesall .portfolio-mmbx .leftcont-ban a:hover {
  width: 190px;
}

.testimonials .row.testi-main {
  padding-top: 45px;
}

.testimonials .slick-prev {
  background-repeat: no-repeat;
  width: 55px;
  height: 14px;
  left: -7%;
}

.testimonials.visible .slick-prev {
  background: url("../images/testi-lft-arow.webp");
}

.testimonials .slick-next {
  background-repeat: no-repeat;
  width: 55px;
  height: 14px;
  right: -7%;
}

.testimonials.visible .slick-next {
  background: url("../images/testi-right-arow.webp");
}

.t-right {
  display: flex;
  align-items: center;
}

.test-date-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.test-date-ul li {
  font-size: 13px;
  color: var(--world-hgd);
}

.t-right img {
  margin-right: 5px;
}

.t-center span {
  margin-left: 5px;
}

.iner-bnr-h1 {
  margin-bottom: 1.5rem !important;
}

.portfolio_content h4 {
  font-size: 42px;
  line-height: 52px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 600;
}

.imperial-app-banner {
  background-image: url("../images/imperial-app-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}

.imperial-app-banner .text-content h1 {
  font-size: 53px;
  color: #fff;
  font-weight: 900;
  line-height: normal;
  padding: 20px 0;
}

.imperial-app-banner .text-content p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

.project-overview {
  padding: 5rem 0 0;
}

@media (max-width: 767px) {
  .project-overview {
    padding: 2rem 0;
  }
}

.project-overview .door-step {
  background-image: url("../images/bg-doorstep.webp");
  background-repeat: no-repeat;
  background-position: right top;
  padding: 4rem 0;
  margin-top: 3rem;
}

@media (max-width: 991px) {
  .project-overview .door-step {
    background-size: cover;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .project-overview .door-step {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .project-overview .door-step {
    padding: 0;
  }
}

.project-overview .door-step .text-content {
  margin-top: 3rem;
}

@media (max-width: 575px) {
  .project-overview .door-step .text-content {
    margin-top: 1rem;
  }
}

.project-overview .door-step .text-content h2.section-title,
.project-overview .door-step .text-content p.section-content {
  text-align: left;
}

.project-overview .chatical-door-step {
  background-image: url("../images/chatical-bg-doorstep.webp");
  background-size: cover;
  background-position: left -320% top;
  padding-bottom: 0;
  background-color: #ebebeb;
  margin-bottom: 3rem;
}

@media (max-width: 1699px) {
  .project-overview .chatical-door-step {
    background-position: left 0 top;
  }
}

.project-overview .krispy-door-step {
  background-image: url("../images/krispy-bg-doorstep.webp");
  background-position: right -350px top;
  background-color: #ebebeb;
  margin-bottom: 3rem;
}

.technologies-we-used {
  padding: 0 0 4rem;
}

@media (max-width: 767px) {
  .technologies-we-used {
    padding: 2rem 0;
  }
}

.technologies-we-used .imperial-teclos-icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.technologies-we-used .imperial-teclos-icon .list-inline-item {
  margin: 0 13px 20px;
  text-align: center;
}

.project-details {
  background-color: #00695b;
  background-image: url("../images/imp-ride.webp");
  background-repeat: no-repeat;
  background-position: left -55% top 60%;
  padding: 9rem 0;
}

@media (max-width: 1699px) {
  .project-details {
    background-position: left -255% top 60%;
  }
}

@media (max-width: 1599px) {
  .project-details {
    background-size: 89%;
  }
}

@media (max-width: 991px) {
  .project-details {
    background-size: 83%;
  }
}

@media (max-width: 767px) {
  .project-details {
    background-image: none;
    padding: 2rem 0;
  }
}

.project-details .worry_content h2 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.satisfied-client {
  background-image: url("../images/bg-satisfied.webp");
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .satisfied-client {
    background-size: cover;
  }
}

.satisfied-client .white_box_client {
  min-height: 152px;
}

.talk-to-us {
  padding: 5rem 0;
}

@media (max-width: 767px) {
  .talk-to-us {
    padding: 2rem 0;
  }
}

.talk-to-us .talk_rite .footer_form_area .leadForm .form-group .form-control {
  border: 2px solid #f1f1f1;
  color: #7c7c7c;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 15px;
}

.talk-to-us .talk_rite .footer_form_area .leadForm .form-group .form-control::placeholder {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.talk-to-us .talk_rite .footer_form_area .leadForm .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #0a67b5;
}

.talk-to-us .talk_rite .footer_form_area .leadForm .form-group select {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px;
}

.Laundrez-banner {
  background-image: url("../images/Laundrez-banner.webp");
}

.laundrez-app-details {
  background-image: url("../images/worry-banner.webp");
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  background-size: cover;
  background-position: center top;
}

.laundrez-app-details .worry_content {
  padding: 5rem 0;
}

.laundrez-app-details .worry_content h2 {
  color: #000;
}

.laundrez-app-details .worry_content p {
  color: #000;
}

.laundrez-app-details .worry_content ul li {
  color: #000;
}

.laundrez-app-details .worry_content ul li:before {
  background-color: #000;
}

.laundrez-app-details .img-cont {
  padding-top: 3rem;
}

.twoclicks-partner-banner {
  background-image: url("../images/twoclicks-partner-banner.webp");
}

.click-project-overview {
  margin-bottom: 3rem;
}

.click-project-overview .door-step {
  background-size: cover;
}

.clicks-app-details {
  background-image: url("../images/click-app-banner.webp");
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  background-size: cover;
  background-position: center top;
}

.clicks-app-details .worry_content {
  padding: 5rem 0;
}

.clicks-app-details .worry_content h2 {
  color: #000;
}

.clicks-app-details .worry_content p {
  color: #000;
}

.clicks-app-details .worry_content ul li {
  color: #000;
}

.clicks-app-details .worry_content ul li:before {
  background-color: #000;
}

.clicks-app-details .img-cont {
  padding-top: 3rem;
}

.chatical-app-banner {
  background-image: url("../images/chatical-app-bg.webp");
  padding-bottom: 0;
}

.chatical-app-details {
  background-image: url("../images/chatical-worry-banner.webp");
}

.krispy-app-banner {
  background-image: url("../images/krispy-app-banner-bg.webp");
}

@media (max-width: 991px) {
  .krispy-app-banner {
    background-position: center top;
  }
}

.krispy-app-details {
  background-color: #c00a27;
  background-image: url("../images/krispy-worry-banner.webp");
  background-position: left -130px top;
  background-size: contain;
}

@media (max-width: 1699px) {
  .krispy-app-details {
    background-position: left -290px top;
  }
}

@media (max-width: 1199px) {
  .krispy-app-details {
    background-position: left -420px top;
  }
}

.krispy-app-details .worry_content h2,
.krispy-app-details .worry_content p,
.krispy-app-details .worry_content ul li {
  color: #fff;
}

.krispy-app-details .worry_content ul li:before {
  background-color: #fff;
}

.madeeasy-app-banner {
  background-image: url("../images/madeeasy-bg.webp");
  padding-bottom: 0;
}

.madeeasy-app-details {
  background-color: #ffd4de;
  background-image: url("../images/madeeasy-ride.webp");
  background-position: left -140px center;
  background-size: 60%;
}

@media (max-width: 767px) {
  .madeeasy-app-details {
    background-image: none;
  }
}

.quickdate-app-banner {
  background-image: url("../images/quickdate-bg.webp");
  padding-bottom: 0;
}

.quickdate-app-details {
  background-color: #b90034;
  background-image: url("../images/quickdate-app-ride.webp");
  background-size: 60%;
  background-position: left -180px center;
}

@media (max-width: 767px) {
  .quickdate-app-details {
    background-image: none;
  }
}

.xcoin-app-banner {
  background-image: url("../images/xcoin-app-bg.webp");
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .xcoin-door-step {
    background-size: cover;
  }
}

.xcoin-app-details {
  background-color: #c5c1c1;
  background-image: url("../images/xcoin-ride.webp");
  background-size: 50%;
  background-position: left -80px top -120px;
}

@media (max-width: 1199px) {
  .xcoin-app-details {
    background-position: left -80px top 10px;
  }
}

@media (max-width: 767px) {
  .xcoin-app-details {
    background-image: none;
  }
}

.main-banner {
  background-image: url(../images/banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 4% 0 3%;
  position: relative;
}

.main-banner .banr-wrper {
  padding: 0 50px;
}

.main-banner .banr-wrper .hdr-nbr {
  color: #00001a !important;
  font-size: 16px;
  margin: 0 10px;
  background-color: #fff !important;
  background: 0 0;
  padding: 11.5px 19px !important;
  text-align: left;
}

.main-banner .banr-wrper .hdr-nbr i {
  display: none;
}

.main-banner .banr-wrper .banr-hdg {
  font-size: 85px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 52px;
  text-transform: uppercase;
  text-align: left;
}

.main-banner .banr-wrper .banr-hdg span {
  color: #b0d723;
}

@media only screen and (max-width: 1199px) {
  .main-banner .banr-wrper .banr-hdg {
    font-size: 32px;
  }
}

.main-banner .banr-wrper .bnr-p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 70px;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .main-banner .banr-wrper .bnr-p {
    font-size: 14px !important;
  }
}

.main-banner .banr-wrper .banr-btn {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  padding: 13px 30px;
  margin: 30px 0 50px;
}

.main-banner .lets-talk-info {
  border: 1px #7fb500 solid;
  border-radius: 20px;
  padding: 40px 25px 30px 25px;
  position: relative;
  margin-bottom: 30px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .main-banner .lets-talk-info {
    padding: 80px 25px 30px 25px;
  }
}

.main-banner .lets-talk-info button {
  background-image: linear-gradient(to right, #5c9600, #9dd000);
  display: block;
  border: 10px solid #080e1e;
  border-radius: 30px;
  padding: 12px 35px 12px 25px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: -37px;
  font-weight: 600;
}

.main-banner .lets-talk-info button img {
  margin-left: 10px;
}

.main-banner .lets-talk-info .white {
  color: #fff;
}

.main-banner .lets-talk-info .green {
  color: var(--span-color);
}

.main-banner .lets-talk-info span.phone {
  padding-right: 10px;
  border-right: 2px solid #fff;
  margin-right: 10px;
}

.main-banner .lets-talk-info span img {
  margin-bottom: 2px;
}

.main-banner .professional_point_responsive_slider .owl-item img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .main-banner .professional_point_responsive_slider {
    margin-bottom: 40px;
  }
}

.main-banner-new {
  background-image: url(../images/banner-image-new.webp);
}

.main-banner-new .get-a-quote {
  width: auto !important;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 100px;
  background: linear-gradient(270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

@media (max-width: 767px) {
  .main-banner-new .get-a-quote {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
  }
}

.main-banner-new .get-a-quote::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-270deg, #d1dd00 -18.33%, #0a67b5 131.11%);
  transform: scaleY(0);
  transform-origin: top;
  z-index: -1;
  transition: transform 0.4s;
}

.main-banner-new .get-a-quote:hover::before {
  transform: scaleY(1);
}

.main-banner-new .banr-wrper {
  padding: 0 50px;
}

@media (max-width: 991px) {
  .main-banner-new .banr-wrper {
    padding-inline: 0;
  }
}

.main-banner-new .banr-wrper .hdr-nbr {
  color: #00001a !important;
  font-size: 16px;
  margin: 0 10px;
  background-color: #fff !important;
  background: 0 0;
  padding: 11.5px 19px !important;
  text-align: left;
}

.main-banner-new .banr-wrper .hdr-nbr i {
  display: none;
}

.main-banner-new .banr-wrper .banr-hdg {
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .main-banner-new .banr-wrper .banr-hdg {
    font-size: 32px;
    line-height: 1;
  }
}

.main-banner-new .banr-wrper .end-year-sale {
  font-size: 28px;
  font-weight: 700;
  line-height: 34.66px;
  text-align: center;
  color: #a2c001;
  margin-block: 30px;
}

@media (max-width: 1024px) {
  .main-banner-new .banr-wrper .end-year-sale {
    margin-block: 15px;
  }
}

.main-banner-new .banr-wrper .money-back {
  font-size: 25px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin: 15px 0 25px 0;
}

@media (max-width: 991px) {
  .main-banner-new .banr-wrper .money-back {
    margin: 15px 0 15px 0;
  }
}

.main-banner-new .banr-wrper .bnr-p {
  color: #fff;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 21.6px;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1199px) {
  .main-banner-new .banr-wrper .bnr-p br {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-new .banr-wrper .bnr-p {
    font-size: 14px !important;
    margin-bottom: 20px;
  }
}

.main-banner-new .banr-wrper .banr-btn {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  padding: 13px 30px;
  margin: 30px 0 50px;
}

.main-banner-new .lets-talk-info {
  border: 1px #7fb500 solid;
  border-radius: 20px;
  padding: 40px 25px 30px 25px;
  position: relative;
  margin-bottom: 30px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .main-banner-new .lets-talk-info {
    padding: 80px 25px 30px 25px;
  }
}

.main-banner-new .lets-talk-info button {
  background-image: linear-gradient(to right, #5c9600, #9dd000);
  display: block;
  border: 10px solid #080e1e;
  border-radius: 30px;
  padding: 12px 35px 12px 25px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: -37px;
  font-weight: 600;
}

.main-banner-new .lets-talk-info button img {
  margin-left: 10px;
}

.main-banner-new .lets-talk-info .white {
  color: #fff;
}

.main-banner-new .lets-talk-info .green {
  color: var(--span-color);
}

.main-banner-new .lets-talk-info span.phone {
  padding-right: 10px;
  border-right: 2px solid #fff;
  margin-right: 10px;
}

.main-banner-new .lets-talk-info span img {
  margin-bottom: 2px;
}

.main-banner-new .professional_point_responsive_slider .owl-item img {
  width: auto;
}

.main-banner-new .professional_point_responsive_slider .owl-dots {
  display: none;
}

@media only screen and (max-width: 767px) {
  .main-banner-new .professional_point_responsive_slider {
    margin-bottom: 40px;
  }
}

.our-services-sec {
  padding: 60px 0 70px;
}

.our-services-sec h1 {
  text-align: center;
}

.our-services-sec .wld-h1 {
  font-size: 42px;
  color: #00001a;
  line-height: 62px;
  font-weight: 600;
}

.our-services-sec .wld-h1 span {
  color: #b0d723;
}

.our-services-sec .our-main-p {
  text-align: center;
  font-weight: 600;
  color: #00001a;
  padding: 0 6%;
  margin-bottom: 14px;
  font-size: 18px;
}

.our-services-sec .our-box:hover {
  box-shadow: 0 2px 12.48px 3.52px rgba(15, 15, 15, 0.2);
  transform: translate(0, -5px);
}

.our-services-sec .our-box-parent {
  margin-bottom: 50px;
}

.our-services-sec .our-box-parent .our-box {
  padding: 25px 26px;
  border-radius: 0 30px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  box-shadow: 0 2px 12.48px 3.52px rgba(15, 15, 15, 0.2);
  overflow: hidden;
}

.our-services-sec .our-box-parent .our-box .img-content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.our-services-sec .our-box-parent .our-box .img-content .our-h3 {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 18px;
  color: #313131;
  font-weight: 600;
}

.our-services-sec .our-box-parent .our-box .wld-h6 {
  font-size: 14px !important;
  font-weight: 600;
  margin-bottom: 0;
}

.our-services-sec a.btn.btn_default.hvr-sweep-to-bottom.wld-btn.here-why-btn {
  color: #fff;
  padding: 12px 36px;
  border-radius: 30px;
  font-weight: 400;
  margin: 20px 0;
}

.our-services-sec a.btn.btn_default.hvr-sweep-to-bottom.wld-btn.here-why-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  -webkit-transform: scaleY(0);
  background-image: linear-gradient(90deg, var(--gradient-hover));
  background-image: -moz-linear-gradient(90deg, var(--gradient-hover));
  background-image: -webkit-linear-gradient(2deg, var(--gradient-hover));
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.our-services-sec a.btn.btn_default.hvr-sweep-to-bottom.wld-btn.here-why-btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.our-services-sec .reviews-cont {
  display: inline-flex;
  height: 15px;
  align-items: center;
  margin-top: 20px;
}

.our-services-sec .reviews-cont p {
  margin: 0 15px;
}

.exprce-wld-sec {
  padding: 100px 0;
  background-color: #efefef;
}

.exprce-wld-sec .wld-box {
  background-color: #fff;
  box-shadow: 0 2px 12.48px 3.52px rgba(15, 15, 15, 0.05);
  border-radius: 20px;
  width: 160px;
  height: 100%;
  padding: 25px 20px;
  text-align: center;
  transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .exprce-wld-sec .wld-box {
    width: 130px;
  }
}

@media only screen and (max-width: 1199px) {
  .exprce-wld-sec .wld-box {
    margin: 0 10px 0 10px;
  }
}

.exprce-wld-sec .wld-box:hover {
  transform: scale(1.1) !important;
}

.exprce-wld-sec .wld-box img {
  margin-bottom: 35px;
}

.exprce-wld-sec .wld-h3 {
  font-size: 32px;
  font-weight: 600;
  color: #313131;
}

.exprce-wld-sec .wld-p {
  margin-bottom: 0;
  font-size: 16px;
  color: #999;
  font-weight: 600;
}

@media only screen and (max-width: 375px) {
  .exprce-wld-sec .wld-p {
    font-size: 12px;
  }
}

.exprce-wld-sec .wld-wrper {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 25px 0;
}

@media only screen and (max-width: 991px) {
  .exprce-wld-sec .wld-wrper {
    grid-template-columns: 160px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .exprce-wld-sec .wld-wrper {
    grid-template-columns: 150px 150px 150px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 425px) {
  .exprce-wld-sec .wld-wrper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    place-content: center;
  }
}

.exprce-wld-sec .wld-wrper .wld-h1 {
  font-size: 42px;
  color: #00001a;
  line-height: 62px;
  font-weight: 600;
}

.exprce-wld-sec .wld-wrper .wld-h1 span {
  color: #b0d723;
}

.exprce-wld-sec .wld-wrper .wld-h2 {
  font-size: 28px !important;
  margin: 20px 0 !important;
}

.exprce-wld-sec .wld-wrper .wold-p {
  margin-bottom: 14px;
  color: #313131;
  font-size: 18px;
}

.exprce-wld-sec .wld-wrper .wld-h6 {
  color: #00001a;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 25px;
}

.exprce-wld-sec .wld-wrper .our-box .wld-h6 {
  color: #313131;
}

.exprce-wld-sec .wld-wrper .our-h3 {
  font-size: 18px;
  color: #313131;
  font-weight: 600;
}

.exprce-wld-sec .wld-content {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .exprce-wld-sec .wld-content {
    margin-top: 40px;
    padding: 0 10px;
  }
}

.exprce-wld-sec .wld-content .our-main-hdg {
  color: #313131;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 42px;
}

.exprce-wld-sec .wld-content .our-main-hdg span {
  color: #b0d723;
}

.exprce-wld-sec .wld-content .wold-p {
  margin-bottom: 14px;
  color: #313131;
  font-size: 18px;
}

.exprce-wld-sec .wld-content .reviews-cont {
  display: inline-flex;
  height: 15px;
  align-items: center;
  margin-top: 20px;
}

.exprce-wld-sec .wld-content .reviews-cont p {
  margin: 0 15px;
}

.exprce-wld-sec .wld-btn {
  background-image: linear-gradient(to right, #5c9600, #9cd000);
  border-radius: 30px;
  padding: 12px 45px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  border: 0;
}

.exprce-wld-sec .wld-btn:hover {
  color: #fff;
}

.exprce-wld-sec .wld-btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.exprce-wld-sec .wld-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  -webkit-transform: scaleY(0);
  background-image: linear-gradient(90deg, var(--gradient-hover));
  background-image: -moz-linear-gradient(90deg, var(--gradient-hover));
  background-image: -webkit-linear-gradient(2deg, var(--gradient-hover));
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.here-why-sec {
  padding: 70px 0;
  background-color: #efefef;
}

@media only screen and (max-width: 767px) {
  .here-why-sec {
    padding: 0 10px 50px 10px;
  }
}

.here-why-sec .here-why-wrper .our-main-hdg {
  color: #313131;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 42px;
}

.here-why-sec .here-why-wrper .our-main-hdg span {
  color: #b0d723;
}

.here-why-sec .here-why-wrper .wold-p {
  margin-bottom: 14px;
  color: #313131;
  font-size: 18px;
}

.here-why-sec .here-why-wrper .here-why-ul {
  margin-top: 25px;
}

.here-why-sec .here-why-wrper .here-why-ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.here-why-sec .here-why-wrper .here-why-ul li span {
  margin-left: 28px;
}

.here-why-sec .here-why-wrper .here-why-ul li p {
  margin-bottom: 14px;
  color: #313131;
  font-size: 18px;
  line-height: 27px;
  padding: 0 15% 0 0;
}

.here-why-sec .here-why-img {
  text-align: center;
}

.here-why-sec .here-why-img img {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .here-why-sec .here-why-img img {
    height: 100%;
  }
}

.here-why-sec .here-why-img p {
  margin: 10px 0;
  color: #999;
  font-size: 16px;
}

.here-why-sec .here-why-img img.mini-icon {
  width: auto;
}

.here-why-sec .review-carousel {
  height: 100%;
}

.here-why-sec .review-carousel .owl-item {
  height: 100%;
}

.here-why-sec .review-carousel .owl-stage {
  height: 100%;
}

.here-why-sec .review-carousel .owl-stage-outer {
  height: 100%;
}

.here-why-sec .review-carousel .item {
  background: #fff;
  border-radius: 0 20px 20px 0;
  height: 100%;
  padding: 45px 25px 25px;
  text-align: left;
}

@media only screen and (max-width: 425px) {
  .here-why-sec .review-carousel .item {
    padding: 15px 25px 25px;
  }
}

.here-why-sec .review-carousel .item h5 {
  color: #b0d723;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media only screen and (max-width: 425px) {
  .here-why-sec .review-carousel .item h5 {
    font-size: 16px;
  }
}

.here-why-sec .review-carousel .item h6 {
  color: #262626;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .here-why-sec .review-carousel .item h6 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 425px) {
  .here-why-sec .review-carousel .item h6 {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.here-why-sec .review-carousel .item p {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
  color: #999;
}

@media only screen and (max-width: 1199px) {
  .here-why-sec .review-carousel .item p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 425px) {
  .here-why-sec .review-carousel .item p {
    font-size: 12px;
  }
}

.here-why-sec .review-carousel .item date {
  font-size: 16px;
  color: #b0d723;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
}

.here-why-sec .review-carousel .owl-dots button {
  background: #ebebeb !important;
  height: 14px;
  width: 14px;
  margin-right: 5px;
  border-radius: 20px;
}

.here-why-sec .review-carousel .owl-dots button.active {
  background: #b0d723 !important;
}

.here-why-sec .review-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

@media only screen and (max-width: 425px) {
  .here-why-sec .review-carousel .owl-dots {
    bottom: 0px;
  }
}

.here-why-sec .here-why-h4 {
  color: #313131;
  font-size: 28px;
  font-weight: 600;
  margin: 25px 0;
}

.here-why-sec .here-why-h4 span {
  color: #b0d723;
}

.here-why-sec a.btn.btn_default.hvr-sweep-to-bottom.wld-btn.here-why-btn {
  color: #fff;
  padding: 12px 36px;
  border-radius: 30px;
  font-weight: 400;
  margin: 20px 0;
}

.here-why-sec a.btn.btn_default.hvr-sweep-to-bottom.wld-btn.here-why-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  -webkit-transform: scaleY(0);
  background-image: linear-gradient(90deg, var(--gradient-hover));
  background-image: -moz-linear-gradient(90deg, var(--gradient-hover));
  background-image: -webkit-linear-gradient(2deg, var(--gradient-hover));
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.here-why-sec a.btn.btn_default.hvr-sweep-to-bottom.wld-btn.here-why-btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.here-why-sec a.here-why-a {
  display: block;
  color: #000;
  font-weight: 500;
  margin-top: 5px;
}

.here-why-sec a.here-why-a img.person {
  margin: 0 10px 5px 0;
}

.home-case-studies h1 {
  text-align: center;
  color: #313131;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 42px;
}

.home-case-studies h1 span {
  color: #b0d723;
}

.home-case-studies .wold-p {
  margin-bottom: 14px;
  color: 313131;
  font-size: 18px;
}

.home-case-studies .default_heading {
  margin-bottom: 20px;
}

.inner_portfolio {
  padding: 4% 0 0;
}

@media only screen and (max-width: 767px) {
  .inner_portfolio {
    padding: 4% 10px;
  }
}

.inner_portfolio .owl-theme .owl-dots {
  position: relative;
  width: 50%;
  margin: 30px auto 0 auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .inner_portfolio .owl-theme .owl-dots {
    width: auto;
  }
}

.inner_portfolio .owl-theme .owl-dots .owl-dot {
  outline: none;
  background: rgba(49, 49, 49, 0.7);
  margin: 5px 7px;
  height: 4px;
  width: 40px;
}

.inner_portfolio .owl-theme .owl-dots .owl-dot:hover {
  background-image: linear-gradient(90deg, #5c9600, #9dd000);
  background-image: -moz-linear-gradient(90deg, #5c9600, #9dd000);
  background-image: -webkit-linear-gradient(90deg, #5c9600, #9dd000);
}

.inner_portfolio .owl-theme .owl-dots .active {
  background-image: linear-gradient(90deg, #5c9600, #9dd000);
  background-image: -moz-linear-gradient(90deg, #5c9600, #9dd000);
  background-image: -webkit-linear-gradient(90deg, #5c9600, #9dd000);
}

.inner_portfolio .owl-theme .owl-item img {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .inner_portfolio .owl-theme .owl-item img {
    margin: 0 auto;
  }
}

.inner_portfolio .portfolio_content h4 {
  font-size: 28px;
  font-weight: 400;
  margin: 20px 0 25px;
}

.inner_portfolio .portfolio_content p {
  line-height: 30px;
  margin-bottom: 0;
}

.inner_portfolio .owl-item .mobile_div img {
  width: 85%;
  margin-left: 0;
}

.inner_portfolio .owl-item img {
  width: auto;
}

.inner_portfolio .owl-item .animated {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.our-techgly-sec {
  padding: 60px 0;
}

.our-techgly-sec .our-techgly-content p {
  padding: 0 15%;
  color: #999;
  text-align: center;
  font-weight: 500;
}

.our-techgly-sec .our-techgly-content h3 {
  text-align: center;
}

.our-techgly-sec .our-techgly-content .our-main-hdg {
  color: #313131;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 42px;
}

.our-techgly-sec .our-techgly-content .our-main-hdg span {
  color: #b0d723;
}

.our-techgly-sec .our-techgly-slider {
  padding-top: 60px;
}

.our-techgly-sec .our-techgly-slider .owl-item img {
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 425px) {
  .our-techgly-sec .our-techgly-slider .owl-item img {
    max-width: 100%;
  }
}

.industries-We-sec {
  background-color: #efefef;
  padding: 70px 0 40px;
}

@media only screen and (max-width: 767px) {
  .industries-We-sec {
    padding: 70px 10px 40px;
  }
}

.industries-We-sec .our-main-hdg {
  color: 313131;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 42px;
  text-align: center;
}

.industries-We-sec .wold-p {
  margin-bottom: 14px;
  color: #313131;
  font-size: 18px;
  text-align: center;
}

.industries-We-sec .industries-We-ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .industries-We-sec .industries-We-ul {
    grid-template-columns: 250px 250px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .industries-We-sec .industries-We-ul {
    grid-template-columns: 250px 250px;
  }
}

@media only screen and (max-width: 425px) {
  .industries-We-sec .industries-We-ul {
    display: block;
  }
}

.industries-We-sec .industries-We-ul li {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  padding: 0 20px;
  width: 245px;
  height: 74px;
}

.industries-We-sec .industries-We-ul li:hover {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 12.48px 3.52px rgba(15, 15, 15, 0.05);
}

.industries-We-sec .industries-We-ul li:hover img {
  color: #b0d723 !important;
  filter: brightness(0) saturate(100%) invert(74%) sepia(91%) saturate(402%) hue-rotate(20deg) brightness(94%) contrast(92%);
}

.industries-We-sec .industries-We-ul li:hover p {
  color: #b0d723 !important;
  filter: brightness(0) saturate(100%) invert(74%) sepia(91%) saturate(402%) hue-rotate(20deg) brightness(94%) contrast(92%);
}

.industries-We-sec .industries-We-ul li p {
  margin-left: 30px;
  font-size: 18px;
  color: #313131;
  margin-bottom: 0;
}

.testimonials {
  padding: 80px 0;
}

@media only screen and (max-width: 767px) {
  .testimonials {
    padding: 80px 10px 10px 10px;
  }
}

.testimonials .testimonials-carousel {
  padding-top: 45px;
}

.testimonials .our-main-hdg {
  color: #313131;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 42px;
}

.testimonials .wold-p {
  margin-bottom: 14px;
  color: #313131;
  font-size: 18px;
  font-weight: 500;
}

.testimonials .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.testimonials .testi {
  position: relative;
}

.testimonials .testi .testi-img {
  min-height: 200px;
  position: relative;
}

.testimonials .testi .testi-img img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 6px;
  margin-left: 6px;
}

.testimonials .testi .testi-img h4 {
  font-size: 18px;
  color: #b0d723;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonials .testi .testi-img p {
  text-align: left;
  font-size: 13px;
  color: #999;
  font-weight: 500;
}

.testimonials .testi .testi-desc {
  border-top: 1px solid #d0d0d0;
  padding: 10px 0;
  width: 100%;
  float: left;
}

.testimonials .testi .testi-desc .test-date-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonials .testi .testi-desc .test-date-ul li {
  font-size: 13px;
  color: #313131;
}

.testimonials .testi .testi-desc .test-date-ul li i {
  font-size: 13px;
  color: #ffaa20;
}

.testimonials .testi .testi-desc .t-right {
  display: flex;
  align-items: center;
}

.testimonials .testi .testi-desc .t-right img {
  margin-right: 5px;
}

.testimonials .testi::after {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  background-image: url(img-before.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

.tell-us-sec {
  background-color: #f5f5f5;
  padding: 85px 0;
}

@media only screen and (max-width: 575px) {
  .tell-us-sec {
    padding: 85px 10px;
  }
}

.tell-us-sec .our-main-hdg {
  color: #313131;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 32px;
  text-align: left;
}

.tell-us-sec .wold-p {
  margin-bottom: 14px;
  color: #313131;
  font-size: 18px;
  text-align: left;
}

.tell-us-sec .footer_form_area .form-control {
  background-color: #fff;
  border: 2px solid #999;
  border-radius: 5px;
  height: 57px;
  padding: 0 20px;
}

.tell-us-sec .footer_form_area .form-group {
  margin-bottom: 1rem;
}

.tell-us-sec .footer_form_area textarea {
  height: 200px !important;
  padding: 20px !important;
}

.tell-us-sec .footer_form_area .footer_form_btn {
  background-image: -moz-linear-gradient(-90deg,
      #9dd000 0,
      #7db300 51%,
      #5c9600 100%,
      #5c9600 100%);
  background-image: -webkit-linear-gradient(-90deg,
      #9dd000 0,
      #7db300 51%,
      #5c9600 100%,
      #5c9600 100%);
  background-image: -ms-linear-gradient(-90deg,
      #9dd000 0,
      #7db300 51%,
      #5c9600 100%,
      #5c9600 100%);
  width: 100%;
  height: 85px;
  margin-left: 0;
  border-radius: 5px;
  font-size: 28px;
  font-weight: 700;
}

.tell-us-sec .footer_form_area .footer_form_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  -webkit-transform: scaleY(0);
  background-image: linear-gradient(90deg, var(--gradient-hover));
  background-image: -moz-linear-gradient(90deg, var(--gradient-hover));
  background-image: -webkit-linear-gradient(2deg, var(--gradient-hover));
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tell-us-sec .footer_form_area .footer_form_btn:hover {
  color: #000;
}

.tell-us-sec .footer_form_area .footer_form_btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.tell-us-sec .tell-img-bg {
  background-image: -moz-linear-gradient(-33deg,
      #5c9600 0,
      #5c9600 0,
      #7db300 49%,
      #9dd000 100%);
  background-image: -webkit-linear-gradient(-33deg,
      #5c9600 0,
      #5c9600 0,
      #7db300 49%,
      #9dd000 100%);
  background-image: -ms-linear-gradient(-33deg,
      #5c9600 0,
      #5c9600 0,
      #7db300 49%,
      #9dd000 100%);
  height: 100%;
  border-radius: 70px 0 70px 0;
}

.tell-us-sec .tell-img-position {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .tell-us-sec .tell-img-position {
    margin-top: 50px;
  }
}

.tell-us-sec .tell-img-position img {
  width: 70%;
  margin-top: -109px;
}

@media only screen and (max-width: 991px) {
  .tell-us-sec .tell-img-position img {
    width: auto;
    margin-top: 0px;
  }
}

.top-app {
  background-color: #313131;
  padding: 20px 0;
}

.top-app .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/* .top-app .details-ul li {
  margin-bottom: 10px;
} */
.top-app .details-ul span {
  color: #fff;
}

.top-app .details-ul a {
  color: #999;
  margin-bottom: 0;
}

.top-app .details-ul p {
  color: #999;
  margin-bottom: 0;
}

.banner {
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .banner {
    padding: 2rem 0;
  }
}

@media (max-width: 767px) {
  .banner .text-cont {
    text-align: center;
  }
}

.banner .text-cont .small {
  color: #1b1d21;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
}

@media (max-width: 1199px) {
  .banner .text-cont .small {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .banner .text-cont .small {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .banner .text-cont .small {
    display: block;
  }
}

@media (max-width: 575px) {
  .banner .text-cont .small {
    font-size: 12px;
    line-height: 16px;
  }
}

.banner .text-cont h1 {
  color: #1b1d21;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
  letter-spacing: -1.271px;
  margin-bottom: 20px;
  max-width: 550px;
}

@media (max-width: 1199px) {
  .banner .text-cont h1 {
    font-size: 54px;
    line-height: 58px;
    margin-bottom: 10px;
    max-width: 470px;
  }
}

@media (max-width: 991px) {
  .banner .text-cont h1 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .banner .text-cont h1 {
    max-width: unset;
  }
}

@media (max-width: 575px) {
  .banner .text-cont h1 {
    font-size: 34px;
    line-height: 38px;
  }
}

.banner .text-cont h1 span {
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.banner .text-cont .banner-para {
  color: #1b1d21;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  max-width: 620px;
}

@media (max-width: 1199px) {
  .banner .text-cont .banner-para {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .banner .text-cont .banner-para {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575px) {
  .banner .text-cont .banner-para {
    font-size: 14px;
    line-height: 23px;
  }
}

.banner .card {
  border: 0;
  border-radius: 12px;
  fill: #fff;
  filter: drop-shadow(3px 4px 14px rgba(0, 0, 0, 0.15));
}

.banner .card .card-header {
  border-radius: 12px 12px 0 0;
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  display: inline-flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
}

.banner .card .card-header h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

@media (max-width: 991px) {
  .banner .card .card-header h3 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .banner .card .card-header h3 {
    font-size: 15px;
  }
}

.banner .card .card-body {
  padding: 2rem;
}

.banner .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.banner .form .iti {
  display: block;
  margin-bottom: 15px;
}

.banner .form .form-control {
  border-radius: 6px;
  border: 0.6px solid #ced4da;
  background: #fff;
  padding: 14px 21px;
  margin-bottom: 15px;
}

.banner .form .form-control:focus {
  border: 0.6px solid #599341;
  outline: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .banner .form .form-control {
    font-size: 15px;
    line-height: 15px;
  }
}

.banner .form .form_submit {
  border-radius: 8px;
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  color: #fff;
  border: 2px solid #000;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  padding: 13px 28px;
  justify-content: center;
  align-items: center;
}

.about {
  padding: 0 0 4rem;
}

@media (max-width: 767px) {
  .about .text-cont {
    text-align: center;
  }
}

.about .text-cont .sub_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.about .text-cont h2 {
  color: #212222;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0.5rem;
  max-width: 640px;
}

@media (max-width: 575px) {
  .about .text-cont h2 {
    font-size: 25px;
    line-height: 36px;
  }
}

.about .text-cont p {
  color: #1b1d21;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 620px;
}

@media (max-width: 575px) {
  .about .text-cont p {
    font-size: 14px;
    line-height: 24px;
  }
}

.about .about_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .about .about_list {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.about .about_list li {
  width: 50%;
  color: #1b1d21;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .about .about_list li {
    font-size: 14px;
    line-height: 14px;
  }
}

.about .about_list li.gradiant_tent {
  background: linear-gradient(119deg, #599341 28.27%, #9abb33 91.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

@media (max-width: 575px) {
  .about .about_list li.gradiant_tent {
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 767px) {
  .about .img-cont {
    text-align: center;
  }
}

.banner-icons {
  padding: 0 0 5rem;
}

@media (max-width: 575px) {
  .banner-icons {
    padding: 0 0 2rem;
  }
}

.banner-icons .banner-logos .img-cont {
  margin: 0 20px;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: filter 0.3s ease, opacity 0.3s ease;
}

.banner-icons .banner-logos .img-cont:hover {
  opacity: 1;
  filter: none;
}

.banner-icons .banner-logos .img-cont img {
  width: auto;
}

.app-dev-solution {
  padding: 0 0 5rem;
}

@media (max-width: 575px) {
  .app-dev-solution {
    padding: 3rem 0;
  }
}

.app-dev-solution .text-content h2 {
  color: #212222;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  margin-bottom: 3rem;
}

@media (max-width: 575px) {
  .app-dev-solution .text-content h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
}

.app-dev-solution .card {
  border-radius: 5.962px;
  border: 0.745px solid rgba(255, 255, 255, 0.3);
  background: #212222;
  text-align: center;
  margin-bottom: 20px;
  padding: 30px;
  min-height: 325px;
}

@media (max-width: 767px) {
  .app-dev-solution .card {
    min-height: auto;
  }
}

.app-dev-solution .card .img-cont {
  margin-bottom: 1.5rem;
}

.app-dev-solution .card .text-cont h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 19.771px;
  margin-bottom: 20px;
}

.app-dev-solution .card .text-cont p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.438px;
}

.app-dev-solution .card:hover {
  border-radius: 5.962px;
  border: 0.745px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
}

.app-dev-solution .card:hover .img-cont img {
  filter: brightness(50);
}

.how-we-do {
  background: linear-gradient(180deg, #1e1e1e 66%, #fff 66%);
  padding: 5rem 0;
}

@media (max-width: 991px) {
  .how-we-do {
    background: linear-gradient(180deg, #1e1e1e 75%, #fff 75%);
  }
}

@media (max-width: 767px) {
  .how-we-do {
    padding: 3rem 0;
    background: linear-gradient(180deg, #1e1e1e 80%, #fff 80%);
  }
}

@media (max-width: 575px) {
  .how-we-do {
    background: #1e1e1e;
  }
}

@media (max-width: 767px) {
  .how-we-do .text-cont {
    text-align: center;
  }
}

.how-we-do .text-cont h2 {
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 45px;
  font-weight: 700;
  line-height: 48px;
}

@media (max-width: 991px) {
  .how-we-do .text-cont h2 {
    font-size: 38px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  .how-we-do .text-cont h2 {
    font-size: 25px;
    line-height: 36px;
  }
}

.how-we-do .text-cont p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 1rem;
}

@media (max-width: 575px) {
  .how-we-do .text-cont p {
    font-size: 14px;
    line-height: 24px;
  }
}

.how-we-do .box {
  border-radius: 12px;
  background: #fff;
  box-shadow: 3px 4px 14px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
  padding: 25px 20px;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .how-we-do .box {
    min-height: auto;
  }
}

.how-we-do .box .shadow_text {
  font-size: 35px;
  font-weight: 700;
  line-height: 59px;
  opacity: 0.1;
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.how-we-do .box h3 {
  color: #212222;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.how-we-do .box p {
  color: #212222;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.industries-we-serve {
  padding: 5rem 0 0;
}

@media (max-width: 575px) {
  .industries-we-serve {
    padding: 3rem 0 0;
  }
}

.industries-we-serve .text-cont {
  text-align: center;
}

.industries-we-serve .text-cont h2 {
  color: #1e1e1e;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .industries-we-serve .text-cont h2 {
    font-size: 35px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  .industries-we-serve .text-cont h2 {
    font-size: 25px;
    line-height: 36px;
  }
}

.industries-we-serve .text-cont p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto 1rem;
  max-width: 83%;
}

@media (max-width: 1399px) {
  .industries-we-serve .text-cont p {
    max-width: unset;
  }
}

@media (max-width: 575px) {
  .industries-we-serve .text-cont p {
    font-size: 14px;
    line-height: 24px;
  }
}

.industries-we-serve .industrie_list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: end;
  flex-direction: column;
  margin-bottom: 1rem;
}

.industries-we-serve .industrie_list li {
  border-radius: 12px;
  border: 0.653px solid #599341;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 15px;
  transition: 0.5s;
}

.industries-we-serve .industrie_list li .industry_title {
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  min-width: 300px;
}

@media (max-width: 1199px) {
  .industries-we-serve .industrie_list li .industry_title {
    min-width: 230px;
  }
}

@media (max-width: 991px) {
  .industries-we-serve .industrie_list li .industry_title {
    min-width: 150px;
  }
}

.industries-we-serve .industrie_list li .industry_logo {
  border-radius: 12px;
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  width: 79px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: none;
}

@media (max-width: 1399px) {
  .industries-we-serve .industrie_list li .industry_logo {
    flex: 0 0 70px;
  }
}

.industries-we-serve .industrie_list li .industry_logo img {
  filter: brightness(50);
}

.industries-we-serve .industrie_list li:hover {
  border-radius: 12px;
  border: 0.653px solid #599341;
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
}

.industries-we-serve .industrie_list li:hover .industry_title {
  background: linear-gradient(119deg, #ffffff 100%, #ffffff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.industries-we-serve .industrie_list li:hover .industry_logo {
  border: 0.653px solid #599341;
  background: #fff;
}

.industries-we-serve .industrie_list li:hover .industry_logo img {
  filter: none;
}

.industries-we-serve .industrie_list.right_sight li {
  justify-content: start;
}

.our-work {
  padding: 5rem 0;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .our-work {
    padding: 3rem 0;
  }
}

@media (max-width: 575px) {
  .our-work {
    padding: 2rem 0;
  }
}

.our-work .text-content {
  background-image: url("../images/work-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 3rem 0 2rem;
}

@media (max-width: 767px) {
  .our-work .text-content {
    background-size: cover;
    background-position: top center;
    margin-bottom: 1.5rem;
  }
}

.our-work .text-content h2 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
  .our-work .text-content h2 {
    font-size: 25px;
    line-height: 36px;
  }
}

.our-work .text-content p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 83%;
  margin: 0 auto 1rem;
}

@media (max-width: 1199px) {
  .our-work .text-content p {
    max-width: unset;
  }
}

@media (max-width: 575px) {
  .our-work .text-content p {
    font-size: 14px;
    line-height: 26px;
  }
}

.our-work .portfolio-slider {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .our-work .portfolio-slider {
    margin-top: 0;
  }
}

.our-work .portfolio-slider .text-cont {
  padding: 7rem 0;
}

@media (max-width: 991px) {
  .our-work .portfolio-slider .text-cont {
    padding: 2rem 0;
  }
}

@media (max-width: 767px) {
  .our-work .portfolio-slider .text-cont {
    text-align: center;
  }
}

.our-work .portfolio-slider .text-cont h3 {
  color: #1e1e1e;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
  .our-work .portfolio-slider .text-cont h3 {
    font-size: 38px;
    line-height: 45px;
  }
}

.our-work .portfolio-slider .text-cont p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 1rem;
  max-width: 520px;
}

@media (max-width: 1199px) {
  .our-work .portfolio-slider .text-cont p {
    max-width: unset;
  }
}

@media (max-width: 575px) {
  .our-work .portfolio-slider .text-cont p {
    font-size: 14px;
    line-height: 24px;
  }
}

.our-work .portfolio-slider .text-cont .app_download {
  display: flex;
}

@media (max-width: 767px) {
  .our-work .portfolio-slider .text-cont .app_download {
    justify-content: center;
  }
}

.our-work .portfolio-slider .text-cont .app_download a {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .our-work .portfolio-slider .img-cont img {
    width: auto;
    margin: auto;
  }
}

.our-work .portfolio-slider .owl-nav {
  position: absolute;
  left: 0;
  right: -9rem;
  text-align: center;
  bottom: 14rem;
}

@media (max-width: 1399px) {
  .our-work .portfolio-slider .owl-nav {
    bottom: 10rem;
  }
}

@media (max-width: 1199px) {
  .our-work .portfolio-slider .owl-nav {
    bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .our-work .portfolio-slider .owl-nav {
    bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .our-work .portfolio-slider .owl-nav {
    bottom: 0;
    right: 0;
  }
}

.our-work .portfolio-slider .owl-nav .owl-prev,
.our-work .portfolio-slider .owl-nav .owl-next {
  margin: 0 10px;
}

.platform-expertise {
  background: #1e1e1e;
  padding: 5rem 0 2rem;
}

@media (max-width: 767px) {
  .platform-expertise {
    padding: 3rem 0 2rem;
  }
}

.platform-expertise .text-cont {
  text-align: center;
}

.platform-expertise .text-cont h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .platform-expertise .text-cont h2 {
    font-size: 35px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  .platform-expertise .text-cont h2 {
    font-size: 25px;
    line-height: 36px;
  }
}

.platform-expertise .text-cont p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.4px;
  margin-bottom: 1rem;
}

@media (max-width: 575px) {
  .platform-expertise .text-cont p {
    font-size: 14px;
    line-height: 24px;
  }
}

.platform-expertise .responsive-tabs {
  padding: 1rem;
}

@media (max-width: 991px) {
  .platform-expertise .responsive-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .platform-expertise .responsive-tabs .tab-pane .collapse {
    display: none !important;
  }

  .platform-expertise .responsive-tabs .tab-pane .collapse.show {
    display: block !important;
  }
}

.platform-expertise .responsive-tabs .nav-tabs {
  display: none;
  border-bottom: 1px solid #737373;
  justify-content: center;
}

@media (min-width: 992px) {
  .platform-expertise .responsive-tabs .nav-tabs {
    display: flex;
  }
}

.platform-expertise .responsive-tabs .nav-tabs .nav-item {
  width: 12.5%;
}

.platform-expertise .responsive-tabs .nav-tabs .nav-item .nav-link {
  border: 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  position: relative;
}

.platform-expertise .responsive-tabs .nav-tabs .nav-item .nav-link.active {
  background: rgba(0, 0, 0, 0);
}

.platform-expertise .responsive-tabs .nav-tabs .nav-item .nav-link.active:after {
  content: "";
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.platform-expertise .responsive-tabs .card {
  border: 0;
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  .platform-expertise .responsive-tabs .card .card-header {
    display: none;
  }
}

@media (max-width: 991px) {
  .platform-expertise .responsive-tabs .card .card-header [aria-expanded="true"] {
    background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: bold;
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .platform-expertise .responsive-tabs .card .card-header h5 a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}

.platform-expertise .responsive-tabs .card .card-body {
  padding: 1rem 1rem;
}

@media (max-width: 575px) {
  .platform-expertise .responsive-tabs .card .card-body {
    padding: 0;
  }
}

.platform-expertise .responsive-tabs .card .card-body .img-cont {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .platform-expertise .responsive-tabs .card .card-body .img-cont {
    justify-content: center;
  }
}

.platform-expertise .responsive-tabs .card .card-body .img-cont li {
  width: 14.2857%;
  text-align: center;
}

@media (max-width: 991px) {
  .platform-expertise .responsive-tabs .card .card-body .img-cont li {
    width: 20%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .platform-expertise .responsive-tabs .card .card-body .img-cont li {
    width: 30%;
  }
}

@media (max-width: 575px) {
  .platform-expertise .responsive-tabs .card .card-body .img-cont li {
    width: 33%;
  }
}

.platform-expertise .responsive-tabs .card .card-body .img-cont li a {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .platform-expertise .responsive-tabs .card .card-body .img-cont li a {
    font-size: 14px;
  }
}

.platform-expertise .responsive-tabs .card .collapse {
  display: block;
}

.rising-digital {
  background: linear-gradient(180deg, #1e1e1e 80%, #fff 80%);
  padding: 5rem 0;
}

@media (max-width: 991px) {
  .rising-digital {
    background: linear-gradient(180deg, #1e1e1e 88%, #fff 88%);
    padding: 5rem 0 2rem;
  }
}

@media (max-width: 767px) {
  .rising-digital {
    background: linear-gradient(180deg, #1e1e1e 91%, #fff 91%);
  }
}

@media (max-width: 575px) {
  .rising-digital {
    padding: 3rem 0 2rem;
    background: linear-gradient(180deg, #1e1e1e 95%, #fff 95%);
  }
}

@media (max-width: 767px) {
  .rising-digital .text-cont {
    text-align: center;
    margin-bottom: 3rem;
  }
}

.rising-digital .text-cont h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  max-width: 520px;
}

@media (max-width: 575px) {
  .rising-digital .text-cont h2 {
    font-size: 25px;
    line-height: 36px;
    max-width: unset;
  }
}

.rising-digital .text-cont p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.4px;
  margin: 1rem 0 2rem;
  max-width: 520px;
}

@media (max-width: 575px) {
  .rising-digital .text-cont p {
    font-size: 14px;
    line-height: 22.4px;
    max-width: unset;
  }
}

.rising-digital .text-cont .discuss-ideas {
  border-radius: 8px;
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}

@media (max-width: 767px) {
  .rising-digital>div .row .row {
    padding: 0 10px;
  }
}

.rising-digital .card {
  border-radius: 8px;
  border: 1px solid #599341;
  background: rgba(0, 0, 0, 0);
  margin: 0 5px 10px;
  display: inline-flex;
  height: 200px;
  padding: 16px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .rising-digital .card {
    margin: 0 0 15px;
    height: auto;
    padding: 30px 20px;
  }
}

.rising-digital .card .number {
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}

.rising-digital .card .title {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rising-digital ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 2rem;
}

.rising-digital ul li {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 19px;
  width: 50%;
  padding: 20px 0;
  margin: 0 20px;
}

@media (max-width: 575px) {
  .rising-digital ul li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    padding: 20px 10px;
  }
}

.rising-digital ul li span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .rising-digital ul li span {
    font-size: 35px;
    line-height: 44px;
  }
}

.our-clients {
  padding: 5rem 0 2rem;
}

@media (max-width: 991px) {
  .our-clients {
    padding: 3rem 0 2rem;
  }
}

.our-clients .text-content {
  text-align: center;
}

.our-clients .text-content span.gradiant-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.our-clients .text-content h2 {
  color: #212222;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .our-clients .text-content h2 {
    font-size: 35px;
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  .our-clients .text-content h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 1rem;
  }
}

.our-clients .testimonials_slider .owl-stage-outer {
  padding: 0 0 3rem;
}

.our-clients .testimonials_slider .item:before {
  content: "";
  width: 490px;
  height: 10px;
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 3px 4px 13px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .our-clients .testimonials_slider .item:before {
    width: 70%;
  }
}

.our-clients .testimonials_slider .item:after {
  content: "";
  width: 540px;
  height: 10px;
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999999;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 3px 4px 13px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
  .our-clients .testimonials_slider .item:after {
    width: 85%;
  }
}

.our-clients .testimonials_slider .item .card {
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 3px 4px 13px 0px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: auto;
  padding: 20px;
}

.our-clients .testimonials_slider .item .card .card-header {
  display: flex;
  align-items: center;
  border: 0;
  background: rgba(0, 0, 0, 0);
}

.our-clients .testimonials_slider .item .card .card-header img {
  width: auto;
  border-radius: 100%;
}

.our-clients .testimonials_slider .item .card .card-header h3 {
  color: #1b1d21;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 20px;
}

.our-clients .testimonials_slider .item .card .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.our-clients .testimonials_slider .item .card .card-body p {
  padding: 0;
  font-size: 16px;
  color: #212529;
  max-width: 480px;
}

@media (max-width: 767px) {
  .our-clients .testimonials_slider .item .card .card-body p {
    max-width: 100%;
    font-size: 14px;
  }
}

.our-clients .testimonials_slider .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .our-clients .testimonials_slider .owl-nav {
    position: static;
    justify-content: center;
    margin: 0 10px;
  }
}

.our-clients .testimonials_slider .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10rem;
}

@media (max-width: 1199px) {
  .our-clients .testimonials_slider .owl-nav .owl-prev {
    left: 7rem;
  }
}

@media (max-width: 991px) {
  .our-clients .testimonials_slider .owl-nav .owl-prev {
    position: static;
    justify-content: center;
    margin: 0 10px;
  }
}

.our-clients .testimonials_slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10rem;
}

@media (max-width: 1199px) {
  .our-clients .testimonials_slider .owl-nav .owl-next {
    right: 7rem;
  }
}

@media (max-width: 991px) {
  .our-clients .testimonials_slider .owl-nav .owl-next {
    position: static;
    justify-content: center;
    margin: 0 10px;
  }
}

.trust-our-aas {
  padding-bottom: 5rem;
}

@media (max-width: 575px) {
  .trust-our-aas {
    padding-bottom: 3rem;
  }
}

.trust-our-aas .text_cont {
  background-image: url("../images/trust-aas-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 5rem;
}

@media (max-width: 767px) {
  .trust-our-aas .text_cont {
    background-size: cover;
    background-position: top center;
  }
}

@media (max-width: 575px) {
  .trust-our-aas .text_cont {
    padding: 2.5rem 1.5rem;
  }
}

.trust-our-aas .text_cont h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  margin: 0 auto 20px;
  max-width: 80%;
}

@media (max-width: 1199px) {
  .trust-our-aas .text_cont h2 {
    max-width: unset;
  }
}

@media (max-width: 767px) {
  .trust-our-aas .text_cont h2 {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .trust-our-aas .text_cont h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}

.trust-our-aas .text_cont h2 span {
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.trust-our-aas .text_cont p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.4px;
  margin: 0 auto 3rem;
  max-width: 82%;
}

@media (max-width: 1199px) {
  .trust-our-aas .text_cont p {
    max-width: unset;
  }
}

@media (max-width: 575px) {
  .trust-our-aas .text_cont p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 2rem;
  }
}

.trust-our-aas .text_cont .btns .contact {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
  border-radius: 8px;
  margin: 0 10px;
  padding: 15px 30px;
  background: linear-gradient(119deg, #599341 28.27%, #cfdc27 81.37%);
  border: 1px solid #599341;
}

.trust-our-aas .text_cont .btns .contact:hover {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #599341;
  transition: 0.5s;
}

@media (max-width: 575px) {
  .trust-our-aas .text_cont .btns .contact {
    display: block;
    padding: 12px 20px;
    max-width: 80%;
    margin: 0 auto;
  }
}

.thankyou_sec {
  padding: 50px 0;
  height: 77vh;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .thankyou_sec {
    height: 75dvh;
  }
}

.thankyou_sec .main-thankyou {
  text-align: center;
}

.thankyou_sec .main-thankyou .site-header__title {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
}

@media (max-width: 767px) {
  .thankyou_sec .main-thankyou .site-header__title {
    font-size: 4rem;
  }
}

@media (max-width: 575px) {
  .thankyou_sec .main-thankyou .site-header__title {
    font-size: 40px;
  }
}

.thankyou_sec .main-thankyou .main-content__checkmark {
  font-size: 9.75rem;
  line-height: 1;
  color: #9abc00 !important;
}

@media (max-width: 767px) {
  .thankyou_sec .main-thankyou .main-content__checkmark {
    font-size: 7.75rem;
  }
}

@media (max-width: 575px) {
  .thankyou_sec .main-thankyou .main-content__checkmark {
    font-size: 70px;
  }
}

.thankyou_sec .main-thankyou .main-content__body {
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
  color: #767984;
  max-width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .thankyou_sec .main-thankyou .main-content__body {
    max-width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .thankyou_sec .main-thankyou .main-content__body {
    font-size: 14px;
  }
}

.thankyou_sec .main-thankyou .start_live_chat {
  text-transform: capitalize !important;
  font-size: 19px;
  background: linear-gradient(to right, #5c9600, #9cd000);
  padding: 10px 24px;
  display: inline-block;
  border-radius: 4px;
  margin: 20px 0 0;
  color: #fff !important;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .thankyou_sec .main-thankyou .start_live_chat {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .thankyou_sec .main-thankyou .start_live_chat {
    font-size: 14px;
  }
}

.thankyou_sec .main-thankyou .start_live_chat:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  -webkit-transform: scaleY(0);
  background-image: linear-gradient(to left, #5c9600, #9cd000);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.thankyou_sec .main-thankyou .start_live_chat:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-thankyou {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #080e1e;
  padding: 15px 0;
  color: #767984 !important;
  font-size: 13px;
}

@media (max-width: 767px) {
  .footer-thankyou {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .footer-thankyou {
    position: static;
  }
}

.footer-thankyou .text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-thankyou .text-right {
    text-align: center;
    margin-top: 6px;
  }
}

.footer-thankyou a {
  font-size: 13px;
  color: #767984 !important;
  margin: 0 10px 0;
}

/*# sourceMappingURL=style.css.map */






.gridcard1{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}


.gridcard {

  display: flex;
  justify-content: space-between;
  margin-top: 40px;

}


.gridcard .first {
  width: 550px;
  padding: 20px;
  background-color: #083E6BCC;
  border-radius: 15px;

}

.gridcard .first span {
  color: #FFFFFF;
  font-size: 22px;
  padding-left: 20px;

}


.gridcard .second {
  width: 550px;
  padding: 20px;
  background-color: #083E6BCC;
  border-radius: 15px;

}

.gridcard .second span {
  color: #FFFFFF;
  font-size: 22px;
  padding-left: 20px;
}


.gridcard1 .third {
  width: 550px;
  padding: 20px;
  background-color: #083E6BCC;
  border-radius: 15px;

}

.gridcard1 .third span {
  color: #FFFFFF;
  font-size: 22px;
  padding-left: 20px;
}

.gridcard1 .fourth {
  width: 550px;
  padding: 20px;
  background-color: #083E6BCC;
  border-radius: 15px;

}

.gridcard1 .fourth span {
  color: #FFFFFF;
  font-size: 22px;
  padding-left: 20px;
}


@media(max-width: 400px){
  .gridcard{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .gridcard1{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }

  .gridcard .first {
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
  }
.gridcard .first span{
  font-size: 8px;
}

.gridcard .second {
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
}

.gridcard .second span{
  font-size: 8px;
}

.gridcard1 .third {
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
}

.gridcard1 .third span{
  font-size: 8px;
}

.gridcard1 .fourth{
   width: 100%;
   padding: 12px;
   display: flex;
   align-items: center;
}

.gridcard1 .fourth span{
  font-size: 8px;
}

}





.span {
  text-align: center;
}

.span h1 {
  font-weight: 700;
  padding-top: 70px;
}

.span p {
  font-size: 20px;
  padding-top: 20px;
}

.span h3 {
  color: #083E6B;
  font-size: 30px;
  font-weight: 600;
  padding-top: 20px;
}


@media(max-width:400px){
  .span h1{
      font-size: 17px;
  }

  .span p{
    font-size: 13px;
  }

  .span h3{
    font-size: 17px;
  }
}



.background {
  background-color: #083E6B;
  width: 100%;
}



.text-box {
  width: 400px !important;
  height: 150px;
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-top: 70px;

}

.text-box h3 {
  color: #1F4F77 !important;
  font-weight: 600;
  font-size: 25px;
  padding-top: 20px;





}

.text-box p {
  color: #1F4F77 !important;
  padding-top: 20px;
}


.text-box1 {
  width: 400px !important;
  height: 150px;
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-top: 70px;

}

.text-box1 h3 {
  color: #1F4F77 !important;
  font-weight: 600;
  font-size: 25px;
  /* padding-top: 20px;
  padding-left: 20px; */
  padding: 23px;





}

.text-box1 p {
  color: #1F4F77 !important;
  padding-top: 20px;
}



.developersecton {
  background-image: url('../images/b4cab004a833700984f93875956f5f152de6383e.png');
  width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.developersecton h1 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.developersecton p {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}

@media(max-width: 400px){

.developersecton{
  height: auto;
}

  .developersecton h1{
     font-size: 17px;
  }

  .developersecton p{
    font-size: 15px;
  }
}


.boxes {
  display: flex;
    align-items: center;

  gap: 80px;
  justify-content: center;
  margin-top: 50px;
}

.firstbox {
  width: 450px;
  background-color: #FFFFFF;
  border-radius: 25px;
}

.firstbox h1 {
  color: #1F4F77;
  text-align: center;
  font-size: 28px;
  padding-top: 30px;
}

.firstbox p {
  color: #1F4F77;
  text-align: center;
  padding-bottom: 25px;
      font-weight: 500;

}


.secondbox {
  width: 450px;
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-top: 40px;
}

.secondbox h1 {
  color: #1F4F77;
  text-align: center;
  font-size: 25px;
  padding-top: 30px;
}

.secondbox p {
  color: #1F4F77;
  text-align: center;
  padding-bottom: 25px;
        font-weight: 500;

}

@media(max-width:400px){
.boxes{
display: flex
;
        flex-wrap: wrap;
}
.firstbox {
        
        width: 342px;
        margin-left: 6px;
        margin-top: 22px;
}
.firstbox h1{
        font-size: 23px;
}
.firstbox p{
font-size: 14px;
}

.secondbox{
  margin-top: 24px;
   width: 342px;
        margin-left: 6px;
}

.secondbox h1{
  font-size: 23px;
}

.secondbox p{
  font-size: 14px;
}


/* .architectdeveloper{
  margin-top: -53px !important;
} */


.btn2{
  margin-top: 22px;
  margin-bottom: 25px;
}



}



.architectdeveloper {
  width: 400px;
  background-color: #222222;
  border-radius: 25px;
  height: 350px;
  display: flex;
  flex-direction: column;
      justify-content: center;
}

.architectdeveloper h1 {
  color: #FFFFFF;
  font-size: 35px;
}

.btn2 {
  text-align: center;
  margin-top: 32px;

}

.btn2 a {
  color: #fff;
  font-size: 26px;
  padding: 0 136px 0 136px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-decoration: none;


}




.our-react-native h1 {
  font-size: 41px;
  font-weight: 600;
  padding-top: 57px;
}

.our-react-native p {
  text-align: center;
  font-size: 18px;
  padding-top: 15px;
  color: #000000E0;
  font-weight: 400;
}



@media(max-width: 400px){
  .our-react-native h1{
    font-size: 28px !important;
  }
  .our-react-native p{
          font-size: 16px;
  }

}

/* 
@media(max-width: 400px){
  .first-section{
        display: block !important;
  }
.second-section{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
}

.skectch-box{
      width: 150px
}


.sketch-box-content h1 {
  font-size: 15px !important;
}

.sketch-box-content p{
  font-size: 9px !important;
}

.sketch-box-img img{
      width: 40px !important;
}


.Adobe-XD{
      width: 150px
}


.Adobe-XD-content h1 {
  font-size: 15px !important;
}

.Adobe-XD-content p{
  font-size: 9px !important;
}

.Adobe-XD-img img{
      width: 40px !important;
}

} */ 


.react-native {
  width: 100%;
  background-color: #D2E0FF;
  border-radius: 40px;
  margin-top: 50px;
}

.second-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 66%;
      padding: 40px 0;

}

.first-section {
  display: flex;
  width: 100%;
  background-color: #083E6B;
  gap: 100px;
  border-radius: 40px 40px 0 0px;
}


.first-section li {
  list-style-type: none;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  padding-left: 100px;
}


.main {
  display: flex;
}

.skectch-box {

  
  background-color: #FFFFFF;
  border-radius: 45px;
  margin-left: 20px;
  
}

.sketch-box-img {
  text-align: center;
  padding-top: 20px;

}

.sketch-box-content h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 17px;
}

.sketch-box-content p {
  text-align: center;
  font-size: 12px;
  color: #000000;
}


.Adobe-XD {

  
  background-color: #FFFFFF;
  border-radius: 45px;
  margin-left: 20px;
  
}

.Adobe-XD-img {
  text-align: center;
  padding-top: 20px;
}

.Adobe-XD-content h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 17px;
}

.Adobe-XD-content p {
  text-align: center;
  font-size: 12px;
  color: #000000;
}


.Marvel {

  
  background-color: #FFFFFF;
  border-radius: 45px;
  margin-left: 20px;
  
}

.Marvel-img {
  text-align: center;
  padding-top: 20px;
}

.Marvel-content h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 17px;
}

.Marvel-content p {
  text-align: center;
  font-size: 12px;
  color: #000000;
}


.Photoshop {

  
  background-color: #FFFFFF;
  border-radius: 45px;
  margin-left: 20px;
  
}

.Photoshop-img {
  text-align: center;
  padding-top: 20px;
}

.Photoshop-content h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 17px;
}

.Photoshop-content p {
  text-align: center;
  font-size: 12px;
  color: #000000;
}


.Illustrator {

  
  background-color: #FFFFFF;
  border-radius: 45px;
  margin-left: 20px;
  
}

.Illustrator-img {
  text-align: center;
  padding-top: 20px;
}

.Illustrator-content h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 17px;
}

.Illustrator-content p {
  text-align: center;
  font-size: 12px;
  color: #000000;
}



.InDesign {

  
  background-color: #FFFFFF;
  border-radius: 45px;
  margin-left: 20px;
  
}

.InDesign-img {
  text-align: center;
  padding-top: 20px;
}

.InDesign-content h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding-top: 17px;
}

.InDesign-content p {
  text-align: center;
  font-size: 12px;
  color: #000000;
}



/* .native-tav-img {
  width: 30%;
} */

.native-tav-img img {
  width: 100%;
  margin-left: -50px;
    margin-top: 40px;
  /* margin-right: -111px;
margin-top: -104px;
    margin-left: 40px; */
}





.tab-content.active {
  display: flex !important;
}

.testimonial-section {
  padding: 60px 0 30px 0;
  text-align: center;
}

.testimonial-section h2 {
  font-weight: bold;
}

.testimonial-section p.section-subtitle {
  color: #777;
  /* max-width: 600px; */
  margin: 10px auto 40px;
}

/* Swiper styles */
.swiper {
  padding-bottom: 50px;
  /* space for dots */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  transition: transform 0.4s ease;
}

.testimonial-card {
  background: #fff;
  color: #000;
  border-radius: 15px;
  padding: 25px;
  /* max-width: 320px; */
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: all 0.4s ease;
}

.testimonial-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.testimonial-card h5 {
  margin-top: 10px;
  font-weight: bold;
}

.testimonial-card p {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

/* Center active styling */
.swiper-slide-active .testimonial-card {
  background: #1e1e2d;
  color: #fff;
  transform: scale(1.08);
}

.swiper-slide-active .testimonial-card p {
  color: #ddd;
  margin-top: 15px;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #FFFFFF !important;
  background: transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

/* Pagination dots */
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  margin-top: 80px;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
  width: 20px !important;
  border-radius: 16px !important;
}

.profile {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;

}

.profile h5 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.profile small {
  display: block;
  font-size: 12px;
  color: gray;
}

.swiper {
  overflow: visible !important;
}


.get-form-us {
  background-color: #FFFFFFE5;

}

.get-form-us h1 {
  color: #083E6B;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
}

.sction66 {
  display: flex;
}

.tabs {
  display: flex;
}

.senior-level-developers {
  display: flex;
}

/* ------- Tunable tokens ------- */
.wygu-section {
  --rows: 3;
  /* right grid rows */
  --left-col: 268px;
  /* left column width */
  --col-gap: 22px;
  /* gap between left & right */
  --row-gap: 16px;
  /* vertical gap between cards */
  --card-h: 62px;
  /* each card height */
  --card-pad-y: 10px;
  --card-pad-x: 12px;
  --icon: 48px;
  --icon-img: 28px;
}

.wygu-text {
  margin-left: 8px;
}

.wygu-section {
  padding: 28px 16px;
  background: #f6f9fc;
  margin-top: 45px;
}

.wygu-container {
  max-width: 1180px;
  margin: 0 auto;
}

.wygu-title {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 600;
  color: #083E6B;
  text-align: center;
}

/* Parent grid */
.wygu-layout {
  display: flex;
  gap: 40px;
  align-items: start;
  align-items: center;
}

/* LEFT CARD — height = total height of right grid (3 rows + 2 gaps) */
.wygu-left-card {
  background: #fff;
  border: 1px solid #e6eef5;
  border-radius: 14px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(23, 43, 77, .08);
  box-sizing: border-box;
  height: calc((var(--card-h) * var(--rows)) + (var(--row-gap) * (var(--rows) - 1)));
}

.wygu-left-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.wygu-image {
  width: 15%;
}

/* RIGHT GRID */
.wygu-grid {
  width: 85%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 25px;
}

/* CARD */
.wygu-item {
  background: #fff;
  border: 1px solid #e6eef5;
  border-radius: 14px;
  padding: var(--card-pad-y) var(--card-pad-x);
  box-shadow: 0 4px 4px 0 #00000040;
      display: flex
;
    align-items: center;
}

/* ICON */
/* .wygu-icon {
  width: var(--icon);
  height: var(--icon);
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #e9f3ff;
  overflow: hidden;
} */

.wygu-icon img {
  width: var(--icon-img);
  height: var(--icon-img);
  object-fit: contain;
}

/* TEXT — single line for compact look */
.wygu-text h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wygu-text p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Responsive */
@media (max-width:1100px) {
  .wygu-layout {
    grid-template-columns: 240px 1fr;
  }
}

@media (max-width:992px) {
  .wygu-layout {
    grid-template-columns: 1fr;
  }

  .wygu-left-card {
    order: 1;
    height: auto;
  }

  /* stack pe left height auto */
  .wygu-grid {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 68px;
  }
}

@media (max-width:600px) {
  .wygu-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}













/* ---- tokens (easy fine-tuning) ---- */
.ind-sect {
  --bg: #0f172a;
  /* dark section bg */
  --blue: #0b6aa8;
  /* card blue */
  --white: #ffffff;
  /* card white */
  --text: #e2e8f0;
  /* body text on dark */
  --maxw: 1180px;
  /* container width */
  --radius: 14px;
  /* card radius */
  --shadow: 0 12px 24px rgba(0, 0, 0, .18);
  --gap: 16px;
  /* grid gap */
  --card-h: 82px;
  /* card height desktop */
  --icon: 56px;
  /* icon tile size */
  --icon-img: 30px;
  /* icon inside size */
}

/* section */
.ind-sect {
  background: var(--bg);
  padding: 64px 20px;
  color: #fff;
  text-align: center;
  margin-top: 64px;
}

.ind-container {
  max-width: var(--maxw);
  margin: 0 auto;
}

.ind-title {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .2px;
}

.ind-sub {
  margin: 0 auto 36px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
  max-width: 920px
}

/* grid */
.ind-grid {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  margin-top: 40px;
}

.cstm-grid-2 {
      align-self: flex-end;

}

/* card */
.ind-card {
  min-height: var(--card-h);
  display: grid;
  grid-template-columns: var(--icon) 1fr;
  align-items: center;
  column-gap: 12px;
  padding: 12px 16px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .06);
  text-align: left;
}

.ind-card.white {
  background: var(--white);
  color: #0f172a;
}

.ind-card.white .ind-text p {
  color: #475569
}

.ind-card.white .ind-icon {
  background: ;
}

/* soft gray badge */

.ind-card.blue {
  background: var(--blue);
}

.ind-card.blue .ind-text p {
  color: #e6f2fb
}

.ind-card.blue .ind-icon {
  background;
}

/* deep badge */

/* icon badge */
.ind-icon {
  width: var(--icon);
  height: var(--icon);
  border-radius: 12px;
  display: grid;
  place-items: center;
}

.ind-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain
}

/* text */
.ind-text h3 {
  margin: 0 0 3px;
  font-size: 22px;
  font-weight: 700;
}

.ind-text p {
  margin: 0;
  font-size: 13px;
  color: ;
}

/* .ind-card blue .ind-text h3{
  margin:0 0 3px; font-size:17px; font-weight:700;color: #FFFFFF;}

  .ind-card blue .ind-text p{
margin:0 0 3px; font-size:17px; font-weight:700;color: #FFFFFF;
  } */

/* responsiveness */
@media (max-width:1200px) {
  .ind-sect {
    padding: 56px 18px
  }

  .ind-text h3 {
    font-size: 16px
  }
}

@media (max-width:992px) {
  .ind-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .ind-card {
    min-height: 78px
  }
}

@media (max-width:640px) {
  .ind-grid {
    grid-template-columns: 1fr
  }

  .ind-card {
    min-height: 74px;
    padding: 12px
  }

  .ind-title {
    font-size: 26px
  }

  .ind-sub {
    font-size: 14px
  }
}





/* ===== tokens (easy tuning for pixel-perfect) ===== */
.cta-app {
  --container: 1180px;
  --card-w: 520px;
  --card-radius: 22px;
  --band-h: 210px;
  /* blue strip height */
  --space-y: 18px;
  --inp-h: 44px;
  --inp-radius: 12px;

  --bg-dark: #0f172a;
  --blue-1: #0e4f96;
  --blue-2: #022c6f;
  --shadow: 0 18px 38px rgba(16, 24, 40, 0.20);
  --stroke: #e6e7eb;
  --muted: #8a95a5;
}

/* section shell (no body styling touched) */
.cta-app {
  position: relative;
  padding: 48px 16px;
  background: #ffffff;
  overflow: visible;
  isolation: isolate;
}

/* central wrapper */
.cta-wrap {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, var(--card-w)) 1fr;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 2;
  /* above band */
}

/* gradient band that runs behind both columns */
.cta-band {
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
  height: 326px;
  transform: translateY(-30%);
  background: linear-gradient(90deg, var(--blue-1), var(--blue-2));
  border-radius: 8px;
  filter: drop-shadow(0 20px 40px rgba(3, 21, 55, .25));
  z-index: 1;
}

.inp::placeholder {
  color: black !important;
}

/* card */
.cta-card {
  margin-top: -43px;
  background: #EAEAEACC;
  backdrop-filter: blur(2px);
  border: 1px solid var(--stroke);
  border-radius: 0 40px;
  box-shadow: var(--shadow);
  padding: 28px 40px 106px 40px;
  /* height: 534px; */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.45);

}

/* headings + copy */
.cta-title {
  margin: 0 0 6px;
  font-size: 42px;
  font-weight: 700;
  color: #083E6B;
  /* deep blue like mock */
  letter-spacing: .2px;
}

.cta-subtitle {
  margin: 0 0 2px;
  font-size: 36px;
  font-weight: 300;
  color: #1f2937;
}

.cta-desc {
  margin: 0 0 18px;
  font-size: 15.5px;
  color: #000000;
}

/* form grid */
.cta-form {
  display: grid;
  gap: 18px;
}

.row {
  display: grid;
  /* gap: 18px; */
}

.row-2 {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
      justify-content: space-between;
}

.row-full {
  grid-template-columns: 1fr;
}

/* inputs */
.inp {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #dfe3e8;
  background: #D4D4D4;
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, .06),
    0 1px 0 rgba(255, 255, 255, .9);
  padding: 0 14px;
  font-size: 14px;
  color: #000000CC;
  outline: none;
}

.inp::placeholder {
  color: #8b97a6;
}

.textarea {
  padding: 12px 14px;
  resize: vertical;
}

/* phones cluster */
.cta-phones {
  position: relative;
  min-height: 320px;
}

.phone {
  position: absolute;
  width: 240px;
  height: auto;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, .35));
  transform-origin: bottom center;
}

/* approximate placements to match screenshot */
.phone-front {
  left: -2%;
  bottom: 0;
  z-index: 3;
  height: 569px;
  width: 120%;
}

.phone-back {
  left: 30%;
  bottom: 18px;
  transform: rotate(-2deg);
  z-index: 2;
}

.phone-side {
  left: 56%;
  bottom: 12px;
  transform: rotate(6deg);
  z-index: 1;
}

/* ====== responsiveness ====== */
@media (max-width: 1100px) {
  .cta-wrap {
    grid-template-columns: 480px 1fr;
  }

}

@media (max-width: 920px) {
  .cta-wrap {
    grid-template-columns: 1fr;
  }

  .cta-card {
    order: 1;
  }

  .cta-phones {
    order: 2;
    min-height: 260px;
    margin-top: 8px;
  }

  .cta-band {
    transform: translateY(-10%);
    /* center better when stacked */
  }

  .phone {
    width: 200px;
  }

  .phone-front {
    left: 2%;
    bottom: 0;
  }

  .phone-back {
    left: 30%;
    bottom: 10px;
  }

  .phone-side {
    left: 58%;
    bottom: 6px;
  }
}

@media (max-width: 560px) {
  .cta-app {
    padding: 36px 12px;
  }

  .cta-card {
    padding: 22px 18px 40px 18px;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-subtitle {
    font-size: 28px;
  }

  .row-2 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cta-band {
    height: 180px;
  }

  .phone {
    width: 180px;
  }
}



/* =======================
   Responsive overrides
   ======================= */

/* Large screens: keep layout wide and float the phone image to the right */
@media (min-width: 1280px) {
  .main { align-items: flex-start; }
  .second-section { width: 100%; }
  /* .native-tav-img { width: 34%; } */
}

/* ≤ 1200px — tighten spacing, keep 3 columns */
@media (max-width: 1200px) {
  .react-native { height: auto; }              /* allow section to grow with content */
  .second-section {
    grid-template-columns: repeat(3, 1fr);
    width: 62%;
    gap: 12px;
  }
  .first-section { gap: 48px; }
  .first-section li { font-size: 22px; padding-left: 64px; }
  .native-tav-img { width: 38%; }
  /* .native-tav-img img { margin-right: 0; margin-top: -80px; margin-left: 20px; } */
}

/* ≤ 992px — stack image under grid, switch to 2 columns */
@media (max-width: 992px) {
  .main { flex-direction: column; }
  .second-section {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .native-tav-img {
    width: 80%;
    margin: 0 auto;
  }
  .native-tav-img img {
    margin: 16px auto 0 auto;      /* reset odd offsets for small screens */
  }
  .first-section {
    gap: 24px;
    border-radius: 30px 30px 0 0;
  }
  .first-section li {
    padding-left: 28px;
    font-size: 20px;
  }
}

/* ≤ 768px — compact tabs and cards */
@media (max-width: 768px) {
  .first-section { gap: 14px; }
  .first-section li {
    padding-left: 18px;
    font-size: 18px;
  }

  .skectch-box,
  .Adobe-XD,
  .Marvel,
  .Photoshop,
  .Illustrator,
  .InDesign {
    height: auto;                 /* let card height fit content */
    padding-bottom: 16px;         /* small breathing room */
    border-radius: 32px;
  }

  .sketch-box-content h1,
  .Adobe-XD-content h1,
  .Marvel-content h1,
  .Photoshop-content h1,
  .Illustrator-content h1,
  .InDesign-content h1 {
    font-size: 16px;
    padding-top: 12px;
  }

  .sketch-box-content p,
  .Adobe-XD-content p,
  .Marvel-content p,
  .Photoshop-content p,
  .Illustrator-content p,
  .InDesign-content p {
    font-size: 12px;
  }
}

/* ≤ 576px — single column grid, full-width image */
@media (max-width: 576px) {
  .react-native { border-radius: 24px; margin-top: 32px; }

  .second-section {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 12px;
    margin-left: -15px;
  }

  .first-section {
    gap: 10px;
    justify-content: center;
    padding: 8px 0;
  }
  .first-section li {
    padding-left: 12px;
    font-size: 16px;
  }

  .native-tav-img { width: 100%; }
  .native-tav-img img {
    width: 100%;
    margin: 12px 0 0 0;
  }
}


@media(max-width: 400px){
  .section-heading2{
    font-size: 22px !important;
  }

  .section-para{
    font-size: 14px !important;
  }

}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -80px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none !important;
}


@media(max-width: 760px){
  .secondheading{
    font-size: 24px !important;
  }

  .thirdheading{
    display: none !important;
  }

  .mobileimg{
    display: none !important;
  }

  .limited-offer{
    display: none !important;
  }

  .modal{
   padding: 30px !important;
  }
}

.swiper-wrapper {
      align-items: flex-end;
}

    .topbar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
    .sitenav .navbar {
        margin-top: 50px;
    }