@charset "UTF-8";

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .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 + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .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
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .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: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .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: .875em;
    color: #6c757d
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .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, .05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .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: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .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 .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.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 .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .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: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .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 .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .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: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #198754;
    background-color: transparent
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .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, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .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: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle:after {
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .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, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(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, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .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, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .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(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "https://separateweb.com/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .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: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .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: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn:before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
}

.mt-2 {
    margin-top: .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: .25rem !important
}

.me-2 {
    margin-right: .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: .25rem !important
}

.mb-2 {
    margin-bottom: .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: .25rem !important
}

.ms-2 {
    margin-left: .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: .25rem !important
}

.p-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
}

.pt-2 {
    padding-top: .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: .25rem !important
}

.pe-2 {
    padding-right: .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: .25rem !important
}

.pb-2 {
    padding-bottom: .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: .25rem !important
}

.ps-2 {
    padding-left: .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 + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .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: .25rem !important
    }

    .me-sm-2 {
        margin-right: .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: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .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: .25rem !important
    }

    .p-sm-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .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: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .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: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-md-2 {
        margin-top: .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: .25rem !important
    }

    .me-md-2 {
        margin-right: .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: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-md-2 {
        margin-left: .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: .25rem !important
    }

    .p-md-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-md-2 {
        padding-top: .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: .25rem !important
    }

    .pe-md-2 {
        padding-right: .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: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .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: .25rem !important
    }

    .me-lg-2 {
        margin-right: .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: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .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: .25rem !important
    }

    .p-lg-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .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: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .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: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .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: .25rem !important
    }

    .p-xl-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .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: .25rem !important
    }

    .p-xxl-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

*,
body {
    outline: 0
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0
}

*,
.badges {
    vertical-align: baseline
}

.floating-label label,
.hc-offcanvas-nav:not(.nav-open):after,
.mouse-cursor,
a.disabled {
    pointer-events: none
}

::-webkit-scrollbar {
    width: 3px
}

::-webkit-scrollbar-track {
    background: #e8e8e8
}

::-webkit-scrollbar-thumb:hover {
    background: #fb5496
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: -o-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: linear-gradient(45deg, #ffbd84, #ff1f8e)
}

::-moz-selection {
    background: rgba(166, 175, 189, .3)
}

::selection {
    background: rgba(166, 175, 189, .3)
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box
}

body {
    font-family: open sans, sans-serif;
    color: #6a6a8e;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 17px;
    overflow-x: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    color: #000;
    font-weight: 600
}

.fa-icon,
.header-heading .fa-icon {
    margin-left: 5px;
    font-size: 12px
}

ul {
    list-style: none
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0 !important
}

.header-heading .fa-icon {
    animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim
}

.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10
}

.common-heading h2 {
    margin-bottom: 60px
}

.inner-heading h2 {
    margin-bottom: 30px
}

.v-center {
    align-self: center;
    align-items: center
}

.lnk,
button {
    position: relative;
    overflow: hidden
}

span.circle,
span.circle2 {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: -10%
}

.animation,
.circle,
.circle2,
.clients-logo,
.custom-btn,
.dropdown-toggle,
.hoshd,
.hover-scale img,
.icon-set,
.isotope_item,
.link-hover,
.main-header,
.main-header.sticky,
.navbar,
.s-block,
.sticky,
.sub-menu-sec a,
a,
button,
input {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}

.no-shadow {
    box-shadow: none !important
}

span.circle {
    right: -130px;
    width: 200px;
    height: 200px
}

.lnk:hover span.circle {
    top: -10%;
    right: -80px
}

span.circle2 {
    right: -50px;
    width: 80px;
    height: 80px
}

.mob-nav li,
.top-header {
    position: relative
}

.lnk:hover span.circle2 {
    top: -10%;
    right: -40px
}

.font-15 {
    font-size: 15px
}

.f-medium {
    font-weight: 600
}

.f-bold,
.text-bold {
    font-weight: 700
}

.light-blue {
    background: #f8fdff
}

.text-radius {
    border-radius: 3px;
    padding: 0 3px
}

.text-primary {
    color: #fe4c1c
}

.text-second {
    color: #e91e63
}

.header-icon-nav a {
    background: 0;
    padding: 12px;
    margin: 5px;
    border-radius: 50%;
    color: #0a2233
}

.sticky .custom-nav .nav-list li a.menu-links,
.sticky .dsk-logo {
    line-height: 70px
}

.main-header.sticky {
    height: 70px
}

.top-header {
    z-index: 999
}

.navbar .mobile-menu {
    display: none
}

.navbar .mobilemenu {
    color: #0a2233;
    top: -4px;
    position: relative
}

.navbar .mobilemenu i {
    font-size: 25px
}

.mob-nav {
    display: flex
}

.ml8 {
    margin-left: 8px
}

.animate {
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

.top-header .dropdown-toggle:after {
    display: inline-block;
    margin-left: 3px;
    vertical-align: baseline;
    content: "+";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 100px
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fff;
    outline: 0
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0a2233;
    text-decoration: none;
    background-color: #fff;
    outline: 0
}

.dropdown-menu {
    border: 0 solid rgba(0, 0, 0, .15)
}

header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0 solid #00baff;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.dropdown-item,
.navbar-light .navbar-nav .nav-link {
    color: #0a2233;
    font-weight: 500;
    font-family: Poppins, sans-serif
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    padding: 10px 15px
}

.navbar-toggler {
    background-color: #fff;
    border: 1px solid #fff
}

.top-header .sticky {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    height: 70px
}

.nav-item.dropdown:hover {
    background: #fff
}

.list-mnu li a {
    white-space: break-spaces;
    line-height: 24px;
    padding: 5px 10px
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 15px;
    line-height: 48px
}

.nav-bg-b .custom-nav .nav-list li a.menu-links,
.top-header .navbar .custom-btn:focus,
.top-header .navbar .custom-btn:hover {
    color: #fff
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px
}

.brand-logo a {
    display: block
}

.menu-header,
.sub-menu-center-block {
    display: flex
}

.top-header .navbar .custom-btn {
    padding: 0 32px;
    color: #fff;
    font-weight: 400
}

.modal-backdrop {
    background: linear-gradient(135deg, #0c0004 0, #000e0c 100%)
}

.modal {
    z-index: 999999
}

.abt {
    position: absolute;
    right: 15px !important;
    top: 0 !important;
    z-index: 9999999
}

.popup-modalfull .modal-dialog {
    min-height: 100%;
    background: #fff;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0
}

.popup-modalfull .modal-content {
    border: 0;
    height: 100%;
    border-radius: 0
}

.popup-modalfull .modal-body {
    overflow-y: auto
}

.-reviewr,
.about-agency,
.app-cta,
.bd-hor .bd-hor-base,
.bd-hor .bd-hor-base:hover:after,
.bhv-service,
.breadcrumb-area,
.breadcrumb-areav2,
.case-study .image-div,
.contact-location,
.cta-area,
.custom-nav .nav-list li a.menu-links,
.footer-svg,
.hero-card-web,
.hero-section,
.ho-gdnt .s-block,
.image-div,
.image-set,
.img-ca2set,
.instagram-post .thumb,
.item-image,
.link-hover a,
.nn-card-set,
.offer-image,
.our-office,
.overlay-- .s-block,
.portfolio-item-info .-reviewr,
.rpb-shop-items-tittl h3 a,
.service,
.service-section,
.service-slide,
.srvc-bg-nx,
.team,
.video-review {
    overflow: hidden
}

.main-header.sticky .nx-dropdown {
    top: 65px
}

.main-header.sticky {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08)
}

.main-header {
    padding: 0 20px;
    height: 85px;
    z-index: 99999;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.fa-ani {
    margin-left: 5px;
    font-size: 12px;
    animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim
}

.menu-header {
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.right-bddr {
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding: 0 10px 0 0 !important;
    margin: 0 20px 0 0
}

.custom-nav .sbmenu>a:before {
    content: "+";
    position: absolute;
    right: 4px
}

.btn-round-,
.custom-nav .nav-list li.rpdropdown {
    position: relative
}

.custom-nav .sbmenu.hover>a:before {
    content: "-"
}

.btn-round-.trngl:after,
.contact-info-:after,
a.play-video:after,
div.custom-nav>ul>li.sbmenu>a:after {
    content: ''
}

.main-header.sticky .custom-nav .nav-list li a.menu-links {
    color: #000
}

.main-header .mega-white-logo,
.main-header.sticky .mega-white-logo,
.nav-bg-b.main-header.sticky .mega-white-logo {
    display: none
}

.nav-bg-b.main-header .mega-white-logo {
    display: inline-block
}

.nav-bg-b.main-header .mega-darks-logo {
    display: none
}

.main-header.sticky .mega-darks-logo {
    display: inline-block
}

.dsk-logo {
    float: left;
    line-height: 85px
}

.dsk-logo .nav-brand img {
    max-height: 60px;
  margin-bottom: 0px !important;
}

.custom-nav .smfull {
    width: 100%
}

.custom-nav .nav-list li {
    display: inline-flex
}

.custom-nav .nav-list li a.menu-links {
    font-size: 16px;
    color: #050748;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding: 0 15px;
    line-height: 85px;
    text-transform: uppercase;
    position: relative
}

.btn-br,
.btn-br:hover {
    color: #fff
}

.btn-br {
    line-height: 34px;
    border-radius: 100px;
    padding: 0 30px
}

.btn-round- {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    margin-right: 8px;
    display: inline-block
}

.btn-round-.trngl:after {
    position: absolute;
    right: -4px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #e8e8e8;
    clear: both;
    transform: translateY(-50%)
}

.btshad-b1 {
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2)
}

.btshad-b2 {
    -webkit-box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2);
    box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2)
}

.nx-dropdown {
    position: absolute;
    z-index: 1;
    top: 80px;
    opacity: 0;
    height: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.submenu-btnset {
    position: relative;
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: normal
}

.sub-menu-column {
    width: 25%;
    float: left;
    padding: 0 20px
}

.sub-menu-column .menuheading {
    color: #050748;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .2px;
    margin: 0 0 16px;
    padding: 0 0 14px;
    border-bottom: 1px solid #dadada
}

.sub-menu-column ul {
    width: 100%;
    display: inline-block;
    position: relative
}

.sub-menu-column ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin-right: 0;
    margin-bottom: 9px
}

.sub-menu-column ul li a {
    width: 100%;
    font-size: 15px;
    color: #000;
    position: relative;
    line-height: 25px;
    font-weight: 600
}

.sub-menu-section {
    box-shadow: 0 10px 20px 0 rgb(0 0 0/.04);
    border-top: 2px solid #f3f3f3;
    width: 100%;
    padding: 40px 0;
    display: inline-block;
    background-color: #fff;
    margin-top: 4px
}

.btn-block a {
    min-width: 230px;
    text-align: center;
    -webkit-box-shadow: 0 10px 15px 0 rgba(47, 0, 16, .15);
    box-shadow: 0 10px 15px 0 rgba(47, 0, 16, .15)
}

.bgtspnt {
    background: 0 0 !important
}

div.custom-nav>ul>li.sbmenu>a:after {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #11998e;
    left: -100%;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

div.custom-nav>ul>li.sbmenu:hover>a:after {
    left: 0;
    opacity: 1
}

.contact-show {
    position: relative
}

.contact-show:hover .contact-inquiry {
    display: block
}

.contact-inquiry {
    width: 285px;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 99;
    display: none;
    transition: all 2s linear
}

.hrbg {
    background: #e4e8ff
}

.contact-info- .contct-heading {
    font-size: 19px;
    color: #3c4147;
    font-weight: 700;
    padding: 11px 20px;
    letter-spacing: .2px
}

.common-heading>span,
.pricing-table .title {
    text-transform: uppercase;
    letter-spacing: .5px
}

.contact-info- .inquiry-card-nn .title-inq-c {
    font-size: 14px;
    font-weight: 700
}

.contact-info- .inquiry-card-nn ul li a {
    font-size: 16px;
    color: #050748;
    font-weight: 700;
    text-decoration: none
}

.contact-info- .inquiry-card-nn {
    border-top: 1px solid #e1e1e2;
    position: relative;
    padding: 15px 20px;
    text-align: left
}

.contact-info- {
    width: 100%;
    display: inline-block;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.contact-info- .inquiry-card-nn ul li {
    list-style: none;
    margin: 14px 0;
    text-align: left;
    display: block
}

.contact-info- .inquiry-card-nn ul li.mb0 {
    margin-bottom: 0
}

.contact-info- .inquiry-card-nn ul li i {
    font-size: 20px;
    margin: 0 11px 0 0;
    color: #8bc34a
}

.contact-info- .inquiry-card-nn span {
    font-size: 13px;
    color: #828282
}

.contact-info- .inquiry-card-nn .fa-envelope {
    color: #012169
}

.contact-info-:after {
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid rgba(255, 255, 255, .95);
    top: -14px;
    right: 22px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease
}

a.play-video {
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    background: #fff;
    border-radius: 1000px;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
    outline: 0;
    position: relative;
    padding: 10px;
    align-items: center
}

a.play-video:after {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 6px solid #fff;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring-ani 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(12, 108, 211, .5)
}

.pricing-table img,
.ps-block span {
    animation: border-transform 6s linear infinite
}

@-webkit-keyframes ring-ani {
    to {
        box-shadow: 0 0 0 18px transparent
    }
}

.triangle-play {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 18px solid #ff2d8d;
    border-bottom: 10px solid transparent;
    text-align: center;
    margin: 0 auto
}

.hero-card-web {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    height: 100vh;
    align-items: center;
    display: flex
}

.hero-main-rp {
    padding: 0 30px 0 180px
}

.hero-heading-sec h2 {
    color: #fff;
    font-size: 55px;
    line-height: 67px;
    text-transform: uppercase;
    font-weight: 700
}

.hero-heading-sec h2 span {
    display: block
}

.hero-heading-sec>p {
    color: #fff000;
    font-size: 18px;
    max-width: 400px;
    margin: 40px 0
}

.flags-size {
    width: 25px
}

.awards-block-tt {
    margin-top: 40px
}

.hero-content-sec {
    display: inline-flex;
    align-items: center
}

.title-hero-oth p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 25px;
    text-transform: uppercase
}

.title-hero-oth p span {
    display: block;
    color: #fff000
}

.btn-main,
.btn-main:hover {
    color: #fff
}

.hero-service-cards {
    margin-top: 100px
}

.service-slide {
    border-radius: 30px;
    max-width: 280px;
    margin: 20px 0;
    transform-style: preserve-3d;
    transform: perspective(1000px)
}

.service-card-hh {
    transform: translateZ(20px);
    display: block
}

.image-sr-mm {
    height: 250px;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto
}

.image-sr-mm img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%
}

.about-agency:before,
.hero-bg-bg1:before {
    content: "";
    width: 100%;
    top: 0
}

.title-serv-c {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 20px 35px
}

.title-serv-c span {
    display: block
}

.card-bg-a {
    background: #3faee5;
    background: -moz-linear-gradient(top, #3faee5 0, #6d03ce 100%);
    background: -webkit-linear-gradient(top, #3faee5 0, #6d03ce 100%);
    background: linear-gradient(to bottom, #3faee5 0, #6d03ce 100%)
}

.card-bg-b {
    background: #ff92f6;
    background: -moz-linear-gradient(top, #ff92f6 0, #b300a5 100%);
    background: -webkit-linear-gradient(top, #ff92f6 0, #b300a5 100%);
    background: linear-gradient(to bottom, #ff92f6 0, #b300a5 100%)
}

.card-bg-c {
    background: #3e35b7;
    background: -moz-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
    background: -webkit-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
    background: linear-gradient(to bottom, #3e35b7 0, #4c4aff 100%)
}

.card-bg-d {
    background: #f72c8c;
    background: -moz-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
    background: -webkit-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
    background: linear-gradient(to bottom, #ffa76a 0, #ff8e38 100%)
}

.card-bg-e {
    background: #5782ea;
    background: -moz-linear-gradient(top, #5782ea 0, #2251af 100%);
    background: -webkit-linear-gradient(top, #5782ea 0, #2251af 100%);
    background: linear-gradient(to bottom, #5782ea 0, #2251af 100%)
}

.card-bg-f {
    background: #95e5ff;
    background: -moz-linear-gradient(top, #95e5ff 0, #009688 100%);
    background: -webkit-linear-gradient(top, #95e5ff 0, #009688 100%);
    background: linear-gradient(to bottom, #95e5ff 0, #009688 100%)
}

.shape-bg3:before {
    content: "";
    background: url(../images/shape/shape-12.svg);
    position: absolute
}

.hero-bg-bg1:before {
    background: url(../images/hero/banner-shap-2.png) left 0 no-repeat;
    position: absolute;
    height: 100vh;
    right: 0;
    left: 0;
    background-size: contain
}

.hero-section {
    position: relative;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: 100vh;
    align-items: center;
    display: grid
}

.btn-main {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 0 32px;
    line-height: 48px;
    text-align: center;
    outline: 0;
    background-color: #ff1f8e;
    border: 0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgba(233, 30, 99, .15);
    box-shadow: 0 10px 15px 0 rgba(233, 30, 99, .15)
}

.s-block,
.wide-block {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.header-heading h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 30px
}

.header-heading p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px
}

.about-agency .common-heading h2 {
    margin-bottom: 20px
}

.about-agency {
    position: relative
}

.about-agency:before {
    background: url(../images/shape/dot_bg.png);
    position: absolute;
    height: 100%
}

.text-l {
    text-align: left !important
}

.common-heading>span {
    color: #e60072;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block
}

.quote {
    font-weight: 500;
    padding: 25px;
    position: relative;
    border-left: 4px solid #ff358f;
    margin: 30px 0;
    background: #fafafb;
    color: #6a6a8e;
    font-family: Poppins, sans-serif
}

.user- .user-image img {
    border-radius: 100%;
    width: 80px
}

.user-info {
    margin: 0 0 0 20px;
    text-align: left
}

.user-info p span {
    font-weight: 700
}

.service-section {
    background: #fff;
    position: relative
}

.image-block img,
.img-block img {
    width: 100%;
    border-radius: 8px
}

.shape-bg2:after,
.shape-bg2:before,
.shape-num .shape-loc:first-child:before,
.shape-num .shape-loc:last-child:after {
    content: '';
    height: 150px;
    width: 150px;
    bottom: -60px
}

.white-text {
    color: #fff !important
}

.shape-num .shape-loc:first-child:before {
    background: url(../images/shape/shape-1.svg) no-repeat;
    background-size: auto;
    position: absolute;
    left: -40px;
    z-index: -1
}

.shape-num .shape-loc:last-child:after {
    background: url(../images/shape/shape-2.svg) no-repeat;
    background-size: auto;
    position: absolute;
    right: -40px;
    z-index: -1
}

.shape-bg2,
.shape-bg2 img {
    position: relative
}

.shape-bg2 img {
    z-index: 1
}

.shape-bg2:after {
    background: url(../images/shape/shape-2.svg) no-repeat;
    background-size: auto;
    position: absolute;
    right: -40px;
    z-index: -1
}

.shape-bg2:before {
    background: url(../images/shape/shape-1.svg) no-repeat;
    background-size: auto;
    position: absolute;
    left: -40px;
    z-index: 0
}

.service-section:before {
    content: "";
    background: url(../images/shape/dot-shape.png) center top #d7f0fd;
    position: absolute;
    height: 400px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-size: contain
}

.s-block,
.upset,
.wide-block {
    position: relative
}

.s-block {
    background: top right no-repeat #fff;
    background-size: 200%;
    text-align: center;
    padding: 50px 20px;
    margin: 0;
    border: 1px solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.service-section .s-block {
    background: url(../images/shape/shape-7.svg) top right no-repeat #fff;
    background-size: 180px
}

.s-card-icon {
    width: 80px;
    margin: 0 auto 30px
}

.s-block h4 {
    margin: 0 0 10px
}

.s-block a {
    display: inline-block;
    margin: 30px 0 0;
    color: #050748;
    font-family: Poppins, sans-serif
}

.upset {
    z-index: 5
}

.service-2:before {
    background-color: #f9f9f9
}

.wide-block {
    padding: 40px 30px;
    margin: 5px 0;
    border: 0 solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.service-img1 {
    background: #e9ddff
}

.service-img1:after {
    background: url(../images/service/service-img-1.png)
}

.service-img2 {
    background: #ffdadb
}

.service-img2:after {
    background: url(../images/service/service-img-2.png)
}

.service-img3 {
    background: #d6edff
}

.service-img3:after {
    background: url(../images/service/service-img-3.png)
}

.service-img4 {
    background: #ffede1
}

.service-img4:after {
    background: url(../images/service/service-img-4.png)
}

.wide-block:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 280px;
    background-position: right center;
    background-repeat: no-repeat
}

.block-space- {
    max-width: 50%;
    position: relative;
    z-index: 555
}

.wide-block h4 {
    margin: 20px 0 30px
}

.tilt3d .statistics-img {
    transform-style: preserve-3d;
    transform: perspective(1000px)
}

.tilt3d .statistics-img img {
    transform: translateZ(20px)
}

.statistics {
    align-items: center;
    display: flex
}

.statistics p {
    font-size: 20px;
    margin: 10px 0 0;
    font-weight: 500
}

.statistics span {
    font-size: 45px;
    font-family: Poppins, sans-serif;
    color: #050748;
    font-weight: 700;
    display: inline-block
}

.statistics-img {
    width: 100px;
    height: 100px;
    float: left;
    padding: 15px;
    background: #fff;
    border-radius: 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.statnumb {
    margin: 0 0 0 20px;
    text-align: left;
    float: left
}

.small .statistics-img {
    width: 75px;
    height: 75px
}

.t-ctr {
    text-align: center
}

.small .statistics span {
    font-size: 35px;
    color: #050748
}

.in-stats .statistics span {
    font-size: 35px;
    color: #ff1f8e
}

.isotope_item h4 a,
.portfolio-item-info h3 a,
.work-card p {
    color: #050748
}

.small .statistics p {
    font-size: 18px;
    line-height: 24px
}

.small {
    margin-top: 100px
}

.in-stats .statistics {
    text-align: left
}

.card-stats .statistics {
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff;
    box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff
}

.portfolio-section {
    background: #fff;
    position: relative
}

.portfolio-section:before {
    content: "";
    background: url(../images/shape/dot-pattern.png);
    position: absolute;
    height: 400px;
    right: 0;
    left: 0;
    top: 0;
    background-size: auto
}

.isotope_item {
    position: relative
}

.item-info {
    padding: 20px 0 0
}

.isotope_item h4 {
    font-weight: 600;
    margin: 0 0 10px
}

.item-image {
    display: block;
    width: 100%;
    border-radius: 8px;
    background: #f3f9ff;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.clients-logo,
.portfolio-block {
    align-items: center;
    display: flex;
    position: relative
}

.item-image img {
    width: 100%
}

.portfolio-block {
    padding: 50px;
    border-radius: 8px;
    justify-content: space-between
}

.portfolio-item-info {
    width: 50%;
    padding-right: 40px
}

.portfolio-item-image {
    width: 50%;
    text-align: center
}

.portfolio-item-info .-reviewr {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin-right: 15px
}

.portfolio-item-info .review-text {
    padding: 0 0 20px
}

.portfolio-item-info .reviews-card {
    background: rgba(255, 255, 255, .6);
    padding: 25px;
    border-radius: 8px
}

.clients-logo {
    background: #fff;
    padding: 0 15px;
    max-height: 150px;
    min-height: 150px;
    margin: 0 15px;
    border: 1px solid #d4f0ff;
    border-radius: 8px;
    -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff
}

.clients-section {
    background: #fffaf5;
    background: -moz-linear-gradient(top, #fffaf5 0, #f8ecff 100%);
    background: -webkit-linear-gradient(top, #fffaf5 0, #f8ecff 100%);
    background: linear-gradient(to bottom, #fffaf5 0, #f8ecff 100%)
}

.clients-logo img {
    margin: 0 auto;
    display: block;
    width: 160px
}

.opl ul {
    display: contents
}

.opl ul li {
    width: 20%;
    float: left;
    position: relative
}

.work-category {
    background: #fbf9ed;
    background: -moz-linear-gradient(to bottom, #f1fbed 0, #ebfbea 100%);
    background: -webkit-linear-gradient(to bottom, #f1fbed 0, #ebfbea 100%);
    background: linear-gradient(to bottom, #f1fbed 0, #ebfbea 100%);
    position: relative
}

.work-category .common-heading h2 {
    margin-bottom: 30px
}

.work-card p {
    font-family: Poppins, sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0 0;
    padding: 0 12px
}

.icon-bg {
    display: block;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    text-align: center
}

.icon-set {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative
}

.work-card {
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.cd1 {
    background: #70e4e8
}

.cd2 {
    background: #f5eb92
}

.cd3 {
    background: #a3ffe2
}

.cd4 {
    background: #ffbc7a
}

.cd5 {
    background: #e3ff8e
}

.cd6 {
    background: #ffa0c6
}

.cd7 {
    background: #f3a6ff
}

.cd8 {
    background: #97ffaf
}

.cd9 {
    background: #6cfffa
}

.cd10 {
    background: #77baff
}

.cd11 {
    background: #ffefd4
}

.cd12 {
    background: #7affdb
}

.testinomial-section {
    background: url(../images/shape/shape-9.svg) center left no-repeat #fff;
    background-size: contain
}

.testimonial-card .t-text p {
    font-size: 16px;
    line-height: 28px
}

.testinomial-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    background: #fff;
    width: 100px;
    margin: 0;
    height: 50px;
    padding: 25px 0 0
}

.user-info p {
    font-size: 16px;
    line-height: 24px
}

.owl-carousel .user-image img {
    border-radius: 100%;
    width: 80px
}

.owl-carousel .owl-dots .owl-dot:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    background: 0;
    border: 1px solid #ff1f8e
}

.owl-carousel .owl-dots .owl-dot:after,
.owl-carousel .owl-dots .owl-dot:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    -webkit-transition: ease-out .16s;
    transition: ease-out .16s
}

.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: middle
}

.owl-carousel .owl-dots .owl-dot.active:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.owl-carousel .owl-dots .owl-dot:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .4;
    background: #ff1f8e;
    width: 4px;
    height: 4px
}

.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot.active:before,
.owl-carousel .owl-dots .owl-dot:focus:after,
.owl-carousel .owl-dots .owl-dot:hover:after {
    opacity: 1
}

.light-bgs {
    background: rgba(255, 255, 255, .52);
    padding: 30px;
    border-radius: 8px
}

.enquire-form {
    background: #d6fffc;
    background: -moz-linear-gradient(top, #d6fffc 0, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #d6fffc 0, #ffeff5 100%);
    background: linear-gradient(to bottom, #d6fffc 0, #ffeff5 100%)
}

.custom-file-label:after {
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    border: 0;
    height: auto;
    padding: 0 15px;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0;
    cursor: pointer
}

.custom-control-label:after,
.custom-control-label:before {
    content: "";
    position: absolute
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0 15px;
    font-weight: 400;
    height: 50px;
    line-height: 46px;
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 4px
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 0
}

.modal-backdrop.show {
    opacity: .9;
    z-index: 99999
}

.fdgn2 input,
.fdgn2 select,
.fdgn2 textarea {
    border: 2px solid #e6e6e6 !important
}

.form-block input:focus,
.form-block textarea:focus,
.form-block select:focus {
  border-bottom: 2px solid #11998e;
}
.form-block input:active,
.form-block textarea:active,
.form-block select:active {
  box-shadow: 0 0 10px 2px #11998e !important;
}
.form-block input,
.form-block textarea {
    margin: 0 0 15px;
    border: 0;
    width: 100%;
    color: #172b43;
    font-size: 14px;
    background: #fff;
    outline: 0
}

.form-block input {
    height: 50px;
    padding: 0 15px;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.form-block textarea {
    height: 100px;
    padding: 15px;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.form-block .form-group {
    margin-bottom: 0
}

.form-block select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #172b43a3;
    font-size: 13px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.help-block.with-errors {
    color: #ff5050
}

.messages .alert {
    position: relative;
    padding: 6px 25px 6px 6px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 14px
}

.form-block .messages button:hover {
    background-color: transparent
}

.messages .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-align: right;
    position: absolute;
    right: 5px;
    top: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #ff1f8e;
    background-color: #ff1f8e
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.image-div,
.skyline-img {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #ffbc80
}

.custom-control-label:before {
    top: -1px;
    left: -1.5rem;
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after {
    top: -3px;
    left: -26px;
    width: 25px;
    height: 25px;
    background: 50%/50% 50% no-repeat
}

.fieldsets label,
.our-office,
.shape-bg1,
.shape-num {
    position: relative
}

.custom-control {
    margin-bottom: 10px
}

.form-block label input {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0
}

.fieldsets label {
    top: -14px;
    font-size: 14px;
    color: #ff1f8e;
    margin: 0;
    padding: 0;
    display: inline
}

.custom-control label {
    font-size: 14px
}

.form-block label a {
    color: #000
}

.form-block p.trm {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0
}

.form-block p.trm i {
    padding: 5px 5px 0 0
}

.form-block button:hover {
    background-color: #ff1f8e
}

.form-block button {
    width: 38%
}

.our-office {
    background: #fff
}

.shape-bg1:after,
.shape-bg1:before,
.shape-numm .shape-loc:first-child:before,
.shape-numm .shape-loc:last-child:after {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    z-index: -1
}

.shape-numm .shape-loc:first-child:before {
    background: url(../images/shape/shape-1.svg) no-repeat;
    background-size: auto;
    left: -40px;
    top: -55px
}

.shape-numm .shape-loc:last-child:after {
    background: url(../images/shape/shape-2.svg) no-repeat;
    background-size: auto;
    right: -40px;
    top: -55px
}

.shape-bg1:before {
    background: url(../images/shape/shape-1.svg) no-repeat;
    background-size: auto;
    left: -40px;
    top: -55px
}

.shape-bg1:after {
    background: url(../images/shape/shape-2.svg) no-repeat;
    background-size: auto;
    right: -30px;
    top: -80px
}

footer,
footer .row {
    position: relative
}

.office-text {
    padding: 20px 0 0
}

.office-text h4 {
    margin: 0 0 10px
}

.office-text p {
    padding: 0 50px 0 0;
    margin: 0 0 20px
}

.skyline-img {
    background: #fbf4f1;
    padding: 20px;
    border-radius: 8px 40px 8px 0;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.-address-list li a {
    color: #6a6a8e
}

.-address-list li a i {
    width: 25px
}

.-address-list li {
    line-height: 35px
}

#scrollUp:hover {
    opacity: .9
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 50px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    opacity: 1;
    background: url(../images/icons/up-arrow.svg) center center no-repeat #38ef7d;
    background-size: 15px
}

.footer-svg {
    height: 80px;
    margin: -20px 0 0
}

.footer-svg svg path {
    fill: #fff0f5
}

footer .row {
    z-index: 1
}

footer.ftshap:after,
footer.ftshap:before {
    position: absolute;
    z-index: 0;
    opacity: .5;
    content: ""
}

footer.ftshap:after {
    background: url(../images/shape/shape-1.png) center right no-repeat;
    width: 200px;
    height: 370px;
    top: 35%;
    right: 0;
    background-size: 80%
}

footer.ftshap:before {
    background: url(../images/shape/shape-2.png) left bottom no-repeat;
    width: 250px;
    height: 250px;
    bottom: 0;
    left: 0;
    background-size: 100%
}

.email-subs-form,
.hline {
    position: relative
}

.footer-row1 {
    background: #fffdf2;
    background: -moz-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
    background: linear-gradient(to bottom, #fffdf2 0, #ffeff5 100%);
    padding: 80px 0
}

.footer-row2 {
    background: #fff;
    padding: 50px 0 80px
}

.footer-row3 {
    padding: 13px 0;
    background: #11998e;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.email-subs h3 {
    margin-bottom: 10px
}

.hline {
    border-top: 1px solid #e2eaef;
    margin: 0
}

.email-subs-form form {
    align-items: center;
    justify-content: center;
    display: flex
}

.email-subs-form input {
    width: 100%;
    height: 65px;
    padding: 0 175px 0 30px;
    margin: 0;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8;
    box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8
}

.email-subs-form button {
    width: max-content;
    position: absolute;
    right: 5px;
    border-radius: 28px 100px 100px 28px;
    padding: 0 30px;
    line-height: 55px;
    box-shadow: none
}

.footer-row2 h5 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px
}

.footer-address-list li p {
    font-weight: 600;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    line-height: 25px
}

.footer-address-list li p span {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    font-family: open sans, sans-serif
}

.footer-address-list li>span {
    position: relative;
    top: 5px
}

.footer-address-list li {
    color: #6a6a8e;
    display: flex;
    padding: 0 0 5px
}

.footer-address-list li:last-child {
    padding: 0
}

.footer-address-list li a {
    color: #6a6a8e;
    font-family: open sans, sans-serif;
    font-size: 14px;
    line-height: 24px
}

.footer-address-list li i {
    margin: 0 15px 0 0;
    display: initial;
    font-size: 16px
}

.ftr-details li {
    padding: 0 0 15px
}

.footer-block {
    padding: 20px 0
}

.social-links {
    text-align: right
}

.bread-titlev2,
.breadcrumb-area,
.copyright {
    text-align: center
}

.social-links a {
    color: #6a6a8e;
    font-size: 25px;
    line-height: 1
}

.footer-social-media-icons a:hover {
    color: #ff1f8e !important
}

.copyright,
.footer- p a,
.link-hover a {
    color: #6a6a8e
}

.footer-social-media-icons a {
    color: #6a6a8e;
    font-size: 26px;
    border-radius: 4px;
    margin: 0 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px
}

.footer-social-media-icons {
    margin: 0 0 30px
}

.link-hover a {
    font-family: Poppins, sans-serif;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    z-index: 1
}

.link-hover a:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor
}

.link-hover a:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

.link-hover a:hover {
    color: #38ef7d !important
}

.breadcrumb-area {
    padding: 150px 0 90px;
    position: relative
}

.breadcrumb-areav2 {
    padding: 150px 0 100px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.breadcrumb-area:after,
.breadcrumb-area:before,
.breadcrumb-areav2:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0
}

.statistics-wrap {
    padding: 30px 0;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .05)
}

.breadcrumb-area:before,
.breadcrumb-areav2:before {
    opacity: .85;
    left: 0;
    z-index: 0;
    background: -moz-linear-gradient(-45deg, #ffdee9 0, #c8fff4 100%);
    background: -webkit-linear-gradient(-45deg, #ffdee9 0, #c8fff4 100%);
    background: linear-gradient(135deg, #ffdee9 0, #c8fff4 100%)
}

.breadcrumb-area:after {
    background: url(../images/banner/banner-shap-2.png) center right no-repeat;
    z-index: 1;
    background-size: contain
}

.breadcrumb-area ul li {
    display: block;
    display: inline-block
}

.breadcrumb-area .bread-menu li a {
    color: #6a6a8e;
    font-size: 16px;
    font-weight: 400;
    padding-right: 6px;
    display: inline-block
}

.breadcrumb-area .bread-menu li+li:before {
    font-size: 5px;
    font-family: 'font awesome 5 free';
    content: "\f111";
    font-weight: 700;
    margin: 0 10px 0 0;
    position: relative;
    top: -3px
}

.text-block {
    position: relative;
    z-index: 55
}

.bread-title h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    margin: 15px 0 0
}

.bread-inner p,
.otherinfo p {
    line-height: 28px
}

.bread-inner p {
    font-size: 16px
}

.block-1 p+p {
    margin: 25px 0 0
}

.block-1 .small {
    margin-top: 50px
}

.block-1 .statnumb {
    margin: 0
}

.why-choose {
    background: #f7fcff
}

.banner-4 {
    background: url(../images/banner/2.jpg) center center no-repeat;
    background-size: cover
}

.bg-gradient99 {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #eef4fd 100%);
    background: -webkit-linear-gradient(top, #fff 0, #eef4fd 100%);
    background: linear-gradient(to bottom, #fff 0, #eef4fd 100%)
}

.image-div {
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.info-text-block {
    padding: 20px 0 0
}

.info-text-block h4 {
    margin: 0 0 10px
}

.info-text-block h4 a {
    color: #050748
}

.full-image-card {
    margin-top: 60px
}

.otherinfo,
.social-media-profile {
    margin: 30px 0 0
}

.social-media-profile a {
    color: #6a6a8e;
    font-size: 22px;
    margin: 0 30px 0 0;
    display: inline-block;
    line-height: 34px
}

.social-media-profile a:hover {
    color: #ff1f8e
}

.bg-shape img {
    position: relative;
    z-index: 5
}

.bg-shape:after,
.bg-shape:before {
    content: '';
    position: absolute;
    height: 150px;
    width: 150px;
    z-index: 0
}

.bg-shape:after {
    background: url(../images/shape/shape-1.svg) no-repeat;
    background-size: auto;
    left: -55px;
    top: -55px
}

.bg-shape:before {
    background: url(../images/shape/shape-2.svg) no-repeat;
    background-size: auto;
    right: -55px;
    bottom: -55px
}

.key-points li:before,
.ul-check li:before {
    content: "\f00c"
}

.banner-3 {
    background: url(../images/banner/5.jpg) center center no-repeat;
    background-size: cover
}

.common-heading.pp h2 {
    margin-bottom: 0
}

.common-heading.pp {
    padding: 0;
    text-align: left
}

.common-heading.pp p {
    margin: 20px 0 0
}

.single-card-item {
    margin-top: 60px
}

.filter-menu {
    text-align: right
}

.filters .filter-menu.recent {
    list-style: none;
    padding: 0;
    bottom: 0;
    position: inherit;
    text-align: right;
    margin: 35px 0 0
}

.filters .filter-menu li {
    display: inline-block;
    padding: 20px;
    color: #333;
    cursor: pointer;
    background: #feeee3;
    -webkit-border-radius: 100px;
    border-radius: 40px 40px 40px 20px
}

.filters .filter-menu li.is-checked {
    background: #f95b94;
    color: #fff
}

.portfolio-meta ul li {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left;
    background: #fff;
    position: relative;
    padding: 15px 20px 15px 55px;
    border-bottom: 1px solid #ebebeb
}

.portfolio-meta ul li p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 28px;
    background: #fff;
    display: inline-block;
    color: #050748;
    font-weight: 600
}

.portfolio-meta ul li p span {
    font-family: open sans, sans-serif;
    display: block;
    margin-top: 2px;
    color: #6a6a8e;
    font-weight: 400
}

.btn-outline,
.cta-call a,
.tech-icons a,
.tech-icons li {
    display: inline-block
}

.portfolio-meta ul li i {
    position: absolute;
    left: 10px;
    color: #050748;
    font-size: 25px;
    top: 50%;
    margin-top: -12.5px
}

.pv-:hover .item-image img {
    transform: scale(1)
}

.h-scroll {
    width: 100%;
    padding: 50px 10px
}

.tech-icons img {
    width: 45px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translatey(-50%)
}

.tech-icons li {
    margin: 6px
}

.tech-icons a:hover {
    border: 4px solid #d9cbff
}

.tech-icons a {
    border: 4px solid #fff;
    position: relative;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.techonology-used- {
    text-align: center;
    background: #f9f9f9
}

.banner-2 {
    background: url(../images/banner/6.jpg) center center no-repeat;
    background-size: cover
}

.service .common-heading h2 {
    margin-bottom: 20px
}

.cta-area {
    position: relative;
    background: #e0f8ff;
    background: -moz-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
    background: -webkit-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
    background: linear-gradient(to bottom, #e0f8ff 0, #fff0e5 100%)
}

.btn-outline {
    border: 2px solid #000248;
    color: #050748;
    padding: 0 32px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    line-height: 52px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.btn-outline:hover {
    background: #ff1f8e;
    color: #fff;
    border: 2px solid #ff1f8e
}

.cta-call a,
.ps-block span {
    font-family: Poppins, sans-serif;
    color: #6a6a8e
}

.cta-call {
    margin: 30px 0 0
}

.cta-call i {
    margin: 0 5px 0 0
}

.cta-call a {
    font-size: 24px;
    padding: 0 0 0 10px
}

.cta-area .common-heading h2 {
    margin-bottom: 40px
}

.shape {
    position: absolute
}

.shape-a1 {
    bottom: -20px;
    left: 0
}

.shape-a2 {
    bottom: -30px;
    right: 0
}

.shape-a3 {
    top: 0;
    right: 0
}

.shape-a4 {
    top: -150px;
    right: 20%
}

.common-heading.ptag h2 {
    margin-bottom: 15px
}

.common-heading.ptag p {
    font-size: 16px;
    line-height: 28px
}

.ps-block span {
    font-size: 60px;
    border: 1px solid #e8e8e8;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    line-height: 100px;
    margin: 0 0 20px;
    border-radius: 68% 32% 64% 36%/59% 59% 41% 41%;
    background: #f5f5ff
}

.ps-block h3 {
    margin-bottom: 20px
}

.ps-block p {
    font-size: 16px;
    line-height: 28px
}

.ps-block {
    padding: 0 25px
}

.featured-project .isotope_item {
    margin-top: 60px
}

.featured-project {
    background: #f3fbff;
    background: -moz-linear-gradient(top, #f3fbff 0, #fffdf6 100%);
    background: -webkit-linear-gradient(top, #f3fbff 0, #fffdf6 100%);
    background: linear-gradient(to bottom, #f3fbff 0, #fffdf6 100%)
}

.maga-btn {
    text-align: center
}

.image-block1 img {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%
}

.image-block img {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    -webkit-border-radius: 8px
}

.s-block-content {
    margin: 0 0 0 20px
}

.key-points {
    display: block
}

.key-points li {
    padding: 8px 0 8px 35px;
    position: relative;
    line-height: 28px;
    font-size: .9rem
}

.key-points li:before {
    position: absolute;
    font-family: "font awesome 5 free";
    font-weight: 900;
    left: 0;
    top: 9px;
    background: #ffc627;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    color: #333
}

.item-image,
.pricing-table {
    position: relative
}

.blog-categories ul li a,
.blog-header .user-info,
.info-card span,
.link-prbs,
.pricing-table .title,
.tabs a {
    font-family: Poppins, sans-serif
}

.service-point-2 {
    display: flow-root
}

.service-point-2 li {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    padding: 4px 0;
    float: left;
    width: 50%
}

.s-card-icon-large {
    width: 150px
}

.s-block-content-large {
    margin: 0 0 0 20px;
    width: calc(100% - 150px)
}

.pricing-table {
    text-align: center;
    padding: 30px 30px 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff;
    box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff
}

.pricing-table img {
    background: #e9f8ff;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    padding: 10px;
    border: 8px solid #fbfbfb
}

.pricing-table .title {
    margin: 30px 0 10px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    display: block
}

.pricing-table .title-sub {
    margin: 0 0 30px
}

.pricing-table .inner-table h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ff1f8e;
    margin-bottom: 3px
}

.pricing-table .inner-table p.duration {
    color: #72729a;
    font-weight: 500;
    margin-bottom: 0
}

.pricing-table .inner-table .details {
    margin-top: 35px;
    padding-top: 28px;
    padding-bottom: 30px;
    line-height: 42px;
    border-top: 1px solid #e5e5e5
}

.pricing-table a {
    margin-bottom: -26px;
    display: inline-block
}

.pricing-table .inner-table .details ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.pricing-table.best-plan .inner-table h2 {
    color: #2a89ea
}

.pricing-table.best-plan img {
    background: #ccf0ff;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    padding: 10px;
    border: 8px solid #e9f8ff
}

.banner-5 {
    background: url(../images/banner/7.jpg) center center no-repeat;
    background-size: cover
}

.case-study1,
.case-study3 {
    overflow: hidden
}

.case-study .image-div {
    border-radius: 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.case-study2 {
    background: #fee
}

.image-div img {
    width: 100%
}

.case-study2 .s-block {
    text-align: center;
    background: #fff;
    padding: 50px 20px;
    margin: 5px 0;
    position: relative;
    border: 1px solid #d4f0ff;
    -webkit-box-shadow: -25px 25px 45px #f0dede, 25px -25px 45px #fff6f6;
    box-shadow: -25px 25px 45px #f0dede, 25px -25px 45px #fff6f6
}

.case-study1 .image-block img,
.case-study3 .image-block img {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    width: 100%
}

.info-card,
.pr-shadow {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.case-study4 {
    background: #fff
}

.project-platform {
    display: inline-flex
}

.project-platform-used a {
    display: flex;
    margin: 0 auto;
    align-items: center;
    height: 100%
}

.project-platform-used img {
    width: 40px;
    margin: 0 auto
}

.project-platform-used {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    text-align: center
}

.screen-splits {
    padding: 0 10px
}

.vrbloglist+.vrbloglist {
    margin-top: 60px
}

.entry-blog {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    margin: 5px 0 15px
}

.entry-blog a {
    color: #6a6a8e
}

.entry-blog a i {
    margin-right: 4px
}

.bypost,
.posted-on {
    margin-right: 10px
}

.category-blog {
    position: absolute;
    left: 0;
    bottom: 0
}

.category-blog a {
    display: inline-block;
    padding: 5px;
    background: #fe409c;
    color: #fff
}

.image-set {
    border-radius: 8px
}

.image-set img {
    width: 100%
}

.blog-header .user-image img {
    border-radius: 100%;
    width: 50px
}

.blog-header .user-info {
    margin: 0 0 0 20px
}

.postwatch {
    text-align: right
}

.ul-list {
    padding: 0 0 0 20px
}

.author-block,
.rd-quote {
    padding: 30px;
    position: relative
}

.ul-list li {
    font-size: 16px;
    line-height: 38px;
    list-style-type: circle
}

.rd-quote {
    border-left: 4px solid #fc4899;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    margin: 40px 0;
    background: #fafafb
}

.author-block {
    margin-top: 50px;
    border-top: 0;
    background: #fafafb;
    border-radius: 10px
}

.author-block .user-image img {
    width: 80px;
    border-radius: 100px
}

.comments-block h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px
}

.comments-block .user-info h5 span {
    font-size: 15px;
    text-align: right;
    float: right;
    color: #6a6a8e
}

.comments-block .user-info h5 {
    font-size: 20px;
    display: flow-root
}

.comments-block .user-info h5 a {
    display: inline-block;
    padding: 0 0 0 6px;
    color: #00b2ff
}

.comments-block .user-image img {
    width: 50px;
    border-radius: 100px
}

.replied {
    padding-left: 60px
}

.form-blog button {
    width: max-content
}

.comments-block .media+.media {
    margin-top: 60px
}

.form-blog {
    background: #fafafb;
    padding: 40px;
    border-radius: 8px
}

.offer-image {
    border-radius: 8px
}

.offer-image img {
    width: 100%
}

.recent-post .post-info p {
    font-size: 16px;
    line-height: 28px
}

.recent-post .post-image img {
    border-radius: 8px;
    width: 80px
}

.recent-post .post-image a {
    display: block
}

.recent-post .post-info h5 a {
    color: #050748
}

.recent-post .post-info h5 a:hover {
    color: #2196f3
}

.recent-post .post-info h5 {
    font-size: 16px;
    line-height: 26px
}

.post-info {
    margin: 0 0 0 20px
}

.widgets h3 {
    font-size: 20px
}

.recent-post .media+.media {
    margin-top: 20px
}

.tabs a {
    font-size: 15px;
    font-weight: 400;
    text-transform: lowercase;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 4px;
    border: 0;
    color: inherit;
    margin: 0 4px 8px 0;
    display: inline-block;
    background: #f6f5fa
}

.blog-categories ul li:first-child a {
    padding-top: 0
}

.blog-categories ul li a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #d3d3d3;
    text-decoration: none;
    color: #757589;
    position: relative
}

.blog-post-tag span,
.blog-share-icon span {
    font-weight: 700;
    color: #062a4d;
    display: block;
    margin-bottom: 17px;
    font-size: 18px
}

.blog-categories ul li span.categories-number {
    position: absolute;
    right: 0
}

.blog-categories ul li:first-child {
    border-top: 0 solid
}

.blog-share-icon a {
    color: #6a6a8e;
    font-size: 18px;
    margin-right: 22px
}

.blog-post-tag a {
    color: #6a6a8e;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #eaedff;
    border-image: initial;
    padding: 12px 24px;
    border-radius: 5px
}

.blog-share-icon a:last-child {
    margin-right: 0
}

.post-navigation span a {
    color: #6a6a8e;
    margin-bottom: 5px;
    display: block
}

.post-navigation h4 a {
    color: #050748
}

.banner-6 {
    background: url(../images/banner/4.jpg) center center no-repeat;
    background-size: cover
}

.info-card {
    padding: 30px;
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.contact-card {
    background: #efffec
}

.email-card {
    background: #efffec
}

.skype-card {
    background: #eafffd
}

.info-card span i {
    margin-right: 10px
}

.info-card span {
    font-size: 20px;
    font-weight: 700
}

.info-card p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 10px
}

.info-card a {
    font-size: 20px;
    color: inherit;
    font-weight: 600
}

.bglight {
    background: #fbfbfb
}

.list-ul li {
    padding: 0 0 12px 29px;
    position: relative;
    line-height: 22px;
    font-size: 16px
}

.list-ul li:before {
    font-family: "font awesome 5 free";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px
}

.error-block,
.layer-div {
    position: relative
}

.ul-circle li:before {
    content: "\f0a9"
}

.ul-numm li {
    list-style-type: decimal;
    padding: 0 0 12px 5px
}

.ul-abc li {
    list-style-type: upper-latin;
    padding: 0 0 12px 5px
}

.ul-liin {
    padding: 0 0 0 20px
}

.error {
    height: 100vh
}

.error-block {
    padding-top: 50px;
    z-index: 5
}

.error-block a {
    margin-top: 40px
}

.layer-div:before {
    background: url(../images/icons/404.svg) center center no-repeat;
    background-size: 70%;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 0
}

.reviews-block {
    background: #fafaff
}

.pr-shadow {
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.revbx-lr {
    font-size: 40px
}

.revbx-rl {
    text-align: right;
    display: block
}

.revbx-rl img {
    max-width: 130px
}

.reviews-card {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 25px;
    border-radius: 8px
}

.right-review-box p {
    color: #676767;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .4px;
    font-style: inherit
}

.review-text {
    padding: 30px 0;
    text-align: justify
}

.left-review-box h4 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    padding: 8px 0 0
}

.-client-details- {
    display: flex
}

.-reviewr {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    margin-right: 15px
}

.reviewer-text h4 {
    color: #333;
    padding: 5px 0 0;
    font-size: 16px;
    line-height: 24px
}

.reviewer-text p {
    font-size: 15px;
    line-height: 20px
}

.star-rate li {
    display: inline-block;
    margin: 0 2px
}

.star-rate {
    margin-top: 5px
}

.star-rate li a.chked {
    color: #ff711c
}

.star-rate li a {
    color: #6a6a8e
}

.fl-hero {
    background: url(../images/shape/hero-shape.svg) center center no-repeat, center center no-repeat #ffd6d6;
    background-size: cover, cover
}

.showin-mobile {
    display: none
}

.follow-label h6 {
    margin: 0 40px 0 0;
    position: relative
}

.follow-label h6:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -38px;
    width: 30px;
    height: 1px;
    background: #6a6a8e
}

.follow-label a {
    color: #6a6a8e;
    padding: 5px 10px;
    font-size: 20px
}

.counter-number {
    transform: translateZ(20px)
}

.hexagon {
    transform-style: preserve-3d;
    transform: perspective(1000px);
    text-align: center;
    min-width: 240px;
    height: auto;
    padding: 20px 30px;
    margin: 0 20px;
    background: #fff;
    border-radius: 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.hexa1 {
    border: 2px solid #ffc3fe
}

.hexa2 {
    border: 2px solid #ffe6ba
}

.hexa3 {
    border: 2px solid #addaff
}

.hexa4 {
    border: 2px solid #ffbaba
}

.counter-no span {
    font-size: 50px;
    font-weight: 700;
    color: #050748
}

.counter-no p {
    font-size: 20px;
    margin: 10px 0 0;
    font-weight: 500
}

.counter-no {
    display: inline-block
}

.freelance-service {
    background: #d4f0ff
}

.header-heading .title- {
    display: block;
    margin-bottom: 15px
}

.header-heading span {
    color: #e60072
}

.lead-hero {
    background: url(../images/hero/bg-gradient.jpg) center center no-repeat;
    background-size: cover
}

.follow-label {
    display: flex
}

.lead-gen-client .clients-logo {
    background: #fff;
    padding: 0 15px;
    max-height: 150px;
    min-height: 150px;
    margin: 0;
    border: 1px solid #d4f0ff;
    align-items: center;
    display: flex;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff
}

.-vid-ico,
.review-vid-details {
    align-items: center;
    padding: 10px
}

.itm-media-object .media .img-media {
    width: 65px;
    background: #d3f3ff;
    padding: 10px;
    border-radius: 8px
}

.itm-media-object .media-body {
    margin-left: 30px
}

.why-choos-lg {
    position: relative
}

.why-choos-lg:before {
    content: "";
    background: url(../images/shape/dot_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.itm-media-object h4 {
    text-align: left
}

.-cta-btn,
.badges-content,
.img-with-shape,
.rount-btn,
.triangle-play2 {
    text-align: center
}

.srvc-bg-nx {
    background: #fff;
    border-radius: 6px;
    margin: 0 10px;
    height: 240px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.about-sec-rpb {
    background: #fff8f2
}

.about-sec-rpb.pad-tb {
    padding-bottom: 200px
}

.badges-content p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 50px;
    margin-top: 10px
}

.common-heading.w-txt>span,
.w-txt h2 {
    color: #fff
}

.-service-list li:last-child {
    border-right: 0
}

.service-sec-list p {
    font-size: 15px;
    line-height: 24px;
    margin: 14px 0 0
}

.-service-list li a {
    font-size: 13px;
    color: #6a6a8e;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 700
}

.link-prb {
    display: block
}

.col-lg-6-cus {
    width: 40%
}

.col-lg-3-cus {
    width: 30%
}

.mt30- {
    margin-top: 20px
}

.text-w,
.text-w a,
.text-w h1,
.text-w h2,
.text-w h3,
.text-w h4,
.text-w h5,
.text-w h6 {
    color: #fff
}

.service-section-prb {
    position: relative;
    margin-top: -200px
}

.bg-shape-dez {
    position: relative
}

.bg-shape-dez:after,
.bg-shape-dez:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 50%;
    height: 50%;
    background: #007bff;
    background: -webkit-linear-gradient(left, #007bff 0, #ff1f8e 100%);
    background: linear-gradient(to right, #007bff 0, #ff1f8e 100%)
}

.ovr-bg1 .ovr-base:before,
.ovr-bg2 .ovr-base:before,
.video-review a:after {
    content: ""
}

.bg-shape-dez:after {
    top: -10px;
    right: -10px;
    border-radius: 0 8px 0 0
}

.bg-shape-dez:before {
    bottom: -10px;
    left: -10px;
    border-radius: 0 0 0 8px
}

.single-image img {
    position: relative;
    z-index: 5;
    border-radius: 8px
}

.srcl1 {
    background: #f3f5ff;
    border-bottom: 4px solid #b0bdff
}

.srcl2 {
    background: #fff3e6;
    border-bottom: 4px solid #ffc093
}

.srcl3 {
    background: #fbeefd;
    border-bottom: 4px solid #f6bcff
}

.srcl4 {
    background: #effdff;
    border-bottom: 4px solid #9ff3ff
}

.srcl5 {
    background: #fbfff1;
    border-bottom: 4px solid #ffdaa2
}

.service-sec-list p {
    display: none
}

.service-sec-list {
    padding: 52px 25px
}

.service-sec-brp {
    padding: 30px 25px
}

.service-sec-list img {
    -moz-transition: width .5s, height .5s;
    -webkit-transition: width .5s, height .5s;
    transition: width .5s, height .5s;
    height: 60px;
    width: 60px;
    margin-bottom: 10px
}

.service-sec-list:hover {
    padding: 25px
}

.service-sec-list:hover img {
    height: 0;
    width: 60px
}

.service-sec-list:hover p {
    display: block
}

.service-sec-list,
.service-sec-list:hover,
.service-sec-list:hover p {
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s
}

.-cta-btn {
    margin: 0 auto;
    display: inline-block;
    width: 100%
}

.-cta-btn p {
    font-size: 30px;
    color: #050748;
    margin: 0 30px 0 0
}

.-cta-btn p span {
    font-weight: 700
}

.free-cta-title {
    display: inline-flex
}

.key-block.shadow-box {
    padding: 15px;
    margin-bottom: 20px;
    border-top: 3px solid #a241bb;
    transition: all .3s ease-out 0s
}

.key-icon {
    margin-right: 15px;
    float: left
}

.clients-logos ul li p {
    font-size: 12px;
    padding-top: .5em;
    letter-spacing: 0;
    font-weight: 300;
    color: #959595
}

.clients-logos ul li {
    display: inline-block;
    padding: 30px 0 0
}

.brand-logo {
    max-width: 180px;
    margin: 0 auto;
    padding: 10px
}

.video-review {
    border-radius: 8px
}

.video-review a {
    position: relative;
    display: inline-block
}

.video-review a:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -moz-linear-gradient(top, #1e579900 0, #207cca00 70%, #00000000 100%);
    background: -webkit-linear-gradient(top, #1e579900 0, #207cca00 70%, #00000000 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0, rgba(32, 124, 202, 0) 70%, rgba(0, 0, 0, .5) 100%)
}

.review-vid-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10
}

.review-vid-details p {
    font-weight: 700;
    color: #fff;
    font-size: 20px
}

.-vid-ico {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    background: #fff;
    border-radius: 1000px;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
    outline: 0;
    position: relative
}

.triangle-play2 {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #ff2d8d;
    border-bottom: 7px solid transparent;
    margin: 0 auto
}

.rount-btn {
    width: 52px;
    height: 52px;
    padding: 0;
    font-size: 18px;
    border: 2px solid #dcdcdc
}

.review-ref {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.review-icons a {
    display: inline-block;
    padding: 0 20px
}

.bg-none {
    background: 0
}

.img-with-shape {
    position: relative
}

.dg-hero-img0 {
    border-radius: 8px;
    transform: translateZ(60px);
    position: relative;
    z-index: 9
}

.dg-hero-shp1a {
    top: 0;
    left: 0
}

.dg-hero-shp1 {
    top: -50px;
    left: 0
}

.dg-hero-shp2 {
    transform: translatez(80px);
    top: 40%;
    z-index: 999;
    left: 0;
    max-width: 120px
}

.dg-hero-shp3 {
    bottom: -80px;
    right: 0
}

.shape-dg-1 {
    position: absolute
}

.dark-main .-content-sec .title-hero-oth p,
.dark-main .footer-address-list li a,
.dark-main .post-social a,
.dark-main a,
.dark-main p {
    color: #a2a2a2
}

.dark-main .entry-blog-post a,
.dark-main .isotope_item h4 a,
.dark-main .link-reviewrr a,
.dark-main .review-vid-details p,
.dark-main .single-blog-info- h4 a,
.dark-main .statistics span,
.dark-main .title-hero-oth p,
.dark-main h1,
.dark-main h2,
.dark-main h3,
.dark-main h4,
.dark-main h5,
.dark-main h6 {
    color: #e6e6e6
}

.dark-main a.bg-btn,
.dark-main a.lnk {
    color: #fff
}

.dark-main input,
.dark-main textarea {
    box-shadow: none
}

.dark-main .s-block,
.dark-main .single-blog-post- {
    background: #1d1d1d;
    border: 1px solid #1d1d1d
}

.dark-main .post-social {
    border-top: 1px solid #2b2b2b
}

.dark-main .blog-content-tt {
    border: 0 solid #ececec
}

.f-weight .-cta-btn p span {
    font-weight: 900
}

p.video-lab-- {
    color: #6a6a8e
}

.mr25 {
    margin-right: 25px
}

.dg-bg2 {
    background-image: -moz-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%) !important;
    background-image: -webkit-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%) !important;
    background-image: linear-gradient(45deg, #ff0048 0, #ff3870 50%, #c300c3 100%) !important
}

.hero-digital-agency-1 p {
    color: #bdbfca
}

.hero-digital-agency-1 .header-heading h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 900
}

.-content-sec .triangle-play {
    border-left: 25px solid #fff
}

.-content-sec a.play-video:after {
    border: 6px solid #ff2d8d
}

.-content-sec a.play-video {
    background: #ff2d8d
}

.-content-sec .title-hero-oth p {
    font-size: 18px;
    color: #6a6a8e;
    margin: 0 0 0 20px;
    text-transform: capitalize
}

.-service-list li,
.common-heading-2>span,
.sctxt {
    text-transform: uppercase
}

.dg-btn {
    background-color: transparent;
    border: 1px solid #fff
}

.dg-bg {
    background-color: #202020
}

.dg-bg--1 {
    background-color: #111
}

.dg-bg--2 {
    background-color: #171717
}

.dg-clients-section .opl ul li {
    display: inline-block;
    padding: 30px 0 0
}

.dg-clients-section .opl ul li p {
    font-size: 12px;
    padding-top: .5em;
    letter-spacing: 0;
    font-weight: 300;
    color: #959595
}

.common-heading-2 h2,
.common-heading-2>span,
.hero-creative-agenc1 .header-heading h1 {
    font-weight: 900
}

.dg-testinomial-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    background: 0;
    width: 100px;
    margin: 0;
    height: 50px;
    padding: 25px 0 0
}

.full-video,
.ovr-bg2 .ovr-base:before {
    height: 100%;
    width: 100%;
    position: absolute
}

.quote-css {
    font-size: 45px;
    padding: 0 20px 0 0;
    color: #909090
}

.video-testimonial {
    display: flex
}

.dg-statistics-section .statistics span {
    font-size: 45px;
    font-weight: 900
}

.common-heading-2 {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10
}

.common-heading-2>span {
    color: #e60072;
    letter-spacing: .5px;
    font-size: 16px;
    margin: 0 0 15px;
    display: block
}

.itm-media-object .media img {
    width: 100%
}

.itm-media-object .media .img-ab- {
    background: #f5f5f5;
    border-radius: 8px;
    width: 65px;
    padding: 10px
}

.overlay-- .s-block {
    background: #222;
    border: 1px solid #222;
    padding: 30px
}

.ovr-bg1 .ovr-base:before {
    background: -webkit-linear-gradient(45deg, #ff0048 0, #ff3870 50%, #c300c3 100%);
    background: #e9ffe3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0
}

.nn-card-set,
.single-blog-img- {
    position: relative
}

.nn-card-set {
    z-index: 5
}

.ho-gdnt .s-block:hover:before {
    opacity: 1
}

.ho-gdnt .ovr-base:before {
    -webkit-transition: .8s cubic-bezier(.17, .85, .438, .99);
    -o-transition: .8s cubic-bezier(.17, .85, .438, .99);
    transition: .8s cubic-bezier(.17, .85, .438, .99)
}

.dg2-main .isotope_item h4 a,
.ho-gdnt .s-block:hover a,
.ho-gdnt .s-block:hover h4,
.ho-gdnt .s-block:hover p {
    color: #000
}

.up-hor:hover {
    transform: translateY(-7.5px)
}

.h-scl-:hover .h-scl-base {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.h-scl-:hover .h-scl-base img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.h-scl- .h-scl-base {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.bd-hor .bd-hor-base:after,
.h-scl- .h-scl-base,
.h-scl-base img,
.up-hor {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}

.itm-media-object h4 {
    margin-bottom: 10px
}

.single-blog-post- {
    border-radius: 8px;
    background: #fff
}

.single-blog-img- img {
    border-radius: 8px 8px 0 0
}

.entry-blog-post {
    border-radius: 100px;
    padding: 10px 15px;
    margin: 0 20px;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    justify-content: space-between;
    display: flex
}

.entry-blog-post a {
    color: #fff;
    font-size: 14px
}

.single-blog-info- h4 {
    margin-bottom: 18px
}

.link-reviewrr,
.post-social {
    margin: 30px 0 0
}

.single-blog-info- h4 a {
    color: #050748
}

.post-social {
    border-top: 1px solid #dadada;
    padding-top: 30px
}

.post-social a {
    color: #6a6a8e;
    display: inline-block;
    padding: 0 10px 0 0
}

.blog-content-tt {
    padding: 45px 25px 25px;
    border: 1px solid #ececec;
    border-top: 0;
    border-radius: 0 0 8px 8px
}

.link-reviewrr a {
    display: block;
    padding: 0 0 4px;
    color: #6a6a8e
}

.dark-footer,
.dark-footer .ff-social-icons a,
.dark-footer .footer-address-list li a,
.dark-footer .footer-address-list li p,
.dark-footer .footer-address-list li>span,
.dark-footer .footer-link-- li a {
    color: #a2a2a2
}

.dark-footer h5 {
    color: #e6e6e6
}

.dg2-main .footer-address-list li a,
.footer-copyrights- a {
    color: #bdbfca
}

.footer-link-- {
    text-align: right
}

.footer-link-- li {
    display: inline-block
}

.footer-link-- li a {
    color: #bdbfca;
    margin-left: 15px;
    font-size: 16px
}

.end-footer- {
    border-top: 1px solid rgba(237, 237, 237, .05);
    margin-top: 70px;
    padding: 35px 0
}

.ff-social-icons a {
    color: #fff;
    padding: 0 20px 0 0;
    font-size: 18px
}

.video-bg- {
    background: #000
}

.full-video {
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    opacity: .3
}

.email-subs-form .form-cta {
    align-items: center;
    justify-content: center;
    display: flex
}

.hero-creative-agenc1 {
    background-size: cover;
    background-position: center center
}

.ovr-bg2 .ovr-base:before {
    background: -webkit-linear-gradient(135deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: linear-gradient(135deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    top: 0;
    right: 0;
    left: 0;
    opacity: 0
}

.ag-dg1,
.ag-dg2 {
    min-width: 100%;
    position: relative
}

.sec-dark h2,
.sec-dark h4,
.sec-dark h5 {
    color: #fff
}

.sec-dark p {
    color: #bdbfca
}

.hero-creative-agenc2 .container {
    max-width: 1320px
}

.img-design {
    display: inline-flex;
    align-items: center
}

.ag-dg1 {
    z-index: 1;
    border-radius: 8px 8px 8px 100px;
    top: 0;
    left: 30px
}

.ag-dg2 {
    z-index: 0;
    border-radius: 8px 8px 100px;
    bottom: 0;
    right: 30px
}

.shpdzz {
    position: absolute
}

.shpdez1 {
    width: 90px;
    height: 90px;
    background: #ffc107;
    border-radius: 100px 100px 0;
    left: 0;
    bottom: 0
}

.shpdez2 {
    width: 140px;
    height: 140px;
    background: #00bcd4;
    border-radius: 0 100px 100px;
    left: 0;
    top: 0;
    z-index: 5
}

.shpdez3 {
    width: 40px;
    height: 40px;
    background: #4caf50;
    border-radius: 100px 0 100px 100px;
    left: 160px;
    top: 0
}

.dot-c1,
.shpdez4 {
    border-radius: 100px
}

.shpdez4 {
    width: 140px;
    height: 80px;
    background: #ff6c89;
    left: 130px;
    bottom: 0;
    z-index: 5
}

.img-block-ca2 .abt-ca2 {
    border-radius: 100px 0;
    position: relative;
    z-index: 5;
    width: 80%
}

.img-block-ca2 .dot-sp-ca2 {
    position: relative;
    z-index: 0
}

.div-portfolio- {
    background: #1d1d1d;
    padding: 60px;
    border-radius: 8px
}

.tcc1,
.tcc3,
.tcc6 {
    padding-left: 5px
}

.itm-tag {
    font-weight: 700;
    font-style: italic
}

.div-item-image img {
    border-radius: 8px;
    width: inherit !important;
    margin: 0 auto
}

.porto-slide .owl-dots {
    text-align: center;
    margin-top: 30px
}

.img-ca2set {
    max-height: 370px;
    border-radius: 8px
}

.aa a:hover {
    color: #ff1f8e !important
}

.bd-hor .bd-hor-base:hover:after {
    width: 100%
}

.bd-hor .bd-hor-base:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 4px;
    background: -webkit-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: linear-gradient(135deg, #9100ff 0, #3663ff 54%, #00e2ff 100%)
}

.dot-c1 {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 0
}

.dot-c1 img,
.tcc1 {
    border-radius: 100px
}

.dot-c1 img {
    width: 70px
}

.tcc1 {
    background: #ffc107;
    width: 130px;
    text-align: left
}

.tcc2 {
    background: #f44336;
    right: 0;
    width: 120px;
    text-align: right;
    padding-right: 5px;
    border-radius: 0 100px 100px 0
}

.tcc3 {
    background: #00bcd4;
    right: 120px;
    width: 130px;
    top: 200px;
    border-radius: 100px 8px 100px 100px;
    text-align: left
}

.tcc4,
.tcc5 {
    border-radius: 100px 100px 100px 8px;
    text-align: right;
    padding-right: 5px
}

.tcc4 {
    background: #ff6c89;
    left: 150px;
    top: 110px;
    width: 150px
}

.tcc5 {
    background: #4caf50;
    right: 0;
    bottom: 0;
    width: 130px
}

.tcc6 {
    background: #9c27b0;
    bottom: 0;
    left: 10%;
    width: 150px;
    text-align: left;
    border-radius: 100px 8px 100px 100px
}

.dot-c1.active {
    box-shadow: 6px 6px 0 rgb(255 255 255/.5)
}

.funfct,
.service-card-app {
    box-shadow: 0 11px 20px rgb(123 149 162/15%)
}

.instagram-post {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px
}

.minimal-portfolio {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.minimal-portfolio .dzname {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700
}

h3 a {
    color: #050748
}

.br-blog-post- {
    position: relative
}

.link-blog-post a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: #fff;
    color: #050748;
    font-weight: 600
}

.btn-flnc {
    align-items: flex-end;
    display: flex
}

.post-newsltr .owl-stage {
    padding-left: 0 !important
}

.bg-light-f7 {
    background: #f7f7f7
}

.img-hro img {
    border-radius: 8px
}

.mobile-app- {
    background-image: -moz-linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%);
    background-image: -webkit-linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%);
    background-image: linear-gradient(45deg, #4a0079 0, #4202b2 50%, #4400b1 100%)
}

.hero-heading-sec2 h1 {
    font-size: 55px;
    line-height: 67px;
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #af6dff 0, #ff448e 25%, #ff9d57 50%, #ff38d3 75%, #00ffdc 100%);
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent
}

.hero-heading-sec2>p {
    color: #fff000;
    font-size: 18px;
    margin: 40px 0
}

.wide-sblock {
    display: inline-flex;
    text-align: left;
    padding: 30px 20px
}

.funfct,
.item-info-div {
    position: relative;
    text-align: center
}

.img100w {
    max-width: 100% !important;
    width: auto !important
}

.funfct {
    line-height: 26px;
    padding: 30px;
    border-radius: 8px 8px 8px 40px;
    margin-top: 30px
}

.funfct p {
    font-weight: 600;
    color: #6a6a8e
}

.funfct img {
    width: 65px;
    margin: 0 auto 15px;
    display: block
}

.funfct .services-cuntr {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
    color: #050748;
    padding: 15px 0
}

.about-sec-app {
    background: url(../images/shape/bg-light2.png) center center repeat-x;
    background-size: contain
}

.service-section-app {
    background: url(../images/shape/wave-bg.png) center bottom repeat-x;
    background-size: contain;
    position: relative
}

.-service-list li:first-child {
    padding-left: 0
}

.-service-list li {
    list-style: none;
    padding: 0 8px;
    border-right: 1px solid #d4d4d4;
    display: inline-block
}

.link-prbs {
    display: block;
    color: #6a6a8e;
    font-size: 16px
}

.service-card-app,
.tcd {
    font-weight: 400;
    font-size: 14px
}

.tec-icon ul li .img-iconbb {
    display: inline-flex;
    border-radius: 100%;
    background: #f5f7ff;
    width: 60px;
    height: 60px;
    align-items: center
}

.tec-icon ul li img {
    width: 40px;
    margin: 0 auto
}

.tec-icon ul li {
    display: inline-block;
    margin: 0 10px 0 0
}

.service-card-app {
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 40px 8px
}

.servc-icon-sldr {
    display: flex
}

.clients-section-app {
    background: #4302ae
}

.item-info-div {
    background: #fff;
    padding: 15px;
    top: -40px;
    width: 95%;
    border-radius: 40px 8px 8px;
    margin: 0 auto
}

.item-info-div h4 {
    margin: 0
}

.industry-workfor {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 30px;
    display: flex;
    align-items: center
}

.hoshd:hover {
    box-shadow: 0 15px 39px -11px #46638e45;
    transform: translate(0, -5px)
}

.industry-workfor img {
    width: 55px
}

.shape-c1,
.shape-c2 {
    width: 200px;
    height: 200px
}

.industry-workfor h6 {
    margin: 0 0 0 15px
}

.tcd {
    display: block;
    background: #fff;
    box-shadow: 0 11px 20px rgb(123 149 162/15%);
    padding: 60px 30px;
    border-radius: 40px 8px 8px
}

.posiqut {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 60px;
    color: #00f2a6
}

.pl50 {
    padding-left: 50px !important
}

.tcd .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 15px
}

.landscp,
.main-shop-catte,
.sctxt,
.shop-tags-list {
    text-align: center
}

.app-cta {
    background: #4301b2;
    position: relative
}

.shape-c1,
.shape-c2,
.shape-c3 {
    background: 0
}

.shape-c1 {
    border-radius: 100px;
    border: 6px solid #f8d873
}

.shape-c2 {
    border-radius: 100px 100px 100px 30px;
    border: 6px solid #00f2a6;
    right: -20px;
    top: -70px
}

.shape-c3 {
    width: 100px;
    height: 100px;
    border-radius: 100px 100px 100px 30px;
    border: 6px solid #fff;
    right: 90px;
    bottom: -20px
}

.apppg .brand-logo,
.info-text-div {
    background: #fff;
    border-radius: 8px
}

.bottom-curvs,
.sctxt,
.up-curvs {
    position: absolute;
    right: 0;
    left: 0
}

.apppg .brand-logo {
    max-width: 180px;
    margin: 0 auto;
    padding: 10px
}

.apppg li p {
    color: #fff;
    margin: 10px 0 0
}

.info-text-div {
    padding: 20px;
    box-shadow: 0 20px 30px -20px rgb(0 21 167/20%);
    border-bottom: 5px solid #b0bdff
}

.landscp {
    background: #fbfbfb
}

.sctxt {
    font-size: 90px;
    top: 0;
    font-weight: 900;
    -webkit-text-stroke: 1px #e8e8e8;
    -webkit-text-fill-color: #fff
}

.text-animation,
.text-effect-1,
.text-effect-2,
.text-effect-3 {
    -webkit-text-fill-color: transparent
}

.business-startup {
    background: url(../images/hero/wave-hero.svg) center top no-repeat
}

.bg-light-ylo {
    background: #e9f5ff
}

.up-curvs {
    top: -50px
}

.bottom-curvs {
    bottom: -50px
}

.bg-flat5 {
    background: #fff9f1
}

.bg-flat6 {
    background: #fff3f3
}

.login-form-div {
    max-width: 460px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px
}

.login-page {
    background: url(../images/shape/bg-rectangles-.png), #101010;
    display: flex;
    height: 100vh
}

.fb-btn {
    line-height: 46px;
    background-color: #3b5998 !important
}

.google-btn {
    line-height: 46px;
    background-color: #e94235 !important
}

.closes {
    right: 8px;
    font-size: 35px;
    font-weight: 700;
    top: -2px;
    color: #d6d6d6;
    border: 0;
    background: 0
}

.main-shop-catte a,
.shop-tags-list li a {
    display: inline-block;
    font-size: 14px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 225, .08);
    text-transform: capitalize
}

.popup-modals .modal-dialog {
    max-width: 600px
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px
}

@media(min-width:1200px) {
    .shop-container {
        max-width: 1110px !important
    }
}

.shop-tags-list li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 2px;
    margin-left: 2px
}

.shop-tags-list li a {
    background-color: #fff;
    border: 1px solid #f2effc;
    color: #050748;
    padding: 12px 16px;
    border-radius: 30px;
    font-weight: 500
}

.shop-tags-list li a.active {
    background-color: #436ad6;
    color: #fff
}

.shop-tags-list li a span {
    display: inline-block;
    margin: 0 0 0 4px
}

.rpb-shop-items-dv,
.rpb-shop-items-dv a {
    margin: 0;
    padding: 0
}

.main-shop-catte a {
    background-color: #e2e2ef;
    border: 1px solid #f2effc;
    color: #050748;
    padding: 18px;
    border-radius: 30px;
    font-weight: 600
}

.main-shop-catte a.active {
    background-color: #436ad6;
    color: #fff
}

.shop-products-bhv {
    background: #fafafa
}

.rpb-shop-items-dv {
    border: 0;
    text-align: inherit
}

.badges,
.pagi1 a,
.pagination {
    text-align: center
}

.rpb-shop-items-tittl h3 {
    font-size: 16px;
    line-height: 1
}

.rpb-shop-items-tittl h3 a {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px
}

.rpb-shop-items-tittl p.tags-itmm {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    color: #6a6a8e
}

.rpb-shop-items-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.rpb-itm-pric span.regular-prz {
    font-size: 20px;
    font-weight: 100;
    color: #6a6a8e;
    text-decoration: line-through;
    margin: 0 0 0 6px
}

.hc-offcanvas-nav li .custom-message a:hover,
.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none
}

.rpb-itm-pric span.offer-prz {
    font-size: 20px;
    font-weight: 700;
    color: #050748
}

.rpb-tim-rate ul li a {
    margin: 0;
    padding: 0;
    font-size: 13px
}

.rpb-tim-rate ul li {
    margin: 0
}

.rpb-tim-rate {
    margin-top: 5px
}

.rpb-itm-sale {
    margin-top: 10px;
    display: block;
    font-size: 14px
}

.rpb-shop-inf-rr {
    align-items: flex-end;
    display: flex
}

.rpb-shop-inf-rr a.rpb-shop-prev {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #f2effc;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 225, .08);
    color: #050748;
    padding: 12px 16px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize
}

.pagination {
    display: -ms-flexbox;
    display: flow-root;
    list-style: none;
    border-radius: .25rem;
    margin: 60px 0 0
}

.pagination a {
    display: inline-block;
    padding: 10px 18px;
    color: #222
}

.pagi1 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0
}

.pagi1 a.is-active {
    background-color: #436ad6;
    border-radius: 100%;
    color: #fff
}

.rpb-shop-prevw {
    margin-bottom: 40px;
    background-color: #f6f6f7;
    padding: 20px
}

.tab-17 .nav-tabs {
    background: #f6f6f7;
    padding: 0 15px
}

.tab-17.tabs-layout .nav-tabs .nav-link.active {
    color: #6a6a8e;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #ff358d
}

.tab-17.tabs-layout .nav-tabs .nav-link {
    border: 0 solid transparent;
    color: #6a6a8e;
    background-color: transparent;
    border-radius: 0;
    padding: 15px;
    border-bottom: 2px solid #f6f6f7
}

.badges {
    display: inline-block;
    padding: .25em .4em;
    font-size: 50%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.rpb-item-review .reviews-card {
    position: relative;
    z-index: 9;
    background: #f6f6f7;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px
}

.rpb-item-infodv {
    margin-bottom: 40px;
    background-color: #f6f6f7;
    padding: 20px
}

.btn-grp a,
.tabs-layout .nav-tabs .nav-item+.nav-item {
    margin: 0 10px
}

.nx-rt {
    float: right;
    font-size: 15px;
    width: 60%;
    text-align: right
}

.rpb-item-infodv ul li strong {
    color: #050748;
    font-size: 15px;
    float: left;
    width: 40%
}

.rpb-item-infodv ul li+li {
    border-top: 1px solid #e0e0e0
}

.rpb-item-infodv ul li {
    padding: 15px 0;
    display: flow-root
}

.div-for-data {
    border: 1px solid #e0e0e0;
    margin: 0;
    text-align: left;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    border-collapse: separate
}

.rpb-cart-table table.cart_table th {
    padding: 15px 20px;
    color: #050748;
    font-size: 17px
}

.rpb-cart-table table.cart_table td {
    border-top: 1px solid #e0e0e0;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #050748
}

.rpb-cart-table table .product-thumbnail img {
    width: 60px
}

.rpb-cart-table table .product-name a {
    color: #050748
}

.rpb-cart-table a.remove {
    display: block;
    font-size: 24px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    background: #efefef
}

.update-cart {
    text-align: right
}

.cart-pg-coupon input {
    width: 180px;
    height: 45px;
    padding: 0 10px;
    margin: 0;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

button.smllbtnn {
    line-height: 45px;
    color: #fff;
    border-radius: 8px;
    padding: 0 20px;
    border: 0
}

.cart-extra-sevc {
    padding: 20px
}

.post-info h5 a {
    color: #050748;
    font-size: 16px
}

.mt5 {
    margin-top: 5px
}

table {
    color: #050748
}

table.border {
    border-radius: 8px
}

.btn-small {
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 35px
}

.media+.media {
    margin-top: 20px
}

.map-div iframe {
    width: 100%;
    height: 200px;
    border: 0
}

.contact2dv {
    background: #e7fbff;
    padding: 30px
}

.info-wrapr .dbox p span {
    color: #6a6a8e;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 700
}

.companytime p,
.dropcap,
.typewriter-text {
    text-transform: uppercase
}

.info-wrapr .dbox {
    width: 100%;
    color: #6a6a8e;
    margin-bottom: 25px
}

.info-wrapr .icon i {
    font-size: 25px
}

.info-wrapr .text a {
    color: #6a6a8e
}

.addtocart,
.single-blog- .content .title a {
    color: #050748
}

.pr30 {
    padding-right: 30px
}

.pl30 {
    padding-left: 30px
}

.addtocart {
    width: 20px;
    height: 20px;
    background: #fafafa;
    display: block;
    position: absolute;
    top: 1px;
    right: -6px;
    line-height: 20px;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgb(93 0 39/44%);
    font-size: 14px;
    font-weight: 700
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ced4da;
    box-shadow: none
}

.dropcap {
    float: left;
    font-size: 45px;
    line-height: 1;
    padding-right: 10px
}

.list-style- {
    padding: 0 0 0 20px;
    text-align: left
}

.badge-warning,
.icon-card-,
.img-ctr {
    text-align: center
}

.list-style- li {
    line-height: 32px;
    list-style-type: circle
}

.img-ctr {
    display: block
}

.footer-link-v2 li {
    display: inline-flex;
    padding: 0 15px
}

.footer-badges- {
    display: flex;
    justify-content: space-between
}

.footer-badges- li {
    display: inline-block
}

.footer-badges- li a img {
    width: 150px
}

.footer-brands {
    background: #f8f9fa;
    padding: 30px 0
}

.single-blog- img {
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 8px
}

.single-blog- .post-meta i {
    margin: 0 5px 0 0
}

.single-blog- .post-meta {
    font-size: 13px
}

.single-blog- .content .title {
    line-height: 20px;
    font-size: 15px
}

.single-blog- .content .title a:hover {
    color: #ff1f8e
}

.post-thumb {
    margin-right: 15px
}

.single-blog- {
    display: inline-flex
}

.onloadpage,
.onloadpage .pre-text- span {
    display: block
}

.footer-blog- .single-blog-:last-child {
    margin-top: 20px
}

.icon-card- {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px
}

.icon-card- img {
    width: 60px
}

.icon-card- h4 {
    margin: 20px 0
}

.onloadpage {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff
}

.mob-nav2 li,
body.hc-nav-open {
    position: relative
}

.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%)
}

.onloadpage .pre-text- {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    width: 30%;
    margin: 0 auto
}

.logo-pre {
    background: linear-gradient(to bottom, #fffce9 0, #ffe1ec 100%);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 0 0 rgb(0 0 0/0);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
    }

    70% {
        box-shadow: 0 0 0 30px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.tilt-3d .base {
    transform-style: preserve-3d;
    transform: perspective(1000px)
}

.tilt-3d .layer {
    transform: translateZ(20px)
}

.shdo {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.-shadow {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff
}

a.disabled {
    cursor: default;
    opacity: .4
}

h1 {
    font-size: 45px;
    line-height: 57px
}

h2 {
    font-size: 40px;
    line-height: 52px
}

h3 {
    font-size: 34px;
    line-height: 46px
}

h4 {
    font-size: 22px;
    line-height: 32px
}

h5 {
    font-size: 20px;
    line-height: 30px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: .9rem;
    line-height: 28px
}

.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px
}

.pr--100 {
    padding-right: 100px
}

.pl--100 {
    padding-left: 100px
}

.pl--50 {
    padding-left: 50px
}

.pr--50 {
    padding-right: 50px
}

.mr15 {
    margin-right: 15px
}

html .pl5 {
    padding-left: 5px !important
}

html .pt0 {
    padding-top: 0
}

html .pm0 {
    padding-bottom: 0
}

html .mt0 {
    margin-top: 0
}

html .mb0 {
    margin-bottom: 0
}

html .mt10 {
    margin-top: 10px
}

html .ml10 {
    margin-left: 10px
}

html .mt20 {
    margin-top: 20px
}

html .mt30 {
    margin-top: 30px
}

html .mt40 {
    margin-top: 40px
}

html .mt50 {
    margin-top: 50px
}

html .mt60 {
    margin-top: 60px
}

html .mt70 {
    margin-top: 70px
}

html .mt80 {
    margin-top: 80px
}

html .mt90 {
    margin-top: 90px
}

html .mt100 {
    margin-top: 100px
}

html .mb10 {
    margin-bottom: 10px
}

html .mb20 {
    margin-bottom: 20px
}

html .mb25 {
    margin-bottom: 25px
}

html .mb30 {
    margin-bottom: 30px
}

html .mb40 {
    margin-bottom: 40px
}

html .mb50 {
    margin-bottom: 50px
}

html .mb60 {
    margin-bottom: 60px
}

html .mb70 {
    margin-bottom: 70px
}

html .mb80 {
    margin-bottom: 80px
}

html .mb90 {
    margin-bottom: 90px
}

html .mb100 {
    margin-bottom: 100px
}

html .m0 {
    margin: 0 !important
}

html .p0 {
    padding: 0 !important
}

html .pt10 {
    padding-top: 10px
}

html .pt20 {
    padding-top: 20px
}

html .pt30 {
    padding-top: 30px
}

html .pt40 {
    padding-top: 40px
}

html .pt50 {
    padding-top: 50px
}

html .pt60 {
    padding-top: 60px
}

html .pt70 {
    padding-top: 70px
}

html .pt80 {
    padding-top: 80px
}

html .pt90 {
    padding-top: 90px
}

html .pt100 {
    padding-top: 100px
}

html .pt110 {
    padding-top: 110px
}

html .pt120 {
    padding-top: 120px
}

html .pt130 {
    padding-top: 130px
}

html .pt140 {
    padding-top: 140px
}

html .pb10 {
    padding-bottom: 10px
}

html .pb20 {
    padding-bottom: 20px
}

html .pb30 {
    padding-bottom: 30px
}

html .pb40 {
    padding-bottom: 40px
}

html .pb50 {
    padding-bottom: 50px
}

html .pb60 {
    padding-bottom: 60px
}

html .pb70 {
    padding-bottom: 70px
}

html .pb80 {
    padding-bottom: 80px
}

html .pb90 {
    padding-bottom: 90px
}

html .pb100 {
    padding-bottom: 100px
}

html .pb110 {
    padding-bottom: 110px
}

html .pb120 {
    padding-bottom: 120px
}

html .pb130 {
    padding-bottom: 130px
}

html .pb140 {
    padding-bottom: 140px
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
    display: inline
}

.xhighlight {
    display: block;
    color: #ff2c8e
}

.pl25 {
    padding-left: 25px !important
}

.pr25 {
    padding-right: 25px !important
}

.text-effect-1 {
    background-image: -moz-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%);
    background-image: -webkit-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%);
    background-image: linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text
}

.text-effect-2 {
    background: #fc00c7;
    background-image: -moz-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background-image: -webkit-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background-image: linear-gradient(135deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text
}

.bg-btn {
    background: #11998e;
    background: -moz-linear-gradient(left, #11998e 0, #38ef7d 100%);
    background: -webkit-linear-gradient(left, #11998e 0, #38ef7d 100%);
    background: linear-gradient(to right, #11998e 0, #38ef7d 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
    border: 3px solid #fff;
}

.bg-btn2 {
    background: #f92c8b;
    background: -moz-linear-gradient(left, #f92c8b 0, #b02cd6 100%);
    background: -webkit-linear-gradient(left, #f92c8b 0, #b02cd6 100%);
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 202, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 202, .2)
}

.bg-btn3,
.bg-btn5 {
    -webkit-box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2)
}

.bg-btn3 {
    background: #38ef7d;
    background: -moz-linear-gradient(left, #38ef7d 0, #11998e 100%);
    background: -webkit-linear-gradient(left, #38ef7d 0, #11998e 100%);
    background: linear-gradient(to right, #38ef7d 0, #11998e 100%);
    box-shadow: 0 10px 15px 0 rgba(56, 0, 189, 0.2);
    border: solid 3px #fff;
}

.bg-btn4 {
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff
}

.bg-btn5 {
    background: #ff0048;
    background-image: -webkit-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%);
    background-image: linear-gradient(45deg, #ff0048 0, #ff3870 50%, #c300c3 100%);
    box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2)
}

.bg-btn6 {
    background: #fc00c7;
    background: -moz-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: -webkit-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: linear-gradient(135deg, #fc00c7 0, #1c4efd 54%, #00aded 100%)
}

.bg-btn7 {
    background: #fc00c7;
    background: -moz-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: -webkit-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: linear-gradient(135deg, #9100ff 0, #3663ff 54%, #00e2ff 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2);
    box-shadow: 0 10px 15px 0 rgb(0 49 189/.2)
}

.hover-scale img {
    transform: scale(1)
}

.hover-scale:hover img {
    transform: scale(1.05)
}

.text-animation {
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: hue 6s infinite linear
}

.bg-a {
    background-image: linear-gradient(to right, #ff1f8e 0, #ffbd84 36%, #ffbd84 65%, #ff1f8e 100%)
}

.bg-b {
    background-image: linear-gradient(to right, #673ab7 0, #e91e63 36%, #e91e63 65%, #673ab7 100%)
}

@keyframes slideIn {
    100% {
        transform: translateY(0);
        opacity: 1
    }

    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }
}

@keyframes hue {
    from {
        background-position: 0 0
    }

    to {
        background-position: 2000px 0
    }
}

@keyframes arrowanim {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(8px, 0)
    }
}

@-webkit-keyframes arrowanim {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(8px, 0)
    }
}

@keyframes updonanim {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 8px)
    }
}

@-webkit-keyframes updonanim {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 8px)
    }
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.custom-nav .menu-dorpdown,
.custom-nav .menu-dorpdown .sub-menu-section {
    border-radius: 0 0 20px 20px
}

.lead-intro- img {
    animation: 3s infinite updonanim;
    -webkit-animation: 3s infinite updonanim
}

.bg-gradient {
    background: #c7ecff;
    background: -moz-linear-gradient(top, #c7ecff 0, #f9efff 100%);
    background: -webkit-linear-gradient(top, #c7ecff 0, #f9efff 100%);
    background: linear-gradient(to bottom, #c7ecff 0, #f9efff 100%)
}

.bg-gradient1 {
    background: #ffe2e2;
    background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: linear-gradient(to bottom, #ffe2e2 0, #fff9f4 100%)
}

.bg-gradient2 {
    background: #fdffed;
    background: -moz-linear-gradient(top, #fdffed 0, #effff8 100%);
    background: -webkit-linear-gradient(top, #fdffed 0, #effff8 100%);
    background: linear-gradient(to bottom, #fdffed 0, #effff8 100%)
}

.bg-gradient3 {
    background: #e2f3ff;
    background: -moz-linear-gradient(top, #e2f3ff 0, #fffbef 100%);
    background: -webkit-linear-gradient(top, #e2f3ff 0, #fffbef 100%);
    background: linear-gradient(to bottom, #e2f3ff 0, #fffbef 100%)
}

.bg-gradient4 {
    background: #c1eeff;
    background: -moz-linear-gradient(top, #c1eeff 0, #f5faff 100%);
    background: -webkit-linear-gradient(top, #c1eeff 0, #f5faff 100%);
    background: linear-gradient(to bottom, #c1eeff 0, #f5faff 100%)
}

.bg-gradient5 {
    background: #fff6f3;
    background: -moz-linear-gradient(top, #fff6f3 0, #fffefb 100%);
    background: -webkit-linear-gradient(top, #fff6f3 0, #fffefb 100%);
    background: linear-gradient(to bottom, #fff6f3 0, #fffefb 100%)
}

.bg-gradient6 {
    background: #e8fffc;
    background: -moz-linear-gradient(top, #e8fffc 0, #fff4f4 100%);
    background: -webkit-linear-gradient(top, #e8fffc 0, #fff4f4 100%);
    background: linear-gradient(to bottom, #e8fffc 0, #fff4f4 100%)
}

.bg-gradient7 {
    background: #ffe2e2;
    background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: linear-gradient(to bottom, #ffe2e2 0, #fff9f4 100%)
}

.bg-gradient8 {
    background: #fff8fb;
    background: -moz-linear-gradient(top, #fff8fb 0, #d0fcf6 100%);
    background: -webkit-linear-gradient(top, #fff8fb 0, #d0fcf6 100%);
    background: linear-gradient(to bottom, #fff8fb 0, #d0fcf6 100%)
}

.bg-gradient9 {
    background: #e5ffee;
    background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: linear-gradient(to bottom, #e5ffee 0, #e2f6ff 100%)
}

.bg-gradient10 {
    background: #e4fffe;
    background: -moz-linear-gradient(top, #e4fffe 0, #ffedf3 100%);
    background: -webkit-linear-gradient(top, #e4fffe 0, #ffedf3 100%);
    background: linear-gradient(to bottom, #e4fffe 0, #ffedf3 100%)
}

.bg-gradient11 {
    background: #ff1f8e;
    background: -moz-linear-gradient(left, #ff1f8e 0, #007bff 100%);
    background: -webkit-linear-gradient(left, #ff1f8e 0, #007bff 100%);
    background: linear-gradient(to right, #ff1f8e 0, #007bff 100%)
}

.bg-gradient12 {
    background: #3f36b9;
    background: -moz-linear-gradient(left, #552ecd 0, #13137a 100%);
    background: -webkit-linear-gradient(left, #552ecd 0, #13137a 100%);
    background: linear-gradient(to right, #552ecd 0, #13137a 100%)
}

.bg-gradient13 {
    background: #9c27b0;
    background: -moz-linear-gradient(left, #9c27b0 0, #673ab7 100%);
    background: -webkit-linear-gradient(left, #9c27b0 0, #673ab7 100%);
    background: linear-gradient(to right, #9c27b0 0, #673ab7 100%)
}

.bg-gradient14 {
    background: #ff2d8d;
    background: -moz-linear-gradient(top, #ff2d8d 0, #653db9 100%);
    background: -webkit-linear-gradient(top, #ff2d8d 0, #653db9 100%);
    background: linear-gradient(to bottom, #ff2d8d 0, #653db9 100%)
}

.bg-gradient15 {
    background: #fffdf2;
    background: -moz-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
    background: linear-gradient(to bottom, #fffdf2 0, #ffeff5 100%)
}

.bg-gradient16 {
    background-image: -moz-linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%);
    background-image: -webkit-linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%);
    background-image: linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%)
}

.bg-flat1 {
    background: #f5f5f5
}

.classic-bg1 {
    background: #fffef9
}

.classic-bg2 {
    background: #f3fffe
}

.classic-bg3 {
    background: #fef9ff
}

.classic-bg4 {
    background: #3f36b9
}

.classic-bg5 {
    background: #fffef4
}

.mobile-menu2 {
    display: none
}

.mobile-menu2 .navm- {
    margin: 0 0 0 10px
}

.mob-nav2 {
    display: flex
}

html.hc-nav-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    overflow: visible;
    width: 100%;
    min-height: 100%
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999999
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.hc-offcanvas-nav .nav-content {
    height: 100%
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed
}

.hc-offcanvas-nav input[type=checkbox] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box
}

.hc-offcanvas-nav .nav-wrapper:after,
.hc-offcanvas-nav.disable-body:after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-offcanvas-nav .sub-level-open:after,
.hc-offcanvas-nav.disable-body.nav-open:after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper:after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease
}

.hc-offcanvas-nav.nav-position-left,
.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-right,
.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-top {
    top: 0
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-open[class*=hc-nav-] div.nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-offcanvas-nav.rtl li {
    text-align: right
}

.hc-offcanvas-nav.rtl .nav-back span,
.hc-offcanvas-nav.rtl .nav-close span,
.hc-offcanvas-nav.rtl .nav-next span {
    left: 0;
    right: unset
}

.hc-nav-trigger {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    z-index: 9980;
    width: 30px;
    min-height: 48px
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.main-header.sticky .hc-nav-trigger span,
.main-header.sticky .hc-nav-trigger span:after,
.main-header.sticky .hc-nav-trigger span:before {
    background: #050748
}

.hc-nav-trigger span,
.hc-nav-trigger span:after,
.hc-nav-trigger span:before {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #050748;
    transition: all .2s ease
}

#main-nav,
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none
}

.nav-bg-b .hc-nav-trigger span,
.nav-bg-b .hc-nav-trigger span:after,
.nav-bg-b .hc-nav-trigger span:before {
    background: #fff
}

.hc-nav-trigger span:after,
.hc-nav-trigger span:before {
    content: '';
    width: 100%
}

.hc-nav-trigger span:before {
    top: -10px
}

.hc-nav-trigger span:after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: 0 0 !important;
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span:before {
    transform: translate3d(0, 9px, 0)
}

.hc-nav-trigger.toggle-open span:after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-offcanvas-nav .nav-wrapper:after,
.hc-offcanvas-nav:after {
    background: rgba(0, 0, 0, .5)
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #101010
}

.hc-offcanvas-nav h2 {
    font-size: 22px;
    text-align: left;
    padding: 10px 17px;
    color: #101010 !important;
    background: #fff;
    font-weight: 400;
    line-height: 36px
}

.hc-offcanvas-nav .nav-item {
    padding: 14px 17px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: 0 0;
    border-bottom: 0 solid #fff
}

.hc-offcanvas-nav .nav-back:focus,
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-item:focus,
.hc-offcanvas-nav .nav-item:focus-within,
.hc-offcanvas-nav .nav-next:focus {
    z-index: 10
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative
}

.hc-offcanvas-nav .nav-highlight {
    background: #2e6296
}

.hc-offcanvas-nav li:not(.custom-content) a {
    padding: 14px 15px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: 0 0;
    border-bottom: 0 solid #2c5d8f
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    color: rgba(255, 255, 255, .5)
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #101010
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
    border-top: 1px solid #2c5d8f;
    margin-top: -1px
}

.hc-offcanvas-nav li {
    text-align: left
}

.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav li.nav-close a {
    background: #fff;
    color: #101010
}

.hc-offcanvas-nav li.nav-back a:hover,
.hc-offcanvas-nav li.nav-close a:hover {
    background: #fff
}

.hc-offcanvas-nav li.nav-back:not(:first-child) a,
.hc-offcanvas-nav li.nav-close:not(:first-child) a {
    margin-top: -1px
}

.hc-offcanvas-nav li.nav-parent .nav-item:last-child {
    padding-right: 35px
}

.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child) {
    margin-right: 44px
}

.hc-offcanvas-nav li.nav-back span,
.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent .nav-next {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease
}

.hc-offcanvas-nav li.nav-close span:after,
.hc-offcanvas-nav li.nav-close span:before {
    content: '';
    position: absolute;
    top: 46%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    border-top: 2px solid #101010;
    border-left: 2px solid #101010
}

.hc-offcanvas-nav li.nav-close span:before {
    margin-left: -11px;
    transform: rotate(135deg)
}

.hc-offcanvas-nav li.nav-close span:after {
    transform: rotate(-45deg)
}

.hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #2c5d8f
}

.hc-offcanvas-nav .nav-next span:before,
.hc-offcanvas-nav li.nav-back span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center
}

.hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.hc-offcanvas-nav .nav-next span:before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav li.nav-back span:before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-right .nav-next span:before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-right li.nav-back span:before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-top .nav-next span:before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span:before,
.hc-offcanvas-nav.nav-position-top li.nav-back span:before {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: 0;
    margin-right: -2px
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span:before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: 0
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a:hover {
    background: #101010
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a {
    border-bottom: 0 solid #fff
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>.nav-next span:before,
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a>.nav-next span:before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>.nav-next span:before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a>.nav-next span:before {
    margin-top: 2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next span:before,
.hc-offcanvas-nav.nav-levels-none .nav-container .nav-next span:before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.rtl a.nav-next {
    border-left: 0;
    border-right: 0 solid #fff
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item {
    padding-right: 17px;
    padding-left: 58px
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    padding-bottom: 41px
}

.hc-offcanvas-nav a {
    font-size: 16px
}

.hc-offcanvas-nav li .custom-message {
    font-size: 12px
}

.hc-offcanvas-nav li .custom-message a {
    color: #fff;
    font-size: 13px
}

.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav,
.hc-offcanvas-nav.nav-position-top ul.bottom-nav {
    position: relative;
    border-top: 0
}

.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0>.nav-content,
.hc-offcanvas-nav.nav-position-top .nav-wrapper-0>.nav-content {
    padding-bottom: 0
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 0 solid #101010;
    background: #101010
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 10px;
    text-align: center;
    height: 100%;
    border-bottom: 0
}

.hc-offcanvas-nav ul.bottom-nav li svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle
}

.hc-offcanvas-nav ul.bottom-nav li.prb svg {
    width: 18px;
    height: 18px
}

.hc-offcanvas-nav.close-no-label:not(.rtl) .nav-title {
    padding-right: 60px
}

.hc-offcanvas-nav.close-no-label .nav-title+ul>.nav-close:first-child a {
    position: absolute;
    width: 45px;
    height: 56px;
    top: 0;
    right: 0;
    transform: translateY(-100%)
}

.custom-nav .menu-dorpdown {
    width: 240px;
    margin: 0 auto
}

.shape-bg3:before {
    height: 100%;
    width: 100%;
    opacity: .03;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0
}

.onloadpage {
    z-index: 999999999
}

a.smllbtnn {
    line-height: 45px;
    color: #fff;
    border-radius: 8px;
    padding: 0 20px;
    border: 0
}

.switch-wrapper {
    transform: translateY(-50%);
    transform: rotate(90deg)
}

.switch-wrapper .switch input {
    display: none
}

.switch-wrapper .slider {
    background-color: #fff;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    border: 1px solid #e2e2e2;
    box-shadow: 10px 0 10px 0 rgb(0 0 0/15%)
}

.switch-wrapper .slider:before {
    bottom: 4px;
    content: "";
    background: url(../images/icons/sun.svg) center center no-repeat #ffc400;
    height: 24px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 24px
}

.switch-wrapper input:checked+.slider {
    background-color: #242424;
    border: 1px solid
}

.switch-wrapper input:checked+.slider:before {
    content: "";
    background: url(../images/icons/moon.svg) center center no-repeat #2196f3
}

.switch-wrapper .slider.round {
    border-radius: 50px
}

.switch-wrapper .slider.round:before {
    border-radius: 50%
}

.digitalagency20 {
    background: url(../images/shape/bg-glass.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center
}

.glassmorphism .service-slide {
    backdrop-filter: blur(10px);
    background: rgb(255 255 255/10%);
    border: 1px solid
}

.niwaxheroscroll {
    position: absolute;
    width: 100%;
    height: 100%
}

.niwaxheroscroll img {
    position: absolute
}

.desktopblock,
.footerdez,
.img-wide-blocktt,
.pbwide {
    position: relative
}

.nxhs1 {
    left: -4%;
    bottom: 0
}

.nxhs2 {
    right: 50%;
    top: 50%
}

.nxhs3 {
    right: 30%;
    bottom: 0
}

.nxhs4 {
    left: 6%;
    top: 14%
}

.nxhs5 {
    left: 0;
    bottom: 30%
}

.row-forfullcard {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 60px 0;
    background: url(../images/shape/tt-work-bg.jpg) center center no-repeat;
    background-size: cover
}

.fullservicecard .nxgls {
    padding: 30px 20px;
    margin: 0;
    box-shadow: none;
    border-radius: 14px;
    backdrop-filter: blur(8px);
    background: rgb(255 255 255/5%);
    border: 1px solid
}

.intgrdtd {
    background-image: linear-gradient(135deg, #f34079, #f65b69 50%, #fc8b4c)
}

.glassmorphism .badges-content,
.glassmorphism .work-card {
    backdrop-filter: blur(8px);
    background: rgb(255 255 255/5%);
    border: 1px solid
}

.glassmorphism .badges-content {
    text-align: center
}

.glassmorphism .work-categorys {
    background-color: #fbf9ed;
    position: relative;
    background-image: url(../images/shape/tt-work-bg.jpg);
    background-size: cover;
    background-position: center center
}

.glassmorphism .statistics-img {
    background: url(../images/shape/shape-f.png) left top no-repeat, left top no-repeat #feefff;
    background-size: 130px
}

.footerdez {
    background-color: #191919;
    padding: 90px 0;
    z-index: 5
}

.fttlnks h5 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500
}

.fttlnks h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500
}

.contactinfo a {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 2
}

.dark-footer h2,
.dark-footer h4 {
    color: #e6e6e6
}

.flexend {
    align-items: flex-end
}

.rffc {
    grid-gap: 0;
    padding: 0
}

.forfullcard,
.pbwide {
    display: grid;
    grid-gap: 20px
}

.rffc .fullservicecard .nxgls {
    border-radius: 0;
    backdrop-filter: blur(1px);
    background: rgb(21 0 49/75%);
    border: 0 solid
}

.widebloktag span {
    background: #fff;
    padding: 5px 14px;
    font-size: 14px;
    border-radius: 4px
}

.widebloktag span+span {
    margin-left: 8px
}

.pbwide {
    padding: 50px;
    border-radius: 8px;
    grid-template-columns: auto 55%;
    align-items: center
}

.info-list-ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.info-list-ul li {
    line-height: 40px;
    color: #050748
}

.info-list-ul li:before {
    content: "▶";
    font-size: 14px;
    margin: 0 5px 0 0
}

.img-wide-blocktt {
    right: -80px
}

.portfolio-item-info-tt h3 {
    font-size: 30px;
    line-height: 40px
}

.desktopblock {
    width: 100%;
    border: 10px solid;
    border-radius: 28px;
    overflow: hidden
}

.mobileblock {
    position: absolute;
    max-width: 190px;
    left: -80px;
    top: 0;
    border: 8px solid;
    border-radius: 28px;
    overflow: hidden;
    transform: scale(1.1)
}

.shadow1 {
    -webkit-box-shadow: 0 10px 15px 0 rgb(3 35 68/15%);
    box-shadow: 0 10px 15px 0 rgb(3 35 68/15%)
}

.wptbb+.wptbb {
    margin-top: 40px
}

.forfullcard {
    grid-template-columns: repeat(4, 1fr);
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center center
}

.forfullcard .srvc-bg-nx {
    margin: 0
}

.tilt-outer {
    transform-style: preserve-3d;
    transform: perspective(1000px)
}

.tilt-inner {
    transform: translateZ(20px)
}

.pctmc {
    padding: 30px 15px
}

.srcl0 {
    background: #f9d59e;
    border-bottom: 4px solid #ebc183
}

.srcl6 {
    background: #fff1f1;
    border-bottom: 4px solid #ffa2a2
}

.srcl7 {
    background: #ebfffa;
    border-bottom: 4px solid #a2ffe9
}

.floating-label {
    position: relative;
    margin-bottom: 20px
}

.floating-input,
.floating-select {
    font-size: 14px;
    padding: 4px;
    display: block;
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #c5c5c5
}

.floating-input:focus,
.floating-select:focus {
    outline: 0;
    border-bottom: 1px solid #6b3489
}

.floating-label label {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 30px;
    top: 16px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all;
    margin-bottom: 0
}

.hero-slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0
}

.hero-slider .slide-inner:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .3;
    top: 0;
    left: 0;
    right: 0
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left
}

.hero-slider .swiper-button-next:before,
.hero-slider .swiper-button-prev:before {
    font-family: "font awesome 5 free";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    font-weight: 900
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    background: 0;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px)
}

.hero-slider .swiper-button-prev:before {
    content: "\f060";
    vertical-align: middle
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px)
}

.hero-slider .swiper-button-next:before {
    content: "\f061"
}

.freelancerv2:before,
.timeline:after {
    content: ""
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: .3;
    background: #fff;
    transition: all .2s ease
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px
}

.swiper-pagination {
    text-align: left
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%)
}

.hero-style .slide-btns,
.hero-style .slide-text,
.hero-style .slide-title {
    max-width: 600px
}

.hero-style .slide-title h2 {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    margin: 0 0 20px;
    transition: all .4s ease
}

.hero-style .slide-text p {
    font-size: 20px;
    letter-spacing: normal;
    color: #fff;
    margin: 0 0 30px;
    transition: all .4s ease
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px
}

.freelancerv2 {
    background-color: #05081a
}

.freelancerv2 .footerdez {
    background-color: #0b0e22
}

.flv2 .header-heading h1 {
    font-size: 60px;
    line-height: 74px;
    margin-bottom: 30px
}

.freelancerv2:before {
    background-image: url(../images/shape/stars.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto
}

.text-effect-3 {
    background: url(../images/shape/bg-gradient.jpg) no-repeat fixed;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text
}

.font-bold h1,
.font-bold h2,
.font-bold h3 {
    font-weight: 900
}

html .mb15 {
    margin-bottom: 15px
}

html .mt15 {
    margin-top: 15px
}

.card-dark-2 {
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .05);
    background-color: hsla(0, 0%, 100%, .05);
    border-radius: 14px
}

.inforcardtt h3 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px
}

.inforcardttt h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600
}

.inforcardttt h3 {
    font-size: 20px;
    line-height: 30px;
    color: #787c97;
    font-weight: 600
}

.srve .inforcardtt {
    padding: 24px;
    background: #121526
}

.about-dg-ca2 .inforcardtt {
    padding: 24px 24px 0;
    background: #121526
}

.footerlinkcard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 20px 0;
    border-top: 1px solid #2f3140;
    margin-top: 24px;
    color: #fff
}

.footerlinkcard:hover {
    color: #fff
}

.ffvsocial a {
    display: block
}

.ffvsocial a+a {
    margin-top: 20px
}

.freelancerv2 .form-block h3 {
    color: #fff;
    font-weight: 600
}

.freelancerv2 .follow-label a,
.freelancerv2 .follow-label h6,
.freelancerv2 .form-block label a,
.freelancerv2 p {
    color: #85879b
}

.freelancer-footer {
    padding: 90px 0 0
}

.freelancer-footer p.ffttrr {
    padding: 20px 0;
    border-top: 1px solid #303240;
    margin-top: 60px
}

.freelancerv2 .hexagon {
    background: #05081a
}

.freelancerv2 .counter-no span {
    color: #fff
}

.freelancerv2 .reviewer-text h4 {
    color: #85879b
}

.niwaxheroscroll-v2 {
    position: relative;
    overflow-x: clip
}

.niwaxheroscroll-v2 img {
    position: absolute
}

.nxhs10 {
    top: 0;
    left: -60px;
    filter: blur(80px)
}

.nxhs20 {
    top: -10px;
    left: -20px;
    filter: blur(70px)
}

.nxhs30 {
    top: -5%;
    right: -5%;
    filter: blur(100px)
}

.nxhs40 {
    right: -70px;
    filter: blur(50px)
}

.nxhs50 {
    top: 0;
    left: 0
}

.grid-x {
    position: fixed;
    width: 100%;
    z-index: 1
}

.grid-line {
    height: 100vh;
    border-left: 1px solid #1e2131
}

.freelancerv2 .section {
    position: relative;
    z-index: 2
}

.innericodiv {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    padding: 18px;
    margin: 30px 0 0 30px
}

.innidv1 {
    background: linear-gradient(135deg, #9100ff 0, #3663ff 54%, #00e2ff 100%)
}

.innidv2 {
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%)
}

.innidv3 {
    background: linear-gradient(to right, #f92c8b 0, #b02cd6 100%)
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.cursor.cursor2 {
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px
}

.cursor {
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 21474836490;
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%);
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    opacity: .9
}

.cursor.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #ffbd84;
    opacity: .2
}

.cursor-follow {
    margin-left: -18px;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    border: 1px solid #ffbd84;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 21474836490;
    opacity: .8;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out
}

.cursor-follow.cursor-hover {
    opacity: 0
}

.nxbg-a {
    background-color: #f8edff
}

.nxbg-b {
    background-color: #d1d8ff
}

.connect-block a {
    border-radius: 8px;
    background: #ffdbdb;
    border: 1px solid;
    padding: 20px;
    display: flex
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.icon-fld-nx {
    text-align: center;
    font-size: 25px;
    margin: 0 20px 0 0;
    color: #050748
}

.text-fld-nx {
    border-left: 1px solid #ffa7a7;
    padding: 0 0 0 20px
}

.connect-block a span.small-text {
    font-size: 14px;
    color: #050748;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.2px
}

.text-fld-nx span {
    display: block
}

.connect-block a span.large-text {
    font-size: 20px;
    color: #050748;
    line-height: 34px;
    font-weight: 700
}

.common-heading.text-l>p {
    margin-top: 10px
}

.contact-block-btm {
    padding: 50px 30px;
    background: #fff;
    border-radius: 8px;
    margin-left: 50px
}

.footerdex {
    background-color: #01011b
}

#progress-bar {
    --scrollAmount: 0;
    background-image: linear-gradient(to right, #673ab7 0, #2196f3 100%);
    width: var(--scrollAmount);
    height: 3px;
    position: fixed;
    top: 0;
    z-index: 999999999
}

a {
    text-decoration: auto
}

.bread-titlev2,
.clients-creative-pic,
.img-design,
.testinomial-section-app .pl50 {
    position: relative;
    height: 100%
}

.about-image,
.hero-main-rp,
.image-block,
.img-block {
    position: relative;
    z-index: 10
}

.custom-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0
}

.custom-control {
    display: flex;
    grid-gap: 10px;
    align-items: center
}

.custom-control label {
    text-indent: 0;
    padding: 0
}

.custom-control-label:after,
.custom-control-label:before {
    display: none
}

.media {
    display: flex
}

.media div:first-child {
    flex-shrink: 0
}

.itm-media-object .media .img-ab- {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center
}

.quote-css {
    position: absolute;
    right: 0
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none
}

.accordion-button {
    font-size: 18px;
    line-height: 28px;
    color: #050748;
    background-color: #f6f6f6
}

.ftr-brand-pp .navbar-brand {
    display: block
}

.why-choos-lg:before {
    z-index: -1
}

.accordion-button:not(.collapsed) {
    color: #050748;
    background-color: #f6f6f6;
    box-shadow: none
}

.bdr0 {
    border: 0
}

.info-wrapr .dbox {
    grid-gap: 20px
}

.form-control[type=file] {
    overflow: hidden;
    padding: 11px 20px
}

.tab-content {
    margin-top: 20px
}

.nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.col-lg-3-cus,
.col-lg-6-cus {
    padding: 0
}

.ff-social-icons a:hover {
    color: #ff1f8e
}

.info-wrapr .dbox p span {
    padding: 0 0 5px
}

.common-heading>span {
    line-height: 26px
}

.niwax-btn1 {
    padding: 2px;
    display: inline-block;
    outline: 0;
    color: #fff;
    background: -webkit-linear-gradient(left, #ffd523 0, #ff7f00 16%, #ff271a 32%, #a139ff 48%, #0081ff 64%, #60b5ff 80%, #00e953 100%);
    background: linear-gradient(to right, #ffd523 0, #ff7f00 16%, #ff271a 32%, #a139ff 48%, #0081ff 64%, #60b5ff 80%, #00e953 100%);
    border-radius: 30px;
    border: 0;
    box-shadow: none;
    cursor: pointer
}

.niwax-btn1>span {
    display: block;
    padding: 0 32px;
    line-height: 56px;
    font-size: 16px;
    background: #fff;
    border-radius: 30px;
    color: #050748
}

.niwax-btn2,
.niwax-btn3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    background-size: 300% 100%
}

.niwax-btn2 {
    color: #fff;
    border: 0;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #ff5652, #ff974f, #ff5752, #ffc323);
    box-shadow: 0 10px 15px 0 rgb(175 0 87/20%)
}

.niwax-btn2:hover,
.niwax-btn3 {
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    moz-transition: all .4s ease-in-out
}

.niwax-btn2:hover {
    background-position: 99% 0;
    transition: all .4s ease-in-out
}

.niwax-btn2:focus {
    outline: 0
}

.niwax-btn3 {
    color: #fff;
    border: 0;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #663ab7, #007dff, #00d7ff, #017cfe);
    box-shadow: 0 4px 15px 0 rgb(90 75 194/15%)
}

.niwax-btn4,
.niwax-btn5,
.niwax-btn6 {
    box-shadow: 0 10px 15px 0 rgb(56 0 189/20%)
}

.niwax-btn3:hover {
    background-position: 99% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.niwax-btn3:focus {
    outline: 0
}

.niwax-btn2:hover,
.niwax-btn3:hover {
    color: #fff
}

.niwax-btn4 {
    background: #ff0048
}

.niwax-btn5 {
    background: #00aded
}

.niwax-btn6 {
    background: #ff9e4a
}

.tabs-layout .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #00baff;
    border-color: #00baff;
    border-radius: 100px
}

.tabs-layout .nav-tabs .nav-link {
    border: 0 solid transparent;
    color: #6a6a8e;
    background-color: #efefef;
    border-radius: 100px;
    padding: 10px 35px
}

.breadcrumb-area {
    background-repeat: no-repeat;
    background-size: cover
}

.niwax21 {
    font-weight: 700
}

.vrt-tabb .nav-link.active,
.vrt-tabb .show>.nav-link {
    color: #fff;
    background: linear-gradient(to right, #298bec 0, #21a5f3 100%)
}

.vrt-tabb {
    padding-right: 100px
}

.vrt-tabb li {
    width: 100%
}

.vrt-tabb.nav-pills .nav-link {
    border-radius: 14px;
    margin-bottom: 8px
}

.vrt-tabb .nav-link i {
    margin-right: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    color: #436ad6;
    box-shadow: 0 10px 10px rgb(0 59 100/20%)
}

.vrt-tabb .nav-link {
    width: 100%;
    display: block;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 3px rgb(103 192 255/20%)
}

.niwaxgap40 {
    grid-gap: 40px
}

.timeline {
    position: relative
}

.timeline:after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #288ced;
    height: 100%;
    display: block
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #050748;
    font-size: 22px;
    font-weight: 600
}

.timeline-row .timeline-time small {
    display: block;
    font-size: 15px;
    padding: 8px 0 0
}

.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0/10%);
    box-shadow: 0 10px 15px 0 rgb(0 0 0/10%)
}

.timeline-row .timeline-content:after,
.timeline-row .timeline-content:before {
    position: absolute;
    top: 20px;
    background: #fff;
    content: ""
}

.timeline-row .timeline-content:after {
    height: 16px;
    width: 16px;
    border: 1px solid #efefef
}

.timeline-row .timeline-content:before {
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    border: 2px dashed #288ced
}

.timeline-row .timeline-content h4 {
    margin: 0 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%
}

.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex
}

.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px
}

.timeline-row .timeline-content .badge {
    color: #fff;
    background: linear-gradient(120deg, #00b5fd 0, #0047b1 100%)
}

.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg)
}

.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px
}

.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg)
}

@media(max-width:992px) {

    .timeline .timeline-row:nth-child(even) .timeline-content:after,
    .timeline .timeline-row:nth-child(even) .timeline-content:before,
    .timeline .timeline-row:nth-child(odd) .timeline-content:after,
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none
    }

    .timeline {
        padding: 15px
    }

    .timeline .timeline-row:nth-child(even),
    .timeline .timeline-row:nth-child(odd) {
        padding: 0
    }

    .timeline:after {
        border: 0
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0
    }

    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px;
        text-align: left
    }

    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0
    }
}

.companytime p,
.formcover h4,
.niwaxawardrow2 {
    text-align: center
}

.w80 {
    width: 80px
}

.gap10 {
    grid-gap: 10px
}

.gap20 {
    grid-gap: 20px
}

.gap30 {
    grid-gap: 30px
}

.gap40 {
    grid-gap: 40px
}

.gap50 {
    grid-gap: 50px
}

.h-center {
    justify-content: center
}

.h-cb {
    justify-content: space-between
}

.icon-btn {
    display: inline-flex;
    align-items: center;
    grid-gap: 8px
}

.icon-btn i {
    font-size: 24px
}

a.play-video {
    -webkit-box-shadow: 0 10px 15px 0 rgb(3 35 68/10%);
    box-shadow: 0 10px 15px 0 rgb(3 35 68/10%)
}

html body .title-hero p {
    padding: 0;
    margin: 0
}

.niwax-lp1 {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.niwax-lp1:before {
    content: "";
    background: rgb(255 255 255/70%);
    width: 100%;
    height: 100%;
    position: absolute
}

.formcover {
    background: #fff;
    padding: 50px 20px;
    border-radius: 14px
}

.formcover h4 {
    font-size: 25px;
    line-height: 35px
}

#contactForm .form-group {
    position: relative
}

.help-block.with-errors {
    margin: 0 0 0 15px;
    font-size: 11px;
    position: absolute;
    bottom: 16px
}

.clientlogo img {
    margin: 0 auto
}

.niwax-company-awards {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 20px;
    align-items: center;
    overflow: hidden
}

.companytime p {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}

.companytime p span {
    font-weight: 500;
    display: block;
    font-size: 20px;
    line-height: 26px;
    border-top: 1px solid #d9d9d9;
    padding: 14px 0 0;
    margin: 14px 0 0
}

.companytime {
    background: #0d83fd;
    padding: 14px;
    border-radius: 10px 50px
}

.shadow {
    -webkit-box-shadow: 0 10px 15px 0 rgb(3 35 68/7%) !important;
    box-shadow: 0 10px 15px 0 rgb(0 23 46/7%) !important
}

.awardbgwithtext {
    width: 150px;
    height: 150px;
    position: relative
}

.awardbgwithtext img {
    width: 100%
}

.awardbgwithtext p {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    padding: 0 25px;
    color: #050748
}

.awardbgwithtext p span {
    color: #050748;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    padding: 10px 0 0
}

.niwaxawardrow1 div+div {
    margin-top: 20px
}

.whychooseniwax {
    display: grid;
    grid-template-columns: 150px auto 150px;
    grid-gap: 30px
}

.btnwithiconside img {
    width: 42px
}

.btnwithiconside span {
    display: block;
    font-size: 14px;
    padding: 0 0 4px
}

.btnwithiconside div {
    font-weight: 600;
    font-size: 20px;
    color: #050748;
    text-align: left
}

.awardlogo,
.companyinfodiv,
.niwax-logo-slider .industry-workfors,
.paginationdiv ul li a,
.priceoffer {
    text-align: center
}

.pricingheader h2 {
    font-size: 28px;
    line-height: 40px
}

.pricingrate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 0 20px
}

.pricevalue h2 {
    font-size: 34px;
    line-height: 44px
}

.priceoffer {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 15% 100%, 0 50%, 15% 0);
    background: #007dff;
    padding: 10px 20px
}

.priceoffer h2 {
    font-size: 25px;
    line-height: 35px;
    color: #fff
}

.priceoffer h2 span {
    display: block;
    text-decoration: line-through;
    font-size: 20px;
    line-height: 30px
}

.priceodernow,
.pricingfooter {
    display: flex;
    align-items: center
}

.niwaxpricingbox {
    background: #fff;
    border-radius: 14px;
    overflow: hidden
}

.pricingheader {
    padding: 30px 20px;
    background: right center no-repeat #f8f8ff;
    background-size: 70px
}

.priceodernow {
    padding: 0 20px;
    justify-content: space-between
}

.pricingoffers {
    overflow-y: scroll;
    max-height: 310px;
    height: 310px;
    padding: 20px;
    background-color: #f8f8ff;
    margin: 30px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 14px 0 0 14px
}

.pricingoffers .list-ul li {
    padding: 0 0 10px 24px;
    position: relative;
    line-height: 22px;
    font-size: 15px
}

.livechatbtn i {
    color: #018f41
}

.livechatbtn span {
    display: block;
    font-size: 14px
}

.livechatbtn {
    color: #050748;
    font-weight: 600
}

.livechatbtn:hover {
    color: #018f41
}

.pricingfooter a {
    color: #6a6a8e;
    font-size: 14px
}

.pricingfooter {
    background: #f8f8ff;
    padding: 10px 20px;
    justify-content: space-between
}

.awardlogo,
.pairofbtn {
    display: flex;
    align-items: center
}

.reco .priceoffer {
    background: #ff3381
}

.reco .pricingheader {
    background-color: #e9e9ff
}

.center-dots .owl-dots {
    margin: 30px auto 0;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0
}

.awardlogo {
    background: #fff;
    border-radius: 14px;
    padding: 0 14px;
    width: 150px;
    height: 100px;
    justify-content: center;
    box-shadow: 0 10px 20px -10px rgb(13 131 253/13%)
}

.nlp1,
.nlp2,
.nlp3,
.nlp4 {
    height: 100%
}

.niwax-logo-slider .industry-workfors img {
    width: 50px;
    margin: 0 auto
}

.industry-workfors h6 {
    padding-top: 10px
}

.nxpb-1 {
    margin-top: 60px
}

.nxpb-2 {
    margin-top: 30px
}

.nxpb-3 {
    margin-top: 60px
}

.pairofbtn {
    justify-content: center;
    align-content: center;
    grid-gap: 30px
}

.niwaxbtnvideo,
.nx-circl-icon {
    display: flex;
    align-items: center
}

.about-agencys {
    overflow: hidden
}

.niwaxfixbtn {
    position: fixed;
    right: 10px;
    bottom: 70px
}

.cbtn,
.niwax-lp-img {
    position: absolute
}

.niwaxfixbtn img {
    width: 180px
}

.badge {
    font-size: 12px
}

.niwax-company-awards-cover {
    background: #f0f7ff;
    padding: 20px 0
}

.niwaxbtnvideo {
    grid-gap: 15px
}

.niwax-lp2 {
    background-size: 100%;
    background-color: #fff0eb
}

.nlp1 {
    top: 0;
    right: 0;
    width: 65%
}

.nlp2 {
    top: 0;
    right: 0;
    width: 60%
}

.nlp3,
.nlp4 {
    top: 65%;
    left: 0;
    width: 200px
}

.nx-circl-icon img {
    width: 42px
}

.nx-circl-icon {
    width: 80px;
    height: 80px;
    justify-content: center;
    border-radius: 100px
}

.nxlp-a {
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%)
}

.nxlp-b {
    background: linear-gradient(to right, #ff3f34 0, #ff834f 100%)
}

.nxlp-c {
    background: linear-gradient(to right, #84bbff 0, #1f70ff 100%)
}

.nxlp-d {
    background: linear-gradient(to right, #4bffc5 0, #00c77c 100%)
}

.hoverwithbg:hover {
    background: linear-gradient(to bottom, #fff 0, #fff0eb 100%)
}

.inforcardtt {
    padding: 24px 24px 0;
    background: #fff
}

.sliderset-nx {
    display: grid;
    grid-template-columns: 50% auto;
    align-items: center;
    grid-gap: 60px
}

.typewriter-text {
    padding-right: 10px;
    color: #ffe509;
    border-right: solid #ffe509 7px;
    animation: cursor 1s ease-in-out infinite;
    font-weight: 700
}

.clientslider {
    padding: 30px 0
}

.niwaxofcanvas {
    z-index: 10459999;
    -webkit-transition: all .6s cubic-bezier(.6, .11, .45, 1.04);
    transition: all .6s cubic-bezier(.6, .11, .45, 1.04)
}

.offcanvas-title img {
    max-height: 60px
}

.contactitle {
    font-size: 18px;
    opacity: .7;
    font-weight: 400
}

.contact-data ul li+li {
    margin-top: 10px
}

.contact-data ul li a {
    color: #6a6a8e;
    font-size: 17px;
    line-height: 26px;
    display: grid;
    grid-template-columns: 30px auto;
    grid-gap: 10px;
    align-items: start;
    justify-content: start
}

.contact-data ul li a i {
    font-size: 20px;
    margin: 6px 0 0
}

.companyinfodiv .btn-close {
    position: absolute;
    left: 10px;
    top: 10px
}

.companyinfodiv {
    background: #f3fffe;
    padding: 60px 20px
}

.btnclose,
.sidebarform {
    background: #fff
}

.contactinfo-bar {
    padding: 0 15px
}

.social-media-linkz a {
    display: inline-block;
    color: #6a6a8e;
    font-size: 20px;
    margin: 0 15px 0 0
}

.locoff span {
    display: block;
    font-weight: 600
}

.companytitle {
    display: block;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 25px
}

.main-header {
    display: flex;
    align-items: center
}

.sidebarform input,
.sidebarform select,
.sidebarform textarea {
    border: 2px solid #e6e6e6
}

.icondive img {
    width: 35px;
    margin-right: 20px
}

.getintouchinfo a {
    color: #050748;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    display: block
}

.getintouchinfo a span {
    display: block;
    color: #6a6a8e;
    font-size: 15px;
    font-weight: 400
}

.offcanvas.show .cbtn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.cbtn {
    left: -40px;
    top: 10px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.btnclose {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #e3e3e3;
    box-shadow: 0 10px 10px #0004a
}

.btnclose .btn-close {
    padding: 15px
}

.switch-wrapper input:checked+.slider:before {
    transform: translateX(0)
}

.switch-wrapper .switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 34px
}

.switch-wrapper {
    display: block;
    align-items: center;
    position: relative;
    z-index: 55555;
    top: auto;
    transform: none;
    margin: 0 10px
}

.custom-nav .nav-list {
    display: flex;
    align-items: center
}

.active-dark footer .ftr-brand-pp .f-dark-logo {
    display: none
}

.active-dark footer .ftr-brand-pp .f-white-logo {
    display: block
}

footer .ftr-brand-pp .f-white-logo {
    display: none
}

footer .ftr-brand-pp .f-dark-logo {
    display: block
}

.mob-nav2 {
    align-items: center
}

#contactform .error-label .error {
    color: #ff0500;
    display: block;
    margin: 0;
    font-size: 12px;
    bottom: 10px;
    top: inherit;
    background: #fff;
    padding: 0 8px
}

.formicon {
    position: absolute;
    top: 15px;
    left: 20px
}

.iconin .form-block input,
.iconin .form-block select,
.iconin .form-block textarea {
    padding: 0 25px 0 35px;
    border-radius: 0
}

.iconin .form-block textarea {
    padding: 15px 35px;
    margin-top: 1px;
    line-height: 25px
}

.iconin .floating-label label {
    left: 50px
}

.loader-icon {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%)
}

.niwaxform input.error,
.niwaxform input.valid,
.niwaxform textarea.error,
.niwaxform textarea.valid {
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: 28px !important;
    transition: none
}

.loader-icon:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid;
    border-top-color: #fff;
    animation: spinner .6s linear infinite
}

img,
label.error {
    height: auto
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.niwaxform input.error,
.niwaxform select.error,
.niwaxform textarea.error {
    border-bottom: 1px solid red !important
}

.niwaxform input.valid,
.niwaxform select.valid,
.niwaxform textarea.valid {
    border-bottom: 1px solid #00a759 !important
}

.niwaxform input.valid,
.niwaxform textarea.valid {
    background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9JyMwMGE3NTknIGQ9J00xOC43MSw3LjIxYTEsMSwwLDAsMC0xLjQyLDBMOS44NCwxNC42Nyw2LjcxLDExLjUzQTEsMSwwLDEsMCw1LjI5LDEzbDMuODQsMy44NGExLDEsMCwwLDAsMS40MiwwbDguMTYtOC4xNkExLDEsMCwwLDAsMTguNzEsNy4yMVonLz48L3N2Zz4=) !important
}

.niwaxform input.error,
.niwaxform textarea.error {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZmlsbD0nI2ZmMDAwMCcgZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTkgNy43MSA2LjI5QTEgMSAwIDAgMCA2LjI5IDcuNzFMMTAuNTkgMTJsLTQuMyA0LjI5YTEgMSAwIDAgMCAwIDEuNDIgMSAxIDAgMCAwIDEuNDIgMEwxMiAxMy40MWw0LjI5IDQuM2ExIDEgMCAwIDAgMS40MiAwIDEgMSAwIDAgMCAwLTEuNDJaJy8+PC9zdmc+) !important
}

.floating-input:focus~label,
.floating-input:not(:placeholder-shown)~label,
.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
    top: -1px;
    font-size: 12px;
    color: #828282;
    width: 100%
}

.textareax .floating-input:focus~label,
.textareax .floating-input:not(:placeholder-shown)~label,
.textareax .floating-select:focus~label,
.textareax .floating-select:not([value=""]):valid~label {
    background: #fff
}

.niwaxform textarea.error,
.niwaxform textarea.valid {
    background-position-x: 98%;
    background-position-y: 10px
}

#contactform .form-group {
    margin-bottom: 10px
}

#contactform input:focus,
#contactform textarea:focus {
    border-bottom: 1px solid #00b1ff
}

#contactform button {
    display: inline-flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0, #ff1f8e 100%);
    width: fit-content;
    padding: 0 50px
}

.single-blog- img {
    max-width: 70px
}

.offcanvas-body .getintouchblock p {
    margin-bottom: 30px
}

.custom-nav .nav-list li.hidedesktop {
    display: none
}

.custom-nav .nav-list li.darkmodeswitch {
    display: block
}

.right-end-btn {
    margin-left: 15px
}

.custom-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: none;
    width: 100%;
}

.sidebarform form {
    margin-bottom: 20px
}

.navm- {
    position: relative
}

div.custom-nav>ul>li:hover .nx-dropdown {
    opacity: 1;
    height: auto;
    overflow: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.nx-dropdown {
    -webkit-transform: perspective(600px) rotateX(-15deg);
    transform: perspective(600px) rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    width: 97vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    overflow: hidden !important;
    -webkit-box-shadow: 0 20px 20px -10px rgb(0 0 0/15%);
    box-shadow: 0 20px 20px -10px rgb(0 0 0/15%)
}

.contact-review,
.niwax23form {
    background: #fff;
    border-radius: 14px
}

.form-block,
.rpb-shop-items-dv {
    overflow: hidden
}

.clientsicons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px
}

.innerbody,
.locations {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px
}

.clientsicons img {
    padding: 0 10px
}

img {
    max-width: 100%
}

.contact-review {
    padding: 30px 20px
}

.niwax23form {
    padding: 50px 30px
}

.contact-review .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.locations {
    display: grid
}

.ouroffice a {
    color: #050748;
    margin-top: 20px;
    display: block
}

.ouroffice h4 {
    margin-bottom: 8px
}

.leadpopup .modal-body {
    padding: 0
}

.leadpopup .modal-dialog {
    max-width: 800px
}

.leadpopup .modal-content {
    border-radius: 0
}

.innerbody {
    display: grid
}

.innerleft {
    padding: 30px
}

.innerright {
    background-size: cover
}

.leadbtnclose {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

input {
    accent-color: #ff1f8e
}

.rightline {
    border-right: 1px solid #1e2131
}

.container-shop {
    width: 1280px;
    margin: 0 auto
}

.gap15 {
    grid-gap: 15px
}

a.smllbtnn {
    display: flex;
    align-items: center;
    justify-content: center
}

.rpb-shop-items-img a img {
    width: 100%
}

.rpb-shop-items-dv a {
    display: block
}

.rpb-shop-items-info {
    padding: 20px 15px
}

.rpb-shop-flxbt a {
    display: inline-block
}

.bg-btn9 {
    background: #2196f3;
    font-size: 15px
}

.bg-btn10 {
    background: #414165;
    font-size: 15px
}

.bg-btn9:hover {
    background: #0975cb
}

.bg-btn10:hover {
    background: #2c2c4c
}

.pb0 {
    padding-bottom: 0
}

.paginationdiv ul {
    position: relative;
    background: #fff;
    display: flex;
    padding: 10px 20px;
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
    align-items: center
}

.paginationdiv ul li {
    list-style: none;
    line-height: 40px;
    margin: 0 5px
}

.paginationdiv ul li.pagenumber {
    width: 40px;
    height: 40px;
    line-height: 40px;
    align-items: center
}

.paginationdiv ul li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50%;
    transition: linear .3s;
    font-size: 15px;
    padding: 0
}

.paginationdiv ul li.pagenumber.active a,
.paginationdiv ul li.pagenumber:hover a {
    background: #2196f3;
    color: #fff
}

.paginationdiv ul li:first-child {
    margin-right: 10px;
    font-weight: 700;
    font-size: 20px
}

.paginationdiv ul li:last-child {
    margin-left: 10px;
    font-weight: 700;
    font-size: 20px
}

@media screen and (max-width:1920px) and (min-width:992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        width: max-content;
        padding: 10px 0;
        right: 0;
        left: auto
    }

    .dropdown>.dropdown-toggle:active {
        pointer-events: none
    }
}

@media only screen and (max-width:1700px) {
    html .hero-card-web.mobile-app- {
        height: auto
    }

    .hero-service-cards {
        margin-top: 70px
    }

    .hero-creative-agenc1,
    .hero-digital-agency-1 {
        height: 100vh !important
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

@media only screen and (max-width:1370px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 0 12px
    }

    .hero-service-cards {
        margin-top: 90px
    }

    .hero-heading-sec>p {
        margin: 30px 0
    }

    .image-sr-mm {
        height: 200px;
        width: 100%
    }

    .hero-heading-sec h2 {
        font-size: 45px;
        line-height: 57px
    }

    .hero-card-web {
        padding-top: 120px;
        padding-bottom: 100px;
        height: 780px
    }

    .hero-main-rp {
        padding: 0 30px
    }

    .hero-section {
        padding-top: 100px;
        padding-bottom: 100px;
        height: 650px
    }

    .hero-service-cards {
        margin-top: 50px
    }

    .mobile-app- .hero-heading-sec2 h1 {
        font-size: 40px;
        line-height: 50px
    }

    .mobile-app- .hero-heading-sec2>p {
        margin: 30px 0 0
    }

    .mobile-app- .app-hero-bnr img {
        max-width: 80%;
        margin: 0 auto;
        display: block
    }

    .mobile-app- h5 {
        font-size: 17px;
        line-height: 25px
    }

    html .hero-card-web.mobile-app- {
        height: auto
    }

    .hero-digital-agency-1 .header-heading h1 {
        font-size: 60px;
        line-height: 70px
    }

    .header-heading h1 {
        font-size: 50px;
        line-height: 62px
    }

    html .graphic-studio {
        height: auto
    }

    .business-startup {
        background-size: cover
    }

    .btn-main {
        display: inline-flex;
        justify-content: center;
        white-space: nowrap;
        align-items: center
    }

    .hero-card-web {
        min-height: 780px;
        height: auto
    }

    .digitalagency20 {
        height: auto;
        padding-top: 120px;
        padding-bottom: 100px
    }

    .forfullcard h5 {
        font-size: 18px;
        line-height: 28px
    }

    .forfullcard .-service-list li a {
        font-size: 12px
    }

    .forfullcard .-service-list li {
        padding: 0 5px
    }

    .forfullcard .service-sec-list p {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 0
    }

    .forfullcard p {
        font-size: 16px;
        line-height: 26px
    }
}

@media only screen and (max-width:1150px) {

    .priceodernow,
    .pricingfooter {
        flex-direction: column;
        grid-gap: 15px
    }

    .mouse-cursor {
        display: none
    }

    ::-webkit-scrollbar {
        width: 4px
    }

    ::-webkit-scrollbar-track {
        background: #0d0c40
    }

    .mobile-menu2 {
        display: block
    }

    .service-sec-list h5 {
        font-size: 15px;
        line-height: 24px
    }

    .-service-list li a {
        font-size: 11px
    }

    .-service-list li {
        padding: 0 3px
    }

    .custom-nav .nav-list {
        display: none
    }

    .top-header .navbar-light .navbar-nav .nav-link {
        padding: 0 12px
    }

    .header-heading h1 {
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 45px;
        line-height: 57px
    }
}

@media(min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between
    }
}

@media only screen and (max-width:991px) {

    .niwax-btn1,
    .niwax-btn2,
    .niwax-btn3 {
        width: max-content;
        margin: 0 auto;
        display: block
    }

    .niwax-btn1,
    .niwax-btn2,
    .niwax-btn3 {
        width: max-content;
        margin: 0 auto;
        display: block
    }

    .niwaxbtnvideo a {
        margin: 0
    }

    .niwaxbtnvideo {
        justify-content: center
    }

    .formcover {
        margin-top: 50px
    }

    .niwax-company-awards {
        grid-template-columns: 100%
    }

    .whychooseniwax {
        grid-template-columns: auto;
        grid-gap: 60px
    }

    .niwaxawardrow1 {
        display: flex;
        justify-content: space-between
    }

    .niwaxawardrow1 div+div {
        margin-top: 0
    }

    .pairofbtn a {
        margin: 0
    }

    .pairofbtn {
        flex-direction: column
    }

    .nxpb-1 {
        margin-top: 30px
    }

    .nxpb-2 {
        margin-top: 30px
    }

    .nxpb-3 {
        margin-top: 30px
    }

    .order1 {
        order: 1
    }

    .order2 {
        order: 2
    }

    .order3 {
        order: 3
    }

    .order4 {
        order: 4
    }

    .order5 {
        order: 5
    }

    .order6 {
        order: 6
    }

    .companyawards {
        margin-top: 40px
    }

    .companytime p {
        color: #050748
    }

    .companytime {
        background: 0 0
    }

    .filter-menu {
        margin-top: 30px;
        white-space: nowrap;
        overflow: auto
    }

    .sliderset-nx {
        grid-template-columns: auto;
        grid-gap: 30px
    }

    .nx-circl-icon {
        margin: 0 auto
    }

    .contact-block-btm {
        padding: 30px;
        margin-left: 0;
        margin-top: 50px
    }

    .pbwide {
        grid-template-columns: auto;
        grid-gap: 50px;
        padding: 50px 15px
    }

    .img-wide-blocktt {
        position: relative;
        right: 0
    }

    .innerwidedevice {
        left: 45px;
        position: relative;
        transform: scale(1.1)
    }

    .hero-style .btn-main {
        margin: 0
    }

    .hero-style .slide-title,
    .hero-style .slide-text,
    .hero-style .slide-btns {
        max-width: 100%
    }

    .forfullcard {
        grid-template-columns: repeat(2, 1fr)
    }

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        left: 0;
        right: 0;
        transform: translateX(0);
        margin: 0 auto;
        text-align: center
    }

    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev {
        display: none
    }

    .follow-label {
        display: flex;
        justify-content: center
    }

    .counter-facts {
        display: grid;
        grid-template-columns: auto auto
    }

    .counter-facts .hexagon {
        min-width: auto;
        padding: 20px 15px
    }

    .counter-facts .counter-no span {
        font-size: 30px
    }

    .counter-facts .counter-no p {
        font-size: 14px;
        line-height: 20px
    }

    .flv2 .header-heading h1 {
        font-weight: 900
    }

    .nxhs30 {
        filter: blur(100px);
        max-width: 140px
    }

    .grid-x {
        display: none
    }

    .nav-content .logoinsidebar {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 84%;
        height: 56px;
        display: flex;
        align-items: center
    }

    .nav-content .logoinsidebar img {
        max-width: 100%;
        height: auto
    }

    .row-forfullcard {
        grid-template-columns: repeat(3, 1fr)
    }

    .hero-style .slide-title h2 {
        font-size: 40px;
        line-height: 50px
    }

    .hero-style .slide-text p {
        font-size: 18px
    }

    .flv2 .header-heading h1 {
        font-size: 42px;
        line-height: 52px
    }

    .pvcpolcy p {
        text-align: left
    }

    .popup-modal1 .modal-dialog {
        min-height: 100%;
        margin: 0 0 0 auto;
        background: #fff
    }

    .popup-modal1 .modal-content {
        border: 0
    }

    .card-stats .statistics {
        padding: 15px
    }

    .pr--100 {
        padding-right: 0
    }

    .pl--100 {
        padding-left: 0
    }

    .pl--50 {
        padding-left: 0
    }

    .pr--50 {
        padding-right: 0
    }

    .dg-hero-img0 {
        transform: translateZ(0);
        margin-top: 30px
    }

    #testimonials-avatar {
        text-align: center
    }

    .dot-c1 {
        position: inherit;
        width: 80px;
        height: 80px;
        border-radius: 100px;
        border: 0;
        margin: 8px
    }

    #testimonials-avatar {
        margin-top: 30px
    }

    .div-portfolio- {
        padding: 30px 20px
    }

    .itm-media-object {
        text-align: left
    }

    .ag-dg2 {
        border-radius: 8px 8px 50px 8px;
        right: 0
    }

    .ag-dg1 {
        border-radius: 8px 8px 8px 50px;
        left: 0
    }

    .shpdez2 {
        width: 60px;
        height: 60px
    }

    .img-block-ca2 .abt-ca2 {
        border-radius: 50px 0 50px 0;
        position: relative;
        z-index: 5;
        width: 90%
    }

    .service-sec-list,
    .service-sec-brp,
    .img-block {
        margin-top: 30px
    }

    .posiqut {
        opacity: .2;
        top: 0
    }

    .tcd {
        padding: 40px 30px;
        border-radius: 40px 8px 8px 8px;
        margin-top: 30px
    }

    .pl50 {
        padding-left: 0 !important
    }

    .div-item-info {
        text-align: center;
        margin-top: 30px
    }

    .testinomial-section-app,
    .minimal-portfolio {
        text-align: center
    }

    .client-logoset {
        padding: 0 15px
    }

    .about-sec-app .text-l {
        text-align: center !important
    }

    .cta-card {
        text-align: center
    }

    .onloadpage .pre-text- {
        width: 88%
    }

    .video-intro-pp {
        margin-top: 20px;
        text-align: center
    }

    .content-sec,
    .-content-sec {
        display: block !important
    }

    .mr25 {
        margin-right: 0
    }

    .mobile-app- {
        text-align: center
    }

    .hero-heading-sec2 h1 {
        font-size: 40px;
        line-height: 50px
    }

    .sctxt {
        font-size: 40px
    }

    .portfolio-block {
        padding: 20px;
        display: block
    }

    .portfolio-item-info {
        width: 100%;
        padding-right: 0
    }

    .portfolio-item-image {
        width: 100%;
        text-align: center;
        margin-top: 30px
    }

    .portfolio-item-info .reviews-card {
        padding: 20px
    }

    .header-heading .title- {
        text-align: center
    }

    .servie-key-points {
        margin-top: 30px
    }

    .servie-key-points h4 {
        text-align: center
    }

    .service-desc- {
        text-align: center
    }

    .m-mt50 {
        margin-top: 50px
    }

    .m-mt30 {
        margin-top: 30px
    }

    .lead-gen-client .clients-logo {
        max-height: max-content;
        min-height: auto;
        padding: 30px 10px
    }

    .main-header.sticky {
        height: 65px
    }

    .main-header.sticky .dsk-logo {
        line-height: 65px
    }

    .main-header.sticky .nav-brand img {
        max-height: 55px
    }

    .footer-badges- {
        margin-top: 20px
    }

    .footer-brands {
        text-align: center
    }

    .ftr-brand-pp .btn-main {
        width: max-content;
        margin: 20px 0 0;
        display: block
    }

    .review-icons a {
        margin-top: 30px
    }

    .review-ref {
        display: block;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .service-sec-brp p {
        font-size: 15px;
        line-height: 24px
    }

    .m-mb30 {
        margin-bottom: 30px
    }

    .mt30- {
        margin-top: 0
    }

    .m-t-c,
    .text-l {
        text-align: center !important
    }

    .col-lg-3-cus {
        width: 50%
    }

    .col-lg-6-cus {
        width: 50%
    }

    .hero-service-cards {
        margin-top: 40px
    }

    .hero-content-sec {
        display: block;
        text-align: center;
        margin-top: 40px
    }

    .title-hero-oth p {
        font-size: 20px;
        margin: 20px 0 0
    }

    .hero-heading-sec>p {
        color: #fff000;
        font-size: 18px;
        max-width: 100%;
        margin: 20px 0
    }

    .hero-heading-sec,
    .end-footer-,
    .footer-link-- {
        text-align: center
    }

    .hero-heading-sec h2 span {
        display: inline-block
    }

    .hero-card-web {
        padding-top: 150px;
        padding-bottom: 100px;
        height: auto
    }

    .breadcrumb-area {
        padding: 120px 0 60px
    }

    .common-heading h2,
    .common-heading h4,
    .common-heading>span,
    .header-heading p,
    .image-block,
    .single-image {
        text-align: center
    }

    .single-image {
        margin: 30px auto 0;
        display: block
    }

    .lead-intro- {
        margin: 30px auto 0;
        display: block
    }

    .portfolio-section:before {
        height: 300px
    }

    .wide-block:after {
        background-size: 150px;
        background-position: right bottom;
        opacity: .6
    }

    .block-space- {
        max-width: 70%
    }

    .wide-block {
        padding: 20px
    }

    .navbar .mobile-menu {
        display: inline-block
    }

    .mobile-none {
        display: none
    }

    .navbar-light .navbar-toggler {
        color: #000;
        border-color: transparent
    }

    .custom-btn {
        padding: 0 25px !important;
        line-height: 42px
    }

    .header-heading h1 {
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 38px;
        line-height: 50px;
        text-align: center
    }

    .header-heading p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 35px
    }

    .btn-main {
        width: max-content;
        margin: 0 auto;
        display: block
    }

    .hero-section {
        padding-top: 120px;
        padding-bottom: 80px;
        height: auto
    }

    .image-block {
        margin-bottom: 30px
    }

    .pad-tb {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .user- {
        margin: 0 auto;
        display: table
    }

    .opl ul li,
    .statistics {
        margin-bottom: 30px
    }

    .statistics {
        text-align: left
    }

    .about-agency p,
    .about-image,
    .block-1 .small,
    .block-1 .statnumb,
    .case-study1 p,
    .case-study3 p,
    .common-heading.pp,
    .email-subs,
    .filter-menu,
    .in-stats .statistics,
    .office-text,
    .service p,
    .testimonial-card .t-text {
        text-align: center
    }

    .small {
        margin-top: 0
    }

    .small .statistics span {
        color: #050748
    }

    .statistics-img {
        width: 80px;
        height: 80px
    }

    .small .statistics-img {
        width: 80px;
        height: 80px
    }

    .icon-set,
    .opl ul li {
        width: 33.333%
    }

    .small .statistics span,
    .statistics span {
        font-size: 35px
    }

    .opl ul li:last-child {
        margin-bottom: 0
    }

    .testinomial-section {
        background-size: 0
    }

    .testimonial-card .t-text,
    .work-card-set,
    .img-design {
        margin-top: 30px
    }

    .testinomial-section .owl-carousel .owl-dots {
        position: relative;
        width: 100%;
        text-align: center
    }

    .pl25 {
        padding-left: 0 !important
    }

    .client-thumbs {
        margin: 30px auto 0;
        display: table
    }

    .enquire-image {
        margin-top: 30px
    }

    .office-card {
        margin-bottom: 60px
    }

    .office-text p {
        padding: 0;
        margin: 0 0 20px
    }

    .email-subs p {
        margin-bottom: 30px
    }

    .footer-social-media-icons a {
        margin: 0 10px
    }

    .footer-svg {
        margin: -3px 0 0
    }

    .block-1 .small {
        margin-top: 50px
    }

    .in-stats .statistics {
        margin-bottom: 0;
        display: inline-block
    }

    .block-1 .statnumb {
        margin: 0
    }

    .in-stats .statistics span {
        font-size: 35px;
        color: #ff1f8e
    }

    .about-image {
        margin-bottom: 30px
    }

    .ps-block {
        padding: 0;
        margin: 30px 0 0
    }

    .contact-details {
        margin-top: 60px
    }

    .filter-menu,
    .m-mt30 {
        margin-top: 30px
    }

    .showin-mobile {
        display: block
    }

    .fl-hero {
        background-position: center center, center center;
        background-size: 0, cover;
        background-repeat: no-repeat, no-repeat
    }

    .active-dark .fl-hero {
        background: url(../images/hero/freelancer.png), url(../images/shape/hero-shape.svg), #101010;
        background-position: center center, center center;
        background-size: 0, cover;
        background-repeat: no-repeat, no-repeat
    }

    .counter-facts {
        margin: 60px 0 0;
        text-align: center
    }

    .s-block {
        padding: 50px 15px
    }

    .mmt30 {
        margin-top: 30px
    }

    .singl-heripic {
        margin-top: 30px
    }

    .itm-media-object h4 {
        text-align: left
    }

    .lead-gen-client .clients-logo {
        margin: 0 10px
    }
}

@media only screen and (max-width:767px) {
    .cbtn {
        position: absolute;
        left: unset;
        right: 20px;
        top: 5px
    }

    .itm-media-object .media .img-ab- {
        height: 55px
    }

    .quote-css {
        position: relative
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: space-between
    }

    .niwax-logo-awards {
        grid-template-columns: auto auto;
        grid-gap: 30px;
        padding-bottom: 20px
    }

    .awardlogo {
        width: 100%
    }

    h1 {
        font-size: 38px;
        line-height: 48px
    }

    h2 {
        font-size: 34px;
        line-height: 44px
    }

    h3 {
        font-size: 30px;
        line-height: 40px
    }

    h4 {
        font-size: 20px;
        line-height: 30px
    }

    h5 {
        font-size: 18px;
        line-height: 28px
    }

    h6 {
        font-size: 16px;
        line-height: 26px
    }

    p {
        font-size: 17px;
        line-height: 28px
    }

    .row-forfullcard {
        grid-template-columns: repeat(2, 1fr)
    }

    .mobileblock {
        display: none
    }

    .innerwidedevice {
        left: 0;
        transform: scale(1)
    }

    .flv2 .header-heading h1 {
        font-size: 35px;
        line-height: 45px
    }

    .rpb-cart-table table tr td.rpbrs-titl::before,
    .rpb-cart-table table tr td.rpbrs-titl::before {
        content: attr(data-title) ":";
        font-weight: 700;
        float: left
    }

    .rpb-cart-table table tr td,
    .rpb-cart-table table tr td {
        display: block;
        text-align: right !important
    }

    .rpb-cart-table table thead,
    .rpb-cart-table table thead {
        display: none
    }

    .rpb-cart-table table .product-thumbnail {
        display: none
    }

    .cart-pg-coupon input,
    .cart-pg-coupon button {
        width: 48%
    }

    .update-cart button {
        width: 100%
    }

    .post-info a.btn-main {
        width: max-content;
        margin: 10px 0 0;
        display: block
    }

    .desktopblock {
        border: 6px solid rgb(255 255 255/50%);
        border-radius: 12px
    }

    .psforgt {
        margin-top: 10px;
        display: block;
        text-align: center
    }

    .social-btnnxx {
        display: flex
    }

    .login-form-div {
        max-width: 100%;
        margin: 0 15px;
        background: #fff;
        padding: 30px 20px;
        border-radius: 8px
    }

    .hero-digital-agency-1 .header-heading h1 {
        font-size: 40px;
        line-height: 50px
    }

    .video-review+.video-review {
        margin-top: 30px
    }

    .video-testimonial {
        display: block
    }

    .mr15 {
        margin-right: 0
    }

    .itm-media-object .media .img-ab- {
        width: 55px
    }

    .-content-sec .title-hero-oth p {
        margin: 20px 0 0
    }

    .app-hero-bnr,
    .img-hro {
        margin-top: 30px
    }

    .niwax {
        transform: translate3d(0, 0, 0) !important
    }

    .shape-c1,
    .shape-c2,
    .shape-c3 {
        opacity: .3
    }

    .apppg li p {
        font-size: 15px
    }

    .industry-workfor {
        padding: 15px;
        display: block;
        text-align: center;
        margin: 0 auto 15px
    }

    .industry-workfor img {
        width: 45px
    }

    .industry-workfor h6 {
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 20px
    }

    .light-bgs {
        padding: 30px 0
    }

    .s-block-content-large {
        margin: 0;
        width: 100%;
        text-align: center
    }

    .s-card-icon-large {
        width: 150px;
        margin: 0 auto 20px
    }

    .wide-sblock {
        display: block;
        text-align: left;
        padding: 30px 20px
    }

    .s-block-content {
        margin: 0;
        text-align: center
    }

    .footer-link-v2 a {
        padding: 14px 0
    }

    .clients-logo {
        padding: 60px 15px
    }

    .cta-call a {
        font-size: 20px
    }

    .itm-media-object .media-body {
        margin-left: 15px
    }

    .badges-content p {
        padding: 0
    }

    .footer-badges- li a img {
        width: 100%
    }

    .service-sec-list h5 {
        font-size: 18px;
        line-height: 28px
    }

    .-service-list li a {
        font-size: 13px
    }

    .skyline-img {
        text-align: center
    }

    .-cta-btn p {
        margin: 0 0 30px;
        font-size: 25px;
        line-height: 35px
    }

    .free-cta-title {
        display: block
    }

    .col-lg-6-cus {
        width: 100%;
        text-align: center
    }

    .col-lg-3-cus {
        width: 100%;
        text-align: center
    }

    .service-slide {
        max-width: initial
    }

    .about-freelance p {
        text-align: center
    }

    .about-lead-gen p {
        text-align: center
    }

    .why-choos-lg p {
        text-align: center
    }

    .why-choos-lg .media-body p {
        text-align: left
    }

    .follow-label h6 {
        margin: 0 0 10px
    }

    .follow-label {
        display: block;
        text-align: center
    }

    .follow-label h6:after {
        content: none
    }

    .follow-label a {
        font-size: 20px
    }

    .tabs-layout .nav-tabs .nav-link {
        padding: 12px 35px;
        margin: 0 auto 10px
    }

    .tabs-layout .nav-tabs .nav-item {
        margin-bottom: 5px;
        display: contents
    }

    .about-statistics .statistics,
    .form-blog {
        margin-bottom: 30px
    }

    .pad-tb {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .icon-set,
    .opl ul li {
        width: 50%
    }

    .email-subs-form button {
        width: 55px;
        height: 55px;
        border-radius: 100px;
        font-size: 0;
        line-height: 55px;
        padding: 5px;
        text-align: center
    }

    .email-subs-form input {
        width: 100%;
        height: 65px;
        padding: 0 30px
    }

    .shape-a1 {
        bottom: -130px;
        left: -50px
    }

    .shape-a2 {
        bottom: -30px;
        right: -70px
    }

    .portfolio-meta {
        margin-top: 30px
    }

    .pr25 {
        padding-right: 0 !important
    }

    .form-blog {
        background: #fafafb;
        padding: 30px 15px
    }
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto
    }
}

@media(max-width:580px) {
    .ftr-brand-pp .btn-main {
        width: max-content;
        margin: 20px auto 0;
        display: block
    }

    .ftr-brand-pp {
        text-align: center
    }
}

@media only screen and (max-width:520px) {
    .awardbgwithtext p {
        white-space: break-spaces
    }

    .niwaxawardrow1 {
        white-space: nowrap;
        overflow: auto;
        display: grid;
        grid-template-columns: 150px 150px 150px;
        grid-gap: 20px
    }

    .row-forfullcard {
        grid-template-columns: repeat(1, 1fr)
    }

    .fullservicecard {
        text-align: center
    }

    .forfullcard {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px 0
    }

    .info-list-ul {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .connect-block a span.small-text {
        font-size: 13px;
        letter-spacing: 0
    }

    .connect-block a span.large-text {
        font-size: 18px;
        line-height: 28px
    }

    .text-fld-nx {
        padding: 0 0 0 15px
    }

    .icon-fld-nx {
        font-size: 22px;
        margin: 0 15px 0 0
    }

    .btn-grp a+a {
        margin-top: 15px
    }

    .btn-grp a {
        width: 100%;
        margin: 0
    }

    .custom-control label {
        font-size: 12px;
        padding: 0 0 0 8px;
        text-indent: 1px;
        line-height: 16px
    }

    .service-point-2 li {
        float: none;
        width: 100%
    }

    .hero-heading-sec h2 {
        font-size: 35px;
        line-height: 45px
    }

    .footer-badges- {
        display: flow-root;
        justify-content: space-between
    }

    .footer-badges- li {
        display: block;
        width: 50%;
        float: left;
        padding: 0 6px
    }

    .m-pad {
        padding: 0
    }

    .main-header {
        padding: 0 15px
    }

    .title-serv-c {
        text-align: center
    }

    .author-block .media,
    .contact-details .media {
        display: block
    }

    h1 {
        font-size: 32px;
        line-height: 42px
    }

    .bread-title h2,
    h2 {
        font-size: 26px;
        line-height: 36px
    }

    h3 {
        font-size: 24px;
        line-height: 34px
    }

    h4 {
        font-size: 20px;
        line-height: 30px
    }

    h5 {
        font-size: 18px;
        line-height: 26px
    }

    h6 {
        font-size: 16px;
        line-height: 24px
    }

    .small .statistics span,
    .statistics span {
        font-size: 30px
    }

    .custom-control label {
        font-size: 12px
    }

    .contact-details .media-body {
        padding: 0;
        margin: 20px 0 0
    }

    .shape-a1 {
        bottom: -130px;
        left: -150px
    }

    .filters .filter-menu li {
        padding: 20px 12px;
        margin-bottom: 6px
    }

    .comments-block .user-info h5 span {
        font-size: 15px;
        text-align: left;
        float: none;
        color: #6a6a8e;
        display: block;
        padding: 5px 0 0
    }

    .author-block .user-info {
        margin: 15px 0 0
    }

    .replied {
        padding-left: 0
    }
}

@media only screen and (max-width:350px) {
    .header-heading h1 {
        font-size: 30px;
        line-height: 40px
    }

    h2 {
        font-size: 24px;
        line-height: 32px
    }

    .info-card a {
        font-size: 16px
    }

    .custom-btn {
        padding: 0 14px !important;
        line-height: 42px
    }

    .filters .filter-menu li {
        font-size: 12px
    }

    .case-study4 .card-stats .statistics {
        padding: 10px
    }

    .case-study4 .statistics h3 {
        font-size: 15px;
        margin: 10px 0 0
    }
}

@media only screen and (max-width:1150px) {
    .hidedesktop {
        display: block !important
    }

    .right-end-btn {
        display: flex !important
    }

    .hidemobile {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .innerbody {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0
    }

    .locations {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px
    }
}

@media only screen and (max-width:991px) {
    .rpb-shop-items-dv {
        padding: 0
    }
}

.hero-heading {
    font-size: 35px !important
}

.hero-content {
    font-size: .9rem !important;
    color: #000 !important;
    text-align: justify !important
}

table tr td {
    text-align: left
}

.table-content {
    font-size: 16px;
    text-align: center;
    line-height: 35px
}

.content-mob {
    text-align: left !important
}

@media(min-width:320px) and (max-width:480px) {
    .mbl {
        width: 50% !important
    }

    .mbl .statnumb span {
        font-size: 15px
    }

    .mbl .statnumb p {
        font-size: 12px
    }

    .mbl .small .statistics-img {
        width: 80px !important;
        height: 80px !important
    }

    .container2 .card .content h2 {
        line-height: 15px !important;
        font-size: 12px !important
    }

    .header-heading h1 {
        font-size: 25px !important;
        padding-top: 55px !important
    }

    .common-heading h2 {
        margin-bottom: 10px;
        font-size: 24px !important
    }

    .one-page img {
        width: 250px !important;
        height: 400px !important
    }

    .mbl-title {
        text-align: left !important
    }

    .mbl-justify {
        text-align: justify !important
    }

    .container2 .card .img-box {
        width: 185px !important;
        height: 100px !important
    }

    .container2 .card {
        width: 230px;
        height: 180px
    }

    .container2 .card .content {
        top: 130px !important
    }

    .container2 .card .content p {
        text-align: justify !important;
        font-size: 12px !important;
        line-height: 18px !important
    }

    .container2 .card:hover .img-box {
        top: -50px !important
    }

    .container2 .card:hover .content {
        top: 80px !important
    }

    .container2 .card:hover {
        height: 300px !important
    }

    .header-heading h1 {
        font-size: 38px;
        line-height: 40px
    }

    .header-heading p {
        font-size: 16px;
        color: #000;
        text-align: justify
    }

    table tr td {
        font-size: 12px;
        line-height: 15px;
        text-align: left
    }

    table tr th {
        font-size: 12px;
        line-height: 10px;
        text-align: left;
        padding: 10px
    }

    .pricing-table {
        padding: 10px !important
    }

    section.card .text-content h3 {
        padding-top: 50px !important
    }

    .cta-call a {
        font-size: 14px !important;
        padding: 10px !important
    }

    .col-6 {
        width: 100% !important
    }

    .box1 {
        padding: 20px !important
    }

    .box2 {
        padding: 20px !important
    }

    .box3 {
        padding: 20px !important
    }

    .box4 {
        padding: 20px !important
    }

    .box5 {
        padding: 20px !important
    }

    .container2 .card .img-box img {
        height: auto !important
    }

    .container2 .card {
        height: 200px !important
    }

    #bank .container2 .card:hover .content {
        height: 200px
    }

    .container1 {
        left: 25% !important
    }

    .cubic span {
        font-size: 13px !important
    }

    .sec-title {
        font-size: 25px !important
    }

    .table-content {
        font-size: 13px !important;
        text-align: justify;
        line-height: 20px
    }

    .content-mob {
        text-align: justify !important
    }
}

.footer-address-list li a {
    color: #fff !important;
}

.footer-row2 {
    background: #7f85d9;
    padding: 20px;
}

section.card {
    background: #f6f6f6;
    border-radius: 24px 24px 24px 48px;
    padding: 48px 48px 48px 308px;
    margin: 84px 0;
    max-width: 920px;
    min-width: 640px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    position: relative;
    box-shadow: 5px 0 0 0 rgba(204, 204, 204, .3), -5px 0 0 0 rgba(204, 204, 204, .3), 0 5px 0 0 rgba(204, 204, 204, .3)
}

section.card .text-content {
    display: flex;
    flex-direction: column;
    width: calc(60vw - 192px)
}

section.card .text-content h3 {
    margin: 0;
    font-size: 1.5em;
    max-width: 20ch
}

section.card .text-content p {
    max-width: 75ch
}

section.card .text-content a {
    border: 3px solid #000;
    color: #000;
    align-self: flex-start;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 12px;
    transition: .4s all
}

section.card .text-content a:hover {
    background: #000;
    color: #fff
}

section.card .visual {
    width: 240px;
    height: 100%;
    position: absolute;
    top: -24px;
    left: 24px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 1px 2px 6px rgba(255, 255, 255, .25), 2px 6px 12px rgba(0, 0, 0, .25)
}

section.card .visual img {
    height: 110%
}

section.card:nth-of-type(odd) {
    margin: 0 0 0 248px;
    border-radius: 24px 24px 48px;
    padding: 48px 308px 48px 60px
}

section.card:nth-of-type(odd) .visual {
    right: 24px;
    left: auto
}

section.card:nth-of-type(odd) .text-content a {
    align-self: flex-start
}

article {
    margin: auto;
    display: block;
    width: calc(60vw + 248px);
    max-width: calc(920px + 248px);
    min-width: calc(640px + 248px)
}

@media all and (max-width:1100px) {
    article {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }

    section.card {
        width: 100%;
        max-width: 100%;
        min-width: 100%
    }

    section.card .text-content {
        width: 100%
    }

    section.card:nth-of-type(odd) {
        margin: 0
    }
}

@media all and (max-width:720px) {
    section.card {
        margin: 64px 0;
        padding: 88px 36px 36px;
        flex-direction: column;
        border-radius: 24px
    }

    section.card:nth-of-type(odd) {
        padding: 88px 36px 36px;
        border-radius: 24px
    }

    section.card .text-content h3 {
        font-size: 1em
    }

    section.card .text-content p,
    section.card .text-content a {
        font-size: .8em
    }

    section.card .visual,
    section.card:nth-of-type(odd) .visual {
        width: 150px;
        height: 150px;
        right: 16px;
        left: auto
    }

    section.card .visual img,
    section.card:nth-of-type(odd) .visual img {
        width: 100%;
        height: inherit
    }
}

.text-main{
    color: #11998e !important;
}

.pb-alt{
    padding-bottom: 7rem !important;
}

.all-policy{
	margin: 60px 0;
  }

  .all-policy h2{
	color: #000;
	font-size: 25px;
	font-weight: 700;
	margin: 15px 0;
  }

  .all-policy h4{
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 8px 0;
  }

  .all-policy p{
	font-size: .9rem;
	line-height: 24px;
	margin-bottom: 8px;
  }

  .all-policy p strong{
    font-weight: 700;
  }

  .all-policy ul{
    list-style-type: none;
  }

  .all-policy ul li{
    list-style-type: decimal;
    margin: 12px 0;
  }
  
  .policy-head{
    font-size: 30px;
  padding-top: 110px;
  padding-bottom: 30px;
  text-align: center;
  }

  .text-main{
    color: #11998e !important;
  }

  .pad-tb-alt{
    padding: 80px 0px;
  }

  .iti {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .mb-15px{
    margin-bottom: 15px !important;
  }

  .fs-30{
    font-size: 30px !important;
  }

  .btn-container {
    display: flex;
    justify-content: center;
}

.form-outter{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 30px;
  border-radius: 30px;
}

.alert-success{
    color: #fff;
    background: linear-gradient(to right, #11998e, #38ef7d);
    margin-top: 15px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    line-height: 25px;
  }
  .alert-danger{
    color: #fff;
    background-color: #d80032;
    margin-top: 15px;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    border-radius: 10px;
    line-height: 25px;
  }