/*Bootstrap v5.1.3 (https://getbootstrap.com/)*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
pre {
  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;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.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%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .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-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .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%;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.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;
}

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

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

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

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

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

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

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

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

.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

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

.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

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

.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

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

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

.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-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;
}
.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 > .list-group + .card-footer {
  border-top: 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);
}
.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;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.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;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
@-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;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.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;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.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-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@-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;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.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%;
}
.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;
}
.visually-hidden {
  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;
}
.overflow-hidden {
  overflow: hidden !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.position-relative {
  position: relative !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.w-50 {
  width: 50% !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-center {
  align-self: center !important;
}
.m-0 {
  margin: 0 !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !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;
}
.me-3 {
  margin-right: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
@media (min-width: 768px) {
  .mt-md-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 992px) {
  .ps-lg-0 {
    padding-left: 0 !important;
  }
}
/*preview bootstrap*/

/* -------------------------------------------------------------------
 * Template         : TECH INJECT - We Engineer Imagination
 * Author           : SeparateWeb
------------------------------------------------------------------- */

/**width under 1450px**/
@media only screen and (max-width: 1450px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
  }

  h4 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
  }

  h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }

  p {
    font-size: 17px;
    line-height: 27px;
  }

  .h1 {
    font-size: 50px;
  }

  .counter-setdiv p {
    font-size: 50px;
    line-height: 60px;
  }

  .sidebar-offcanvas {
    width: 40vw;
    min-width: 300px;
  }

  .fivecardrow-sw {
    grid-template-columns: repeat(4, 1fr);
  }

  .form-inputs label {
    font-size: 15px;
    padding: 0 0 5px 0;
  }

  .form-controls {
    line-height: 48px;
    padding: 0 18px;
  }

  form .mb20 {
    margin-bottom: 10px;
  }

  .multipost a h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

  .cardtitlemain {
    font-size: 20px;
    line-height: 30px;
  }

  .mediablock {
    grid-gap: 20px;
  }

  /*update 1.2*/

  /*update 1.2*/
}

/**width over 1200px**/
@media only screen and (max-width: 1200px) {

  .brand-text {
    max-width: 20vw;
  }
}

/**width under 1199**/
@media only screen and (max-width: 1199px) {

  .fivecardrow-sw {
    grid-template-columns: repeat(3, 1fr);
  }

  .award-badge-block {
    grid-template-columns: auto auto auto auto;
  }

  .portfolio-source {
    grid-template-columns: auto auto;
  }

  .nameofitem h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-post-details-sw h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .darkmodeswitch {
    position: absolute;
    bottom: 20px;
    right: 15px;
  }

  .sticky {
    backdrop-filter: none;
    background: var(--white-color);
  }

  /*1.2*/
}

/**width under 992**/
@media only screen and (max-width: 992px) {

  .no-pb {
    padding-bottom: 0;
  }

  .mmt40 {
    margin-top: 40px;
  }

  .mmt30 {
    margin-top: 30px;
  }

  h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }

  h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }

  p {
    font-size: 17px;
    line-height: 27px;
  }

  .footercreditnote {
    flex-direction: column;
    grid-gap: 10px;
  }

  .continfoblck h2 {
    font-size: 50px;
    line-height: 62px;
  }

  .cta-design-block-sw {
    grid-template-columns: 100%;
    grid-gap: 60px;
  }

  .pb300 {
    padding-bottom: 300px;
  }

  .sidebar-offcanvas {
    width: 100%;
  }

  .award-badge-block {
    grid-template-columns: auto auto auto;
    text-align: center;
  }

  .fourcounter {
    margin: 60px auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .fourcounter .countertag {
    margin-top: 10px;
  }

  .fivecardrow-sw {
    grid-template-columns: repeat(2, 1fr);
  }

  .quote-text {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
  }

  .immt100 {
    margin-top: 60px;
  }

  .counter-setdiv p {
    font-size: 35px;
    line-height: 45px;
  }

  .countertag {
    margin-top: 5px;
    display: block;
    font-size: 15px;
    line-height: 24px;
  }

  .subsform button {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 0 0;
  }

  .pdr100 {
    padding-right: 15px;
  }

  .sidebar-post-block-sw {
    margin-top: 40px;
  }

  .demo-2-hero .hero-content h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

/**width under 767**/
@media only screen and (max-width: 767px) {
  .blur-bg-b {
    width: 600px;
    height: 550px;
    opacity: 40%;
  }

  .preloader_inner {
    font-size: 15vh;
  }

  .demo-2-hero .hero-content h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .fullworkcard {
    grid-template-columns: auto;
    grid-gap: 30px;
  }

  .mediablock {
    grid-gap: 15px;
  }

  .icondiv {
    height: 50px;
    width: 50px;
  }

  .img-collage-set {
    justify-content: center;
    overflow: hidden;
    margin-top: 50px;
  }

  .sw-btn {
    font-size: 16px;
    padding: 0px 32px;
    line-height: 60px;
  }

  .continfoblck h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .contactinkediv a {
    font-size: 18px;
  }

  .owl-carousel.full-button .owl-nav .owl-prev {
    color: var(--black-bg);
    left: -50px;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }

  .owl-carousel.full-button .owl-nav .owl-next {
    color: var(--black-bg);
    right: -50px;
    left: 0;
    margin: 0 auto;
  }

  .owl-carousel.full-button .owl-nav .owl-prev,
  .owl-carousel.full-button .owl-nav .owl-next {
    top: auto;
    transform: translateY(-50%);
    background: var(--white-color);
    box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
  }

  .header-btn i {
    display: none;
  }

  .sw-btn.header-btn {
    font-size: 13px;
    padding: 0 12px;
    /* border-radius: 14px; */
    line-height: 50px;
  }

  .headeraction ul {
    display: flex;
    align-items: center;
    grid-gap: 8px;
  }

  .header-item-right .menu-icon {
    color: var(--white-color);
    font-size: 14px;
  }

  .cardforimg img {
    width: 100%;
  }

  .blog-post-details-sw h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .cta-design-block-sw {
    padding: 30px 20px;
    border-radius: 14px;
  }
}

/**width under 575**/
@media only screen and (max-width: 575px) {
  .blur-bg-a {
    right: -2%;
    top: -2%;
    opacity: 70%;
    width: 300px;
    height: 300px;
  }

  .blur-bg-b {
    width: 380px;
    height: 480px;
    opacity: 50%;
  }

  .sw-half-circle-block1 {
    width: 400px;
    height: 400px;
    top: -200px;
  }

  .imageoutbox {
    margin-top: -110px;
  }

  .h1 {
    font-size: 35px;
  }

  .sw-btn {
    padding: 0px 30px;
    line-height: 60px;
    font-size: 16px;
  }

  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pb300 {
    padding-bottom: 190px !important;
  }

  .footercreditnote {
    grid-gap: 5px;
  }

  .footer-links ul li a {
    font-size: 14px;
  }

  .breadcrum-area {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .demo-2-hero {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .word-block-div {
    padding-bottom: 100px;
  }

  /* .uniqpont { flex-direction: column;} disable in 1.2 */
  
  .fivecardrow-sw {
    grid-gap: 10px;
  }

  .user-info-div-sw h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .fivecardrow-sw {
    grid-template-columns: repeat(1, 1fr);
  }

  .user-info-div-sw {
    padding: 0 0 20px 0;
    text-align: center;
    right: 0;
    left: 0;
  }

  .multipost a h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .form-inputs p {
    font-size: 15px;
    line-height: 24px;
  }

  /*update 1.2*/
  .roundimg {
    border-radius: 8px;
  }

  .preloader {
    width: 100%;
    height: 100%;
  }

  .uniqpont .mediainfoblock p {
    font-size: 16px;
    line-height: 26px;
  }

  .uniqpont {
    grid-gap: 15px;
  }

  .icondiv {
    height: 40px;
    width: 40px;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .sw-card h4 {
    font-size: 22px;
    line-height: 32px;
  }

  /*update 1.2*/
}

/**width under 360**/
@media only screen and (max-width: 460px) {
  .sw-half-circle-block1 {
    width: 280px;
    height: 280px;
    top: -140px;
  }
}

/**width under 370**/
@media only screen and (max-width: 370px) {
}

/**width under 300**/
@media only screen and (max-width: 300px) {
}

/*update 1.3*/
@media only screen and (max-width: 1450px) {
  .h1 {
    font-size: 55px;
    line-height: 75px;
  }

  body,
  p {
    font-size: 16px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 1300px) {
  .h1 {
    font-size: 50px;
    line-height: 70px;
  }

  .h1 {
    font-size: 40px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1280px) {

  .mapblock iframe {
    width: 100%;
    height: 480px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .img-collage-set {
    margin-top: 50px;
  }

  .m-order1 {
    order: 1;
  }

  .m-order2 {
    order: 2;
  }

  .pad-left-70 {
    padding-left: 15px;
  }

  .padding-right-70 {
    padding-right: 15px;
  }

  .rellax {
    transform: none !important;
  }

  .heroform {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {

  .heroform {
    width: 100%;
  }

  .mapblock iframe {
    height: 300px;
    -webkit-clip-path: ellipse(1000% 100% at 50% 100%);
    clip-path: ellipse(1000% 100% at 50% 100%);
    margin-top: 30px;
  }

  .container-full {
    margin-top: 0;
  }
}

/*1.4*/

@media only screen and (max-width: 992px) {
  .blockcntr .demo2counter {
    display: grid;
    grid-template-columns: auto 50%;
  }

  .seccnt {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .imgimg {
    width: 50px;
    height: 50px;
    padding: 9px;
  }

  .roundiconwithdata {
    grid-gap: 14px;
  }

  .roundiconwithdata p {
    font-size: 15px;
    line-height: 25px;
  }

  .brand-text {
    max-width: 30vw;
  }
}

@media only screen and (max-width: 575px) {

  .blockcntr .demo2counter {
    grid-template-columns: auto;
  }

  .hero-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .timeline:before {
    left: 17px;
  }

  .progressbar.circle-bar .progressbar-text {
    font-size: 18px;
  }

  .row-blocks {
    grid-gap: 15px;
  }

  .row-blocks .counter-setdiv p {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-block-sw {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .uncardpairs-set3 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 1179) {
  .html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1180) {
  .html {
    font-size: 16px;
  }
}
@media screen and (max-width: 630px) {
  .design {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #0057ff; */
    /* margin-left: rem; */
    height: 350px;
    width: 350px;
  }
}

@media screen and (max-width: 600px) {
  .design {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #0057ff; */
    /* margin-left: rem; */
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .design {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #0057ff; */
    /* margin-left: rem; */
    height: 150px;
    width: 150px;
  }
}
/* career responsive style  */

/* career responsive style end  */

@media (min-width: 768px) {
  .sw-card2 {
    display: block;
    padding: 38px;
    border-radius: 14px;
    height: 70vh;
  }
}

@media (min-width: 992px) {
  .sw-card2 {
    display: block;
    padding: 38px;
    border-radius: 14px;
    height: 70vh;
  }
}

@media (min-width: 1200px) {
  .sw-card2 {
    display: block;
    padding: 38px;
    border-radius: 14px;
    height: 80vh;
  }
}

@media (min-width: 1400px) {
  .sw-card2 {
    display: block;
    padding: 38px;
    border-radius: 14px;
    height: 80vh;
  }
}

@media (min-width: 1600px) {
  .sw-card2 {
    display: block;
    padding: 38px;
    border-radius: 14px;
    height: 50vh;
  }
}

/* -------------------------------------------------------------------
 * Template         : TECH INJECT - We Engineer Imagination
 * Author           : SeparateWeb
 * File             : style.css
------------------------------------------------------------------- */
/*
1. Global Typography Settings       2. Theme Help Classes     3. Button     4. hero section      5.  Common header     6. Service slider block     7. About Block    8.  Tabs Design     9.Review Block
10. Clients Block     11. Pricing Block     12. Blog Card     13. Form Design     14. Footer Design   15. Hover Effect Class      16. Accordion Design      17.Responsive Css*/

/*scrollbar Theme*/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: var(--bg-b2);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--orange-color);
}

::-webkit-scrollbar-thumb {
  background: var(--orange-color3);
}

/* Global Typography Settings */
*,
html {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  vertical-align: baseline;
}

body {
  font-family: var(--font-secondry);
  background: var(--white-color);
  color: var(--black-color-1);
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  font-size: 17px;
  outline: none;
  overflow-x: hidden;
}

.animation,
.sw-hover-1:hover a,
.sw-hover-2:hover a,
.sw-hover-2 a,
.carrerlinkandimg,
.nav-link,
.sw-btn,
.menu-icon,
.swbdr {
  -webkit-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  -o-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  color: var(--black-color-0);
}

.min-100vh {
  min-height: 100vh !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
address {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
}

h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

a {
  text-decoration: none;
}

.f15 {
  font-size: 15px;
}

.animation,
.sw-hover-1:hover a,
.sw-hover-2:hover a,
.sw-hover-2 a,
.carrerlinkandimg,
.nav-link,
.sw-btn,
.menu-icon,
.swbdr {
  -webkit-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  -o-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
}

.brand-text {
  max-width: 10vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  color: var(--black-color-0);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
address {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
}

h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

a {
  text-decoration: none;
}

.f15 {
  font-size: 15px;
}

/*theme Help Classes*/
.index-up {
  position: relative;
  z-index: 5;
}

.index-down {
  position: relative;
  z-index: 0;
}

.v-center {
  align-items: center;
}

/*template colors*/
:root {
  --font-primary: "Bebas Neue", sans-serif;
  --font-secondry: "Montserrat", sans-serif;
  --black-color-0: #101f38;
  --black-color-1: #3e4d68;
  --black-color: #111111;
  --white-color: #fff;
  --blue-color: #546dff;
  --blue-colo2: #5688f9;
  --blue-colo3: #233eff;
  --color-yellow-lite: #ffac5f;
  --orange-color: #ff5723;
  --orange-color2: #ff5722;
  --orange-color3: #ff2938;
  --black-bg: #111111;
  --black-bg-1: #0e0e0e;
  --black-bg-2: #181818;
  --black-bg-3: #2e2e2e;
  --black-bg-4: #1c1c1c;
  --sw-bg-1: #dde3da;
  --sw-bg-2: #ff9900;
  --sw-bg-3: #c90079;
  --white-lite-1: rgb(255 255 255 / 20%);
  --white-lite-2: rgb(255 255 255 / 10%);

  --bg-b0: #ffe7da;
  --bg-b1: #fbf3e9;
  --bg-b2: #f5f5f5;
  --bg-b3: #f6f7ff;
  --bg-b4: #fff6e0;

  /*gradient colors*/
  --gradient-0: linear-gradient(225deg, #ffcaba 0%, #f0fbff 100%);
  --gradient-1: linear-gradient(225deg, #5688f9 0%, #233eff 100%);
  --gradient-2: linear-gradient(225deg, #fe7649 0%, #ff2938 100%);
  --gradient-3: linear-gradient(225deg, #d821ff 0%, #6d2ccd 100%);
  --gradient-4: linear-gradient(225deg, #ffb868 0%, #ff6022 100%);
  --gradient-5: linear-gradient(225deg, #a4f251 0%, #129c1f 100%);
  --gradient-6: linear-gradient(225deg, #d70a84 0%, #51127f 100%);
  --gradient-6: linear-gradient(225deg, #d70a84 0%, #51127f 100%);
  --gradient-7: linear-gradient(225deg, #f2f1ff 0%, #fff7ec 100%);
}

.section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*margin top*/
.mr10 {
  margin-right: 10px;
}

.mt5 {
  margin-top: 3px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 10px;
}

/* .mt30 {
    margin-top: 30px;
} */

.mt40 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 38px;
}

.mt100 {
  margin-top: 100px;
}

/*margin bottom*/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb80 {
  margin-bottom: 80px;
}

/*padding top*/

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

/*padding bottom*/

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

/**/

.darkbg2 {
  background: var(--black-bg-2);
}

.black-bg-1 {
  background: var(--black-bg-1);
}

.white-bg {
  background: var(--white-color);
}

.gradient-1 {
  background: var(--gradient-1);
}

.gradient-2 {
  background: var(--gradient-2);
}

.bkbg0 {
  background: /*url(../images/background/ad-noise.png)*/ var(--bg-b0);
}

.bkbg2 {
  background: /*url(../images/background/ad-noise.png)*/ var(--bg-b2);
}

.bkbg3 {
  background: /*url(../images/background/ad-noise.png)*/ var(--bg-b3);
}

.text-gradient-1 {
  background: var(--black-color-0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.zup {
  position: relative;
  z-index: 50;
}

.shadow {
  box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 10%) !important;
}

/*button*/

.sw-btn {
  border-radius: 100px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  padding: 0px 42px;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-flex;
  line-height: 64px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  border: 0;
  transform: translateY(0);
}

.sw-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}

/* blue button */
.sw-blue-btn {
  color: var(--white-color);
  background: var(--blue-color);
  box-shadow: 0px 20px 20px rgb(36 0 255 / 10%);
}

.sw-blue-btn:hover {
  color: var(--white-color);
}

.sw-blue-btn:after {
  background: var(--blue-color);
  background-image: linear-gradient(
    315deg,
    var(--blue-colo2) 0%,
    var(--blue-colo3) 80%
  );
}

.sw-blue-btn:hover:after {
  top: 0;
  height: 100%;
}

/* orange button */
.sw-orange-btn {
  color: var(--white-color);
  background: var(--orange-color);
  box-shadow: 0px 19px 40px -10px rgb(255 79 0 / 25%);
}

.sw-orange-btn:hover {
  color: var(--white-color);
}

.sw-orange-btn:after {
  background: var(--orange-color);
  background-image: linear-gradient(
    315deg,
    var(--orange-color) 0%,
    var(--orange-color3) 80%
  );
}

.sw-orange-btn:hover:after {
  top: 0;
  height: 100%;
}

/* white button */
.sw-white-btn {
  color: var(--black-bg);
  background: var(--white-color);
}

.sw-white-btn:hover {
  color: var(--black-bg);
}

.sw-white-btn:after {
  background: var(--sw-bg-1);
  background-image: linear-gradient(
    315deg,
    var(--sw-bg-1) 0%,
    var(--sw-bg-1) 80%
  );
}

.sw-white-btn:hover:after {
  top: 0;
  height: 100%;
}

.inline-btn {
  font-weight: 500;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  grid-gap: 8px;
  color: var(--black-color-0);
}

.header-item-right .menu-icon:hover {
  background: var(--orange-color);
}

/*home hero section*/

.blur-bg-blocks {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
}

.blur-bg-set {
  overflow: hidden;
}

.blur-bg {
  z-index: 0;
  border-radius: 50%;
  position: absolute;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  z-index: -1;
}

.blur-bg-a {
  right: -10%;
  top: -10%;
  background: var(--sw-bg-2);
  opacity: 30%;
  width: 500px;
  height: 500px;
}

.blur-bg-b {
  right: -10%;
  top: 0%;
  background: var(--sw-bg-3);
  width: 900px;
  height: 700px;
  opacity: 10%;
}

.bggrdient {
  position: relative;
  overflow: hidden;
}

.h1 {
  font-size: 70px;
  font-weight: 800;
}

.hero-content p {
  font-size: 20px;
  line-height: 30px;
}

.demo-2-hero {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 80px;
  min-height: 85vh;
  display: grid;
  align-items: center;
}

.demo-2-hero .hero-content h1 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 800;
}

.uniqpont .mediainfoblock p {
  font-size: 18px;
  line-height: 28px;
  opacity: 1;
}

.uniqpont {
  display: flex;
  margin-top: 40px;
  grid-gap: 30px;
  justify-content: flex-start;
}

/**header**/
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.headeraction ul {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}

.header-btn {
  line-height: 58px;
  padding: 0 32px;
}

.sticky {
  background: rgb(255 255 255 / 80%);
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
  height: 75px !important;
  backdrop-filter: blur(10px);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  padding: 0;
  z-index: 100;
  display: flex;
  align-items: center;
}

.brandlogo img {
  max-height: 35px;
}

.brandlogo .light {
  display: none;
}

.brandlogo .dark {
  display: block;
}

.sidedarklogo {
  display: block;
}

.sidewhitelogo {
  display: none;
}

.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-item-left {
  display: flex;
  align-items: center;
}

.header-item-center {
  display: flex;
  align-items: center;
}

/* .headeraction{display: flex;} */

.header-item-right .menu-icon {
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--white-color);
  background: var(--blue-color);
  box-shadow: 0px 20px 20px rgb(36 0 255 / 10%);
}

.header .menu > ul > li {
  display: inline-flex;
  margin-left: 15px;
}

.header .menu > ul > li > a {
  color: var(--black-color-0);
  position: relative;
  font-family: inherit;
  font-size: 18px;
  line-height: 85px;
  border: none;
  outline: none;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.menu-item-has-children i {
  font-size: 15px;
}

.header .menu > ul > li .menu-subs {
  background: var(--white-color);
  border-top: 2px solid var(--color-yellow-lite);
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  border-radius: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 25px;
  top: 95px;
  box-shadow: 0px 20px 20px -5px rgb(0 0 0 / 15%);
}

.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
}

.header .menu > ul > li .menu-subs > ul > li > a {
  color: var(--black-color-0);
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu > ul > li .menu-column-1 {
  min-width: auto;
  max-width: max-content;
}

.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  display: block;
  line-height: 1;
}

.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  color: var(--black-color-0);
  display: inline-block;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: capitalize;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 10px 0;
}

.header .menu > ul > li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1320px;
  width: 1320px;
  padding: 25px;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 1rem;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
  color: var(--orange-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0 0px 0;
}

.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  > .list-item.text-center
  .title {
  text-align: center;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .menu-mobile-header,
.header .menu-mobile-toggle {
  display: none;
}

@media screen and (min-width: 1400px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    opacity: 1;
    visibility: visible;
    top: 85px;
  }
}

@media screen and (max-width: 1399px) {
  .header-item-left,
  .header-item-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.5rem 0;
  }

  .header .menu-mobile-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    width: 25px;
    height: 16px;
    border: none;
    outline: none;
    background: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  .header .menu-mobile-toggle span {
    background: var(--black-color-0);
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .header .menu-mobile-toggle span:nth-child(1) {
    top: 0;
  }

  .header .menu-mobile-toggle span:nth-child(2),
  .header .menu-mobile-toggle span:nth-child(3) {
    top: 0.5rem;
  }

  .header .menu-mobile-toggle span:nth-child(4) {
    top: 1rem;
  }

  .header-item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header .menu {
    background: var(--white-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 380px;
    height: 100%;
    z-index: 111;
    overflow: hidden;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
  }

  .header .menu.active {
    -webkit-transform: translate(0%);
    transform: translate(0%);
    opacity: 1;
  }

  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }

  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid var(--bs-gray-300);
  }

  .header .menu > ul > li > a i {
    position: absolute;
    font-size: 16px;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header .menu .menu-mobile-header {
    position: relative;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 110;
    border-bottom: 1px solid var(--bs-gray-300);
    background: repeating-linear-gradient(
      45deg,
      var(--bs-gray-100),
      var(--bs-gray-200) 5px,
      var(--bs-gray-100) 5px,
      var(--bs-gray-200) 10px
    );
  }

  .darkmode .header .menu .menu-mobile-header {
    background: repeating-linear-gradient(
      45deg,
      var(--black-bg-2),
      var(--black-bg-3) 5px,
      var(--black-bg-2) 5px,
      var(--black-bg-3) 10px
    );
    border-bottom: 1px solid var(--black-bg-3);
  }

  .darkmode .header .menu-mobile-toggle span {
    background: var(--black-color-0);
  }

  .darkmode .header .menu {
    background: var(--black-bg-2);
  }

  .darkmode .header .menu > ul > li > a {
    border-bottom: 1px solid var(--black-bg-3);
  }

  .darkmode .header .menu-mobile-toggle span {
    background: var(--white-color);
  }

  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background: var(--blue-color);
    border: 0;
    color: var(--white-color);
  }

  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }

  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    text-transform: capitalize;
  }

  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--blue-color);
    color: var(--white-color);
  }

  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
  }

  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header .menu > ul > li .menu-subs.active {
    display: block;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0rem;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
    margin-top: 0;
  }

  .header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 1.25rem;
  }

  .header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0rem;
  }

  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/*service slide*/

.owl-carousel .owl-item .service-images img {
  width: 200px;
  margin: 0px auto 0px;
}

/*home about*/

.scriptheading {
  color: var(--orange-color);
  letter-spacing: 2px;
  display: block;
}

.paragraph p + p {
  margin-top: 15px;
}

.company-budges {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 40px;
}

.brandlogo {
  width: 24%;
}

.roundiconwithdata {
  display: flex;
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 20px;
  padding: 6px;
  height: fit-content;
  background: #fff;
  box-shadow: 0px 10px 20px -10px rgb(7 0 52 / 10%);
}

.imgimg {
  width: 70px;
  height: 70px;
  background: #f6f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 100px;
  overflow: hidden;
}

.roundiconwithdata p {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #101f38;
}

.immt100 {
  margin-top: 100px;
}

.overtheimg {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
  background: var(--bg-b2);
  padding: 40px 40px;
  border-radius: 14px;
  margin: -80px auto 100px;
  width: 95%;
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.demo2counter {
  grid-template-columns: auto;
  grid-gap: 30px;
  align-items: center;
  align-content: center;
}

.demo2counter .counter-setdiv {
  background: var(--white-color);
  border-radius: 14px;
  padding: 40px 25px;
}

.demo2counter .counter-setdiv span.ttf {
  margin-bottom: 15px;
  display: block;
}

.seccnt {
  margin-top: 80px;
}

.demo2counter .counter-setdiv p {
  font-size: 45px;
  line-height: 55px;
}

.countertag {
  margin-top: 5px;
  display: block;
}

.counter-setdiv p {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: var(--orange-color);
  display: flex;
  align-items: center;
  grid-gap: 8px;
}

.card-img-round {
  border-radius: 14px;
  overflow: hidden;
}

.icon-data img {
  width: 50px;
  margin-bottom: 15px;
}

.card-img-round img {
  width: 100%;
}

/*owl icon slider*/
.icon-slider-block {
  text-align: center;
}

.icon-slider-block .slider-icon img {
  max-width: 60px;
  margin: 0 auto;
}

.icon-slider-block .slider-icon-text p {
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
}

/*owl icon slider*/
.shcb {
  border-radius: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.sw-half-circle-block1 {
  background: var(--gradient-1);
  width: 500px;
  height: 500px;
  top: -250px;
}

.sw-half-circle-block2 {
  background: var(--gradient-2);
  width: 170px;
  height: 170px;
  bottom: -85px;
}

.roundimg {
  overflow: hidden;
  border-radius: 14px;
}

/*tabs design*/

.imageoutbox {
  margin-top: -200px;
}

/*review*/
.blueket-card-noise {
  /* background: url(../images/shape/noise.png) var(--white-lite-2); */
  background: var(--bg-b2);
  border: 1px solid var(--bs-gray-300);
}

.pair-block {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 25px;
  align-items: center;
}

.review-img-block {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 25px;
  align-items: center;
  padding: 0 20px;
  justify-content: start;
}

.user-image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid var(--white-lite-2);
}

.user-content h5 {
  margin: 0 0 5px 0;
}

.user-content p {
  opacity: 0.8;
  font-size: 16px;
}

.starrating {
  text-align: right;
}

.starrating ul li {
  display: inline-flex;
}

.starrating li a.checked,
.starrating li .checked {
  color: var(--color-yellow-lite);
}

.review-content {
  padding: 0 30px;
}

.review-content p {
  position: relative;
}

.review-content p:before {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 90px;
  line-height: 1;
  top: -20px;
  left: 0;
  color: var(--white-lite-2);
}

.review-footer {
  padding: 30px;
  border-top: 2px solid var(--white-lite-2);
}

.image-icon {
  width: 40px;
}

/*owl button*/
.owl-carousel.full-button .owl-nav .owl-prev,
.owl-carousel.full-button .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--white-color);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
}

.owl-carousel.full-button .owl-nav .owl-prev {
  color: var(--black-bg);
  left: -20px;
}

.owl-carousel.full-button .owl-nav .owl-next {
  color: var(--black-bg);
  right: -20px;
}

/*clients*/

.owl-carousel.full-button.centerbtns .owl-nav .owl-prev {
  top: auto;
  transform: translateY(0%);
  color: var(--black-bg);
  left: -50px;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.owl-carousel.full-button.centerbtns .owl-nav .owl-next {
  top: auto;
  transform: translateY(-0%);
  color: var(--black-bg);
  right: -50px;
  left: 0;
  margin: 0 auto;
}

.owl-carousel.full-button.centerbtns .owl-nav {
  position: relative;
  top: 30px;
}

/*pricing block*/

.mediablock {
  display: flex;
  grid-gap: 25px;
  align-items: center;
}

.mediablock div:first-child {
  flex-shrink: 0;
}

.icondiv {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icondiv i {
  font-size: 35px;
}

.mediainfoblock p {
  font-size: 16px;
}

.dashbefore {
  position: relative;
  padding-left: 25px;
}

.dashbefore:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background: var(--orange-color);
}

/*blogs*/

.cardaclr a {
  color: var(--black-color-1);
}

/**/
.cta-info-div-bkt h3,
.cta-info-div-bkt p {
  color: var(--white-color);
}

.cta-design-block-sw {
  display: grid;
  grid-template-columns: 50% 30%;
  grid-gap: 30px;
  justify-content: space-between;
  padding: 40px;
  border-radius: 24px;
}

.continfoblck h2 {
  font-size: 80px;
  line-height: 92px;
  font-weight: 800;
}

.contactinkediv a {
  color: var(--black-color-0);
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

/*form*/
.form-controls::placeholder {
  color: var(--black-color-0);
}

.form-controls:-ms-input-placeholder {
  color: var(--black-color-0);
}

.form-controls::-ms-input-placeholder {
  color: var(--black-color-0);
}

.form-controls {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: var(--black-color-0);
  background-color: var(--white-color);
  border: 1px solid var(--bs-gray-300);
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 14px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  line-height: 54px;
  padding: 0 20px;
}

.form-inputs label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 5px 0;
  color: #101f38;
}

.footercreditnote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bg-efffect-1 {
  position: relative;
}

.bg-efffect-1:after {
  /* background: url(../images/shape/blur-3.png); */
  /*hidden for darkmode*/
  background-position: right top;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.5;
}

.bg-efffect-2 {
  position: relative;
}

.bg-efffect-2:after {
  background: url(../images/shape/shape-12.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.5;
}

/*footer*/
.footer-logo-sw .light {
  display: none;
}

.footer-logo-sw .dark {
  display: block;
}

.footerbg1 {
  position: relative;
}

.footerbg1:after {
  /* background: url(../images/shape/blur-6.png); */
  /*hidden for darkmode*/
  background-position: center bottom;
  background-size: 80%;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}

footer {
  font-size: 13px;
  position: relative;
}

.footer-logo-sw a img {
  max-width: 200px;
}

.career-link-btn-sw span {
  display: block;
}

.career-link-btn-sw a {
  color: var(--black-color-1);
}

.career-link-btn-sw:hover a {
  color: var(--orange-color);
}

.carrerlinkandimg {
  display: inline-flex;
  grid-gap: 15px;
  align-items: center;
  border: dashed 1px var(--bs-gray-500);
  padding: 10px 25px;
  border-radius: 14px;
}

.carrerlinkandimg:hover {
  border-color: var(--color-yellow-lite);
}

.footer-social-sw {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.footer-social-sw a {
  color: var(--black-color-1);
  font-size: 22px;
}

.w32 {
  width: 32px;
}

.award-badge-block {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: auto auto auto auto auto auto;
  text-align: center;
}

.award-badge-block img {
  max-width: 75px;
}

.footer-links ul li + li {
  margin-top: 5px;
}

.footer-links ul li a {
  color: var(--black-color-0);
  display: block;
}

.footerbreak {
  /* margin-top: 80px; */
}

.swhr {
  border-top: 1px solid var(--bs-gray-300);
}

.footercreditnote a {
  color: var(--black-color-1);
}

.linktitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.8;
  display: block;
}

.subsform {
  position: relative;
}

.subsform button {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
}

/*effect class*/
.servicelist a:hover {
  color: var(--orange-color) !important; /* Change color on hover */
}
.sw-hover-2 a:hover {
  color: var(--orange-color) !important;
}

.sw-hover-1 a:hover {
  color: var(--orange-color) !important;
}
.sw-hover-1 a {
  display: inline-flex !important;
  padding: 3px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  z-index: 1;
}

.sw-hover-1 a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.sw-hover-1 a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

/*contact us page*/
.breadcrum-area {
  padding-top: 170px;
  padding-bottom: 80px;
  /* background: var(--gradient-7); */
  background: rgb(255, 255, 255);
}

.white-bg {
  background: var(--white-color);
}

.list-h-styled li::after {
  content: "";
  height: 4px;
  width: 4px;
  background-color: var(--black-color-1);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text: var(--white-color);
}

.list-h-styled li:last-child::after {
  display: none;
}

.list-h-styled li a {
  color: var(--black-color-1);
}

.list-h-styled li {
  position: relative;
  display: inline-flex;
  color: var(--orange-color);
  position: relative;
  margin-right: 20px;
}

.form-inputs p {
  font-weight: 500;
}

.contactnumberdiv a {
  display: table;
  color: var(--black-color-0);
  margin-top: 5px;
}

/***/

.flex-end {
  align-self: flex-end !important;
}

p + p {
  margin-top: 15px;
}

.imgcover img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.centershape {
  position: relative;
  z-index: 5;
}

.centershape:before {
  content: "";
  position: absolute;
  background: url(../images/shape/dot-pattern.png);
  background-size: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.row-blocks {
  display: flex;
  justify-content: space-between;
  grid-gap: 30px;
}

.quote-text:hover {
  border: dashed 1px var(--color-yellow-lite);
}

.quote-text {
  display: inline-flex;
  grid-gap: 15px;
  align-items: center;
  padding: 10px 25px;
  border-radius: 14px;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  color: var(--orange-color);
}

.teamsocialprofile span {
  margin: 15px 0 10px 0;
}

.teamsocialprofile div a {
  font-size: 25px;
  color: var(--black-color-1);
}

.teamsocialprofile div a + a {
  margin-left: 15px;
}

.fivecardrow-sw {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}

.img-ovrflo-sw {
  position: relative;
  min-height: 235px;
}

.user-info-div-sw {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 10px;
}

.user-info-div-sw h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.ioswmg {
  position: relative;
  clip-path: circle(35% at 50% 38%);
}

.ioswmg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    360deg,
    rgb(0 0 0 / 78%) 0%,
    rgb(0 0 0 / 0%) 50%
  );
}

.user-info-div-sw p {
  font-size: 15px;
  line-height: 24px;
}

.card-user-photo-sw:hover .user-info-div-sw p,
.card-user-photo-sw:hover .user-info-div-sw h4 {
  color: var(--white-color);
}

.card-user-photo-sw:hover .ioswmg {
  clip-path: circle(100% at 50% 38%);
}

.port-ref-link img {
  width: 40px;
}

.port-ref-link a {
  display: block;
  text-align: center;
}

.port-ref-link a span {
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: var(--black-color-1);
  margin-top: 10px;
}

.portfolio-source {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 0;
  margin-top: 20px;
  border-radius: 14px;
}

.port-ref-link {
  padding: 20px;
}

.dashedbdr {
  border: dashed 1px var(--orange-color);
}

.dashedbdr:hover {
  border: dashed 1px var(--color-yellow-lite);
}

.nameofitem h3 {
  font-size: 24px;
  line-height: 34px;
}

.filters ul {
  list-style: none;
  padding: 20px 0;
}

.filters li.active {
  color: var(--orange-color);
  background: var(--bg-b0);
  border-bottom: 1px solid var(--orange-color);
}

.filters li {
  display: inline;
  padding: 10px 25px;
  font-size: 16px;
  color: var(--black-color-0);
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 1px;
  border-bottom: 1px solid hsl(0deg 0% 100% / 0%);
}

.blueketworktile img {
  width: 100%;
}

.portfolioimg {
  position: relative;
}

.viewportfolititem {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--bs-body-bg);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-bg);
  border-radius: 10px 0 0 0;
}

.portfolidiv:hover .viewportfolititem {
  opacity: 1;
  background-color: #fd6233e0;
}

.infoblocis {
  margin-top: 20px;
}

/**/
.itmquickinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

.itmquickinfo a {
  color: var(--black-color-1);
  display: inline-block;
  padding: 20px 0;
}

.cardtitlemain:hover {
  color: var(--black-color-0);
}

.cardtitlemain {
  color: var(--black-color-0);
  display: flex;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.sidetqi {
  justify-content: flex-start;
  grid-gap: 15px;
}

.multipost .mediablock + .mediablock {
  margin-top: 30px;
}

.latestpost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bs-gray-400);
  padding-bottom: 10px;
}

.blog-post-details-sw h1 {
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
}

.post-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.postby {
  display: flex;
  grid-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.postby .mediablock {
  grid-gap: 12px;
  align-items: center;
}

.blog-content-part,
.img-block,
.blog-content-part h2,
.blog-content-part h3,
.blog-content-part h4,
.blog-content-part h5,
.blog-content-part h6,
.blog-content-part p,
.blog-content-part ul {
  /*margin-bottom: 30px;*/
}

/**/
.blueketlist {
  padding-left: 20px;
}

.blueketlist li {
  padding: 0 0 0px 5px;
}

.blueketlist.number li {
  list-style-type: decimal;
}

.blueketlist.licircle li {
  list-style-type: circle;
}

.blueketlist li + li {
  margin-top: 5px;
}

/**/

.sidebartitle {
  border-bottom: 2px solid var(--bs-gray-200);
  margin-bottom: 30px;
}

.sidebartitle h6 {
  background: var(--bs-gray-200);
  color: var(--black-color-0);
  padding: 5px 10px;
  display: inline-block;
}

.sidebarpost .icondiv {
  height: 100px;
  width: 100px;
}

.pdr100 {
  padding-right: 100px;
}

.fcdsw {
  grid-template-columns: 50% 40%;
}

.cardforimg,
.multipost .icondiv,
.img-block {
  box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
}

.paragraph-block h2 {
  margin-bottom: 20px;
}

.paragraph-block h3 {
  margin-bottom: 20px;
}

.paragraph-block h4,
.paragraph-block h5,
.paragraph-block h6 {
  margin: 30px 0 20px 0;
}

.pagination {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
  justify-content: center;
}

.offcanvas.show .cbtn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.btnclose {
  background: var(--white-color);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.btnclose .btn-close {
  padding: 0;
  margin: 0;
}

.offcanvas {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.sidebar-offcanvas {
  width: 30vw;
  min-width: 300px;
  opacity: 0;
}

.offcanvas.show {
  transform: none;
  opacity: 1;
}

.sidebarlogooff img {
  max-width: 150px;
  height: auto;
}

.offcanvas-body,
.offcanvas-header {
  padding: 1rem 1.4rem;
}

.sidebarcontactblock .icondiv {
  width: 45px;
}

.swbdr {
  border: 1px solid var(--bs-gray-300);
}

.swbdr:hover {
  border: 1px solid var(--color-yellow-lite);
  background: var(--bs-white);
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.sw-card {
  padding: 30px;
  border-radius: 14px;
}

.sw-card h4 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 35px;
}

.img-collage-set {
  position: relative;
}

.blueketshape1 {
  background-image: radial-gradient(var(--black-color-1) 2px, transparent 2px);
  background-size: 16px 16px;
}

.blueketshape2 {
  background: repeating-linear-gradient(
    -55deg,
    rgba(255, 255, 255, 0) 0.8px,
    var(--orange-color) 1.6px,
    var(--orange-color) 3px,
    rgba(255, 255, 255, 0) 3.8px,
    rgb(255 0 0 / 0%) 10px
  );
  border-radius: 100px;
}

.shapesw {
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 150px;
  opacity: 0.7;
}

.shapecontrol-1 {
  right: 50px;
  top: 30px;
}

.shapecontrol-2 {
  left: 10px;
  bottom: -30px;
}

.imgcover {
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

/*accordion*/
.accordion-button:not(.collapsed) {
  color: var(--black-color-0);
  background-color: transparent;
  box-shadow: none;
}

.accordion-item {
  background-color: transparent;
  border: 0;
  padding: 0 0 0 30px;
  position: relative;
}

.accordion-button {
  padding: 0;
  color: var(--black-color-0);
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 5;
  outline: none;
}

.accordion-body {
  padding: 0px 0 15px 0;
  font-size: 17px;
  line-height: 26px;
}

.accordion-header {
  margin-bottom: 0;
  line-height: 1;
  outline: none;
  padding: 10px 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  left: -30px;
  position: absolute;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.servicelist li a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.servicelist li + li {
  margin-top: 8px;
}

.sw-cardinfo {
  margin-top: 30px;
}

.srvcc {
  padding: 30px;
  margin-top: 0;
}

.cardicon-bg {
  margin: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 7px;
}

.swbttitle {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 20px;
  opacity: 0.8;
  font-weight: normal;
  position: relative;
  letter-spacing: 1px;
}

.swbttitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  background: var(--white-color);
  width: 60px;
}

.fullworkcard {
  display: grid;
  grid-template-columns: auto 70%;
  grid-gap: 30px;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
}

.sw-card2 {
  display: block;
  padding: 38px;
  border-radius: 14px;
  height: 80vh;
}

.fwc {
  background: var(--sw-bg-1);
}

.fwc h2,
.fwc h3,
.fwc h4,
.fwc h5,
.fwc p,
.fwc a {
  color: var(--black-color);
}

.divinfo span {
  color: var(--orange-color);
  display: block;
  align-content: center;
  letter-spacing: 2px;
}

.divinfo .icon-data img {
  max-width: 36px;
}

.icon-labels {
  display: flex;
  grid-gap: 15px;
}

.divinfo h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  height: 80px;
  font-weight: 700;
}

/*scroll to top*/
#scrollUp {
  bottom: 80px;
  right: 10px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M416 352c-8.188 0-16.38-3.125-22.62-9.375L224 173.3l-169.4 169.4c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25C432.4 348.9 424.2 352 416 352z'/%3E%3C/svg%3E");
  background-color: var(--white-color);
  box-shadow: 0px 10px 10px rgb(17 17 17 / 30%);
}

#scrollUp:hover {
  opacity: 1;
}

/*preloader*/
.preloader div {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.1s;
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #1d1d1d;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader_inner {
  width: 100%;
  font-size: 30vh;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  opacity: 0.04;
  font-family: var(--font-primary);
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.page-loaded {
  top: 0;

  visibility: hidden;
}

/*****darkmode switch*****/
.darkmodeswitch {
  position: absolute;
  bottom: 24px;
  right: -30px;
}

.switch-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 55555;
  transform: none;
  justify-content: center;
}

.switch-wrapper .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 34px;
}

.switch-wrapper .switch input {
  display: none;
}

.switch-wrapper input:checked + .slider {
  background-color: rgb(36, 36, 36);
  border: 1px solid #ffffff57;
}

.switch-wrapper .slider.round {
  border-radius: 50px;
}

.switch-wrapper .slider {
  background-color: white;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 7px 15px 0px rgb(0 0 0 / 15%);
}

.switch-wrapper input:checked + .slider:before {
  content: "";
  background: url(../images/icons/moon.svg) #2196f3 no-repeat center center;
}

.switch-wrapper .slider.round:before {
  border-radius: 50%;
}

.switch-wrapper .slider:before {
  bottom: 4px;
  content: "";
  background: url(../images/icons/sun.svg) rgb(255, 196, 0) no-repeat center
    center;
  height: 24px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 24px;
}

.pb300 {
  padding-bottom: 350px;
}

.imageoutbox {
  position: relative;
  margin: -200px 0 0 0;
}

/*blueket Update 1.2*/

/*loader animation*/

.page-loaded .preloader_inner {
  transform: translateX(400px);
  opacity: 0;
}

.hidden {
  display: none;
}

/*demo 4 hero slider*/

.swiper-pagination {
  text-align: left;
}

/*slider end*/

/*demo 3*/

/* dark background header color change */

.darkmode .headerbg.sticky .brandlogo .light {
  display: block !important;
}

.darkmode .headerbg.sticky .brandlogo .dark {
  display: none !important;
}

/**/

.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: var(--orange-color) !important;
}

.badge {
  font-size: 12px;
  color: var(--white-color);
  background: var(--bs-orange);
  position: relative;
  top: -3px;
}

/*update 1.3*/

.scrollrow {
  -webkit-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  -o-transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
  transition: 1.1s cubic-bezier(0.16, 0.84, 0.442, 0.98);
}

.heroform {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.heroform .form-controls {
  line-height: 64px;
  padding: 0 100px 0 18px;
}

.heroform button {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 0;
}

.faq-sw1 .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 10px;
  padding-bottom: 10px;
}

/*shape*/

/**/

.innerheadbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  /* max-height: 450px; */
  overflow: hidden;
}

.innerheadbg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #030821;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffe7da;
}

.col-6-a {
  position: relative;
  right: 0;
  top: 0;
  max-width: 70%;
  z-index: 5;
  margin: 0 0 0 30%;
}

.col-6-b {
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 50%;
  z-index: 10;
  margin: -40% 0% 0% 0%;
}

.pad-left-70 {
  padding-left: 70px;
}

.linebg {
  background-image:
    repeating-linear-gradient(
      90deg,
      hsla(196, 0%, 79%, 0.06) 0px,
      hsla(196, 0%, 79%, 0.06) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      hsla(196, 0%, 79%, 0.06) 0px,
      hsla(196, 0%, 79%, 0.06) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      hsla(196, 0%, 79%, 0.09) 0px,
      hsla(196, 0%, 79%, 0.09) 1px,
      transparent 1px,
      transparent 12px
    ),
    repeating-linear-gradient(
      90deg,
      hsla(196, 0%, 79%, 0.09) 0px,
      hsla(196, 0%, 79%, 0.09) 1px,
      transparent 1px,
      transparent 12px
    ),
    linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255));
}

.f15 {
  font-size: 15px;
}

.contactblk {
  padding: 30px;
  border-radius: 14px;
}

.padding-right-70 {
  padding-right: 70px;
  padding-top: 45px;
}

.icon-setss {
  display: flex;
  justify-content: space-between;
}

.icon-imgg img {
  width: 42px;
}

.icon-txt p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.form-btm-set {
  border: 1px dashed var(--bs-gray-300);
  padding: 30px;
  border-radius: 14px;
  margin-top: 60px;
}

.form-btm-set h5 {
  background: var(--white-color);
  width: fit-content;
  margin: -48px auto 0;
  padding: 0 20px;
  border: 1px dashed var(--bs-gray-300);
  border-radius: 8px;
  font-size: 18px;
}

.innerheadbg .list-h-styled li::after {
  background-color: var(--white-color);
}

.container-full {
  position: relative;
}

.mapblock iframe {
  width: 100%;
  height: 400px;
  margin-left: 0;
}

/**/

/**/
.progress-line {
  width: 100%;
}

.progress-line svg {
  height: 6px;
}

.progressbar {
  width: 100%;
  position: relative;
}

.progress-line li + li {
  margin-top: 20px;
}

.progress-line .progressbar {
  margin-top: 10px;
}

.progress-line .progressbar-text {
  top: -35px !important;
}

.progressbar.circle-bar .progressbar-text:after {
  content: "%";
  display: block;
  font-size: 1rem;
  padding-left: 0.01rem;
  padding-bottom: 0.1rem;
}

.progressbar.circle-bar .progressbar-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #343f52 !important;
}

.orange svg path + path {
  stroke: var(--orange-color);
}

.blue svg path + path {
  stroke: var(--blue-colo2);
}

.yellow svg path + path {
  stroke: var(--sw-bg-2);
}

/*preloader*/
.preloader {
  background: transparent;
}

.preloader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
  background: var(--black-bg);
  -webkit-transition: 1.1s;
  transition: 1.1s;
  -webkit-clip-path: ellipse(66% 100% at 50% 0%);
  clip-path: ellipse(66% 100% at 50% 0%);
}

.preloader::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
  background: var(--black-bg);
  -webkit-transition: 1.1s;
  transition: 1.1s;
  -webkit-clip-path: ellipse(85% 100% at 50% 100%);
  clip-path: ellipse(85% 100% at 50% 100%);
}

.preloader.page-loaded {
  visibility: hidden;
}

.preloader.page-loaded::after,
.preloader.page-loaded::before {
  height: 0;
}

.page-loaded .preloader_inner {
  transform: translateY(400px);
  opacity: 0;
}

/**/

.h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: 800;
}

/*floating animation*/

@keyframes floatingy {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-20px);
  }

  75% {
    transform: translateY(20px);
  }
}

@keyframes floatingx {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-20px);
  }

  75% {
    transform: translateX(20px);
  }
}

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

/* contact from*/
.custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.custom-control label {
  text-indent: 0;
  padding: 0;
}

.customcheck {
  display: flex;
  grid-gap: 10px;
}

.contact-block-sw {
  padding: 50px 30px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 14%);
}

.ctmlabl {
  font-size: 15px;
  line-height: 20px;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0px;
}

.porkai-btn {
  text-transform: uppercase;
  color: #fff;
  background: var(--blue-color);
  border-radius: 50px;
  display: inline-flex;
  font-size: 18px;
  padding: 0 32px;
  height: 62px;
  overflow: hidden;
  border: 1px solid #0057ff;
  align-items: center;
  justify-content: center;
  position: relative;
}

.form-block input,
.form-block select {
  height: 50px;
  padding: 0px 15px;
  border-width: 0px 0px 2px;
  border-image: initial;
  border-bottom: 2px solid rgb(230, 230, 230);
  border-radius: 0px;
}

.form-block textarea {
  height: 100px;
  padding: 15px;
  border-width: 0px 0px 2px;
  border-image: initial;
  border-bottom: 2px solid rgb(230, 230, 230);
  border-radius: 0px;
}

.form-block input,
.form-block select,
.form-block textarea {
  color: rgb(23, 43, 67);
  font-size: 18px;
  width: 100%;
  margin: 0px 0px 15px;
  background: rgb(255, 255, 255);
  outline: 0px;
}

.floating-label {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.floating-input,
.floating-select {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: calc(100% - 25px);
  height: 45px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c5c5c5;
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 1px solid #0057ff;
}

.floating-label label {
  color: #110a32;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 30px;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin-bottom: 0;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label,
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: 0px;
  font-size: 12px;
  line-height: 1;

  width: 50%;
}

.formicon {
  position: absolute;
  top: 12px;
  left: 20px;
}

.iconin .form-block input,
.iconin .form-block select {
  padding-left: 17px;
  -webkit-padding-start: 17px;
  -webkit-appearance: textarea !important; /* WebKit */
  padding: 0px 25px 0px 35px;
}

.iconin .form-block textarea {
  padding: 15px 15px 15px 35px;
  margin-top: 1px;
}

.iconin .floating-label label {
  left: 48px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.blueketform input.error,
.blueketform select.error,
.blueketform textarea.error {
  border-bottom: 1px solid red;
}

.blueketform input.valid,
.blueketform select.valid,
.blueketform textarea.valid {
  border-bottom: 1px solid #00a759;
}

.blueketform input.valid,
.blueketform textarea.valid {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300a759' d='M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
}

.blueketform input.error,
.blueketform textarea.error {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff0000' d='M12 2A10 10 0 1 0 22 12 10.01114 10.01114 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8A8.00917 8.00917 0 0 1 12 20Zm0-8.5a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0v-3A1 1 0 0 0 12 11.5Zm0-4a1.25 1.25 0 1 0 1.25 1.25A1.25 1.25 0 0 0 12 7.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
}

.blueketform textarea.error,
.blueketform textarea.valid {
  background-position-x: 98%;
  background-position-y: 10px;
}

/*update 1.4*/

@keyframes animate {
  0% {
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
  }

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

.counter-setdiv img {
  width: 65px;
  margin-bottom: 15px;
}

.sticky .frncnav {
  background: transparent;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-out;
}

@-webkit-keyframes swsw {
  100% {
    background-position: 0% 340px;
  }

  0% {
    background-position: 0% 0px;
  }
}

@keyframes swsw {
  100% {
    background-position: 0% 340px;
  }

  0% {
    background-position: 0% 0px;
  }
}

.position-stick {
  position: sticky;
  top: 100px;
}

/*timeline*/
.timeline {
  position: relative;
}

.timeline:before {
  content: "";
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 34px;
  width: 2px;
  height: 100%;
  background: var(--black-bg);
}

/**/

.splitspan span {
  display: block;
}

.blockcntr .demo2counter {
  display: grid;
}

/*end*/

/* hover class for navigation  */
.hov li a:hover {
  color: var(--orange-color) !important;
}

/* cbtn  */

.btnclose:hover {
  background-color: #ff5723 !important;
  cursor: pointer;
  opacity: 1 !important;
}

.cbtn:hover .btnclose .btn-hov-white {
  filter: invert(1) grayscale(100%);
}

.w100 {
  width: 100%;
}

.imgfooter {
  width: 35% !important;
}

.logofooter {
  width: 14% !important;
}

.verticleCenter {
  display: flex;
  align-items: center;
}

/* site map style  */

/* site map style end  */

/* footer style start  */
.footerLogoText {
  display: flex;
  justify-content: start;
  align-items: center;
}

/* footer style end  */

/* carrier page style  */
.innerheadbg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #030821;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}

.innerheadbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.head-section {
  padding: 150px 0 100px 0;
}

.media {
  display: flex;
  align-items: center;
}

.space-sw {
  padding-top: 100px;
  padding-bottom: 100px;
}

.whitebgbox img {
  width: 38px;
}

.mediadata h5 {
  font-size: 18px;
  line-height: 28px;
}

.media div:first-child {
  flex-shrink: 0;
  margin-right: 20px;
}

.whitebgbox {
  background: #fff;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f1f1f1;
}

.mediadata h5 {
  font-size: 18px;
  line-height: 28px;
}

.letter-spacing {
  letter-spacing: 1.5px;
}

html .mb0 {
  margin-bottom: 0px;
}

.align-center {
  align-items: center;
}

.media-set .media + .media {
  margin-top: 20px;
}

/* what do except section  */
.uncardpairs-set3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.featurecard {
  background: #fff;
  border: 0;
  text-align: center;
  height: fit-content;
}

.swcard {
  border: 1px solid #e8e8e8;
  padding: 30px 20px;
  border-radius: 8px;
  background: #fff;
  height: 100%;
}

.shadow {
  box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 10%) !important;
}

.r-g-btn-2 {
  background: #fff;
  border: 1px solid #0d2f50;
  color: #0d2f50;
}

.mt30 {
  margin-top: 15px;
}

.r-g-btn {
  font-weight: 500;
  font-size: 17px;
  border-radius: 8px;
  padding: 0 22px;
  display: flex;
  grid-gap: 10px;
  line-height: 60px;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  width: max-content;
  border: 0;
}

.career-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.job-titl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.r-g-btn-1 {
  background: var(--orange-color);
  color: #fff;
  /* border: 1px solid #0D2F50; */
}

.fontS {
  font-size: 22px;
}

.career-detail p {
  margin-top: 0 !important;
}

.career-detail {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* end  */
/* carrier page style end  */

/* budget btn in contact form  */
.budgetbtn button {
  padding: 5px;
  border: 2px solid gray;
  border-radius: 11px;
  background-color: transparent;
  color: #b5a1a1;
}

.budgetbtn {
  margin-top: 19px;
  margin-bottom: 19px;
}

#budgetmidbtn {
  margin: 0 15px;
}

/* .budgetbtn button: {
  border: 2px solid red;
} */
.p {
  /* background-color: #0057ff; */
  color: black;
}
.section-color {
  background-color: #f1f1f1;
}
.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.design {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #0057ff; */
  /* margin-left: rem; */
  height: 450px;
  width: 550px;
}
.marquee {
  position: static;
  left: 0;
  right: 0;
  margin-top: 0px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  color: #fff;
}

.marquee span {
  font-size: 2.25vw;
  padding: 0 1vw;
  font-family: Arial, Helvetica, sans-serif;
}

.ani {
  -webkit-text-fill-color: #000;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.747);
  -webkit-text-stroke-width: 0.5px;
}

/*********darkmode************/
body.darkmode {
  background: var(--black-color);
  color: var(--white-color);
}

.darkmode h1,
.darkmode h2,
.darkmode h3,
.darkmode h4,
.darkmode h5,
.darkmode h6,
.darkmode p {
  color: var(--white-color);
}

.darkmode .brandlogo .light {
  display: block;
}

.darkmode .brandlogo .dark {
  display: none;
}

.darkmode .footer-logo-sw .light {
  display: block;
}

.darkmode .footer-logo-sw .dark {
  display: none;
}

.darkmode .sidedarklogo {
  display: none;
}

.darkmode .sidewhitelogo {
  display: block;
}

.darkmode .demo-1-hero {
  background: url(../images/background/swt-bg-design.png) no-repeat !important;
}

.darkmode .service-row-block {
  background: transparent;
}

.darkmode .text-gradient-1 {
  background: var(--gradient-0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.darkmode .header .menu > ul > li > a {
  color: var(--white-color);
}

.darkmode .header .menu > ul > li .menu-subs {
  background: var(--black-bg-3);
  border-top: 2px solid var(--color-yellow-lite);
}

.darkmode .header .menu > ul > li .menu-subs > ul > li > a {
  color: var(--white-color);
}

.darkmode .aboutblock {
  background: var(--black-bg-1);
}

.darkmode .counter-setdiv p {
  color: var(--color-yellow-lite);
}

.darkmode .bkbg2 {
  background: transparent;
}

.darkmode .bkbg3 {
  background: transparent;
}

.darkmode .bkbg0 {
  background: transparent;
}

.darkmode .bkbg1 {
  background: transparent;
}

.darkmode .inline-btn {
  color: var(--white-color);
}

.darkmode .tech-block {
  background: var(--black-bg-2);
}

.darkmode .bg-efffect-1:after {
  background: url(../images/shape/blur-3.png);
  background-position: right top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.darkmode a.btgs {
  color: var(--bs-body-bg);
  background: var(--black-bg-3);
}

.darkmode .sw-tabs-links .nav-tabs .nav-link {
  color: var(--white-color);
  background-color: var(--black-bg-2);
}

.darkmode .sticky {
  background: rgb(24 24 24 / 80%);
}

.darkmode .blueket-card-noise {
  background: url(../images/shape/noise.png) var(--white-lite-2);
  border-color: var(--bs-gray-700);
}

.darkmode .black-bg-1 {
  background: var(--black-bg-1);
}

.darkmode .darkbg2 {
  background: var(--black-bg-2);
}

.darkmode .bdrwor {
  border: 1px solid var(--black-bg-3);
}

.darkmode .bdrwor-rt {
  border-right: 1px solid var(--black-bg-3);
}

.darkmode .cardlinkfooter {
  border-top: 1px solid var(--black-bg-3);
}

.darkmode .linkiconsw {
  border-left: 1px solid var(--black-bg-3);
}

.darkmode .swbluketcard:hover {
  background: var(--black-bg-2);
}

.darkmode .blueketcotactform-sw {
  background: var(--black-bg-2);
}

.darkmode .contactinkediv a {
  color: var(--white-color);
}

.darkmode .sw-orange-btn,
.darkmode .sw-blue-btn,
.darkmode .header-item-right .menu-icon {
  box-shadow: none;
}

.darkmode .footer-links ul li a {
  color: var(--white-color);
}

.darkmode .footerbg1:after {
  background: url(../images/shape/blur-6.png);
  background-position: center bottom;
  background-size: 80%;
  background-repeat: no-repeat;
}

.darkmode .swhr {
  border-top: 1px solid var(--black-bg-3);
}

.darkmode .list-h-styled li a,
.darkmode .footercreditnote a {
  color: var(--white-color);
}

.darkmode .list-h-styled li::after {
  background-color: var(--white-color);
}

.darkmode .footer-social-sw a {
  color: var(--white-color);
}

.darkmode .what-in-plan-sw {
  border-top: 2px solid var(--black-bg);
}

.darkmode .form-controls {
  color: var(--white-color);
  background-color: var(--black-bg-2);
  border: 1px solid var(--black-bg-3);
}

.darkmode .blur-bg-a {
  opacity: 70%;
}

.darkmode .blur-bg-b {
  opacity: 40%;
}

.darkmode::-webkit-scrollbar-track {
  background: var(--black-bg);
}

.darkmode .swbdr {
  border: 1px solid var(--black-bg-3);
}

.darkmode .cardaclr a {
  color: var(--white-color);
}

.darkmode .swbdr:hover {
  border: 1px solid var(--bs-gray-600);
  background: var(--black-bg-4);
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 10%);
}

.darkmode .sw-tabs-links .nav-tabs .nav-link:hover {
  background-color: var(--orange-color);
  color: var(--white-color);
}

.darkmode .dotinswbdr:before {
  border: 1px solid var(--white-color);
}

.darkmode .sw-tabs-links .nav-tabs .nav-item.show .nav-link,
.darkmode .sw-tabs-links .nav-tabs .nav-link.active {
  background-color: var(--orange-color);
  border-color: transparent;
  color: var(--white-color);
}

.darkmode .form-controls::placeholder {
  color: var(--white-color);
}

.darkmode .form-controls:-ms-input-placeholder {
  color: var(--white-color);
}

.darkmode .form-controls::-ms-input-placeholder {
  color: var(--white-color);
}

.darkmode .career-link-btn-sw a {
  color: var(--white-color);
}

/* .darkmode .carrerlinkandimg { border: dashed 1px var(--black-bg-3);} */
.darkmode .carrerlinkandimg:hover {
  border-color: var(--orange-color);
}

.darkmode .sw-hover-1 a:hover {
  color: var(--color-yellow-lite);
}

.darkmode .sw-hover-2 a:hover {
  color: var(--color-yellow-lite);
}

.darkmode .breadcrum-area {
  background: var(--black-bg-2);
}

.darkmode .overtheimg {
  background: var(--black-bg-2);
}

.darkmode .accordion-button:not(.collapsed),
.darkmode .accordion-button {
  color: var(--white-color);
}

.darkmode .dashedbdr {
  border: dashed 1px var(--black-bg-3);
}

.darkmode .dashedbdr:hover {
  border: dashed 1px var(--color-yellow-lite);
}

.darkmode .port-ref-link a span {
  color: var(--white-color);
}

.darkmode .filters li,
.darkmode .teamsocialprofile div a {
  color: var(--white-color);
}

.darkmode .filters li.active {
  color: var(--bs-body-bg);
  background: var(--black-bg-3);
  border-bottom: 1px solid var(--orange-color);
}

.darkmode .latestpost {
  border-bottom: 1px solid var(--black-bg-3);
}

.darkmode .cardtitlemain,
.darkmode .contactnumberdiv a {
  color: var(--white-color);
}

.darkmode .itmquickinfo a {
  color: var(--white-color);
}

.darkmode .pagination-block .page-link {
  color: var(--bs-body-bg);
  background-color: var(--black-bg-2);
  border: 1px solid var(--black-bg-3);
}

.darkmode .pagination-block .page-link:hover {
  background: var(--black-bg-3);
}

.darkmode .sidebartitle h6 {
  color: var(--black-color-0);
}

.darkmode .blog-postinfos span {
  color: var(--bs-body-bg);
}

.darkmode .scriptheading {
  color: var(--orange-color);
}

.darkmode .carrerlinkandimg:hover {
  border-color: var(--color-yellow-lite);
}

.darkmode .list-h-styled li {
  color: var(--color-yellow-lite);
}

.darkmode .blogstags,
.darkmode .offcanvas {
  background: var(--black-bg-3);
  color: var(--white-color);
}

.darkmode .contactpagefullform {
  background: var(--black-bg-2);
}

.darkmode .connectwithus a {
  color: var(--white-color);
}

.darkmode .mediainfoblock a.contactlink,
.darkmode .quote-text,
.darkmode .techusedin-sw span {
  color: var(--color-yellow-lite);
}

.darkmode .techusedin-sw span:after {
  background-color: var(--color-yellow-lite);
}

.darkmode .img-client-logo-cell {
  border: 1px solid var(--white-lite-2);
}

.darkmode .fwc h2,
.darkmode .fwc p,
.darkmode .fwc a {
  color: var(--black-color);
}

@media only screen and (max-width: 1399px) {
  .darkmode .sticky {
    background: rgb(24 24 24 / 100%) !important;
  }
}

/*update 1.2*/
.darkmode.darkmode .black-bg-0 {
  background: var(--black-bg);
}

.darkmode .bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.darkmode .demo-3-hero {
  background: url(../images/shape/wave-bg-dark.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.darkmode .cardicon-out,
.darkmode .sw-card {
  background: var(--black-bg-2);
}

.darkmode .sw-cl-3,
.darkmode .sw-cl-2,
.darkmode .sw-cl-1 {
  background: var(--black-bg-4);
}

.darkmode
  .header
  .menu
  > ul
  > li
  .menu-subs.menu-mega
  > .list-item
  > ul
  > li
  > a {
  color: var(--white-color);
}

/*update 1.3*/
.darkmode .linebg {
  background-image:
    repeating-linear-gradient(
      90deg,
      hsla(196, 0%, 79%, 0.06) 0px,
      hsla(196, 0%, 79%, 0.06) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      hsla(196, 0%, 79%, 0.06) 0px,
      hsla(196, 0%, 79%, 0.06) 1px,
      transparent 1px,
      transparent 96px
    ),
    repeating-linear-gradient(
      0deg,
      hsla(196, 0%, 79%, 0.09) 0px,
      hsla(196, 0%, 79%, 0.09) 1px,
      transparent 1px,
      transparent 12px
    ),
    repeating-linear-gradient(
      90deg,
      hsla(196, 0%, 79%, 0.09) 0px,
      hsla(196, 0%, 79%, 0.09) 1px,
      transparent 1px,
      transparent 12px
    ),
    linear-gradient(90deg, rgb(14 14 14), rgb(14 14 14));
}

.darkmode .form-control {
  background: var(--black-bg-2);
  border: 1px solid var(--black-bg-3);
}

.darkmode .form-btm-set h5 {
  background: var(--black-bg-2);
}

.darkmode .maplayer {
  background: linear-gradient(to right, var(--black-color) 80%, #ff1f8e00 100%);
}

.darkmode .contact-block-sw {
  background: var(--black-bg-2);
}

.darkmode .form-block input,
.darkmode .form-block select,
.darkmode .form-block textarea {
  background: var(--black-bg-2);
  color: var(--white-color);
}

.darkmode .floating-label label {
  color: var(--white-color);
  background: var(--black-bg-2);
}

.darkmode #contactform .error-label .error {
  background: var(--black-bg-2);
}

.darkmode .form-block input,
.darkmode .form-block select,
.darkmode .form-block textarea {
  border-bottom: 2px solid var(--black-bg-3);
}

/*1.4*/
.darkmode .demo2counter .counter-setdiv,
.darkmode .demo-5-hero,
.darkmode .frncnav {
  background: var(--black-bg-2);
}

.darkmode .roundiconwithdata,
.darkmode .followaccounts .mediablock {
  border-color: var(--black-bg-3);
  background: var(--black-bg-2);
}

.darkmode .form-inputs label {
  color: var(--bg-b3);
}

.darkmode .bg--1,
.darkmode .ptbody-aa1 {
  background: var(--black-bg-2);
}

.darkmode .bg--2 {
  background: var(--black-bg-1);
}

.darkmode .card-background {
  background-color: var(--black-bg-2);
}
.darkmode .mapblock {
  filter: invert(90%);
}
.darkmode .back-content {
  background-color: #151515;
}
.darkmode .lottie {
  color: white;
}
.darkmode .text-color {
  color: white;
}
.darkmode #particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #030821;
}
.darkmode .content {
  box-shadow: 0px 0px 10px 1px #000000ee;
}
.darkmode .section-color {
  height: 100%;
  background-color: #151515;
}
.darkmode .p {
  color: #e2e2e2dc;
}

/* Font Awesome subset — 99 icons used in codebase */
/*Font Awesome Free 6.0.0-beta3*/
.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-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}

.fa-arrow-trend-up:before {
  content: "\e098";
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}

.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-comment:before {
  content: "\f075";
}

.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}

.fa-download:before {
  content: "\f019";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-dashboard:before,
.fa-gauge-high:before,
.fa-gauge:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}

.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-phone:before {
  content: "\f095";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-add:before,
.fa-plus:before {
  content: "\2b";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-server:before {
  content: "\f233";
}

.fa-star:before {
  content: "\f005";
}

.fa-store:before {
  content: "\f54e";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}

.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}

: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: swap;
  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-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-youtube:before {
  content: "\f167";
}

: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: swap;
  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: swap;
  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: swap;
  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: swap;
  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: swap;
  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: swap;
  src:
    url(../webfonts/fa-solid-900.woff2) format("woff2"),
    url(../webfonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src:
    url(../webfonts/fa-brands-400.woff2) format("woff2"),
    url(../webfonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  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: swap;
  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+f250, U+f252, U+f27a;
}
