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

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

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

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

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

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

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2rem; } }

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

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

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

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

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

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.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-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; } }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.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;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
            box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor; }

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

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

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

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

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

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

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

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

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

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

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

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.65; }

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

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        -webkit-transition: none;
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-webkit-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control::-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

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

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

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

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

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

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

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

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

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

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

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

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

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

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

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

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }

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

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

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

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

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent; }

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

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

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

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

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

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

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0a58ca; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

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

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #0d6efd; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      -webkit-transition: none;
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #0a58ca; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

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

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

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

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      -webkit-transition: none;
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
            box-shadow: 0 0 0 0.25rem; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-text a,
  .navbar-dark .navbar-text a:hover,
  .navbar-dark .navbar-text a:focus {
    color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      -webkit-transition: none;
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
            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");
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .accordion-button::after {
    -ms-flex-negative: 0;
        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;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        -webkit-transition: none;
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

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

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      -webkit-transition: none;
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }
  .alert-primary .alert-link {
    color: #06357a; }

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

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

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

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

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298; }

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

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

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

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

.btn-close {
  -webkit-box-sizing: content-box;
          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;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
            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;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

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

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

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

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

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      -webkit-transition: none;
      transition: none; } }

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

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            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;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */; } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border; }

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      -webkit-transition: none;
      transition: none; } }

.offcanvas-header {
  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;
  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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          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);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

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

.offcanvas.show {
  -webkit-transform: none;
          transform: none; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

.link-success {
  color: #198754; }
  .link-success:hover, .link-success:focus {
    color: #146c43; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

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

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

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

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

.float-none {
  float: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

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

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

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

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; }

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important; }

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

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

.border-info {
  border-color: #0dcaf0 !important; }

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

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

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

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

.border-white {
  border-color: #fff !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

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

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

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

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

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

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

.fs-6 {
  font-size: 1rem !important; }

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

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

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

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

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

.text-center {
  text-align: center !important; }

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

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important; }

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

.text-success {
  color: #198754 !important; }

.text-info {
  color: #0dcaf0 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-danger {
  color: #dc3545 !important; }

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

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

.text-white {
  color: #fff !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  color: inherit !important; }

.bg-primary {
  background-color: #0d6efd !important; }

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

.bg-success {
  background-color: #198754 !important; }

.bg-info {
  background-color: #0dcaf0 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

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

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

.bg-body {
  background-color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.primary-text {
  color: #ffcd30 !important; }

.float-right {
  float: right; }

.section-title {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 900;
  color: #262626; }

.divider {
  height: 50px;
  background: #ffcd30; }

.transition, a, .radio-inline-style-1 input + i, .radio-column-style-1, .radio-column-style-1 input + span {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.hide {
  display: none; }

.hyperlink {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%; }

a:focus {
  outline: 0;
  outline: none; }

.border-bottom {
  border-bottom: 1px solid #555555; }

.font-12 {
  font-size: 12px; }

@media only screen and (min-width: 769px) {
  .w-md-45 {
    max-width: 45%;
    margin: auto; } }

@media only screen and (min-width: 769px) {
  .w-md-60 {
    max-width: 60%;
    margin: auto; } }

.height-140 {
  height: 140px !important; }

.page-hero {
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.page-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 300;
  color: #ffcd30; }
  .page-title:before {
    content: " ";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 2px;
    margin-left: -20px;
    background-color: #404040; }
  .page-title span {
    font-size: 24px;
    font-weight: normal;
    color: #545454; }

.demo-text {
  color: red; }

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important; } }

.swiper-button-next, .swiper-button-prev,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7; }

.background-border-img .elementor-icon-box-wrapper .elementor-icon-box-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .background-border-img .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    background-image: url(../img/circle-img-2.png);
    width: 110px;
    height: 110px;
    display: grid;
    place-content: center;
    background-size: contain;
    background-repeat: no-repeat; }

.min-w-90 {
  min-width: 90px; }

.text-primary {
  color: #ffcd30 !important; }

.elementor-editor-active #background-darkness.background-darkness {
  display: none !important; }

.elementor-editor-active .background-darkness-menu {
  display: none !important; }

a.nav-link {
  cursor: pointer; }

.home.page-template .header, .page-template .header {
  width: 100%;
  position: fixed !important;
  z-index: 9999;
  right: 0;
  top: 0;
  background: #000; }
  .home.page-template .header.nav-up, .page-template .header.nav-up {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .home.page-template .header.nav-up:hover, .page-template .header.nav-up:hover {
      opacity: 1; }

.home.page-template .insta-mobile-menu {
  display: block; }
  @media only screen and (min-width: 1025px) {
    .home.page-template .insta-mobile-menu {
      display: none; } }

.nav-down {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

#background-darkness {
  background: rgba(0, 0, 0, 0.719);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

.d-none {
  display: none; }

.elementor-widget.elementor-align-right .elementor-icon-list-item a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right; }

.insta-subItems .elementor-icon-list-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right; }
  .insta-subItems .elementor-icon-list-item > a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    display: block;
    background: #fde7a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#fde7a6), to(#ce862a));
    background: linear-gradient(to bottom, #fde7a6 0%, #ce862a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde7a6', endColorstr='#ce862a',GradientType=0 ); }

.service-menu {
  height: 100%; }
  .service-menu #menu-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    .service-menu #menu-services .menu-item {
      width: 250px; }
      .service-menu #menu-services .menu-item .elementskit-megamenu-panel {
        -webkit-transition: none !important;
        transition: none !important; }
        .service-menu #menu-services .menu-item .elementskit-megamenu-panel .elementor-section, .service-menu #menu-services .menu-item .elementskit-megamenu-panel .elementor-widget-container {
          -webkit-transition: none !important;
          transition: none !important; }
    .service-menu #menu-services > .menu-item > .nav-link {
      position: relative;
      display: block;
      padding: 15px 30px !important;
      border: 0 solid transparent;
      border-radius: 0;
      color: #cccccc;
      font-size: 16px;
      text-align: right;
      border-bottom: 1px solid #1c1c1c !important;
      background: #0b0b0c;
      cursor: pointer; }
      .service-menu #menu-services > .menu-item > .nav-link:hover {
        color: #ffbb15;
        background: #000 !important;
        border: 0;
        cursor: pointer; }
        .service-menu #menu-services > .menu-item > .nav-link:hover::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 2px;
          height: 100%;
          display: block;
          background: #fde7a6;
          background: -webkit-gradient(linear, left top, left bottom, from(#fde7a6), to(#ce862a));
          background: linear-gradient(to bottom, #fde7a6 0%, #ce862a 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde7a6', endColorstr='#ce862a',GradientType=0 ); }
  .service-menu .elementskit-megamenu-panel {
    top: 0 !important;
    width: calc(100% - 250px) !important;
    right: 0 !important;
    left: auto !important;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  .service-menu .service-solutions {
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 99% !important;
    background-color: #111112; }
  .service-menu .servicess-menu {
    width: 100% !important; }

.service-submenu-block {
  background-size: 60% 105% !important;
  max-height: 385px; }
  .service-submenu-block .submenus-child .elementor-icon-list-item > a {
    width: 100%;
    display: block;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 14px;
    padding: 8px !important;
    border: 1px solid #444444;
    background: transparent; }
    .service-submenu-block .submenus-child .elementor-icon-list-item > a > .ekit_page_list_content {
      padding: 10px;
      background: #2b2b2e; }
    .service-submenu-block .submenus-child .elementor-icon-list-item > a:hover {
      border: 1px solid #444444; }
      .service-submenu-block .submenus-child .elementor-icon-list-item > a:hover .ekit_page_list_content {
        background: transparent; }
  .service-submenu-block::before {
    position: absolute;
    content: "";
    left: 40%;
    top: 0;
    height: 100%;
    width: 20%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #111112), color-stop(50%, rgba(17, 17, 18, 0)), to(rgba(17, 17, 18, 0)));
    background: linear-gradient(to right, #111112 30%, rgba(17, 17, 18, 0) 50%, rgba(17, 17, 18, 0) 100%); }

#menu-main-menu {
  display: inline !important; }
  #menu-main-menu > .menu-item > a {
    padding-top: 18px;
    padding-bottom: 19px !important; }
    #menu-main-menu > .menu-item > a:hover::after {
      position: absolute;
      left: 12px;
      top: -7px;
      content: "";
      background: #ffbb15;
      width: 68%;
      height: 3px;
      z-index: 999; }
  #menu-main-menu .menu-item {
    float: left; }

.contact-menu {
  background-size: 56% 100% !important; }
  .contact-menu::before {
    position: absolute;
    content: "";
    left: 40%;
    top: 0;
    height: 100%;
    width: 20%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #111112), color-stop(50%, rgba(17, 17, 18, 0)), to(rgba(17, 17, 18, 0)));
    background: linear-gradient(to right, #111112 30%, rgba(17, 17, 18, 0) 50%, rgba(17, 17, 18, 0) 100%); }

.request-pricing-menu > a {
  color: #009933 !important;
  cursor: pointer; }
  .request-pricing-menu > a:hover {
    color: #ffbb15 !important; }

.request-pricing-menu > a.blink-color {
  color: #FFCD30 !important; }

.menu-item-float-right {
  float: right !important; }

.call-menu a {
  color: #009933 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important; }
  .call-menu a span {
    color: #6f6f6f;
    font-family: 'Lato';
    font-size: 13px;
    padding: 0 7px; }
  .call-menu a:hover {
    color: #ffd049 !important; }
    .call-menu a:hover span {
      color: #ffffff; }

.social-icons > a:hover::after {
  width: 0% !important; }

.social-icons a {
  padding: 0px 10px;
  color: #6f6f6f !important; }
  .social-icons a:nth-child(1) {
    padding-left: 5px !important; }
  .social-icons a:nth-last-child(1) {
    padding-right: 0 !important; }
  .social-icons a:hover {
    color: #fff !important; }

@media only screen and (max-width: 1024px) {
  .insta-mobile-menu .mobile-logo {
    max-width: 40px; } }

.inner-page-menu .elementor-container {
  border-bottom: 1px solid #262626;
  margin-top: -9px; }

.inner-page-menu .elementor-nav-menu__container ul li a::after {
  content: none; }

.about-menu-icons .elementor-container .elementor-icon-box-icon {
  position: relative;
  height: 90px;
  width: 90px;
  padding: 5px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 30px; }
  .about-menu-icons .elementor-container .elementor-icon-box-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    background: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#262626',GradientType=1 );
    -webkit-transition: 2s;
    transition: 2s; }

.about-menu-icons .elementor-icon-box-wrapper:hover .elementor-icon-box-icon::before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.about-menu-icons .elementor-icon-box-wrapper:hover .elementor-icon {
  background-position: right; }

.about-menu-icons .elementor-icon {
  position: relative;
  z-index: 10;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #000;
  background-position: left 1px center;
  background-repeat: no-repeat;
  -webkit-transition: 0s;
  transition: 0s; }

.about-menu-icons .elementor-icon-box-title {
  position: relative; }
  .about-menu-icons .elementor-icon-box-title::after {
    content: '»';
    position: absolute;
    color: #fff;
    padding-left: 3px; }

.about-menu-icons .team .elementor-icon {
  background-image: url(../img/icon-team.png); }

.about-menu-icons .approach .elementor-icon {
  background-image: url(../img/icon-approach.png); }

.about-menu-icons .processes .elementor-icon {
  background-image: url(../img/icon-process.png); }

.about-menu-icons .partners .elementor-icon {
  background-image: url(../img/icon-partner.png); }

.about-menu-icons .careers .elementor-icon {
  background-image: url(../img/icon-career.png); }

.elementor-popup-modal .elementor {
  height: 100%; }

body .inner-menu-new {
  position: fixed;
  width: 100%;
  background-color: black;
  top: 0;
  z-index: 2; }

.dialog-prevent-scroll .header-breadcrumbs {
  opacity: 0; }

.dialog-prevent-scroll .inner-menu-new .logoo {
  opacity: 0; }

.dialog-prevent-scroll .inner-menu-new .menu-bar > .elementor-widget-container > .elementor-heading-title a {
  color: transparent; }

.dialog-prevent-scroll .inner-menu-new .menu-bar > .elementor-widget-container > .elementor-heading-title a span::before {
  -webkit-transform: translate3d(0.35em, 29px, 0) rotate(-45deg);
          transform: translate3d(0.35em, 29px, 0) rotate(-45deg);
  opacity: 1;
  height: 2px;
  background: #fff !important;
  width: 35px; }

.dialog-prevent-scroll .inner-menu-new .menu-bar > .elementor-widget-container > .elementor-heading-title a span::after {
  -webkit-transform: translate3d(0.5em, -29px, 0) rotate(45deg);
          transform: translate3d(0.5em, -29px, 0) rotate(45deg);
  height: 2px;
  background: #fff !important;
  width: 35px; }

.inner-menu-new .menu-bar > .elementor-widget-container > .elementor-heading-title {
  -webkit-transition: all 1.3s;
  transition: all 1.3s; }
  .inner-menu-new .menu-bar > .elementor-widget-container > .elementor-heading-title a span::before {
    content: '';
    position: absolute;
    width: 40px;
    right: 0;
    display: block;
    border-radius: 0;
    background: #fff;
    height: 1px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    top: 0px;
    z-index: 2;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .inner-menu-new .menu-bar > .elementor-widget-container > .elementor-heading-title a span::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    border-radius: 0;
    background: #fff;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scaleX(0.7);
            transform: scaleX(0.7);
    transform-origin: 0 0;
    z-index: 1;
    bottom: 0px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .inner-menu-new .menu-bar > .elementor-widget-container > .elementor-heading-title a {
    padding: 15px 0px; }

.inner-nav nav ul li {
  background: transparent; }
  .inner-nav nav ul li.current-menu-ancestor, .inner-nav nav ul li.current-portfolio-ancestor {
    background: #000000; }
    .inner-nav nav ul li.current-menu-ancestor a.elementor-item::after, .inner-nav nav ul li.current-portfolio-ancestor a.elementor-item::after {
      content: "";
      position: absolute;
      top: 0;
      left: 70px;
      height: 100%;
      width: 3px;
      opacity: 1 !important;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#cd852a), color-stop(20%, #e69b23), color-stop(40%, #fdb514), color-stop(60%, #ffca27), color-stop(80%, #fed663), to(#fde7a6));
      background-image: linear-gradient(0deg, #cd852a 0%, #e69b23 20%, #fdb514 40%, #ffca27 60%, #fed663 80%, #fde7a6 100%); }
      @media only screen and (max-width: 768px) {
        .inner-nav nav ul li.current-menu-ancestor a.elementor-item::after, .inner-nav nav ul li.current-portfolio-ancestor a.elementor-item::after {
          left: 0px; } }
  .inner-nav nav ul li a {
    cursor: pointer;
    margin: auto;
    position: relative;
    color: #ffffff;
    padding-top: 13px;
    padding-bottom: 13px; }
    @media only screen and (min-width: 769px) {
      .inner-nav nav ul li a {
        padding-left: 120px !important;
        border-left: 2px solid #1c1c1c; } }
    .inner-nav nav ul li a.elementor-item::after {
      opacity: 0; }

.inner-nav .menu-contact-info {
  padding-left: 105px; }
  @media only screen and (max-width: 449px) {
    .inner-nav .menu-contact-info {
      padding-left: 30px !important; } }

.inner-nav .elementor-nav-menu--dropdown {
  background: transparent; }
  .inner-nav .elementor-nav-menu--dropdown .has-submenu.highlighted {
    background: #000000;
    color: #FFCD30 !important; }
    .inner-nav .elementor-nav-menu--dropdown .has-submenu.highlighted:focus {
      background: #000000; }
  .inner-nav .elementor-nav-menu--dropdown .elementor-item:hover {
    background: transparent; }
  .inner-nav .elementor-nav-menu--dropdown .elementor-item:focus {
    background: transparent; }
  .inner-nav .elementor-nav-menu--dropdown .menu-item-has-children > .sub-menu {
    background: #000000 !important;
    border-bottom: 2px solid #1c1c1c; }
    .inner-nav .elementor-nav-menu--dropdown .menu-item-has-children > .sub-menu .menu-item a {
      font-size: 18px !important;
      padding: 15px 0; }
      .inner-nav .elementor-nav-menu--dropdown .menu-item-has-children > .sub-menu .menu-item a:focus {
        background: none; }
    .inner-nav .elementor-nav-menu--dropdown .menu-item-has-children > .sub-menu .menu-item.active a {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#cd852a), color-stop(20%, #e69b23), color-stop(40%, #fdb514), color-stop(60%, #ffca27), color-stop(80%, #fed663), to(#fde7a6));
      background-image: linear-gradient(0deg, #cd852a 0%, #e69b23 20%, #fdb514 40%, #ffca27 60%, #fed663 80%, #fde7a6 100%);
      color: black;
      font-weight: 600; }
    .inner-nav .elementor-nav-menu--dropdown .menu-item-has-children > .sub-menu a {
      padding-left: 10rem !important; }
      @media only screen and (max-width: 768px) {
        .inner-nav .elementor-nav-menu--dropdown .menu-item-has-children > .sub-menu a {
          padding-left: 3rem !important;
          border-left: 2px solid transparent; } }
      .inner-nav .elementor-nav-menu--dropdown .menu-item-has-children > .sub-menu a:hover {
        background: transparent;
        color: #FFCD30;
        border-left: 2px solid #1c1c1c; }

.inner-nav .current-portfolio-ancestor > .sub-menu .current-portfolio-ancestor a.highlighted {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cd852a), color-stop(20%, #e69b23), color-stop(40%, #fdb514), color-stop(60%, #ffca27), color-stop(80%, #fed663), to(#fde7a6));
  background-image: linear-gradient(0deg, #cd852a 0%, #e69b23 20%, #fdb514 40%, #ffca27 60%, #fed663 80%, #fde7a6 100%);
  color: black;
  font-weight: 600; }

.inner-nav .parent-menu-highlighted > a.nav-link {
  background: #000000;
  color: #FFCD30 !important; }
  .inner-nav .parent-menu-highlighted > a.nav-link::after {
    content: "";
    top: 0;
    left: 70px;
    height: 100%;
    width: 3px;
    opacity: 1 !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cd852a), color-stop(20%, #e69b23), color-stop(40%, #fdb514), color-stop(60%, #ffca27), color-stop(80%, #fed663), to(#fde7a6));
    background-image: linear-gradient(0deg, #cd852a 0%, #e69b23 20%, #fdb514 40%, #ffca27 60%, #fed663 80%, #fde7a6 100%); }

.inner-nav .parent-menu-highlighted .sub-menu {
  display: block; }
  .inner-nav .parent-menu-highlighted .sub-menu .menu-item.current-portfolio-ancestor a {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cd852a), color-stop(20%, #e69b23), color-stop(40%, #fdb514), color-stop(60%, #ffca27), color-stop(80%, #fed663), to(#fde7a6));
    background-image: linear-gradient(0deg, #cd852a 0%, #e69b23 20%, #fdb514 40%, #ffca27 60%, #fed663 80%, #fde7a6 100%);
    color: black !important;
    font-weight: 600 !important; }
  .inner-nav .parent-menu-highlighted .sub-menu .menu-item a:hover {
    background-color: transparent; }

.inner-nav .inner-nav .elementor-sub-item:focus {
  background-color: transparent;
  border-left: 2px solid #1c1c1c; }

.inner-nav .menu-item-type-post_type.current-menu-item {
  background: #000000;
  border-left: 2px solid #1c1c1c; }
  .inner-nav .menu-item-type-post_type.current-menu-item a.elementor-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 70px;
    height: 100%;
    width: 3px;
    opacity: 1 !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cd852a), color-stop(20%, #e69b23), color-stop(40%, #fdb514), color-stop(60%, #ffca27), color-stop(80%, #fed663), to(#fde7a6));
    background-image: linear-gradient(0deg, #cd852a 0%, #e69b23 20%, #fdb514 40%, #ffca27 60%, #fed663 80%, #fde7a6 100%); }
    @media only screen and (max-width: 768px) {
      .inner-nav .menu-item-type-post_type.current-menu-item a.elementor-item::after {
        left: 0px; } }

.inner-nav > .dialog-widget-content {
  background-image: url("../img/nav-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top; }

.inner-nav .dialog-message {
  background-image: url("../img/nav-bg-2.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50%; }

.inner-nav-child {
  z-index: 99999 !important; }

.menu-back .elementor-icon-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu-insta-logo {
  max-width: 80%;
  margin: auto;
  padding-left: 50px; }
  @media only screen and (max-width: 449px) {
    .menu-insta-logo {
      text-align: left !important;
      padding-left: 0px; } }

.dropdown-main-menu .elementor-menu-toggle {
  display: none; }

.dropdown-main-menu .elementor-nav-menu {
  list-style: none;
  font-size: 22px;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .dropdown-main-menu .elementor-nav-menu {
      font-size: 24px; } }

.dropdown-main-menu .sub-menu.elementor-nav-menu--dropdown {
  display: none; }

.dropdown-main-menu .sub-menu {
  list-style: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px; }

.dropdown-main-menu .nav-link:hover, .dropdown-main-menu .nav-link:focus {
  color: #ffffff; }

@media only screen and (min-width: 1024px) {
  .home-menu {
    display: none !important; } }

#background-darkness {
  background: rgba(0, 0, 0, 0.719);
  height: 100%;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
  display: block;
  opacity: 0; }
  #background-darkness.background-darkness {
    display: block !important;
    opacity: 1 !important;
    z-index: 10; }

.grecaptcha-badge {
  visibility: hidden; }

.background-darkness-menu {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  display: block;
  opacity: 1; }

.ekit-template-content-markup {
  position: relative; }

.marketing-text {
  font-size: 30px;
  line-height: 34px;
  color: #7a7a7a;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .marketing-text {
      font-size: 28px; } }

@media only screen and (max-width: 1023px) {
  .footer-dark.without-info-footer .footer .footer-top {
    padding: 0 !important; } }

@media only screen and (max-width: 600px) {
  .footer-dark.without-info-footer .footer .footer-top .footer-graphics {
    padding-top: 0; } }

.footer {
  position: relative;
  overflow: hidden; }
  .footer .footer-top {
    background-image: url(../img/footer_skyline.png);
    background-size: 100%;
    background-position: bottom 50% center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #ccc;
    padding: 222px 0 50px;
    position: relative; }
    @media only screen and (max-width: 1590px) {
      .footer .footer-top {
        background-position: bottom center; } }
    @media only screen and (max-width: 1024px) {
      .footer .footer-top {
        background-size: cover; } }
    .footer .footer-top .container {
      max-width: 1260px; }
    @media only screen and (max-width: 1023px) {
      .footer .footer-top {
        padding: 100px 0 0px; } }
    @media only screen and (max-width: 600px) {
      .footer .footer-top {
        padding: 50px 0 0px; } }
    @media only screen and (max-width: 768px) {
      .footer .footer-top .container {
        max-width: 767px;
        padding-left: 15px;
        padding-right: 15px; } }
    .footer .footer-top .footer-top-left {
      width: 400px;
      float: left;
      font-family: 'Lato';
      font-weight: 400; }
      @media only screen and (max-width: 1023px) {
        .footer .footer-top .footer-top-left {
          width: 50%; } }
      @media only screen and (max-width: 688px) {
        .footer .footer-top .footer-top-left {
          width: 100%; } }
      @media only screen and (max-width: 575px) {
        .footer .footer-top .footer-top-left {
          text-align: center;
          padding: 20px; } }
    .footer .footer-top h3, .footer .footer-top .h3 {
      font-size: 20px;
      font-weight: normal;
      color: #fff;
      margin-bottom: 20px; }
    .footer .footer-top a:not(.btn-pricing) {
      color: #ccc;
      text-decoration: none; }
    .footer .footer-top .footer-top-right {
      width: 385px;
      float: right;
      font-family: 'Lato';
      font-weight: 400; }
      @media only screen and (max-width: 1023px) {
        .footer .footer-top .footer-top-right {
          width: 50%; } }
      @media only screen and (max-width: 688px) {
        .footer .footer-top .footer-top-right {
          width: 100%; } }
      @media only screen and (max-width: 575px) {
        .footer .footer-top .footer-top-right {
          text-align: center;
          padding: 20px; }
          .footer .footer-top .footer-top-right table {
            margin: 20px auto; } }

.footer-social-links {
  padding-top: 15px; }
  .footer-social-links a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 2px;
    margin: 4px;
    overflow: hidden;
    -webkit-transition: 2s;
    transition: 2s;
    background: #262626;
    background: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#262626',GradientType=1 ); }
    .footer-social-links a i {
      width: 32px;
      height: 32px;
      text-align: center;
      border-radius: 50%;
      background-color: #000;
      line-height: 32px;
      -webkit-transition: 2s;
      transition: 2s; }

.footer-graphics {
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -250px;
  width: 500px; }
  @media only screen and (max-width: 1199px) {
    .footer-graphics {
      width: 460px; } }
  @media only screen and (max-width: 1023px) {
    .footer-graphics {
      position: static;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      padding-top: 30px;
      margin-bottom: -1px; } }
  .footer-graphics img {
    max-width: 100%;
    height: auto; }

.footer-bottom {
  font-size: 12px;
  padding: 13px 0;
  color: #909293;
  font-weight: 500;
  background: #000 url("../img/quote_bg2.jpg") repeat-x left top; }
  @media only screen and (max-width: 575px) {
    .footer-bottom {
      text-align: center; } }
  .footer-bottom ul li {
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #76797c; }
    .footer-bottom ul li a {
      color: #909293;
      padding: 0 10px;
      font-family: 'Lato';
      font-weight: 500;
      /* color: #fff; */
      text-decoration: none; }
    .footer-bottom ul li:first-child a {
      padding-left: 0; }
  @media only screen and (max-width: 768px) {
    .footer-bottom {
      margin-bottom: 40px; } }

.totop {
  position: fixed;
  bottom: -70px;
  right: 40px;
  padding: 10px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
  .totop img {
    width: 40px; }
  .totop:hover {
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }

/* Side Contact Slide Form  */
.close-button-wrapper {
  background: #ffcd30;
  height: 65px; }
  .close-button-wrapper a {
    color: #fff !important;
    font-size: 25px; }

.slide-nav-content-wrapper {
  padding: 30px 50px; }

.mxw-575 {
  max-width: 575px;
  margin: 0 auto; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999999;
  top: 0;
  right: 0;
  background-color: #f0f1ec;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .sidenav a {
    text-decoration: none;
    color: #ffcd30;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media screen and (max-width: 370px) {
    .sidenav#quote-sidebar-wrapper {
      padding-left: 0;
      padding-right: 0; } }

.sidenav a:hover,
.offcanvas a:focus {
  color: #ffcd30; }

.home-sidenav-title {
  color: #ffcd30;
  line-height: 1em; }

.divider_inner {
  border-color: #ffcd30;
  border-style: solid;
  border-width: 4px; }

/* Side Contact Slide Form End */
@media only screen and (min-width: 769px) and (max-width: 2000px) {
  .inner-banner3, .inner-banner2 {
    display: none !important; } }

@media only screen and (min-width: 2001px) {
  .inner-banner1, .inner-banner3 {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .inner-banner1, .inner-banner2 {
    display: none !important; } }

#jobSidenav .wpcf7-file span {
  margin-left: 10px; }

#jobSidenav .wpcf7-validates-as-required.chosen-select.wpcf7-not-valid {
  background: #fd4c4c; }

@media screen and (max-width: 480px) {
  .thankYouSidemsg .message-box {
    padding-left: 0px; } }

/* Home Page --- Let's Work Together section
Request QouteForm */
.request_a_quoteFrom #select2dropPositionInline {
  display: block;
  height: 0; }

.request_a_quoteFrom .form-group,
#discovery-new-form .form-group,
#discoveryForm .form-group {
  margin-bottom: 1rem;
  text-align: left; }
  .request_a_quoteFrom .form-group p,
  #discovery-new-form .form-group p,
  #discoveryForm .form-group p {
    margin-bottom: 0px; }
  .request_a_quoteFrom .form-group .project-title,
  #discovery-new-form .form-group .project-title,
  #discoveryForm .form-group .project-title {
    margin-bottom: 20px; }
  .request_a_quoteFrom .form-group.error p:first-child label,
  #discovery-new-form .form-group.error p:first-child label,
  #discoveryForm .form-group.error p:first-child label {
    color: #fc7c1d; }
    .request_a_quoteFrom .form-group.error p:first-child label span.required,
    #discovery-new-form .form-group.error p:first-child label span.required,
    #discoveryForm .form-group.error p:first-child label span.required {
      color: #fc7c1d; }
    .request_a_quoteFrom .form-group.error p:first-child label span.text-primary,
    #discovery-new-form .form-group.error p:first-child label span.text-primary,
    #discoveryForm .form-group.error p:first-child label span.text-primary {
      color: #ffcd30 !important; }
  .request_a_quoteFrom .form-group .project-list p label,
  #discovery-new-form .form-group .project-list p label,
  #discoveryForm .form-group .project-list p label {
    color: #ffffff !important;
    font-size: 14.5px !important; }
  .request_a_quoteFrom .form-group label,
  #discovery-new-form .form-group label,
  #discoveryForm .form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: 'Lato';
    font-weight: 400;
    color: #fff;
    font-size: 16px; }
    .request_a_quoteFrom .form-group label span,
    #discovery-new-form .form-group label span,
    #discoveryForm .form-group label span {
      color: red; }
      .request_a_quoteFrom .form-group label span.required,
      #discovery-new-form .form-group label span.required,
      #discoveryForm .form-group label span.required {
        color: #ff7f27;
        font-size: 24px;
        position: absolute;
        margin-left: 5px;
        margin-top: -4px; }
  .request_a_quoteFrom .form-group .field-holder,
  #discovery-new-form .form-group .field-holder,
  #discoveryForm .form-group .field-holder {
    position: relative;
    background: #ccc;
    border-radius: 6px; }
    .request_a_quoteFrom .form-group .field-holder .form-control,
    #discovery-new-form .form-group .field-holder .form-control,
    #discoveryForm .form-group .field-holder .form-control {
      background-color: #ccc !important; }
      .request_a_quoteFrom .form-group .field-holder .form-control.wpcf7-not-valid,
      #discovery-new-form .form-group .field-holder .form-control.wpcf7-not-valid,
      #discoveryForm .form-group .field-holder .form-control.wpcf7-not-valid {
        background-color: #ccc !important; }
    .request_a_quoteFrom .form-group .field-holder::before,
    #discovery-new-form .form-group .field-holder::before,
    #discoveryForm .form-group .field-holder::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      width: 0;
      height: 100%;
      background-color: #fbdf9d;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      z-index: 1;
      border-radius: 6px; }
    .request_a_quoteFrom .form-group .field-holder.is-hover::before,
    #discovery-new-form .form-group .field-holder.is-hover::before,
    #discoveryForm .form-group .field-holder.is-hover::before {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      width: 100%;
      left: 0; }
    .request_a_quoteFrom .form-group .field-holder.is-hover input[type=text],
    .request_a_quoteFrom .form-group .field-holder.is-hover input[type=email],
    .request_a_quoteFrom .form-group .field-holder.is-hover textarea,
    #discovery-new-form .form-group .field-holder.is-hover input[type=text],
    #discovery-new-form .form-group .field-holder.is-hover input[type=email],
    #discovery-new-form .form-group .field-holder.is-hover textarea,
    #discoveryForm .form-group .field-holder.is-hover input[type=text],
    #discoveryForm .form-group .field-holder.is-hover input[type=email],
    #discoveryForm .form-group .field-holder.is-hover textarea {
      position: relative;
      z-index: 2;
      background: transparent !important;
      /* border: 1px solid #fbdf9d; */ }
  .request_a_quoteFrom .form-group .form-control:focus,
  #discovery-new-form .form-group .form-control:focus,
  #discoveryForm .form-group .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffecb0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 205, 48, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(255, 205, 48, 0.25); }

.request_a_quoteFrom textarea.form-control,
#discovery-new-form textarea.form-control,
#discoveryForm textarea.form-control {
  height: 190px;
  max-height: 190px;
  overflow-y: auto; }
  .request_a_quoteFrom textarea.form-control.h-120,
  #discovery-new-form textarea.form-control.h-120,
  #discoveryForm textarea.form-control.h-120 {
    height: 120px !important;
    max-height: 120px !important; }

.request_a_quoteFrom .wpcf7-form-control-wrap.time_callback,
#discovery-new-form .wpcf7-form-control-wrap.time_callback,
#discoveryForm .wpcf7-form-control-wrap.time_callback {
  width: 100%;
  margin-right: 15px; }

.request_a_quoteFrom .chosen-select,
#discovery-new-form .chosen-select,
#discoveryForm .chosen-select {
  font-weight: bold;
  color: #000;
  background: #ccc; }

.request_a_quoteFrom .form-group-radio input[type=radio],
#discovery-new-form .form-group-radio input[type=radio],
#discoveryForm .form-group-radio input[type=radio] {
  display: none; }

.request_a_quoteFrom .form-group-radio label,
#discovery-new-form .form-group-radio label,
#discoveryForm .form-group-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  font-size: 13px;
  line-height: 24px; }
  .request_a_quoteFrom .form-group-radio label::before,
  #discovery-new-form .form-group-radio label::before,
  #discoveryForm .form-group-radio label::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background: url("../img/unselect-radio.png");
    border-radius: 8px; }

.request_a_quoteFrom input[type=radio]:checked + label:before,
#discovery-new-form input[type=radio]:checked + label:before,
#discoveryForm input[type=radio]:checked + label:before {
  background: url("../img/select-radio.png"); }

.request_a_quoteFrom .project-list,
#discovery-new-form .project-list,
#discoveryForm .project-list {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }
  .request_a_quoteFrom .project-list span.wpcf7-list-item,
  #discovery-new-form .project-list span.wpcf7-list-item,
  #discoveryForm .project-list span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    position: relative;
    min-width: 215px; }
    .request_a_quoteFrom .project-list span.wpcf7-list-item input[type="checkbox"],
    #discovery-new-form .project-list span.wpcf7-list-item input[type="checkbox"],
    #discoveryForm .project-list span.wpcf7-list-item input[type="checkbox"] {
      outline: none;
      content: none;
      border-radius: 3px;
      height: 20px;
      width: 20px; }
      .request_a_quoteFrom .project-list span.wpcf7-list-item input[type="checkbox"]::before,
      #discovery-new-form .project-list span.wpcf7-list-item input[type="checkbox"]::before,
      #discoveryForm .project-list span.wpcf7-list-item input[type="checkbox"]::before {
        content: "";
        font-size: 13px;
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #ffC019;
        text-align: center;
        background-color: black; }
    .request_a_quoteFrom .project-list span.wpcf7-list-item input[type="checkbox"]:checked::before,
    #discovery-new-form .project-list span.wpcf7-list-item input[type="checkbox"]:checked::before,
    #discoveryForm .project-list span.wpcf7-list-item input[type="checkbox"]:checked::before {
      background-image: url("../img/check.png");
      background-repeat: no-repeat;
      background-position: top 3px center;
      background-size: 15px 16px; }
    .request_a_quoteFrom .project-list span.wpcf7-list-item .wpcf7-list-item-label,
    #discovery-new-form .project-list span.wpcf7-list-item .wpcf7-list-item-label,
    #discoveryForm .project-list span.wpcf7-list-item .wpcf7-list-item-label {
      color: #ffffff;
      font-weight: 500;
      font-size: 14px;
      position: absolute;
      left: 30px;
      top: -1px; }
    @media only screen and (min-width: 769px) {
      .request_a_quoteFrom .project-list span.wpcf7-list-item:hover input[type="checkbox"]::before,
      #discovery-new-form .project-list span.wpcf7-list-item:hover input[type="checkbox"]::before,
      #discoveryForm .project-list span.wpcf7-list-item:hover input[type="checkbox"]::before {
        background-image: url("../img/check.png");
        background-repeat: no-repeat;
        background-position: top 3px center;
        background-size: 15px 16px; } }

.request_a_quoteFrom [type="submit"],
#discovery-new-form [type="submit"],
#discoveryForm [type="submit"] {
  border: none;
  border-radius: 50rem;
  display: block;
  padding: 13px 35px;
  background-color: #000;
  color: #ffcd30;
  text-transform: uppercase;
  min-width: 220px;
  font-size: 16px; }

.request_a_quoteFrom .ajax-loader,
#discovery-new-form .ajax-loader,
#discoveryForm .ajax-loader {
  position: absolute; }

.request_a_quoteFrom .wpcf7-not-valid-tip,
#discovery-new-form .wpcf7-not-valid-tip,
#discoveryForm .wpcf7-not-valid-tip {
  display: none; }

.discovery #discovery-new-form h4, .discovery #discovery-new-form .h4 {
  margin-bottom: 20px; }

.discovery #discovery-new-form .form-submit-btn {
  text-align: right; }
  .discovery #discovery-new-form .form-submit-btn [type="submit"] {
    padding: 0px; }

.discovery #discovery-new-form .form-control.error {
  background: #fbdf9d; }

.discovery #discovery-new-form label.error {
  display: none !important; }

.promote-list {
  max-width: 630px; }
  @media only screen and (min-width: 1024px) {
    .promote-list .checkbox-inline-style-1:nth-child(even) {
      float: right; } }
  @media only screen and (min-width: 769px) {
    .promote-list .checkbox-inline-style-1:hover input[type="checkbox"]::before {
      background-image: url("../img/check.png");
      background-repeat: no-repeat;
      background-position: top 3px center;
      background-size: 15px 16px; } }
  .promote-list .checkbox-inline-style-1 input[type="checkbox"] {
    outline: none;
    content: none;
    border-radius: 3px;
    height: 15px;
    width: 20px;
    margin-right: 8px; }
  .promote-list .checkbox-inline-style-1 input[type="checkbox"]::before {
    content: "";
    font-size: 13px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ffC019;
    text-align: center;
    background-color: #000; }
  .promote-list .checkbox-inline-style-1 input[type="checkbox"]:checked::before {
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: top 3px center;
    background-size: 15px 16px; }

.goals-list .checkbox-inline-style-2:hover input + span {
  background: -webkit-gradient(linear, left top, left bottom, from(#fde7a6), color-stop(47%, #ffc721), to(#d08729));
  background: linear-gradient(to bottom, #fde7a6 0%, #ffc721 47%, #d08729 100%); }

.discovery-step {
  position: relative; }
  .discovery-step table {
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    color: #cccccc; }
    .discovery-step table tbody tr > td {
      padding-top: 15px;
      padding-bottom: 15px; }
    .discovery-step table .radio-inline-style-1 {
      display: inline-block;
      cursor: pointer;
      vertical-align: middle;
      margin-right: 15px; }
      .discovery-step table .radio-inline-style-1 span {
        color: #fff; }
      .discovery-step table .radio-inline-style-1 input {
        display: none; }
      .discovery-step table .radio-inline-style-1 input:checked + i {
        background: -webkit-gradient(linear, left top, left bottom, from(#fde292), to(#ffbb15));
        background: linear-gradient(to bottom, #fde292 0%, #ffbb15 100%); }
      .discovery-step table .radio-inline-style-1 input + i {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        vertical-align: middle;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 2px #ffbb15, inset 0 0 0 3px black;
                box-shadow: 0 0 0 2px #ffbb15, inset 0 0 0 3px black; }
    .discovery-step table .checkbox-inline-style-1 {
      margin-top: 12px;
      margin-bottom: 10px;
      min-width: 280px;
      display: inline-block;
      cursor: pointer;
      vertical-align: middle; }
      .discovery-step table .checkbox-inline-style-1 span {
        color: #ffffff; }
      .discovery-step table .checkbox-inline-style-1 input:checked + i {
        background: url("../img/checkmark-yellow.png") center center no-repeat black; }
      .discovery-step table .checkbox-inline-style-1 input + i {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        vertical-align: middle;
        border: 2px solid #ffbb15;
        background: black; }
    .discovery-step table .checkbox-inline-style-2 {
      display: inline-block;
      cursor: pointer;
      vertical-align: top;
      margin-right: 15px;
      margin-top: 2px; }
      .discovery-step table .checkbox-inline-style-2 input {
        display: none; }
        .discovery-step table .checkbox-inline-style-2 input:checked + span {
          background: -webkit-gradient(linear, left top, left bottom, from(#fde7a6), color-stop(47%, #ffc721), to(#d08729));
          background: linear-gradient(to bottom, #fde7a6 0%, #ffc721 47%, #d08729 100%); }
        .discovery-step table .checkbox-inline-style-2 input + span {
          display: inline-block;
          padding: 10px 20px;
          border-radius: 30px;
          vertical-align: middle;
          background: #cccccc;
          color: black;
          font-size: 14px;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          margin-bottom: 15px; }
        .discovery-step table .checkbox-inline-style-2 input span {
          min-width: 160px;
          margin-bottom: 15px; }

@media only screen and (max-width: 768px) {
  .discovery-2 .table td {
    display: block;
    width: 100% !important; } }

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 15px; }

.sidenav {
  height: 100%;
  width: 750px;
  position: fixed;
  z-index: 999999999;
  top: 0;
  right: 0;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
  right: -755px;
  background-color: #111111;
  -webkit-box-shadow: 2px 8px 23px 3px #000000c7;
          box-shadow: 2px 8px 23px 3px #000000c7;
  background-image: url("../img/nav-bg-2.png"), url("../img/nav-bg-1.jpg");
  background-repeat: no-repeat;
  background-size: 50%, 100% 100%;
  background-position: bottom right, top; }
  .sidenav.form-submited:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8); }
  @media screen and (max-width: 767px) {
    .sidenav {
      width: 100%;
      right: -100%; } }
  .sidenav .title {
    font-size: 26px;
    color: #28A745;
    height: 100%;
    line-height: 55px;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .sidenav .title {
        line-height: normal;
        padding-right: 10px; } }
  .sidenav a {
    text-decoration: none;
    color: #ffcd30;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .sidenav .request_a_quoteFrom textarea.form-control {
    height: 150px; }

.scroll-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #0b0b0b; }

.scroll-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #1c1c1c;
  outline: 1px solid #1c1c1c; }

.sidenav a:hover,
.offcanvas a:focus {
  color: #ffcd30; }

.closebtn, .closebtn2 {
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 30px !important;
  font-weight: 200; }
  @media screen and (max-width: 767px) {
    .closebtn, .closebtn2 {
      right: 5px; } }

.overlay-background {
  background-color: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  opacity: 0.9;
  overflow: hidden;
  -webkit-transition: 1.5s;
  transition: 1.5s; }
  .overlay-background .container {
    max-width: 1362px; }
    .overlay-background .container img {
      padding: 15px; }

.header-opacity {
  opacity: 0.2 !important;
  display: none !important; }

.radio-inline-style-1 {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 0.5rem; }
  .radio-inline-style-1 span {
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    line-height: 1; }
  .radio-inline-style-1 input {
    display: none; }
    .radio-inline-style-1 input + i {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-right: 10px;
      vertical-align: middle;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 0 2px #ffbb15,
 inset 0 0 0 3px black;
              box-shadow: 0 0 0 2px #ffbb15,
 inset 0 0 0 3px black; }
    .radio-inline-style-1 input:checked + i {
      background: #fde292;
      background: -webkit-gradient(linear, left top, left bottom, from(#fde292), to(#ffbb15));
      background: linear-gradient(to bottom, #fde292 0%, #ffbb15 100%); }

.radio-column-style-1 {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 0.5rem; }
  .radio-column-style-1 input {
    display: none; }
    .radio-column-style-1 input + span {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 30px;
      vertical-align: middle;
      background: black;
      color: white;
      line-height: 1;
      font-size: 14px;
      border: 2px solid rgba(255, 205, 48, 0.1);
      min-width: 105px;
      text-align: center; }
    .radio-column-style-1 input:checked + span {
      border: 2px solid #ffbb15; }
  .radio-column-style-1:hover span {
    border: 2px solid #ffbb15; }

.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(202px, 1fr));
  grid-gap: 1px;
  grid-auto-rows: minmax(202px, auto);
  grid-auto-flow: dense;
  padding: 1px; }

.grid-item {
  padding: 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background-color: #ccc;
  border-radius: 10px; }

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2; }

.span-3 {
  grid-column-end: span 3;
  grid-row-end: span 4; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent; }

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent; }

.request_a_quoteFrom ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212529;
  opacity: 1; }

.request_a_quoteFrom ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212529;
  opacity: 1; }

.request_a_quoteFrom ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212529;
  opacity: 1; }

.request_a_quoteFrom ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212529;
  opacity: 1; }

.request_a_quoteFrom :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #212529; }

.request_a_quoteFrom ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #212529; }

#req-budget-slider.ui-slider,
#req-budget-slider2.ui-slider {
  position: relative;
  background: #ffffff;
  height: 38px;
  border-radius: 6px; }
  #req-budget-slider.ui-slider .ui-slider-handle,
  #req-budget-slider2.ui-slider .ui-slider-handle {
    position: absolute;
    top: -3px;
    width: 22px !important;
    height: 45px !important;
    margin-left: -10px;
    background: #aaaaaa !important;
    border: 1px solid #ffffff !important;
    border-radius: 5px !important; }
  #req-budget-slider.ui-slider .ui-slider-range.ui-widget-header,
  #req-budget-slider2.ui-slider .ui-slider-range.ui-widget-header {
    border: 0;
    height: 100%;
    border-radius: 6px;
    background: #fde292;
    background: -webkit-gradient(linear, left top, left bottom, from(#fde292), to(#e0911a));
    background: linear-gradient(to bottom, #fde292 0%, #e0911a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde292', endColorstr='#e0911a', GradientType=0); }
  #req-budget-slider.ui-slider .ui-slider-handle.ui-state-default.ui-corner-all,
  #req-budget-slider.ui-slider .ui-slider-handle.ui-state-default.ui-corner-all:hover,
  #req-budget-slider2.ui-slider .ui-slider-handle.ui-state-default.ui-corner-all,
  #req-budget-slider2.ui-slider .ui-slider-handle.ui-state-default.ui-corner-all:hover {
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
    height: 40px;
    margin-top: -1px;
    width: 20px; }

.budget-slider.error p:first-child label {
  color: #fc7c1d !important; }
  .budget-slider.error p:first-child label span {
    color: #fc7c1d !important; }

.budget-slider.error #req-budget-slider.ui-slider .ui-slider-range.ui-widget-header,
.budget-slider.error #req-budget-slider2.ui-slider .ui-slider-range.ui-widget-header {
  background: #ff7f27 !important; }

/*NoUiSlider CSS Start*/
.noUi-horizontal .noUi-handle {
  top: 0px !important;
  height: 38px !important;
  background: #aaaaaa !important;
  border: 1px solid #ffffff !important;
  cursor: pointer; }

.noUi-handle:before, .noUi-handle::after {
  top: 11px !important;
  background: #000000 !important; }

.budget-slider .field-holder {
  display: none;
  visibility: hidden; }

.noUi-connect {
  background: -webkit-gradient(linear, left top, left bottom, from(#fde292), to(#e0911a)) !important;
  background: linear-gradient(to bottom, #fde292 0%, #e0911a 100%) !important;
  /* Default color for selected range */ }

#req-budget-slider.ui-slider,
#req-budget-slider2.ui-slider {
  background: #cccccc !important;
  /* Default color for unselected range */
  border: 0 !important; }

.noUi-target {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/*NoUiSlider End*/
.project-list {
  margin-bottom: 8px; }

.project-list div.project-type-list {
  width: 50%; }

@media (max-width: 768px) {
  .project-list div.project-type-list {
    width: 100%; } }

.math-chaptcha-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .math-chaptcha-input-group .math-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 130px;
    background: #cccacc;
    padding: 0px 10px;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .math-chaptcha-input-group .math-input-group .wpcf7-form-control-wrap {
      width: 25px;
      display: inline-block; }
    .math-chaptcha-input-group .math-input-group input {
      display: inline-block;
      width: auto;
      background: transparent;
      border: 0;
      font-size: 24px;
      font-weight: 900;
      color: #040204; }
    .math-chaptcha-input-group .math-input-group .add-opr {
      margin: 0 10px;
      color: #404040;
      font-size: 20px;
      font-weight: 600; }
  .math-chaptcha-input-group .eq-opr {
    margin: 0 15px; }
  .math-chaptcha-input-group .final-value {
    width: 100%; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.side-form, .it-support, .billing-support {
  max-width: 500px;
  margin: auto;
  padding: 10px; }

.request_a_quoteFrom {
  /* Hide the browser's default checkbox */
  /* eikane issue */ }
  .request_a_quoteFrom .row.row-gap {
    margin-left: -35px;
    margin-right: -35px; }
    @media screen and (max-width: 991px) {
      .request_a_quoteFrom .row.row-gap {
        margin-left: -15px;
        margin-right: -15px; } }
  .request_a_quoteFrom .col-md-6.col-gap {
    padding-left: 35px;
    padding-right: 35px; }
    @media screen and (max-width: 991px) {
      .request_a_quoteFrom .col-md-6.col-gap {
        padding-left: 15px;
        padding-right: 15px; } }
  .request_a_quoteFrom .project-label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 15px !important;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    min-width: 225px; }
  .request_a_quoteFrom .project-label input {
    position: absolute;
    content: "";
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .request_a_quoteFrom .checkmark {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: url("../img/checkbox.png");
    background-position: 0 0;
    background-repeat: no-repeat; }
  .request_a_quoteFrom .project-label:hover input ~ .checkmark {
    background-color: #000; }
  .request_a_quoteFrom .project-label input:checked ~ .checkmark {
    background-color: #000; }
  .request_a_quoteFrom .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .request_a_quoteFrom .project-label input:checked ~ .checkmark:after {
    display: block; }
  .request_a_quoteFrom .project-label .checkmark:after,
  .request_a_quoteFrom .project-label:hover .checkmark:after {
    height: 20px;
    width: 20px;
    background: url("../img/checkbox.png");
    background-position: -22px 0;
    background-repeat: no-repeat; }
  .request_a_quoteFrom select:focus,
  .request_a_quoteFrom textarea:focus,
  .request_a_quoteFrom input[type="text"]:focus,
  .request_a_quoteFrom input[type="datetime"]:focus,
  .request_a_quoteFrom input[type="number"]:focus,
  .request_a_quoteFrom input[type="email"]:focus,
  .request_a_quoteFrom input[type="search"]:focus,
  .request_a_quoteFrom input[type="tel"]:focus {
    outline: 0; }
  .request_a_quoteFrom .project-list {
    /* padding: 5px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .request_a_quoteFrom .project-list .project-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  @media (min-width: 768px) {
    .request_a_quoteFrom .project-label:hover .checkmark:after {
      display: block; } }
  .request_a_quoteFrom .mb-20 {
    margin-bottom: 20px; }
  .request_a_quoteFrom .column-count-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }

/* Success Icon Style */
.wpcf7-spinner + .success i {
  color: green;
  font-size: 0;
  position: absolute;
  left: 25px;
  top: 15px;
  background-image: url("../img/success-icon.png");
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain; }

/* Error Icon Style */
.wpcf7-spinner + .error i {
  font-size: 0;
  position: absolute;
  left: 25px;
  top: 15px;
  background-image: url("../img/error-icon.png");
  height: 25px;
  width: 29px;
  background-repeat: no-repeat;
  background-size: contain; }

/* Common Styling for Feedback Icons */
.wpcf7-spinner + span i {
  display: inline-block;
  vertical-align: middle; }

#video-preloader {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(../../../videos/video_preloader.gif);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat; }

.video-control-box {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 50px;
  z-index: 115;
  display: none; }
  .video-control-box button {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border: 0;
    outline: 0;
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent; }

#btn-play {
  background-image: url("../img/v-play.png"); }

#btn-mute {
  background-image: url("../img/sound.png"); }

#btn-close {
  background-image: url("../img/btn-close.png"); }

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 165px;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #000000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(0deg, #000000 30%, rgba(0, 0, 0, 0) 100%); }

#introVideo {
  display: none; }

.introVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.intro-v7,
.intro-v7 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.border-line {
  height: 1px;
  width: 100%;
  background: #000000;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(49%, #363636), to(#000000));
  background: linear-gradient(to right, #000000 0%, #363636 49%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1); }

.intro-bg-animation {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat; }

.intro-v7 .intro-inner-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative; }

.intro-left-box {
  /* float: left; */
  width: 50%;
  padding: 100px 0 30px;
  padding-right: 150px;
  color: #cccccc;
  position: relative;
  z-index: 20; }

.intro-left-box img {
  max-width: 100%;
  height: auto; }

.intro-left-box p {
  margin-bottom: 20px; }

.b-quote-link {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.playBut {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 20px;
  margin-right: -50px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.circle {
  stroke: #fff;
  stroke-dasharray: 650;
  stroke-dashoffset: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* animation: nudge 2s ease-in-out;
    animation-iteration-count: infinite; */ }

.playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  -webkit-animation: nudge 20s infinite ease-in-out;
          animation: nudge 20s infinite ease-in-out;
  /* animation-name: nudge;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: forwards; */ }

.playBut:hover .triangle {
  stroke: #f8aa28; }

.playBut:hover .circle {
  stroke: #f8aa28; }

@-webkit-keyframes nudge {
  0% {
    stroke-dashoffset: 480; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes nudge {
  0% {
    stroke-dashoffset: 480; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }

/* End Banner Text Glow */
.blink {
  -webkit-animation: blink 5s linear infinite;
          animation: blink 5s linear infinite; }

@keyframes blink {
  0%,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.intro-v7.new-home-intro-banner {
  min-height: 550px; }

#btn-close {
  display: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  max-width: 35px;
  max-height: 35px;
  margin-left: 2px; }

.logo-ani-box {
  width: 720px;
  position: relative;
  margin: 0 auto;
  padding-top: 120px; }

#intro-logo2 {
  margin-top: 25px;
  max-width: 490px;
  margin-left: 13px; }

#intro-logo3 {
  max-height: 100%;
  max-width: unset;
  margin: 0 auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

@media (max-width: 768px) {
  #intro-logo3 {
    max-height: 180px; } }

.intro-bg-animation {
  width: 100%;
  background-size: contain; }

.banner-preloader {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-position: center center;
  /* background-size: contain; */
  background-repeat: no-repeat;
  /* background-color: #030303; */ }

.new-intro-gif-holder {
  position: relative;
  margin: 30px auto;
  text-align: center;
  /* padding-top: 60px; */ }

@media (max-width: 991px) {
  .intro-v7.new-home-intro-banner {
    min-height: 418px; }
  .new-intro-gif-holder {
    margin: 0 auto; } }

@media (max-width: 768px) {
  .logo-ani-box {
    width: 100%;
    padding-top: 30px; }
  .logo-ani-box > div {
    max-width: 280px;
    margin: 0 auto; }
  #intro-logo2 {
    max-width: 250px; }
  .intro-v7 {
    padding-top: 20px;
    min-height: 550px; }
  .intro-bg-animation {
    padding-top: 0;
    padding-bottom: 10px; }
  .banner-preloader {
    height: 90%;
    background-size: 80px; }
  .intro-v7 .intro-inner-box {
    position: absolute;
    width: 100%;
    z-index: 15;
    top: 30px; }
  .intro-bg-animation {
    /* position: absolute; */ } }

@media (max-width: 575px) {
  .intro-v7.new-home-intro-banner {
    min-height: 218px; }
  #instaVideo {
    width: 128% !important; } }

.elementor-play-btn {
  position: absolute; }

.elementor-play-btn .elementor-widget-container a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.elementor-play-btn .elementor-widget-container a:after {
  content: "";
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: -45px;
  left: -45px;
  right: -45px;
  bottom: -45px;
  opacity: 0;
  -webkit-animation: play-video-animation 3s 0.16s linear infinite;
          animation: play-video-animation 3s 0.16s linear infinite; }

.elementor-play-btn .elementor-widget-container a:before {
  content: "";
  position: absolute;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  -webkit-animation: play-video-animation 3s 0.48s linear infinite;
          animation: play-video-animation 3s 0.48s linear infinite; }

.elementor-play-btn .elementor-widget-container img {
  z-index: 9; }

.btn-play-11 {
  width: 65px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  left: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
  background-image: url("../../../../uploads/2023/07/play-button.svg"); }
  .btn-play-11::before {
    content: "";
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: 50%;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-animation: play-video-animation 3s 0.48s linear infinite;
            animation: play-video-animation 3s 0.48s linear infinite; }
  .btn-play-11::after {
    content: "";
    position: absolute;
    border: 2px solid #ffffff;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    opacity: 0;
    -webkit-animation: play-video-animation 3s 0.16s linear infinite;
            animation: play-video-animation 3s 0.16s linear infinite; }

.elementor-popup-modal .elementor {
  overflow-y: auto; }

.dialog-prevent-scroll {
  overflow: hidden;
  max-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%; }

.toggle-remove .elementor-menu-toggle {
  display: none; }

.toggle-remove .elementor-nav-menu--main {
  display: block !important; }

.toggle-remove nav ul li {
  border-bottom: 1px solid #333; }

.mobile-nav .elementor-menu-toggle {
  display: none; }

.mobile-nav .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  max-height: 100vh; }

.mobile-nav nav ul li {
  background: #111;
  cursor: pointer;
  border-top: 1px solid #333; }
  .mobile-nav nav ul li:nth-last-child(1) {
    border-bottom: 1px solid #333; }
  .mobile-nav nav ul li a {
    color: #ffffff;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px 14px; }
    .mobile-nav nav ul li a:hover {
      padding: 12px 20px 14px; }
  .mobile-nav nav ul li .elementor-item-active {
    background-color: transparent !important; }

.aboutus-submenu-mbl .dialog-close-button {
  display: block;
  width: 100%;
  top: 50px !important;
  left: 0;
  height: 48px;
  border-bottom: 1px solid #333;
  background-color: #111111 !important; }

.aboutus-submenu-mbl .elementor-icon-list-item > a {
  width: 100%; }

.aboutus-submenu-mbl .title-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #d89508), color-stop(80%, #fcdc3c));
  background: linear-gradient(to right, #d89508 40%, #fcdc3c 80%); }
  .aboutus-submenu-mbl .title-page .elementor-widget-wrap {
    padding: 0px !important; }
  .aboutus-submenu-mbl .title-page a {
    width: 100%;
    padding: 15px 20px 18px; }
    .aboutus-submenu-mbl .title-page a span {
      font-size: 16px;
      font-weight: 600;
      font-family: 'Lato'; }

.aboutus-submenu-mbl .eicon-close::before {
  content: "Back";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Lato';
  color: #ffcd30 !important;
  background-image: url("../img/back-icon.png");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: left 18px center;
  height: 100%;
  padding-left: 40px;
  padding-top: 14px; }

.mbl-submenu-body {
  margin-top: 105px; }

.left-arrow .nav-link::after {
  background-image: url("../img/back-icon.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: top 18px right 10px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  content: '';
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  opacity: 1 !important; }

.elementskit-submenu-indicator {
  font-size: 8px !important; }

@media only screen and (max-width: 991px) {
  .inner-page-menu .home-inner-menu::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #525252;
    top: 0;
    right: 0; } }

.inner-page-menu .eicon-menu-bar {
  color: #009924; }

.inner-page-menu .elementor-nav-menu--dropdown {
  position: absolute;
  top: 51px;
  z-index: 2;
  min-width: 200px; }
  .inner-page-menu .elementor-nav-menu--dropdown ul {
    border: 1px solid #525252;
    background-color: black; }
    .inner-page-menu .elementor-nav-menu--dropdown ul .elementor-item-active, .inner-page-menu .elementor-nav-menu--dropdown ul .elementor-item:focus {
      color: #ffcd30 !important; }
    .inner-page-menu .elementor-nav-menu--dropdown ul a {
      color: #ffffff;
      font-weight: 400 !important; }

.team-member-image {
  max-width: 200px;
  min-height: 220px !important;
  margin: auto; }

/*================================
      Common Parts for Project
  ================================*/
.insta-button > .elementor-widget-container > .elementor-button-wrapper, .rotating-border {
  --border-radius: 2rem;
  --border-size: 4px;
  /* background-image: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%); */
  --border-bg: conic-gradient(#999999, #525252,#757575,#999999,#3d3d3d, #999999);
  --padding: 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: calc(var(--padding) + var(--border-size));
  border-radius: var(--border-radius);
  display: inline-block; }
  .insta-button > .elementor-widget-container > .elementor-button-wrapper::before, .rotating-border::before {
    content: '';
    display: block;
    background: var(--border-bg);
    width: calc(100% * 1.414);
    padding-bottom: calc(100% * 1.414);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -2;
    -webkit-animation: none !important;
            animation: none !important; }
  .insta-button > .elementor-widget-container > .elementor-button-wrapper::after, .rotating-border::after {
    content: '';
    position: absolute;
    inset: var(--border-size);
    background: black;
    z-index: -1;
    border-radius: calc(var(--border-radius) - var(--border-size)); }
  .insta-button > .elementor-widget-container > .elementor-button-wrapper:hover, .rotating-border:hover {
    --border-bg: conic-gradient(#828282, #3a3a3a,#555555,#555555,#3a3a3a, #828282); }
    .insta-button > .elementor-widget-container > .elementor-button-wrapper:hover::before, .rotating-border:hover::before {
      -webkit-animation: buttonSpin 1s linear 1 !important;
              animation: buttonSpin 1s linear 1 !important; }

.insta-button.no-spin > .elementor-widget-container > .elementor-button-wrapper:hover {
  --border-bg: conic-gradient(#828282, #3a3a3a,#555555,#555555,#3a3a3a, #828282); }
  .insta-button.no-spin > .elementor-widget-container > .elementor-button-wrapper:hover::before {
    -webkit-animation: buttonSpin 0s linear 1 !important;
            animation: buttonSpin 0s linear 1 !important; }

.animation-box:hover .insta-button > .elementor-widget-container > .elementor-button-wrapper, .animation-box:hover .rotating-border {
  --border-bg: conic-gradient(#828282, #3a3a3a,#555555,#555555,#3a3a3a, #828282); }
  .animation-box:hover .insta-button > .elementor-widget-container > .elementor-button-wrapper::before, .animation-box:hover .rotating-border::before {
    -webkit-animation: buttonSpin 1s linear 1;
            animation: buttonSpin 1s linear 1; }

.animation-box:hover .insta-button i, .animation-box:hover .animation-btn i {
  -webkit-animation-name: slideArrowRight;
          animation-name: slideArrowRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.animation-box:hover .insta-button.no-spin i {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }

.rotating-border--reverse::before {
  animation-direction: reverse; }

@-webkit-keyframes buttonSpin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes buttonSpin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

/* background-image: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%); */
.insta-button > .elementor-widget-container > .elementor-button-wrapper > a, .animation-btn {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  padding-left: 42px;
  padding-right: 35px;
  margin-right: 10px;
  background-color: black;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 1.6rem;
  border: 0;
  cursor: pointer;
  letter-spacing: 2px;
  min-width: 220px;
  position: relative; }
  @media only screen and (max-width: 330px) {
    .insta-button > .elementor-widget-container > .elementor-button-wrapper > a, .animation-btn {
      padding-left: 20px;
      padding-right: 25px;
      min-width: 160px; } }

.insta-button > .elementor-widget-container > .elementor-button-wrapper > a .elementor-button-text {
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 500; }

.animation-btn {
  letter-spacing: 2px; }
  .animation-btn span {
    margin-right: 10px;
    color: #ffcd30;
    text-transform: uppercase;
    font-weight: 500; }

.insta-button i, .animation-btn i {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  background-image: url(../img/right-arrow-green.png);
  background-position: top -3px center;
  background-repeat: no-repeat;
  width: 20px;
  background-size: 100%;
  height: 20px;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.animation-btn i {
  background-position: top 0px center !important; }

.insta-button i {
  position: absolute;
  margin-left: 10px; }

.animation-btn:hover {
  /* right: 68px;
        cursor: pointer;
        color: #000000;
        -webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
        -o-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
        transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out; */ }

.insta-button:hover i, .animation-btn:hover i {
  -webkit-animation-name: slideArrowRight;
          animation-name: slideArrowRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

@-webkit-keyframes slideArrowRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); } }

@keyframes slideArrowRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); } }

.btn-pricing {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  border: 1px solid #009924;
  color: #009924 !important;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  min-width: 130px;
  text-align: center; }
  .btn-pricing:hover {
    background-color: #009924;
    color: #fff !important; }

.btn-pricing.btn-pricing-blink:before,
.leave-msg-btn.btn-pricing-blink:before {
  content: "";
  width: 10px;
  height: 60px;
  display: block;
  position: absolute;
  left: -20px;
  top: -10px;
  -webkit-transition: 2s;
  transition: 2s;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(252, 252, 252, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(252, 252, 252, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=1 );
  -webkit-animation: moveright 0.5s ease-in-out 0.5s infinite;
          animation: moveright 0.5s ease-in-out 0.5s infinite; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes moveright {
  from {
    left: -20px; }
  to {
    left: 110%; } }

/* Standard syntax */
@keyframes moveright {
  from {
    left: -20px; }
  to {
    left: 110%; } }

.leave-msg-btn {
  position: fixed;
  z-index: 102;
  right: 15px;
  bottom: 0;
  height: 40px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #009924;
  border-bottom: 0;
  background: #000;
  font-size: 14px;
  font-weight: 700;
  color: #009924 !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  width: 130px;
  display: grid !important;
  place-content: center;
  text-decoration: none; }
  .leave-msg-btn:hover {
    color: #fff !important;
    background: #009924; }

.discover-onload-bg {
  background: #009924;
  color: #fff !important;
  font-weight: 500; }

.engage-btn {
  background: #009924;
  color: #fff !important;
  font-weight: 500; }

.hide-btn {
  opacity: 0; }

.archive.tax-portfolio_categories .elementor-widget-posts {
  text-align: center; }

.archive .ecs-load-more-button {
  margin-top: 60px !important;
  --border-radius: 2rem;
  --border-size: 4px;
  --border-bg: conic-gradient(#999999, #525252,#757575,#999999,#3d3d3d, #999999);
  --padding: 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: calc(var(--padding) + var(--border-size));
  border-radius: var(--border-radius);
  display: inline-block; }
  .archive .ecs-load-more-button:hover {
    --border-bg: conic-gradient(#828282, #3a3a3a,#555555,#555555,#3a3a3a, #828282); }
    .archive .ecs-load-more-button:hover::before {
      -webkit-animation: spin 1s linear 1;
              animation: spin 1s linear 1; }
  .archive .ecs-load-more-button::before {
    content: '';
    display: block;
    background: var(--border-bg);
    width: calc(100% * 1.41421356237);
    padding-bottom: calc(100% * 1.41421356237);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: -2;
    -webkit-animation: none;
            animation: none; }
  .archive .ecs-load-more-button a {
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 45px;
    padding-left: 42px;
    padding-right: 45px;
    background-color: black;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    border-radius: 1.6rem;
    border: 0;
    cursor: pointer;
    min-width: 220px;
    margin: 0 !important; }
    .archive .ecs-load-more-button a span {
      color: #ffcd30; }

.tax-learn-more .ekit-btn-wraper a {
  background-image: linear-gradient(-10deg, #fde7a6 0%, #fed663 20%, #ffca27 40%, #fdb514 60%, #e69b23 80%, #cd852a 100%);
  border: 2px solid; }

.ins-we-do-area {
  background-color: #000000;
  background-image: url(../img/hex-bg-one.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  position: relative; }
  @media only screen and (min-width: 1200px) {
    .ins-we-do-area {
      padding-bottom: 100px;
      height: 1050px; } }
  @media only screen and (max-width: 960px) {
    .ins-we-do-area {
      min-height: 100%;
      height: auto;
      margin: 0 auto;
      background-image: none; } }
  .ins-we-do-area .js-we-do {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    max-width: 95%;
    padding-top: 80px; }
    @media only screen and (max-width: 768px) {
      .ins-we-do-area .js-we-do {
        padding-top: 0; } }
    .ins-we-do-area .js-we-do .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
  .ins-we-do-area .swiper-container-pointer-events {
    -ms-touch-action: pan-y;
        touch-action: pan-y; }
  .ins-we-do-area .swiper-slide {
    cursor: pointer; }
  .ins-we-do-area .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.3; }
    .ins-we-do-area .swiper-slide a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .ins-we-do-area .swiper-slide:hover {
      opacity: 1; }
      .ins-we-do-area .swiper-slide:hover .ins-single-we-do .ins-single-we-do-content::before {
        width: 100%;
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
    .ins-we-do-area .swiper-slide.swiper-slide-active {
      -webkit-transform: scale(1.4, 1);
              transform: scale(1.4, 1);
      position: relative;
      z-index: 2;
      opacity: 1;
      overflow: visible;
      margin-left: 10px;
      margin-right: 5px; }
      @media only screen and (max-width: 768px) {
        .ins-we-do-area .swiper-slide.swiper-slide-active {
          -webkit-transform: scale(1.3, 1);
                  transform: scale(1.3, 1); } }
      .ins-we-do-area .swiper-slide.swiper-slide-active:hover .ins-single-we-do .ins-single-we-do-content::before {
        width: 0;
        content: none; }
      .ins-we-do-area .swiper-slide.swiper-slide-active .ins-single-we-do {
        opacity: 1;
        -webkit-transform: rotateY(45deg);
        transform: rotateY(45deg);
        width: 140%;
        padding: 0 9.5%; }
        @media only screen and (max-width: 768px) {
          .ins-we-do-area .swiper-slide.swiper-slide-active .ins-single-we-do {
            width: 100%;
            padding: 0; } }
        .ins-we-do-area .swiper-slide.swiper-slide-active .ins-single-we-do .btnborder-img .animation-btn i {
          display: block; }
      .ins-we-do-area .swiper-slide.swiper-slide-active .ins-we-do-box {
        position: relative;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1.4);
        transform: scale(1.4); }
        @media only screen and (max-width: 768px) {
          .ins-we-do-area .swiper-slide.swiper-slide-active .ins-we-do-box {
            -webkit-transform: scale(1);
            transform: scale(1); } }
        .ins-we-do-area .swiper-slide.swiper-slide-active .ins-we-do-box a.ins-video-popup {
          width: 60px;
          height: 60px;
          display: block;
          position: absolute;
          top: 30%;
          left: 50%;
          z-index: 2;
          -webkit-transform: translate(-50%, 0%);
                  transform: translate(-50%, 0%);
          cursor: pointer;
          visibility: visible; }
      .ins-we-do-area .swiper-slide.swiper-slide-active .ins-single-we-do-content {
        margin-top: 85px;
        bottom: auto;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .ins-we-do-area .swiper-slide.swiper-slide-active .ins-single-we-do-content {
            margin-top: 30px; } }
        .ins-we-do-area .swiper-slide.swiper-slide-active .ins-single-we-do-content .btnborder-img {
          visibility: visible; }
          .ins-we-do-area .swiper-slide.swiper-slide-active .ins-single-we-do-content .btnborder-img .animation-btn {
            font-size: 14px; }
      .ins-we-do-area .swiper-slide.swiper-slide-active h3, .ins-we-do-area .swiper-slide.swiper-slide-active .h3 {
        font-size: 24px; }
        @media only screen and (max-width: 768px) {
          .ins-we-do-area .swiper-slide.swiper-slide-active h3, .ins-we-do-area .swiper-slide.swiper-slide-active .h3 {
            font-size: 20px;
            font-weight: 100;
            letter-spacing: 1px; } }
      .ins-we-do-area .swiper-slide.swiper-slide-active p, .ins-we-do-area .swiper-slide.swiper-slide-active a {
        opacity: 1;
        visibility: visible;
        font-weight: 400; }

@-webkit-keyframes play-video-animation {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 0.5; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes play-video-animation {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 0.5; }
  90% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

.ins-single-we-do .ins-we-do-box {
  position: relative;
  visibility: hidden;
  opacity: 0;
  min-height: 205px; }
  .ins-single-we-do .ins-we-do-box a.ins-video-popup {
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    visibility: hidden; }
    .ins-single-we-do .ins-we-do-box a.ins-video-popup .video-play-btn {
      --pwd: var(--wave-diameter, 120px);
      --pwb: var(--wave-thickness, 3px);
      --pwt: var(--wave-duration, 2s);
      position: relative;
      top: 0;
      left: 0;
      /*         .video-play-icon {
          &:before,
          &:after {
            content: "";
            position: absolute;
            border: 1px solid #d9d9d9;
            border-radius: 50%;
          }
          &:before {
            top: -5px;
            left: -5px;
            right: -5px;
            bottom: -5px;
            animation: play-video-animation 3s 0.11s linear infinite;
          }

          &:after {
            top: -15px;
            left: -15px;
            right: -15px;
            bottom: -15px;
            animation: play-video-animation 3s 0.14s linear infinite;
          }
        } */
      /* &:after {
          content: "";
          position: absolute;
          border: 1px solid #d9d9d9;
          border-radius: 50%;
          top: -20px;
          left: -20px;
          right: -20px;
          bottom: -20px;
          opacity: 0;
          animation: play-video-animation 3s 0.16s linear infinite;
        } */ }
      .ins-single-we-do .ins-we-do-box a.ins-video-popup .video-play-btn .video-play-btn:before, .ins-single-we-do .ins-we-do-box a.ins-video-popup .video-play-btn .video-play-btn:after {
        content: "";
        display: block;
        position: absolute;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        -webkit-animation: var(--pwt) linear infinite progresswave;
                animation: var(--pwt) linear infinite progresswave; }
      .ins-single-we-do .ins-we-do-box a.ins-video-popup .video-play-btn .video-play-btn:after {
        -webkit-animation-delay: calc(var(--pwt) / 2);
                animation-delay: calc(var(--pwt) / 2); }

@-webkit-keyframes progresswave {
  from {
    border: var(--pwb) white solid;
    width: calc(var(--pwb) * 2);
    height: calc(var(--pwb) * 2);
    border-radius: calc(var(--pwb) * 2); }
  to {
    border: var(--pwb) rgba(255, 255, 255, 0.3) solid;
    width: var(--pwd);
    height: var(--pwd);
    border-radius: var(--pwd); } }

@keyframes progresswave {
  from {
    border: var(--pwb) white solid;
    width: calc(var(--pwb) * 2);
    height: calc(var(--pwb) * 2);
    border-radius: calc(var(--pwb) * 2); }
  to {
    border: var(--pwb) rgba(255, 255, 255, 0.3) solid;
    width: var(--pwd);
    height: var(--pwd);
    border-radius: var(--pwd); } }
      .ins-single-we-do .ins-we-do-box a.ins-video-popup .video-play-btn img {
        position: relative; }
        @media screen and (max-width: 575px) {
          .ins-single-we-do .ins-we-do-box a.ins-video-popup .video-play-btn img {
            -webkit-transform: scale(0.9, 0.82);
                    transform: scale(0.9, 0.82); } }
  .ins-single-we-do .ins-we-do-box span.ins-laptop-poster {
    overflow: hidden; }
  .ins-single-we-do .ins-we-do-box span.ins-laptop-poster {
    position: absolute;
    left: 14%;
    right: 14%;
    top: 4%;
    display: block;
    height: 78% !important; }
    .ins-single-we-do .ins-we-do-box span.ins-laptop-poster img {
      width: 100%;
      height: 100% !important; }

.ins-single-we-do-content {
  margin-top: 0;
  position: relative;
  cursor: pointer;
  bottom: 105px; }
  .ins-single-we-do-content::before {
    position: absolute;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    content: "";
    height: 2px;
    background-color: #ffbb15;
    width: 100%;
    right: 0;
    left: 0;
    top: -13%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center; }
  .ins-single-we-do-content h3, .ins-single-we-do-content .h3 {
    font-size: 16px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 55px; }
  .ins-single-we-do-content p {
    color: #cccccc;
    font-size: 17px;
    margin-bottom: 45px;
    visibility: hidden;
    opacity: 0;
    font-weight: 400;
    overflow: hidden; }
  .ins-single-we-do-content .btnborder-img {
    visibility: hidden; }
    .ins-single-we-do-content .btnborder-img .animation-btn i {
      display: none; }

.ins-wedo-hr-line {
  position: absolute;
  width: 95%;
  background-color: #1c1c1c;
  height: 2px;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media only screen and (max-width: 768px) {
    .ins-wedo-hr-line {
      display: none; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.rating-mark-wrapper {
  cursor: pointer;
  text-align: center; }

.site-rating {
  max-width: 375px;
  margin: 0 auto; }

.site-rating label {
  cursor: pointer; }

.site-rating label input {
  display: none; }

.site-rating label input + i {
  display: block;
  height: 62px;
  width: 65px;
  background: url("../img/review/star-blank.png") center center no-repeat;
  -webkit-transition: 0.35s;
  transition: 0.35s; }

.site-rating label input:checked + i {
  background: url("../img/review/star-full.png") center center no-repeat; }

.site-rating label:hover input + i, .site-rating label.star-hover input + i, .site-rating label.selected input + i {
  background: url("../img/review/star-full.png") center center no-repeat; }

.rating-blank {
  height: 62px;
  background: url("../img/review/star-blank.png") left top repeat-x; }

.rating-blank .rating-full {
  display: block;
  width: 0%;
  height: 62px;
  text-align: left;
  background: url("../img/review/star-full.png") left top repeat-x;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.rating-in-modal {
  position: relative;
  max-width: 250px;
  margin: 0 auto 20px;
  height: 50px;
  background: url("../img/review/star-blank.png") left top repeat-x;
  background-size: 50px; }

.rating-in-modal .rating-inner-modal {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 100%;
  background: url("../img/review/star-full.png") left top repeat-x;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-size: 50px; }

#reviewModal .modal-content {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#0b0b0c));
  background: linear-gradient(to bottom, black 0%, #0b0b0c 100%);
  border: 1px solid #1c1c1c; }

#reviewModal #quoteFrom {
  max-width: 480px;
  padding: 10px; }

#reviewModal .modal-dialog {
  max-width: 580px; }

#reviewModal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../img/btn-close.png") center center no-repeat;
  padding: 20px;
  z-index: 100; }

.review-platform-wrap .review-platform-item {
  position: relative;
  padding: 1px;
  border-radius: 15px;
  margin-bottom: 20px;
  background: #9a9a9a;
  background: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(black));
  background: linear-gradient(to bottom, #9a9a9a 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9a9a', endColorstr='#000000',GradientType=0 ); }
  .review-platform-wrap .review-platform-item > div {
    position: relative;
    padding: 15px;
    min-height: 90px;
    border-radius: 15px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }
    .review-platform-wrap .review-platform-item > div:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 80%;
      border-bottom-left-radius: 90%;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(rgba(0, 0, 0, 0.25)));
      background: linear-gradient(to bottom, #4b4b4b 0%, rgba(0, 0, 0, 0.25) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#40000000',GradientType=0 ); }

.review-platform-wrap.platform-google .review-platform-item {
  max-width: 200px;
  margin: 0 auto 30px; }
  .review-platform-wrap.platform-google .review-platform-item > div {
    min-height: 125px; }

.review-platform-wrap:hover .review-platform-item > div:after {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0%; }

.review-platform-list .review-platform-wrap {
  width: 30%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top; }

.content-for-5-star {
  padding: 10px 10px 30px; }

.t-mark-blank {
  width: 112px;
  height: 20px;
  background: url("../img/review/star-blank.png") left top/22px 17px repeat-x; }
  .t-mark-blank .t-mark-full {
    display: block;
    width: 100%;
    height: 20px;
    text-align: left;
    background: url("../img/review/star-full.png") left top/22px 17px repeat-x; }

.testimonial-customized-slider .swiper-slide-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

.testimonial-customized-slider .elementor-slide-heading {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 1; }

.testimonial-customized-slider .elementor-button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  z-index: 2;
  bottom: -55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.testimonial-customized-slider .swiper-slide {
  overflow: visible; }

.testimonial-customized-slider .elementor-main-swiper {
  overflow: visible; }

.testimonial-customized-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -40%; }

.testimonial-customized-slider .elementor-slide-description {
  position: relative; }
  .testimonial-customized-slider .elementor-slide-description::before {
    content: '';
    position: absolute;
    top: -70px;
    left: -50px;
    width: 78px;
    height: 62px;
    background-image: url(../img/quote.png);
    background-size: auto;
    background-repeat: no-repeat; }
  .testimonial-customized-slider .elementor-slide-description::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -50px;
    width: 78px;
    height: 62px;
    background-image: url(../img/quote2.png);
    background-size: auto;
    background-size: 50px;
    background-repeat: no-repeat;
    bottom: -50px;
    right: -30px; }

.testimonial-customized-slider .elementor-slides .swiper-slide-bg {
  min-height: 0px !important;
  background-image: none; }

.testimonial-customized-slider .swiper-slide-inner::before {
  content: '';
  width: calc(100% + 4px);
  height: 100%;
  left: -2px;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

@media only screen and (max-width: 1024px) {
  .testimonial-customized-slider .elementor-button {
    bottom: -45%; }
  .testimonial-customized-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -30%; } }

@media only screen and (max-width: 767px) {
  .testimonial-customized-slider .elementor-button {
    bottom: -25%; }
  .testimonial-customized-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -20%; }
  .testimonial-customized-slider .elementor-slide-description::before {
    background-size: 50px;
    top: -70px;
    left: 0px; } }

/*BEFORE AFTER SLIDER CSS*/
.before-after-slider .swiper-slide {
  text-align: center; }

.before-after-slider .projectdetails {
  max-width: 380px;
  margin: auto;
  padding: 10px; }
  .before-after-slider .projectdetails .slider-title {
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Lato", Sans-serif; }
  .before-after-slider .projectdetails .project-title {
    font-weight: 700;
    font-family: "Lato", Sans-serif;
    color: #e69b23;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 23px;
    margin-bottom: 26px; }
  .before-after-slider .projectdetails p {
    font-family: "Lato", Sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    color: #cccccc; }

.before-after-slider .child-slider .swiper-wrapper {
  margin-bottom: 40px; }

.before-after-slider .child-slider .swiper-pagination {
  bottom: 0px; }
  .before-after-slider .child-slider .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1; }
  .before-after-slider .child-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    border-radius: 5px;
    height: 5px; }

.before-after-slider .child-slider-2 .swiper-wrapper {
  margin-bottom: 40px; }

.before-after-slider .child-slider-2 .swiper-pagination {
  bottom: 0px; }
  .before-after-slider .child-slider-2 .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1; }
  .before-after-slider .child-slider-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 25px;
    border-radius: 5px;
    height: 5px; }

.before-after-slider .mobile-view-slider {
  display: none;
  padding: 20px; }

.before-after-slider .image-title {
  font-family: "Lato", Sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #cccccc;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px; }

@media only screen and (max-width: 991px) {
  .before-after-slider .disply-for-desktop {
    display: none; }
  .before-after-slider .col-md-4.mbl-w-100 {
    width: 100%; }
  .before-after-slider .mobile-view-slider {
    display: block; } }

.ins-process-area {
  position: relative;
  padding: 50px 0;
  max-width: 1920px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .ins-process-area {
      padding: 0px; } }
  .ins-process-area .ins-process-container {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto; }
    .ins-process-area .ins-process-container .swiper-button-prev {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      opacity: 0.5;
      left: 4%; }
    .ins-process-area .ins-process-container .swiper-button-next {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      opacity: 0.5;
      right: 4%; }
  .ins-process-area .swiper-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 0px; }
    @media only screen and (max-width: 768px) {
      .ins-process-area .swiper-container {
        max-height: 1100px;
        max-width: 100%;
        padding: 10px 0px; } }
    .ins-process-area .swiper-container .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
      .ins-process-area .swiper-container .swiper-wrapper .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: transparent;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        opacity: 0.3; }
        .ins-process-area .swiper-container .swiper-wrapper .swiper-slide a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .ins-process-area .swiper-container .swiper-wrapper .swiper-slide .title {
          display: block; }
        .ins-process-area .swiper-container .swiper-wrapper .swiper-slide .short-title {
          display: none; }
        .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
          opacity: 1;
          -webkit-transform: scale(1.2, 1.2);
                  transform: scale(1.2, 1.2); }
          .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .btnborder-img {
            -webkit-transform: scale(0.7);
                    transform: scale(0.7);
            margin-top: 50px; }
            .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .btnborder-img .animation-btn {
              font-size: 19px; }
          @media only screen and (max-width: 1380px) {
            .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
              -webkit-transform: scale(1.1, 1.1);
                      transform: scale(1.1, 1.1); } }
          @media only screen and (max-width: 768px) {
            .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
              -webkit-transform: scale(1, 1);
                      transform: scale(1, 1); } }
          .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .ins-s-process .ins-winning-process-no {
            visibility: visible;
            opacity: 1; }
          .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .ins-s-process .title {
            display: none; }
          .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .ins-s-process .short-title {
            display: block;
            font-size: 20px;
            font-weight: 100; }
            @media only screen and (max-width: 768px) {
              .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .ins-s-process .short-title {
                font-size: 20px;
                color: #ffcd30; } }
          .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .ins-s-process .ins-s-p-meta-c p {
            font-size: 14px;
            font-weight: 100; }
            @media only screen and (max-width: 768px) {
              .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .ins-s-process .ins-s-p-meta-c p {
                font-size: 16px; } }
          .ins-process-area .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .ins-s-process .ins-g-btn {
            display: initial;
            visibility: visible;
            opacity: 1; }
  .ins-process-area .ins-s-process {
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px; }
    .ins-process-area .ins-s-process .ins-winning-process-no {
      color: #ffcd30;
      width: 100px;
      height: 100px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #262626;
      background: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=1);
      border-radius: 50%;
      position: relative;
      z-index: 3;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 40px;
      visibility: hidden;
      opacity: 0; }
      .ins-process-area .ins-s-process .ins-winning-process-no::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #000000;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        z-index: -1; }
    .ins-process-area .ins-s-process .ins-s-p-image {
      width: 100%; }
      .ins-process-area .ins-s-process .ins-s-p-image img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
        height: 290px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
        @media only screen and (max-width: 768px) {
          .ins-process-area .ins-s-process .ins-s-p-image img {
            height: 220px; } }
    .ins-process-area .ins-s-process .ins-s-p-meta {
      background-color: #0b0b0b;
      border: 2px solid #1c1c1c; }
      .ins-process-area .ins-s-process .ins-s-p-meta .ins-s-p-meta-c {
        padding: 50px 40px 40px; }
        @media only screen and (max-width: 600px) {
          .ins-process-area .ins-s-process .ins-s-p-meta .ins-s-p-meta-c {
            padding: 30px 20px 20px; } }
        .ins-process-area .ins-s-process .ins-s-p-meta .ins-s-p-meta-c h4, .ins-process-area .ins-s-process .ins-s-p-meta .ins-s-p-meta-c .h4 {
          font-weight: 700;
          font-size: 24px;
          line-height: 1;
          margin-bottom: 40px;
          color: #ffffff; }
          @media only screen and (max-width: 600px) {
            .ins-process-area .ins-s-process .ins-s-p-meta .ins-s-p-meta-c h4, .ins-process-area .ins-s-process .ins-s-p-meta .ins-s-p-meta-c .h4 {
              font-size: 20px; } }
        .ins-process-area .ins-s-process .ins-s-p-meta .ins-s-p-meta-c p {
          font-family: 'Lato';
          font-weight: 400;
          font-size: 1.063rem;
          color: #cccccc;
          text-align: center; }
    .ins-process-area .ins-s-process .ins-g-btn {
      display: none;
      margin-top: 50px; }
    .ins-process-area .ins-s-process .animation-btn {
      font-size: 14px; }
  .ins-process-area .swiper-container-pointer-events {
    -ms-touch-action: pan-y;
        touch-action: pan-y; }

@media only screen and (max-width: 768px) {
  .ins-process-container .swiper-button-next,
  .ins-process-container .swiper-button-prev {
    display: none; } }

.seo-module .nav-tabs {
  border: 0;
  display: block; }
  @media screen and (max-width: 500px) {
    .seo-module .nav-tabs .row .col-md-6 {
      width: 50% !important; } }
  .seo-module .nav-tabs button {
    padding: 20px 20px 20px 20px;
    background-color: #0B0B0B;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #1C1C1C;
    border-radius: 6px 6px 6px 6px;
    margin: 0 0 24px;
    width: 100%; }
    @media screen and (max-width: 500px) {
      .seo-module .nav-tabs button {
        padding: 10px; } }
    .seo-module .nav-tabs button img {
      height: 130px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media screen and (max-width: 500px) {
        .seo-module .nav-tabs button img {
          height: 80px; } }
  .seo-module .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: #6e6e6e; }
  .seo-module .nav-tabs .nav-link:hover {
    border-color: #6e6e6e; }

@media screen and (max-width: 1366px) {
  .seo-module .col-mbl-full {
    width: 100%;
    max-width: 635px;
    margin: auto; } }

.seo-module .col-md-3 {
  width: 100%; }
  @media screen and (max-width: 500px) {
    .seo-module .col-md-3 {
      padding: 0px; } }

.seo-module .col-md-9 {
  width: 100%; }

@media only screen and (max-width: 1367px) {
  .seo-module .nav-tabs .col-md-6 {
    width: 33%; } }

@media only screen and (min-width: 1367px) {
  .seo-module .col-md-3 {
    width: 30%; }
  .seo-module .col-md-9 {
    width: 70%; } }

.seo-module-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 650px) {
    .seo-module-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .seo-module-content .seo-module-block .seo-moule-inner {
    height: 560px;
    min-width: 300px;
    background-image: url(../img/phone-frame-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .seo-module-content .seo-module-block .seo-moule-inner h4, .seo-module-content .seo-module-block .seo-moule-inner .h4 {
      font-size: 24px;
      line-height: 34px;
      color: #ffffff;
      font-weight: 700;
      text-align: center;
      margin-bottom: 70px; }
    .seo-module-content .seo-module-block .seo-moule-inner .h4 {
      font-size: 24px;
      line-height: 34px;
      color: #ffffff;
      font-weight: 700;
      text-align: center;
      margin-bottom: 70px; }
    .seo-module-content .seo-module-block .seo-moule-inner .modal .modal-dialog {
      max-width: 1000px; }
  .seo-module-content .seo-module-block .video-control-box {
    width: 100%;
    height: 100%; }
  .seo-module-content .seo-module-block .seo-moule-inner.middle {
    height: 700px;
    min-width: 360px;
    z-index: 2;
    background: none; }
    .seo-module-content .seo-module-block .seo-moule-inner.middle img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: inherit;
         object-fit: inherit; }
    .seo-module-content .seo-module-block .seo-moule-inner.middle video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .seo-module-content .seo-module-block .seo-moule-inner.middle #audio-control {
      cursor: pointer;
      padding: 10px 20px;
      background: #000;
      color: #ffffff;
      border-radius: 4px;
      display: inline-block;
      position: absolute;
      z-index: 99;
      top: 30px;
      left: 30px; }
    .seo-module-content .seo-module-block .seo-moule-inner.middle .seo-video-module {
      position: relative;
      overflow: hidden; }
      .seo-module-content .seo-module-block .seo-moule-inner.middle .seo-video-module video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        mix-blend-mode: color; }
  .seo-module-content .seo-module-block .seo-moule-inner.left {
    margin-right: -30px;
    z-index: 1;
    display: grid;
    place-content: center;
    background-image: url(../img/phone-frame-left.png); }
    @media only screen and (max-width: 650px) {
      .seo-module-content .seo-module-block .seo-moule-inner.left {
        margin-right: 0px; } }
    .seo-module-content .seo-module-block .seo-moule-inner.left .counter-items {
      min-height: 270px; }
      .seo-module-content .seo-module-block .seo-moule-inner.left .counter-items .items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 50px; }
        .seo-module-content .seo-module-block .seo-moule-inner.left .counter-items .items .item-image {
          max-width: 45px;
          margin-right: 13px; }
        .seo-module-content .seo-module-block .seo-moule-inner.left .counter-items .items .counter-details {
          color: #e69b23;
          font-size: 11px;
          font-weight: 600; }
          .seo-module-content .seo-module-block .seo-moule-inner.left .counter-items .items .counter-details .counter-number {
            font-size: 28px;
            line-height: 18px;
            color: #ffffff;
            font-weight: 900;
            margin-bottom: 12px; }
  .seo-module-content .seo-module-block .seo-moule-inner.right {
    margin-left: -30px;
    z-index: 1;
    display: grid;
    place-content: center; }
    .seo-module-content .seo-module-block .seo-moule-inner.right .counter-items {
      min-height: 270px;
      text-align: center; }
  @media only screen and (max-width: 805px) {
    .seo-module-content .seo-module-block-right {
      display: none; } }

.seo-module.google-add .seo-module-content .seo-module-block .seo-moule-inner.middle {
  min-width: 628px; }
  .seo-module.google-add .seo-module-content .seo-module-block .seo-moule-inner.middle video {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 45px; }

@media only screen and (max-width: 991px) {
  .seo-module-content .seo-module-block .seo-moule-inner {
    min-width: 250px; }
    .seo-module-content .seo-module-block .seo-moule-inner h4, .seo-module-content .seo-module-block .seo-moule-inner .h4 {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px; }
    .seo-module-content .seo-module-block .seo-moule-inner .h4 {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px; }
  .seo-module-content .seo-module-block .seo-moule-inner.middle {
    min-width: 330px !important;
    height: 650px;
    overflow: hidden; }
  .seo-module-content .seo-module-block .seo-moule-inner.left .counter-items .items .counter-details .counter-number {
    font-size: 22px; }
  .seo-module-content .seo-module-block .seo-moule-inner.right .counter-items img {
    height: 230px; } }

@media only screen and (max-width: 400px) {
  .seo-module-content .seo-module-block .seo-moule-inner.middle {
    min-width: 300px !important; } }

body.modal-open .seo-module-content .seo-module-block .seo-moule-inner.left, body.modal-open .intro-bg-animation {
  opacity: 0.2; }

.ins-clients-area {
  background-image: url(../img/clients-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  overflow: hidden;
  min-height: 90vh;
  max-height: 100%;
  position: relative;
  background-size: 110% 115%;
  background-position: top 20px center; }
  .ins-clients-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.99)), color-stop(10%, rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.1) 10%);
    z-index: 5; }
  .ins-clients-area .ins-container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 6; }
  @media only screen and (max-width: 768px) {
    .ins-clients-area {
      background-image: none;
      min-height: auto; } }

.ins-clients-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  min-height: 90vh; }
  @media only screen and (max-width: 768px) {
    .ins-clients-left-content {
      min-height: 60vh;
      padding: 10px 0px 30px; } }
  .ins-clients-left-content .ins-common-title {
    font-size: 40px !important;
    line-height: 1em !important;
    font-weight: 700 !important; }
    @media only screen and (max-width: 600px) {
      .ins-clients-left-content .ins-common-title {
        font-size: 30px !important; } }
  .ins-clients-left-content p {
    max-width: 520px;
    color: #cccccc;
    font-size: 1.063rem;
    line-height: 1.8em;
    font-weight: normal;
    margin: 50px 0; }

.ins-all-clients-logo {
  margin: 0 -15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ins-all-clients-logo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
  .ins-all-clients-logo .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.ins-s-c-logo {
  width: calc(33.333333% - 30px) !important;
  margin: 0 15px 30px 15px;
  height: 160px;
  background-color: #0b0b0b;
  border: 2px solid #1c1c1c;
  border-radius: 5px;
  float: left;
  position: relative;
  padding: 10px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .ins-s-c-logo {
      width: calc(49.333333% - 30px) !important; } }
  @media only screen and (max-width: 599px) {
    .ins-s-c-logo {
      height: 100px; } }
  .ins-s-c-logo img {
    max-width: 200px !important;
    margin: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    -o-object-fit: contain; }
    @media only screen and (max-width: 599px) {
      .ins-s-c-logo img {
        height: 90px !important;
        min-width: 100%; } }

.ins-industries-area .ins-industries-container {
  padding: 0 15px;
  position: relative; }
  .ins-industries-area .ins-industries-container .swiper-container {
    max-width: 80%;
    margin: 0 auto; }
    @media only screen and (max-width: 1700px) {
      .ins-industries-area .ins-industries-container .swiper-container {
        max-width: 90%; } }
    @media only screen and (max-width: 600px) {
      .ins-industries-area .ins-industries-container .swiper-container {
        max-width: 100%; } }
    .ins-industries-area .ins-industries-container .swiper-container .swiper-slide a {
      display: -webkit-box !important; }

.ins-s-industries {
  height: 420px;
  border-radius: 10px;
  border: 2px solid #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden; }
  .ins-s-industries::before, .ins-s-industries::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    content: "";
    pointer-events: none; }
  .ins-s-industries::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5%, rgba(0, 0, 0, 0.9)), color-stop(40%, rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0.5%, rgba(0, 0, 0, 0.1) 40%);
    z-index: 2; }
  .ins-s-industries::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b0b0b;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  .ins-s-industries img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 10px;
    display: block; }
    .ins-s-industries img::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9); }
  .ins-s-industries .ins-s-industries-title {
    position: absolute;
    z-index: 2;
    left: 60px;
    top: 60px;
    font-size: 2rem;
    font-family: 'Lato';
    font-weight: 500;
    color: #ffffff; }
    @media only screen and (max-width: 600px) {
      .ins-s-industries .ins-s-industries-title {
        left: auto;
        right: auto;
        text-align: center;
        width: 100%; } }
  .ins-s-industries .ins-s-industries-meta {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: absolute;
    padding: 10% 15% !important;
    overflow: hidden;
    z-index: 2;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0; }
    @media only screen and (max-width: 600px) {
      .ins-s-industries .ins-s-industries-meta {
        padding: 20px !important;
        text-align: center; } }
    .ins-s-industries .ins-s-industries-meta p {
      font-family: 'Lato';
      font-weight: 400;
      color: #cccccc;
      font-size: 17px;
      line-height: 1.8em;
      font-weight: normal;
      margin-top: 45px; }
      @media only screen and (max-width: 600px) {
        .ins-s-industries .ins-s-industries-meta p {
          margin-bottom: 25px; } }
  .ins-s-industries:hover::before, .ins-s-industries:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .ins-s-industries:hover .ins-s-industries-meta {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .ins-s-industries:focus::before, .ins-s-industries:focus::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.ins-industries-container .swiper-button-next, .ins-industries-container .swiper-button-prev {
  position: absolute;
  top: 60%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #303030;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }
  .ins-industries-container .swiper-button-next::after, .ins-industries-container .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    width: 40px;
    height: 40px;
    content: ''; }
  @media only screen and (max-width: 600px) {
    .ins-industries-container .swiper-button-next, .ins-industries-container .swiper-button-prev {
      display: none; } }

.ins-industries-container .swiper-button-next {
  right: 30px;
  left: auto; }

.ins-industries-container .swiper-button-prev {
  left: 30px;
  right: auto; }

.medium-height .inner-banner {
  min-height: 350px !important; }

.inner-banner {
  position: relative;
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .inner-banner.mh-300 {
    min-height: 300px; }
    .inner-banner.mh-300 .inner-banner {
      min-height: 300px; }

.banner-shadow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.banner-shadow.banner-shadow-remove:before {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 2s, opacity 2s linear;
  transition: visibility 0s 2s, opacity 2s linear; }

.page-template-elementor_canvas .inner-banner, .blog .inner-banner {
  min-height: 300px; }

.typed-cursor {
  display: inline;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

#typed-strings-1 {
  opacity: 0; }

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.page-question-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow-x: hidden; }

.page-question-box {
  font-size: 44px;
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  line-height: 1.2;
  color: #ffd049;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  .page-question-box p {
    color: #fff; }

.banner-container img {
  width: auto;
  padding-bottom: 1px;
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.banner-container {
  position: relative; }

.banner-container-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .banner-container-inner {
      display: none; } }

.banner-container-mbl.inner-banner-mbl {
  min-height: 350px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 769px) {
    .banner-container-mbl.inner-banner-mbl {
      display: none; } }

@media (min-width: 768px) {
  .banner-container-inner {
    background-image: none !important; } }

@media (max-width: 992px) {
  .page-question-box {
    font-size: 26px; } }

@media (max-width: 767px) {
  .banner-section img {
    display: none; }
  .banner-section .banner-container {
    min-height: 200px; }
  .banner-container-inner {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat; }
  .banner-section.blog-banner .banner-container {
    margin-top: 0; }
  .banner-section .banner-container img {
    margin-top: 0; }
  .page-question-box {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px; }
  .page-question-box p {
    font-size: 20px !important; } }

@media (max-width: 480px) {
  .page-question-box {
    font-size: 18px; }
  .page-question-box p {
    font-size: 18px !important; } }

/* Banner Text Glow 18 Jan, 2019 */
body.has-preloader {
  overflow: hidden; }

.animated-text-preloader {
  padding: 50px 0;
  min-height: 408px;
  /* position: absolute; */
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.animated-text-preloader p {
  width: 605px;
  margin: 0 auto;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url(../../img/animated_text_fill.jpg) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 50s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; }

.animated-text-preloader p span {
  position: relative;
  top: -12px;
  font-size: 40%;
  font-weight: normal;
  vertical-align: super;
  -webkit-text-fill-color: #f8aa28; }

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }

@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 205, 48, 0.1);
    color: white; }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 205, 48, 0.9);
    color: #ffcd30; }
  77% {
    opacity: 1; }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 205, 48, 0);
    color: white; } }

@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 205, 48, 0.1);
    color: white; }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 205, 48, 0.9);
    color: #ffcd30; }
  77% {
    opacity: 1; }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 205, 48, 0);
    color: white; } }

.hide {
  display: none; }

.glowing-text {
  margin: 0 auto;
  line-height: 1.2;
  white-space: normal;
  color: #000; }

.glowing-text span {
  -webkit-animation: letter-glow 0.7s 0s ease both;
  animation: letter-glow 0.7s 0s ease both;
  color: white; }

/*Glow*/
.glowing-text span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s; }

.glowing-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }

.glowing-text span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s; }

.glowing-text span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.glowing-text span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }

.glowing-text span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.glowing-text span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s; }

.glowing-text span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

.glowing-text span:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }

.glowing-text span:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.glowing-text span:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s; }

.glowing-text span:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.glowing-text span:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s; }

.glowing-text span:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; }

.glowing-text span:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }

.glowing-text span:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }

.glowing-text span:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s; }

.glowing-text span:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s; }

.glowing-text span:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s; }

.glowing-text span:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.glowing-text span:nth-child(21) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s; }

.glowing-text span:nth-child(22) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }

.glowing-text span:nth-child(23) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s; }

.glowing-text span:nth-child(24) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }

.glowing-text span:nth-child(25) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s; }

.glowing-text span:nth-child(26) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s; }

.glowing-text span:nth-child(27) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s; }

.glowing-text span:nth-child(28) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }

.glowing-text span:nth-child(29) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s; }

.glowing-text span:nth-child(30) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.glowing-text span:nth-child(31) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s; }

.glowing-text span:nth-child(32) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; }

.glowing-text span:nth-child(33) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s; }

.glowing-text span:nth-child(34) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s; }

.glowing-text span:nth-child(35) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s; }

.glowing-text span:nth-child(36) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }

.glowing-text span:nth-child(37) {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s; }

.glowing-text span:nth-child(38) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s; }

.glowing-text span:nth-child(39) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s; }

.glowing-text span:nth-child(40) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.glowing-text span:nth-child(41) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s; }

.glowing-text span:nth-child(42) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s; }

.glowing-text span:nth-child(43) {
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s; }

.glowing-text span:nth-child(44) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s; }

.glowing-text span:nth-child(45) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s; }

.glowing-text span:nth-child(46) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s; }

.glowing-text span:nth-child(47) {
  -webkit-animation-delay: 2.35s;
          animation-delay: 2.35s; }

.glowing-text span:nth-child(48) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s; }

.glowing-text span:nth-child(49) {
  -webkit-animation-delay: 2.45s;
          animation-delay: 2.45s; }

.glowing-text span:nth-child(50) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s; }

.glowing-text span:nth-child(51) {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s; }

.glowing-text span:nth-child(52) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s; }

.glowing-text span:nth-child(53) {
  -webkit-animation-delay: 2.65s;
          animation-delay: 2.65s; }

.glowing-text span:nth-child(54) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s; }

.glowing-text span:nth-child(55) {
  -webkit-animation-delay: 2.75s;
          animation-delay: 2.75s; }

.glowing-text span:nth-child(56) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s; }

.glowing-text span:nth-child(57) {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s; }

.glowing-text span:nth-child(58) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s; }

.glowing-text span:nth-child(59) {
  -webkit-animation-delay: 2.95s;
          animation-delay: 2.95s; }

.glowing-text span:nth-child(60) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.glowing-text span:nth-child(61) {
  -webkit-animation-delay: 3.05s;
          animation-delay: 3.05s; }

.glowing-text span:nth-child(62) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s; }

.glowing-text span:nth-child(63) {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s; }

.glowing-text span:nth-child(64) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s; }

.glowing-text span:nth-child(65) {
  -webkit-animation-delay: 3.25s;
          animation-delay: 3.25s; }

.glowing-text span:nth-child(66) {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s; }

.glowing-text span:nth-child(67) {
  -webkit-animation-delay: 3.35s;
          animation-delay: 3.35s; }

.glowing-text span:nth-child(68) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s; }

.glowing-text span:nth-child(69) {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s; }

.glowing-text span:nth-child(70) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s; }

.glowing-text span:nth-child(71) {
  -webkit-animation-delay: 3.55s;
          animation-delay: 3.55s; }

.glowing-text span:nth-child(72) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s; }

.glowing-text span:nth-child(73) {
  -webkit-animation-delay: 3.65s;
          animation-delay: 3.65s; }

.glowing-text span:nth-child(74) {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s; }

.glowing-text span:nth-child(75) {
  -webkit-animation-delay: 3.75s;
          animation-delay: 3.75s; }

.glowing-text span:nth-child(76) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s; }

.glowing-text span:nth-child(77) {
  -webkit-animation-delay: 3.85s;
          animation-delay: 3.85s; }

.glowing-text span:nth-child(78) {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s; }

.glowing-text span:nth-child(79) {
  -webkit-animation-delay: 3.95s;
          animation-delay: 3.95s; }

.glowing-text span:nth-child(80) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

.glowing-text span:nth-child(81) {
  -webkit-animation-delay: 4.05s;
          animation-delay: 4.05s; }

.glowing-text span:nth-child(82) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s; }

.glowing-text span:nth-child(83) {
  -webkit-animation-delay: 4.15s;
          animation-delay: 4.15s; }

.glowing-text span:nth-child(84) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s; }

.glowing-text span:nth-child(85) {
  -webkit-animation-delay: 4.25s;
          animation-delay: 4.25s; }

.glowing-text span:nth-child(86) {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s; }

.glowing-text span:nth-child(87) {
  -webkit-animation-delay: 4.35s;
          animation-delay: 4.35s; }

.glowing-text span:nth-child(88) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s; }

.glowing-text span:nth-child(89) {
  -webkit-animation-delay: 4.45s;
          animation-delay: 4.45s; }

.glowing-text span:nth-child(90) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s; }

.glowing-text span:nth-child(91) {
  -webkit-animation-delay: 4.55s;
          animation-delay: 4.55s; }

.glowing-text span:nth-child(92) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s; }

.glowing-text span:nth-child(93) {
  -webkit-animation-delay: 4.65s;
          animation-delay: 4.65s; }

.glowing-text span:nth-child(94) {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s; }

.glowing-text span:nth-child(95) {
  -webkit-animation-delay: 4.75s;
          animation-delay: 4.75s; }

.glowing-text span:nth-child(96) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s; }

.glowing-text span:nth-child(97) {
  -webkit-animation-delay: 4.85s;
          animation-delay: 4.85s; }

.glowing-text span:nth-child(98) {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s; }

.glowing-text span:nth-child(99) {
  -webkit-animation-delay: 4.95s;
          animation-delay: 4.95s; }

.glowing-text span:nth-child(100) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

.glowing-text span:nth-child(101) {
  -webkit-animation-delay: 5.05s;
          animation-delay: 5.05s; }

.glowing-text span:nth-child(102) {
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s; }

.glowing-text span:nth-child(103) {
  -webkit-animation-delay: 5.15s;
          animation-delay: 5.15s; }

.glowing-text span:nth-child(104) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s; }

.glowing-text span:nth-child(105) {
  -webkit-animation-delay: 5.25s;
          animation-delay: 5.25s; }

.glowing-text span:nth-child(106) {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s; }

.glowing-text span:nth-child(107) {
  -webkit-animation-delay: 5.35s;
          animation-delay: 5.35s; }

.glowing-text span:nth-child(108) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s; }

.glowing-text span:nth-child(109) {
  -webkit-animation-delay: 5.45s;
          animation-delay: 5.45s; }

.glowing-text span:nth-child(110) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s; }

.glowing-text span:nth-child(111) {
  -webkit-animation-delay: 5.55s;
          animation-delay: 5.55s; }

.glowing-text span:nth-child(112) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s; }

.glowing-text span:nth-child(113) {
  -webkit-animation-delay: 5.65s;
          animation-delay: 5.65s; }

.glowing-text span:nth-child(114) {
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s; }

.glowing-text span:nth-child(115) {
  -webkit-animation-delay: 5.75s;
          animation-delay: 5.75s; }

.glowing-text span:nth-child(116) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s; }

.glowing-text span:nth-child(117) {
  -webkit-animation-delay: 5.85s;
          animation-delay: 5.85s; }

.glowing-text span:nth-child(118) {
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s; }

.glowing-text span:nth-child(119) {
  -webkit-animation-delay: 5.95s;
          animation-delay: 5.95s; }

.glowing-text span:nth-child(120) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s; }

.glowing-text span:nth-child(121) {
  -webkit-animation-delay: 6.05s;
          animation-delay: 6.05s; }

.glowing-text span:nth-child(122) {
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s; }

.glowing-text span:nth-child(123) {
  -webkit-animation-delay: 6.15s;
          animation-delay: 6.15s; }

.glowing-text span:nth-child(124) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s; }

.glowing-text span:nth-child(125) {
  -webkit-animation-delay: 6.25s;
          animation-delay: 6.25s; }

.glowing-text span:nth-child(126) {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s; }

.glowing-text span:nth-child(127) {
  -webkit-animation-delay: 6.35s;
          animation-delay: 6.35s; }

.glowing-text span:nth-child(128) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s; }

.glowing-text span:nth-child(129) {
  -webkit-animation-delay: 6.45s;
          animation-delay: 6.45s; }

.glowing-text span:nth-child(130) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s; }

.glowing-text span:nth-child(131) {
  -webkit-animation-delay: 6.55s;
          animation-delay: 6.55s; }

.glowing-text span:nth-child(132) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s; }

.glowing-text span:nth-child(133) {
  -webkit-animation-delay: 6.65s;
          animation-delay: 6.65s; }

.glowing-text span:nth-child(134) {
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s; }

.glowing-text span:nth-child(135) {
  -webkit-animation-delay: 6.75s;
          animation-delay: 6.75s; }

.glowing-text span:nth-child(136) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s; }

.glowing-text span:nth-child(137) {
  -webkit-animation-delay: 6.85s;
          animation-delay: 6.85s; }

.glowing-text span:nth-child(138) {
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s; }

.glowing-text span:nth-child(139) {
  -webkit-animation-delay: 6.95s;
          animation-delay: 6.95s; }

.glowing-text span:nth-child(140) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s; }

.glowing-text span:nth-child(141) {
  -webkit-animation-delay: 7.05s;
          animation-delay: 7.05s; }

.glowing-text span:nth-child(142) {
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s; }

.glowing-text span:nth-child(143) {
  -webkit-animation-delay: 7.15s;
          animation-delay: 7.15s; }

.glowing-text span:nth-child(144) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s; }

.glowing-text span:nth-child(145) {
  -webkit-animation-delay: 7.25s;
          animation-delay: 7.25s; }

.glowing-text span:nth-child(146) {
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s; }

.glowing-text span:nth-child(147) {
  -webkit-animation-delay: 7.35s;
          animation-delay: 7.35s; }

.glowing-text span:nth-child(148) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s; }

.glowing-text span:nth-child(149) {
  -webkit-animation-delay: 7.45s;
          animation-delay: 7.45s; }

.glowing-text span:nth-child(150) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s; }

.glowing-text span:nth-child(151) {
  -webkit-animation-delay: 7.55s;
          animation-delay: 7.55s; }

.glowing-text span:nth-child(152) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s; }

.glowing-text span:nth-child(153) {
  -webkit-animation-delay: 7.65s;
          animation-delay: 7.65s; }

.glowing-text span:nth-child(154) {
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s; }

.glowing-text span:nth-child(155) {
  -webkit-animation-delay: 7.75s;
          animation-delay: 7.75s; }

.glowing-text span:nth-child(156) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s; }

.glowing-text span:nth-child(157) {
  -webkit-animation-delay: 7.85s;
          animation-delay: 7.85s; }

.glowing-text span:nth-child(158) {
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s; }

.glowing-text span:nth-child(159) {
  -webkit-animation-delay: 7.95s;
          animation-delay: 7.95s; }

.glowing-text span:nth-child(160) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s; }

.glowing-text span:nth-child(161) {
  -webkit-animation-delay: 8.05s;
          animation-delay: 8.05s; }

.glowing-text span:nth-child(162) {
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s; }

.glowing-text span:nth-child(163) {
  -webkit-animation-delay: 8.15s;
          animation-delay: 8.15s; }

.glowing-text span:nth-child(164) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s; }

.glowing-text span:nth-child(165) {
  -webkit-animation-delay: 8.25s;
          animation-delay: 8.25s; }

.glowing-text span:nth-child(166) {
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s; }

.glowing-text span:nth-child(167) {
  -webkit-animation-delay: 8.35s;
          animation-delay: 8.35s; }

.glowing-text span:nth-child(168) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s; }

.glowing-text span:nth-child(169) {
  -webkit-animation-delay: 8.45s;
          animation-delay: 8.45s; }

.glowing-text span:nth-child(170) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s; }

.glowing-text span:nth-child(171) {
  -webkit-animation-delay: 8.55s;
          animation-delay: 8.55s; }

.glowing-text span:nth-child(172) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s; }

.glowing-text span:nth-child(173) {
  -webkit-animation-delay: 8.65s;
          animation-delay: 8.65s; }

.glowing-text span:nth-child(174) {
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s; }

.glowing-text span:nth-child(175) {
  -webkit-animation-delay: 8.75s;
          animation-delay: 8.75s; }

.glowing-text span:nth-child(176) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s; }

.glowing-text span:nth-child(177) {
  -webkit-animation-delay: 8.85s;
          animation-delay: 8.85s; }

.glowing-text span:nth-child(178) {
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s; }

.glowing-text span:nth-child(179) {
  -webkit-animation-delay: 8.95s;
          animation-delay: 8.95s; }

.glowing-text span:nth-child(180) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s; }

.glowing-text span:nth-child(181) {
  -webkit-animation-delay: 9.05s;
          animation-delay: 9.05s; }

.glowing-text span:nth-child(182) {
  -webkit-animation-delay: 9.1s;
          animation-delay: 9.1s; }

.glowing-text span:nth-child(183) {
  -webkit-animation-delay: 9.15s;
          animation-delay: 9.15s; }

.glowing-text span:nth-child(184) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s; }

.glowing-text span:nth-child(185) {
  -webkit-animation-delay: 9.25s;
          animation-delay: 9.25s; }

.glowing-text span:nth-child(186) {
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s; }

.glowing-text span:nth-child(187) {
  -webkit-animation-delay: 9.35s;
          animation-delay: 9.35s; }

.glowing-text span:nth-child(188) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s; }

.glowing-text span:nth-child(189) {
  -webkit-animation-delay: 9.45s;
          animation-delay: 9.45s; }

.glowing-text span:nth-child(190) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s; }

.glowing-text span:nth-child(191) {
  -webkit-animation-delay: 9.55s;
          animation-delay: 9.55s; }

.glowing-text span:nth-child(192) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s; }

.glowing-text span:nth-child(193) {
  -webkit-animation-delay: 9.65s;
          animation-delay: 9.65s; }

.glowing-text span:nth-child(194) {
  -webkit-animation-delay: 9.7s;
          animation-delay: 9.7s; }

.glowing-text span:nth-child(195) {
  -webkit-animation-delay: 9.75s;
          animation-delay: 9.75s; }

.glowing-text span:nth-child(196) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s; }

.glowing-text span:nth-child(197) {
  -webkit-animation-delay: 9.85s;
          animation-delay: 9.85s; }

.glowing-text span:nth-child(198) {
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s; }

.glowing-text span:nth-child(199) {
  -webkit-animation-delay: 9.95s;
          animation-delay: 9.95s; }

.glowing-text span:nth-child(200) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s; }

.glowing-text span:nth-child(201) {
  -webkit-animation-delay: 10.05s;
          animation-delay: 10.05s; }

.glowing-text span:nth-child(202) {
  -webkit-animation-delay: 10.1s;
          animation-delay: 10.1s; }

.glowing-text span:nth-child(203) {
  -webkit-animation-delay: 10.15s;
          animation-delay: 10.15s; }

.glowing-text span:nth-child(204) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s; }

.glowing-text span:nth-child(205) {
  -webkit-animation-delay: 10.25s;
          animation-delay: 10.25s; }

.glowing-text span:nth-child(206) {
  -webkit-animation-delay: 10.3s;
          animation-delay: 10.3s; }

.glowing-text span:nth-child(207) {
  -webkit-animation-delay: 10.35s;
          animation-delay: 10.35s; }

.glowing-text span:nth-child(208) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s; }

.glowing-text span:nth-child(209) {
  -webkit-animation-delay: 10.45s;
          animation-delay: 10.45s; }

.glowing-text span:nth-child(210) {
  -webkit-animation-delay: 10.5s;
          animation-delay: 10.5s; }

.glowing-text span:nth-child(211) {
  -webkit-animation-delay: 10.55s;
          animation-delay: 10.55s; }

.glowing-text span:nth-child(212) {
  -webkit-animation-delay: 10.6s;
          animation-delay: 10.6s; }

.glowing-text span:nth-child(213) {
  -webkit-animation-delay: 10.65s;
          animation-delay: 10.65s; }

.glowing-text span:nth-child(214) {
  -webkit-animation-delay: 10.7s;
          animation-delay: 10.7s; }

.glowing-text span:nth-child(215) {
  -webkit-animation-delay: 10.75s;
          animation-delay: 10.75s; }

.glowing-text span:nth-child(216) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s; }

.glowing-text span:nth-child(217) {
  -webkit-animation-delay: 10.85s;
          animation-delay: 10.85s; }

.glowing-text span:nth-child(218) {
  -webkit-animation-delay: 10.9s;
          animation-delay: 10.9s; }

.glowing-text span:nth-child(219) {
  -webkit-animation-delay: 10.95s;
          animation-delay: 10.95s; }

.glowing-text span:nth-child(220) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s; }

.glowing-text span:nth-child(221) {
  -webkit-animation-delay: 11.05s;
          animation-delay: 11.05s; }

.glowing-text span:nth-child(222) {
  -webkit-animation-delay: 11.1s;
          animation-delay: 11.1s; }

.glowing-text span:nth-child(223) {
  -webkit-animation-delay: 11.15s;
          animation-delay: 11.15s; }

.glowing-text span:nth-child(224) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s; }

.glowing-text span:nth-child(225) {
  -webkit-animation-delay: 11.25s;
          animation-delay: 11.25s; }

.glowing-text span:nth-child(226) {
  -webkit-animation-delay: 11.3s;
          animation-delay: 11.3s; }

.glowing-text span:nth-child(227) {
  -webkit-animation-delay: 11.35s;
          animation-delay: 11.35s; }

.glowing-text span:nth-child(228) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s; }

.glowing-text span:nth-child(229) {
  -webkit-animation-delay: 11.45s;
          animation-delay: 11.45s; }

.glowing-text span:nth-child(230) {
  -webkit-animation-delay: 11.5s;
          animation-delay: 11.5s; }

.glowing-text span:nth-child(231) {
  -webkit-animation-delay: 11.55s;
          animation-delay: 11.55s; }

.glowing-text span:nth-child(232) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s; }

.glowing-text span:nth-child(233) {
  -webkit-animation-delay: 11.65s;
          animation-delay: 11.65s; }

.glowing-text span:nth-child(234) {
  -webkit-animation-delay: 11.7s;
          animation-delay: 11.7s; }

.glowing-text span:nth-child(235) {
  -webkit-animation-delay: 11.75s;
          animation-delay: 11.75s; }

.glowing-text span:nth-child(236) {
  -webkit-animation-delay: 11.8s;
          animation-delay: 11.8s; }

.glowing-text span:nth-child(237) {
  -webkit-animation-delay: 11.85s;
          animation-delay: 11.85s; }

.glowing-text span:nth-child(238) {
  -webkit-animation-delay: 11.9s;
          animation-delay: 11.9s; }

.glowing-text span:nth-child(239) {
  -webkit-animation-delay: 11.95s;
          animation-delay: 11.95s; }

.glowing-text span:nth-child(240) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s; }

.glowing-text span:nth-child(241) {
  -webkit-animation-delay: 12.05s;
          animation-delay: 12.05s; }

.glowing-text span:nth-child(242) {
  -webkit-animation-delay: 12.1s;
          animation-delay: 12.1s; }

.glowing-text span:nth-child(243) {
  -webkit-animation-delay: 12.15s;
          animation-delay: 12.15s; }

.glowing-text span:nth-child(244) {
  -webkit-animation-delay: 12.2s;
          animation-delay: 12.2s; }

.glowing-text span:nth-child(245) {
  -webkit-animation-delay: 12.25s;
          animation-delay: 12.25s; }

.glowing-text span:nth-child(246) {
  -webkit-animation-delay: 12.3s;
          animation-delay: 12.3s; }

.glowing-text span:nth-child(247) {
  -webkit-animation-delay: 12.35s;
          animation-delay: 12.35s; }

.glowing-text span:nth-child(248) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s; }

.glowing-text span:nth-child(249) {
  -webkit-animation-delay: 12.45s;
          animation-delay: 12.45s; }

.glowing-text span:nth-child(250) {
  -webkit-animation-delay: 12.5s;
          animation-delay: 12.5s; }

.glowing-text span:nth-child(251) {
  -webkit-animation-delay: 12.55s;
          animation-delay: 12.55s; }

.glowing-text span:nth-child(252) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s; }

.glowing-text span:nth-child(253) {
  -webkit-animation-delay: 12.65s;
          animation-delay: 12.65s; }

.glowing-text span:nth-child(254) {
  -webkit-animation-delay: 12.7s;
          animation-delay: 12.7s; }

.glowing-text span:nth-child(255) {
  -webkit-animation-delay: 12.75s;
          animation-delay: 12.75s; }

.glowing-text span:nth-child(256) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s; }

.glowing-text span:nth-child(257) {
  -webkit-animation-delay: 12.85s;
          animation-delay: 12.85s; }

.glowing-text span:nth-child(258) {
  -webkit-animation-delay: 12.9s;
          animation-delay: 12.9s; }

.glowing-text span:nth-child(259) {
  -webkit-animation-delay: 12.95s;
          animation-delay: 12.95s; }

.glowing-text span:nth-child(260) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s; }

.glowing-text span:nth-child(261) {
  -webkit-animation-delay: 13.05s;
          animation-delay: 13.05s; }

.glowing-text span:nth-child(262) {
  -webkit-animation-delay: 13.1s;
          animation-delay: 13.1s; }

.glowing-text span:nth-child(263) {
  -webkit-animation-delay: 13.15s;
          animation-delay: 13.15s; }

.glowing-text span:nth-child(264) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s; }

.glowing-text span:nth-child(265) {
  -webkit-animation-delay: 13.25s;
          animation-delay: 13.25s; }

.glowing-text span:nth-child(266) {
  -webkit-animation-delay: 13.3s;
          animation-delay: 13.3s; }

.glowing-text span:nth-child(267) {
  -webkit-animation-delay: 13.35s;
          animation-delay: 13.35s; }

.glowing-text span:nth-child(268) {
  -webkit-animation-delay: 13.4s;
          animation-delay: 13.4s; }

.glowing-text span:nth-child(269) {
  -webkit-animation-delay: 13.45s;
          animation-delay: 13.45s; }

.glowing-text span:nth-child(270) {
  -webkit-animation-delay: 13.5s;
          animation-delay: 13.5s; }

.glowing-text span:nth-child(271) {
  -webkit-animation-delay: 13.55s;
          animation-delay: 13.55s; }

.glowing-text span:nth-child(272) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s; }

.glowing-text span:nth-child(273) {
  -webkit-animation-delay: 13.65s;
          animation-delay: 13.65s; }

.glowing-text span:nth-child(274) {
  -webkit-animation-delay: 13.7s;
          animation-delay: 13.7s; }

.glowing-text span:nth-child(275) {
  -webkit-animation-delay: 13.75s;
          animation-delay: 13.75s; }

.glowing-text span:nth-child(276) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s; }

.glowing-text span:nth-child(277) {
  -webkit-animation-delay: 13.85s;
          animation-delay: 13.85s; }

.glowing-text span:nth-child(278) {
  -webkit-animation-delay: 13.9s;
          animation-delay: 13.9s; }

.glowing-text span:nth-child(279) {
  -webkit-animation-delay: 13.95s;
          animation-delay: 13.95s; }

.glowing-text span:nth-child(280) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s; }

.glowing-text span:nth-child(281) {
  -webkit-animation-delay: 14.05s;
          animation-delay: 14.05s; }

.glowing-text span:nth-child(282) {
  -webkit-animation-delay: 14.1s;
          animation-delay: 14.1s; }

.glowing-text span:nth-child(283) {
  -webkit-animation-delay: 14.15s;
          animation-delay: 14.15s; }

.glowing-text span:nth-child(284) {
  -webkit-animation-delay: 14.2s;
          animation-delay: 14.2s; }

.glowing-text span:nth-child(285) {
  -webkit-animation-delay: 14.25s;
          animation-delay: 14.25s; }

.glowing-text span:nth-child(286) {
  -webkit-animation-delay: 14.3s;
          animation-delay: 14.3s; }

.glowing-text span:nth-child(287) {
  -webkit-animation-delay: 14.35s;
          animation-delay: 14.35s; }

.glowing-text span:nth-child(288) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s; }

.glowing-text span:nth-child(289) {
  -webkit-animation-delay: 14.45s;
          animation-delay: 14.45s; }

.glowing-text span:nth-child(290) {
  -webkit-animation-delay: 14.5s;
          animation-delay: 14.5s; }

.glowing-text span:nth-child(291) {
  -webkit-animation-delay: 14.55s;
          animation-delay: 14.55s; }

.glowing-text span:nth-child(292) {
  -webkit-animation-delay: 14.6s;
          animation-delay: 14.6s; }

.glowing-text span:nth-child(293) {
  -webkit-animation-delay: 14.65s;
          animation-delay: 14.65s; }

.glowing-text span:nth-child(294) {
  -webkit-animation-delay: 14.7s;
          animation-delay: 14.7s; }

.glowing-text span:nth-child(295) {
  -webkit-animation-delay: 14.75s;
          animation-delay: 14.75s; }

.glowing-text span:nth-child(296) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s; }

.glowing-text span:nth-child(297) {
  -webkit-animation-delay: 14.85s;
          animation-delay: 14.85s; }

.glowing-text span:nth-child(298) {
  -webkit-animation-delay: 14.9s;
          animation-delay: 14.9s; }

.glowing-text span:nth-child(299) {
  -webkit-animation-delay: 14.95s;
          animation-delay: 14.95s; }

.glowing-text span:nth-child(300) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s; }

.glowing-text span:nth-child(301) {
  -webkit-animation-delay: 15.05s;
          animation-delay: 15.05s; }

.glowing-text span:nth-child(302) {
  -webkit-animation-delay: 15.1s;
          animation-delay: 15.1s; }

.glowing-text span:nth-child(303) {
  -webkit-animation-delay: 15.15s;
          animation-delay: 15.15s; }

.glowing-text span:nth-child(304) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s; }

.glowing-text span:nth-child(305) {
  -webkit-animation-delay: 15.25s;
          animation-delay: 15.25s; }

.glowing-text span:nth-child(306) {
  -webkit-animation-delay: 15.3s;
          animation-delay: 15.3s; }

.glowing-text span:nth-child(307) {
  -webkit-animation-delay: 15.35s;
          animation-delay: 15.35s; }

.glowing-text span:nth-child(308) {
  -webkit-animation-delay: 15.4s;
          animation-delay: 15.4s; }

.glowing-text span:nth-child(309) {
  -webkit-animation-delay: 15.45s;
          animation-delay: 15.45s; }

.glowing-text span:nth-child(310) {
  -webkit-animation-delay: 15.5s;
          animation-delay: 15.5s; }

.glowing-text span:nth-child(311) {
  -webkit-animation-delay: 15.55s;
          animation-delay: 15.55s; }

.glowing-text span:nth-child(312) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s; }

.glowing-text span:nth-child(313) {
  -webkit-animation-delay: 15.65s;
          animation-delay: 15.65s; }

.glowing-text span:nth-child(314) {
  -webkit-animation-delay: 15.7s;
          animation-delay: 15.7s; }

.glowing-text span:nth-child(315) {
  -webkit-animation-delay: 15.75s;
          animation-delay: 15.75s; }

.glowing-text span:nth-child(316) {
  -webkit-animation-delay: 15.8s;
          animation-delay: 15.8s; }

.glowing-text span:nth-child(317) {
  -webkit-animation-delay: 15.85s;
          animation-delay: 15.85s; }

.glowing-text span:nth-child(318) {
  -webkit-animation-delay: 15.9s;
          animation-delay: 15.9s; }

.glowing-text span:nth-child(319) {
  -webkit-animation-delay: 15.95s;
          animation-delay: 15.95s; }

.glowing-text span:nth-child(320) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s; }

.glowing-text span:nth-child(321) {
  -webkit-animation-delay: 16.05s;
          animation-delay: 16.05s; }

.glowing-text span:nth-child(322) {
  -webkit-animation-delay: 16.1s;
          animation-delay: 16.1s; }

.glowing-text span:nth-child(323) {
  -webkit-animation-delay: 16.15s;
          animation-delay: 16.15s; }

.glowing-text span:nth-child(324) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s; }

.glowing-text span:nth-child(325) {
  -webkit-animation-delay: 16.25s;
          animation-delay: 16.25s; }

.glowing-text span:nth-child(326) {
  -webkit-animation-delay: 16.3s;
          animation-delay: 16.3s; }

.glowing-text span:nth-child(327) {
  -webkit-animation-delay: 16.35s;
          animation-delay: 16.35s; }

.glowing-text span:nth-child(328) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s; }

.glowing-text span:nth-child(329) {
  -webkit-animation-delay: 16.45s;
          animation-delay: 16.45s; }

.glowing-text span:nth-child(330) {
  -webkit-animation-delay: 16.5s;
          animation-delay: 16.5s; }

.glowing-text span:nth-child(331) {
  -webkit-animation-delay: 16.55s;
          animation-delay: 16.55s; }

.glowing-text span:nth-child(332) {
  -webkit-animation-delay: 16.6s;
          animation-delay: 16.6s; }

.glowing-text span:nth-child(333) {
  -webkit-animation-delay: 16.65s;
          animation-delay: 16.65s; }

.glowing-text span:nth-child(334) {
  -webkit-animation-delay: 16.7s;
          animation-delay: 16.7s; }

.glowing-text span:nth-child(335) {
  -webkit-animation-delay: 16.75s;
          animation-delay: 16.75s; }

.glowing-text span:nth-child(336) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s; }

.glowing-text span:nth-child(337) {
  -webkit-animation-delay: 16.85s;
          animation-delay: 16.85s; }

.glowing-text span:nth-child(338) {
  -webkit-animation-delay: 16.9s;
          animation-delay: 16.9s; }

.glowing-text span:nth-child(339) {
  -webkit-animation-delay: 16.95s;
          animation-delay: 16.95s; }

.glowing-text span:nth-child(340) {
  -webkit-animation-delay: 17s;
          animation-delay: 17s; }

.glowing-text span:nth-child(341) {
  -webkit-animation-delay: 17.05s;
          animation-delay: 17.05s; }

.glowing-text span:nth-child(342) {
  -webkit-animation-delay: 17.1s;
          animation-delay: 17.1s; }

.glowing-text span:nth-child(343) {
  -webkit-animation-delay: 17.15s;
          animation-delay: 17.15s; }

.glowing-text span:nth-child(344) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s; }

.glowing-text span:nth-child(345) {
  -webkit-animation-delay: 17.25s;
          animation-delay: 17.25s; }

.glowing-text span:nth-child(346) {
  -webkit-animation-delay: 17.3s;
          animation-delay: 17.3s; }

.glowing-text span:nth-child(347) {
  -webkit-animation-delay: 17.35s;
          animation-delay: 17.35s; }

.glowing-text span:nth-child(348) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s; }

.glowing-text span:nth-child(349) {
  -webkit-animation-delay: 17.45s;
          animation-delay: 17.45s; }

.glowing-text span:nth-child(350) {
  -webkit-animation-delay: 17.5s;
          animation-delay: 17.5s; }

.glowing-text span:nth-child(351) {
  -webkit-animation-delay: 17.55s;
          animation-delay: 17.55s; }

.glowing-text span:nth-child(352) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s; }

.glowing-text span:nth-child(353) {
  -webkit-animation-delay: 17.65s;
          animation-delay: 17.65s; }

.glowing-text span:nth-child(354) {
  -webkit-animation-delay: 17.7s;
          animation-delay: 17.7s; }

.glowing-text span:nth-child(355) {
  -webkit-animation-delay: 17.75s;
          animation-delay: 17.75s; }

.glowing-text span:nth-child(356) {
  -webkit-animation-delay: 17.8s;
          animation-delay: 17.8s; }

.glowing-text span:nth-child(357) {
  -webkit-animation-delay: 17.85s;
          animation-delay: 17.85s; }

.glowing-text span:nth-child(358) {
  -webkit-animation-delay: 17.9s;
          animation-delay: 17.9s; }

.glowing-text span:nth-child(359) {
  -webkit-animation-delay: 17.95s;
          animation-delay: 17.95s; }

.glowing-text span:nth-child(360) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s; }

.glowing-text span:nth-child(361) {
  -webkit-animation-delay: 18.05s;
          animation-delay: 18.05s; }

.glowing-text span:nth-child(362) {
  -webkit-animation-delay: 18.1s;
          animation-delay: 18.1s; }

.glowing-text span:nth-child(363) {
  -webkit-animation-delay: 18.15s;
          animation-delay: 18.15s; }

.glowing-text span:nth-child(364) {
  -webkit-animation-delay: 18.2s;
          animation-delay: 18.2s; }

.glowing-text span:nth-child(365) {
  -webkit-animation-delay: 18.25s;
          animation-delay: 18.25s; }

.glowing-text span:nth-child(366) {
  -webkit-animation-delay: 18.3s;
          animation-delay: 18.3s; }

.glowing-text span:nth-child(367) {
  -webkit-animation-delay: 18.35s;
          animation-delay: 18.35s; }

.glowing-text span:nth-child(368) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s; }

.glowing-text span:nth-child(369) {
  -webkit-animation-delay: 18.45s;
          animation-delay: 18.45s; }

.glowing-text span:nth-child(370) {
  -webkit-animation-delay: 18.5s;
          animation-delay: 18.5s; }

.glowing-text span:nth-child(371) {
  -webkit-animation-delay: 18.55s;
          animation-delay: 18.55s; }

.glowing-text span:nth-child(372) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s; }

.glowing-text span:nth-child(373) {
  -webkit-animation-delay: 18.65s;
          animation-delay: 18.65s; }

.glowing-text span:nth-child(374) {
  -webkit-animation-delay: 18.7s;
          animation-delay: 18.7s; }

.glowing-text span:nth-child(375) {
  -webkit-animation-delay: 18.75s;
          animation-delay: 18.75s; }

.glowing-text span:nth-child(376) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s; }

.glowing-text span:nth-child(377) {
  -webkit-animation-delay: 18.85s;
          animation-delay: 18.85s; }

.glowing-text span:nth-child(378) {
  -webkit-animation-delay: 18.9s;
          animation-delay: 18.9s; }

.glowing-text span:nth-child(379) {
  -webkit-animation-delay: 18.95s;
          animation-delay: 18.95s; }

.glowing-text span:nth-child(380) {
  -webkit-animation-delay: 19s;
          animation-delay: 19s; }

.glowing-text span:nth-child(381) {
  -webkit-animation-delay: 19.05s;
          animation-delay: 19.05s; }

.glowing-text span:nth-child(382) {
  -webkit-animation-delay: 19.1s;
          animation-delay: 19.1s; }

.glowing-text span:nth-child(383) {
  -webkit-animation-delay: 19.15s;
          animation-delay: 19.15s; }

.glowing-text span:nth-child(384) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s; }

.glowing-text span:nth-child(385) {
  -webkit-animation-delay: 19.25s;
          animation-delay: 19.25s; }

.glowing-text span:nth-child(386) {
  -webkit-animation-delay: 19.3s;
          animation-delay: 19.3s; }

.glowing-text span:nth-child(387) {
  -webkit-animation-delay: 19.35s;
          animation-delay: 19.35s; }

.glowing-text span:nth-child(388) {
  -webkit-animation-delay: 19.4s;
          animation-delay: 19.4s; }

.glowing-text span:nth-child(389) {
  -webkit-animation-delay: 19.45s;
          animation-delay: 19.45s; }

.glowing-text span:nth-child(390) {
  -webkit-animation-delay: 19.5s;
          animation-delay: 19.5s; }

.glowing-text span:nth-child(391) {
  -webkit-animation-delay: 19.55s;
          animation-delay: 19.55s; }

.glowing-text span:nth-child(392) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s; }

.glowing-text span:nth-child(393) {
  -webkit-animation-delay: 19.65s;
          animation-delay: 19.65s; }

.glowing-text span:nth-child(394) {
  -webkit-animation-delay: 19.7s;
          animation-delay: 19.7s; }

.glowing-text span:nth-child(395) {
  -webkit-animation-delay: 19.75s;
          animation-delay: 19.75s; }

.glowing-text span:nth-child(396) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s; }

.glowing-text span:nth-child(397) {
  -webkit-animation-delay: 19.85s;
          animation-delay: 19.85s; }

.glowing-text span:nth-child(398) {
  -webkit-animation-delay: 19.9s;
          animation-delay: 19.9s; }

.glowing-text span:nth-child(399) {
  -webkit-animation-delay: 19.95s;
          animation-delay: 19.95s; }

.glowing-text span:nth-child(400) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s; }

.glowing-text span:nth-child(401) {
  -webkit-animation-delay: 20.05s;
          animation-delay: 20.05s; }

.glowing-text span:nth-child(402) {
  -webkit-animation-delay: 20.1s;
          animation-delay: 20.1s; }

.glowing-text span:nth-child(403) {
  -webkit-animation-delay: 20.15s;
          animation-delay: 20.15s; }

.glowing-text span:nth-child(404) {
  -webkit-animation-delay: 20.2s;
          animation-delay: 20.2s; }

.glowing-text span:nth-child(405) {
  -webkit-animation-delay: 20.25s;
          animation-delay: 20.25s; }

.glowing-text span:nth-child(406) {
  -webkit-animation-delay: 20.3s;
          animation-delay: 20.3s; }

.glowing-text span:nth-child(407) {
  -webkit-animation-delay: 20.35s;
          animation-delay: 20.35s; }

.glowing-text span:nth-child(408) {
  -webkit-animation-delay: 20.4s;
          animation-delay: 20.4s; }

.glowing-text span:nth-child(409) {
  -webkit-animation-delay: 20.45s;
          animation-delay: 20.45s; }

.glowing-text span:nth-child(410) {
  -webkit-animation-delay: 20.5s;
          animation-delay: 20.5s; }

.glowing-text span:nth-child(411) {
  -webkit-animation-delay: 20.55s;
          animation-delay: 20.55s; }

.glowing-text span:nth-child(412) {
  -webkit-animation-delay: 20.6s;
          animation-delay: 20.6s; }

.glowing-text span:nth-child(413) {
  -webkit-animation-delay: 20.65s;
          animation-delay: 20.65s; }

.glowing-text span:nth-child(414) {
  -webkit-animation-delay: 20.7s;
          animation-delay: 20.7s; }

.glowing-text span:nth-child(415) {
  -webkit-animation-delay: 20.75s;
          animation-delay: 20.75s; }

.glowing-text span:nth-child(416) {
  -webkit-animation-delay: 20.8s;
          animation-delay: 20.8s; }

.glowing-text span:nth-child(417) {
  -webkit-animation-delay: 20.85s;
          animation-delay: 20.85s; }

.glowing-text span:nth-child(418) {
  -webkit-animation-delay: 20.9s;
          animation-delay: 20.9s; }

.glowing-text span:nth-child(419) {
  -webkit-animation-delay: 20.95s;
          animation-delay: 20.95s; }

.glowing-text span:nth-child(420) {
  -webkit-animation-delay: 21s;
          animation-delay: 21s; }

.glowing-text span:nth-child(421) {
  -webkit-animation-delay: 21.05s;
          animation-delay: 21.05s; }

.glowing-text span:nth-child(422) {
  -webkit-animation-delay: 21.1s;
          animation-delay: 21.1s; }

.glowing-text span:nth-child(423) {
  -webkit-animation-delay: 21.15s;
          animation-delay: 21.15s; }

.glowing-text span:nth-child(424) {
  -webkit-animation-delay: 21.2s;
          animation-delay: 21.2s; }

.glowing-text span:nth-child(425) {
  -webkit-animation-delay: 21.25s;
          animation-delay: 21.25s; }

.glowing-text span:nth-child(426) {
  -webkit-animation-delay: 21.3s;
          animation-delay: 21.3s; }

.glowing-text span:nth-child(427) {
  -webkit-animation-delay: 21.35s;
          animation-delay: 21.35s; }

.glowing-text span:nth-child(428) {
  -webkit-animation-delay: 21.4s;
          animation-delay: 21.4s; }

.glowing-text span:nth-child(429) {
  -webkit-animation-delay: 21.45s;
          animation-delay: 21.45s; }

.glowing-text span:nth-child(430) {
  -webkit-animation-delay: 21.5s;
          animation-delay: 21.5s; }

.glowing-text span:nth-child(431) {
  -webkit-animation-delay: 21.55s;
          animation-delay: 21.55s; }

.glowing-text span:nth-child(432) {
  -webkit-animation-delay: 21.6s;
          animation-delay: 21.6s; }

.glowing-text span:nth-child(433) {
  -webkit-animation-delay: 21.65s;
          animation-delay: 21.65s; }

.glowing-text span:nth-child(434) {
  -webkit-animation-delay: 21.7s;
          animation-delay: 21.7s; }

.glowing-text span:nth-child(435) {
  -webkit-animation-delay: 21.75s;
          animation-delay: 21.75s; }

.glowing-text span:nth-child(436) {
  -webkit-animation-delay: 21.8s;
          animation-delay: 21.8s; }

.glowing-text span:nth-child(437) {
  -webkit-animation-delay: 21.85s;
          animation-delay: 21.85s; }

.glowing-text span:nth-child(438) {
  -webkit-animation-delay: 21.9s;
          animation-delay: 21.9s; }

.glowing-text span:nth-child(439) {
  -webkit-animation-delay: 21.95s;
          animation-delay: 21.95s; }

.glowing-text span:nth-child(440) {
  -webkit-animation-delay: 22s;
          animation-delay: 22s; }

.glowing-text span:nth-child(441) {
  -webkit-animation-delay: 22.05s;
          animation-delay: 22.05s; }

.glowing-text span:nth-child(442) {
  -webkit-animation-delay: 22.1s;
          animation-delay: 22.1s; }

.glowing-text span:nth-child(443) {
  -webkit-animation-delay: 22.15s;
          animation-delay: 22.15s; }

.glowing-text span:nth-child(444) {
  -webkit-animation-delay: 22.2s;
          animation-delay: 22.2s; }

.glowing-text span:nth-child(445) {
  -webkit-animation-delay: 22.25s;
          animation-delay: 22.25s; }

.glowing-text span:nth-child(446) {
  -webkit-animation-delay: 22.3s;
          animation-delay: 22.3s; }

.glowing-text span:nth-child(447) {
  -webkit-animation-delay: 22.35s;
          animation-delay: 22.35s; }

.glowing-text span:nth-child(448) {
  -webkit-animation-delay: 22.4s;
          animation-delay: 22.4s; }

.glowing-text span:nth-child(449) {
  -webkit-animation-delay: 22.45s;
          animation-delay: 22.45s; }

.glowing-text span:nth-child(450) {
  -webkit-animation-delay: 22.5s;
          animation-delay: 22.5s; }

.glowing-text span:nth-child(451) {
  -webkit-animation-delay: 22.55s;
          animation-delay: 22.55s; }

.glowing-text span:nth-child(452) {
  -webkit-animation-delay: 22.6s;
          animation-delay: 22.6s; }

.glowing-text span:nth-child(453) {
  -webkit-animation-delay: 22.65s;
          animation-delay: 22.65s; }

.glowing-text span:nth-child(454) {
  -webkit-animation-delay: 22.7s;
          animation-delay: 22.7s; }

.glowing-text span:nth-child(455) {
  -webkit-animation-delay: 22.75s;
          animation-delay: 22.75s; }

.glowing-text span:nth-child(456) {
  -webkit-animation-delay: 22.8s;
          animation-delay: 22.8s; }

.glowing-text span:nth-child(457) {
  -webkit-animation-delay: 22.85s;
          animation-delay: 22.85s; }

.glowing-text span:nth-child(458) {
  -webkit-animation-delay: 22.9s;
          animation-delay: 22.9s; }

.glowing-text span:nth-child(459) {
  -webkit-animation-delay: 22.95s;
          animation-delay: 22.95s; }

.glowing-text span:nth-child(460) {
  -webkit-animation-delay: 23s;
          animation-delay: 23s; }

.glowing-text span:nth-child(461) {
  -webkit-animation-delay: 23.05s;
          animation-delay: 23.05s; }

.glowing-text span:nth-child(462) {
  -webkit-animation-delay: 23.1s;
          animation-delay: 23.1s; }

.glowing-text span:nth-child(463) {
  -webkit-animation-delay: 23.15s;
          animation-delay: 23.15s; }

.glowing-text span:nth-child(464) {
  -webkit-animation-delay: 23.2s;
          animation-delay: 23.2s; }

.glowing-text span:nth-child(465) {
  -webkit-animation-delay: 23.25s;
          animation-delay: 23.25s; }

.glowing-text span:nth-child(466) {
  -webkit-animation-delay: 23.3s;
          animation-delay: 23.3s; }

.glowing-text span:nth-child(467) {
  -webkit-animation-delay: 23.35s;
          animation-delay: 23.35s; }

.glowing-text span:nth-child(468) {
  -webkit-animation-delay: 23.4s;
          animation-delay: 23.4s; }

.glowing-text span:nth-child(469) {
  -webkit-animation-delay: 23.45s;
          animation-delay: 23.45s; }

.glowing-text span:nth-child(470) {
  -webkit-animation-delay: 23.5s;
          animation-delay: 23.5s; }

.glowing-text span:nth-child(471) {
  -webkit-animation-delay: 23.55s;
          animation-delay: 23.55s; }

.glowing-text span:nth-child(472) {
  -webkit-animation-delay: 23.6s;
          animation-delay: 23.6s; }

.glowing-text span:nth-child(473) {
  -webkit-animation-delay: 23.65s;
          animation-delay: 23.65s; }

.glowing-text span:nth-child(474) {
  -webkit-animation-delay: 23.7s;
          animation-delay: 23.7s; }

.glowing-text span:nth-child(475) {
  -webkit-animation-delay: 23.75s;
          animation-delay: 23.75s; }

.glowing-text span:nth-child(476) {
  -webkit-animation-delay: 23.8s;
          animation-delay: 23.8s; }

.glowing-text span:nth-child(477) {
  -webkit-animation-delay: 23.85s;
          animation-delay: 23.85s; }

.glowing-text span:nth-child(478) {
  -webkit-animation-delay: 23.9s;
          animation-delay: 23.9s; }

.glowing-text span:nth-child(479) {
  -webkit-animation-delay: 23.95s;
          animation-delay: 23.95s; }

.glowing-text span:nth-child(480) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s; }

.glowing-text span:nth-child(481) {
  -webkit-animation-delay: 24.05s;
          animation-delay: 24.05s; }

.glowing-text span:nth-child(482) {
  -webkit-animation-delay: 24.1s;
          animation-delay: 24.1s; }

.glowing-text span:nth-child(483) {
  -webkit-animation-delay: 24.15s;
          animation-delay: 24.15s; }

.glowing-text span:nth-child(484) {
  -webkit-animation-delay: 24.2s;
          animation-delay: 24.2s; }

.glowing-text span:nth-child(485) {
  -webkit-animation-delay: 24.25s;
          animation-delay: 24.25s; }

.glowing-text span:nth-child(486) {
  -webkit-animation-delay: 24.3s;
          animation-delay: 24.3s; }

.glowing-text span:nth-child(487) {
  -webkit-animation-delay: 24.35s;
          animation-delay: 24.35s; }

.glowing-text span:nth-child(488) {
  -webkit-animation-delay: 24.4s;
          animation-delay: 24.4s; }

.glowing-text span:nth-child(489) {
  -webkit-animation-delay: 24.45s;
          animation-delay: 24.45s; }

.glowing-text span:nth-child(490) {
  -webkit-animation-delay: 24.5s;
          animation-delay: 24.5s; }

.glowing-text span:nth-child(491) {
  -webkit-animation-delay: 24.55s;
          animation-delay: 24.55s; }

.glowing-text span:nth-child(492) {
  -webkit-animation-delay: 24.6s;
          animation-delay: 24.6s; }

.glowing-text span:nth-child(493) {
  -webkit-animation-delay: 24.65s;
          animation-delay: 24.65s; }

.glowing-text span:nth-child(494) {
  -webkit-animation-delay: 24.7s;
          animation-delay: 24.7s; }

.glowing-text span:nth-child(495) {
  -webkit-animation-delay: 24.75s;
          animation-delay: 24.75s; }

.glowing-text span:nth-child(496) {
  -webkit-animation-delay: 24.8s;
          animation-delay: 24.8s; }

.glowing-text span:nth-child(497) {
  -webkit-animation-delay: 24.85s;
          animation-delay: 24.85s; }

.glowing-text span:nth-child(498) {
  -webkit-animation-delay: 24.9s;
          animation-delay: 24.9s; }

.glowing-text span:nth-child(499) {
  -webkit-animation-delay: 24.95s;
          animation-delay: 24.95s; }

.glowing-text span:nth-child(500) {
  -webkit-animation-delay: 25s;
          animation-delay: 25s; }

.blog-banner .page-question-box {
  color: #fff; }

.blog-banner .page-question-wrapper {
  overflow-x: visible; }

.faq-banner {
  padding: 70px 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff; }

.banner-heading {
  font-size: 30px;
  font-weight: 300; }

.search-wrap {
  max-width: 700px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative; }
  .search-wrap .form-control {
    padding-right: 50px; }
  .search-wrap button {
    position: absolute;
    top: 0;
    right: -2px;
    width: 40px;
    height: 100%;
    background: #ffc107;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
    .search-wrap button:hover {
      background: #c99700; }

.support-accordion-area .accordion-item {
  background: #000;
  border: 0; }

.support-accordion-area .accordion-title {
  position: relative;
  display: block;
  padding: 1px;
  margin-bottom: 15px;
  cursor: pointer;
  background: #949494;
  background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(black));
  background: linear-gradient(to bottom, #949494 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#949494', endColorstr='#000000', GradientType=0); }
  .support-accordion-area .accordion-title:before, .support-accordion-area .accordion-title:after {
    position: absolute;
    top: 1px;
    content: ""; }
  .support-accordion-area .accordion-title:before {
    left: 1px;
    width: 70px;
    height: 100%;
    background: #000; }
  .support-accordion-area .accordion-title:after {
    left: 70px;
    width: 0;
    border: 0;
    border-left: 25px solid #000;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent; }
  .support-accordion-area .accordion-title > .accordion-button {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    padding: 20px 15px 20px 110px;
    background: #1e1c1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1c1f), to(black));
    background: linear-gradient(to bottom, #1e1c1f 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1c1f', endColorstr='#000000', GradientType=0); }
  .support-accordion-area .accordion-title .content-icon,
  .support-accordion-area .accordion-title .support-icon {
    position: absolute;
    left: 15px;
    top: 7px;
    width: 50px;
    height: 50px;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
  .support-accordion-area .accordion-title[aria-expanded="true"] > .accordion-button, .support-accordion-area .accordion-title:hover > .accordion-button {
    color: #ffc107; }
  .support-accordion-area .accordion-title[aria-expanded="true"] .content-icon,
  .support-accordion-area .accordion-title[aria-expanded="true"] .support-icon, .support-accordion-area .accordion-title:hover .content-icon,
  .support-accordion-area .accordion-title:hover .support-icon {
    background-position: -50px center; }

.support-accordion-area .icon-email-status-info {
  background-image: url(../img/support/email-icon.png); }

.support-accordion-area .icon-remote-support-info {
  background-image: url(../img/support/s-rem-icon.png); }

.support-accordion-area .icon-server-status-info {
  background-image: url(../img/support/server-icon.png); }

.support-accordion-area .icon-web-tools-info {
  background-image: url(../img/support/tools-icon.png); }

.support-accordion-area .icon-control-panel-info {
  background-image: url(../img/support/tools-icon.png); }

.support-accordion-area .text-with-left-icon.small-icon {
  position: relative; }
  .support-accordion-area .text-with-left-icon.small-icon .icon-wrap {
    width: 50px;
    height: 50px;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    margin: 0; }
  .support-accordion-area .text-with-left-icon.small-icon .icon-inner {
    width: 40px;
    height: 40px; }
  .support-accordion-area .text-with-left-icon.small-icon .text-des {
    padding-left: 20px; }

.support-accordion-area .s-status-icon {
  float: right;
  margin-top: -5px;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat; }

.support-accordion-area .s-status-checked {
  background-image: url(../img/support/checked-icon.png); }

.support-accordion-area .s-status-disruption {
  background-image: url(../img/support/warning-icon.png); }

.support-accordion-area .s-status-unavailable {
  background-image: url(../img/support/remove-icon.png); }

.support-accordion-area .s-status-resolved {
  background-image: url(../img/support/resolved-icon.png); }

.support-accordion-area .collapse:not(.show) {
  display: none; }

.support-accordion-area .s-con-status-img {
  width: 100%;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin-bottom: 20px; }

.support-accordion-area .s-con-status-checked {
  background-image: url(../img/support/emailserviceoperatingnormally.png); }

.support-accordion-area .s-con-status-disruption {
  background-image: url(../img/support/emailservicesexperiencingsystemdisruption.png); }

.support-accordion-area .s-con-status-unavailable {
  background-image: url(../img/support/emailservicesunavailabel.png); }

.support-accordion-area .s-con-status-resolved {
  background-image: url(../img/support/emailservicesissueshavebeenresolved.png); }

.support-accordion-area .s-ser-con-status-checked {
  background-image: url(../img/support/hosting-server-operating-normally.png); }

.support-accordion-area .s-ser-con-status-disruption {
  background-image: url(../img/support/hosting-server-experiencing-system-disruption.png); }

.support-accordion-area .s-ser-con-status-unavailable {
  background-image: url(../img/support/hosting-server-unavailable.png); }

.support-accordion-area .s-ser-con-status-resolved {
  background-image: url(../img/support/hosting-server-issues-have-been-resolved.png); }

@media (max-width: 480px) {
  .page-question-box {
    font-size: 18px; }
  .page-question-box p {
    font-size: 18px !important; } }

@media (max-width: 400px) {
  .support-accordion-area .accordion-title:after {
    border-left: 0;
    border-top: 0;
    border-bottom: 0; }
  .support-accordion-area .accordion-title > .accordion-button {
    padding: 20px 15px 20px 70px; } }

.sidenav-payment {
  width: 500px;
  padding: 20px;
  background: #0b0b0c;
  -webkit-box-shadow: -3px 0px 3px 1px rgba(255, 255, 255, 0.22);
          box-shadow: -3px 0px 3px 1px rgba(255, 255, 255, 0.22); }
  .sidenav-payment .closebtnpymt {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 30px !important;
    font-weight: 200; }
  .sidenav-payment .payment-title {
    margin-bottom: 30px; }
  .sidenav-payment h3, .sidenav-payment .h3 {
    padding: 15px;
    background: #252525;
    font-size: 18px;
    line-height: 1;
    text-align: center; }

.sidenav-ticket {
  padding: 20px;
  margin-right: -590px;
  display: block;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transform: translate(-500px, 0px);
          transform: translate(-500px, 0px);
  overflow: visible; }
  .sidenav-ticket .closebtntkt {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 30px !important;
    font-weight: 200; }
  .sidenav-ticket .nav-tabs .nav-link.active,
  .sidenav-ticket .nav-tabs .nav-item.show .nav-link {
    color: inherit;
    background-color: inherit;
    border-color: inherit; }
  .sidenav-ticket .nav-tabs .nav-link {
    border: 0;
    padding: 0; }
  .sidenav-ticket .nav-tabs {
    border-bottom: 0; }
  .sidenav-ticket h3, .sidenav-ticket .h3 {
    margin-bottom: 30px; }
  .sidenav-ticket .urgency label span {
    color: #fff; }
  .sidenav-ticket .form-group-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
    line-height: 24px; }
  .sidenav-ticket .form-group-radio input[type=radio] {
    display: none; }
  .sidenav-ticket .form-group-radio label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    background: url(../img/unselect-radio.png);
    border-radius: 8px; }
  .sidenav-ticket .form-group-radio input[type=radio]:checked + label:before {
    background: url(../img/select-radio.png); }
  .sidenav-ticket .form-group-radio label {
    position: relative;
    cursor: pointer; }
  .sidenav-ticket .form-group-radio input[type=radio] {
    position: relative;
    visibility: hidden; }
  .sidenav-ticket .form-group-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 5px;
    left: 5px;
    visibility: hidden; }
  .sidenav-ticket .form-group-radio input[type=radio]:checked + span:after {
    background: #ffcd30;
    visibility: visible; }
  .sidenav-ticket .scroll-wrapper {
    position: relative;
    overflow-y: auto;
    max-height: 88vh;
    overflow-x: hidden; }

.quote-sidebar-wrapper.ticket-sidebar-wrapper {
  overflow: visible; }

.support-types-tab-content .mCSB_inside > .mCSB_container {
  margin-right: 20px; }

.support-types-tab {
  position: fixed;
  top: 80px;
  left: -90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 101;
  padding: 10px 10px 0;
  background: #0b0b0c;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.22), -1px -1px 1px 0px rgba(255, 255, 255, 0.22);
          box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.22), -1px -1px 1px 0px rgba(255, 255, 255, 0.22); }
  .support-types-tab li {
    margin-bottom: 10px; }
    .support-types-tab li a {
      color: #fff; }
      .support-types-tab li a img {
        display: none;
        margin: 0 auto;
        max-width: 50px; }
      .support-types-tab li a img:nth-child(1) {
        display: block; }
      .support-types-tab li a img:nth-child(2) {
        display: none; }
      .support-types-tab li a.active, .support-types-tab li a:hover {
        color: #ffcd30; }
        .support-types-tab li a.active img:nth-child(1), .support-types-tab li a:hover img:nth-child(1) {
          display: none; }
        .support-types-tab li a.active img, .support-types-tab li a:hover img {
          display: block; }

.support-types-tab li .nav-link.active,
.support-types-tab li .nav-link:hover {
  color: #ffcd30 !important; }

.support-tab-title-holder {
  padding: 1px;
  border-radius: 8px;
  max-width: 90px;
  margin: 0 auto;
  background: #9a9a9a;
  background: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(black));
  background: linear-gradient(to bottom, #9a9a9a 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a9a9a', endColorstr='#000000', GradientType=0); }
  .support-tab-title-holder > div {
    position: relative;
    padding: 15px;
    height: 70px;
    border-radius: 8px;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
    .support-tab-title-holder > div:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 50%;
      border-bottom-left-radius: 90%;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(rgba(0, 0, 0, 0.25)));
      background: linear-gradient(to bottom, #4b4b4b 0%, rgba(0, 0, 0, 0.25) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#40000000', GradientType=0); }
  .support-tab-title-holder:hover > div:after {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 0%; }

.page-template-default.elementor-page-6308 .inner-banner {
  min-height: 300px !important; }

@media (max-width: 767px) {
  .sidenav-ticket {
    width: calc(100% - 90px);
    right: -630px; }
  .sidenav-payment {
    width: 300px;
    right: -305px; }
  .sidenav-payment .payment-title {
    font-size: 18px; } }

.faq-breadcrumbs {
  color: #5f5f5f;
  border-bottom: 1px solid #262626;
  padding: 0.75rem 1rem; }
  .faq-breadcrumbs #breadcrumbs span a {
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 400; }
  .faq-breadcrumbs #breadcrumbs span .bcrumbs-slash {
    padding-left: 8px;
    padding-right: 8px; }
  .faq-breadcrumbs span.breadcrumb_last {
    color: #a7a7a7;
    font-size: 16px; }

.discover-breadcrumb ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .discover-breadcrumb ul li {
    padding: 5px 10px; }
    .discover-breadcrumb ul li:nth-child(1) {
      padding-left: 0px; }
    .discover-breadcrumb ul li a {
      padding: 5px 10px;
      color: #6f6f6f;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 0.5px; }
      .discover-breadcrumb ul li a.active {
        color: #d4d4d4; }

.thank-you-modal {
  z-index: 999999999;
  background: #000000ab; }
  .thank-you-modal .modal-dialog {
    margin: 5rem auto; }
    .thank-you-modal .modal-dialog .modal-content {
      background: #000000;
      border: 1px solid #181818;
      border-radius: 0; }
    @media (min-width: 576px) {
      .thank-you-modal .modal-dialog {
        max-width: 1380px;
        margin: 1.75rem auto; } }
    @media only screen and (max-width: 1100px) {
      .thank-you-modal .modal-dialog {
        max-width: 1000px;
        padding: 20px; } }
    @media only screen and (max-width: 800px) {
      .thank-you-modal .modal-dialog {
        max-width: 400px; } }
  .thank-you-modal .modal-body {
    padding: 40px 40px;
    background: #000000;
    color: #cccccc;
    text-align: left; }
    @media only screen and (max-width: 1100px) {
      .thank-you-modal .modal-body {
        padding: 30px 20px; } }
  .thank-you-modal .thank-you-img-box {
    text-align: center;
    padding: 30px; }
    .thank-you-modal .thank-you-img-box p {
      font-size: 16px;
      font-weight: 500;
      color: #cccccc; }
    .thank-you-modal .thank-you-img-box img {
      max-width: 100%;
      margin: 0 auto 40px; }
  .thank-you-modal .thank-you-message-content {
    text-align: center;
    color: #cccccc; }
    .thank-you-modal .thank-you-message-content .spin-checkmark {
      padding-left: 0; }
      .thank-you-modal .thank-you-message-content .spin-checkmark::before {
        display: none; }
  .thank-you-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-image: url(../img/thank-you-modal-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px; }

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

.modal-backdrop {
  z-index: 0; }

.portfolio-modal .modal-dialog {
  max-width: 100%;
  padding: 0px;
  background: #000000;
  margin: 0px;
  height: 100%; }
  .portfolio-modal .modal-dialog .modal-content {
    background-color: #000000; }
  .portfolio-modal .modal-dialog .btn-close {
    position: absolute;
    right: 17px;
    top: 16px;
    width: 35px;
    height: 35px;
    font-size: 30px;
    font-weight: 200;
    color: #ffffff;
    opacity: 1; }

.brading-swiper-slider .swiper-slide,
.thum-image2 {
  height: auto;
  min-height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.portfolio-content-wrapper .swiper-pagination-fraction {
  color: #ffffff;
  position: fixed;
  left: 20px;
  top: 20px;
  width: 100px;
  text-align: left;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 17px;
  font-variant-numeric: tabular-nums; }

.portfolio-content-wrapper .swiper-button-next {
  background-image: url(../img/next-white.png);
  background-size: contain;
  opacity: 1; }

.portfolio-content-wrapper .swiper-button-prev {
  background-image: url(../img/pre-white.png);
  background-size: contain;
  opacity: 1; }

.thum-image2 {
  width: 100%; }

.portfolio-text-content {
  max-width: 1240px;
  margin: auto; }

.getinTouch-btn {
  position: fixed;
  right: 35px;
  background: #009933;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  z-index: 999;
  border-color: transparent;
  padding: 10px;
  visibility: hidden;
  opacity: 0; }
  .getinTouch-btn.visible {
    visibility: visible;
    bottom: 35px;
    opacity: 1; }

.getinTouch-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-animation: src_pulse-animation__3W6kG 1s cubic-bezier(0.24, 0, 0.38, 1.6) infinite;
  animation: src_pulse-animation__3W6kG 1s cubic-bezier(0.24, 0, 0.38, 1.6) infinite;
  z-index: -1; }

@-webkit-keyframes src_pulse-animation__3W6kG {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@keyframes src_pulse-animation__3W6kG {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

.faq-cats-dropdown .accordion .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #262626 !important; }
  .faq-cats-dropdown .accordion .accordion-item .accordion-button {
    background: black;
    position: relative;
    display: block;
    padding: 1px;
    cursor: pointer; }
    .faq-cats-dropdown .accordion .accordion-item .accordion-button span {
      color: #ffcd30 !important;
      padding: 15px 15px 15px 50px;
      background: #000;
      display: block;
      color: #fff;
      line-height: 1.2;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1c1f', endColorstr='#000000',GradientType=0 ); }
    .faq-cats-dropdown .accordion .accordion-item .accordion-button::after {
      right: initial;
      position: absolute;
      left: 18px;
      top: 20px;
      font: normal normal normal 22px/1 FontAwesome;
      color: #fff;
      -webkit-filter: brightness(5);
              filter: brightness(5);
      background-size: 80%; }
    .faq-cats-dropdown .accordion .accordion-item .accordion-button:focus {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .faq-cats-dropdown .accordion .accordion-item .accordion-button[aria-expanded='true'] {
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(#ffcd30));
    background: linear-gradient(to bottom, black 0%, #ffcd30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffcd30',GradientType=0 );
    margin-bottom: 15px; }
  .faq-cats-dropdown .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    top: 15px; }

.faq-cats-dropdown .accordion .accordion-body a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px; }

.faq-column .elementor-widget:not(:last-child) {
  margin-bottom: 10px; }

.faq-column .elementor-widget-container .elementor-heading-title a:hover {
  color: #FFCD30; }

.blog-cat-dropdown .page-question-box {
  font-size: 44px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .blog-cat-dropdown .page-question-box {
      font-size: 26px; } }

.blog-cat-dropdown .blog-cat-dropdown {
  display: inline-block; }
  .blog-cat-dropdown .blog-cat-dropdown .dropdown-toggle {
    padding-bottom: 18px;
    position: relative;
    vertical-align: top;
    line-height: 1;
    display: block;
    background: transparent;
    color: #ffcd30;
    border: none;
    border-bottom: 1px solid #ffcd30 !important;
    font-weight: 300;
    padding-right: 45px;
    margin-left: 5px; }
    .blog-cat-dropdown .blog-cat-dropdown .dropdown-toggle::after {
      background: url("../img/arrow-down-sign2.png") transparent no-repeat 98.5% !important;
      /* !important used for overriding all other customisations */
      background: url("../img/arrow-down-sign2.png") transparent no-repeat calc(100% - 10px) !important;
      /* Better placement regardless of input width */
      border: none;
      width: 40px;
      height: 50px;
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .blog-cat-dropdown .blog-cat-dropdown .dropdown-toggle::after {
          width: 40px;
          height: 35px; } }

.blog-cat-dropdown .dropdown-menu {
  background: #0b0b0c;
  padding: 0;
  min-width: 320px;
  top: -6px !important; }
  @media only screen and (max-width: 768px) {
    .blog-cat-dropdown .dropdown-menu {
      min-width: 200px; } }
  .blog-cat-dropdown .dropdown-menu a {
    display: block;
    padding: 12px 25px;
    border-top: 1px solid #1c1c1c;
    color: #cccccc;
    position: relative;
    text-transform: lowercase; }
    .blog-cat-dropdown .dropdown-menu a.active, .blog-cat-dropdown .dropdown-menu a:hover {
      background: #000;
      color: #ffcd30; }
      .blog-cat-dropdown .dropdown-menu a.active::before, .blog-cat-dropdown .dropdown-menu a:hover::before {
        background: #fde7a6;
        background: -webkit-gradient(linear, left top, left bottom, from(#fde7a6), to(#ce862a));
        background: linear-gradient(to bottom, #fde7a6 0%, #ce862a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde7a6', endColorstr='#ce862a',GradientType=0 ); }
    .blog-cat-dropdown .dropdown-menu a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 2px;
      height: 100%; }

@media only screen and (max-width: 1024px) {
  .ins-intro > .elementor-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.ins-intro-single .elementor-widget-wrap {
  overflow: hidden; }
  .ins-intro-single .elementor-widget-wrap img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden; }
  .ins-intro-single .elementor-widget-wrap:hover {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden; }
    .ins-intro-single .elementor-widget-wrap:hover img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
    .ins-intro-single .elementor-widget-wrap:hover .ins-g-btn {
      z-index: 2; }
      .ins-intro-single .elementor-widget-wrap:hover .ins-g-btn .elementor-widget-container .elementor-button-wrapper a.elementor-button {
        background-image: linear-gradient(135deg, #262626 0%, #f4c42d 50%, #262626 100%);
        z-index: 2; }
    .ins-intro-single .elementor-widget-wrap:hover::after {
      opacity: 1; }
    .ins-intro-single .elementor-widget-wrap:hover .ins-intro-meta::before {
      width: 100%;
      left: 0; }
  .ins-intro-single .elementor-widget-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    opacity: 0;
    z-index: -1; }
  .ins-intro-single .elementor-widget-wrap .ins-intro-meta::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.02);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1; }

@media only screen and (max-width: 1024px) {
  .ins-intro-single {
    width: 50% !important; } }

@media only screen and (max-width: 767px) {
  .ins-intro-single {
    width: 100% !important; } }

.ins-review-area {
  position: relative;
  text-align: center; }
  .ins-review-area .container-fluid, .ins-review-area .container-sm, .ins-review-area .container-md, .ins-review-area .container-lg, .ins-review-area .container-xl, .ins-review-area .container-xxl {
    max-width: 1680px; }
  @media only screen and (min-width: 1700px) {
    .ins-review-area .container {
      max-width: 1520px; } }
  .ins-review-area .swiper-button-next {
    right: 0px; }
  .ins-review-area .swiper-button-prev {
    left: 0px; }
  .ins-review-area .swiper-button-next,
  .ins-review-area .swiper-button-prev {
    top: 45%;
    color: #303030;
    height: 40px; }
    @media only screen and (max-width: 1024px) {
      .ins-review-area .swiper-button-next,
      .ins-review-area .swiper-button-prev {
        display: none; } }
  .ins-review-area .ins-review-header {
    margin-bottom: 75px;
    padding-top: 100px; }
  .ins-review-area .btnborder-img {
    margin-top: 70px; }
    @media only screen and (min-width: 769px) {
      .ins-review-area .btnborder-img {
        margin-top: 70px; } }

.ins-s-reviews {
  background-color: #0b0b0b;
  border-radius: 10px;
  border: 2px solid #1c1c1c;
  padding: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 450px; }
  .ins-s-reviews::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.02);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1; }
  .ins-s-reviews:hover::before {
    width: 100%;
    left: 0; }
  @media only screen and (max-width: 1399px) {
    .ins-s-reviews {
      padding: 50px; } }
  @media only screen and (max-width: 1024px) {
    .ins-s-reviews {
      text-align: center;
      height: auto;
      padding: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .ins-s-reviews .ins-review-author {
    min-width: 30%; }
  .ins-s-reviews .ins-review-contents {
    margin-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (max-width: 1399px) {
      .ins-s-reviews .ins-review-contents {
        margin-left: 5%; } }
    @media only screen and (max-width: 1024px) {
      .ins-s-reviews .ins-review-contents {
        padding: 20px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-left: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .ins-s-reviews .ins-review-contents p {
      color: #cccccc;
      font-size: 1rem;
      line-height: 1.8em;
      font-weight: normal;
      text-align: left;
      margin: 40px 0; }
      @media only screen and (max-width: 768px) {
        .ins-s-reviews .ins-review-contents p {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          line-clamp: 2;
          -webkit-box-orient: vertical; } }
    .ins-s-reviews .ins-review-contents cite {
      font-style: normal;
      font-size: 20px;
      font-weight: 700; }

.ins-s-reviews-content .title-cont {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 17px; }
  .ins-s-reviews-content .title-cont span {
    color: #ffcd30;
    font-weight: 900; }

.google-review {
  max-width: 195px;
  margin-bottom: 30px; }

.cont-reviews {
  font-size: 18px;
  margin-bottom: 0;
  padding-right: 20px; }

.cont-min-height {
  min-height: 450px; }
  @media only screen and (max-width: 599px) {
    .cont-min-height {
      height: 510px !important; } }

@media only screen and (max-width: 768px) {
  .instafeed-swiper .swiper-slide {
    margin: 8px; } }

.instagram-logo-area {
  margin-left: auto !important;
  width: 80% !important; }
  @media only screen and (max-width: 1799px) {
    .instagram-logo-area {
      width: 90% !important; } }
  @media only screen and (max-width: 768px) {
    .instagram-logo-area {
      width: 100% !important; } }
  .instagram-logo-area span {
    color: #ffbb15; }
  .instagram-logo-area .elementor-image-box-wrapper {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    min-height: 240px; }
  .instagram-logo-area .elementor-image-box-img {
    max-width: 130px;
    margin-top: 15px !important; }

.instafeed-slide .elementor-main-swiper {
  height: 320px !important; }

.instafeed-slide .elementor-carousel-image {
  background-position: center bottom; }
  @media only screen and (max-width: 768px) {
    .instafeed-slide .elementor-carousel-image {
      background-position: center center; } }

.ins-c-box {
  text-align: center;
  width: 200px !important;
  height: 200px;
  border-radius: 50%;
  background: #262626;
  background: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-transition: 2s;
  transition: 2s; }
  @media only screen and (max-width: 1024px) {
    .ins-c-box {
      margin: 10px; } }
  @media only screen and (max-width: 575px) {
    .ins-c-box {
      width: 182px !important;
      height: 182px; } }

.ins-c-box > .elementor-widget-wrap {
  background-color: #000000;
  width: 196px !important;
  height: 196px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 2s;
  transition: 2s;
  position: absolute; }
  @media only screen and (max-width: 575px) {
    .ins-c-box > .elementor-widget-wrap {
      width: 176px !important;
      height: 176px; } }

.insta-counter > .elementor-container {
  min-height: 300px;
  padding: 50px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .insta-counter > .elementor-container {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media only screen and (max-width: 768px) {
    .insta-counter > .elementor-container {
      padding: 20px 15px; } }

.quote-sidebar-wrapper > .dialog-widget-content > .dialog-message {
  overflow-y: hidden; }

#quoteFrom {
  overflow-y: auto;
  max-width: 500px;
  margin: auto;
  overflow-x: hidden; }

#quoteFrom::-webkit-scrollbar {
  width: 4px !important;
  border-radius: 10px !important; }

#quoteFrom::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 10px; }

#quoteFrom::-webkit-scrollbar-thumb {
  background-color: #939393 !important;
  outline: none !important;
  border-radius: 20px !important; }

.ins-awards-area-new {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ins-awards-area-new .container {
    max-width: 1570px; }

.awards-icons-list {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-top: 20px; }
  .awards-icons-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .awards-icons-list li {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .awards-icons-list .awards-icon {
    position: relative;
    height: 116px;
    width: 116px;
    padding: 5px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
    min-width: 116px; }
    .awards-icons-list .awards-icon::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #262626;
      background: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=1);
      -webkit-transition: 2s;
      transition: 2s; }
    .awards-icons-list .awards-icon span {
      position: relative;
      z-index: 10;
      display: block;
      width: 106px;
      height: 106px;
      border-radius: 50%;
      background-color: #000;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      display: grid;
      place-content: center;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .awards-icons-list .awards-icon span a {
        position: absolute;
        visibility: hidden;
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 0%;
        margin-top: -10px;
        text-transform: uppercase;
        font-weight: 700;
        -webkit-transition: 0.5s ease-out;
        transition: 0.5s ease-out; }
    .awards-icons-list .awards-icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }

.awards-img-center {
  position: absolute;
  width: 400px;
  height: 500px;
  left: 0;
  top: 0;
  background-image: url("../../new_home_page/img/awards-two.png");
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end; }

.awards-icon-content {
  max-width: 370px; }
  .awards-icon-content .title {
    font-size: 20px; }
    .awards-icon-content .title span {
      color: #ffcd30; }

.awards-icon-content {
  min-height: 100px; }
  .awards-icon-content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #919191; }
  .awards-icon-content .text-2 {
    display: none; }

.hover-effect:hover .awards-icon::before,
.hover-effect-2:hover .awards-icon::before {
  background: linear-gradient(135deg, #f0c30e 0%, #999999 50%, #f39b11 100%); }

.hover-effect:hover .icon-stisfaction span a,
.hover-effect-2:hover .icon-stisfaction span a {
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  margin-top: 0px; }

.hover-effect:hover .icon-stisfaction span img,
.hover-effect-2:hover .icon-stisfaction span img {
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0; }

.hover-effect:hover .text-2 {
  display: block;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }

.hover-effect:hover .text-1 {
  display: none;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }

.new-progress-bar {
  margin-bottom: 12px !important; }
  .new-progress-bar .ekit-wid-con .skill-bar {
    border: 2px solid #333333;
    border-radius: 6px;
    overflow: hidden; }
    .new-progress-bar .ekit-wid-con .skill-bar .number-percentage-wraper {
      position: absolute;
      top: 6px;
      color: #e69b23 !important;
      right: 30px;
      font-weight: 200; }
      .new-progress-bar .ekit-wid-con .skill-bar .number-percentage-wraper span {
        font-weight: 300;
        padding-right: 2px; }
    .new-progress-bar .ekit-wid-con .skill-bar .skill-track .number-percentage-wraper {
      display: none; }
  .new-progress-bar .skill-bar-content {
    position: absolute;
    bottom: 2px;
    z-index: 3;
    height: 90%;
    padding: 4px 15px 3px 10px;
    margin-bottom: 0px !important; }

.neww-progress .skill-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 10px; }

.neww-progress .number-percentage-wraper {
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  background: #1b1b1b;
  z-index: 9 !important; }

.our-skills::after {
  content: "SKILLS";
  position: absolute;
  color: #484848;
  font-family: "Barlow", Sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  top: 40px;
  right: -40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
  @media only screen and (max-width: 991px) {
    .our-skills::after {
      font-weight: 800;
      top: -13px;
      right: 6px;
      letter-spacing: 2px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); } }

@media only screen and (max-width: 768px) {
  .custom-bg-add {
    background-image: none !important; } }

.custom-bg-add::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.99)), color-stop(10%, rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.1) 10%);
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .custom-bg-add::before {
      content: none; } }

.swiper-pagination-line-2.swiper-pagination-bullets,
.swiper-pagination-line.swiper-pagination-bullets,
.swiper-pagination1.swiper-pagination-bullets {
  position: relative;
  width: 100%;
  padding: 20px 0; }
  .swiper-pagination-line-2.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-line.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination1.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 45px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #d4d4d4;
    margin: 10px; }

@media only screen and (min-width: 769px) {
  .swiper-pagination-line-2,
  .swiper-pagination-line,
  .swiper-pagination1 {
    display: none; } }

.hidden {
  visibility: hidden;
  position: absolute;
  bottom: 0; }

.custom-swiper-arrows .swiper-button-next,
.ins-review-area .swiper-button-next {
  background-color: #1a1a1acf;
  opacity: 1 !important;
  height: 80px;
  display: grid !important;
  place-content: center !important;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  border: 1px solid transparent;
  width: 50px;
  right: -2px;
  left: auto;
  border-radius: 50px 0px 0px 50px;
  padding-left: 15px;
  background-image: url(../img/right-arrow.png);
  background-position: left 53% center;
  background-repeat: no-repeat;
  background-size: 12px; }
  .custom-swiper-arrows .swiper-button-next:hover,
  .ins-review-area .swiper-button-next:hover {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border: 1px solid #434343; }

.custom-swiper-arrows .swiper-button-prev,
.ins-review-area .swiper-button-prev {
  background-color: #1a1a1acf;
  opacity: 1 !important;
  height: 80px;
  display: grid !important;
  place-content: center !important;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  border: 1px solid transparent;
  width: 60px;
  left: -10px;
  right: auto;
  border-radius: 0px 50px 50px 0px;
  padding-right: 15px;
  background-image: url(../img/left-arrow.png);
  background-position: left 49% center;
  background-repeat: no-repeat;
  background-size: 12px; }
  .custom-swiper-arrows .swiper-button-prev:hover,
  .ins-review-area .swiper-button-prev:hover {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border: 1px solid #434343; }

@media only screen and (min-width: 1366px) {
  .custom-swiper-arrows .swiper-button-next,
  .ins-review-area .swiper-button-next {
    height: 160px;
    width: 80px !important;
    right: -10px;
    padding-left: 0px;
    border-radius: 90px 0px 0px 90px;
    background-size: auto !important;
    background-color: #1a1a1a; }
  .custom-swiper-arrows .swiper-button-prev,
  .ins-review-area .swiper-button-prev {
    height: 160px;
    width: 80px !important;
    left: -10px;
    padding-left: 0px;
    border-radius: 0px 90px 90px 0px;
    background-size: auto !important;
    background-color: #1a1a1a; } }

@media only screen and (max-width: 600px) {
  .custom-swiper-arrows .swiper-button-next,
  .ins-review-area .swiper-button-next {
    display: none; }
  .custom-swiper-arrows .swiper-button-prev,
  .ins-review-area .swiper-button-prev {
    display: none; } }

.our-service-slider {
  position: relative; }
  .our-service-slider .box-container-2 {
    -webkit-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
    max-width: 1260px;
    margin: auto; }
    .our-service-slider .box-container-2 .box-item {
      -webkit-transition: 0.8s ease-out;
      transition: 0.8s ease-out;
      position: relative;
      -webkit-backface-visibility: hidden;
      max-width: 100%;
      padding: 3px; }
    .our-service-slider .box-container-2 .flip-box2 {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-perspective: 1000px;
      perspective: 1000px;
      border: 2px solid #1c1c1c;
      border-radius: 6px; }
      .our-service-slider .box-container-2 .flip-box2:hover .flip-box2-front {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d; }
      .our-service-slider .box-container-2 .flip-box2:hover .flip-box2-back {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d; }
      .our-service-slider .box-container-2 .flip-box2 .flip-box2-front .inner {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 48px;
        outline: 1px solid transparent;
        -webkit-perspective: inherit;
        perspective: inherit;
        z-index: 2;
        -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
        transform: translateY(-50%) translateZ(60px) scale(0.94);
        top: 70%; }
      .our-service-slider .box-container-2 .flip-box2 .flip-box2-back .inner {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 60px;
        outline: 1px solid transparent;
        -webkit-perspective: inherit;
        perspective: inherit;
        z-index: 2;
        -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
        transform: translateY(-50%) translateZ(60px) scale(0.94);
        top: 50%;
        text-align: left; }
        .our-service-slider .box-container-2 .flip-box2 .flip-box2-back .inner ul {
          text-align: left;
          font-family: "Lato", Sans-serif;
          -webkit-padding-start: 20px;
          padding-inline-start: 20px;
          font-size: 16px;
          margin-top: 35px;
          margin-bottom: 45px; }
          .our-service-slider .box-container-2 .flip-box2 .flip-box2-back .inner ul li {
            font-family: "Lato", Sans-serif;
            font-size: 16px;
            line-height: 30px; }
        .our-service-slider .box-container-2 .flip-box2 .flip-box2-back .inner .rotating-border {
          padding: 10px !important;
          min-height: 50px; }
        .our-service-slider .box-container-2 .flip-box2 .flip-box2-back .inner .animation-btn {
          height: 40px !important;
          padding-left: 30px;
          padding-right: 15px;
          margin-right: 10px;
          min-width: 180px; }
          .our-service-slider .box-container-2 .flip-box2 .flip-box2-back .inner .animation-btn span {
            font-size: 13px; }
      .our-service-slider .box-container-2 .flip-box2 p {
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: 0.3px;
        color: #cccccc; }
    .our-service-slider .box-container-2 .flip-box2-front {
      background-size: cover;
      background-position: center;
      border-radius: 8px;
      min-height: 400px;
      -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: rotateY(0deg);
              transform: rotateY(0deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      @media only screen and (max-width: 768px) {
        .our-service-slider .box-container-2 .flip-box2-front {
          display: none; } }
      .our-service-slider .box-container-2 .flip-box2-front .inner {
        display: block; }
      .our-service-slider .box-container-2 .flip-box2-front .title-block {
        position: relative;
        height: 70px;
        text-align: center;
        margin-bottom: 20px; }
      .our-service-slider .box-container-2 .flip-box2-front .flip-box2-header {
        position: absolute;
        bottom: 0%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        font-family: "Lato", Sans-serif;
        width: 84%; }
    .our-service-slider .box-container-2 .flip-box2-back {
      background-size: cover;
      background-position: center;
      border-radius: 8px;
      min-height: 400px;
      -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      @media only screen and (max-width: 768px) {
        .our-service-slider .box-container-2 .flip-box2-back {
          height: 400px;
          position: relative;
          -webkit-backface-visibility: visible;
                  backface-visibility: visible;
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg); } }
    .our-service-slider .box-container-2 .flip-box2-header {
      font-family: "Lato", Sans-serif;
      font-size: 24px;
      font-weight: 600; }
    .our-service-slider .box-container-2 .flip-box2-img {
      margin-top: 25px; }
    .our-service-slider .box-container-2 .flip-box2-button {
      background-color: transparent;
      border: 2px solid #fff;
      border-radius: 2px;
      color: #fff;
      cursor: pointer;
      font-size: 20px;
      font-weight: bold;
      margin-top: 25px;
      padding: 15px 20px;
      text-transform: uppercase; }

.flip-box-mbl {
  border: 2px solid #1c1c1c;
  border-radius: 6px; }

@media only screen and (max-width: 768px) {
  .our-service-slider .box-container-2 .row .col-md-4 {
    width: 50% !important; } }

@media only screen and (max-width: 600px) {
  .our-service-slider .box-container-2 .row .col-md-4 {
    width: 100% !important; } }

@media only screen and (max-width: 1024px) {
  .our-service-slider .box-container-2 .flip-box2-front .flip-box2-header {
    font-size: 22px;
    font-weight: 500; }
  .our-service-slider .box-container-2 .flip-box2-header {
    font-size: 22px;
    font-weight: 500; } }

@media only screen and (max-width: 1200px) {
  .our-service-slider .box-container-2 .flip-box2 .flip-box2-front .inner {
    padding: 30px 15px; }
  .our-service-slider .box-container-2 .flip-box2 .flip-box2-back .inner {
    padding: 30px; }
    .our-service-slider .box-container-2 .flip-box2 .flip-box2-back .inner ul {
      margin-top: 20px;
      margin-bottom: 30px; } }

.arrow-default .elementor-swiper-button {
  background: #1a1a1a;
  opacity: 1 !important;
  height: 80px;
  display: grid !important;
  place-content: center !important;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  border: 1px solid transparent; }
  .arrow-default .elementor-swiper-button:hover {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border: 1px solid #434343 !important; }

.arrow-default .elementor-swiper-button-next {
  width: 50px;
  right: -2px !important;
  border-radius: 50px 0px 0px 50px;
  padding-left: 15px;
  background-image: url(../img/right-arrow.png);
  background-position: left 50% center;
  background-repeat: no-repeat;
  background-size: 12px; }

.arrow-default .elementor-swiper-button-prev {
  width: 50px;
  left: -2px !important;
  border-radius: 0px 50px 50px 0px;
  padding-right: 15px;
  background-image: url(../img/left-arrow.png);
  background-position: left 49% center;
  background-repeat: no-repeat;
  background-size: 12px; }

.arrow-default.reviews .elementor-swiper-button:hover {
  background: #000000 !important;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out; }

@media only screen and (min-width: 1366px) {
  .arrow-default .elementor-swiper-button {
    height: 160px;
    width: 80px !important; }
  .arrow-default .elementor-swiper-button-prev {
    left: -10px !important;
    padding-left: 0px;
    border-radius: 0px 90px 90px 0px;
    background-size: auto !important; }
  .arrow-default .elementor-swiper-button-next {
    right: -10px !important;
    padding-left: 0px;
    border-radius: 90px 0px 0px 90px;
    background-size: auto !important; } }

.arrow-default [class*=" eicon-"],
.arrow-default [class^="eicon"] {
  visibility: hidden; }

.ins-projects-logos .swiper-container {
  max-width: 1300px;
  margin: auto; }
  @media only screen and (max-width: 480px) {
    .ins-projects-logos .swiper-container {
      max-width: 320px; } }
  @media only screen and (max-width: 580px) {
    .ins-projects-logos .swiper-container .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .ins-projects-logos .swiper-container .client-logo-slide {
    text-align: center;
    border: 1px solid #1c1c1c;
    border-radius: 6px;
    padding: 25px;
    margin: 15px;
    display: grid;
    place-content: center;
    background: #0b0b0b; }
    .ins-projects-logos .swiper-container .client-logo-slide:hover {
      border: 1px solid #4d4d4d; }
    .ins-projects-logos .swiper-container .client-logo-slide img {
      height: 150px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media only screen and (max-width: 580px) {
        .ins-projects-logos .swiper-container .client-logo-slide img {
          height: 100px; } }

@media only screen and (max-width: 580px) {
  .ins-projects-logos .swiper-container .client-logo-slide {
    padding: 15px;
    max-width: 200px;
    height: 120px;
    margin: 10px; } }

@media only screen and (max-width: 499px) {
  .ins-projects-logos .swiper-container .client-logo-slide {
    padding: 15px;
    max-width: 300px;
    height: 150px !important;
    margin: 10px;
    width: 100%; }
    .ins-projects-logos .swiper-container .client-logo-slide img {
      height: 100px;
      -o-object-fit: contain;
         object-fit: contain; } }

.arrow-default .elementor-swiper-button {
  background-color: #1a1a1acf;
  opacity: 1 !important;
  height: 80px;
  display: grid !important;
  place-content: center !important;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  border: 1px solid transparent; }
  .arrow-default .elementor-swiper-button:hover {
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    border: 1px solid #434343 !important; }

.arrow-default .elementor-swiper-button-next {
  width: 50px;
  right: -2px !important;
  border-radius: 50px 0px 0px 50px;
  padding-left: 15px;
  background-image: url(../img/right-arrow.png);
  background-position: left 50% center;
  background-repeat: no-repeat;
  background-size: 12px; }

.arrow-default .elementor-swiper-button-prev {
  width: 50px;
  left: -2px !important;
  border-radius: 0px 50px 50px 0px;
  padding-right: 15px;
  background-image: url(../img/left-arrow.png);
  background-position: left 49% center;
  background-repeat: no-repeat;
  background-size: 12px; }

@media only screen and (min-width: 1366px) {
  .arrow-default .elementor-swiper-button {
    background-color: #1a1a1a;
    height: 160px;
    width: 80px !important; }
  .arrow-default .elementor-swiper-button-prev {
    left: -10px !important;
    padding-left: 0px;
    border-radius: 0px 90px 90px 0px;
    background-size: auto !important; }
  .arrow-default .elementor-swiper-button-next {
    right: -10px !important;
    padding-left: 0px;
    border-radius: 90px 0px 0px 90px;
    background-size: auto !important; } }

.arrow-default [class*=" eicon-"],
.arrow-default [class^="eicon"] {
  visibility: hidden; }

#right-icon-nav {
  display: none;
  /* Hidden by default */ }

#right-icon-nav.show {
  display: block;
  /* Visible when the 'show' class is added */ }

/* Hide #right-icon-nav on devices 1024px or smaller */
@media (max-width: 1024px) {
  #right-icon-nav {
    display: none !important;
    /* Force hide on smaller screens */ } }

.intro-box > .elementor-widget-wrap {
  border-radius: 10px;
  height: 100% !important;
  margin: 0 15px !important; }
  .intro-box > .elementor-widget-wrap::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.02);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1; }
  .intro-box > .elementor-widget-wrap:hover::before {
    width: 100%;
    left: 0; }

.help-form-wrapper #faqMsg {
  height: 40px; }

.seo-white-paper {
  background-image: url(../img/seo-graphics-img.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 500px;
  border: 2px solid #1c1c1c;
  background-color: #0a0a0a;
  border-radius: 10px;
  position: relative;
  display: none;
  text-align: center; }
  .seo-white-paper.white-paper {
    background-image: url(../img/white-paper-bg.webp);
    margin-top: 50px;
    margin-bottom: 30px; }
  .seo-white-paper .seo-white-paper-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 44px 40px; }
    @media only screen and (max-width: 380px) {
      .seo-white-paper .seo-white-paper-title {
        padding: 44px 20px; } }
  .seo-white-paper h4, .seo-white-paper .h4 {
    font-size: 22px;
    color: #ffffff; }
  .seo-white-paper p {
    font-size: 16px;
    color: #cccccc;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 22px; }
    .seo-white-paper p b {
      color: #ffffff;
      font-weight: 600; }

.thankYouSidemsg .bs-canvas-content {
  max-width: 420px;
  margin: auto;
  padding: 20px; }

.thankYouSidemsg .closebtn:focus-visible,
.thankYouSidemsg .closebtn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.thankYouSidemsg .thankyou-msg-box {
  text-align: left;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 40px;
  margin-bottom: 40px; }
  .thankYouSidemsg .thankyou-msg-box .message-text-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .thankYouSidemsg .thankyou-msg-box .message-text-list li {
      position: relative;
      padding-left: 37px;
      min-height: 37px;
      display: none; }
      .thankYouSidemsg .thankyou-msg-box .message-text-list li:before {
        position: absolute;
        content: "";
        left: 0;
        height: 27px;
        width: 27px;
        display: block;
        background-image: url(../img/success-tick-icon.png);
        background-repeat: no-repeat;
        background-size: contain; }
  .thankYouSidemsg .thankyou-msg-box .thanks-regards {
    padding-left: 37px;
    padding-top: 20px;
    line-height: 1em; }
    .thankYouSidemsg .thankyou-msg-box .thanks-regards p {
      display: none; }

.thankYouSidemsg .animation-btn {
  margin: 0;
  padding: 9px;
  min-width: 200px; }
  .thankYouSidemsg .animation-btn span {
    margin: 0; }

@media only screen and (max-width: 1100px) {
  .thank-message-box .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px; }
  .thank-message-box .col-md-4 {
    width: 45%; }
    .thank-message-box .col-md-4.odr-1 {
      width: 70%; }
  .thank-message-box .odr-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .thank-message-box .odr-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .thank-message-box .odr-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media only screen and (max-width: 800px) {
  .col-md-4 {
    width: 100% !important; } }

.fade-item {
  display: block !important;
  opacity: 0;
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.member-thum {
  position: absolute !important;
  top: 15px;
  right: 0;
  width: 200px !important;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  padding: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #262626;
  background: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#262626',GradientType=1 ); }
  .member-thum:hover {
    background: #e49924;
    background: linear-gradient(135deg, #e49924 0%, #fde7a4 50%, #e49924 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e49924', endColorstr='#e49924',GradientType=1 ); }

.team-member-name .elementor-heading-title span {
  font-size: 16px;
  font-weight: normal;
  color: #ffcd30;
  margin-bottom: 15px;
  display: block;
  margin-top: 5px; }

.team-member > .elementor-container {
  padding-top: 20px;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  .team-member > .elementor-container::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #262626;
    position: absolute;
    bottom: 0;
    left: 0; }

.line::after {
  height: 1px;
  width: 100%;
  background: black;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, black), color-stop(50%, #353535), to(black));
  background: linear-gradient(to right, black 1%, #353535 50%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
  content: '';
  position: absolute;
  bottom: 0; }

.member-list-horizontal .member-thum {
  position: relative !important; }

.member-list-horizontal .team-member-name .elementor-heading-title {
  font-size: 20px;
  padding-top: 30px;
  margin-bottom: 20px; }
  .member-list-horizontal .team-member-name .elementor-heading-title span {
    margin-top: 10px; }

.member-list-horizontal .elementor-widget-wrap {
  place-content: center; }

@media (min-width: 768px) and (max-width: 1024px) {
  .member-list-horizontal .elementor-column {
    min-width: 30% !important; } }

.partner-item {
  padding: 0 10px; }
  .partner-item .elementor-widget:nth-child(1) {
    position: relative;
    padding: 1px;
    border-radius: 15px;
    margin-bottom: 20px;
    background: #9a9a9a;
    background: -webkit-gradient(linear, left top, left bottom, from(#9a9a9a), to(black));
    background: linear-gradient(to bottom, #9a9a9a 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9a9a', endColorstr='#000000',GradientType=0 ); }
    .partner-item .elementor-widget:nth-child(1) > .elementor-widget-container {
      position: relative;
      padding: 20px;
      min-height: 125px;
      border-radius: 15px;
      background-color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden; }
      .partner-item .elementor-widget:nth-child(1) > .elementor-widget-container::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 80%;
        border-bottom-left-radius: 90%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(rgba(0, 0, 0, 0.25)));
        background: linear-gradient(to bottom, #4b4b4b 0%, rgba(0, 0, 0, 0.25) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#40000000',GradientType=0 ); }
      .partner-item .elementor-widget:nth-child(1) > .elementor-widget-container:hover::after {
        width: 100%;
        height: 100%;
        border-bottom-left-radius: 0%; }
      .partner-item .elementor-widget:nth-child(1) > .elementor-widget-container img {
        max-width: 100%;
        max-height: 80px;
        position: relative;
        z-index: 10; }

.career-accordation .elementskit-card-header a {
  position: relative;
  display: block;
  padding: 1px !important;
  margin-bottom: 15px;
  cursor: pointer;
  background: #949494;
  background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(black));
  background: linear-gradient(to bottom, #949494 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#000000',GradientType=0 );
  border: none !important; }
  .career-accordation .elementskit-card-header a span {
    display: block;
    line-height: 1.2;
    padding: 15px 30px 15px 15px;
    background: #1e1c1f;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1c1f), to(black));
    background: linear-gradient(to bottom, #1e1c1f 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1c1f', endColorstr='#000000',GradientType=0 );
    width: 100%; }

.career-accordation .ekit_accordion_normal_icon::after {
  content: 'Apply Now';
  position: absolute;
  top: -5px;
  right: 0;
  width: 110px;
  -webkit-transition: all 0.3s all;
  transition: all 0.3s all; }

.blog-post-items .elementor-post, .recent-posts .elementor-post {
  position: relative;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#0b0b0c));
  background: linear-gradient(to bottom, black 0%, #0b0b0c 100%);
  padding: 0px;
  -webkit-transition-property: inherit !important;
  transition-property: inherit !important;
  overflow: hidden;
  border: var(--border);
  border-radius: 10px; }
  .blog-post-items .elementor-post:hover, .recent-posts .elementor-post:hover {
    -webkit-box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.16);
            box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.16);
    top: -20px; }
  .blog-post-items .elementor-post .elementor-post__thumbnail img, .recent-posts .elementor-post .elementor-post__thumbnail img {
    width: 100% !important;
    height: auto !important; }
  .blog-post-items .elementor-post .elementor-post__text, .recent-posts .elementor-post .elementor-post__text {
    text-align: left; }

.page-question-box {
  font-size: 44px;
  text-align: center;
  font-weight: 300;
  line-height: 1.2; }
  .page-question-box .title {
    font-size: 44px;
    font-weight: 300;
    padding-right: 15px; }

.post-category-dropdown {
  background: transparent;
  color: #FFCD30;
  border: none;
  margin-top: -20px;
  font-weight: 300;
  position: relative;
  border-bottom: 1px solid !important;
  padding-right: 40px; }
  .post-category-dropdown option {
    background: black;
    font-size: 20px; }

select.post-category-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("../img/arrow-down-sign2.png") transparent no-repeat 98.5% !important;
  /* !important used for overriding all other customisations */
  background: url("../img/arrow-down-sign2.png") transparent no-repeat calc(100% - 10px) !important;
  /* Better placement regardless of input width */ }

/*For IE*/
select.post-category-dropdown::-ms-expand {
  display: none; }

.category-feature .short-description {
  display: none; }

.category-feature .blog-post-card img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 420px; }

.post-share-option {
  position: relative;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  overflow: hidden; }
  .post-share-option li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 4px;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    -webkit-transition: 2s;
    transition: 2s;
    background: #262626;
    background: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#262626',GradientType=1 ); }
    .post-share-option li span {
      background-color: #000;
      border-radius: 50%;
      display: block;
      width: 32px;
      height: 32px;
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      -webkit-transition: 2s;
      transition: 2s;
      cursor: pointer; }

.blog-image .imagee {
  background: #000000; }

.bolg-content {
  color: #ffffff; }

.blog-post-card {
  width: 100%;
  height: 100%;
  text-align: center; }
  .blog-post-card .blog-content {
    padding: 20px;
    text-align: left; }
  .blog-post-card img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-height: 220px;
    -o-object-fit: cover;
       object-fit: cover; }
  .blog-post-card img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.85; }
  .blog-post-card .post-date, .blog-post-card .post-date a {
    color: #808080;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-family: "Lato";
    font-style: italic;
    font-weight: 600; }
    .blog-post-card .post-date:hover, .blog-post-card .post-date:focus, .blog-post-card .post-date a:hover, .blog-post-card .post-date a:focus {
      color: #808080; }
    .blog-post-card .post-date span, .blog-post-card .post-date a span {
      padding-left: 25px;
      position: relative; }
      .blog-post-card .post-date span::before, .blog-post-card .post-date a span::before {
        content: '';
        width: 7px;
        height: 7px;
        position: absolute;
        background: #808080;
        border-radius: 50%;
        top: 7px;
        left: 6px; }
  .blog-post-card .post-cat {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: var(--font-color-2);
    letter-spacing: 0.8px;
    padding-top: 5px; }
    .blog-post-card .post-cat a {
      color: var(--font-color-2); }
    .blog-post-card .post-cat a:hover, .blog-post-card .post-cat a:focus, .blog-post-card .post-cat a:focus-visible {
      border-bottom: 0px;
      outline: none;
      color: var(--font-color-2); }
  .blog-post-card .post-title {
    margin: 20px 0;
    min-height: 50px; }
    .blog-post-card .post-title a {
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      min-height: 50px;
      color: var(--font-color); }
      .blog-post-card .post-title a:hover, .blog-post-card .post-title a:focus {
        text-decoration: none;
        border-bottom: 0px;
        color: var(--font-color);
        border-color: transparent; }
  .blog-post-card .short-description {
    color: var(--font-color-1);
    height: 200px;
    overflow: hidden; }

/*New share system*/
.action-item li.action-share-hover .action-share-wrap {
  position: absolute;
  top: 56px;
  left: 5px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px; }
  .action-item li.action-share-hover .action-share-wrap:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 51px;
    margin: 0 auto;
    width: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid #FFCD30;
    border-bottom: 7px solid transparent;
    /*  border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 10px solid #FFCD30; */
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .action-item li.action-share-hover .action-share-wrap .social-text {
    display: none; }
  .action-item li.action-share-hover .action-share-wrap a {
    color: #ffffff;
    background-color: #000000;
    display: block;
    padding: 2px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-right: 7px;
    /*border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
            border-image-slice: 1;
            border-width: 5px; */ }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(1n) {
      -webkit-transition-delay: 1.0s;
              transition-delay: 1.0s; }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(2n) {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(3n) {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(4n) {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(5n) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(6n) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(7n) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(8n) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(9n) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .action-item li.action-share-hover .action-share-wrap a:nth-child(10n) {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .action-item li.action-share-hover .action-share-wrap a:hover {
      color: #111111;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.action-item li.action-share-hover:hover .action-share-wrap {
  padding-top: 10px;
  top: -10px; }
  .action-item li.action-share-hover:hover .action-share-wrap:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  .action-item li.action-share-hover:hover .action-share-wrap a {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(1n) {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(2n) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(3n) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(4n) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(5n) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(6n) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(7n) {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(8n) {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(9n) {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .action-item li.action-share-hover:hover .action-share-wrap a:nth-child(10n) {
      -webkit-transition-delay: 1.0s;
              transition-delay: 1.0s; }

.color-white {
  color: #ffffff !important; }

/*LATEST BLOGS STYLES*/
.latest-blogs .elementor-post__thumbnail {
  border-radius: 10px;
  border: 2px solid #1c1c1c; }

.latest-blogs .elementor-post__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 30px; }

.latest-blogs .elementor-post__meta-data {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.latest-blogs .elementor-post__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.latest-blogs .elementor-post__excerpt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.latest-blogs .elementor-post__read-more {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.latest-blogs .elementor-post__read-more {
  width: 200px;
  padding: 10px 30px;
  background: black;
  border-radius: 1.6rem;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 6px;
  margin-bottom: 20px; }
  .latest-blogs .elementor-post__read-more::before {
    border-radius: 1.6rem;
    content: '';
    background-image: conic-gradient(#999999, #525252, #757575, #999999, #3d3d3d, #999999);
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    position: absolute;
    z-index: -1; }

.website-package-slide {
  height: 520px;
  border-radius: 10px;
  border: 2px solid #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
  background: #0b0b0b; }
  .website-package-slide::before, .website-package-slide::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    content: "";
    pointer-events: none; }
  .website-package-slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5%, rgba(0, 0, 0, 0.9)), color-stop(40%, rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0.5%, rgba(0, 0, 0, 0.1) 40%);
    z-index: 2; }
  .website-package-slide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b0b0b;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  .website-package-slide img {
    width: 100%;
    height: 280px !important;
    background: #f7f7f7;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 9px !important;
    display: block;
    margin-bottom: 30px; }
    .website-package-slide img::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9); }
  .website-package-slide .package-card-title {
    color: #ffffff;
    background: #0b0b0b;
    width: 100%;
    min-height: 155px;
    text-align: center;
    display: grid;
    place-content: center;
    padding: 0 40px; }
    .website-package-slide .package-card-title .steps {
      font-size: 18px;
      color: #e69b23; }
    .website-package-slide .package-card-title .title {
      font-size: 22px; }
    .website-package-slide .package-card-title p {
      font-weight: 400;
      padding-top: 15px;
      font-size: 16px; }
  .website-package-slide .package-card-meta {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    background: #0b0b0b;
    padding: 20px 50px !important;
    text-align: center;
    display: grid;
    place-content: center;
    background-image: url(../img/nav-bg-2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 45%; }
    @media only screen and (max-width: 600px) {
      .website-package-slide .package-card-meta {
        padding: 20px !important;
        text-align: center; } }
    .website-package-slide .package-card-meta p {
      font-family: 'Lato';
      font-weight: 400;
      color: #cccccc;
      font-size: 17px;
      line-height: 1.8em;
      font-weight: normal; }
      @media only screen and (max-width: 768px) {
        .website-package-slide .package-card-meta p {
          margin-bottom: 20px;
          margin-top: 20px;
          font-size: 16px; } }
  .website-package-slide:hover::before, .website-package-slide:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .website-package-slide:hover .package-card-meta {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .website-package-slide:focus::before, .website-package-slide:focus::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.sales-review-slider {
  min-height: 220px;
  text-align: center; }
  .sales-review-slider p {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 30px; }
  .sales-review-slider cite {
    font-size: 20px;
    font-style: normal;
    font-weight: 600; }

.website-video::before {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  background-image: url(../img/website-video-arrow.png);
  background-repeat: no-repeat;
  z-index: 1;
  right: -285px;
  top: -100px; }

.click-here > .elementor-widget-container::after {
  content: '';
  width: 183px;
  height: 100px;
  position: absolute;
  background-image: url(../img/click-here-arrow.png);
  background-repeat: no-repeat;
  z-index: 1;
  right: 30%;
  bottom: -100px;
  z-index: 1; }

.slider-logos {
  max-width: 1220px; }
  .slider-logos .swiper-slide {
    position: relative; }
    .slider-logos .swiper-slide .client-logo-slide {
      text-align: center;
      border: 1px solid #1c1c1c;
      margin: 15px;
      border-radius: 15px;
      padding: 20px 20px; }
  .slider-logos .swiper-button-next {
    right: -8%; }
  .slider-logos .swiper-button-prev {
    left: -8%; }

html {
  --sun-none: none;
  --font-color: #000000;
  --font-color-1: #767676;
  --font-color-2: #222222;
  --post-description: #202020;
  --post-des-a: #009924;
  --bg-color: #eeeeee;
  --bg3-color: white;
  --bg4-color: #ffffff;
  --bg5-color: #eeeeee;
  --filter-drp: brightness(0.5);
  --box-shadow: 0 0 10px 5px rgb(240,240,240,.8);
  --border: 1px solid; }

[data-theme="dark"] {
  --font-color: #ffffff;
  --font-color-1: #ababab;
  --font-color-2: #ffcd30;
  --post-description: #c1c1c1;
  --post-des-a: #ffcd30;
  --bg-color: #000000;
  --bg3-color: linear-gradient(to bottom, black 0%, #0b0b0c 100%);
  --bg4-color: #000000;
  --bg5-color: #000000;
  --display-none: none;
  --box-shadow: 0 0 10px 5px rgb(20,20,20,.8);
  --border: 2px solid #1c1c1c; }

[data-theme="light"] {
  --sun-none: none;
  --font-color: #000000;
  --font-color-1: #767676;
  --font-color-2: #222222;
  --post-description: #202020;
  --post-des-a: #009924;
  --bg-color: #eeeeee;
  --bg3-color: white;
  --bg4-color: #ffffff;
  --bg5-color: #eeeeee;
  --filter-drp: brightness(0.5);
  --box-shadow: 0 0 10px 5px rgb(240,240,240,.8);
  --border: 1px solid; }

body.blog {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

.dark-bg-2 {
  background-color: var(--bg-color);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

h1, .h1 {
  color: var(--heading-color);
  font-family: "Sansita One", serif;
  font-size: 2rem;
  margin-bottom: 1vh; }

.dark-bg-2 .elementor-post, .dark-bg-2 .blog-post-card2 {
  background: var(--bg3-color); }

.dark-bg-4 {
  background: var(--bg4-color) !important; }

.post-meta {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 4vh;
  color: var(--secondary-color); }

.theme-switch input {
  display: none; }

.footer-dark {
  background-color: #000000;
  padding-top: 90px; }
  .footer-dark.without-info-footer {
    padding-top: 0; }
    .footer-dark.without-info-footer .footer .footer-top {
      min-height: 520px; }
      @media screen and (max-width: 1199px) {
        .footer-dark.without-info-footer .footer .footer-top {
          min-height: inherit; } }

.sun-moon-icon {
  position: relative; }
  .sun-moon-icon svg {
    position: absolute;
    top: 38px;
    left: -57px;
    z-index: 9; }
    @media only screen and (max-width: 991px) {
      .sun-moon-icon svg {
        top: -35px;
        width: 42px;
        left: -30px; } }
  .sun-moon-icon #sun {
    display: none; }
  .sun-moon-icon #moon {
    display: block; }

[data-theme="dark"] #moon {
  display: none; }

[data-theme="dark"] #sun {
  display: block; }

[data-theme="light"] #sun {
  display: none; }

[data-theme="light"] #moon {
  display: block; }

#sun:hover path, #moon:hover path {
  fill: #ffcd30; }

.theme-switch-wrapper {
  float: right; }

.test {
  height: 100%; }

.single-blog-post .post-meta-default .elementor-icon-list-items {
  color: #808080;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-family: "Lato";
  font-style: italic;
  font-weight: 600; }
  .single-blog-post .post-meta-default .elementor-icon-list-items li a {
    color: #808080; }
    .single-blog-post .post-meta-default .elementor-icon-list-items li a:hover, .single-blog-post .post-meta-default .elementor-icon-list-items li a:focus {
      border-bottom: 0px; }
  .single-blog-post .post-meta-default .elementor-icon-list-items li:nth-child(2) {
    margin-left: 12px;
    margin-right: 12px; }
  .single-blog-post .post-meta-default .elementor-icon-list-items .elementor-post-info__item--type-date::before, .single-blog-post .post-meta-default .elementor-icon-list-items .elementor-post-info__item--type-date::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #808080;
    border-radius: 50%;
    top: 8px; }
  .single-blog-post .post-meta-default .elementor-icon-list-items .elementor-post-info__item--type-date::before {
    left: -13px; }
  .single-blog-post .post-meta-default .elementor-icon-list-items .elementor-post-info__item--type-date::after {
    right: -12px; }
  .single-blog-post .post-meta-default .elementor-icon-list-items .elementor-post-info__item--type-custom a {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: var(--font-color-2);
    letter-spacing: 0.8px; }
    .single-blog-post .post-meta-default .elementor-icon-list-items .elementor-post-info__item--type-custom a:hover, .single-blog-post .post-meta-default .elementor-icon-list-items .elementor-post-info__item--type-custom a:focus {
      border-bottom: 1px solid; }

.single-blog-post .post-title .elementor-heading-title {
  font-size: 28px;
  font-family: "Lato";
  font-weight: 600;
  line-height: 24px;
  min-height: 50px;
  color: var(--font-color);
  line-height: 1.4em; }

.single-blog-post .post-description {
  color: var(--post-description); }
  .single-blog-post .post-description a {
    color: var(--post-des-a); }
    .single-blog-post .post-description a:hover, .single-blog-post .post-description a:focus {
      color: var(--post-des-a); }
  .single-blog-post .post-description h1, .single-blog-post .post-description .h1, .single-blog-post .post-description h2, .single-blog-post .post-description .h2, .single-blog-post .post-description h3, .single-blog-post .post-description .h3 {
    color: var(--font-color); }

.recent-post .category-feature .blog-post-card img, .recent-post .blog-post-card img {
  height: 200px; }

.recent-post {
  background: var(--bg5-color); }

.post-title .elementor-heading-title {
  color: var(--font-color); }

#author-info {
  background-color: #0b0b0b;
  border: 2px solid #1c1c1c;
  padding: 30px;
  margin: 25px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    #author-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  #author-info #author-img {
    float: left;
    margin-right: 30px;
    min-width: 200px; }
    @media only screen and (max-width: 768px) {
      #author-info #author-img {
        margin-right: 0;
        margin-bottom: 20px; } }
    #author-info #author-img img {
      height: 150px;
      width: 200px;
      -o-object-fit: contain;
         object-fit: contain; }
  #author-info #author-name {
    clear: none; }
    #author-info #author-name a {
      font-size: 24px;
      color: #ffffff; }

.txt-primary {
  color: #e69b23; }

.ml-mr-10 {
  margin-left: 10px;
  margin-right: 10px; }

.seo-breadcrumbs {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .seo-breadcrumbs #breadcrumbs a {
    color: #777777; }
  .seo-breadcrumbs #breadcrumbs .bcrumbs-slash {
    padding: 0 5px; }

.case-study-slider .ins-s-reviews, .seo-google-reviews .ins-s-reviews, .sales-review-block .ins-s-reviews {
  padding: 70px;
  background-color: #000000;
  max-height: 100% !important; }
  .case-study-slider .ins-s-reviews .ins-review-contents, .seo-google-reviews .ins-s-reviews .ins-review-contents, .sales-review-block .ins-s-reviews .ins-review-contents {
    margin-left: 60px; }
  @media only screen and (max-width: 768px) {
    .case-study-slider .ins-s-reviews, .seo-google-reviews .ins-s-reviews, .sales-review-block .ins-s-reviews {
      padding: 50px 20px; }
      .case-study-slider .ins-s-reviews .ins-review-contents, .seo-google-reviews .ins-s-reviews .ins-review-contents, .sales-review-block .ins-s-reviews .ins-review-contents {
        margin-left: 0px; } }

.case-study-slider .ins-review-btn-area, .seo-google-reviews .ins-review-btn-area, .sales-review-block .ins-review-btn-area {
  margin-top: 85px; }

.case-study-slider .swiper-pagination, .seo-google-reviews .swiper-pagination, .sales-review-block .swiper-pagination {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px;
  bottom: auto !important; }
  .case-study-slider .swiper-pagination .swiper-pagination-bullet, .seo-google-reviews .swiper-pagination .swiper-pagination-bullet, .sales-review-block .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #d4d4d4;
    margin: 15px; }
    .case-study-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .seo-google-reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .sales-review-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #ffffff; }

.case-studies-slide {
  background-color: #000000;
  border-radius: 10px;
  border: 2px solid #1c1c1c;
  display: grid;
  place-content: center;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .case-studies-slide .port-item {
    border-radius: 6px;
    overflow: hidden; }
    .case-studies-slide .port-item .portfolio-box .portfolio-thum {
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 100% auto;
      height: 100%;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      -webkit-transition: background-position 2.5s ease-in 0s;
      transition: background-position 2.5s ease-in 0s; }
      .case-studies-slide .port-item .portfolio-box .portfolio-thum:hover {
        background-position: center 100%; }
    .case-studies-slide .port-item .portfolio-box:hover a::after {
      width: 100%;
      height: 100%;
      border-bottom-left-radius: 0%;
      background: #000000bd; }
    .case-studies-slide .port-item .portfolio-box:hover .case-study-content {
      opacity: 1; }
    .case-studies-slide .port-item .portfolio-box a {
      overflow: hidden;
      display: block;
      border-radius: 6px;
      height: 450px;
      width: 100%;
      position: relative;
      -webkit-transition: background-position 4.5s ease-in 0s;
      transition: background-position 4.5s ease-in 0s; }
      .case-studies-slide .port-item .portfolio-box a::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 95%;
        border-bottom-left-radius: 150%;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%); }

.case-study-content {
  width: 100%;
  position: absolute;
  left: 0;
  /* bottom: 0; */
  height: 100%;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  z-index: 3; }
  .case-study-content .case-study-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    padding: 1rem 3rem; }

.seo-audit-frm .form-group label {
  margin-bottom: 3px; }

.seo-audit-frm .btnborder-img {
  width: 100%;
  margin-top: 15px; }
  .seo-audit-frm .btnborder-img [type="submit"] {
    width: 100%;
    padding: 10px 35px; }

.seo-response .wpcf7-spinner {
  position: absolute;
  top: 14px;
  right: 10%; }

@media only screen and (max-width: 1600px) {
  .seo-counter .ins-c-box {
    width: 170px !important;
    height: 170px; }
    .seo-counter .ins-c-box > .elementor-widget-wrap {
      width: 165px !important;
      height: 165px; } }

.ins-seo-slider-area .ins-seo-container {
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .ins-seo-slider-area .ins-seo-container {
      padding: 0px; } }
  .ins-seo-slider-area .ins-seo-container .swiper-container {
    max-width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 600px) {
      .ins-seo-slider-area .ins-seo-container .swiper-container {
        max-width: 100%; } }
    .ins-seo-slider-area .ins-seo-container .swiper-container .swiper-slide a {
      display: -webkit-box !important; }

@media only screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    display: none; } }

.ins-seo-industries {
  height: 420px;
  border-radius: 10px;
  border: 2px solid #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
  background: #0b0b0b; }
  .ins-seo-industries::before, .ins-seo-industries::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.38s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    content: "";
    pointer-events: none; }
  .ins-seo-industries::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5%, rgba(0, 0, 0, 0.9)), color-stop(40%, rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0.5%, rgba(0, 0, 0, 0.1) 40%);
    z-index: 2; }
  .ins-seo-industries::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b0b0b;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom; }
  .ins-seo-industries img {
    width: 100%;
    max-height: 265px !important;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    border-radius: 12px !important;
    display: block; }
    .ins-seo-industries img::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9); }
  .ins-seo-industries .ins-s-industries-title {
    color: #ffffff;
    background: #0b0b0b;
    width: 100%;
    min-height: 155px;
    text-align: center;
    display: grid;
    place-content: center; }
    .ins-seo-industries .ins-s-industries-title .steps {
      font-size: 18px; }
    .ins-seo-industries .ins-s-industries-title .title {
      font-size: 22px; }
  .ins-seo-industries .ins-s-industries-meta {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: absolute;
    overflow: hidden;
    z-index: 3;
    height: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    background: #0b0b0b;
    padding: 20px 50px !important;
    text-align: center;
    display: grid;
    place-content: center; }
    @media only screen and (max-width: 600px) {
      .ins-seo-industries .ins-s-industries-meta {
        padding: 20px !important;
        text-align: center; } }
    .ins-seo-industries .ins-s-industries-meta p {
      font-family: 'Lato';
      font-weight: 400;
      color: #cccccc;
      font-size: 17px;
      line-height: 1.8em;
      font-weight: normal;
      margin-top: 45px; }
      @media only screen and (max-width: 768px) {
        .ins-seo-industries .ins-s-industries-meta p {
          margin-bottom: 20px;
          margin-top: 20px;
          font-size: 16px; } }
  .ins-seo-industries:hover::before, .ins-seo-industries:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .ins-seo-industries:hover .ins-s-industries-meta {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .ins-seo-industries:focus::before, .ins-seo-industries:focus::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.ins-industries-container .swiper-button-next, .ins-industries-container .swiper-button-prev {
  position: absolute;
  top: 60%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #303030;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }
  .ins-industries-container .swiper-button-next::after, .ins-industries-container .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    width: 40px;
    height: 40px;
    content: ''; }
  @media only screen and (max-width: 600px) {
    .ins-industries-container .swiper-button-next, .ins-industries-container .swiper-button-prev {
      display: none; } }

.ins-industries-container .swiper-button-next {
  right: 30px;
  left: auto; }

.ins-industries-container .swiper-button-prev {
  left: 30px;
  right: auto; }

.circle-check ul {
  list-style: none;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px; }
  .circle-check ul li::before {
    background-image: url(../img/check-icon.png);
    content: '';
    width: 30px;
    height: 40px;
    left: 15px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 85%;
    background-position: top 8px center; }

.circle-check-2 ul {
  list-style: none;
  -webkit-padding-start: 70px;
          padding-inline-start: 70px; }
  .circle-check-2 ul li::before {
    background-image: url(../img/check-icon-2.png);
    content: '';
    width: 40px;
    height: 52px;
    left: 5px;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    background-position: top 12px center; }

.circle-check-22 ul {
  list-style: none;
  -webkit-padding-start: 70px;
          padding-inline-start: 70px; }
  .circle-check-22 ul li {
    margin-bottom: 20px; }
    .circle-check-22 ul li::before {
      background-image: url(../img/check22.png);
      content: '';
      width: 40px;
      height: 52px;
      left: 5px;
      background-repeat: no-repeat;
      position: absolute;
      background-size: auto;
      background-position: top 7px center; }

.circle-check-23 ul {
  list-style: none;
  -webkit-padding-start: 70px;
          padding-inline-start: 70px; }
  .circle-check-23 ul li {
    margin-bottom: 15px; }
    .circle-check-23 ul li::before {
      background-image: url(../img/circle23.png);
      content: '';
      width: 40px;
      height: 52px;
      left: 5px;
      background-repeat: no-repeat;
      position: absolute;
      background-size: auto;
      background-position: top 3px center; }

.circle-gradient {
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  padding: 4px;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  -webkit-transition: 2s;
  transition: 2s;
  background: #262626;
  background: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#262626',GradientType=1 ); }
  .circle-gradient > .elementor-widget-container {
    background-color: #000;
    border-radius: 50%;
    display: block;
    width: 92px;
    height: 92px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    -webkit-transition: 2s;
    transition: 2s;
    cursor: pointer;
    display: grid;
    place-content: center; }

.faq-accordion-isotope .mobile-visible {
  display: none; }
  @media only screen and (max-width: 768px) {
    .faq-accordion-isotope .mobile-visible {
      display: block;
      padding: 0 0 15px; }
      .faq-accordion-isotope .mobile-visible img {
        border: 0px;
        border-radius: 0px;
        max-height: 240px;
        width: 100%; } }

.faq-accordion-isotope .desktop-visible {
  display: block; }
  @media only screen and (max-width: 768px) {
    .faq-accordion-isotope .desktop-visible {
      display: none; } }

@media only screen and (max-width: 768px) {
  .faq-accordion-isotope .accordion > .container {
    max-width: 95%; } }

.faq-accordion-isotope .accordion-button {
  color: #707070;
  background-color: transparent;
  border-top: 2px solid #1c1c1c;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 600; }
  .faq-accordion-isotope .accordion-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .faq-accordion-isotope .accordion-button::after {
    display: none; }
  .faq-accordion-isotope .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: transparent;
    font-weight: 500; }

.faq-accordion-isotope .accordion-item {
  background: transparent; }

.faq-accordion-isotope .accordion-body {
  color: #cccccc;
  line-height: 30px;
  padding: 20px 0px 30px; }
  @media only screen and (max-width: 768px) {
    .faq-accordion-isotope .accordion-body {
      padding-top: 0px; } }

.faq-select-img {
  display: grid;
  place-content: center;
  height: 100%;
  border-radius: 10px;
  margin-left: 50px;
  max-height: 520px;
  padding: 50px; }

.ins-projects-slider-area .swiper-pagination {
  width: 100%;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  display: none; }
  .ins-projects-slider-area .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: #d4d4d4;
    margin: 15px; }
    .ins-projects-slider-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #ffffff; }
  @media only screen and (max-width: 768px) {
    .ins-projects-slider-area .swiper-pagination {
      display: inline-block; } }

.ins-projects-slider-area .ins-container .swiper-container {
  max-width: 90%;
  margin: 0 auto; }
  .ins-projects-slider-area .ins-container .swiper-container .swiper-wrapper {
    padding: 100px 0px; }
    @media only screen and (max-width: 768px) {
      .ins-projects-slider-area .ins-container .swiper-container .swiper-wrapper {
        padding: 0px; } }
  @media only screen and (max-width: 768px) {
    .ins-projects-slider-area .ins-container .swiper-container {
      max-width: 100%;
      padding-bottom: 130px; }
      .ins-projects-slider-area .ins-container .swiper-container .swiper-wrapper {
        max-height: 740px; } }

.ins-projects-slider-area .ins-projects {
  width: 100%;
  height: 820px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
  background: #0b0b0b;
  cursor: pointer; }
  .ins-projects-slider-area .ins-projects:hover .insta-project-img {
    background-position: center 100%; }
  .ins-projects-slider-area .ins-projects .insta-project-img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 670px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-position 10.0s ease-in 0s;
    transition: background-position 10.0s ease-in 0s;
    width: 100%; }
  .ins-projects-slider-area .ins-projects .ins-projects-title {
    color: #ffffff;
    background: #0b0b0b;
    width: 100%;
    min-height: 145px;
    text-align: center;
    display: grid;
    place-content: center; }
    .ins-projects-slider-area .ins-projects .ins-projects-title .title {
      font-size: 18px;
      color: #e69b23; }
    .ins-projects-slider-area .ins-projects .ins-projects-title .subTitle {
      font-size: 22px; }

@media only screen and (max-width: 768px) {
  .ins-projects-slider-area .swiper-button-next,
  .ins-projects-slider-area .swiper-button-prev {
    display: none; } }

.black-overlay::before {
  content: '';
  width: 101%;
  height: 100%;
  left: -5px;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

.client-experience {
  background-image: url("../img/quote.png"), url("../img/quote2.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;
  background-position: top 40px left 60px, bottom 70px right 60px;
  border-radius: 10px; }
  @media only screen and (max-width: 768px) {
    .client-experience {
      background-position: top 15px left 10px, bottom 75px right 20px;
      background-size: 15%; } }
  .client-experience > .elementor-widget-container {
    max-width: 87%;
    margin: auto; }
    .client-experience > .elementor-widget-container h4, .client-experience > .elementor-widget-container .h4 {
      margin-top: 45px;
      font-size: 28px;
      font-style: normal; }
      @media only screen and (max-width: 768px) {
        .client-experience > .elementor-widget-container h4, .client-experience > .elementor-widget-container .h4 {
          margin-top: 30px;
          font-size: 22px; } }

.banner-container .new-banner-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.inner-banner {
  position: relative;
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0px; }

.banner-shadow::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1; }

.banner-shadow.banner-shadow-remove:before {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 2s, opacity 2s linear;
  transition: visibility 0s 2s, opacity 2s linear; }

.page-template-elementor_canvas .inner-banner,
.blog .inner-banner,
.single-post .inner-banner,
.author .inner-banner {
  min-height: 300px; }

.typed-cursor {
  display: inline;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

#typed-strings-1 {
  opacity: 0; }

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.page-question-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
  background: inherit; }

.page-question-box {
  font-size: 44px;
  text-align: center;
  font-family: Lato;
  font-weight: 300;
  line-height: 1.2;
  color: #ffd049;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

.page-question-box p {
  color: #fff; }

.banner-container img {
  width: auto;
  padding-bottom: 1px;
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.banner-container {
  position: relative; }

.banner-container-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

@media (min-width: 768px) {
  .banner-container-inner {
    background-image: none !important; } }

@media (max-width: 992px) {
  .page-question-box {
    font-size: 26px; }
  .inner-banner {
    min-height: 450px; } }

@media (max-width: 767px) {
  .inner-banner {
    min-height: 350px; }
  .banner-section img {
    display: none; }
  .banner-section .banner-container {
    min-height: 200px; }
  .banner-container-inner {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat; }
  .banner-section.blog-banner .banner-container {
    margin-top: 0; }
  .banner-section .banner-container img {
    margin-top: 0; }
  .page-question-box {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px; }
  .page-question-box p {
    font-size: 20px !important; } }

@media (max-width: 480px) {
  .page-question-box {
    font-size: 18px; }
  .page-question-box p {
    font-size: 18px !important; } }

/* Banner Text Glow 18 Jan, 2019 */
body.has-preloader {
  overflow: hidden; }

.animated-text-preloader {
  padding: 50px 0;
  min-height: 408px;
  /* position: absolute; */
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.animated-text-preloader p {
  width: 605px;
  margin: 0 auto;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url(../../img/animated_text_fill.jpg) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 50s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden; }

.animated-text-preloader p span {
  position: relative;
  top: -12px;
  font-size: 40%;
  font-weight: normal;
  vertical-align: super;
  -webkit-text-fill-color: #f8aa28; }

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100% 50%; } }

@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 205, 48, 0.1);
    color: white; }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 205, 48, 0.9);
    color: #ffcd30; }
  77% {
    opacity: 1; }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 205, 48, 0);
    color: white; } }

@keyframes letter-glow {
  0% {
    opacity: 0;
    text-shadow: 0px 0px 1px rgba(255, 205, 48, 0.1);
    color: white; }
  66% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 205, 48, 0.9);
    color: #ffcd30; }
  77% {
    opacity: 1; }
  100% {
    opacity: 1;
    text-shadow: 0px 0px 20px rgba(255, 205, 48, 0);
    color: white; } }

.hide {
  display: none; }

.new-home-inner .glowing-text {
  margin: 0 auto;
  line-height: 1.2;
  white-space: normal;
  color: #000;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800; }
  @media only screen and (max-width: 600px) {
    .new-home-inner .glowing-text {
      font-size: 40px; } }

.glowing-text span {
  -webkit-animation: letter-glow 0.7s 0s ease both;
  animation: letter-glow 0.7s 0s ease both;
  color: white; }

.new-home-inner .inner-banner {
  height: 600px;
  margin: 0; }

.new-home-inner .gif-img {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800; }
  .new-home-inner .gif-img img {
    max-width: 400px; }

.new-home-inner .banner-shadow-remove {
  display: none !important; }

.card-img-box {
  padding: 10px 10px 10px 50px; }
  .card-img-box .feature-img2 {
    height: 380px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 2px solid #1c1c1c;
    border-radius: 10px; }
  .card-img-box .ins-video-poster {
    position: relative; }
    .card-img-box .ins-video-poster > img {
      height: 420px;
      -o-object-fit: cover;
         object-fit: cover;
      border: 2px solid #1c1c1c;
      border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        .card-img-box .ins-video-poster > img {
          width: 100%;
          min-height: 260px; } }
  .card-img-box .ins-video-popup {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .card-img-box .video-play-btn .video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .card-img-box .video-play-btn .video-play-icon::before {
      content: "";
      position: absolute;
      border: 2px solid #ffffff;
      border-radius: 50%;
      top: -15px;
      left: -15px;
      right: -15px;
      bottom: -15px;
      -webkit-animation: play-video-animation 3s 0.48s linear infinite;
              animation: play-video-animation 3s 0.48s linear infinite; }
    .card-img-box .video-play-btn .video-play-icon::after {
      content: "";
      position: absolute;
      border: 2px solid #ffffff;
      border-radius: 50%;
      top: -40px;
      left: -40px;
      right: -40px;
      bottom: -40px;
      opacity: 0;
      -webkit-animation: play-video-animation 3s 0.16s linear infinite;
              animation: play-video-animation 3s 0.16s linear infinite; }
    .card-img-box .video-play-btn .video-play-icon > img {
      z-index: 99;
      position: relative; }

.meeting-calendar-holder {
  padding-right: 0; }
  @media screen and (min-width: 767px) {
    .meeting-calendar-holder {
      padding-right: 100px; } }

.meeting-section-title {
  font-size: 1.3rem;
  margin-bottom: 30px; }
  @media screen and (min-width: 767px) {
    .meeting-section-title {
      margin-bottom: 50px; } }

.meeting-time-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  max-width: 225px; }
  .meeting-time-holder .table th,
  .meeting-time-holder .table td {
    padding: 0 5px; }
  .meeting-time-holder .table thead td {
    padding-bottom: 10px !important; }

#meeting-datepicker {
  width: 100%; }
  #meeting-datepicker .ui-widget-header {
    position: relative;
    border: 0;
    background: transparent;
    color: #ffbb15;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px; }
    #meeting-datepicker .ui-widget-header .ui-datepicker-title {
      margin: 0 2.3rem;
      line-height: 32px;
      text-align: center; }
    #meeting-datepicker .ui-widget-header .ui-datepicker-prev,
    #meeting-datepicker .ui-widget-header .ui-datepicker-next {
      position: absolute;
      top: 2px;
      width: 29px;
      height: 29px;
      cursor: pointer;
      border: 1px solid transparent;
      border-radius: 0;
      background: transparent; }
      #meeting-datepicker .ui-widget-header .ui-datepicker-prev span,
      #meeting-datepicker .ui-widget-header .ui-datepicker-next span {
        font-size: 0;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat; }
      #meeting-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
      #meeting-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
        width: 16px;
        height: 16px; }
      #meeting-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-disabled,
      #meeting-datepicker .ui-widget-header .ui-datepicker-next.ui-state-disabled {
        opacity: 0; }
      #meeting-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover,
      #meeting-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover {
        border: 1px solid #1f1f1f;
        background: transparent;
        border-radius: 3px; }
        #meeting-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover.ui-state-disabled,
        #meeting-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover.ui-state-disabled {
          background: transparent;
          border: 1px solid transparent; }
    #meeting-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon-circle-triangle-w {
      background-image: url(../img/golden_prev_btn.png);
      background-size: contain;
      background-position: center; }
    #meeting-datepicker .ui-widget-header .ui-datepicker-next {
      right: 2px; }
      #meeting-datepicker .ui-widget-header .ui-datepicker-next .ui-icon-circle-triangle-e {
        background-image: url(../img/golden_next_btn.png);
        background-size: contain;
        background-position: center; }
  #meeting-datepicker .ui-datepicker-calendar {
    width: 100%;
    margin-bottom: 10px; }
    #meeting-datepicker .ui-datepicker-calendar thead th {
      text-align: center;
      font-weight: 700; }
  #meeting-datepicker .ui-datepicker {
    width: 100%;
    padding: 0.2rem 0.2rem 0; }
    #meeting-datepicker .ui-datepicker td {
      border: 0;
      padding: 3px;
      text-align: center; }
      #meeting-datepicker .ui-datepicker td span,
      #meeting-datepicker .ui-datepicker td a {
        display: inline-block;
        padding: 5px;
        text-align: center;
        text-decoration: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 27px;
        font-weight: bold; }
  #meeting-datepicker .ui-widget-content {
    border: 1px solid rgba(255, 205, 48, 0.1);
    background: transparent;
    color: #fff; }
  #meeting-datepicker .ui-state-default,
  #meeting-datepicker .ui-widget-content .ui-state-default,
  #meeting-datepicker .ui-widget-header .ui-state-default,
  #meeting-datepicker .ui-button,
  #meeting-datepicker html .ui-button.ui-state-disabled:hover,
  #meeting-datepicker html .ui-button.ui-state-disabled:active {
    border: 2px solid transparent;
    background: transparent;
    font-weight: bold;
    color: #fff; }
  #meeting-datepicker .ui-state-highlight,
  #meeting-datepicker .ui-widget-content .ui-state-highlight,
  #meeting-datepicker .ui-widget-header .ui-state-highlight {
    border: 2px solid #ffbb15;
    background: transparent;
    color: #fff; }
  #meeting-datepicker .ui-state-active,
  #meeting-datepicker .ui-widget-content .ui-state-active,
  #meeting-datepicker .ui-widget-header .ui-state-active,
  #meeting-datepicker a.ui-button:active,
  #meeting-datepicker .ui-button:active,
  #meeting-datepicker .ui-button.ui-state-active:hover {
    border: 2px solid #ffbb15;
    background: #ffbb15;
    color: #000; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  background-image: none; }

.btn-mskip {
  cursor: pointer; }

.package-quick-view-wrapper {
  padding-bottom: 50px; }
  .package-quick-view-wrapper .mb-30 {
    margin-bottom: 30px; }
  @media screen and (max-width: 1360px) {
    .package-quick-view-wrapper.px-20 {
      padding: 0 20px; } }

.package-page-title {
  line-height: 1.1 !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 50px;
  margin-top: 20px;
  color: #ffffff !important;
  font-family: "Lato"; }
  @media screen and (max-width: 1360px) {
    .package-page-title {
      font-size: 30px !important; } }

.package-quick-view-holder {
  border: 1px solid #1c1c1c;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#0b0b0c));
  background: linear-gradient(to bottom, black 0%, #0b0b0c 100%);
  padding: 15px;
  -webkit-transition: 0.35s;
  transition: 0.35s; }
  .package-quick-view-holder .package-title {
    color: #ffcd30;
    font-size: 18px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 1.3;
    -webkit-transition: 0.35s;
    transition: 0.35s; }
  .package-quick-view-holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #1c1c1c;
    background: url(../img/packages/question-mark-white-darker.png) center center/20px no-repeat #000; }
  .package-quick-view-holder:hover .pack-thum-holder:after {
    display: block;
    opacity: 1; }
  .package-quick-view-holder:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 153, 36, 0.2);
            box-shadow: 0 0 4px rgba(0, 153, 36, 0.2);
    border: 1px solid #009924; }
    .package-quick-view-holder:hover:after {
      border: 1px solid #009924;
      background: url(../img/packages/checkmark-green.png) center center/14px no-repeat #000; }
  .package-quick-view-holder.selected {
    -webkit-box-shadow: 0 0 4px rgba(0, 153, 36, 0.2);
            box-shadow: 0 0 4px rgba(0, 153, 36, 0.2);
    border: 1px solid #009924; }
    .package-quick-view-holder.selected:after {
      border: 1px solid #009924;
      background: url(../img/packages/checkmark-green.png) center center/14px no-repeat #000; }
    .package-quick-view-holder.selected .pack-thum-holder:after {
      content: "Selected";
      display: block;
      opacity: 1; }

.pack-thum-holder {
  position: relative;
  margin-bottom: 15px; }
  .pack-thum-holder:after {
    display: none;
    opacity: 0;
    content: "Select";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #009924;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    min-width: 100px;
    -webkit-transition: 0.35s;
    transition: 0.35s; }

.pack-content-holder {
  position: relative; }
  .pack-content-holder p {
    font-size: 16px;
    margin-bottom: 0; }

.service-choose-item {
  margin-bottom: 30px; }

.service-name-package {
  font-weight: bold;
  color: #fff;
  text-align: left; }

.proposal-progress-circle {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  font-weight: bold;
  font-size: 30px;
  color: #ffcd30; }
  .proposal-progress-circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/packages/proposal-progress.png) center center/100% no-repeat;
    -webkit-animation: meeting-spin 4s linear infinite;
            animation: meeting-spin 4s linear infinite; }

@-webkit-keyframes meeting-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes meeting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.discovery-step-wrapper {
  position: relative; }

#service-choosen-holder {
  display: none;
  position: fixed;
  left: 0;
  bottom: -250px;
  z-index: 999;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border-top: 1px solid #1c1c1c;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#0b0b0c));
  background: linear-gradient(to bottom, black 0%, #0b0b0c 100%); }
  #service-choosen-holder .container {
    max-width: 1310px; }
  #service-choosen-holder.show {
    bottom: 0;
    display: block; }
  #service-choosen-holder .service-choosen span {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid #009924;
    margin: 5px;
    line-height: 1; }

.service-choosen-wrapper {
  padding: 0 10px; }

.service-next-button-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  max-width: 230px; }

.spin-to-win-btn {
  position: fixed;
  top: calc(50% - 50px);
  right: -40px;
  z-index: 99;
  background-color: #000000;
  border-radius: 50rem;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 170px;
  width: 170px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  opacity: 0; }
  .spin-to-win-btn:hover.position-right {
    right: -40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
  @media screen and (max-width: 767px) {
    .spin-to-win-btn {
      display: none; } }
  .spin-to-win-btn.position-left {
    left: -40px;
    right: inherit; }
    .spin-to-win-btn.position-left.spin-button-show {
      visibility: visible;
      opacity: 1; }
  .spin-to-win-btn.position-right {
    left: inherit;
    right: -76px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease; }
    .spin-to-win-btn.position-right.spin-button-show.spin-button-show {
      visibility: visible;
      opacity: 1; }
  .spin-to-win-btn .gift-box-icon {
    -webkit-animation: scaling 2.5s alternate infinite;
            animation: scaling 2.5s alternate infinite; }
  .spin-to-win-btn:before {
    position: absolute;
    content: "";
    height: 170px;
    width: 170px;
    display: block;
    background: url(../img/spin-to-win-circle-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: rotating 15s linear infinite;
            animation: rotating 15s linear infinite; }

@-webkit-keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); } }

@keyframes scaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); } }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.pack-select-radio {
  cursor: pointer;
  display: block;
  margin: 0;
  width: 100%; }
  .pack-select-radio input {
    display: none; }
    .pack-select-radio input + span {
      display: block;
      padding: 17px 10px;
      font-weight: bold;
      font-size: 16px;
      color: #000;
      width: 100%;
      -webkit-transition: 0.35s;
      transition: 0.35s;
      background: #d18829;
      background: -webkit-gradient(linear, left top, left bottom, from(#d18829), to(#fed459));
      background: linear-gradient(to bottom, #d18829 0%, #fed459 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d18829', endColorstr='#fed459', GradientType=0);
      color: #000; }
    .pack-select-radio input:checked + span {
      position: relative;
      background: #009924;
      color: #fff; }
  .pack-select-radio:hover input + span {
    background: #009924;
    color: #fff; }

.all-packages-area .pack-select-radio {
  cursor: pointer;
  display: block;
  margin: 0;
  width: 100%; }
  .all-packages-area .pack-select-radio input:checked + span {
    display: block;
    padding: 17px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    width: 100%;
    -webkit-transition: 0.35s;
    transition: 0.35s;
    background: #d18829;
    background: -webkit-gradient(linear, left top, left bottom, from(#d18829), to(#fed459));
    background: linear-gradient(to bottom, #d18829 0%, #fed459 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d18829', endColorstr='#fed459', GradientType=0);
    color: #000; }
  .all-packages-area .pack-select-radio:hover input + span {
    background: #009924;
    color: #fff; }

#package-detail .btn-pack {
  display: none; }

#package-detail .pack-wrapper {
  max-width: 1140px;
  margin: 0 auto 30px; }

.fixed-package-nav {
  background: black;
  padding: 15px 0;
  margin-bottom: 10px;
  -webkit-transition: 0.35s;
  transition: 0.35s; }
  @media screen and (min-width: 767px) {
    .fixed-package-nav {
      margin-bottom: 30px; } }
  .fixed-package-nav #package-nav {
    max-width: 1070px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .fixed-package-nav #package-nav a {
      display: inline-block;
      margin: 5px;
      padding: 6px 15px;
      border: 1px solid #262626;
      border-radius: 3px;
      font-size: 14px;
      color: #6f6f6f; }
      .fixed-package-nav #package-nav a:hover, .fixed-package-nav #package-nav a.active {
        color: #ffcd30;
        border-color: #ffcd30; }
  .fixed-package-nav.has-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(255, 255, 255, 0.2);
            box-shadow: 0 2px 3px rgba(255, 255, 255, 0.2); }
    .fixed-package-nav.has-fixed:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 100%;
      background: black;
      background: -webkit-gradient(linear, left top, right top, color-stop(1%, black), color-stop(50%, #353535), to(black));
      background: linear-gradient(to right, black 1%, #353535 50%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); }
    .fixed-package-nav.has-fixed #package-nav {
      padding-left: 0; }

.layout-proposal.packages.has-pack-nav-fixed {
  padding-top: 100px; }

.layout-proposal .page-sub-menu-wrapper .sf-menu > li {
  margin-bottom: 0; }

#package-count-holder {
  position: fixed;
  top: 50%;
  right: -100%;
  z-index: 110;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1c1c1c;
  text-align: center;
  padding-bottom: 25px;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  font-size: 16px;
  color: #ffcd30;
  -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.7);
  border-radius: 8px 0 0 8px;
  min-width: 250px; }
  @media screen and (max-width: 767px) {
    #package-count-holder {
      padding-bottom: 15px; } }
  #package-count-holder h3, #package-count-holder .h3 {
    margin: 0;
    padding: 20px 10px;
    background: #0b0b0b;
    font-size: 18px;
    color: #ffcd30;
    font-weight: 500;
    border-radius: 10px 0 0 0; }
    @media screen and (max-width: 767px) {
      #package-count-holder h3, #package-count-holder .h3 {
        padding: 10px; } }
  #package-count-holder.show {
    right: 0;
    display: block; }
  #package-count-holder #package-count-holder-inner {
    display: block;
    color: #fff;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      #package-count-holder #package-count-holder-inner {
        margin-bottom: 15px; } }
    #package-count-holder #package-count-holder-inner div {
      padding: 15px;
      text-decoration: none;
      font-size: 14px;
      color: #cccccc;
      display: block;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid #000000;
      -webkit-transition: 0.35s;
      transition: 0.35s; }
      #package-count-holder #package-count-holder-inner div:hover {
        background: rgba(0, 0, 0, 0.2);
        color: #ffcd30; }
    #package-count-holder #package-count-holder-inner .remove-service {
      min-width: auto; }
  #package-count-holder button {
    padding: 12px 15px;
    border-radius: 4px;
    background-color: #009924;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1;
    width: calc(100% - 30px);
    border: none; }
    #package-count-holder button:hover {
      background: #00801e; }
  #package-count-holder .confirm-btn {
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    color: #ffcd30;
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000000;
    -webkit-transition: 0.35s;
    transition: 0.35s; }
    #package-count-holder .confirm-btn:hover {
      background: rgba(0, 0, 0, 0.2);
      color: #ffcd30; }

.offcanvas-open #package-count-holder.show {
  display: none; }

.offcanvas-open .leave-msg-btn {
  display: none; }

.remove-service {
  cursor: pointer;
  min-width: 57px; }
  .remove-service:hover {
    color: #fcbf00; }

.discovery-package-item .pack-type {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.discovery-package-item h2, .discovery-package-item .h2 {
  font-weight: bold !important;
  color: #fff; }

.discovery-package-item .pack-item-col {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .discovery-package-item .pack-item-col.active-hover, .discovery-package-item .pack-item-col.selected {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.7); }
    .discovery-package-item .pack-item-col.active-hover ul, .discovery-package-item .pack-item-col.selected ul {
      color: #009924 !important; }
    .discovery-package-item .pack-item-col.active-hover .pack-select-radio > span, .discovery-package-item .pack-item-col.selected .pack-select-radio > span {
      background: #009924 !important;
      color: #fff; }
  .discovery-package-item .pack-item-col.active-hover .pack-type {
    position: relative;
    background: #009924;
    color: #fff; }
    .discovery-package-item .pack-item-col.active-hover .pack-type:before {
      content: "Select";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background: #009924;
      line-height: 44px; }
  .discovery-package-item .pack-item-col.active-hover .pack-select-radio input + span {
    background: #009924;
    color: #fff; }
  .discovery-package-item .pack-item-col.selected .pack-type {
    position: relative;
    background: #009924;
    color: #fff; }
    .discovery-package-item .pack-item-col.selected .pack-type:before {
      content: "Selected";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      background: #009924;
      line-height: 44px; }

.user-data-holder-empty .form-control.error {
  background-color: #fbdf9d; }

@media (max-width: 991.98px) {
  .layout-proposal .page-sub-menu-wrapper .js-open-submenu-slidebar {
    border-left: 0;
    padding-left: 0; }
  .layout-proposal .sidebar-header h3, .layout-proposal .sidebar-header .h3 {
    font-size: 20px; }
  .fixed-package-nav.has-fixed {
    padding-left: 15px;
    padding-right: 15px; }
  .fixed-package-nav #package-nav a {
    font-size: 12px; }
  .fixed-package-nav #package-nav {
    padding-left: 0; }
  #package-count-holder {
    top: initial;
    right: 100%;
    bottom: 0;
    width: 100%;
    border: 0;
    border-top: 1px solid #1a1919;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding-top: 15px;
    border-radius: 0; }
    #package-count-holder #package-count-holder-inner div {
      padding: 5px 15px; }
  #service-choosen-holder .service-choosen {
    display: none; }
  #service-choosen-holder .service-next-button-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important; }
  .discovery-package-item h2, .discovery-package-item .h2 {
    font-size: 26px;
    font-weight: bold; } }

.discovery-step-wrapper table tbody tr > td {
  vertical-align: baseline; }

@media (max-width: 767.98px) {
  .discovery-2 .table th, .discovery-2 .table td {
    display: block;
    width: 100% !important; }
  .meeting-calendar-holder {
    margin-bottom: 30px; }
    .meeting-calendar-holder p {
      text-align: center; } }

@media (max-width: 575.98px) {
  .discovery-1 .table {
    display: block; }
  .discovery-1 .table th, .discovery-1 .table td {
    display: block;
    padding-left: 0; }
  .discovery-1 .form-control.readonly {
    padding-left: 0; }
  .user-data-holder tr td:last-child {
    text-align: left; } }

.pack-wrapper {
  font-size: 13px; }
  .pack-wrapper.pack-fixed .pack-header {
    position: fixed;
    z-index: 15; }

.scroll-up .pack-wrapper.pack-fixed .pack-header {
  top: 55px; }

.font-small {
  font-size: 9px; }

.pack-right-box {
  width: calc(100% - 310px);
  overflow: hidden;
  text-align: center; }
  .pack-right-box .row {
    margin-left: -5px;
    margin-right: -5px; }
  .pack-right-box .col-1, .pack-right-box .col-2, .pack-right-box .col-3, .pack-right-box .col-4, .pack-right-box .col-5, .pack-right-box .col-6, .pack-right-box .col-7, .pack-right-box .col-8, .pack-right-box .col-9, .pack-right-box .col-10, .pack-right-box .col-11, .pack-right-box .col-12, .pack-right-box .col, .pack-right-box .col-auto, .pack-right-box .col-sm-1, .pack-right-box .col-sm-2, .pack-right-box .col-sm-3, .pack-right-box .col-sm-4, .pack-right-box .col-sm-5, .pack-right-box .col-sm-6, .pack-right-box .col-sm-7, .pack-right-box .col-sm-8, .pack-right-box .col-sm-9, .pack-right-box .col-sm-10, .pack-right-box .col-sm-11, .pack-right-box .col-sm-12, .pack-right-box .col-sm, .pack-right-box .col-sm-auto, .pack-right-box .col-md-1, .pack-right-box .col-md-2, .pack-right-box .col-md-3, .pack-right-box .col-md-4, .pack-right-box .col-md-5, .pack-right-box .col-md-6, .pack-right-box .col-md-7, .pack-right-box .col-md-8, .pack-right-box .col-md-9, .pack-right-box .col-md-10, .pack-right-box .col-md-11, .pack-right-box .col-md-12, .pack-right-box .col-md, .pack-right-box .col-md-auto, .pack-right-box .col-lg-1, .pack-right-box .col-lg-2, .pack-right-box .col-lg-3, .pack-right-box .col-lg-4, .pack-right-box .col-lg-5, .pack-right-box .col-lg-6, .pack-right-box .col-lg-7, .pack-right-box .col-lg-8, .pack-right-box .col-lg-9, .pack-right-box .col-lg-10, .pack-right-box .col-lg-11, .pack-right-box .col-lg-12, .pack-right-box .col-lg, .pack-right-box .col-lg-auto, .pack-right-box .col-xl-1, .pack-right-box .col-xl-2, .pack-right-box .col-xl-3, .pack-right-box .col-xl-4, .pack-right-box .col-xl-5, .pack-right-box .col-xl-6, .pack-right-box .col-xl-7, .pack-right-box .col-xl-8, .pack-right-box .col-xl-9, .pack-right-box .col-xl-10, .pack-right-box .col-xl-11, .pack-right-box .col-xl-12, .pack-right-box .col-xl, .pack-right-box .col-xl-auto {
    padding-left: 5px;
    padding-right: 5px; }
  .pack-right-box .order-md-4 .pack-content-list li.title-row {
    background: #1a1919;
    background: -webkit-gradient(linear, left top, right top, from(#1a1919), to(black));
    background: linear-gradient(to right, #1a1919 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1919', endColorstr='#000000',GradientType=1 ); }
  @media screen and (max-width: 767px) {
    .pack-right-box .accordion .pack-item-col {
      margin: 0 0 25px;
      padding-top: 40px; }
      .pack-right-box .accordion .pack-item-col .pack-type {
        min-height: 40px; }
      .pack-right-box .accordion .pack-item-col.active-hover .pack-type:before, .pack-right-box .accordion .pack-item-col.selected .pack-type:before {
        line-height: 40px; } }
  .pack-right-box .accordion .accordion-item {
    margin-bottom: 20px; }
  .pack-right-box .accordion-header .accordion-button {
    position: relative;
    font-size: 24px;
    color: #fff;
    background: #777777;
    background: linear-gradient(135deg, #777777 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#000000',GradientType=1 );
    border-radius: 0;
    z-index: 1;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .pack-right-box .accordion-header .accordion-button:after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%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"); }
    .pack-right-box .accordion-header .accordion-button:not(.collapsed):after {
      -webkit-transform: inherit;
              transform: inherit; }
  .pack-right-box .accordion-header .accordion-button[aria-expanded="true"]:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .pack-right-box .accordion-header .accordion-button[aria-expanded="false"]:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.pack-des-titles {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  margin-top: 101px; }
  .pack-des-titles > li {
    padding: 5px 10px;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left; }
    .pack-des-titles > li.pack-type-row {
      height: 44px;
      min-height: 20px; }
    .pack-des-titles > li.title-row {
      margin-top: 4px;
      background: black;
      background: -webkit-gradient(linear, left top, right top, from(black), to(#1a1919));
      background: linear-gradient(to right, black 0%, #1a1919 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1919',GradientType=1 ); }
      .pack-des-titles > li.title-row.subtitle-row {
        min-height: 35px;
        color: #ffcd30; }

.font-small {
  font-size: 10px; }

.pack-content-list {
  margin-bottom: 0;
  list-style: none;
  padding: 0; }
  .pack-content-list > li {
    padding: 5px 0;
    min-height: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .pack-content-list > li:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: black;
      background: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, #686464), to(black));
      background: linear-gradient(to right, black 0%, #686464 50%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); }
    .pack-content-list > li.title-row {
      background-color: #1a1919;
      margin-top: 4px; }
      .pack-content-list > li.title-row.subtitle-row {
        min-height: 35px; }
      .pack-content-list > li.title-row:before {
        display: none; }
      .pack-content-list > li.title-row:after {
        position: absolute;
        left: -25px;
        top: 0;
        content: "";
        width: 25px;
        height: 100%;
        background-color: #1a1919; }
    .pack-content-list > li:last-child {
      padding: 0; }
      .pack-content-list > li:last-child:before {
        display: none; }
    .pack-content-list > li:hover:before {
      background: #000000;
      background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #ffb915), to(#000000));
      background: linear-gradient(to right, #000000 0%, #ffb915 50%, #000000 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); }

.pack-item-col {
  margin: 25px 0;
  padding-top: 120px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .pack-item-col.best-package {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.7); }
    .pack-item-col.best-package .pack-type {
      background: #d18829;
      background: -webkit-gradient(linear, left top, left bottom, from(#d18829), to(#fed459));
      background: linear-gradient(to bottom, #d18829 0%, #fed459 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d18829', endColorstr='#fed459',GradientType=0 ); }
    .pack-item-col.best-package ul {
      color: #ffcd30; }
    .pack-item-col.best-package .btn-pack {
      background: #d18829;
      background: -webkit-gradient(linear, left top, left bottom, from(#d18829), to(#fed459));
      background: linear-gradient(to bottom, #d18829 0%, #fed459 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d18829', endColorstr='#fed459',GradientType=0 ); }

.pack-header {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .pack-header h3, .pack-header .h3 {
    margin: 0;
    padding: 25px 10px;
    font-weight: bold;
    color: #fff;
    background: #777777;
    background: linear-gradient(135deg, #777777 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#000000',GradientType=1 ); }
    @media screen and (max-width: 1024px) {
      .pack-header h3, .pack-header .h3 {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .pack-header h3, .pack-header .h3 {
        display: none; } }
  .pack-header .pack-type {
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    background: #cecece;
    background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(white));
    background: linear-gradient(to bottom, #cecece 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=0 ); }

.btn-pack {
  padding: 17px 10px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  background: #cecece;
  background: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(white));
  background: linear-gradient(to bottom, #cecece 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=0 );
  display: block;
  width: 100%; }
  .btn-pack:hover {
    background: #d18829;
    background: -webkit-gradient(linear, left top, left bottom, from(#d18829), to(#fed459));
    background: linear-gradient(to bottom, #d18829 0%, #fed459 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d18829', endColorstr='#fed459',GradientType=0 );
    color: #000; }

.pack-it-wrapper .pack-left-box {
  width: 180px; }

.pack-it-wrapper .pack-right-box {
  width: calc(100% - 180px); }

.pack-it-wrapper .pack-content-list > li:before {
  display: none; }

.pack-it-wrapper .pack-des-titles > li {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
  padding-top: 15px; }

.pack-it-wrapper .pack-content-list > li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.pack-content-inner-list {
  padding-top: 15px;
  padding-left: 15px;
  text-align: left; }
  .pack-content-inner-list > li {
    list-style: none;
    position: relative;
    margin-bottom: 10px; }
    .pack-content-inner-list > li:before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      vertical-align: top;
      margin-top: 5px;
      margin-right: 5px; }
    .pack-content-inner-list > li ul {
      padding-left: 15px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .pack-content-inner-list > li ul li {
        list-style: none; }

@media (max-width: 767px) {
  #pkg-web-maintain-ondemand .pack-content-inner-list {
    margin-top: 0 !important; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .pack-header .pack-type {
    font-size: 12px;
    padding: 10px 5px; }
  .pack-des-titles li.pack-type-row {
    height: 41px; }
  .pack-left-box {
    width: 310px; }
  .pack-right-box {
    width: calc(100% - 310px); } }

@media (max-width: 1099px) {
  .pack-content-list li.title-row:after {
    display: none; } }

@media (max-width: 992px) {
  .pack-wrapper.pack-fixed .pack-header {
    top: 50px; } }

@media (max-width: 767px) {
  .main-menu-id-56 .totop {
    display: none; }
  .pack-left-box {
    display: none; }
  .pack-right-box {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px; }
    .pack-right-box .slick-slide {
      margin-left: 5px;
      margin-right: 5px; }
  .pack-it-wrapper .pack-right-box {
    width: 100%; }
  .pack-it-wrapper .pack-content-list > li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pack-content-list li span {
    display: block;
    position: relative;
    font-weight: bold; }
    .pack-content-list li span:before {
      content: attr(data-optname);
      display: block;
      margin-bottom: 7px;
      font-weight: normal;
      color: #808080; }
  .pack-content-list li.title-row span:before {
    font-weight: bold;
    font-size: 16px;
    color: #ffcd30; }
  .mobile-pack-links {
    display: block;
    text-align: left;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 15;
    background: #000; }
    .mobile-pack-links a {
      padding: 10px 15px;
      display: block;
      font-size: 18px;
      border-top: 1px solid #4e4d4d;
      overflow: hidden; }
      .mobile-pack-links a span {
        -webkit-transition: 0.4s;
        transition: 0.4s; }
      .mobile-pack-links a img {
        float: right;
        max-width: 40px; } }

@media (max-width: 575px) {
  .pack-right-box {
    padding-left: 0;
    padding-right: 0; }
  .pack-header h3, .pack-header .h3 {
    padding: 15px 5px;
    font-size: 20px; }
  .pack-header .pack-type {
    padding: 7px 7px;
    font-size: 14px; }
  .pack-des-titles li.pack-type-row {
    height: 35px;
    min-height: 20px; }
  .pack-des-titles {
    margin-top: 52px; }
  .pack-des-titles li,
  .pack-content-list > li {
    min-height: 70px; }
  .pack-content-inner-list {
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .sidebar-wrapper .thankyou-msg-box {
    overflow-y: auto;
    max-height: 58vh;
    padding-right: 10px;
    padding-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .sidebar-wrapper {
    right: -375px;
    padding: 30px 20px 30px 30px; } }

.sidebar-wrapper .quote-inner-wrapper {
  padding: 10px 40px;
  position: relative; }
  .sidebar-wrapper .quote-inner-wrapper .sidebar-header {
    padding: 25px 10px; }
    .sidebar-wrapper .quote-inner-wrapper .sidebar-header h3, .sidebar-wrapper .quote-inner-wrapper .sidebar-header .h3 {
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 400;
      text-align: center;
      text-align: center; }
    .sidebar-wrapper .quote-inner-wrapper .sidebar-header .js-close-right {
      border: 0;
      padding: 6px 10px;
      background: transparent;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      position: absolute;
      top: 30px;
      right: 45px;
      -webkit-transition: ease-in-out 0.5s;
      transition: ease-in-out 0.5s; }
  .sidebar-wrapper .quote-inner-wrapper .service-selected-holder {
    padding-top: 30px;
    padding-bottom: 30px; }
  .sidebar-wrapper .quote-inner-wrapper .generate-btn {
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    border: none; }

.offcanvass-open {
  overflow: hidden; }
  .offcanvass-open > .elementor::before {
    position: fixed;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: 0.4s;
    transition: 0.4s; }

.proposal-progress {
  display: grid;
  place-content: center;
  height: 100%; }

.proposal-done {
  height: 100%;
  padding: 50px;
  font-size: 17px; }

.pack-left-box {
  width: 310px;
  float: left; }

.generate-btn-wrapper .down-arrow {
  position: absolute;
  top: 0; }
  .generate-btn-wrapper .down-arrow img {
    max-width: 100px; }

.generate-btn-wrapper .generate-btn {
  position: relative;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  border: none;
  font-weight: 700; }
  .generate-btn-wrapper .generate-btn .text-green {
    color: #009924;
    font-weight: 700; }
  .generate-btn-wrapper .generate-btn.mt-60 {
    margin-top: 60px; }
  .generate-btn-wrapper .generate-btn.mt-65 {
    margin-top: 65px; }
  .generate-btn-wrapper .generate-btn.mt-70 {
    margin-top: 70px; }

.case-studies-box {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  border-radius: 6px;
  position: relative;
  -webkit-transition: background-position 2.5s ease-in 0s !important;
  transition: background-position 2.5s ease-in 0s !important;
  border: 2px solid #333;
  border-bottom: none !important; }
  @media only screen and (max-width: 991px) {
    .case-studies-box {
      max-height: 600px;
      border-bottom: 2px solid #333 !important; } }
  @media only screen and (max-width: 991px) {
    .case-studies-box::before, .case-studies-box::after {
      display: none; } }
  .case-studies-box::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50%;
    left: -2px;
    bottom: 0;
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  .case-studies-box::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50%;
    right: -2px;
    bottom: 0;
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  @media only screen and (min-width: 769px) {
    .case-studies-box:hover > .elementor-container::after {
      width: 100%;
      height: 100%;
      border-bottom-left-radius: 0%;
      background: #000000f6;
      -webkit-transition: 0.6s;
      transition: 0.6s; } }
  .case-studies-box:hover > .elementor-container > .elementor-column {
    opacity: 1;
    -webkit-transition: 3s;
    transition: 3s; }
  .case-studies-box > .elementor-container {
    height: 100%; }
    .case-studies-box > .elementor-container::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 40%;
      height: 95%;
      border-bottom-left-radius: 150%;
      -webkit-transition: 0.8s;
      transition: 0.8s;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%); }
      @media only screen and (max-width: 768px) {
        .case-studies-box > .elementor-container::after {
          width: 30%;
          max-height: 250px; } }
    .case-studies-box > .elementor-container > .elementor-column {
      max-width: 900px;
      margin: auto;
      z-index: 9;
      opacity: 0;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      @media only screen and (max-width: 991px) {
        .case-studies-box > .elementor-container > .elementor-column {
          z-index: 9;
          opacity: 1;
          -webkit-transition: 0.6s;
          transition: 0.6s;
          position: absolute;
          background: #000000;
          bottom: 0;
          text-align: center;
          padding: 20px; } }
    .case-studies-box > .elementor-container .titleAfter {
      color: #e69b23;
      padding-left: 10px; }

.case-background {
  overflow: hidden; }
  .case-background .elementor-post {
    background: #0b0b0b;
    border-top: 2px solid #1c1c1c;
    border-bottom: 2px solid #1c1c1c;
    background-image: url("../img/case-icon-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right; }
    .case-background .elementor-post:nth-child(2n) {
      background: #000000;
      border: none; }
    .case-background .elementor-post:nth-child(3n) {
      background: #0b0b0b;
      border-top: 2px solid #1c1c1c;
      border-bottom: 2px solid #1c1c1c;
      background-image: url("../img/case-icon-bg-2.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top left; }
    @media (min-width: 769px) and (max-width: 991px) {
      .case-background .elementor-post {
        background: #000000 !important;
        background-image: none !important;
        border: none !important; } }

.single-casestudies .elementor-widget-container h3, .single-casestudies .elementor-widget-container .h3 {
  font-size: 40px;
  margin-bottom: 35px;
  line-height: 40px;
  text-align: left;
  color: #ffffff !important; }
  @media only screen and (max-width: 991px) {
    .single-casestudies .elementor-widget-container h3, .single-casestudies .elementor-widget-container .h3 {
      font-size: 34px; } }
  @media only screen and (max-width: 991px) {
    .single-casestudies .elementor-widget-container h3, .single-casestudies .elementor-widget-container .h3 {
      font-size: 28px;
      text-align: center; } }

.retail-services h5, .retail-services .h5 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.8px; }

.retail-services ul {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 40px; }
  .retail-services ul li {
    line-height: 30px;
    color: #cccccc;
    font-size: 16px; }

.portfolio-box {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100%;
  border-radius: 6px;
  position: relative;
  -webkit-transition: background-position 2.5s ease-in 0s !important;
  transition: background-position 2.5s ease-in 0s !important;
  border: 2px solid #333;
  border-bottom: none !important; }
  @media only screen and (max-width: 991px) {
    .portfolio-box {
      max-height: 600px;
      border-bottom: 2px solid #333 !important; } }
  @media only screen and (max-width: 991px) {
    .portfolio-box::before, .portfolio-box::after {
      display: none; } }
  .portfolio-box::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    left: -2px;
    bottom: 0;
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  .portfolio-box::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    right: -2px;
    bottom: 0;
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  @media only screen and (min-width: 769px) {
    .portfolio-box:hover > .elementor-container::after {
      width: 100%;
      height: 100%;
      border-bottom-left-radius: 0%;
      background: #000000c7;
      -webkit-transition: 0.6s;
      transition: 0.6s; } }
  .portfolio-box:hover > .elementor-container > .elementor-column {
    opacity: 1;
    -webkit-transition: 3s;
    transition: 3s; }
  .portfolio-box > .elementor-container {
    height: 100%; }
    .portfolio-box > .elementor-container::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 45%;
      height: 60%;
      border-bottom-left-radius: 150%;
      -webkit-transition: 0.8s;
      transition: 0.8s;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%); }
      @media only screen and (max-width: 768px) {
        .portfolio-box > .elementor-container::after {
          width: 30%;
          max-height: 250px; } }
    .portfolio-box > .elementor-container > .elementor-column {
      max-width: 900px;
      margin: auto;
      z-index: 9;
      opacity: 0;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
      @media only screen and (max-width: 991px) {
        .portfolio-box > .elementor-container > .elementor-column {
          z-index: 9;
          opacity: 1;
          -webkit-transition: 0.6s;
          transition: 0.6s;
          position: absolute;
          background: #000000;
          bottom: 0;
          text-align: center;
          padding: 20px; } }
    .portfolio-box > .elementor-container .titleAfter {
      color: #e69b23;
      padding-left: 10px; }

.portfolio-cat-branding {
  position: relative;
  -webkit-transition: background-position 2.5s ease-in 0s !important;
  transition: background-position 2.5s ease-in 0s !important; }
  .portfolio-cat-branding .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .portfolio-cat-branding .branding-slider {
    max-width: 1650px;
    margin: auto; }
    .portfolio-cat-branding .branding-slider .col-md-4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .portfolio-cat-branding .rotating-border {
    width: 240px; }
    .portfolio-cat-branding .rotating-border a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .portfolio-cat-branding .portfolio-box-cat {
    position: relative;
    -webkit-transition: background-position 2.5s ease-in 0s !important;
    transition: background-position 2.5s ease-in 0s !important;
    border: 2px solid #333;
    background-color: #101010;
    border-bottom: 2px solid #1a1a1a;
    margin: 10px;
    border-radius: 6px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .portfolio-cat-branding .portfolio-box-cat {
        margin: 10px 10px 20px; } }
    .portfolio-cat-branding .portfolio-box-cat::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 50%;
      left: -2px;
      bottom: 0;
      position: absolute;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
    .portfolio-cat-branding .portfolio-box-cat::after {
      content: "";
      position: absolute;
      width: 2px;
      height: 50%;
      right: -2px;
      bottom: 0;
      position: absolute;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
    .portfolio-cat-branding .portfolio-box-cat:hover .shadow::after {
      width: 100%;
      height: 100% !important;
      border-bottom-left-radius: 0%;
      -webkit-transition: 0.6s;
      transition: 0.6s; }
    .portfolio-cat-branding .portfolio-box-cat .shadow::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 45%;
      height: 60%;
      border-bottom-left-radius: 150%;
      -webkit-transition: 0.8s;
      transition: 0.8s;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%); }
    .portfolio-cat-branding .portfolio-box-cat.single {
      height: 98%;
      margin: 10px;
      max-height: 1000px; }
      .portfolio-cat-branding .portfolio-box-cat.single img {
        height: 100% !important; }
      .portfolio-cat-branding .portfolio-box-cat.single .shadow::after {
        height: 30%; }
      .portfolio-cat-branding .portfolio-box-cat.single .shadow:hover::after {
        height: 100%; }
      .portfolio-cat-branding .portfolio-box-cat.single a {
        height: 100%;
        display: grid;
        place-content: center; }
  .portfolio-cat-branding .branding-slider .portfolio-box-cat:nth-child(2) {
    margin-bottom: 10px !important; }
  @media only screen and (max-width: 1200px) {
    .portfolio-cat-branding .branding-slider.template1 .col-md-4 {
      min-width: 50%; } }
  @media only screen and (max-width: 1400px) {
    .portfolio-cat-branding .branding-slider.template2 .col-md-4 {
      min-width: 33%; } }
  @media only screen and (max-width: 1200px) {
    .portfolio-cat-branding .branding-slider.template2 .col-md-4 {
      min-width: 50%; } }
  @media only screen and (max-width: 1400px) {
    .portfolio-cat-branding .branding-slider.template2 .col-md-8 {
      min-width: 100%; } }
  .portfolio-cat-branding a {
    overflow: hidden;
    display: grid;
    place-content: center;
    width: 100%;
    position: relative;
    -webkit-transition: background-position 2.5s ease-in 0s;
    transition: background-position 2.5s ease-in 0s;
    min-height: 400px; }
  .portfolio-cat-branding .swiper-button-next {
    top: 50%;
    right: 0%; }
  .portfolio-cat-branding .swiper-button-prev {
    top: 50%;
    left: 0%; }

.portfolio-box-cat-template2 {
  margin: 20px 0;
  display: grid;
  background: #101010;
  height: 450px;
  position: relative;
  -webkit-transition: background-position 2.5s ease-in 0s !important;
  transition: background-position 2.5s ease-in 0s !important;
  border: 2px solid #333;
  background-color: #101010;
  border-bottom: 2px solid #1a1a1a;
  border-radius: 6px;
  overflow: hidden; }
  @media only screen and (max-width: 1400px) {
    .portfolio-box-cat-template2 {
      height: 380px; } }
  @media only screen and (max-width: 767px) {
    .portfolio-box-cat-template2 {
      height: auto; } }
  @media only screen and (max-width: 1400px) {
    .portfolio-box-cat-template2 a {
      min-height: 380px;
      height: 380px !important; } }
  .portfolio-box-cat-template2 a::before {
    content: "";
    position: absolute;
    position: absolute;
    width: 2px;
    height: 50%;
    left: -2px;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%); }
  .portfolio-box-cat-template2 a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 60%;
    border-bottom-left-radius: 150%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%); }
  .portfolio-box-cat-template2:hover a::after {
    width: 100%;
    height: 100% !important;
    border-bottom-left-radius: 0%;
    -webkit-transition: 0.6s;
    transition: 0.6s; }
  .portfolio-box-cat-template2 img.card-img-top {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (max-width: 1400px) {
      .portfolio-box-cat-template2 img.card-img-top {
        height: 380px; } }

.portfolio-box-cat-template2.text-conent {
  padding: 20px 40px;
  min-height: 350px; }
  @media only screen and (max-width: 767px) {
    .portfolio-box-cat-template2.text-conent {
      padding: 30px;
      min-height: auto; } }
  .portfolio-box-cat-template2.text-conent h3, .portfolio-box-cat-template2.text-conent .h3 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #e69b23;
    font-weight: 700;
    font-family: "Lato";
    text-transform: uppercase;
    margin-bottom: 30px; }
  .portfolio-box-cat-template2.text-conent p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 29px;
    color: #fff;
    font-weight: 300;
    font-family: "Lato";
    text-align: left; }
    @media only screen and (max-width: 1400px) {
      .portfolio-box-cat-template2.text-conent p {
        font-size: 16px; } }

.portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat {
  margin: 20px 0 30px;
  display: grid;
  background: #101010;
  height: 450px; }
  .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat.text-conent {
    padding: 20px 40px;
    min-height: 350px; }
    @media only screen and (max-width: 767px) {
      .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat.text-conent {
        padding: 30px;
        min-height: auto; } }
  .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat .shadow img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px; }
  .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat .shadow::after {
    height: 40%; }
  .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat .shadow:hover::after {
    height: 100%; }
  .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat h3, .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat .h3 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 30px;
    color: #e69b23;
    font-weight: 700;
    font-family: "Lato";
    text-transform: uppercase;
    margin-bottom: 30px; }
  .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Lato";
    text-align: left; }
    @media only screen and (max-width: 1400px) {
      .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat p {
        font-size: 16px; } }

.portfolio-cat-branding.portfolio-cat-videos a {
  padding-bottom: 0px;
  height: 100%;
  width: 100%;
  height: 450px;
  position: initial; }

.line-right::before {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 0, 36, 0.244135)), color-stop(50%, #404040), to(rgba(2, 0, 36, 0.244135)));
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.244135) 0%, #404040 50%, rgba(2, 0, 36, 0.244135) 100%);
  position: absolute;
  right: 0;
  top: 0; }

.portfolio-cat-dropdown {
  text-align: center; }
  .portfolio-cat-dropdown .dropdown button {
    background: transparent;
    color: #ffffff;
    font-size: 40px;
    border: none; }
  .portfolio-cat-dropdown .dropdown-menu {
    background: #0b0b0c;
    padding: 0;
    min-width: 250px;
    border: 1px solid #1c1c1c; }
    .portfolio-cat-dropdown .dropdown-menu li a {
      display: block;
      padding: 12px 25px;
      border-top: 1px solid #1c1c1c;
      color: #cccccc;
      position: relative;
      text-transform: lowercase; }
      .portfolio-cat-dropdown .dropdown-menu li a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%; }
      .portfolio-cat-dropdown .dropdown-menu li a:hover, .portfolio-cat-dropdown .dropdown-menu li a.active {
        background: #000;
        color: #ffcd30; }
        .portfolio-cat-dropdown .dropdown-menu li a:hover::before, .portfolio-cat-dropdown .dropdown-menu li a.active::before {
          background: -webkit-gradient(linear, left top, left bottom, from(#fde7a6), to(#ce862a));
          background: linear-gradient(to bottom, #fde7a6 0%, #ce862a 100%); }

.portfolio-archive-slider .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  margin: 0; }
  .portfolio-archive-slider .rslides li {
    position: absolute;
    display: none;
    width: 100%;
    min-width: 160px;
    min-height: 160px;
    left: 0;
    top: 0;
    text-align: center; }

.portfolio-archive-slider .ins-common-title-new {
  font-size: 35px;
  line-height: 30px;
  font-weight: 300;
  color: #9a9a9a;
  text-align: center; }

.portfolio-archive-slider .ins-common-title-new strong {
  font-weight: 700;
  color: #ffffff; }

.swiper-button-next.slider-arrow,
.swiper-button-prev.slider-arrow {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: none;
          filter: none; }

.swiper-button-next.slider-arrow {
  background-image: url("../img/next_btn.png"); }

.swiper-button-prev.slider-arrow {
  background-image: url("../img/prev_btn.png"); }

.portfolio-landscape-slider {
  max-width: 1260px;
  margin: auto; }
  .portfolio-landscape-slider .landscape-images {
    width: 100%;
    display: grid;
    place-content: center; }

.portfolio-portrait-slider,
.ins-projects-slider-area {
  max-width: 1300px;
  margin: auto;
  margin-bottom: 20px; }
  .portfolio-portrait-slider .landscape-images,
  .ins-projects-slider-area .landscape-images {
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-position 7.5s ease-in 0s;
    transition: background-position 7.5s ease-in 0s; }
  .portfolio-portrait-slider .swiper-wrapper,
  .ins-projects-slider-area .swiper-wrapper {
    padding: 100px 0px; }
  .portfolio-portrait-slider .swiper-slide,
  .ins-projects-slider-area .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.3; }
    @media only screen and (max-width: 768px) {
      .portfolio-portrait-slider .swiper-slide,
      .ins-projects-slider-area .swiper-slide {
        -webkit-transform: scale(1);
                transform: scale(1); } }
    .portfolio-portrait-slider .swiper-slide.swiper-slide-active,
    .ins-projects-slider-area .swiper-slide.swiper-slide-active {
      opacity: 1;
      position: relative;
      z-index: 2; }
      .portfolio-portrait-slider .swiper-slide.swiper-slide-active .ins-projects-title,
      .ins-projects-slider-area .swiper-slide.swiper-slide-active .ins-projects-title {
        border: 1px solid #1c1c1c;
        border-radius: 0px 0px 16px 16px; }
      @media only screen and (min-width: 769px) {
        .portfolio-portrait-slider .swiper-slide.swiper-slide-active,
        .ins-projects-slider-area .swiper-slide.swiper-slide-active {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); } }
      .portfolio-portrait-slider .swiper-slide.swiper-slide-active .landscape-images:hover,
      .ins-projects-slider-area .swiper-slide.swiper-slide-active .landscape-images:hover {
        background-position: center 100%; }
    .portfolio-portrait-slider .swiper-slide.swiper-slide-prev, .portfolio-portrait-slider .swiper-slide.swiper-slide-next,
    .ins-projects-slider-area .swiper-slide.swiper-slide-prev,
    .ins-projects-slider-area .swiper-slide.swiper-slide-next {
      cursor: pointer; }

.fancybox__container {
  z-index: 99999; }

.fancybox__toolbar {
  z-index: 999999; }

.pitem-for-all.fancybox__content {
  background-color: transparent !important;
  max-width: 1140px !important;
  min-width: 1140px !important; }

.portfolio-content-wrapper .portfolio-cat-name-wrap .portfolio-cat-name {
  color: #999999 !important;
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center; }

.portfolio-content-wrapper .portfolio-content {
  margin-top: 40px; }

.portfolio-content-wrapper .portfolio-left,
.portfolio-content-wrapper .portfolio-right {
  min-width: 220px; }

.portfolio-content-wrapper .portfolio-left h4, .portfolio-content-wrapper .portfolio-left .h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px; }

.portfolio-content-wrapper .portfolio-left p {
  font-size: 16px;
  color: #ffcd30;
  margin-bottom: 30px; }

.portfolio-content-wrapper .portfolio-right {
  padding-left: 20px; }

.portfolio-content-wrapper .portfolio-center {
  width: 100%;
  position: relative;
  padding: 0 40px 15px;
  color: #cccccc !important; }
  .portfolio-content-wrapper .portfolio-center:before, .portfolio-content-wrapper .portfolio-center:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: black;
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, #969696), to(black));
    background: linear-gradient(to bottom, black 0%, #969696 50%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }
  .portfolio-content-wrapper .portfolio-center:before {
    left: 0; }
  .portfolio-content-wrapper .portfolio-center:after {
    right: 0; }
  .portfolio-content-wrapper .portfolio-center .img-thum-preview {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px;
    border: 1px solid #505050;
    width: 80px;
    height: 80px;
    margin: 0 5px 5px;
    overflow: hidden;
    vertical-align: middle; }
    .portfolio-content-wrapper .portfolio-center .img-thum-preview img {
      max-width: 100%;
      max-height: 80px; }

.portfolio-content-wrapper .btn-req-pricing {
  display: block;
  padding: 10px 15px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #009924;
  color: #009924;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  outline: none; }

.portfolio-content-wrapper .btn-req-pricing:hover {
  background-color: #009924;
  color: #fff; }

.portfolio-content-wrapper .btn-req-pricing.btn-pricing-blink:before {
  content: "";
  width: 10px;
  height: 60px;
  display: block;
  position: absolute;
  left: -20px;
  top: -10px;
  -webkit-transition: 2s;
  transition: 2s;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(252, 252, 252, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(252, 252, 252, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=1);
  -webkit-animation: moveright 0.5s ease-in-out 0.5s infinite;
          animation: moveright 0.5s ease-in-out 0.5s infinite; }

.portfolio-content-wrapper .portfolio-package-info {
  margin-top: 20px;
  position: relative; }
  .portfolio-content-wrapper .portfolio-package-info img {
    border-radius: 7px; }

.portfolio-content-wrapper .pro-img-wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 300px; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes moveright {
  from {
    left: -20px; }
  to {
    left: 110%; } }

/* Standard syntax */
@keyframes moveright {
  from {
    left: -20px; }
  to {
    left: 110%; } }

.fancybox__backdrop {
  background-color: black; }

.tax-portfolio_categories .fancybox__thumbs {
  display: none; }

.plzy-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  left: 0; }

.process-slider-22 .elementor-swiper-button,
.process-slider-23 .elementor-swiper-button {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .process-slider-22 .elementor-swiper-button i,
  .process-slider-23 .elementor-swiper-button i {
    display: none; }

.process-slider-22 .elementor-swiper-button-next,
.process-slider-23 .elementor-swiper-button-next {
  background-image: url("../img/next_btn.png"); }

.process-slider-22 .elementor-swiper-button-prev,
.process-slider-23 .elementor-swiper-button-prev {
  background-image: url("../img/prev_btn.png"); }

.box-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 35px 15px;
  width: 100%; }

@media screen and (min-width: 1380px) {
  .box-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

.box-item {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  max-width: 100%; }

.flip-box {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  .flip-box .flip-box-front {
    background-position: top center; }
    .flip-box .flip-box-front .inner {
      height: 100%;
      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;
      padding: 5px 20px; }
  .flip-box .flip-box-back {
    background-position: center center; }
    .flip-box .flip-box-back .inner {
      -webkit-transform: translateY(-50%) translateZ(130px) scale(0.94);
              transform: translateY(-50%) translateZ(130px) scale(0.94);
      top: 50%;
      display: grid;
      place-content: center; }
    .flip-box .flip-box-back::before {
      content: "";
      position: absolute;
      width: 102%;
      height: 104%;
      background-color: #000000b8;
      top: -3px;
      left: -2px; }

.front-box {
  position: absolute;
  bottom: -2px;
  z-index: 11111;
  width: 100.6%;
  height: 132px;
  background-color: #0b0b0b;
  left: -1px;
  border-radius: 0px 0px 8px 8px; }
  .front-box .animation-btn span {
    margin-right: 0;
    margin-left: 10px; }

.flip-box-front,
.flip-box-back {
  background-size: cover;
  border-radius: 8px;
  min-height: 833px;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.flip-box-front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.flip-box:hover .flip-box-front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 2px solid #1c1c1c;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  .flip-box-back::after {
    content: "";
    position: absolute;
    width: 100.4%;
    height: 261px;
    background: #0b0b0b;
    bottom: -2px;
    left: -1px; }
  .flip-box-back .inner {
    height: 88%; }

.flip-box:hover .flip-box-back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 10px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
          perspective: inherit;
  z-index: 2; }
  .flip-box .inner img {
    max-width: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    margin-bottom: 14rem;
    -webkit-transform: scale(1);
            transform: scale(1); }

.flip-box-header {
  text-align: left;
  max-width: 50%; }
  .flip-box-header h3, .flip-box-header .h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 10px; }
    @media only screen and (max-width: 600px) {
      .flip-box-header h3, .flip-box-header .h3 {
        font-size: 18px;
        font-weight: 500; } }
  .flip-box-header .subtitle {
    color: #e69b23;
    font-size: 18px; }

.flip-box p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0px; }

.flip-box-img {
  margin-top: 25px; }

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase; }

.portfolio-website-slider.bg-color1 {
  background-color: #000000; }

.portfolio-website-slider.bg-color2 {
  background-color: #0b0b0b;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #1c1c1c; }
  .portfolio-website-slider.bg-color2 .container-fluid, .portfolio-website-slider.bg-color2 .container-sm, .portfolio-website-slider.bg-color2 .container-md, .portfolio-website-slider.bg-color2 .container-lg, .portfolio-website-slider.bg-color2 .container-xl, .portfolio-website-slider.bg-color2 .container-xxl {
    margin-top: 45px; }
  .portfolio-website-slider.bg-color2 .front-box {
    background-color: #000000; }
  .portfolio-website-slider.bg-color2 .flip-box .flip-box-back::before {
    content: "";
    position: absolute;
    width: 101%;
    height: 101%;
    background-color: #1c1c1c73;
    top: -3px;
    left: -2px; }

.portfolio-website-slider .container-fluid, .portfolio-website-slider .container-sm, .portfolio-website-slider .container-md, .portfolio-website-slider .container-lg, .portfolio-website-slider .container-xl, .portfolio-website-slider .container-xxl {
  max-width: 1680px;
  margin-top: 70px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .portfolio-website-slider .container-fluid, .portfolio-website-slider .container-sm, .portfolio-website-slider .container-md, .portfolio-website-slider .container-lg, .portfolio-website-slider .container-xl, .portfolio-website-slider .container-xxl {
      margin-top: 0px;
      margin-bottom: 0px; } }

.portfolio-website-slider .swiper-button-prev {
  left: -3px;
  background-position: left 35% center; }

.portfolio-website-slider .swiper-button-next {
  right: -10px; }

.portfolio-website-slider .post-title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 50px; }
  @media only screen and (max-width: 768px) {
    .portfolio-website-slider .post-title {
      font-size: 32px; } }

.flip-box .rotating-border .animation-btn {
  min-width: 140px;
  padding-left: 0px;
  padding-right: 0px; }
  .flip-box .rotating-border .animation-btn span {
    color: #009924 !important;
    font-weight: 700;
    font-size: 16px; }

.back-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 18px; }
  @media only screen and (max-width: 600px) {
    .back-box .button-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .back-box .button-items .rotating-border:nth-last-child(1) {
        margin-top: 10px !important; } }
  .back-box p {
    font-size: 18px;
    font-weight: 500;
    color: #e69b23; }
  .back-box p.text {
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.8px;
    padding: 20px 0 16px;
    color: #ffffff; }
  .back-box .rotating-border {
    margin: 10px; }
    @media only screen and (max-width: 600px) {
      .back-box .rotating-border {
        margin: 0;
        max-width: 180px; } }
    .back-box .rotating-border .animation-btn {
      min-width: 150px;
      height: 40px;
      padding-left: 15px;
      padding-right: 0px; }
      .back-box .rotating-border .animation-btn span {
        font-size: 13px; }

@media only screen and (max-width: 768px) {
  .portfolio-website-slider .container-fluid, .portfolio-website-slider .container-sm, .portfolio-website-slider .container-md, .portfolio-website-slider .container-lg, .portfolio-website-slider .container-xl, .portfolio-website-slider .container-xxl {
    padding: 0px 10px; }
  .portfolio-website-slider .swiper-button-next,
  .portfolio-website-slider .swiper-button-prev {
    display: block;
    width: 50px;
    height: 80px;
    background-color: #1a1a1acf; }
  .portfolio-website-slider .swiper-button-next {
    right: 0%; }
  .portfolio-website-slider .swiper-button-prev {
    left: 0%; }
  .front-box .inner .flip-box-header {
    max-width: 60% !important; }
  .front-box .rotating-border .animation-btn {
    min-width: 120px; }
    .front-box .rotating-border .animation-btn span {
      margin-right: 0px; }
  .portfolio-landscape-view {
    padding: 0px 20px; }
    .portfolio-landscape-view .swiper-button-next,
    .portfolio-landscape-view .swiper-button-prev {
      display: block;
      width: 35px;
      height: 35px;
      background-size: contain; }
    .portfolio-landscape-view .swiper-button-prev {
      left: -3.5%; }
    .portfolio-landscape-view .swiper-button-next {
      right: -3.5%; } }

@media only screen and (max-width: 400px) {
  .portfolio-website-slider .post-title {
    font-size: 24px; }
    .portfolio-website-slider .post-title p {
      margin-bottom: 0px; }
  .box-container {
    padding: 20px; }
  .box-item {
    margin-bottom: 20px; }
  .flip-box-front,
  .flip-box-back {
    min-height: 650px; }
  .flip-box .flip-box-front .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flip-box-header {
    text-align: center;
    margin-bottom: 20px; }
  .front-box {
    height: 170px; }
  .front-box .rotating-border .animation-btn {
    min-width: 140px;
    height: 37px; }
  .portfolio-website-slider p {
    font-size: 14px; }
  .flip-box .inner img {
    max-width: 190px; }
  .portfolio-box {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    border-radius: 6px;
    position: relative;
    -webkit-transition: background-position 2.5s ease-in 0s !important;
    transition: background-position 2.5s ease-in 0s !important;
    border: 2px solid #333;
    border-bottom: none !important; } }
  @media only screen and (max-width: 400px) and (max-width: 991px) {
    .portfolio-box {
      max-height: 600px;
      border-bottom: 2px solid #333 !important; } }
  @media only screen and (max-width: 400px) and (max-width: 991px) {
    .portfolio-box::before, .portfolio-box::after {
      display: none; } }

@media only screen and (max-width: 400px) {
    .portfolio-box::before {
      content: "";
      position: absolute;
      width: 2px;
      height: 50%;
      left: -2px;
      bottom: 0;
      position: absolute;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
    .portfolio-box::after {
      content: "";
      position: absolute;
      width: 2px;
      height: 50%;
      right: -2px;
      bottom: 0;
      position: absolute;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
      background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); } }
  @media only screen and (max-width: 400px) and (min-width: 769px) {
    .portfolio-box:hover > .elementor-container::after {
      width: 100%;
      height: 100%;
      border-bottom-left-radius: 0%;
      background: #000000c7;
      -webkit-transition: 0.6s;
      transition: 0.6s; } }

@media only screen and (max-width: 400px) {
    .portfolio-box:hover > .elementor-container > .elementor-column {
      opacity: 1;
      -webkit-transition: 3s;
      transition: 3s; }
    .portfolio-box > .elementor-container {
      height: 100%; }
      .portfolio-box > .elementor-container::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        height: 60%;
        border-bottom-left-radius: 150%;
        -webkit-transition: 0.8s;
        transition: 0.8s;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%); } }
      @media only screen and (max-width: 400px) and (max-width: 768px) {
        .portfolio-box > .elementor-container::after {
          width: 30%;
          max-height: 250px; } }

@media only screen and (max-width: 400px) {
      .portfolio-box > .elementor-container > .elementor-column {
        max-width: 900px;
        margin: auto;
        z-index: 9;
        opacity: 0;
        -webkit-transition: 0.6s;
        transition: 0.6s; } }
      @media only screen and (max-width: 400px) and (max-width: 991px) {
        .portfolio-box > .elementor-container > .elementor-column {
          z-index: 9;
          opacity: 1;
          -webkit-transition: 0.6s;
          transition: 0.6s;
          position: absolute;
          background: #000000;
          bottom: 0;
          text-align: center;
          padding: 20px; } }

@media only screen and (max-width: 400px) {
      .portfolio-box > .elementor-container .titleAfter {
        color: #e69b23;
        padding-left: 10px; }
  .portfolio-cat-branding {
    position: relative;
    -webkit-transition: background-position 2.5s ease-in 0s !important;
    transition: background-position 2.5s ease-in 0s !important; }
    .portfolio-cat-branding .branding-slider {
      max-width: 1650px;
      margin: auto; }
    .portfolio-cat-branding .rotating-border {
      width: 240px; }
      .portfolio-cat-branding .rotating-border a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .portfolio-cat-branding .portfolio-box-cat {
      position: relative;
      -webkit-transition: background-position 2.5s ease-in 0s !important;
      transition: background-position 2.5s ease-in 0s !important;
      border: 2px solid #333;
      background-color: #101010;
      border-bottom: none !important;
      margin: 10px 10px 80px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; } }
    @media only screen and (max-width: 400px) and (max-width: 768px) {
      .portfolio-cat-branding .portfolio-box-cat {
        margin: 10px 10px 20px; } }

@media only screen and (max-width: 400px) {
      .portfolio-cat-branding .portfolio-box-cat::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 50%;
        left: -2px;
        bottom: 0;
        position: absolute;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
      .portfolio-cat-branding .portfolio-box-cat::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 50%;
        right: -2px;
        bottom: 0;
        position: absolute;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
      .portfolio-cat-branding .portfolio-box-cat:hover .shadow::after {
        width: 100%;
        height: 100% !important;
        border-bottom-left-radius: 0%;
        -webkit-transition: 0.6s;
        transition: 0.6s; }
      .portfolio-cat-branding .portfolio-box-cat .shadow::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        height: 60%;
        border-bottom-left-radius: 150%;
        -webkit-transition: 0.8s;
        transition: 0.8s;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%); }
      .portfolio-cat-branding .portfolio-box-cat.single {
        height: 100%; }
        .portfolio-cat-branding .portfolio-box-cat.single .shadow::after {
          height: 30%; }
        .portfolio-cat-branding .portfolio-box-cat.single .shadow:hover::after {
          height: 100%; }
        .portfolio-cat-branding .portfolio-box-cat.single a {
          height: 100%;
          display: grid;
          place-content: center; }
    .portfolio-cat-branding .branding-slider .portfolio-box-cat:nth-child(2) {
      margin-bottom: 10px !important; }
    .portfolio-cat-branding a {
      overflow: hidden;
      display: grid;
      place-content: center;
      width: 100%;
      position: relative;
      -webkit-transition: background-position 2.5s ease-in 0s;
      transition: background-position 2.5s ease-in 0s;
      min-height: 400px; }
    .portfolio-cat-branding .swiper-button-next {
      top: 50%;
      right: 0%; }
    .portfolio-cat-branding .swiper-button-prev {
      top: 50%;
      left: 0%; }
  .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat {
    margin: 20px 0 30px;
    display: grid;
    background: #101010; }
    .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat.text-conent {
      padding: 20px 40px;
      min-height: 350px; } }
    @media only screen and (max-width: 400px) and (max-width: 767px) {
      .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat.text-conent {
        padding: 30px;
        min-height: auto; } }

@media only screen and (max-width: 400px) {
    .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat .shadow img {
      max-height: 700px;
      -o-object-fit: contain;
         object-fit: contain; }
    .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat .shadow::after {
      height: 40%; }
    .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat .shadow:hover::after {
      height: 100%; }
    .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat h3, .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat .h3 {
      font-size: 20px;
      letter-spacing: 2px;
      line-height: 30px;
      color: #e69b23;
      font-weight: 700;
      font-family: "Lato";
      text-transform: uppercase;
      margin-bottom: 30px; }
    .portfolio-cat-branding.portfolio-cat-videos .portfolio-box-cat p {
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 29px;
      color: #ffffff;
      font-weight: 300;
      font-family: "Lato";
      text-align: left; }
  .portfolio-cat-branding.portfolio-cat-videos a {
    padding-bottom: 0px;
    height: 100%;
    width: 100%;
    height: 450px;
    position: initial; }
  .line-right::before {
    content: "";
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(2, 0, 36, 0.244135)), color-stop(50%, #404040), to(rgba(2, 0, 36, 0.244135)));
    background: linear-gradient(0deg, rgba(2, 0, 36, 0.244135) 0%, #404040 50%, rgba(2, 0, 36, 0.244135) 100%);
    position: absolute;
    right: 0;
    top: 0; }
  .portfolio-cat-dropdown {
    text-align: center; }
    .portfolio-cat-dropdown .dropdown button {
      background: transparent;
      color: #ffffff;
      font-size: 40px;
      border: none; }
    .portfolio-cat-dropdown .dropdown-menu {
      background: #0b0b0c;
      padding: 0;
      min-width: 250px;
      border: 1px solid #1c1c1c; }
      .portfolio-cat-dropdown .dropdown-menu li a {
        display: block;
        padding: 12px 25px;
        border-top: 1px solid #1c1c1c;
        color: #cccccc;
        position: relative;
        text-transform: lowercase; }
        .portfolio-cat-dropdown .dropdown-menu li a::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 2px;
          height: 100%; }
        .portfolio-cat-dropdown .dropdown-menu li a:hover, .portfolio-cat-dropdown .dropdown-menu li a.active {
          background: #000;
          color: #ffcd30; }
          .portfolio-cat-dropdown .dropdown-menu li a:hover::before, .portfolio-cat-dropdown .dropdown-menu li a.active::before {
            background: -webkit-gradient(linear, left top, left bottom, from(#fde7a6), to(#ce862a));
            background: linear-gradient(to bottom, #fde7a6 0%, #ce862a 100%); }
  .portfolio-archive-slider .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    margin: 0; }
    .portfolio-archive-slider .rslides li {
      position: absolute;
      display: none;
      width: 100%;
      min-width: 160px;
      min-height: 160px;
      left: 0;
      top: 0;
      text-align: center; }
  .portfolio-archive-slider .ins-common-title-new {
    font-size: 35px;
    line-height: 30px;
    font-weight: 300;
    color: #9a9a9a;
    text-align: center; }
  .portfolio-archive-slider .ins-common-title-new strong {
    font-weight: 700;
    color: #ffffff; }
  .swiper-button-next.slider-arrow,
  .swiper-button-prev.slider-arrow {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-filter: none;
            filter: none; }
  .swiper-button-next.slider-arrow {
    background-image: url("../img/next_btn.png"); }
  .swiper-button-prev.slider-arrow {
    background-image: url("../img/prev_btn.png"); }
  .portfolio-landscape-slider {
    max-width: 1260px;
    margin: auto; }
    .portfolio-landscape-slider .landscape-images {
      width: 100%;
      display: grid;
      place-content: center; }
  .portfolio-portrait-slider,
  .ins-projects-slider-area {
    max-width: 1300px;
    margin: auto;
    margin-bottom: 20px; }
    .portfolio-portrait-slider .landscape-images,
    .ins-projects-slider-area .landscape-images {
      width: 100%;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      -webkit-transition: background-position 7.5s ease-in 0s;
      transition: background-position 7.5s ease-in 0s; }
    .portfolio-portrait-slider .swiper-wrapper,
    .ins-projects-slider-area .swiper-wrapper {
      padding: 100px 0px; }
    .portfolio-portrait-slider .swiper-slide,
    .ins-projects-slider-area .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background: transparent;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      opacity: 0.3; } }
    @media only screen and (max-width: 400px) and (max-width: 768px) {
      .portfolio-portrait-slider .swiper-slide,
      .ins-projects-slider-area .swiper-slide {
        -webkit-transform: scale(1);
                transform: scale(1); } }

@media only screen and (max-width: 400px) {
      .portfolio-portrait-slider .swiper-slide.swiper-slide-active,
      .ins-projects-slider-area .swiper-slide.swiper-slide-active {
        opacity: 1;
        position: relative;
        z-index: 2; }
        .portfolio-portrait-slider .swiper-slide.swiper-slide-active .ins-projects-title,
        .ins-projects-slider-area .swiper-slide.swiper-slide-active .ins-projects-title {
          border: 1px solid #1c1c1c;
          border-radius: 0px 0px 16px 16px; } }
      @media only screen and (max-width: 400px) and (min-width: 769px) {
        .portfolio-portrait-slider .swiper-slide.swiper-slide-active,
        .ins-projects-slider-area .swiper-slide.swiper-slide-active {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2); } }

@media only screen and (max-width: 400px) {
        .portfolio-portrait-slider .swiper-slide.swiper-slide-active .landscape-images:hover,
        .ins-projects-slider-area .swiper-slide.swiper-slide-active .landscape-images:hover {
          background-position: center 100%; }
      .portfolio-portrait-slider .swiper-slide.swiper-slide-prev, .portfolio-portrait-slider .swiper-slide.swiper-slide-next,
      .ins-projects-slider-area .swiper-slide.swiper-slide-prev,
      .ins-projects-slider-area .swiper-slide.swiper-slide-next {
        cursor: pointer; }
  .fancybox__container {
    z-index: 99999; }
  .fancybox__toolbar {
    z-index: 999999; }
  .pitem-for-all.fancybox__content {
    background-color: transparent !important;
    max-width: 1140px !important;
    min-width: 1140px !important; }
  .portfolio-content-wrapper .portfolio-cat-name-wrap .portfolio-cat-name {
    color: #999999 !important;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center; }
  .portfolio-content-wrapper .portfolio-content {
    margin-top: 40px; }
  .portfolio-content-wrapper .portfolio-left,
  .portfolio-content-wrapper .portfolio-right {
    min-width: 220px; }
  .portfolio-content-wrapper .portfolio-left h4, .portfolio-content-wrapper .portfolio-left .h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px; }
  .portfolio-content-wrapper .portfolio-left p {
    font-size: 16px;
    color: #ffcd30;
    margin-bottom: 30px; }
  .portfolio-content-wrapper .portfolio-right {
    padding-left: 20px; }
  .portfolio-content-wrapper .portfolio-center {
    width: 100%;
    position: relative;
    padding: 0 40px 15px;
    color: #cccccc !important; }
    .portfolio-content-wrapper .portfolio-center:before, .portfolio-content-wrapper .portfolio-center:after {
      content: "";
      position: absolute;
      top: 0;
      width: 1px;
      height: 100%;
      background: black;
      background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(50%, #969696), to(black));
      background: linear-gradient(to bottom, black 0%, #969696 50%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }
    .portfolio-content-wrapper .portfolio-center:before {
      left: 0; }
    .portfolio-content-wrapper .portfolio-center:after {
      right: 0; }
    .portfolio-content-wrapper .portfolio-center .img-thum-preview {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 8px;
      border: 1px solid #505050;
      width: 80px;
      height: 80px;
      margin: 0 5px 5px;
      overflow: hidden;
      vertical-align: middle; }
      .portfolio-content-wrapper .portfolio-center .img-thum-preview img {
        max-width: 100%;
        max-height: 80px; }
  .portfolio-content-wrapper .btn-req-pricing {
    display: block;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #009924;
    color: #009924;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    outline: none; }
  .portfolio-content-wrapper .btn-req-pricing:hover {
    background-color: #009924;
    color: #fff; }
  .portfolio-content-wrapper .btn-req-pricing.btn-pricing-blink:before {
    content: "";
    width: 10px;
    height: 60px;
    display: block;
    position: absolute;
    left: -20px;
    top: -10px;
    -webkit-transition: 2s;
    transition: 2s;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(252, 252, 252, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(252, 252, 252, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000', GradientType=1);
    -webkit-animation: moveright 0.5s ease-in-out 0.5s infinite;
            animation: moveright 0.5s ease-in-out 0.5s infinite; }
  .portfolio-content-wrapper .portfolio-package-info {
    margin-top: 20px;
    position: relative; }
    .portfolio-content-wrapper .portfolio-package-info img {
      border-radius: 7px; }
  .portfolio-content-wrapper .pro-img-wrapper {
    position: relative;
    margin: 0 auto;
    min-height: 300px; }
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes moveright {
    from {
      left: -20px; }
    to {
      left: 110%; } }
  /* Standard syntax */
  @keyframes moveright {
    from {
      left: -20px; }
    to {
      left: 110%; } }
  .fancybox__backdrop {
    background-color: black; }
  .tax-portfolio_categories .fancybox__thumbs {
    display: none; }
  .plzy-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    left: 0; }
  .process-slider-22 .elementor-swiper-button,
  .process-slider-23 .elementor-swiper-button {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .process-slider-22 .elementor-swiper-button i,
    .process-slider-23 .elementor-swiper-button i {
      display: none; }
  .process-slider-22 .elementor-swiper-button-next,
  .process-slider-23 .elementor-swiper-button-next {
    background-image: url("../img/next_btn.png"); }
  .process-slider-22 .elementor-swiper-button-prev,
  .process-slider-23 .elementor-swiper-button-prev {
    background-image: url("../img/prev_btn.png"); }
  .box-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 35px 15px;
    width: 100%; } }

@media only screen and (max-width: 400px) and (min-width: 1380px) {
  .box-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media only screen and (max-width: 400px) {
  .box-item {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
    max-width: 100%; }
  .flip-box {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: 1000px;
            perspective: 1000px; }
    .flip-box .flip-box-front {
      background-position: top center; }
      .flip-box .flip-box-front .inner {
        height: 100%;
        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;
        padding: 5px 20px; }
    .flip-box .flip-box-back {
      background-position: center center; }
      .flip-box .flip-box-back .inner {
        -webkit-transform: translateY(-50%) translateZ(130px) scale(0.94);
                transform: translateY(-50%) translateZ(130px) scale(0.94);
        top: 50%;
        display: grid;
        place-content: center; }
      .flip-box .flip-box-back::before {
        content: "";
        position: absolute;
        width: 102%;
        height: 104%;
        background-color: #000000b8;
        top: -3px;
        left: -2px; }
  .front-box {
    position: absolute;
    bottom: -2px;
    z-index: 11111;
    width: 100.6%;
    height: 132px;
    background-color: #0b0b0b;
    left: -1px;
    border-radius: 0px 0px 8px 8px; }
  .flip-box-front,
  .flip-box-back {
    background-size: cover;
    border-radius: 8px;
    min-height: 833px;
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .flip-box-front {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .flip-box:hover .flip-box-front {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px solid #1c1c1c;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    .flip-box-back::after {
      content: "";
      position: absolute;
      width: 100.4%;
      height: 261px;
      background: #0b0b0b;
      bottom: -2px;
      left: -1px; }
    .flip-box-back .inner {
      height: 88%; }
  .flip-box:hover .flip-box-back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2; }
    .flip-box .inner img {
      max-width: 300px;
      -o-object-fit: contain;
         object-fit: contain;
      margin: auto;
      margin-bottom: 14rem;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .flip-box-header {
    text-align: left;
    max-width: 50%; }
    .flip-box-header h3, .flip-box-header .h3 {
      font-size: 20px;
      font-weight: 700;
      margin: 0px 0px 10px; } }
    @media only screen and (max-width: 400px) and (max-width: 600px) {
      .flip-box-header h3, .flip-box-header .h3 {
        font-size: 18px;
        font-weight: 500; } }

@media only screen and (max-width: 400px) {
    .flip-box-header .subtitle {
      color: #e69b23;
      font-size: 18px; }
  .flip-box p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0px; }
  .flip-box-img {
    margin-top: 25px; }
  .flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase; }
  .portfolio-website-slider .container-fluid, .portfolio-website-slider .container-sm, .portfolio-website-slider .container-md, .portfolio-website-slider .container-lg, .portfolio-website-slider .container-xl, .portfolio-website-slider .container-xxl {
    max-width: 1680px; }
  .portfolio-website-slider .swiper-container {
    margin: 10px 20px; } }
  @media only screen and (max-width: 400px) and (max-width: 768px) {
    .portfolio-website-slider .swiper-container {
      margin: 10px 0px; } }

@media only screen and (max-width: 400px) {
  .portfolio-website-slider .swiper-button-prev {
    left: 0%; }
  .portfolio-website-slider .swiper-button-next {
    right: 0%; }
  .portfolio-website-slider .post-title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 50px; } }
  @media only screen and (max-width: 400px) and (max-width: 768px) {
    .portfolio-website-slider .post-title {
      font-size: 32px; } }

@media only screen and (max-width: 400px) {
  .flip-box .rotating-border .animation-btn {
    min-width: 140px;
    padding-left: 0px;
    padding-right: 0px; }
    .flip-box .rotating-border .animation-btn span {
      color: #009924 !important;
      font-weight: 700;
      font-size: 16px; }
  .back-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 18px; }
    .back-box p {
      font-size: 18px;
      font-weight: 500;
      color: #e69b23; }
    .back-box p.text {
      font-size: 14px;
      line-height: 1.4em;
      letter-spacing: 0.8px;
      padding: 20px 0 16px;
      color: #ffffff; }
    .back-box .rotating-border {
      margin: 10px; }
      .back-box .rotating-border .animation-btn {
        width: 100px !important;
        min-width: 200px;
        height: 40px;
        padding-left: 15px;
        padding-right: 15px; }
        .back-box .rotating-border .animation-btn span {
          font-size: 13px; } }

@media only screen and (max-width: 400px) and (max-width: 768px) {
  .portfolio-website-slider .container-fluid, .portfolio-website-slider .container-sm, .portfolio-website-slider .container-md, .portfolio-website-slider .container-lg, .portfolio-website-slider .container-xl, .portfolio-website-slider .container-xxl {
    padding: 0px 10px; }
  .portfolio-website-slider .swiper-button-next,
  .portfolio-website-slider .swiper-button-prev {
    display: block;
    width: 20px;
    height: 30px; }
  .portfolio-website-slider .swiper-button-next {
    right: 0%; }
  .portfolio-website-slider .swiper-button-prev {
    left: 0%; }
  .front-box .inner .flip-box-header {
    max-width: 60% !important; }
  .front-box .rotating-border .animation-btn {
    min-width: 120px; }
    .front-box .rotating-border .animation-btn span {
      margin-right: 0px; }
  .portfolio-landscape-view {
    padding: 0px 20px; }
    .portfolio-landscape-view .swiper-button-next,
    .portfolio-landscape-view .swiper-button-prev {
      display: block;
      width: 35px;
      height: 35px;
      background-size: contain; }
    .portfolio-landscape-view .swiper-button-prev {
      left: -3.5%; }
    .portfolio-landscape-view .swiper-button-next {
      right: -3.5%; } }

@media only screen and (max-width: 400px) and (max-width: 400px) {
  .portfolio-website-slider .post-title {
    font-size: 24px; }
    .portfolio-website-slider .post-title p {
      margin-bottom: 0px; }
  .box-container {
    padding: 20px; }
  .box-item {
    margin-bottom: 20px; }
  .flip-box-front,
  .flip-box-back {
    min-height: 650px; }
  .flip-box .flip-box-front .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flip-box-header {
    text-align: center;
    margin-bottom: 20px; }
  .front-box {
    height: 170px; }
  .front-box .rotating-border .animation-btn {
    min-width: 140px;
    height: 37px; }
  .portfolio-website-slider p {
    font-size: 14px; }
  .flip-box .inner img {
    max-width: 190px; } }

.sidenav.sales-sliding-form {
  width: 550px;
  right: -600px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  @media screen and (max-width: 767px) {
    .sidenav.sales-sliding-form {
      width: 100%; }
      .sidenav.sales-sliding-form .title {
        line-height: 35px;
        padding-right: 10px; } }
  .sidenav.sales-sliding-form .table {
    width: auto;
    margin-left: -16px; }
    .sidenav.sales-sliding-form .table .column-count-2 {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
      @media screen and (max-width: 767px) {
        .sidenav.sales-sliding-form .table .column-count-2 {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1; } }
  .sidenav.sales-sliding-form.open-sales-slider {
    right: 0; }
  .sidenav.sales-sliding-form .bs-canvas-content {
    position: relative;
    padding: 0 40px; }
    @media screen and (max-width: 767px) {
      .sidenav.sales-sliding-form .bs-canvas-content {
        padding: 0 10px; } }
    .sidenav.sales-sliding-form .bs-canvas-content .ajax-loader {
      position: absolute; }
  .sidenav.sales-sliding-form label {
    color: #ffffff;
    padding-bottom: 5px; }
    .sidenav.sales-sliding-form label.form-check-label {
      padding-bottom: 0; }
  .sidenav.sales-sliding-form textarea.form-control {
    height: 120px; }
  .sidenav.sales-sliding-form input[type="checkbox"] {
    outline: none;
    content: none;
    border: 0;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    border-radius: 0;
    height: 20px;
    width: 20px; }
    .sidenav.sales-sliding-form input[type="checkbox"]:before {
      content: "";
      font-size: 13px;
      display: block;
      width: 20px;
      height: 20px;
      border: 2px solid #ffC019;
      text-align: center;
      background-color: black; }
    .sidenav.sales-sliding-form input[type="checkbox"]:checked:before {
      background-image: url(../img/check.png);
      background-repeat: no-repeat;
      background-position: top 3px center;
      background-size: 15px 16px; }
  @media screen and (max-width: 767px) {
    .sidenav.sales-sliding-form #meeting-datepicker .ui-datepicker td span,
    .sidenav.sales-sliding-form #meeting-datepicker .ui-datepicker td a {
      width: 30px;
      height: 30px;
      line-height: 18px;
      font-size: 14px; } }

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

.website-video {
  position: relative;
  overflow-x: hidden; }

.overlay-background.sales-overlay-background {
  display: none; }

.closebtn.sales-closebtn {
  background: transparent;
  border: 0;
  outline: 0;
  border: 0;
  outline: 0;
  padding: 0;
  line-height: 1;
  top: 33px; }
  @media screen and (max-width: 767px) {
    .closebtn.sales-closebtn {
      right: 10px; } }
  .closebtn.sales-closebtn i {
    font-size: 30px;
    color: #ffcd30; }

/* Thank You Slider */
.sidebar-wrapper.sales-thankyou {
  width: 550px;
  right: -600px;
  z-index: 999999999; }
  @media screen and (max-width: 767px) {
    .sidebar-wrapper.sales-thankyou {
      width: 300px; } }
  .sidebar-wrapper.sales-thankyou.open-sales-thankyou-slider {
    right: 0; }
  .sidebar-wrapper.sales-thankyou .thank-u-box {
    padding: 20px; }
  .sidebar-wrapper.sales-thankyou .js-close-right {
    background: transparent;
    border: 0;
    outline: 0;
    border: 0;
    outline: 0;
    padding: 0;
    line-height: 1;
    top: 33px; }
    @media screen and (max-width: 767px) {
      .sidebar-wrapper.sales-thankyou .js-close-right {
        right: 10px; } }
    .sidebar-wrapper.sales-thankyou .js-close-right i {
      font-size: 30px;
      color: #ffcd30; }

/* Thank You Slider End */
.sales-closebtn {
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
  border: none;
  color: #ffffff; }

.start-intro-wrapper .intro-text {
  font-size: 60px;
  font-family: "Lato";
  font-weight: 400;
  color: #ffffff; }
  .start-intro-wrapper .intro-text.font-40 {
    font-size: 40px; }
  .start-intro-wrapper .intro-text.mb-20 {
    margin-bottom: 20px; }
  .start-intro-wrapper .intro-text.mb-30 {
    margin-bottom: 30px; }
  .start-intro-wrapper .intro-text.mb-40 {
    margin-bottom: 40px; }
  .start-intro-wrapper .intro-text.mb-50 {
    margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .start-intro-wrapper .intro-text {
      font-size: 40px; }
      .start-intro-wrapper .intro-text.font-40 {
        font-size: 30px; } }

.start-intro-wrapper .intro-author-name {
  font-size: 40px;
  font-family: "Lato";
  font-weight: 400;
  color: #ffffff; }
  .start-intro-wrapper .intro-author-name.text-italic {
    font-style: italic; }

.start-intro-wrapper .rotating-border--google.mt-70 {
  margin-top: 70px; }

.start-intro-wrapper .start-intro-step-content {
  margin-bottom: 50px;
  color: #cccccc; }
  .start-intro-wrapper .start-intro-step-content.font-24 {
    font-size: 24px; }

.start-intro-wrapper .animation-btn span {
  margin-right: 0; }

.start-step-items-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px; }
  .start-step-items-wrapper .start-step-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    max-width: 370px;
    margin: 0 10px 30px;
    padding: 9px;
    background-color: #000;
    border: 1px solid #1f1f1f;
    -webkit-transition: 0.4s all;
    transition: 0.4s all; }
    @media screen and (max-width: 450px) {
      .start-step-items-wrapper .start-step-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 280px;
                flex: 0 0 280px;
        max-width: 280px; }
        .start-step-items-wrapper .start-step-item .animation-btn {
          min-width: 200px; } }
    .start-step-items-wrapper .start-step-item:hover {
      border-color: #ffcd30; }
  .start-step-items-wrapper .start-step-content-wrapper {
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(50%, #0f0f0f), to(#0f0f0f));
    background: linear-gradient(to bottom, #222222 0%, #0f0f0f 50%, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#0f0f0f',GradientType=0 );
    padding: 55px; }
    @media screen and (max-width: 450px) {
      .start-step-items-wrapper .start-step-content-wrapper {
        padding: 30px 10px; } }
  .start-step-items-wrapper .start-step-icon-box {
    padding: 0 0 50px; }
  .start-step-items-wrapper .start-step-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff; }
    .start-step-items-wrapper .start-step-title.mb-35 {
      margin-bottom: 35px; }

.start-package-quick-view-holder-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  overflow-x: hidden; }

.start-package-quick-view-holder {
  position: relative;
  overflow: hidden;
  background-color: #000;
  border: 2px solid #1c1c1c;
  border-radius: 10px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all; }
  .start-package-quick-view-holder .animation-btn {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 200px; }
    .start-package-quick-view-holder .animation-btn span {
      margin-right: 0; }
  @media screen and (max-width: 450px) {
    .start-package-quick-view-holder .animation-btn {
      min-width: 200px; } }
  @media screen and (max-width: 450px) {
    .start-package-quick-view-holder .animation-btn {
      min-width: 200px; } }
  .start-package-quick-view-holder.overlay-active:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 2;
    -webkit-transition: 0.4s all;
    transition: 0.4s all; }
  .start-package-quick-view-holder:hover {
    border-color: #009924; }
    .start-package-quick-view-holder:hover .pack-icon-box-holder .pack-default-icon {
      opacity: 0; }
    .start-package-quick-view-holder:hover .pack-icon-box-holder .pack-checked-icon {
      opacity: 1; }
    .start-package-quick-view-holder:hover.overlay-active:before {
      opacity: 0; }
    .start-package-quick-view-holder:hover .animation-btn span {
      color: #009924; }
  .start-package-quick-view-holder.selected {
    border-color: #009924; }
    .start-package-quick-view-holder.selected.overlay-active:before {
      opacity: 0; }
    .start-package-quick-view-holder.selected .pack-icon-box-holder .pack-default-icon {
      opacity: 0; }
    .start-package-quick-view-holder.selected .pack-icon-box-holder .pack-checked-icon {
      opacity: 1; }
    .start-package-quick-view-holder.selected .animation-btn span {
      color: #009924; }
  .start-package-quick-view-holder .start-package-content-wrapper {
    background: #222222;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), color-stop(50%, #0f0f0f), to(#0f0f0f));
    background: linear-gradient(to bottom, #222222 0%, #0f0f0f 50%, #0f0f0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#0f0f0f',GradientType=0 );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    .start-package-quick-view-holder .start-package-content-wrapper .start-package-content-box {
      padding: 20px 40px;
      background-color: #0b0b0b; }
      @media screen and (max-width: 450px) {
        .start-package-quick-view-holder .start-package-content-wrapper .start-package-content-box {
          padding: 20px 10px; } }
  .start-package-quick-view-holder .pack-img-holder {
    max-height: 217px;
    position: relative;
    overflow: hidden; }
    .start-package-quick-view-holder .pack-img-holder:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      height: 100%;
      width: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#0b0b0b), to(rgba(11, 11, 11, 0)));
      background: linear-gradient(to top, #0b0b0b 0%, rgba(11, 11, 11, 0) 100%);
      z-index: 1; }
    .start-package-quick-view-holder .pack-img-holder img {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      width: 100%;
      height: auto; }
  .start-package-quick-view-holder .pack-icon-box-holder {
    position: relative;
    height: 100px;
    margin: 0 0 60px; }
    .start-package-quick-view-holder .pack-icon-box-holder .pack-default-icon {
      opacity: 1;
      -webkit-transition: 0.4s all;
      transition: 0.4s all; }
    .start-package-quick-view-holder .pack-icon-box-holder .pack-checked-icon {
      position: absolute;
      top: calc(50% - 50px);
      left: calc(50% - 50px);
      opacity: 0;
      -webkit-transition: 0.4s all;
      transition: 0.4s all; }
  .start-package-quick-view-holder .package-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff; }
    .start-package-quick-view-holder .package-title.mb-30 {
      margin-bottom: 30px; }
    .start-package-quick-view-holder .package-title.mb-35 {
      margin-bottom: 35px; }
    .start-package-quick-view-holder .package-title.mb-50 {
      margin-bottom: 50px; }
    .start-package-quick-view-holder .package-title.mb-60 {
      margin-bottom: 60px; }
      @media screen and (max-width: 450px) {
        .start-package-quick-view-holder .package-title.mb-60 {
          margin-bottom: 30px; } }
  .start-package-quick-view-holder .package-selection-btn.mt-auto {
    margin-top: auto; }
  .start-package-quick-view-holder .package-selection-btn.mt-30 {
    margin-top: 30px !important; }

.start-proposal-form-wrapper {
  position: relative; }
  .start-proposal-form-wrapper .down-arrow {
    position: absolute;
    top: 0; }
    .start-proposal-form-wrapper .down-arrow img {
      max-width: 100px; }
  @media screen and (max-width: 991px) {
    .start-proposal-form-wrapper .spinner-packages-wrapper {
      height: auto;
      top: inherit;
      width: 100%; } }
  @media screen and (max-width: 370px) {
    .start-proposal-form-wrapper .spinner-packages-wrapper {
      padding: 0; } }
  .start-proposal-form-wrapper #chart {
    margin-left: -304px; }
    @media screen and (max-width: 991px) {
      .start-proposal-form-wrapper #chart {
        height: auto;
        margin: 0 auto;
        overflow-y: visible; } }
  .start-proposal-form-wrapper .thank-you-modal .btn-close {
    color: #FFCD30;
    background-image: inherit; }
  .start-proposal-form-wrapper .show-start-form-btn {
    position: relative;
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    border: none; }
    .start-proposal-form-wrapper .show-start-form-btn.mt-60 {
      margin-top: 60px; }
    .start-proposal-form-wrapper .show-start-form-btn.mt-65 {
      margin-top: 65px; }
    .start-proposal-form-wrapper .show-start-form-btn.mt-70 {
      margin-top: 70px; }
    .start-proposal-form-wrapper .show-start-form-btn.animation-btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding-left: 42px;
      padding-right: 45px; }
      @media screen and (max-width: 575px) {
        .start-proposal-form-wrapper .show-start-form-btn.animation-btn {
          padding-left: 15px;
          padding-right: 15px;
          font-size: 14px; } }
      @media screen and (max-width: 370px) {
        .start-proposal-form-wrapper .show-start-form-btn.animation-btn {
          font-size: 13px;
          padding: 13px 10px; }
          .start-proposal-form-wrapper .show-start-form-btn.animation-btn .animated {
            display: none; } }
      .start-proposal-form-wrapper .show-start-form-btn.animation-btn .btn-text-green {
        font-weight: 700; }
  .start-proposal-form-wrapper .request_a_quoteFrom {
    padding-bottom: 50px; }
    .start-proposal-form-wrapper .request_a_quoteFrom textarea.form-control {
      height: 120px; }
  .start-proposal-form-wrapper .checkbox-inline-style-2 {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 15px; }
    .start-proposal-form-wrapper .checkbox-inline-style-2 input {
      display: none; }
      .start-proposal-form-wrapper .checkbox-inline-style-2 input:checked + span {
        background: -webkit-gradient(linear, left top, left bottom, from(#fde7a6), color-stop(47%, #ffc721), to(#d08729));
        background: linear-gradient(to bottom, #fde7a6 0%, #ffc721 47%, #d08729 100%); }
      .start-proposal-form-wrapper .checkbox-inline-style-2 input + span {
        display: inline-block;
        padding: 10px 20px;
        border-radius: 30px;
        vertical-align: middle;
        background: #cccccc;
        color: black;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        margin-bottom: 15px; }
      .start-proposal-form-wrapper .checkbox-inline-style-2 input span {
        min-width: 160px;
        margin-bottom: 15px; }
  .start-proposal-form-wrapper .field-holder .form-control.error {
    background: #fbdf9d; }
  .start-proposal-form-wrapper .field-holder label.error {
    display: none !important; }
  .start-proposal-form-wrapper .animation-btn {
    height: auto;
    min-height: 45px; }
    @media screen and (max-width: 575px) {
      .start-proposal-form-wrapper .animation-btn {
        padding: 13px 15px; }
        .start-proposal-form-wrapper .animation-btn[type="submit"] {
          min-width: auto;
          height: auto;
          font-size: 14px;
          padding: 13px 15px; } }
    @media screen and (max-width: 575px) and (max-width: 370px) {
      .start-proposal-form-wrapper .animation-btn[type="submit"] {
        font-size: 13px;
        padding: 13px 10px; } }
    @media screen and (max-width: 575px) {
          .start-proposal-form-wrapper .animation-btn[type="submit"] .animated {
            display: none; } }
    .start-proposal-form-wrapper .animation-btn span {
      margin-right: 0; }
    .start-proposal-form-wrapper .animation-btn.spin-btn .btn-text {
      color: #009924;
      font-weight: 700; }

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red; }

.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em !important; }

.start-packages-with-bg.removed-bg {
  background-image: none !important; }

#quote-sidebar-wrapper #packagesProposalForm,
#quote-sidebar-wrapper #startProposalForm,
#quote-sidebar-wrapper #proposalForm {
  overflow-y: auto;
  max-width: 500px;
  margin: auto;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    #quote-sidebar-wrapper #packagesProposalForm,
    #quote-sidebar-wrapper #startProposalForm,
    #quote-sidebar-wrapper #proposalForm {
      padding: 0 15px; } }

#quote-sidebar-wrapper.active-shadow:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10; }

#quote-sidebar-wrapper .sidenav {
  right: -1000px; }

#quote-sidebar-wrapper.open-quote-sidebar {
  right: 0; }

@media screen and (max-width: 767px) {
  .bs-canvas-header {
    padding: 0 20px 0 10px; } }

.service-name-package .list-c-number {
  padding-right: 5px; }

@media screen and (min-width: 1400px) {
  .start-package-detail .container {
    max-width: 1310px; } }

.sidebar-wrapper#packages-sidebar-thankyou {
  width: 750px;
  right: -760px; }
  .sidebar-wrapper#packages-sidebar-thankyou.slidebar-open {
    right: 0; }
  @media screen and (max-width: 767px) {
    .sidebar-wrapper#packages-sidebar-thankyou {
      width: calc(100vw - 60px);
      right: -100vw; } }

.thank-js-close-right {
  cursor: pointer; }

.btn-text-green {
  color: #009924 !important; }

.fade-item {
  -webkit-transition: 2s all ease-in-out;
  transition: 2s all ease-in-out;
  opacity: 0; }

.customFadein {
  -webkit-animation: customFadeIn 2s 1;
          animation: customFadeIn 2s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes customFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes customFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#packages-sidebar-thankyou.slidebar-thankyou {
  padding: 20px 15px 0; }

@media screen and (max-width: 480px) {
  .thank-you-modal .thank-you-img-box .message-text-list {
    padding-left: 50px; }
  .thank-you-modal .thank-you-img-box {
    padding: 0; } }

.thankYouSidemsg .bs-canvas-content {
  max-width: 100%;
  margin: 0 auto; }

.thanks-regards-sm-logo-slide, .thankYouSidemsg .message-box {
  display: none; }

.thankYouSidemsg .thankyou-msg-box {
  margin-bottom: 30px; }

.thankYouSidemsg .thanks-regards-sm-logo-slide {
  text-align: left;
  line-height: 22px; }

.thankYouSidemsg .message-box {
  text-align: left;
  padding-top: 5px;
  padding-left: 145px; }

.thankYouSidemsg .thankyou-msg-box .thanks-regards {
  max-width: 375px;
  margin: 0 auto;
  padding: 0;
  margin-top: 30px; }

.thankYouSidemsg .thankyou-msg-box .message-text-list {
  max-width: 382px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px; }

.pdt-14 {
  padding-top: 15px; }

.seo-white-paper {
  max-width: 380px;
  margin: 0 auto; }

.pl-0 {
  padding-left: 0; }

@media screen and (max-width: 480px) {
  .thankYouSidemsg .message-box {
    padding-left: 0px; } }

.faq-cat-title {
  color: #FFCD30;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin: 30px 0px 20px; }
  .faq-cat-title a {
    color: inherit;
    font-size: inherit;
    line-height: inherit; }

.faq-cat-items-wrap {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }
  .faq-cat-items-wrap .faq-cat-item {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }
    .faq-cat-items-wrap .faq-cat-item a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: 0.4s all;
      transition: 0.4s all; }
      .faq-cat-items-wrap .faq-cat-item a:hover {
        color: #FFCD30; }

.faq-learn-more {
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #8c8c8c !important;
  font-style: italic; }
  .faq-learn-more:hover {
    color: #FFCD30 !important; }
    .faq-learn-more:hover i {
      opacity: 1;
      margin-left: 0; }
  .faq-learn-more i {
    opacity: 0;
    margin-left: -10px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.discovery-container {
  max-width: 1290px;
  margin: 0 auto;
  padding-bottom: 40px; }
  .discovery-container .discover-breadcrumb ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .discovery-container .discover-breadcrumb ul li {
      position: relative;
      display: inline-block;
      padding-left: 0;
      padding-right: 0; }
      .discovery-container .discover-breadcrumb ul li a {
        font-family: "Lato";
        font-weight: 400; }
      .discovery-container .discover-breadcrumb ul li:after {
        position: absolute;
        content: "/";
        font-size: 16px;
        top: 5px;
        right: 0; }
      .discovery-container .discover-breadcrumb ul li:first-of-type {
        padding-right: 5px; }
      .discovery-container .discover-breadcrumb ul li:last-of-type:after {
        display: none; }
      .discovery-container .discover-breadcrumb ul li:last-of-type a {
        padding-right: 0; }
  .discovery-container .form-control.error {
    background-color: #fd4c4c !important; }
  .discovery-container .field-holder:hover:before {
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    width: 100% !important;
    left: 0 !important; }
  .discovery-container .field-holder:hover input[type=text],
  .discovery-container .field-holder:hover input[type=email],
  .discovery-container .field-holder:hover textarea {
    position: relative;
    z-index: 2;
    background: transparent !important; }

.choose-preference-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 390px;
  padding-left: 15px;
  padding-right: 15px; }

.choose-preference-box-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.discovery-card-box,
.choose-preference-box {
  position: relative;
  overflow: hidden;
  background-color: #0b0b0b;
  color: #cccccc;
  border: 2px solid #1c1c1c;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  max-width: 400px; }
  .discovery-card-box:hover,
  .choose-preference-box:hover {
    border-color: #009924; }
    .discovery-card-box:hover .rotating-border,
    .choose-preference-box:hover .rotating-border {
      --border-bg: conic-gradient(#828282, #3a3a3a,#555555,#555555,#3a3a3a, #828282); }
      .discovery-card-box:hover .rotating-border:before,
      .choose-preference-box:hover .rotating-border:before {
        -webkit-animation: buttonSpin 1s linear 1;
                animation: buttonSpin 1s linear 1; }
    .discovery-card-box:hover .animation-btn.btn-select span,
    .choose-preference-box:hover .animation-btn.btn-select span {
      color: #009924; }
  .discovery-card-box.selected,
  .choose-preference-box.selected {
    border-color: #009924; }
    .discovery-card-box.selected .animation-btn.btn-select span,
    .choose-preference-box.selected .animation-btn.btn-select span {
      color: #009924; }
  .discovery-card-box .feature-image,
  .choose-preference-box .feature-image {
    min-height: 217px;
    max-height: 217px;
    overflow: hidden;
    position: relative; }
    .discovery-card-box .feature-image:before,
    .choose-preference-box .feature-image:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      height: 100%;
      width: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#0b0b0b), to(rgba(11, 11, 11, 0)));
      background: linear-gradient(to top, #0b0b0b 0%, rgba(11, 11, 11, 0) 100%);
      z-index: 1; }
    .discovery-card-box .feature-image img,
    .choose-preference-box .feature-image img {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
      width: 100%; }
  .discovery-card-box .dcb-title,
  .choose-preference-box .dcb-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    padding-bottom: 30px; }
  .discovery-card-box .mt-30,
  .choose-preference-box .mt-30 {
    margin-top: 30px; }
  .discovery-card-box .animation-btn.btn-select,
  .choose-preference-box .animation-btn.btn-select {
    min-width: 200px; }
    @media screen and (max-width: 575px) {
      .discovery-card-box .animation-btn.btn-select,
      .choose-preference-box .animation-btn.btn-select {
        min-width: 180px; } }
    .discovery-card-box .animation-btn.btn-select span,
    .choose-preference-box .animation-btn.btn-select span {
      margin-right: 0;
      color: #ffcd30;
      font-weight: 700;
      -webkit-transition: 0.4s all;
      transition: 0.4s all; }

.discovery-card-box .dcb-content-box {
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .discovery-card-box .dcb-content-box {
      padding: 20px; } }
  .discovery-card-box .dcb-content-box .dcb-content-wrap {
    min-height: 80px; }
    @media screen and (max-width: 767px) {
      .discovery-card-box .dcb-content-box .dcb-content-wrap {
        min-height: inherit; } }

.choose-preference-box .dcb-content-box {
  padding: 20px 35px; }
  @media screen and (max-width: 1024px) {
    .choose-preference-box .dcb-content-box {
      padding: 20px 25px; } }
  @media screen and (max-width: 767px) {
    .choose-preference-box .dcb-content-box {
      padding: 20px 15px; } }

.discovery-page-title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding-bottom: 50px;
  font-family: "Lato"; }
  .discovery-page-title.pb-30 {
    padding-bottom: 30px; }
  @media screen and (max-width: 575px) {
    .discovery-page-title {
      font-size: 30px; } }

.discovery-page-content {
  padding-bottom: 80px; }
  .discovery-page-content.pb-40 {
    padding-bottom: 40px; }
  .discovery-page-content p:last-of-type {
    margin-bottom: 0; }

.mxw-575 {
  max-width: 575px;
  margin: 0 auto; }

.mt-50 {
  margin-top: 50px; }

.mt-20 {
  margin-top: 20px; }

.mb-40 {
  margin-bottom: 40px; }

.discovery-step-two.row.mx-35 {
  margin-left: -35px;
  margin-right: -35px; }
  @media screen and (max-width: 1261px) {
    .discovery-step-two.row.mx-35 {
      margin-left: -15px;
      margin-right: -15px; } }

.discovery-step-two.row .px-35 {
  padding-left: 35px;
  padding-right: 35px; }
  @media screen and (max-width: 1261px) {
    .discovery-step-two.row .px-35 {
      padding-left: 15px;
      padding-right: 15px; } }

.discovery-step-two label {
  font-family: "Lato";
  font-size: 15px; }
  .discovery-step-two label.error {
    display: none !important; }

.select-dropdown-input {
  position: relative;
  padding-right: 25px;
  background-image: url(../img/discovery/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 96%; }

.checkbox-list-wrapper .checkbox-input-wrap {
  display: block;
  border: 1px solid #1c1c1c;
  padding: 7px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }
  .checkbox-list-wrapper .checkbox-input-wrap:last-of-type {
    margin-bottom: 0; }
  .checkbox-list-wrapper .checkbox-input-wrap.selected, .checkbox-list-wrapper .checkbox-input-wrap:hover {
    border-color: #009924; }
    .checkbox-list-wrapper .checkbox-input-wrap.selected .checkbox-input-box, .checkbox-list-wrapper .checkbox-input-wrap:hover .checkbox-input-box {
      background-color: #009924; }
      .checkbox-list-wrapper .checkbox-input-wrap.selected .checkbox-input-box .checkbox-text, .checkbox-list-wrapper .checkbox-input-wrap:hover .checkbox-input-box .checkbox-text {
        color: #ffffff !important; }

.checkbox-list-wrapper.like-radiobox-wrapper .checkbox-input-wrap {
  margin-right: 5px; }

.checkbox-list-wrapper.like-radiobox-wrapper .checkbox-input-box {
  padding: 10px 14px; }
  .checkbox-list-wrapper.like-radiobox-wrapper .checkbox-input-box .checkbox-text {
    min-width: 39px; }

.checkbox-list-wrapper .checkbox-input-box {
  background-color: #1c1c1c;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all; }
  .checkbox-list-wrapper .checkbox-input-box .checkbox-icon {
    margin-right: 20px;
    min-width: 30px;
    text-align: center; }
    .checkbox-list-wrapper .checkbox-input-box .checkbox-icon img {
      max-width: 30px;
      height: auto; }
  .checkbox-list-wrapper .checkbox-input-box .checkbox-text {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff !important; }

.radiobox-list-wrapper .radiobox-input-wrap {
  display: block;
  border: 1px solid #1c1c1c;
  padding: 7px;
  margin-bottom: 10px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }
  .radiobox-list-wrapper .radiobox-input-wrap:last-of-type {
    margin-bottom: 0; }
  .radiobox-list-wrapper .radiobox-input-wrap.selected, .radiobox-list-wrapper .radiobox-input-wrap:hover {
    border-color: #009924; }
    .radiobox-list-wrapper .radiobox-input-wrap.selected .radiobox-input-box, .radiobox-list-wrapper .radiobox-input-wrap:hover .radiobox-input-box {
      background-color: #009924; }
      .radiobox-list-wrapper .radiobox-input-wrap.selected .radiobox-input-box .radiobox-text, .radiobox-list-wrapper .radiobox-input-wrap:hover .radiobox-input-box .radiobox-text {
        color: #ffffff !important; }

.radiobox-list-wrapper .radiobox-input-box {
  background-color: #1c1c1c;
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all; }
  .radiobox-list-wrapper .radiobox-input-box .radiobox-icon {
    margin-right: 20px;
    min-width: 30px;
    text-align: center; }
    .radiobox-list-wrapper .radiobox-input-box .radiobox-icon img {
      max-width: 30px;
      height: auto; }
  .radiobox-list-wrapper .radiobox-input-box .radiobox-text {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff !important;
    min-width: 39px; }

.step-content-wrapper {
  padding: 0 0 40px 0; }
  .step-content-wrapper .form-group label {
    color: #cccccc !important; }

.required-field {
  color: #dc3545; }

.step-banner-wrapper {
  position: relative;
  max-height: 250px;
  overflow: hidden; }
  .step-banner-wrapper img {
    border-radius: 10px !important;
    width: 100%; }

.last-step-form-wrapper label.error {
  display: none !important; }

.steps-menu-wrapper .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0; }
  .steps-menu-wrapper .steps ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0; }
    .steps-menu-wrapper .steps ul > li {
      display: inline-block;
      padding-right: 20px; }
      @media only screen and (max-width: 575px) {
        .steps-menu-wrapper .steps ul > li {
          padding-right: 7px; } }
      .steps-menu-wrapper .steps ul > li a.current {
        color: #009924; }
      .steps-menu-wrapper .steps ul > li a {
        font-size: 15px;
        font-family: "Lato";
        color: #cccccc; }
        @media only screen and (max-width: 575px) {
          .steps-menu-wrapper .steps ul > li a {
            font-size: 14px; } }
      .steps-menu-wrapper .steps ul > li:last-of-type {
        padding-right: 0; }
      .steps-menu-wrapper .steps ul > li .number,
      .steps-menu-wrapper .steps ul > li .current-info {
        display: none; }

#discoveryForm .steps {
  display: none; }

#discoveryForm .content .title {
  display: none;
  color: #000000; }

#discoveryForm .actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 575px) {
    #discoveryForm .actions {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #discoveryForm .actions ul[role="menu"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    #discoveryForm .actions ul[role="menu"] li {
      margin-left: 10px; }
      #discoveryForm .actions ul[role="menu"] li.disabled {
        display: none; }
      #discoveryForm .actions ul[role="menu"] li:first-of-type {
        margin-left: 0; }
      @media only screen and (max-width: 575px) {
        #discoveryForm .actions ul[role="menu"] li {
          margin-left: 0;
          margin-right: 10px; }
          #discoveryForm .actions ul[role="menu"] li:nth-of-type(2) {
            margin-right: 0; } }
      #discoveryForm .actions ul[role="menu"] li a {
        position: relative;
        overflow: hidden;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-transform: uppercase;
        height: 45px;
        padding-left: 42px;
        padding-right: 45px;
        background-color: black;
        color: #ffcd30;
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
        transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
        border-radius: 1.6rem;
        border: 0;
        cursor: pointer;
        letter-spacing: 2px;
        min-width: 180px; }
        @media only screen and (max-width: 575px) {
          #discoveryForm .actions ul[role="menu"] li a {
            padding-left: 20px;
            padding-right: 20px; }
            #discoveryForm .actions ul[role="menu"] li a[href="#previous"] {
              min-width: inherit; } }
        @media only screen and (max-width: 370px) {
          #discoveryForm .actions ul[role="menu"] li a {
            min-width: inherit; } }
        #discoveryForm .actions ul[role="menu"] li a[href="#next"] i, #discoveryForm .actions ul[role="menu"] li a[href="#finish"] i {
          margin-left: 10px;
          right: 20px;
          margin-top: 5px; }
          @media only screen and (max-width: 575px) {
            #discoveryForm .actions ul[role="menu"] li a[href="#next"] i, #discoveryForm .actions ul[role="menu"] li a[href="#finish"] i {
              display: none; } }

#discoveryForm .discovery-step-two-items {
  padding-bottom: 40px; }
  #discoveryForm .discovery-step-two-items:last-of-type {
    padding-bottom: 0; }
  #discoveryForm .discovery-step-two-items .discover-breadcrumb {
    display: none; }
  #discoveryForm .discovery-step-two-items:first-of-type .discover-breadcrumb {
    display: block; }

#discoveryForm .discovery-step-two.pt-50 {
  padding-top: 50px; }

.discovery-error-container label.error {
  display: block;
  color: #fd4c4c; }

.discovery-card-box-wrapper {
  opacity: 1; }
  .discovery-card-box-wrapper.swiper-container-initialized {
    opacity: 1;
    overflow: hidden; }
  @media screen and (max-width: 1380px) {
    .discovery-card-box-wrapper .swiper-button-prev {
      left: 0px; } }
  .discovery-card-box-wrapper .swiper-button-prev.swiper-button-disabled {
    opacity: 0.2;
    visibility: hidden !important; }
  @media screen and (max-width: 1380px) {
    .discovery-card-box-wrapper .swiper-button-next {
      right: 0px; } }
  .discovery-card-box-wrapper .swiper-button-next.swiper-button-disabled {
    opacity: 0.2;
    visibility: hidden !important; }
  @media screen and (max-width: 1025px) {
    .discovery-card-box-wrapper .swiper-button-next,
    .discovery-card-box-wrapper .swiper-button-prev {
      width: 40px;
      height: 70px;
      margin-top: -60px;
      display: block; } }

.discovery-card-common-slider-new {
  padding-bottom: 40px; }
  .discovery-card-common-slider-new.discovery-card-box-wrapper .swiper-button-next,
  .discovery-card-common-slider-new.discovery-card-box-wrapper .swiper-button-prev {
    margin-top: -95px; }

.service-selected-holder {
  min-height: 30px; }

.blinking-animation-card-area {
  position: relative;
  padding: 150px 0;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .blinking-animation-card-area {
      padding: 60px 0; } }

.blinking-animation-card {
  background: #171717;
  max-width: 685px;
  padding: 30px 40px;
  border-radius: 200px;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .blinking-animation-card {
      padding: 20px 40px; }
      .blinking-animation-card .animation-btn {
        padding-left: 22px;
        padding-right: 22px; } }
  .blinking-animation-card .card-heading-title {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 20px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .blinking-animation-card .card-heading-title {
        font-size: 24px; } }

.card-bg-animation-wrap {
  position: relative; }
  .card-bg-animation-wrap #cardBGAnimatedLines {
    position: absolute;
    top: -205px;
    left: 0;
    right: 0;
    max-width: 1118px;
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      .card-bg-animation-wrap #cardBGAnimatedLines {
        top: -130px; } }
    @media screen and (max-width: 767px) {
      .card-bg-animation-wrap #cardBGAnimatedLines {
        opacity: 0; } }

.our-history .container {
  max-width: 1410px; }
  @media only screen and (max-width: 1400px) {
    .our-history .container {
      max-width: 1024px; } }
  @media only screen and (max-width: 1023px) {
    .our-history .container {
      max-width: 881px; } }
  .our-history .container .middle-column {
    width: 9%; }
    @media only screen and (max-width: 1023px) {
      .our-history .container .middle-column {
        display: none; } }
  .our-history .container .side-column {
    width: 45.5%; }
    @media only screen and (max-width: 1023px) {
      .our-history .container .side-column {
        width: 100%; } }

.our-history-line {
  display: grid;
  place-items: center;
  position: relative;
  height: 100%; }
  .our-history-line .icon-circle {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
    background-image: url("../img/calender-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0; }
  .our-history-line .icon-circle-color {
    width: 50px;
    height: 50px;
    background-color: darkorange;
    border-radius: 50%;
    position: absolute;
    top: 0px; }
  .our-history-line .icon-circle-bottom {
    width: 52px;
    height: 51px;
    background-color: #000;
    z-index: 2;
    background-image: url("../img/our-history/icon-bottom.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0; }
  .our-history-line .divider {
    width: 2px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    z-index: 1; }

.history-card-1 {
  min-height: 400px;
  margin-top: 0px;
  border-radius: 10px; }

.history-card-2 {
  min-height: 400px;
  margin-top: 210px;
  border-radius: 10px; }

.history-card-3 {
  margin-top: -30px; }

.history-card-4 {
  margin-top: 90px; }

.history-card {
  text-align: center;
  padding: 40px 54px 60px;
  border: 2px solid #1c1c1c;
  background-color: #0b0b0b;
  min-height: 400px;
  border-radius: 10px;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .history-card {
      margin-top: 40px !important; } }
  @media only screen and (max-width: 1400px) {
    .history-card {
      padding: 40px 30px 60px; } }
  .history-card.horizontal-line-left::before {
    content: "";
    width: 76px;
    height: 2px;
    position: absolute;
    right: -77px;
    top: 100px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); }
    @media only screen and (max-width: 1400px) {
      .history-card.horizontal-line-left::before {
        width: 55px;
        right: -60px; } }
    @media only screen and (max-width: 1023px) {
      .history-card.horizontal-line-left::before {
        content: none; } }
  .history-card.horizontal-line-right::before {
    content: "";
    width: 76px;
    height: 2px;
    position: absolute;
    left: -77px;
    top: 100px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); }
    @media only screen and (max-width: 1400px) {
      .history-card.horizontal-line-right::before {
        width: 55px;
        left: -60px; } }
    @media only screen and (max-width: 1023px) {
      .history-card.horizontal-line-right::before {
        content: none; } }
  .history-card .year {
    font-size: 24px;
    color: #e69b23;
    font-weight: bold; }
  .history-card .title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px; }
  .history-card .description {
    font-size: 16px;
    color: #eeeeee;
    line-height: 1.7;
    text-align: center; }
  .history-card .image-box {
    margin-top: 50px;
    border: 2px solid #1c1c1c;
    border-radius: 10px;
    background-color: #000000;
    overflow: hidden; }
    .history-card .image-box .swiper-button-next {
      opacity: 1;
      height: 160px;
      width: 80px;
      right: -25px;
      padding-left: 0px;
      border-radius: 0px 90px 90px 0px;
      background-size: auto !important;
      background-color: #1a1a1a;
      display: grid !important;
      place-content: center !important;
      -webkit-transition: 0.4s ease-out;
      transition: 0.4s ease-out;
      border: 1px solid transparent;
      padding-right: 15px;
      background-image: url(../img/right-arrow.png);
      background-position: left 49% center;
      background-repeat: no-repeat;
      background-size: 12px; }
      @media only screen and (max-width: 1400px) {
        .history-card .image-box .swiper-button-next {
          height: 120px;
          width: 60px;
          right: -30px; } }
      .history-card .image-box .swiper-button-next::after {
        content: none; }
    .history-card .image-box .swiper-button-prev {
      opacity: 1;
      height: 160px;
      width: 80px;
      left: -25px;
      padding-left: 0px;
      border-radius: 90px 0px 0px 90px;
      background-size: auto !important;
      background-color: #1a1a1a;
      display: grid !important;
      place-content: center !important;
      -webkit-transition: 0.4s ease-out;
      transition: 0.4s ease-out;
      border: 1px solid transparent;
      padding-right: 15px;
      background-image: url(../img/left-arrow.png);
      background-position: left 49% center;
      background-repeat: no-repeat;
      background-size: 12px; }
      @media only screen and (max-width: 1400px) {
        .history-card .image-box .swiper-button-prev {
          height: 120px;
          width: 60px;
          left: -30px; } }
      .history-card .image-box .swiper-button-prev::after {
        content: none; }
    .history-card .image-box .btn-play-22 {
      width: 65px;
      height: 60px;
      position: absolute;
      background-size: contain;
      background-repeat: no-repeat;
      border-radius: 50%;
      background-position: center;
      background-image: url("../../../../uploads/2023/07/play-button.svg");
      margin: 0;
      position: absolute;
      top: 61%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .history-card .image-box .btn-play-22::before {
        content: "";
        position: absolute;
        border: 2px solid #ffffff;
        border-radius: 50%;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        -webkit-animation: play-video-animation 3s 0.48s linear infinite;
                animation: play-video-animation 3s 0.48s linear infinite; }
      .history-card .image-box .btn-play-22::after {
        content: "";
        position: absolute;
        border: 2px solid #ffffff;
        border-radius: 50%;
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px;
        opacity: 0;
        -webkit-animation: play-video-animation 3s 0.16s linear infinite;
                animation: play-video-animation 3s 0.16s linear infinite; }
    .history-card .image-box.transparent-img-box {
      display: grid;
      place-content: center;
      padding: 60px 40px; }
      @media only screen and (max-width: 1400px) {
        .history-card .image-box.transparent-img-box {
          padding: 40px 30px; } }

.history-img-1 {
  min-height: 346px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media only screen and (max-width: 1400px) {
    .history-img-1 {
      min-height: auto;
      max-height: 340px; } }

.mt-mins-400 {
  margin-top: -462px; }
  @media only screen and (max-width: 1400px) {
    .mt-mins-400 {
      margin-top: -130px; } }

.intro-page {
  /* CSS */ }
  .intro-page .intro-section {
    position: fixed;
    z-index: 3;
    height: 100vh;
    overflow: hidden; }
  .intro-page .video-container {
    height: 100vh;
    width: 100vw;
    position: relative; }
    .intro-page .video-container .mainVideo {
      visibility: hidden; }
    .intro-page .video-container img.video-overlay {
      height: 100vh; }
  .intro-page .video-container-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .intro-page .video-container-2 .play-button {
      position: absolute;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      background-image: url("../img/play-button.png");
      background-size: contain;
      cursor: pointer;
      z-index: 2; }
  .intro-page video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* Optional: Ensures the video fills the entire container */ }
  .intro-page .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1; }
  .intro-page #salesPersonVideo {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    height: 50vh;
    max-height: 500px;
    width: 90vw;
    max-width: 1100px;
    border: 3px solid #1c1c1c;
    border-radius: 12px; }
    @media only screen and (max-width: 1280px) {
      .intro-page #salesPersonVideo {
        height: auto !important;
        max-width: 750px;
        min-height: 400px;
        -o-object-fit: contain;
           object-fit: contain;
        background-color: #000000; } }
    @media only screen and (max-width: 430px) {
      .intro-page #salesPersonVideo {
        height: auto !important;
        max-width: 750px;
        min-height: 550px;
        -o-object-fit: contain;
           object-fit: contain;
        background-color: #000000; } }
    @media only screen and (max-width: 375px) {
      .intro-page #salesPersonVideo {
        height: auto !important;
        max-width: 750px;
        min-height: 475px;
        -o-object-fit: contain;
           object-fit: contain;
        background-color: #000000; } }
    .intro-page #salesPersonVideo #vimeoPlayer {
      border: 2px solid #373737;
      border-radius: 10px; }
  .intro-page .next-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    bottom: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px; }
    @media only screen and (max-width: 600px) {
      .intro-page .next-btn {
        bottom: 50px; } }
  .intro-page .intro-second-section {
    position: fixed;
    bottom: -120%;
    /* Initial state, off-screen */
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: 9;
    padding-top: 50px;
    background-image: url(../../../../uploads/2024/04/introBg_2-1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (max-width: 1850px) {
      .intro-page .intro-second-section {
        padding-top: 150px; } }
    @media only screen and (max-width: 1280px) {
      .intro-page .intro-second-section {
        padding-top: 90px; } }
    @media only screen and (max-width: 768px) {
      .intro-page .intro-second-section {
        padding-top: 125px; } }
    .intro-page .intro-second-section::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.69);
      /* Adjust opacity as needed */
      z-index: -1; }
    .intro-page .intro-second-section.show {
      bottom: 0;
      /* Display at the bottom when shown */ }
      @media only screen and (max-width: 1850px) {
        .intro-page .intro-second-section.show {
          overflow: scroll; } }
    .intro-page .intro-second-section .title {
      font-family: "Lato", Sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.7em;
      letter-spacing: 1px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 1850px) {
        .intro-page .intro-second-section .title {
          font-size: 30px; } }
      @media only screen and (max-width: 1280px) {
        .intro-page .intro-second-section .title {
          font-size: 24px;
          line-height: 1.3em; } }
      @media only screen and (max-width: 768px) {
        .intro-page .intro-second-section .title {
          font-size: 22px; } }
    .intro-page .intro-second-section .subtitle {
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 50px; }
      @media only screen and (max-width: 600px) {
        .intro-page .intro-second-section .subtitle {
          font-size: 18px;
          margin-bottom: 30px; } }
    .intro-page .intro-second-section .card-grid {
      max-width: 1140px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 40px;
      margin-top: 60px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 60px; }
      .intro-page .intro-second-section .card-grid .single-card {
        position: relative;
        width: 30%;
        background-color: #0b0b0b;
        border: 2px solid #1c1c1c;
        border-radius: 12px;
        padding: 50px 40px; }
        @media only screen and (max-width: 1200px) {
          .intro-page .intro-second-section .card-grid .single-card {
            width: 40%;
            gap: 30px;
            max-width: 400px; } }
        @media only screen and (max-width: 768px) {
          .intro-page .intro-second-section .card-grid .single-card {
            width: 100%; } }
        .intro-page .intro-second-section .card-grid .single-card::before {
          position: absolute;
          content: "";
          left: 50%;
          top: 0;
          width: 0;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.02);
          -webkit-transition: 0.5s;
          transition: 0.5s;
          z-index: 1;
          border: 0; }
        .intro-page .intro-second-section .card-grid .single-card:hover::before {
          width: 100%;
          left: 0; }
        .intro-page .intro-second-section .card-grid .single-card h4, .intro-page .intro-second-section .card-grid .single-card .h4 {
          color: #ffffff;
          font-family: "Lato", Sans-serif;
          font-size: 24px;
          font-weight: 600;
          line-height: 30px; }
        .intro-page .intro-second-section .card-grid .single-card p {
          font-size: 16px;
          color: #cccccc; }
  .intro-page .intro-left-section {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    visibility: hidden;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: 9;
    overflow: hidden; }
    .intro-page .intro-left-section video {
      width: 100%;
      height: 100%; }
    .intro-page .intro-left-section .tab-content .tab-1 {
      width: 100%;
      height: 90vh;
      background-image: url("../../../../uploads/2024/04/introBg_2-1.jpg");
      background-position: bottom center;
      background-repeat: no-repeat; }
    .intro-page .intro-left-section .tab-content .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .intro-page .intro-left-section .tab-content .btn-play-11 {
      width: 65px;
      height: 60px;
      position: absolute;
      bottom: 30px;
      left: 0px;
      background-size: contain;
      background-repeat: no-repeat;
      border-radius: 50%;
      background-position: center;
      background-image: url("../img/play-button.png"); }
    .intro-page .intro-left-section .position-absolute {
      position: absolute !important; }
  .intro-page .intro-last-section {
    position: fixed;
    bottom: -110vh;
    left: 0;
    width: 100%;
    background-color: #000000;
    /* visibility: hidden; */
    -webkit-transition: bottom 2s ease;
    transition: bottom 2s ease;
    z-index: 10;
    overflow-x: hidden; }
    .intro-page .intro-last-section.show-last-section {
      /* Added class for transition */
      bottom: 0; }
  .intro-page .tab-content {
    color: #ffffff;
    height: 100vh;
    padding-top: 80px;
    /* @media only screen and (max-width: 390px) {
      padding-top: 180px;
    } */ }
    @media only screen and (max-width: 1850px) {
      .intro-page .tab-content {
        padding-top: 110px; } }
    @media only screen and (max-width: 768px) {
      .intro-page .tab-content {
        padding-top: 200px; } }
    .intro-page .tab-content .tab-pane {
      background-color: #000; }
      .intro-page .tab-content .tab-pane.active {
        z-index: 2;
        height: 100vh; }
      .intro-page .tab-content .tab-pane .intro-slider-view {
        max-width: 100vw;
        margin: auto; }
        .intro-page .tab-content .tab-pane .intro-slider-view .slider-img {
          position: relative;
          padding: 40px 60px; }
          @media only screen and (max-width: 768px) {
            .intro-page .tab-content .tab-pane .intro-slider-view .slider-img {
              padding: 20px; } }
          .intro-page .tab-content .tab-pane .intro-slider-view .slider-img img {
            width: 100%; }
          .intro-page .tab-content .tab-pane .intro-slider-view .slider-img::after {
            content: "";
            width: 100%;
            height: 20px;
            position: absolute;
            bottom: -10px;
            left: 0;
            background-image: url(../../../../uploads/2023/07/Line-1.png);
            background-size: 70%;
            background-repeat: no-repeat;
            background-position: center; }
    .intro-page .tab-content .discovery-card-box-wrapper .swiper-button-prev,
    .intro-page .tab-content .discovery-card-box-wrapper .swiper-button-next {
      z-index: 0; }
      .intro-page .tab-content .discovery-card-box-wrapper .swiper-button-prev::after,
      .intro-page .tab-content .discovery-card-box-wrapper .swiper-button-next::after {
        content: none; }
  .intro-page .slide-1 {
    width: 100%;
    height: 100vh;
    display: grid;
    place-content: center;
    -webkit-animation: zoomAnimation 2s ease forwards, fadeOutAnimation 2s forwards 2s;
            animation: zoomAnimation 2s ease forwards, fadeOutAnimation 2s forwards 2s;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .intro-page .slide-1 {
        max-width: 290px;
        margin: auto; } }
  .intro-page .slide-1 h3, .intro-page .slide-1 .h3 {
    font-family: "Lato", Sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px; }
    @media only screen and (max-width: 768px) {
      .intro-page .slide-1 h3, .intro-page .slide-1 .h3 {
        font-size: 24px; } }
  .intro-page .intro-slider-view {
    /* Add your styles for the intro-slider-view here */ }
  .intro-page .intro-slider-view.fadeInAnimation {
    -webkit-animation: fadeIn 2s ease forwards;
            animation: fadeIn 2s ease forwards; }

@-webkit-keyframes zoomAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@keyframes zoomAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); } }

@-webkit-keyframes fadeOutAnimation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeOutAnimation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .intro-page .intro-slider-view-animate {
    text-align: center; }
    .intro-page .intro-slider-view-animate .slider-img::after {
      content: none !important; }
    .intro-page .intro-slider-view-animate .project-name {
      color: #e69b23;
      font-family: "Lato", Sans-serif;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2em;
      letter-spacing: 1px;
      margin-top: 30px;
      position: relative;
      /* margin-bottom: 20px; */
      max-width: 900px;
      margin: 30px auto 20px; }
      @media only screen and (max-width: 768px) {
        .intro-page .intro-slider-view-animate .project-name {
          font-size: 26px; } }
      .intro-page .intro-slider-view-animate .project-name::after {
        content: "";
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: -25px;
        left: 0;
        background-image: url(../../../../uploads/2023/07/Line-1.png);
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center; }
  .intro-page .proposal-div {
    width: 100%;
    height: 91.6vh;
    background-color: #000;
    display: grid; }
    .intro-page .proposal-div .prposal-option {
      width: 100%;
      max-width: 900px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .intro-page .proposal-div .prposal-option .proposal-card {
        background-color: #1c1c1c;
        border: 10px solid #000;
        text-align: center;
        padding: 40px 60px; }
        .intro-page .proposal-div .prposal-option .proposal-card img {
          height: 80px;
          -o-object-fit: contain;
             object-fit: contain;
          margin-bottom: 30px; }
        .intro-page .proposal-div .prposal-option .proposal-card h5, .intro-page .proposal-div .prposal-option .proposal-card .h5 {
          font-size: 24px; }
  .intro-page .intro-top-menu {
    width: 100%;
    max-width: 1300px;
    padding: 0 20px 20px;
    text-align: left;
    margin: auto; }
    .intro-page .intro-top-menu .logo {
      width: 70px; }
  .intro-page .video-circle {
    width: 205px;
    height: 205px;
    border: 3px solid #737373;
    margin: 26px auto 40px;
    border-radius: 50%;
    overflow: hidden; }

@-webkit-keyframes zoomInOut {
  0%,
  100% {
    background-size: 100% 100%;
    /* Initial and final states are normal size */ }
  50% {
    background-size: 110% 110%;
    /* Zoomed in */ } }

@keyframes zoomInOut {
  0%,
  100% {
    background-size: 100% 100%;
    /* Initial and final states are normal size */ }
  50% {
    background-size: 110% 110%;
    /* Zoomed in */ } }
  .intro-page .intro-section .elementor-button-wrapper,
  .intro-page .intro-second-section .elementor-button-wrapper,
  .intro-page .intro-second-section .card-grid .single-card .elementor-button-wrapper,
  .intro-page .intro-left-section .elementor-button-wrapper {
    --border-radius: 2rem;
    --border-size: 3px;
    --border-bg: conic-gradient(
        #828282,
        #3a3a3a,
        #555555,
        #555555,
        #3a3a3a,
        #828282
      );
    --padding: 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: calc(var(--padding) + var(--border-size));
    border-radius: var(--border-radius);
    display: inline-block; }
    .intro-page .intro-section .elementor-button-wrapper::before,
    .intro-page .intro-second-section .elementor-button-wrapper::before,
    .intro-page .intro-second-section .card-grid .single-card .elementor-button-wrapper::before,
    .intro-page .intro-left-section .elementor-button-wrapper::before {
      content: "";
      display: block;
      background: var(--border-bg);
      width: calc(100% * 1.41421356237);
      padding-bottom: calc(100% * 1.41421356237);
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 100%;
      z-index: -2;
      -webkit-animation: none;
      animation: none; }
  .intro-page .intro-section .elementor-button,
  .intro-page .intro-second-section .elementor-button,
  .intro-page .intro-second-section .card-grid .single-card .elementor-button,
  .intro-page .intro-left-section .elementor-button {
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 45px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: black;
    color: #ffffff;
    -webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
    border-radius: 1.6rem;
    border: 0;
    cursor: pointer;
    min-width: 145px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .intro-page .intro-section .elementor-button,
      .intro-page .intro-second-section .elementor-button,
      .intro-page .intro-second-section .card-grid .single-card .elementor-button,
      .intro-page .intro-left-section .elementor-button {
        padding-left: 10px;
        padding-right: 10px;
        min-width: 130px; } }
  .intro-page .intro-section .elementor-button-text,
  .intro-page .intro-second-section .elementor-button-text,
  .intro-page .intro-second-section .card-grid .single-card .elementor-button-text,
  .intro-page .intro-left-section .elementor-button-text {
    font-family: "Lato", Sans-serif;
    color: #ffd049;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3;
    text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .intro-page .intro-section .elementor-button-text,
      .intro-page .intro-second-section .elementor-button-text,
      .intro-page .intro-second-section .card-grid .single-card .elementor-button-text,
      .intro-page .intro-left-section .elementor-button-text {
        font-size: 14px;
        font-weight: 500; } }
  .intro-page .back-btn {
    position: absolute;
    right: 40px;
    top: 15px; }
    @media only screen and (max-width: 768px) {
      .intro-page .back-btn {
        right: 10px; } }
    .intro-page .back-btn .elementor-button-wrapper {
      --border-radius: 2rem;
      --border-size: 2px;
      --border-bg: conic-gradient(
        #828282,
        #3a3a3a,
        #555555,
        #555555,
        #3a3a3a,
        #828282
      );
      --padding: 0px;
      position: relative;
      overflow: hidden;
      z-index: 1;
      padding: calc(var(--padding) + var(--border-size));
      border-radius: var(--border-radius);
      display: inline-block; }
      .intro-page .back-btn .elementor-button-wrapper::before {
        content: "";
        display: block;
        background: var(--border-bg);
        width: calc(100% * 1.41421356237);
        padding-bottom: calc(100% * 1.41421356237);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 100%;
        z-index: -2;
        -webkit-animation: none;
        animation: none; }
    .intro-page .back-btn .elementor-button {
      overflow: hidden;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 18px;
      padding-right: 18px;
      background-color: black;
      color: #ffffff;
      -webkit-transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
      border-radius: 1.6rem;
      border: 0;
      cursor: pointer;
      min-width: 75px;
      position: relative;
      height: 27px !important; }
      @media only screen and (max-width: 768px) {
        .intro-page .back-btn .elementor-button {
          padding-left: 10px;
          padding-right: 10px;
          min-width: 100px; } }
      .intro-page .back-btn .elementor-button .elementor-button-text {
        font-family: "Lato", Sans-serif;
        color: #ffd049;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 3;
        text-transform: uppercase; }
        @media only screen and (max-width: 768px) {
          .intro-page .back-btn .elementor-button .elementor-button-text {
            font-size: 14px;
            font-weight: 500; } }
  .intro-page .intro.tab-header {
    position: fixed;
    width: 100%;
    background: #000;
    top: -100px;
    z-index: 11;
    -webkit-transition: top 2s ease;
    transition: top 2s ease; }
    @media only screen and (max-width: 768px) {
      .intro-page .intro.tab-header {
        top: -200px; } }
    .intro-page .intro.tab-header.show-tab-header {
      top: 0; }
  .intro-page .intro.tab-header .back-btn {
    position: absolute;
    right: 40px;
    top: 15px; }
    @media only screen and (max-width: 768px) {
      .intro-page .intro.tab-header .back-btn {
        right: 10px; } }
  .intro-page .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #555555; }
    @media only screen and (max-width: 768px) {
      .intro-page .nav-tabs {
        padding-top: 60px; } }
    .intro-page .nav-tabs li button {
      background-color: #000;
      border: 0;
      padding: 10px 30px;
      gap: 7px;
      font-size: 14px; }
      .intro-page .nav-tabs li button:hover .tab-heading {
        color: #e69b23; }
      @media only screen and (max-width: 768px) {
        .intro-page .nav-tabs li button {
          padding: 8px; } }
      .intro-page .nav-tabs li button.active .tab-heading {
        color: #e69b23; }
    .intro-page .nav-tabs li .tab-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: #ffffff;
      gap: 12px; }
      @media only screen and (max-width: 768px) {
        .intro-page .nav-tabs li .tab-heading {
          gap: 2px; } }
      .intro-page .nav-tabs li .tab-heading img {
        height: 30px;
        -o-object-fit: contain;
           object-fit: contain; }
        @media only screen and (max-width: 768px) {
          .intro-page .nav-tabs li .tab-heading img {
            height: 20px; } }
  .intro-page .intro-last-section::-webkit-scrollbar {
    width: 10px; }
  .intro-page .intro-last-section::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .intro-page .intro-last-section::-webkit-scrollbar-thumb {
    background: #888; }
  .intro-page .intro-last-section::-webkit-scrollbar-thumb:hover {
    background: #555; }
  .intro-page .skipButton2 {
    position: absolute;
    bottom: 12%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media only screen and (max-width: 1850px) {
      .intro-page .skipButton2 {
        bottom: 15%; } }
  .intro-page .zoom-image {
    width: 100%;
    -webkit-animation: zoom-in-out 20s infinite;
            animation: zoom-in-out 20s infinite;
    /* Repeat the animation infinitely */ }

@-webkit-keyframes zoom-in-out {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Start and end with no zoom */ }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    /* Zoom in at 50% of the animation */ } }

@keyframes zoom-in-out {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /* Start and end with no zoom */ }
  50% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    /* Zoom in at 50% of the animation */ } }
  .intro-page .intro-logo {
    position: fixed;
    z-index: 99;
    top: 15px;
    left: 10%; }
    @media only screen and (max-width: 600px) {
      .intro-page .intro-logo {
        left: 20px; } }
  .intro-page #intro-logo {
    width: 200px; }
    @media only screen and (max-width: 600px) {
      .intro-page #intro-logo {
        width: 150px; } }
  .intro-page #intro-icon {
    width: 43px; }
    @media only screen and (max-width: 600px) {
      .intro-page #intro-icon {
        width: 32px; } }
  .intro-page .discovery-container {
    padding-bottom: 0px !important; }
  .intro-page .vimeo-container {
    position: relative;
    width: 90vw;
    max-width: 1100px;
    height: 50vh;
    position: absolute;
    max-height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }
  .intro-page .vimeo-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1; }
  .intro-page iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

/* width */
.elementor-page-34802::-webkit-scrollbar {
  width: 0px; }

/* Track */
.elementor-page-34802::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.elementor-page-34802::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
.elementor-page-34802::-webkit-scrollbar-thumb:hover {
  background: #555; }

.intro-footer {
  margin-top: 120px; }
  .intro-footer .intro-footer-title {
    text-align: center;
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 7px;
    word-spacing: 2px; }
  .intro-footer .intro-footer-inner {
    background-image: url("https://instatv.ca/wp-content/uploads/2022/12/footer_skyline-1.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center bottom;
    padding-top: 100px; }
  .intro-footer .img-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    .intro-footer .img-col img {
      margin-bottom: -1px; }
  .intro-footer .intro-footer-last {
    min-height: 20px;
    background: #000 url(../../../../uploads/2022/12/quote_bg2-1.jpg) repeat-x left top; }
  .intro-footer .intro-footer-last .container p {
    text-align: right;
    color: #909293;
    font-size: 12px;
    padding: 15px 0; }

.scrollArrowAni {
  position: fixed;
  bottom: 12%;
  right: 15px;
  z-index: 99;
  visibility: hidden; }
  .scrollArrowAni .scrollArrowAni-down {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center; }
    .scrollArrowAni .scrollArrowAni-down::before {
      -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
              animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
      position: absolute;
      top: -28px;
      left: 52%;
      margin-left: -1.6px;
      width: 2px;
      height: 90px;
      background: #ffbb14;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      content: " "; }
    .scrollArrowAni .scrollArrowAni-down .arrow-down {
      display: block;
      margin: 0 auto;
      width: 10px;
      height: 38px; }
      .scrollArrowAni .scrollArrowAni-down .arrow-down:after {
        content: "";
        display: block;
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        behavior: url(-ms-transform.htc);
        -webkit-transform: rotateZ(135deg);
                transform: rotateZ(135deg);
        position: absolute;
        top: 55px;
        left: 47%; }
  .scrollArrowAni .scroll-title {
    display: block;
    color: #ffffff;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em; }

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); } }

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); } }

.scrollArrowUp {
  position: fixed;
  bottom: 11%;
  right: 27px;
  z-index: 99;
  cursor: pointer; }
  .scrollArrowUp .scrollArrowAni-down {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center; }
    .scrollArrowUp .scrollArrowAni-down::before {
      -webkit-animation: elasticus1 2s cubic-bezier(1, 0, 0, 1) infinite;
              animation: elasticus1 2s cubic-bezier(1, 0, 0, 1) infinite;
      position: absolute;
      top: -5px;
      left: 52%;
      margin-left: -0.6px;
      width: 2px;
      height: 90px;
      background: #ffbb14;
      background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      content: " "; }
    .scrollArrowUp .scrollArrowAni-down .arrow-down {
      display: block;
      margin: 0 auto;
      width: 10px;
      height: 38px; }
      .scrollArrowUp .scrollArrowAni-down .arrow-down:after {
        content: "";
        display: block;
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        -webkit-transform: rotateZ(135deg);
                transform: rotateZ(135deg);
        position: absolute;
        top: -7px;
        left: 47%; }
  .scrollArrowUp .scroll-title {
    display: block;
    color: #ffffff;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em; }

@-webkit-keyframes elasticus1 {
  0% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1); }
  50% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1); } }

@keyframes elasticus1 {
  0% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1); }
  50% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  100% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1); } }

@media only screen and (max-width: 1850px) {
  #playPauseBtnnew {
    display: none; } }

.intro-sec-header {
  width: 100%;
  background: #000;
  height: 60px;
  position: fixed;
  z-index: 4;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .intro-sec-header.show-top {
    top: 0 !important; }

.section-part-black {
  padding: 120px 20px; }
  @media only screen and (max-width: 600px) {
    .section-part-black {
      padding: 50px 20px; } }
  .section-part-black .container {
    max-width: 1520px; }

.section-part-gray {
  background-color: #0b0b0b;
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  padding: 120px 20px; }
  @media only screen and (max-width: 600px) {
    .section-part-gray {
      padding: 50px 20px;
      background-image: none !important; } }

.intro-grid-container {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 1340px) {
    .intro-grid-container {
      gap: 15px; } }
  @media only screen and (max-width: 992px) {
    .intro-grid-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 660px) {
    .intro-grid-container {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 40px; } }

.intro-grid-container-4 {
  display: grid;
  gap: 25px;
  border-radius: 10px;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr); }
  @media only screen and (max-width: 1366px) {
    .intro-grid-container-4 {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (max-width: 992px) {
    .intro-grid-container-4 {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 660px) {
    .intro-grid-container-4 {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 40px; } }
  .intro-grid-container-4 .branding-grid-item {
    padding: 0;
    padding-bottom: 50px;
    border: 2px solid #1c1c1c;
    background-color: #0b0b0b; }
    .intro-grid-container-4 .branding-grid-item:hover {
      border-color: #353535; }
    .intro-grid-container-4 .branding-grid-item .branding-img-item {
      position: relative; }
      .intro-grid-container-4 .branding-grid-item .branding-img-item img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
           object-fit: cover; }
      .intro-grid-container-4 .branding-grid-item .branding-img-item::after {
        content: '';
        width: 100%;
        height: 198px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 11, 11, 1)), color-stop(0%, rgba(11, 11, 11, 0.998648)), to(rgba(11, 11, 11, 0)));
        background-image: linear-gradient(0deg, rgba(11, 11, 11, 1) 0%, rgba(11, 11, 11, 0.998648) 0%, rgba(11, 11, 11, 0) 100%); }

.intro-grid-container-3 {
  display: grid;
  gap: 60px;
  border-radius: 10px;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (max-width: 1366px) {
    .intro-grid-container-3 {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; } }
  @media only screen and (max-width: 992px) {
    .intro-grid-container-3 {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 660px) {
    .intro-grid-container-3 {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 40px; } }
  .intro-grid-container-3 img {
    width: 100px;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain; }
  .intro-grid-container-3 .branding-grid-item {
    padding: 70px 10px 50px; }
    .intro-grid-container-3 .branding-grid-item .counter-part-4x4 {
      margin-top: 70px;
      max-width: 290px; }
      .intro-grid-container-3 .branding-grid-item .counter-part-4x4 .title-4x4 {
        font-weight: 500; }

.branding-grid-item {
  background-color: #000000;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  font-family: "Lato", Sans-serif; }
  @media only screen and (max-width: 600px) {
    .branding-grid-item {
      padding: 0; } }

.intro-tab-heading {
  font-family: "Lato", Sans-serif;
  font-size: 58px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 90px;
  line-height: 1.3em; }
  @media only screen and (max-width: 992px) {
    .intro-tab-heading {
      font-size: 46px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 768px) {
    .intro-tab-heading {
      font-size: 32px; } }
  .intro-tab-heading span {
    color: #e69b23; }

.counter-part-3x4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }
  @media only screen and (max-width: 1340px) {
    .counter-part-3x4 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; } }
  .counter-part-3x4 .count-number {
    font-size: 78px;
    font-weight: 900;
    letter-spacing: -3px; }
    @media only screen and (max-width: 1550px) {
      .counter-part-3x4 .count-number {
        font-size: 50px; } }
    @media only screen and (max-width: 600px) {
      .counter-part-3x4 .count-number {
        font-size: 40px;
        letter-spacing: -1px; } }
  .counter-part-3x4 .count-text {
    text-align: left;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #cccccc;
    margin-bottom: 0;
    margin-top: 10px; }
    @media only screen and (max-width: 1340px) {
      .counter-part-3x4 .count-text {
        text-align: center;
        font-size: 17px; } }

.counter-part-4x4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  max-width: 280px;
  margin: auto;
  margin-top: -50px;
  z-index: 1;
  position: relative; }
  .counter-part-4x4 .title-4x4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1550px) {
      .counter-part-4x4 .title-4x4 {
        font-size: 22px; } }
    @media only screen and (max-width: 600px) {
      .counter-part-4x4 .title-4x4 {
        font-size: 20px; } }
  .counter-part-4x4 .count-text-4x4 {
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #cccccc;
    margin-bottom: 0;
    margin-top: 10px; }
    @media only screen and (max-width: 1340px) {
      .counter-part-4x4 .count-text-4x4 {
        font-size: 16px; } }

.statement-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 600px) {
    .statement-view {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      row-gap: 30px; } }
  .statement-view .statement-icon {
    width: 113px;
    height: 90px; }
    @media only screen and (max-width: 600px) {
      .statement-view .statement-icon {
        width: 80px;
        height: 60px; } }
  .statement-view .statement-text {
    font-family: "Lato", Sans-serif;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
    line-height: 1.3em;
    margin-bottom: 0; }
    @media only screen and (max-width: 1120px) {
      .statement-view .statement-text {
        font-size: 26px; } }
    @media only screen and (max-width: 600px) {
      .statement-view .statement-text {
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        line-height: 1.5em; } }
    .statement-view .statement-text span {
      color: #e69b23; }

.brand-growth-view .intro-tab-heading {
  margin-bottom: 40px; }

.brand-growth-view .brand-growth-content {
  font-family: "Lato", Sans-serif;
  font-size: 20px;
  color: #cccccc;
  line-height: 1.5em;
  font-weight: 300; }
  @media only screen and (max-width: 600px) {
    .brand-growth-view .brand-growth-content {
      font-size: 18px; } }

.brand-growth-bg {
  background-image: url("../img/intropage/brand-growth-image.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }

.bg-0b0b0b {
  background-color: #0b0b0b;
  border: 2px solid #1c1c1c; }

.algorithms-competition-bg {
  background-image: url("../img/intropage/algorithms-competition-bgImage.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover; }

.reach-audience-bg {
  background-image: url("../img/intropage/reach-your-audience-bgImage.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover; }

.web-design-bg {
  background-image: url("../img/intropage/web-design-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover; }

.our-process-main .container {
  max-width: 900px;
  margin: auto;
  min-height: 600px;
  background-image: url("../../../../uploads/2024/01/process-model-2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  .our-process-main .container .click-here {
    position: absolute;
    top: 3%;
    left: 13%; }

.our-process-main .process-card {
  position: absolute;
  width: 100px;
  height: 100px; }
  @media only screen and (min-width: 901px) {
    .our-process-main .process-card.process-card-1 {
      top: 19%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .our-process-main .process-card.process-card-2 {
      top: 33%;
      left: 68%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .our-process-main .process-card.process-card-3 {
      top: 61%;
      left: 72%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .our-process-main .process-card.process-card-4 {
      top: 82%;
      left: 60%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .our-process-main .process-card.process-card-5 {
      bottom: 1%;
      left: 40%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .our-process-main .process-card.process-card-6 {
      bottom: 22%;
      left: 28%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .our-process-main .process-card.process-card-7 {
      top: 33%;
      left: 32%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  .our-process-main .process-card .card-image {
    position: relative; }
    @media only screen and (min-width: 901px) {
      .our-process-main .process-card .card-image img {
        position: absolute;
        top: 0;
        right: 0; }
        .our-process-main .process-card .card-image img.front-img {
          visibility: visible;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
        .our-process-main .process-card .card-image img.back-img {
          visibility: hidden; } }
    .our-process-main .process-card .card-image:hover .front-img {
      visibility: hidden; }
    .our-process-main .process-card .card-image:hover .back-img {
      visibility: visible; }

.our-process-main .process-card-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #e69b23;
  position: absolute; }
  @media only screen and (min-width: 901px) {
    .our-process-main .process-card-title.title-1 {
      top: -20px;
      min-width: 240px;
      left: -60px; }
    .our-process-main .process-card-title.title-2 {
      top: 37px;
      min-width: 240px;
      left: 66px; }
    .our-process-main .process-card-title.title-3 {
      top: 36px;
      min-width: 240px;
      left: 90px; }
    .our-process-main .process-card-title.title-4 {
      top: 40px;
      min-width: 240px;
      left: 83px; }
    .our-process-main .process-card-title.title-5 {
      top: 40px;
      min-width: 240px;
      right: 83px; }
    .our-process-main .process-card-title.title-6 {
      top: 37px;
      min-width: 185px;
      right: 75px; }
    .our-process-main .process-card-title.title-7 {
      top: 37px;
      min-width: 140px;
      right: 80px; } }

.fancybox__thumbs {
  display: none !important;
  visibility: hidden; }

@media only screen and (max-width: 900px) {
  .our-process-main .container {
    background-image: none;
    padding-top: 100px; }
    .our-process-main .container .click-here {
      position: absolute;
      top: 23px;
      left: 90px; }
  .our-process-main .process-card {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .our-process-main .card-image {
    text-align: center; }
    .our-process-main .card-image img.front-img {
      display: none; }
  .our-process-main .process-card-title {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff; } }

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

.discovery-step {
  max-width: 1120px; }
  .discovery-step table {
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    vertical-align: middle; }
    .discovery-step table tbody tr td {
      border-bottom-width: 0;
      color: #cccccc; }
      .discovery-step table tbody tr td:nth-child(1) {
        padding-left: 2px; }
  .discovery-step .form-submit-btn {
    text-align: right;
    margin-top: 30px; }
  .discovery-step .form-control {
    max-width: 300px; }
    .discovery-step .form-control.readonly {
      background: transparent;
      border: 1px solid transparent;
      outline: 0;
      font-weight: bold;
      color: #fff; }

.discovery-step {
  position: relative; }

.ajax-loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8); }

.ajax-loader dotlottie-player {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.icon-wrap .elementor-icon-box-icon {
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  padding: 5px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #262626;
  background: linear-gradient(135deg, #262626 0%, #999999 50%, #262626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#262626',GradientType=1 ); }
  .icon-wrap .elementor-icon-box-icon .elementor-icon {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0px; }

.icon-wrap .elementor-icon-box-title {
  margin: 0; }

.portfolio-box {
  position: relative;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 100%;
  cursor: pointer; }
  .portfolio-box a {
    overflow: hidden;
    /* display: block !important; */
    border-radius: 15px;
    /* height: 290px; */
    width: 70%;
    margin: auto;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transition: background-position 2.5s ease-in 0s;
    transition: background-position 2.5s ease-in 0s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    place-content: center; }

/*# sourceMappingURL=theme.css.map */
