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

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

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

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -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
}

::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(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    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.3333333333%
}

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

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

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

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

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

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

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-label {
    margin-bottom: .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(:-moz-read-only) {
    cursor: pointer
}

.form-control[type=file]:not(:disabled):not(:read-only) {
    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:-moz-read-only {
    background-color: #e9ecef;
    opacity: 1
}

.form-control:disabled,
.form-control:read-only {
    background-color: #e9ecef;
    opacity: 1
}

.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::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not(:read-only)::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(:read-only)::-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::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::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 {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not(:-moz-read-only) {
    cursor: pointer
}

.form-control-color:not(:disabled):not(:read-only) {
    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;
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: 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
}

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

.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);
    padding: 1rem .75rem
}

.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::-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: 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: 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
    }
}

.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
    }
}

@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
    }
}

@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
    }
}

@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
    }
}

@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 {
    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-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 1rem
}

.card-title {
    margin-bottom: .5rem
}

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

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

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

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

.card-header {
    padding: .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 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, "/")
}

.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 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 .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:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .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-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    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: 1040;
    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 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 .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 .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 .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 #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

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

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .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: 1050;
    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-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .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
}

.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: calc(3 / 4 * 100%)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .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 {
    color: #0d6efd !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-reset {
    color: inherit !important
}

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    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
    }
}

@font-face {
    font-family: bootstrap-icons;
    src: url(/assets/fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d) format("woff2"), url(/assets/fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d) format("woff");
    font-display: swap
}

[class*=" bi-"]::before,
[class^=bi-]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bi-alarm-fill::before {
    content: "\f101"
}

.bi-alarm::before {
    content: "\f102"
}

.bi-align-bottom::before {
    content: "\f103"
}

.bi-align-center::before {
    content: "\f104"
}

.bi-align-end::before {
    content: "\f105"
}

.bi-align-middle::before {
    content: "\f106"
}

.bi-align-start::before {
    content: "\f107"
}

.bi-align-top::before {
    content: "\f108"
}

.bi-alt::before {
    content: "\f109"
}

.bi-app-indicator::before {
    content: "\f10a"
}

.bi-app::before {
    content: "\f10b"
}

.bi-archive-fill::before {
    content: "\f10c"
}

.bi-archive::before {
    content: "\f10d"
}

.bi-arrow-90deg-down::before {
    content: "\f10e"
}

.bi-arrow-90deg-left::before {
    content: "\f10f"
}

.bi-arrow-90deg-right::before {
    content: "\f110"
}

.bi-arrow-90deg-up::before {
    content: "\f111"
}

.bi-arrow-bar-down::before {
    content: "\f112"
}

.bi-arrow-bar-left::before {
    content: "\f113"
}

.bi-arrow-bar-right::before {
    content: "\f114"
}

.bi-arrow-bar-up::before {
    content: "\f115"
}

.bi-arrow-clockwise::before {
    content: "\f116"
}

.bi-arrow-counterclockwise::before {
    content: "\f117"
}

.bi-arrow-down-circle-fill::before {
    content: "\f118"
}

.bi-arrow-down-circle::before {
    content: "\f119"
}

.bi-arrow-down-left-circle-fill::before {
    content: "\f11a"
}

.bi-arrow-down-left-circle::before {
    content: "\f11b"
}

.bi-arrow-down-left-square-fill::before {
    content: "\f11c"
}

.bi-arrow-down-left-square::before {
    content: "\f11d"
}

.bi-arrow-down-right-circle-fill::before {
    content: "\f11f"
}

.bi-arrow-down-right-circle::before {
    content: "\f120"
}

.bi-arrow-down-right-square-fill::before {
    content: "\f121"
}

.bi-arrow-down-right-square::before {
    content: "\f122"
}

.bi-arrow-down-right::before {
    content: "\f123"
}

.bi-arrow-down-short::before {
    content: "\f124"
}

.bi-arrow-down-square-fill::before {
    content: "\f125"
}

.bi-arrow-down-square::before {
    content: "\f126"
}

.bi-arrow-down-up::before {
    content: "\f127"
}

.bi-arrow-down::before {
    content: "\f128"
}

.bi-arrow-left-circle-fill::before {
    content: "\f129"
}

.bi-arrow-left-circle::before {
    content: "\f12a"
}

.bi-arrow-left-right::before {
    content: "\f12b"
}

.bi-arrow-left-short::before {
    content: "\f12c"
}

.bi-arrow-left-square-fill::before {
    content: "\f12d"
}

.bi-arrow-left-square::before {
    content: "\f12e"
}

.bi-arrow-left::before {
    content: "\f12f"
}

.bi-arrow-repeat::before {
    content: "\f130"
}

.bi-arrow-return-left::before {
    content: "\f131"
}

.bi-arrow-return-right::before {
    content: "\f132"
}

.bi-arrow-right-circle-fill::before {
    content: "\f133"
}

.bi-arrow-right-circle::before {
    content: "\f134"
}

.bi-arrow-right-short::before {
    content: "\f135"
}

.bi-arrow-right-square-fill::before {
    content: "\f136"
}

.bi-arrow-right-square::before {
    content: "\f137"
}

.bi-arrow-right::before {
    content: "\f138"
}

.bi-arrow-up-circle-fill::before {
    content: "\f139"
}

.bi-arrow-up-circle::before {
    content: "\f13a"
}

.bi-arrow-up-left-circle-fill::before {
    content: "\f13b"
}

.bi-arrow-up-left-circle::before {
    content: "\f13c"
}

.bi-arrow-up-left-square-fill::before {
    content: "\f13d"
}

.bi-arrow-up-left-square::before {
    content: "\f13e"
}

.bi-arrow-up-left::before {
    content: "\f13f"
}

.bi-arrow-up-right-circle-fill::before {
    content: "\f140"
}

.bi-arrow-up-right-circle::before {
    content: "\f141"
}

.bi-arrow-up-right-square-fill::before {
    content: "\f142"
}

.bi-arrow-up-right-square::before {
    content: "\f143"
}

.bi-arrow-up-right::before {
    content: "\f144"
}

.bi-arrow-up-short::before {
    content: "\f145"
}

.bi-arrow-up-square-fill::before {
    content: "\f146"
}

.bi-arrow-up-square::before {
    content: "\f147"
}

.bi-arrow-up::before {
    content: "\f148"
}

.bi-arrows-angle-contract::before {
    content: "\f149"
}

.bi-arrows-angle-expand::before {
    content: "\f14a"
}

.bi-arrows-collapse::before {
    content: "\f14b"
}

.bi-arrows-expand::before {
    content: "\f14c"
}

.bi-arrows-fullscreen::before {
    content: "\f14d"
}

.bi-arrows-move::before {
    content: "\f14e"
}

.bi-aspect-ratio-fill::before {
    content: "\f14f"
}

.bi-aspect-ratio::before {
    content: "\f150"
}

.bi-asterisk::before {
    content: "\f151"
}

.bi-at::before {
    content: "\f152"
}

.bi-award-fill::before {
    content: "\f153"
}

.bi-award::before {
    content: "\f154"
}

.bi-back::before {
    content: "\f155"
}

.bi-backspace-fill::before {
    content: "\f156"
}

.bi-backspace-reverse-fill::before {
    content: "\f157"
}

.bi-backspace-reverse::before {
    content: "\f158"
}

.bi-backspace::before {
    content: "\f159"
}

.bi-badge-3d-fill::before {
    content: "\f15a"
}

.bi-badge-3d::before {
    content: "\f15b"
}

.bi-badge-4k-fill::before {
    content: "\f15c"
}

.bi-badge-4k::before {
    content: "\f15d"
}

.bi-badge-8k-fill::before {
    content: "\f15e"
}

.bi-badge-8k::before {
    content: "\f15f"
}

.bi-badge-ad-fill::before {
    content: "\f160"
}

.bi-badge-ad::before {
    content: "\f161"
}

.bi-badge-ar-fill::before {
    content: "\f162"
}

.bi-badge-ar::before {
    content: "\f163"
}

.bi-badge-cc-fill::before {
    content: "\f164"
}

.bi-badge-cc::before {
    content: "\f165"
}

.bi-badge-hd-fill::before {
    content: "\f166"
}

.bi-badge-hd::before {
    content: "\f167"
}

.bi-badge-tm-fill::before {
    content: "\f168"
}

.bi-badge-tm::before {
    content: "\f169"
}

.bi-badge-vo-fill::before {
    content: "\f16a"
}

.bi-badge-vo::before {
    content: "\f16b"
}

.bi-badge-vr-fill::before {
    content: "\f16c"
}

.bi-badge-vr::before {
    content: "\f16d"
}

.bi-badge-wc-fill::before {
    content: "\f16e"
}

.bi-badge-wc::before {
    content: "\f16f"
}

.bi-bag-check-fill::before {
    content: "\f170"
}

.bi-bag-check::before {
    content: "\f171"
}

.bi-bag-dash-fill::before {
    content: "\f172"
}

.bi-bag-dash::before {
    content: "\f173"
}

.bi-bag-fill::before {
    content: "\f174"
}

.bi-bag-plus-fill::before {
    content: "\f175"
}

.bi-bag-plus::before {
    content: "\f176"
}

.bi-bag-x-fill::before {
    content: "\f177"
}

.bi-bag-x::before {
    content: "\f178"
}

.bi-bag::before {
    content: "\f179"
}

.bi-bar-chart-fill::before {
    content: "\f17a"
}

.bi-bar-chart-line-fill::before {
    content: "\f17b"
}

.bi-bar-chart-line::before {
    content: "\f17c"
}

.bi-bar-chart-steps::before {
    content: "\f17d"
}

.bi-bar-chart::before {
    content: "\f17e"
}

.bi-basket-fill::before {
    content: "\f17f"
}

.bi-basket::before {
    content: "\f180"
}

.bi-basket2-fill::before {
    content: "\f181"
}

.bi-basket2::before {
    content: "\f182"
}

.bi-basket3-fill::before {
    content: "\f183"
}

.bi-basket3::before {
    content: "\f184"
}

.bi-battery-charging::before {
    content: "\f185"
}

.bi-battery-full::before {
    content: "\f186"
}

.bi-battery-half::before {
    content: "\f187"
}

.bi-battery::before {
    content: "\f188"
}

.bi-bell-fill::before {
    content: "\f189"
}

.bi-bell::before {
    content: "\f18a"
}

.bi-bezier::before {
    content: "\f18b"
}

.bi-bezier2::before {
    content: "\f18c"
}

.bi-bicycle::before {
    content: "\f18d"
}

.bi-binoculars-fill::before {
    content: "\f18e"
}

.bi-binoculars::before {
    content: "\f18f"
}

.bi-blockquote-left::before {
    content: "\f190"
}

.bi-blockquote-right::before {
    content: "\f191"
}

.bi-book-fill::before {
    content: "\f192"
}

.bi-book-half::before {
    content: "\f193"
}

.bi-book::before {
    content: "\f194"
}

.bi-bookmark-check-fill::before {
    content: "\f195"
}

.bi-bookmark-check::before {
    content: "\f196"
}

.bi-bookmark-dash-fill::before {
    content: "\f197"
}

.bi-bookmark-dash::before {
    content: "\f198"
}

.bi-bookmark-fill::before {
    content: "\f199"
}

.bi-bookmark-heart-fill::before {
    content: "\f19a"
}

.bi-bookmark-heart::before {
    content: "\f19b"
}

.bi-bookmark-plus-fill::before {
    content: "\f19c"
}

.bi-bookmark-plus::before {
    content: "\f19d"
}

.bi-bookmark-star-fill::before {
    content: "\f19e"
}

.bi-bookmark-star::before {
    content: "\f19f"
}

.bi-bookmark-x-fill::before {
    content: "\f1a0"
}

.bi-bookmark-x::before {
    content: "\f1a1"
}

.bi-bookmark::before {
    content: "\f1a2"
}

.bi-bookmarks-fill::before {
    content: "\f1a3"
}

.bi-bookmarks::before {
    content: "\f1a4"
}

.bi-bookshelf::before {
    content: "\f1a5"
}

.bi-bootstrap-fill::before {
    content: "\f1a6"
}

.bi-bootstrap-reboot::before {
    content: "\f1a7"
}

.bi-bootstrap::before {
    content: "\f1a8"
}

.bi-border-all::before {
    content: "\f1a9"
}

.bi-border-bottom::before {
    content: "\f1aa"
}

.bi-border-center::before {
    content: "\f1ab"
}

.bi-border-inner::before {
    content: "\f1ac"
}

.bi-border-left::before {
    content: "\f1ad"
}

.bi-border-middle::before {
    content: "\f1ae"
}

.bi-border-outer::before {
    content: "\f1af"
}

.bi-border-right::before {
    content: "\f1b0"
}

.bi-border-style::before {
    content: "\f1b1"
}

.bi-border-top::before {
    content: "\f1b2"
}

.bi-border-width::before {
    content: "\f1b3"
}

.bi-border::before {
    content: "\f1b4"
}

.bi-bounding-box-circles::before {
    content: "\f1b5"
}

.bi-bounding-box::before {
    content: "\f1b6"
}

.bi-box-arrow-down-left::before {
    content: "\f1b7"
}

.bi-box-arrow-down-right::before {
    content: "\f1b8"
}

.bi-box-arrow-down::before {
    content: "\f1b9"
}

.bi-box-arrow-in-down-left::before {
    content: "\f1ba"
}

.bi-box-arrow-in-down-right::before {
    content: "\f1bb"
}

.bi-box-arrow-in-down::before {
    content: "\f1bc"
}

.bi-box-arrow-in-left::before {
    content: "\f1bd"
}

.bi-box-arrow-in-right::before {
    content: "\f1be"
}

.bi-box-arrow-in-up-left::before {
    content: "\f1bf"
}

.bi-box-arrow-in-up-right::before {
    content: "\f1c0"
}

.bi-box-arrow-in-up::before {
    content: "\f1c1"
}

.bi-box-arrow-left::before {
    content: "\f1c2"
}

.bi-box-arrow-right::before {
    content: "\f1c3"
}

.bi-box-arrow-up-left::before {
    content: "\f1c4"
}

.bi-box-arrow-up-right::before {
    content: "\f1c5"
}

.bi-box-arrow-up::before {
    content: "\f1c6"
}

.bi-box-seam::before {
    content: "\f1c7"
}

.bi-box::before {
    content: "\f1c8"
}

.bi-braces::before {
    content: "\f1c9"
}

.bi-bricks::before {
    content: "\f1ca"
}

.bi-briefcase-fill::before {
    content: "\f1cb"
}

.bi-briefcase::before {
    content: "\f1cc"
}

.bi-brightness-alt-high-fill::before {
    content: "\f1cd"
}

.bi-brightness-alt-high::before {
    content: "\f1ce"
}

.bi-brightness-alt-low-fill::before {
    content: "\f1cf"
}

.bi-brightness-alt-low::before {
    content: "\f1d0"
}

.bi-brightness-high-fill::before {
    content: "\f1d1"
}

.bi-brightness-high::before {
    content: "\f1d2"
}

.bi-brightness-low-fill::before {
    content: "\f1d3"
}

.bi-brightness-low::before {
    content: "\f1d4"
}

.bi-broadcast-pin::before {
    content: "\f1d5"
}

.bi-broadcast::before {
    content: "\f1d6"
}

.bi-brush-fill::before {
    content: "\f1d7"
}

.bi-brush::before {
    content: "\f1d8"
}

.bi-bucket-fill::before {
    content: "\f1d9"
}

.bi-bucket::before {
    content: "\f1da"
}

.bi-bug-fill::before {
    content: "\f1db"
}

.bi-bug::before {
    content: "\f1dc"
}

.bi-building::before {
    content: "\f1dd"
}

.bi-bullseye::before {
    content: "\f1de"
}

.bi-calculator-fill::before {
    content: "\f1df"
}

.bi-calculator::before {
    content: "\f1e0"
}

.bi-calendar-check-fill::before {
    content: "\f1e1"
}

.bi-calendar-check::before {
    content: "\f1e2"
}

.bi-calendar-date-fill::before {
    content: "\f1e3"
}

.bi-calendar-date::before {
    content: "\f1e4"
}

.bi-calendar-day-fill::before {
    content: "\f1e5"
}

.bi-calendar-day::before {
    content: "\f1e6"
}

.bi-calendar-event-fill::before {
    content: "\f1e7"
}

.bi-calendar-event::before {
    content: "\f1e8"
}

.bi-calendar-fill::before {
    content: "\f1e9"
}

.bi-calendar-minus-fill::before {
    content: "\f1ea"
}

.bi-calendar-minus::before {
    content: "\f1eb"
}

.bi-calendar-month-fill::before {
    content: "\f1ec"
}

.bi-calendar-month::before {
    content: "\f1ed"
}

.bi-calendar-plus-fill::before {
    content: "\f1ee"
}

.bi-calendar-plus::before {
    content: "\f1ef"
}

.bi-calendar-range-fill::before {
    content: "\f1f0"
}

.bi-calendar-range::before {
    content: "\f1f1"
}

.bi-calendar-week-fill::before {
    content: "\f1f2"
}

.bi-calendar-week::before {
    content: "\f1f3"
}

.bi-calendar-x-fill::before {
    content: "\f1f4"
}

.bi-calendar-x::before {
    content: "\f1f5"
}

.bi-calendar::before {
    content: "\f1f6"
}

.bi-calendar2-check-fill::before {
    content: "\f1f7"
}

.bi-calendar2-check::before {
    content: "\f1f8"
}

.bi-calendar2-date-fill::before {
    content: "\f1f9"
}

.bi-calendar2-date::before {
    content: "\f1fa"
}

.bi-calendar2-day-fill::before {
    content: "\f1fb"
}

.bi-calendar2-day::before {
    content: "\f1fc"
}

.bi-calendar2-event-fill::before {
    content: "\f1fd"
}

.bi-calendar2-event::before {
    content: "\f1fe"
}

.bi-calendar2-fill::before {
    content: "\f1ff"
}

.bi-calendar2-minus-fill::before {
    content: "\f200"
}

.bi-calendar2-minus::before {
    content: "\f201"
}

.bi-calendar2-month-fill::before {
    content: "\f202"
}

.bi-calendar2-month::before {
    content: "\f203"
}

.bi-calendar2-plus-fill::before {
    content: "\f204"
}

.bi-calendar2-plus::before {
    content: "\f205"
}

.bi-calendar2-range-fill::before {
    content: "\f206"
}

.bi-calendar2-range::before {
    content: "\f207"
}

.bi-calendar2-week-fill::before {
    content: "\f208"
}

.bi-calendar2-week::before {
    content: "\f209"
}

.bi-calendar2-x-fill::before {
    content: "\f20a"
}

.bi-calendar2-x::before {
    content: "\f20b"
}

.bi-calendar2::before {
    content: "\f20c"
}

.bi-calendar3-event-fill::before {
    content: "\f20d"
}

.bi-calendar3-event::before {
    content: "\f20e"
}

.bi-calendar3-fill::before {
    content: "\f20f"
}

.bi-calendar3-range-fill::before {
    content: "\f210"
}

.bi-calendar3-range::before {
    content: "\f211"
}

.bi-calendar3-week-fill::before {
    content: "\f212"
}

.bi-calendar3-week::before {
    content: "\f213"
}

.bi-calendar3::before {
    content: "\f214"
}

.bi-calendar4-event::before {
    content: "\f215"
}

.bi-calendar4-range::before {
    content: "\f216"
}

.bi-calendar4-week::before {
    content: "\f217"
}

.bi-calendar4::before {
    content: "\f218"
}

.bi-camera-fill::before {
    content: "\f219"
}

.bi-camera-reels-fill::before {
    content: "\f21a"
}

.bi-camera-reels::before {
    content: "\f21b"
}

.bi-camera-video-fill::before {
    content: "\f21c"
}

.bi-camera-video-off-fill::before {
    content: "\f21d"
}

.bi-camera-video-off::before {
    content: "\f21e"
}

.bi-camera-video::before {
    content: "\f21f"
}

.bi-camera::before {
    content: "\f220"
}

.bi-camera2::before {
    content: "\f221"
}

.bi-capslock-fill::before {
    content: "\f222"
}

.bi-capslock::before {
    content: "\f223"
}

.bi-card-checklist::before {
    content: "\f224"
}

.bi-card-heading::before {
    content: "\f225"
}

.bi-card-image::before {
    content: "\f226"
}

.bi-card-list::before {
    content: "\f227"
}

.bi-card-text::before {
    content: "\f228"
}

.bi-caret-down-fill::before {
    content: "\f229"
}

.bi-caret-down-square-fill::before {
    content: "\f22a"
}

.bi-caret-down-square::before {
    content: "\f22b"
}

.bi-caret-down::before {
    content: "\f22c"
}

.bi-caret-left-fill::before {
    content: "\f22d"
}

.bi-caret-left-square-fill::before {
    content: "\f22e"
}

.bi-caret-left-square::before {
    content: "\f22f"
}

.bi-caret-left::before {
    content: "\f230"
}

.bi-caret-right-fill::before {
    content: "\f231"
}

.bi-caret-right-square-fill::before {
    content: "\f232"
}

.bi-caret-right-square::before {
    content: "\f233"
}

.bi-caret-right::before {
    content: "\f234"
}

.bi-caret-up-fill::before {
    content: "\f235"
}

.bi-caret-up-square-fill::before {
    content: "\f236"
}

.bi-caret-up-square::before {
    content: "\f237"
}

.bi-caret-up::before {
    content: "\f238"
}

.bi-cart-check-fill::before {
    content: "\f239"
}

.bi-cart-check::before {
    content: "\f23a"
}

.bi-cart-dash-fill::before {
    content: "\f23b"
}

.bi-cart-dash::before {
    content: "\f23c"
}

.bi-cart-fill::before {
    content: "\f23d"
}

.bi-cart-plus-fill::before {
    content: "\f23e"
}

.bi-cart-plus::before {
    content: "\f23f"
}

.bi-cart-x-fill::before {
    content: "\f240"
}

.bi-cart-x::before {
    content: "\f241"
}

.bi-cart::before {
    content: "\f242"
}

.bi-cart2::before {
    content: "\f243"
}

.bi-cart3::before {
    content: "\f244"
}

.bi-cart4::before {
    content: "\f245"
}

.bi-cash-stack::before {
    content: "\f246"
}

.bi-cash::before {
    content: "\f247"
}

.bi-cast::before {
    content: "\f248"
}

.bi-chat-dots-fill::before {
    content: "\f249"
}

.bi-chat-dots::before {
    content: "\f24a"
}

.bi-chat-fill::before {
    content: "\f24b"
}

.bi-chat-left-dots-fill::before {
    content: "\f24c"
}

.bi-chat-left-dots::before {
    content: "\f24d"
}

.bi-chat-left-fill::before {
    content: "\f24e"
}

.bi-chat-left-quote-fill::before {
    content: "\f24f"
}

.bi-chat-left-quote::before {
    content: "\f250"
}

.bi-chat-left-text-fill::before {
    content: "\f251"
}

.bi-chat-left-text::before {
    content: "\f252"
}

.bi-chat-left::before {
    content: "\f253"
}

.bi-chat-quote-fill::before {
    content: "\f254"
}

.bi-chat-quote::before {
    content: "\f255"
}

.bi-chat-right-dots-fill::before {
    content: "\f256"
}

.bi-chat-right-dots::before {
    content: "\f257"
}

.bi-chat-right-fill::before {
    content: "\f258"
}

.bi-chat-right-quote-fill::before {
    content: "\f259"
}

.bi-chat-right-quote::before {
    content: "\f25a"
}

.bi-chat-right-text-fill::before {
    content: "\f25b"
}

.bi-chat-right-text::before {
    content: "\f25c"
}

.bi-chat-right::before {
    content: "\f25d"
}

.bi-chat-square-dots-fill::before {
    content: "\f25e"
}

.bi-chat-square-dots::before {
    content: "\f25f"
}

.bi-chat-square-fill::before {
    content: "\f260"
}

.bi-chat-square-quote-fill::before {
    content: "\f261"
}

.bi-chat-square-quote::before {
    content: "\f262"
}

.bi-chat-square-text-fill::before {
    content: "\f263"
}

.bi-chat-square-text::before {
    content: "\f264"
}

.bi-chat-square::before {
    content: "\f265"
}

.bi-chat-text-fill::before {
    content: "\f266"
}

.bi-chat-text::before {
    content: "\f267"
}

.bi-chat::before {
    content: "\f268"
}

.bi-check-all::before {
    content: "\f269"
}

.bi-check-circle-fill::before {
    content: "\f26a"
}

.bi-check-circle::before {
    content: "\f26b"
}

.bi-check-square-fill::before {
    content: "\f26c"
}

.bi-check-square::before {
    content: "\f26d"
}

.bi-check::before {
    content: "\f26e"
}

.bi-check2-all::before {
    content: "\f26f"
}

.bi-check2-circle::before {
    content: "\f270"
}

.bi-check2-square::before {
    content: "\f271"
}

.bi-check2::before {
    content: "\f272"
}

.bi-chevron-bar-contract::before {
    content: "\f273"
}

.bi-chevron-bar-down::before {
    content: "\f274"
}

.bi-chevron-bar-expand::before {
    content: "\f275"
}

.bi-chevron-bar-left::before {
    content: "\f276"
}

.bi-chevron-bar-right::before {
    content: "\f277"
}

.bi-chevron-bar-up::before {
    content: "\f278"
}

.bi-chevron-compact-down::before {
    content: "\f279"
}

.bi-chevron-compact-left::before {
    content: "\f27a"
}

.bi-chevron-compact-right::before {
    content: "\f27b"
}

.bi-chevron-compact-up::before {
    content: "\f27c"
}

.bi-chevron-contract::before {
    content: "\f27d"
}

.bi-chevron-double-down::before {
    content: "\f27e"
}

.bi-chevron-double-left::before {
    content: "\f27f"
}

.bi-chevron-double-right::before {
    content: "\f280"
}

.bi-chevron-double-up::before {
    content: "\f281"
}

.bi-chevron-down::before {
    content: "\f282"
}

.bi-chevron-expand::before {
    content: "\f283"
}

.bi-chevron-left::before {
    content: "\f284"
}

.bi-chevron-right::before {
    content: "\f285"
}

.bi-chevron-up::before {
    content: "\f286"
}

.bi-circle-fill::before {
    content: "\f287"
}

.bi-circle-half::before {
    content: "\f288"
}

.bi-circle-square::before {
    content: "\f289"
}

.bi-circle::before {
    content: "\f28a"
}

.bi-clipboard-check::before {
    content: "\f28b"
}

.bi-clipboard-data::before {
    content: "\f28c"
}

.bi-clipboard-minus::before {
    content: "\f28d"
}

.bi-clipboard-plus::before {
    content: "\f28e"
}

.bi-clipboard-x::before {
    content: "\f28f"
}

.bi-clipboard::before {
    content: "\f290"
}

.bi-clock-fill::before {
    content: "\f291"
}

.bi-clock-history::before {
    content: "\f292"
}

.bi-clock::before {
    content: "\f293"
}

.bi-cloud-arrow-down-fill::before {
    content: "\f294"
}

.bi-cloud-arrow-down::before {
    content: "\f295"
}

.bi-cloud-arrow-up-fill::before {
    content: "\f296"
}

.bi-cloud-arrow-up::before {
    content: "\f297"
}

.bi-cloud-check-fill::before {
    content: "\f298"
}

.bi-cloud-check::before {
    content: "\f299"
}

.bi-cloud-download-fill::before {
    content: "\f29a"
}

.bi-cloud-download::before {
    content: "\f29b"
}

.bi-cloud-drizzle-fill::before {
    content: "\f29c"
}

.bi-cloud-drizzle::before {
    content: "\f29d"
}

.bi-cloud-fill::before {
    content: "\f29e"
}

.bi-cloud-fog-fill::before {
    content: "\f29f"
}

.bi-cloud-fog::before {
    content: "\f2a0"
}

.bi-cloud-fog2-fill::before {
    content: "\f2a1"
}

.bi-cloud-fog2::before {
    content: "\f2a2"
}

.bi-cloud-hail-fill::before {
    content: "\f2a3"
}

.bi-cloud-hail::before {
    content: "\f2a4"
}

.bi-cloud-haze-1::before {
    content: "\f2a5"
}

.bi-cloud-haze-fill::before {
    content: "\f2a6"
}

.bi-cloud-haze::before {
    content: "\f2a7"
}

.bi-cloud-haze2-fill::before {
    content: "\f2a8"
}

.bi-cloud-lightning-fill::before {
    content: "\f2a9"
}

.bi-cloud-lightning-rain-fill::before {
    content: "\f2aa"
}

.bi-cloud-lightning-rain::before {
    content: "\f2ab"
}

.bi-cloud-lightning::before {
    content: "\f2ac"
}

.bi-cloud-minus-fill::before {
    content: "\f2ad"
}

.bi-cloud-minus::before {
    content: "\f2ae"
}

.bi-cloud-moon-fill::before {
    content: "\f2af"
}

.bi-cloud-moon::before {
    content: "\f2b0"
}

.bi-cloud-plus-fill::before {
    content: "\f2b1"
}

.bi-cloud-plus::before {
    content: "\f2b2"
}

.bi-cloud-rain-fill::before {
    content: "\f2b3"
}

.bi-cloud-rain-heavy-fill::before {
    content: "\f2b4"
}

.bi-cloud-rain-heavy::before {
    content: "\f2b5"
}

.bi-cloud-rain::before {
    content: "\f2b6"
}

.bi-cloud-slash-fill::before {
    content: "\f2b7"
}

.bi-cloud-slash::before {
    content: "\f2b8"
}

.bi-cloud-sleet-fill::before {
    content: "\f2b9"
}

.bi-cloud-sleet::before {
    content: "\f2ba"
}

.bi-cloud-snow-fill::before {
    content: "\f2bb"
}

.bi-cloud-snow::before {
    content: "\f2bc"
}

.bi-cloud-sun-fill::before {
    content: "\f2bd"
}

.bi-cloud-sun::before {
    content: "\f2be"
}

.bi-cloud-upload-fill::before {
    content: "\f2bf"
}

.bi-cloud-upload::before {
    content: "\f2c0"
}

.bi-cloud::before {
    content: "\f2c1"
}

.bi-clouds-fill::before {
    content: "\f2c2"
}

.bi-clouds::before {
    content: "\f2c3"
}

.bi-cloudy-fill::before {
    content: "\f2c4"
}

.bi-cloudy::before {
    content: "\f2c5"
}

.bi-code-slash::before {
    content: "\f2c6"
}

.bi-code-square::before {
    content: "\f2c7"
}

.bi-code::before {
    content: "\f2c8"
}

.bi-collection-fill::before {
    content: "\f2c9"
}

.bi-collection-play-fill::before {
    content: "\f2ca"
}

.bi-collection-play::before {
    content: "\f2cb"
}

.bi-collection::before {
    content: "\f2cc"
}

.bi-columns-gap::before {
    content: "\f2cd"
}

.bi-columns::before {
    content: "\f2ce"
}

.bi-command::before {
    content: "\f2cf"
}

.bi-compass-fill::before {
    content: "\f2d0"
}

.bi-compass::before {
    content: "\f2d1"
}

.bi-cone-striped::before {
    content: "\f2d2"
}

.bi-cone::before {
    content: "\f2d3"
}

.bi-controller::before {
    content: "\f2d4"
}

.bi-cpu-fill::before {
    content: "\f2d5"
}

.bi-cpu::before {
    content: "\f2d6"
}

.bi-credit-card-2-back-fill::before {
    content: "\f2d7"
}

.bi-credit-card-2-back::before {
    content: "\f2d8"
}

.bi-credit-card-2-front-fill::before {
    content: "\f2d9"
}

.bi-credit-card-2-front::before {
    content: "\f2da"
}

.bi-credit-card-fill::before {
    content: "\f2db"
}

.bi-credit-card::before {
    content: "\f2dc"
}

.bi-crop::before {
    content: "\f2dd"
}

.bi-cup-fill::before {
    content: "\f2de"
}

.bi-cup-straw::before {
    content: "\f2df"
}

.bi-cup::before {
    content: "\f2e0"
}

.bi-cursor-fill::before {
    content: "\f2e1"
}

.bi-cursor-text::before {
    content: "\f2e2"
}

.bi-cursor::before {
    content: "\f2e3"
}

.bi-dash-circle-dotted::before {
    content: "\f2e4"
}

.bi-dash-circle-fill::before {
    content: "\f2e5"
}

.bi-dash-circle::before {
    content: "\f2e6"
}

.bi-dash-square-dotted::before {
    content: "\f2e7"
}

.bi-dash-square-fill::before {
    content: "\f2e8"
}

.bi-dash-square::before {
    content: "\f2e9"
}

.bi-dash::before {
    content: "\f2ea"
}

.bi-diagram-2-fill::before {
    content: "\f2eb"
}

.bi-diagram-2::before {
    content: "\f2ec"
}

.bi-diagram-3-fill::before {
    content: "\f2ed"
}

.bi-diagram-3::before {
    content: "\f2ee"
}

.bi-diamond-fill::before {
    content: "\f2ef"
}

.bi-diamond-half::before {
    content: "\f2f0"
}

.bi-diamond::before {
    content: "\f2f1"
}

.bi-dice-1-fill::before {
    content: "\f2f2"
}

.bi-dice-1::before {
    content: "\f2f3"
}

.bi-dice-2-fill::before {
    content: "\f2f4"
}

.bi-dice-2::before {
    content: "\f2f5"
}

.bi-dice-3-fill::before {
    content: "\f2f6"
}

.bi-dice-3::before {
    content: "\f2f7"
}

.bi-dice-4-fill::before {
    content: "\f2f8"
}

.bi-dice-4::before {
    content: "\f2f9"
}

.bi-dice-5-fill::before {
    content: "\f2fa"
}

.bi-dice-5::before {
    content: "\f2fb"
}

.bi-dice-6-fill::before {
    content: "\f2fc"
}

.bi-dice-6::before {
    content: "\f2fd"
}

.bi-disc-fill::before {
    content: "\f2fe"
}

.bi-disc::before {
    content: "\f2ff"
}

.bi-discord::before {
    content: "\f300"
}

.bi-display-fill::before {
    content: "\f301"
}

.bi-display::before {
    content: "\f302"
}

.bi-distribute-horizontal::before {
    content: "\f303"
}

.bi-distribute-vertical::before {
    content: "\f304"
}

.bi-door-closed-fill::before {
    content: "\f305"
}

.bi-door-closed::before {
    content: "\f306"
}

.bi-door-open-fill::before {
    content: "\f307"
}

.bi-door-open::before {
    content: "\f308"
}

.bi-dot::before {
    content: "\f309"
}

.bi-download::before {
    content: "\f30a"
}

.bi-droplet-fill::before {
    content: "\f30b"
}

.bi-droplet-half::before {
    content: "\f30c"
}

.bi-droplet::before {
    content: "\f30d"
}

.bi-earbuds::before {
    content: "\f30e"
}

.bi-easel-fill::before {
    content: "\f30f"
}

.bi-easel::before {
    content: "\f310"
}

.bi-egg-fill::before {
    content: "\f311"
}

.bi-egg-fried::before {
    content: "\f312"
}

.bi-egg::before {
    content: "\f313"
}

.bi-eject-fill::before {
    content: "\f314"
}

.bi-eject::before {
    content: "\f315"
}

.bi-emoji-angry-fill::before {
    content: "\f316"
}

.bi-emoji-angry::before {
    content: "\f317"
}

.bi-emoji-dizzy-fill::before {
    content: "\f318"
}

.bi-emoji-dizzy::before {
    content: "\f319"
}

.bi-emoji-expressionless-fill::before {
    content: "\f31a"
}

.bi-emoji-expressionless::before {
    content: "\f31b"
}

.bi-emoji-frown-fill::before {
    content: "\f31c"
}

.bi-emoji-frown::before {
    content: "\f31d"
}

.bi-emoji-heart-eyes-fill::before {
    content: "\f31e"
}

.bi-emoji-heart-eyes::before {
    content: "\f31f"
}

.bi-emoji-laughing-fill::before {
    content: "\f320"
}

.bi-emoji-laughing::before {
    content: "\f321"
}

.bi-emoji-neutral-fill::before {
    content: "\f322"
}

.bi-emoji-neutral::before {
    content: "\f323"
}

.bi-emoji-smile-fill::before {
    content: "\f324"
}

.bi-emoji-smile-upside-down-fill::before {
    content: "\f325"
}

.bi-emoji-smile-upside-down::before {
    content: "\f326"
}

.bi-emoji-smile::before {
    content: "\f327"
}

.bi-emoji-sunglasses-fill::before {
    content: "\f328"
}

.bi-emoji-sunglasses::before {
    content: "\f329"
}

.bi-emoji-wink-fill::before {
    content: "\f32a"
}

.bi-emoji-wink::before {
    content: "\f32b"
}

.bi-envelope-fill::before {
    content: "\f32c"
}

.bi-envelope-open-fill::before {
    content: "\f32d"
}

.bi-envelope-open::before {
    content: "\f32e"
}

.bi-envelope::before {
    content: "\f32f"
}

.bi-eraser-fill::before {
    content: "\f330"
}

.bi-eraser::before {
    content: "\f331"
}

.bi-exclamation-circle-fill::before {
    content: "\f332"
}

.bi-exclamation-circle::before {
    content: "\f333"
}

.bi-exclamation-diamond-fill::before {
    content: "\f334"
}

.bi-exclamation-diamond::before {
    content: "\f335"
}

.bi-exclamation-octagon-fill::before {
    content: "\f336"
}

.bi-exclamation-octagon::before {
    content: "\f337"
}

.bi-exclamation-square-fill::before {
    content: "\f338"
}

.bi-exclamation-square::before {
    content: "\f339"
}

.bi-exclamation-triangle-fill::before {
    content: "\f33a"
}

.bi-exclamation-triangle::before {
    content: "\f33b"
}

.bi-exclamation::before {
    content: "\f33c"
}

.bi-exclude::before {
    content: "\f33d"
}

.bi-eye-fill::before {
    content: "\f33e"
}

.bi-eye-slash-fill::before {
    content: "\f33f"
}

.bi-eye-slash::before {
    content: "\f340"
}

.bi-eye::before {
    content: "\f341"
}

.bi-eyedropper::before {
    content: "\f342"
}

.bi-eyeglasses::before {
    content: "\f343"
}

.bi-facebook::before {
    content: "\f344"
}

.bi-file-arrow-down-fill::before {
    content: "\f345"
}

.bi-file-arrow-down::before {
    content: "\f346"
}

.bi-file-arrow-up-fill::before {
    content: "\f347"
}

.bi-file-arrow-up::before {
    content: "\f348"
}

.bi-file-bar-graph-fill::before {
    content: "\f349"
}

.bi-file-bar-graph::before {
    content: "\f34a"
}

.bi-file-binary-fill::before {
    content: "\f34b"
}

.bi-file-binary::before {
    content: "\f34c"
}

.bi-file-break-fill::before {
    content: "\f34d"
}

.bi-file-break::before {
    content: "\f34e"
}

.bi-file-check-fill::before {
    content: "\f34f"
}

.bi-file-check::before {
    content: "\f350"
}

.bi-file-code-fill::before {
    content: "\f351"
}

.bi-file-code::before {
    content: "\f352"
}

.bi-file-diff-fill::before {
    content: "\f353"
}

.bi-file-diff::before {
    content: "\f354"
}

.bi-file-earmark-arrow-down-fill::before {
    content: "\f355"
}

.bi-file-earmark-arrow-down::before {
    content: "\f356"
}

.bi-file-earmark-arrow-up-fill::before {
    content: "\f357"
}

.bi-file-earmark-arrow-up::before {
    content: "\f358"
}

.bi-file-earmark-bar-graph-fill::before {
    content: "\f359"
}

.bi-file-earmark-bar-graph::before {
    content: "\f35a"
}

.bi-file-earmark-binary-fill::before {
    content: "\f35b"
}

.bi-file-earmark-binary::before {
    content: "\f35c"
}

.bi-file-earmark-break-fill::before {
    content: "\f35d"
}

.bi-file-earmark-break::before {
    content: "\f35e"
}

.bi-file-earmark-check-fill::before {
    content: "\f35f"
}

.bi-file-earmark-check::before {
    content: "\f360"
}

.bi-file-earmark-code-fill::before {
    content: "\f361"
}

.bi-file-earmark-code::before {
    content: "\f362"
}

.bi-file-earmark-diff-fill::before {
    content: "\f363"
}

.bi-file-earmark-diff::before {
    content: "\f364"
}

.bi-file-earmark-easel-fill::before {
    content: "\f365"
}

.bi-file-earmark-easel::before {
    content: "\f366"
}

.bi-file-earmark-excel-fill::before {
    content: "\f367"
}

.bi-file-earmark-excel::before {
    content: "\f368"
}

.bi-file-earmark-fill::before {
    content: "\f369"
}

.bi-file-earmark-font-fill::before {
    content: "\f36a"
}

.bi-file-earmark-font::before {
    content: "\f36b"
}

.bi-file-earmark-image-fill::before {
    content: "\f36c"
}

.bi-file-earmark-image::before {
    content: "\f36d"
}

.bi-file-earmark-lock-fill::before {
    content: "\f36e"
}

.bi-file-earmark-lock::before {
    content: "\f36f"
}

.bi-file-earmark-lock2-fill::before {
    content: "\f370"
}

.bi-file-earmark-lock2::before {
    content: "\f371"
}

.bi-file-earmark-medical-fill::before {
    content: "\f372"
}

.bi-file-earmark-medical::before {
    content: "\f373"
}

.bi-file-earmark-minus-fill::before {
    content: "\f374"
}

.bi-file-earmark-minus::before {
    content: "\f375"
}

.bi-file-earmark-music-fill::before {
    content: "\f376"
}

.bi-file-earmark-music::before {
    content: "\f377"
}

.bi-file-earmark-person-fill::before {
    content: "\f378"
}

.bi-file-earmark-person::before {
    content: "\f379"
}

.bi-file-earmark-play-fill::before {
    content: "\f37a"
}

.bi-file-earmark-play::before {
    content: "\f37b"
}

.bi-file-earmark-plus-fill::before {
    content: "\f37c"
}

.bi-file-earmark-plus::before {
    content: "\f37d"
}

.bi-file-earmark-post-fill::before {
    content: "\f37e"
}

.bi-file-earmark-post::before {
    content: "\f37f"
}

.bi-file-earmark-ppt-fill::before {
    content: "\f380"
}

.bi-file-earmark-ppt::before {
    content: "\f381"
}

.bi-file-earmark-richtext-fill::before {
    content: "\f382"
}

.bi-file-earmark-richtext::before {
    content: "\f383"
}

.bi-file-earmark-ruled-fill::before {
    content: "\f384"
}

.bi-file-earmark-ruled::before {
    content: "\f385"
}

.bi-file-earmark-slides-fill::before {
    content: "\f386"
}

.bi-file-earmark-slides::before {
    content: "\f387"
}

.bi-file-earmark-spreadsheet-fill::before {
    content: "\f388"
}

.bi-file-earmark-spreadsheet::before {
    content: "\f389"
}

.bi-file-earmark-text-fill::before {
    content: "\f38a"
}

.bi-file-earmark-text::before {
    content: "\f38b"
}

.bi-file-earmark-word-fill::before {
    content: "\f38c"
}

.bi-file-earmark-word::before {
    content: "\f38d"
}

.bi-file-earmark-x-fill::before {
    content: "\f38e"
}

.bi-file-earmark-x::before {
    content: "\f38f"
}

.bi-file-earmark-zip-fill::before {
    content: "\f390"
}

.bi-file-earmark-zip::before {
    content: "\f391"
}

.bi-file-earmark::before {
    content: "\f392"
}

.bi-file-easel-fill::before {
    content: "\f393"
}

.bi-file-easel::before {
    content: "\f394"
}

.bi-file-excel-fill::before {
    content: "\f395"
}

.bi-file-excel::before {
    content: "\f396"
}

.bi-file-fill::before {
    content: "\f397"
}

.bi-file-font-fill::before {
    content: "\f398"
}

.bi-file-font::before {
    content: "\f399"
}

.bi-file-image-fill::before {
    content: "\f39a"
}

.bi-file-image::before {
    content: "\f39b"
}

.bi-file-lock-fill::before {
    content: "\f39c"
}

.bi-file-lock::before {
    content: "\f39d"
}

.bi-file-lock2-fill::before {
    content: "\f39e"
}

.bi-file-lock2::before {
    content: "\f39f"
}

.bi-file-medical-fill::before {
    content: "\f3a0"
}

.bi-file-medical::before {
    content: "\f3a1"
}

.bi-file-minus-fill::before {
    content: "\f3a2"
}

.bi-file-minus::before {
    content: "\f3a3"
}

.bi-file-music-fill::before {
    content: "\f3a4"
}

.bi-file-music::before {
    content: "\f3a5"
}

.bi-file-person-fill::before {
    content: "\f3a6"
}

.bi-file-person::before {
    content: "\f3a7"
}

.bi-file-play-fill::before {
    content: "\f3a8"
}

.bi-file-play::before {
    content: "\f3a9"
}

.bi-file-plus-fill::before {
    content: "\f3aa"
}

.bi-file-plus::before {
    content: "\f3ab"
}

.bi-file-post-fill::before {
    content: "\f3ac"
}

.bi-file-post::before {
    content: "\f3ad"
}

.bi-file-ppt-fill::before {
    content: "\f3ae"
}

.bi-file-ppt::before {
    content: "\f3af"
}

.bi-file-richtext-fill::before {
    content: "\f3b0"
}

.bi-file-richtext::before {
    content: "\f3b1"
}

.bi-file-ruled-fill::before {
    content: "\f3b2"
}

.bi-file-ruled::before {
    content: "\f3b3"
}

.bi-file-slides-fill::before {
    content: "\f3b4"
}

.bi-file-slides::before {
    content: "\f3b5"
}

.bi-file-spreadsheet-fill::before {
    content: "\f3b6"
}

.bi-file-spreadsheet::before {
    content: "\f3b7"
}

.bi-file-text-fill::before {
    content: "\f3b8"
}

.bi-file-text::before {
    content: "\f3b9"
}

.bi-file-word-fill::before {
    content: "\f3ba"
}

.bi-file-word::before {
    content: "\f3bb"
}

.bi-file-x-fill::before {
    content: "\f3bc"
}

.bi-file-x::before {
    content: "\f3bd"
}

.bi-file-zip-fill::before {
    content: "\f3be"
}

.bi-file-zip::before {
    content: "\f3bf"
}

.bi-file::before {
    content: "\f3c0"
}

.bi-files-alt::before {
    content: "\f3c1"
}

.bi-files::before {
    content: "\f3c2"
}

.bi-film::before {
    content: "\f3c3"
}

.bi-filter-circle-fill::before {
    content: "\f3c4"
}

.bi-filter-circle::before {
    content: "\f3c5"
}

.bi-filter-left::before {
    content: "\f3c6"
}

.bi-filter-right::before {
    content: "\f3c7"
}

.bi-filter-square-fill::before {
    content: "\f3c8"
}

.bi-filter-square::before {
    content: "\f3c9"
}

.bi-filter::before {
    content: "\f3ca"
}

.bi-flag-fill::before {
    content: "\f3cb"
}

.bi-flag::before {
    content: "\f3cc"
}

.bi-flower1::before {
    content: "\f3cd"
}

.bi-flower2::before {
    content: "\f3ce"
}

.bi-flower3::before {
    content: "\f3cf"
}

.bi-folder-check::before {
    content: "\f3d0"
}

.bi-folder-fill::before {
    content: "\f3d1"
}

.bi-folder-minus::before {
    content: "\f3d2"
}

.bi-folder-plus::before {
    content: "\f3d3"
}

.bi-folder-symlink-fill::before {
    content: "\f3d4"
}

.bi-folder-symlink::before {
    content: "\f3d5"
}

.bi-folder-x::before {
    content: "\f3d6"
}

.bi-folder::before {
    content: "\f3d7"
}

.bi-folder2-open::before {
    content: "\f3d8"
}

.bi-folder2::before {
    content: "\f3d9"
}

.bi-fonts::before {
    content: "\f3da"
}

.bi-forward-fill::before {
    content: "\f3db"
}

.bi-forward::before {
    content: "\f3dc"
}

.bi-front::before {
    content: "\f3dd"
}

.bi-fullscreen-exit::before {
    content: "\f3de"
}

.bi-fullscreen::before {
    content: "\f3df"
}

.bi-funnel-fill::before {
    content: "\f3e0"
}

.bi-funnel::before {
    content: "\f3e1"
}

.bi-gear-fill::before {
    content: "\f3e2"
}

.bi-gear-wide-connected::before {
    content: "\f3e3"
}

.bi-gear-wide::before {
    content: "\f3e4"
}

.bi-gear::before {
    content: "\f3e5"
}

.bi-gem::before {
    content: "\f3e6"
}

.bi-geo-alt-fill::before {
    content: "\f3e7"
}

.bi-geo-alt::before {
    content: "\f3e8"
}

.bi-geo-fill::before {
    content: "\f3e9"
}

.bi-geo::before {
    content: "\f3ea"
}

.bi-gift-fill::before {
    content: "\f3eb"
}

.bi-gift::before {
    content: "\f3ec"
}

.bi-github::before {
    content: "\f3ed"
}

.bi-globe::before {
    content: "\f3ee"
}

.bi-globe2::before {
    content: "\f3ef"
}

.bi-google::before {
    content: "\f3f0"
}

.bi-graph-down::before {
    content: "\f3f1"
}

.bi-graph-up::before {
    content: "\f3f2"
}

.bi-grid-1x2-fill::before {
    content: "\f3f3"
}

.bi-grid-1x2::before {
    content: "\f3f4"
}

.bi-grid-3x2-gap-fill::before {
    content: "\f3f5"
}

.bi-grid-3x2-gap::before {
    content: "\f3f6"
}

.bi-grid-3x2::before {
    content: "\f3f7"
}

.bi-grid-3x3-gap-fill::before {
    content: "\f3f8"
}

.bi-grid-3x3-gap::before {
    content: "\f3f9"
}

.bi-grid-3x3::before {
    content: "\f3fa"
}

.bi-grid-fill::before {
    content: "\f3fb"
}

.bi-grid::before {
    content: "\f3fc"
}

.bi-grip-horizontal::before {
    content: "\f3fd"
}

.bi-grip-vertical::before {
    content: "\f3fe"
}

.bi-hammer::before {
    content: "\f3ff"
}

.bi-hand-index-fill::before {
    content: "\f400"
}

.bi-hand-index-thumb-fill::before {
    content: "\f401"
}

.bi-hand-index-thumb::before {
    content: "\f402"
}

.bi-hand-index::before {
    content: "\f403"
}

.bi-hand-thumbs-down-fill::before {
    content: "\f404"
}

.bi-hand-thumbs-down::before {
    content: "\f405"
}

.bi-hand-thumbs-up-fill::before {
    content: "\f406"
}

.bi-hand-thumbs-up::before {
    content: "\f407"
}

.bi-handbag-fill::before {
    content: "\f408"
}

.bi-handbag::before {
    content: "\f409"
}

.bi-hash::before {
    content: "\f40a"
}

.bi-hdd-fill::before {
    content: "\f40b"
}

.bi-hdd-network-fill::before {
    content: "\f40c"
}

.bi-hdd-network::before {
    content: "\f40d"
}

.bi-hdd-rack-fill::before {
    content: "\f40e"
}

.bi-hdd-rack::before {
    content: "\f40f"
}

.bi-hdd-stack-fill::before {
    content: "\f410"
}

.bi-hdd-stack::before {
    content: "\f411"
}

.bi-hdd::before {
    content: "\f412"
}

.bi-headphones::before {
    content: "\f413"
}

.bi-headset::before {
    content: "\f414"
}

.bi-heart-fill::before {
    content: "\f415"
}

.bi-heart-half::before {
    content: "\f416"
}

.bi-heart::before {
    content: "\f417"
}

.bi-heptagon-fill::before {
    content: "\f418"
}

.bi-heptagon-half::before {
    content: "\f419"
}

.bi-heptagon::before {
    content: "\f41a"
}

.bi-hexagon-fill::before {
    content: "\f41b"
}

.bi-hexagon-half::before {
    content: "\f41c"
}

.bi-hexagon::before {
    content: "\f41d"
}

.bi-hourglass-bottom::before {
    content: "\f41e"
}

.bi-hourglass-split::before {
    content: "\f41f"
}

.bi-hourglass-top::before {
    content: "\f420"
}

.bi-hourglass::before {
    content: "\f421"
}

.bi-house-door-fill::before {
    content: "\f422"
}

.bi-house-door::before {
    content: "\f423"
}

.bi-house-fill::before {
    content: "\f424"
}

.bi-house::before {
    content: "\f425"
}

.bi-hr::before {
    content: "\f426"
}

.bi-hurricane::before {
    content: "\f427"
}

.bi-image-alt::before {
    content: "\f428"
}

.bi-image-fill::before {
    content: "\f429"
}

.bi-image::before {
    content: "\f42a"
}

.bi-images::before {
    content: "\f42b"
}

.bi-inbox-fill::before {
    content: "\f42c"
}

.bi-inbox::before {
    content: "\f42d"
}

.bi-inboxes-fill::before {
    content: "\f42e"
}

.bi-inboxes::before {
    content: "\f42f"
}

.bi-info-circle-fill::before {
    content: "\f430"
}

.bi-info-circle::before {
    content: "\f431"
}

.bi-info-square-fill::before {
    content: "\f432"
}

.bi-info-square::before {
    content: "\f433"
}

.bi-info::before {
    content: "\f434"
}

.bi-input-cursor-text::before {
    content: "\f435"
}

.bi-input-cursor::before {
    content: "\f436"
}

.bi-instagram::before {
    content: "\f437"
}

.bi-intersect::before {
    content: "\f438"
}

.bi-journal-album::before {
    content: "\f439"
}

.bi-journal-arrow-down::before {
    content: "\f43a"
}

.bi-journal-arrow-up::before {
    content: "\f43b"
}

.bi-journal-bookmark-fill::before {
    content: "\f43c"
}

.bi-journal-bookmark::before {
    content: "\f43d"
}

.bi-journal-check::before {
    content: "\f43e"
}

.bi-journal-code::before {
    content: "\f43f"
}

.bi-journal-medical::before {
    content: "\f440"
}

.bi-journal-minus::before {
    content: "\f441"
}

.bi-journal-plus::before {
    content: "\f442"
}

.bi-journal-richtext::before {
    content: "\f443"
}

.bi-journal-text::before {
    content: "\f444"
}

.bi-journal-x::before {
    content: "\f445"
}

.bi-journal::before {
    content: "\f446"
}

.bi-journals::before {
    content: "\f447"
}

.bi-joystick::before {
    content: "\f448"
}

.bi-justify-left::before {
    content: "\f449"
}

.bi-justify-right::before {
    content: "\f44a"
}

.bi-justify::before {
    content: "\f44b"
}

.bi-kanban-fill::before {
    content: "\f44c"
}

.bi-kanban::before {
    content: "\f44d"
}

.bi-key-fill::before {
    content: "\f44e"
}

.bi-key::before {
    content: "\f44f"
}

.bi-keyboard-fill::before {
    content: "\f450"
}

.bi-keyboard::before {
    content: "\f451"
}

.bi-ladder::before {
    content: "\f452"
}

.bi-lamp-fill::before {
    content: "\f453"
}

.bi-lamp::before {
    content: "\f454"
}

.bi-laptop-fill::before {
    content: "\f455"
}

.bi-laptop::before {
    content: "\f456"
}

.bi-layer-backward::before {
    content: "\f457"
}

.bi-layer-forward::before {
    content: "\f458"
}

.bi-layers-fill::before {
    content: "\f459"
}

.bi-layers-half::before {
    content: "\f45a"
}

.bi-layers::before {
    content: "\f45b"
}

.bi-layout-sidebar-inset-reverse::before {
    content: "\f45c"
}

.bi-layout-sidebar-inset::before {
    content: "\f45d"
}

.bi-layout-sidebar-reverse::before {
    content: "\f45e"
}

.bi-layout-sidebar::before {
    content: "\f45f"
}

.bi-layout-split::before {
    content: "\f460"
}

.bi-layout-text-sidebar-reverse::before {
    content: "\f461"
}

.bi-layout-text-sidebar::before {
    content: "\f462"
}

.bi-layout-text-window-reverse::before {
    content: "\f463"
}

.bi-layout-text-window::before {
    content: "\f464"
}

.bi-layout-three-columns::before {
    content: "\f465"
}

.bi-layout-wtf::before {
    content: "\f466"
}

.bi-life-preserver::before {
    content: "\f467"
}

.bi-lightbulb-fill::before {
    content: "\f468"
}

.bi-lightbulb-off-fill::before {
    content: "\f469"
}

.bi-lightbulb-off::before {
    content: "\f46a"
}

.bi-lightbulb::before {
    content: "\f46b"
}

.bi-lightning-charge-fill::before {
    content: "\f46c"
}

.bi-lightning-charge::before {
    content: "\f46d"
}

.bi-lightning-fill::before {
    content: "\f46e"
}

.bi-lightning::before {
    content: "\f46f"
}

.bi-link-45deg::before {
    content: "\f470"
}

.bi-link::before {
    content: "\f471"
}

.bi-linkedin::before {
    content: "\f472"
}

.bi-list-check::before {
    content: "\f473"
}

.bi-list-nested::before {
    content: "\f474"
}

.bi-list-ol::before {
    content: "\f475"
}

.bi-list-stars::before {
    content: "\f476"
}

.bi-list-task::before {
    content: "\f477"
}

.bi-list-ul::before {
    content: "\f478"
}

.bi-list::before {
    content: "\f479"
}

.bi-lock-fill::before {
    content: "\f47a"
}

.bi-lock::before {
    content: "\f47b"
}

.bi-mailbox::before {
    content: "\f47c"
}

.bi-mailbox2::before {
    content: "\f47d"
}

.bi-map-fill::before {
    content: "\f47e"
}

.bi-map::before {
    content: "\f47f"
}

.bi-markdown-fill::before {
    content: "\f480"
}

.bi-markdown::before {
    content: "\f481"
}

.bi-mask::before {
    content: "\f482"
}

.bi-megaphone-fill::before {
    content: "\f483"
}

.bi-megaphone::before {
    content: "\f484"
}

.bi-menu-app-fill::before {
    content: "\f485"
}

.bi-menu-app::before {
    content: "\f486"
}

.bi-menu-button-fill::before {
    content: "\f487"
}

.bi-menu-button-wide-fill::before {
    content: "\f488"
}

.bi-menu-button-wide::before {
    content: "\f489"
}

.bi-menu-button::before {
    content: "\f48a"
}

.bi-menu-down::before {
    content: "\f48b"
}

.bi-menu-up::before {
    content: "\f48c"
}

.bi-mic-fill::before {
    content: "\f48d"
}

.bi-mic-mute-fill::before {
    content: "\f48e"
}

.bi-mic-mute::before {
    content: "\f48f"
}

.bi-mic::before {
    content: "\f490"
}

.bi-minecart-loaded::before {
    content: "\f491"
}

.bi-minecart::before {
    content: "\f492"
}

.bi-moisture::before {
    content: "\f493"
}

.bi-moon-fill::before {
    content: "\f494"
}

.bi-moon-stars-fill::before {
    content: "\f495"
}

.bi-moon-stars::before {
    content: "\f496"
}

.bi-moon::before {
    content: "\f497"
}

.bi-mouse-fill::before {
    content: "\f498"
}

.bi-mouse::before {
    content: "\f499"
}

.bi-mouse2-fill::before {
    content: "\f49a"
}

.bi-mouse2::before {
    content: "\f49b"
}

.bi-mouse3-fill::before {
    content: "\f49c"
}

.bi-mouse3::before {
    content: "\f49d"
}

.bi-music-note-beamed::before {
    content: "\f49e"
}

.bi-music-note-list::before {
    content: "\f49f"
}

.bi-music-note::before {
    content: "\f4a0"
}

.bi-music-player-fill::before {
    content: "\f4a1"
}

.bi-music-player::before {
    content: "\f4a2"
}

.bi-newspaper::before {
    content: "\f4a3"
}

.bi-node-minus-fill::before {
    content: "\f4a4"
}

.bi-node-minus::before {
    content: "\f4a5"
}

.bi-node-plus-fill::before {
    content: "\f4a6"
}

.bi-node-plus::before {
    content: "\f4a7"
}

.bi-nut-fill::before {
    content: "\f4a8"
}

.bi-nut::before {
    content: "\f4a9"
}

.bi-octagon-fill::before {
    content: "\f4aa"
}

.bi-octagon-half::before {
    content: "\f4ab"
}

.bi-octagon::before {
    content: "\f4ac"
}

.bi-option::before {
    content: "\f4ad"
}

.bi-outlet::before {
    content: "\f4ae"
}

.bi-paint-bucket::before {
    content: "\f4af"
}

.bi-palette-fill::before {
    content: "\f4b0"
}

.bi-palette::before {
    content: "\f4b1"
}

.bi-palette2::before {
    content: "\f4b2"
}

.bi-paperclip::before {
    content: "\f4b3"
}

.bi-paragraph::before {
    content: "\f4b4"
}

.bi-patch-check-fill::before {
    content: "\f4b5"
}

.bi-patch-check::before {
    content: "\f4b6"
}

.bi-patch-exclamation-fill::before {
    content: "\f4b7"
}

.bi-patch-exclamation::before {
    content: "\f4b8"
}

.bi-patch-minus-fill::before {
    content: "\f4b9"
}

.bi-patch-minus::before {
    content: "\f4ba"
}

.bi-patch-plus-fill::before {
    content: "\f4bb"
}

.bi-patch-plus::before {
    content: "\f4bc"
}

.bi-patch-question-fill::before {
    content: "\f4bd"
}

.bi-patch-question::before {
    content: "\f4be"
}

.bi-pause-btn-fill::before {
    content: "\f4bf"
}

.bi-pause-btn::before {
    content: "\f4c0"
}

.bi-pause-circle-fill::before {
    content: "\f4c1"
}

.bi-pause-circle::before {
    content: "\f4c2"
}

.bi-pause-fill::before {
    content: "\f4c3"
}

.bi-pause::before {
    content: "\f4c4"
}

.bi-peace-fill::before {
    content: "\f4c5"
}

.bi-peace::before {
    content: "\f4c6"
}

.bi-pen-fill::before {
    content: "\f4c7"
}

.bi-pen::before {
    content: "\f4c8"
}

.bi-pencil-fill::before {
    content: "\f4c9"
}

.bi-pencil-square::before {
    content: "\f4ca"
}

.bi-pencil::before {
    content: "\f4cb"
}

.bi-pentagon-fill::before {
    content: "\f4cc"
}

.bi-pentagon-half::before {
    content: "\f4cd"
}

.bi-pentagon::before {
    content: "\f4ce"
}

.bi-people-fill::before {
    content: "\f4cf"
}

.bi-people::before {
    content: "\f4d0"
}

.bi-percent::before {
    content: "\f4d1"
}

.bi-person-badge-fill::before {
    content: "\f4d2"
}

.bi-person-badge::before {
    content: "\f4d3"
}

.bi-person-bounding-box::before {
    content: "\f4d4"
}

.bi-person-check-fill::before {
    content: "\f4d5"
}

.bi-person-check::before {
    content: "\f4d6"
}

.bi-person-circle::before {
    content: "\f4d7"
}

.bi-person-dash-fill::before {
    content: "\f4d8"
}

.bi-person-dash::before {
    content: "\f4d9"
}

.bi-person-fill::before {
    content: "\f4da"
}

.bi-person-lines-fill::before {
    content: "\f4db"
}

.bi-person-plus-fill::before {
    content: "\f4dc"
}

.bi-person-plus::before {
    content: "\f4dd"
}

.bi-person-square::before {
    content: "\f4de"
}

.bi-person-x-fill::before {
    content: "\f4df"
}

.bi-person-x::before {
    content: "\f4e0"
}

.bi-person::before {
    content: "\f4e1"
}

.bi-phone-fill::before {
    content: "\f4e2"
}

.bi-phone-landscape-fill::before {
    content: "\f4e3"
}

.bi-phone-landscape::before {
    content: "\f4e4"
}

.bi-phone-vibrate-fill::before {
    content: "\f4e5"
}

.bi-phone-vibrate::before {
    content: "\f4e6"
}

.bi-phone::before {
    content: "\f4e7"
}

.bi-pie-chart-fill::before {
    content: "\f4e8"
}

.bi-pie-chart::before {
    content: "\f4e9"
}

.bi-pin-angle-fill::before {
    content: "\f4ea"
}

.bi-pin-angle::before {
    content: "\f4eb"
}

.bi-pin-fill::before {
    content: "\f4ec"
}

.bi-pin::before {
    content: "\f4ed"
}

.bi-pip-fill::before {
    content: "\f4ee"
}

.bi-pip::before {
    content: "\f4ef"
}

.bi-play-btn-fill::before {
    content: "\f4f0"
}

.bi-play-btn::before {
    content: "\f4f1"
}

.bi-play-circle-fill::before {
    content: "\f4f2"
}

.bi-play-circle::before {
    content: "\f4f3"
}

.bi-play-fill::before {
    content: "\f4f4"
}

.bi-play::before {
    content: "\f4f5"
}

.bi-plug-fill::before {
    content: "\f4f6"
}

.bi-plug::before {
    content: "\f4f7"
}

.bi-plus-circle-dotted::before {
    content: "\f4f8"
}

.bi-plus-circle-fill::before {
    content: "\f4f9"
}

.bi-plus-circle::before {
    content: "\f4fa"
}

.bi-plus-square-dotted::before {
    content: "\f4fb"
}

.bi-plus-square-fill::before {
    content: "\f4fc"
}

.bi-plus-square::before {
    content: "\f4fd"
}

.bi-plus::before {
    content: "\f4fe"
}

.bi-power::before {
    content: "\f4ff"
}

.bi-printer-fill::before {
    content: "\f500"
}

.bi-printer::before {
    content: "\f501"
}

.bi-puzzle-fill::before {
    content: "\f502"
}

.bi-puzzle::before {
    content: "\f503"
}

.bi-question-circle-fill::before {
    content: "\f504"
}

.bi-question-circle::before {
    content: "\f505"
}

.bi-question-diamond-fill::before {
    content: "\f506"
}

.bi-question-diamond::before {
    content: "\f507"
}

.bi-question-octagon-fill::before {
    content: "\f508"
}

.bi-question-octagon::before {
    content: "\f509"
}

.bi-question-square-fill::before {
    content: "\f50a"
}

.bi-question-square::before {
    content: "\f50b"
}

.bi-question::before {
    content: "\f50c"
}

.bi-rainbow::before {
    content: "\f50d"
}

.bi-receipt-cutoff::before {
    content: "\f50e"
}

.bi-receipt::before {
    content: "\f50f"
}

.bi-reception-0::before {
    content: "\f510"
}

.bi-reception-1::before {
    content: "\f511"
}

.bi-reception-2::before {
    content: "\f512"
}

.bi-reception-3::before {
    content: "\f513"
}

.bi-reception-4::before {
    content: "\f514"
}

.bi-record-btn-fill::before {
    content: "\f515"
}

.bi-record-btn::before {
    content: "\f516"
}

.bi-record-circle-fill::before {
    content: "\f517"
}

.bi-record-circle::before {
    content: "\f518"
}

.bi-record-fill::before {
    content: "\f519"
}

.bi-record::before {
    content: "\f51a"
}

.bi-record2-fill::before {
    content: "\f51b"
}

.bi-record2::before {
    content: "\f51c"
}

.bi-reply-all-fill::before {
    content: "\f51d"
}

.bi-reply-all::before {
    content: "\f51e"
}

.bi-reply-fill::before {
    content: "\f51f"
}

.bi-reply::before {
    content: "\f520"
}

.bi-rss-fill::before {
    content: "\f521"
}

.bi-rss::before {
    content: "\f522"
}

.bi-rulers::before {
    content: "\f523"
}

.bi-save-fill::before {
    content: "\f524"
}

.bi-save::before {
    content: "\f525"
}

.bi-save2-fill::before {
    content: "\f526"
}

.bi-save2::before {
    content: "\f527"
}

.bi-scissors::before {
    content: "\f528"
}

.bi-screwdriver::before {
    content: "\f529"
}

.bi-search::before {
    content: "\f52a"
}

.bi-segmented-nav::before {
    content: "\f52b"
}

.bi-server::before {
    content: "\f52c"
}

.bi-share-fill::before {
    content: "\f52d"
}

.bi-share::before {
    content: "\f52e"
}

.bi-shield-check::before {
    content: "\f52f"
}

.bi-shield-exclamation::before {
    content: "\f530"
}

.bi-shield-fill-check::before {
    content: "\f531"
}

.bi-shield-fill-exclamation::before {
    content: "\f532"
}

.bi-shield-fill-minus::before {
    content: "\f533"
}

.bi-shield-fill-plus::before {
    content: "\f534"
}

.bi-shield-fill-x::before {
    content: "\f535"
}

.bi-shield-fill::before {
    content: "\f536"
}

.bi-shield-lock-fill::before {
    content: "\f537"
}

.bi-shield-lock::before {
    content: "\f538"
}

.bi-shield-minus::before {
    content: "\f539"
}

.bi-shield-plus::before {
    content: "\f53a"
}

.bi-shield-shaded::before {
    content: "\f53b"
}

.bi-shield-slash-fill::before {
    content: "\f53c"
}

.bi-shield-slash::before {
    content: "\f53d"
}

.bi-shield-x::before {
    content: "\f53e"
}

.bi-shield::before {
    content: "\f53f"
}

.bi-shift-fill::before {
    content: "\f540"
}

.bi-shift::before {
    content: "\f541"
}

.bi-shop-window::before {
    content: "\f542"
}

.bi-shop::before {
    content: "\f543"
}

.bi-shuffle::before {
    content: "\f544"
}

.bi-signpost-2-fill::before {
    content: "\f545"
}

.bi-signpost-2::before {
    content: "\f546"
}

.bi-signpost-fill::before {
    content: "\f547"
}

.bi-signpost-split-fill::before {
    content: "\f548"
}

.bi-signpost-split::before {
    content: "\f549"
}

.bi-signpost::before {
    content: "\f54a"
}

.bi-sim-fill::before {
    content: "\f54b"
}

.bi-sim::before {
    content: "\f54c"
}

.bi-skip-backward-btn-fill::before {
    content: "\f54d"
}

.bi-skip-backward-btn::before {
    content: "\f54e"
}

.bi-skip-backward-circle-fill::before {
    content: "\f54f"
}

.bi-skip-backward-circle::before {
    content: "\f550"
}

.bi-skip-backward-fill::before {
    content: "\f551"
}

.bi-skip-backward::before {
    content: "\f552"
}

.bi-skip-end-btn-fill::before {
    content: "\f553"
}

.bi-skip-end-btn::before {
    content: "\f554"
}

.bi-skip-end-circle-fill::before {
    content: "\f555"
}

.bi-skip-end-circle::before {
    content: "\f556"
}

.bi-skip-end-fill::before {
    content: "\f557"
}

.bi-skip-end::before {
    content: "\f558"
}

.bi-skip-forward-btn-fill::before {
    content: "\f559"
}

.bi-skip-forward-btn::before {
    content: "\f55a"
}

.bi-skip-forward-circle-fill::before {
    content: "\f55b"
}

.bi-skip-forward-circle::before {
    content: "\f55c"
}

.bi-skip-forward-fill::before {
    content: "\f55d"
}

.bi-skip-forward::before {
    content: "\f55e"
}

.bi-skip-start-btn-fill::before {
    content: "\f55f"
}

.bi-skip-start-btn::before {
    content: "\f560"
}

.bi-skip-start-circle-fill::before {
    content: "\f561"
}

.bi-skip-start-circle::before {
    content: "\f562"
}

.bi-skip-start-fill::before {
    content: "\f563"
}

.bi-skip-start::before {
    content: "\f564"
}

.bi-slack::before {
    content: "\f565"
}

.bi-slash-circle-fill::before {
    content: "\f566"
}

.bi-slash-circle::before {
    content: "\f567"
}

.bi-slash-square-fill::before {
    content: "\f568"
}

.bi-slash-square::before {
    content: "\f569"
}

.bi-slash::before {
    content: "\f56a"
}

.bi-sliders::before {
    content: "\f56b"
}

.bi-smartwatch::before {
    content: "\f56c"
}

.bi-snow::before {
    content: "\f56d"
}

.bi-snow2::before {
    content: "\f56e"
}

.bi-snow3::before {
    content: "\f56f"
}

.bi-sort-alpha-down-alt::before {
    content: "\f570"
}

.bi-sort-alpha-down::before {
    content: "\f571"
}

.bi-sort-alpha-up-alt::before {
    content: "\f572"
}

.bi-sort-alpha-up::before {
    content: "\f573"
}

.bi-sort-down-alt::before {
    content: "\f574"
}

.bi-sort-down::before {
    content: "\f575"
}

.bi-sort-numeric-down-alt::before {
    content: "\f576"
}

.bi-sort-numeric-down::before {
    content: "\f577"
}

.bi-sort-numeric-up-alt::before {
    content: "\f578"
}

.bi-sort-numeric-up::before {
    content: "\f579"
}

.bi-sort-up-alt::before {
    content: "\f57a"
}

.bi-sort-up::before {
    content: "\f57b"
}

.bi-soundwave::before {
    content: "\f57c"
}

.bi-speaker-fill::before {
    content: "\f57d"
}

.bi-speaker::before {
    content: "\f57e"
}

.bi-speedometer::before {
    content: "\f57f"
}

.bi-speedometer2::before {
    content: "\f580"
}

.bi-spellcheck::before {
    content: "\f581"
}

.bi-square-fill::before {
    content: "\f582"
}

.bi-square-half::before {
    content: "\f583"
}

.bi-square::before {
    content: "\f584"
}

.bi-stack::before {
    content: "\f585"
}

.bi-star-fill::before {
    content: "\f586"
}

.bi-star-half::before {
    content: "\f587"
}

.bi-star::before {
    content: "\f588"
}

.bi-stars::before {
    content: "\f589"
}

.bi-stickies-fill::before {
    content: "\f58a"
}

.bi-stickies::before {
    content: "\f58b"
}

.bi-sticky-fill::before {
    content: "\f58c"
}

.bi-sticky::before {
    content: "\f58d"
}

.bi-stop-btn-fill::before {
    content: "\f58e"
}

.bi-stop-btn::before {
    content: "\f58f"
}

.bi-stop-circle-fill::before {
    content: "\f590"
}

.bi-stop-circle::before {
    content: "\f591"
}

.bi-stop-fill::before {
    content: "\f592"
}

.bi-stop::before {
    content: "\f593"
}

.bi-stoplights-fill::before {
    content: "\f594"
}

.bi-stoplights::before {
    content: "\f595"
}

.bi-stopwatch-fill::before {
    content: "\f596"
}

.bi-stopwatch::before {
    content: "\f597"
}

.bi-subtract::before {
    content: "\f598"
}

.bi-suit-club-fill::before {
    content: "\f599"
}

.bi-suit-club::before {
    content: "\f59a"
}

.bi-suit-diamond-fill::before {
    content: "\f59b"
}

.bi-suit-diamond::before {
    content: "\f59c"
}

.bi-suit-heart-fill::before {
    content: "\f59d"
}

.bi-suit-heart::before {
    content: "\f59e"
}

.bi-suit-spade-fill::before {
    content: "\f59f"
}

.bi-suit-spade::before {
    content: "\f5a0"
}

.bi-sun-fill::before {
    content: "\f5a1"
}

.bi-sun::before {
    content: "\f5a2"
}

.bi-sunglasses::before {
    content: "\f5a3"
}

.bi-sunrise-fill::before {
    content: "\f5a4"
}

.bi-sunrise::before {
    content: "\f5a5"
}

.bi-sunset-fill::before {
    content: "\f5a6"
}

.bi-sunset::before {
    content: "\f5a7"
}

.bi-symmetry-horizontal::before {
    content: "\f5a8"
}

.bi-symmetry-vertical::before {
    content: "\f5a9"
}

.bi-table::before {
    content: "\f5aa"
}

.bi-tablet-fill::before {
    content: "\f5ab"
}

.bi-tablet-landscape-fill::before {
    content: "\f5ac"
}

.bi-tablet-landscape::before {
    content: "\f5ad"
}

.bi-tablet::before {
    content: "\f5ae"
}

.bi-tag-fill::before {
    content: "\f5af"
}

.bi-tag::before {
    content: "\f5b0"
}

.bi-tags-fill::before {
    content: "\f5b1"
}

.bi-tags::before {
    content: "\f5b2"
}

.bi-telegram::before {
    content: "\f5b3"
}

.bi-telephone-fill::before {
    content: "\f5b4"
}

.bi-telephone-forward-fill::before {
    content: "\f5b5"
}

.bi-telephone-forward::before {
    content: "\f5b6"
}

.bi-telephone-inbound-fill::before {
    content: "\f5b7"
}

.bi-telephone-inbound::before {
    content: "\f5b8"
}

.bi-telephone-minus-fill::before {
    content: "\f5b9"
}

.bi-telephone-minus::before {
    content: "\f5ba"
}

.bi-telephone-outbound-fill::before {
    content: "\f5bb"
}

.bi-telephone-outbound::before {
    content: "\f5bc"
}

.bi-telephone-plus-fill::before {
    content: "\f5bd"
}

.bi-telephone-plus::before {
    content: "\f5be"
}

.bi-telephone-x-fill::before {
    content: "\f5bf"
}

.bi-telephone-x::before {
    content: "\f5c0"
}

.bi-telephone::before {
    content: "\f5c1"
}

.bi-terminal-fill::before {
    content: "\f5c2"
}

.bi-terminal::before {
    content: "\f5c3"
}

.bi-text-center::before {
    content: "\f5c4"
}

.bi-text-indent-left::before {
    content: "\f5c5"
}

.bi-text-indent-right::before {
    content: "\f5c6"
}

.bi-text-left::before {
    content: "\f5c7"
}

.bi-text-paragraph::before {
    content: "\f5c8"
}

.bi-text-right::before {
    content: "\f5c9"
}

.bi-textarea-resize::before {
    content: "\f5ca"
}

.bi-textarea-t::before {
    content: "\f5cb"
}

.bi-textarea::before {
    content: "\f5cc"
}

.bi-thermometer-half::before {
    content: "\f5cd"
}

.bi-thermometer-high::before {
    content: "\f5ce"
}

.bi-thermometer-low::before {
    content: "\f5cf"
}

.bi-thermometer-snow::before {
    content: "\f5d0"
}

.bi-thermometer-sun::before {
    content: "\f5d1"
}

.bi-thermometer::before {
    content: "\f5d2"
}

.bi-three-dots-vertical::before {
    content: "\f5d3"
}

.bi-three-dots::before {
    content: "\f5d4"
}

.bi-toggle-off::before {
    content: "\f5d5"
}

.bi-toggle-on::before {
    content: "\f5d6"
}

.bi-toggle2-off::before {
    content: "\f5d7"
}

.bi-toggle2-on::before {
    content: "\f5d8"
}

.bi-toggles::before {
    content: "\f5d9"
}

.bi-toggles2::before {
    content: "\f5da"
}

.bi-tools::before {
    content: "\f5db"
}

.bi-tornado::before {
    content: "\f5dc"
}

.bi-trash-fill::before {
    content: "\f5dd"
}

.bi-trash::before {
    content: "\f5de"
}

.bi-trash2-fill::before {
    content: "\f5df"
}

.bi-trash2::before {
    content: "\f5e0"
}

.bi-tree-fill::before {
    content: "\f5e1"
}

.bi-tree::before {
    content: "\f5e2"
}

.bi-triangle-fill::before {
    content: "\f5e3"
}

.bi-triangle-half::before {
    content: "\f5e4"
}

.bi-triangle::before {
    content: "\f5e5"
}

.bi-trophy-fill::before {
    content: "\f5e6"
}

.bi-trophy::before {
    content: "\f5e7"
}

.bi-tropical-storm::before {
    content: "\f5e8"
}

.bi-truck-flatbed::before {
    content: "\f5e9"
}

.bi-truck::before {
    content: "\f5ea"
}

.bi-tsunami::before {
    content: "\f5eb"
}

.bi-tv-fill::before {
    content: "\f5ec"
}

.bi-tv::before {
    content: "\f5ed"
}

.bi-twitch::before {
    content: "\f5ee"
}

.bi-twitter::before {
    content: "\f5ef"
}

.bi-type-bold::before {
    content: "\f5f0"
}

.bi-type-h1::before {
    content: "\f5f1"
}

.bi-type-h2::before {
    content: "\f5f2"
}

.bi-type-h3::before {
    content: "\f5f3"
}

.bi-type-italic::before {
    content: "\f5f4"
}

.bi-type-strikethrough::before {
    content: "\f5f5"
}

.bi-type-underline::before {
    content: "\f5f6"
}

.bi-type::before {
    content: "\f5f7"
}

.bi-ui-checks-grid::before {
    content: "\f5f8"
}

.bi-ui-checks::before {
    content: "\f5f9"
}

.bi-ui-radios-grid::before {
    content: "\f5fa"
}

.bi-ui-radios::before {
    content: "\f5fb"
}

.bi-umbrella-fill::before {
    content: "\f5fc"
}

.bi-umbrella::before {
    content: "\f5fd"
}

.bi-union::before {
    content: "\f5fe"
}

.bi-unlock-fill::before {
    content: "\f5ff"
}

.bi-unlock::before {
    content: "\f600"
}

.bi-upc-scan::before {
    content: "\f601"
}

.bi-upc::before {
    content: "\f602"
}

.bi-upload::before {
    content: "\f603"
}

.bi-vector-pen::before {
    content: "\f604"
}

.bi-view-list::before {
    content: "\f605"
}

.bi-view-stacked::before {
    content: "\f606"
}

.bi-vinyl-fill::before {
    content: "\f607"
}

.bi-vinyl::before {
    content: "\f608"
}

.bi-voicemail::before {
    content: "\f609"
}

.bi-volume-down-fill::before {
    content: "\f60a"
}

.bi-volume-down::before {
    content: "\f60b"
}

.bi-volume-mute-fill::before {
    content: "\f60c"
}

.bi-volume-mute::before {
    content: "\f60d"
}

.bi-volume-off-fill::before {
    content: "\f60e"
}

.bi-volume-off::before {
    content: "\f60f"
}

.bi-volume-up-fill::before {
    content: "\f610"
}

.bi-volume-up::before {
    content: "\f611"
}

.bi-vr::before {
    content: "\f612"
}

.bi-wallet-fill::before {
    content: "\f613"
}

.bi-wallet::before {
    content: "\f614"
}

.bi-wallet2::before {
    content: "\f615"
}

.bi-watch::before {
    content: "\f616"
}

.bi-water::before {
    content: "\f617"
}

.bi-whatsapp::before {
    content: "\f618"
}

.bi-wifi-1::before {
    content: "\f619"
}

.bi-wifi-2::before {
    content: "\f61a"
}

.bi-wifi-off::before {
    content: "\f61b"
}

.bi-wifi::before {
    content: "\f61c"
}

.bi-wind::before {
    content: "\f61d"
}

.bi-window-dock::before {
    content: "\f61e"
}

.bi-window-sidebar::before {
    content: "\f61f"
}

.bi-window::before {
    content: "\f620"
}

.bi-wrench::before {
    content: "\f621"
}

.bi-x-circle-fill::before {
    content: "\f622"
}

.bi-x-circle::before {
    content: "\f623"
}

.bi-x-diamond-fill::before {
    content: "\f624"
}

.bi-x-diamond::before {
    content: "\f625"
}

.bi-x-octagon-fill::before {
    content: "\f626"
}

.bi-x-octagon::before {
    content: "\f627"
}

.bi-x-square-fill::before {
    content: "\f628"
}

.bi-x-square::before {
    content: "\f629"
}

.bi-x::before {
    content: "\f62a"
}

.bi-youtube::before {
    content: "\f62b"
}

.bi-zoom-in::before {
    content: "\f62c"
}

.bi-zoom-out::before {
    content: "\f62d"
}

.bi-bank::before {
    content: "\f62e"
}

.bi-bank2::before {
    content: "\f62f"
}

.bi-bell-slash-fill::before {
    content: "\f630"
}

.bi-bell-slash::before {
    content: "\f631"
}

.bi-cash-coin::before {
    content: "\f632"
}

.bi-check-lg::before {
    content: "\f633"
}

.bi-coin::before {
    content: "\f634"
}

.bi-currency-bitcoin::before {
    content: "\f635"
}

.bi-currency-dollar::before {
    content: "\f636"
}

.bi-currency-euro::before {
    content: "\f637"
}

.bi-currency-exchange::before {
    content: "\f638"
}

.bi-currency-pound::before {
    content: "\f639"
}

.bi-currency-yen::before {
    content: "\f63a"
}

.bi-dash-lg::before {
    content: "\f63b"
}

.bi-exclamation-lg::before {
    content: "\f63c"
}

.bi-file-earmark-pdf-fill::before {
    content: "\f63d"
}

.bi-file-earmark-pdf::before {
    content: "\f63e"
}

.bi-file-pdf-fill::before {
    content: "\f63f"
}

.bi-file-pdf::before {
    content: "\f640"
}

.bi-gender-ambiguous::before {
    content: "\f641"
}

.bi-gender-female::before {
    content: "\f642"
}

.bi-gender-male::before {
    content: "\f643"
}

.bi-gender-trans::before {
    content: "\f644"
}

.bi-headset-vr::before {
    content: "\f645"
}

.bi-info-lg::before {
    content: "\f646"
}

.bi-mastodon::before {
    content: "\f647"
}

.bi-messenger::before {
    content: "\f648"
}

.bi-piggy-bank-fill::before {
    content: "\f649"
}

.bi-piggy-bank::before {
    content: "\f64a"
}

.bi-pin-map-fill::before {
    content: "\f64b"
}

.bi-pin-map::before {
    content: "\f64c"
}

.bi-plus-lg::before {
    content: "\f64d"
}

.bi-question-lg::before {
    content: "\f64e"
}

.bi-recycle::before {
    content: "\f64f"
}

.bi-reddit::before {
    content: "\f650"
}

.bi-safe-fill::before {
    content: "\f651"
}

.bi-safe2-fill::before {
    content: "\f652"
}

.bi-safe2::before {
    content: "\f653"
}

.bi-sd-card-fill::before {
    content: "\f654"
}

.bi-sd-card::before {
    content: "\f655"
}

.bi-skype::before {
    content: "\f656"
}

.bi-slash-lg::before {
    content: "\f657"
}

.bi-translate::before {
    content: "\f658"
}

.bi-x-lg::before {
    content: "\f659"
}

.bi-safe::before {
    content: "\f65a"
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: black;
    -ms-filter: "alpha(opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

@media all and (max-width:540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: 0;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding .15s, max-height .15s;
    transition: padding .15s, max-height .15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding .2s, max-height .2s;
    transition: padding .25s, max-height .25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: white;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .1s;
    transition: all .1s
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sweet-alert input:focus {
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity .3s .03s ease;
    opacity: .5
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity .3s .03s ease;
    opacity: .5
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity .3s .03s ease;
    opacity: .5
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    background-color: #8cd4f5;
    color: white;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: 0;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button.cancel {
    background-color: #c1c1c1
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #f27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #f8bb86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f8bb86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f8bb86
}

.sweet-alert .sa-icon.sa-info {
    border-color: #c9dae1
}

.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #c9dae1
}

.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #c9dae1
}

.sweet-alert .sa-icon.sa-success {
    border-color: #a5dc86
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: 0;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0 {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0 {
        transform: scale(0.7);
        -webkit-transform: scale(0.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@keyframes hideSweetAlert {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5)
    }
}

@-webkit-keyframes slideFromTop {
    0 {
        top: 0
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0 {
        top: 0
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0 {
        top: 50%
    }

    100% {
        top: 0
    }
}

@keyframes slideToTop {
    0 {
        top: 50%
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes slideFromBottom {
    0 {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0 {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0 {
        top: 50%
    }

    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0 {
        top: 50%
    }

    100% {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop .3s;
    animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom .3s;
    animation: slideFromBottom .3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop .4s;
    animation: slideToTop .4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom .3s;
    animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
    0 {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0 {
        width: 0;
        left: 1px;
        top: 19px
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0 {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0 {
        width: 0;
        right: 46px;
        top: 54px
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0 {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0 {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0 {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

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

@keyframes animateErrorIcon {
    0 {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

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

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
    0 {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0 {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
    0 {
        border-color: #f8d486
    }

    100% {
        border-color: #f8bb86
    }
}

@keyframes pulseWarning {
    0 {
        border-color: #f8d486
    }

    100% {
        border-color: #f8bb86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0 {
        background-color: #f8d486
    }

    100% {
        background-color: #f8bb86
    }
}

@keyframes pulseWarningIns {
    0 {
        background-color: #f8d486
    }

    100% {
        background-color: #f8bb86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0 {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0 {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-fall {
    width: 54px;
    height: 18px
}

.la-ball-fall>div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -200ms;
    -moz-animation-delay: -200ms;
    -o-animation-delay: -200ms;
    animation-delay: -200ms
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -100ms;
    -moz-animation-delay: -100ms;
    -o-animation-delay: -100ms;
    animation-delay: -100ms
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

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

@-moz-keyframes ball-fall {
    0 {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-o-keyframes ball-fall {
    0 {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10% {
        opacity: .5
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    90% {
        opacity: .5
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

:root {
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif;
    color: #444;
    overflow-x: hidden
}

a {
    color: #104cba;
    text-decoration: none
}

a:hover {
    color: #104cba;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Kanit, sans-serif
}

section {
    padding: 30px 0;
    overflow: hidden
}

.section-header {
    text-align: center;
    padding-bottom: 0px
}

.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #104cba;
    text-transform: uppercase
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    color: #012970
}

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px
    }
}

.breadcrumbs {
    padding: 15px 0;
    background: #012970;
    min-height: 40px;
    margin-top: 82px;
    color: #fff
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s
}

.breadcrumbs ol a:hover {
    text-decoration: underline
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #8894f6;
    content: "/"
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #104cba;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0
}

.header.header-scrolled {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 20px rgba(1, 41, 112, 0.1)
}

.header .logo {
    line-height: 0
}

.header .logo img {
    max-height: 40px;
    margin-right: 6px
}

.header .logo span {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #012970;
    font-family: Poppins, sans-serif;
    margin-top: 3px
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative
}

.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #013289;
    white-space: nowrap;
    transition: 0.3s
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px
}

.navbar .active,
.navbar a:hover,
.navbar li:hover>a {
    color: #104cba
}

.navbar .getstarted {
    background: #104cba;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff
}

.navbar .getstarted:hover {
    color: #104cba;
    opacity: 0.9
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px
}

.navbar .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600
}

.navbar .dropdown ul a i {
    font-size: 12px
}

.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a {
    color: #104cba
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%
    }
}

.mobile-nav-toggle {
    color: #012970;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s
}

.mobile-nav-toggle.bi-x {
    color: #fff
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.3s
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #012970
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
    color: #104cba
}

.navbar-mobile .getstarted {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25)
}

.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.header-scrolled.white-landing .navbar li:hover a {
    color: #104cba
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

.hero {
    width: 100%;
    height: 100vh;
    background: url(/assets/img/hero-bg.png) top center no-repeat;
    background-size: cover
}

.hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #012970
}

.hero h2 {
    color: #444;
    margin: 15px 0 0 0;
    font-size: 26px
}

.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #104cba;
    box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4)
}

.hero .btn-get-started span {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px
}

.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s
}

.hero .btn-get-started:hover i {
    transform: translateX(5px)
}

.hero .hero-img {
    text-align: right
}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed
    }
}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0 60px 0
    }

    .hero .hero-img {
        text-align: center;
        margin-top: 80px
    }

    .hero .hero-img img {
        width: 80%
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center
    }

    .hero h1 {
        font-size: 32px
    }

    .hero h2 {
        font-size: 24px
    }

    .hero .hero-img img {
        width: 100%
    }
}

.about .content {
    background-color: #f6f9ff;
    padding: 40px
}

.about h3 {
    font-size: 14px;
    font-weight: 700;
    color: #104cba;
    text-transform: uppercase
}

.about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970
}

.about p {
    margin: 15px 0 30px 0;
    line-height: 24px
}

.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #104cba;
    box-shadow: 0 5px 25px rgba(65, 84, 241, 0.3)
}

.about .btn-read-more span {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px
}

.about .btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s
}

.about .btn-read-more:hover i {
    transform: translateX(5px)
}

.values .box {
    padding: 30px;
    box-shadow: 0 0 5px rgba(1, 41, 112, 0.08);
    text-align: center;
    transition: 0.3s;
    height: 100%
}

.values .box img {
    padding: 30px 50px;
    transition: 0.5s;
    transform: scale(1.1)
}

.values .box h3 {
    font-size: 24px;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px
}

.values .box:hover {
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08)
}

.values .box:hover img {
    transform: scale(1)
}

.counts {
    padding: 70px 0 60px
}

.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08)
}

.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #104cba
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0b198f
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px
}

.features .feature-box {
    padding: 24px 20px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%
}

.features .feature-box h3 {
    font-size: 18px;
    color: #012970;
    font-weight: 700;
    margin: 0
}

.features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s
}

.features .feature-box:hover i {
    background: #104cba;
    color: #fff
}

.features .feture-tabs {
    margin-top: 120px
}

.features .feture-tabs h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee
}

.features .feture-tabs .nav-link {
    background: 0 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #012970;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0
}

.features .feture-tabs .nav-link.active {
    color: #104cba;
    border-bottom: 3px solid #104cba
}

.features .feture-tabs .tab-content h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #012970
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #104cba
}

.features .feature-icons {
    margin-top: 120px
}

.features .feature-icons h3 {
    color: #012970;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px
    }
}

.features .feature-icons .content .icon-box {
    display: flex
}

.features .feature-icons .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #012970
}

.features .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #0245bc;
    margin-right: 15px
}

.features .feature-icons .content .icon-box p {
    font-size: 15px;
    color: #848484
}

.services .service-box {
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px
}

.services .service-box .icon {
    font-size: 36px;
    padding: 40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s
}

.services .service-box h3 {
    color: #444;
    font-weight: 700
}

.services .service-box .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px
}

.services .service-box .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px
}

.services .service-box.blue {
    border-bottom: 3px solid #2db6fa
}

.services .service-box.blue .icon {
    color: #2db6fa;
    background: #dbf3fe
}

.services .service-box.blue .read-more {
    color: #2db6fa
}

.services .service-box.blue:hover {
    background: #2db6fa
}

.services .service-box.orange {
    border-bottom: 3px solid #f68c09
}

.services .service-box.orange .icon {
    color: #f68c09;
    background: #fde3c4
}

.services .service-box.orange .read-more {
    color: #f68c09
}

.services .service-box.orange:hover {
    background: #f68c09
}

.services .service-box.green {
    border-bottom: 3px solid #08da4e
}

.services .service-box.green .icon {
    color: #08da4e;
    background: #cffddf
}

.services .service-box.green .read-more {
    color: #08da4e
}

.services .service-box.green:hover {
    background: #08da4e
}

.services .service-box.red {
    border-bottom: 3px solid #e9222c
}

.services .service-box.red .icon {
    color: #e9222c;
    background: #fef7f8
}

.services .service-box.red .read-more {
    color: #e9222c
}

.services .service-box.red:hover {
    background: #e9222c
}

.services .service-box.purple {
    border-bottom: 3px solid #b50edf
}

.services .service-box.purple .icon {
    color: #b50edf;
    background: #f8e4fd
}

.services .service-box.purple .read-more {
    color: #b50edf
}

.services .service-box.purple:hover {
    background: #b50edf
}

.services .service-box.pink {
    border-bottom: 3px solid #f51f9c
}

.services .service-box.pink .icon {
    color: #f51f9c;
    background: #feecf7
}

.services .service-box.pink .read-more {
    color: #f51f9c
}

.services .service-box.pink:hover {
    background: #f51f9c
}

.services .service-box:hover .read-more,
.services .service-box:hover h3,
.services .service-box:hover p {
    color: #fff
}

.services .service-box:hover .icon {
    background: #fff
}

.pricing .box {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s
}

.pricing .box:hover {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.1)
}

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.pricing .price {
    font-size: 36px;
    color: #444;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.pricing .price sup {
    font-size: 20px;
    top: -15px;
    left: -3px
}

.pricing .price span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300
}

.pricing img {
    padding: 30px 40px
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px
}

.pricing ul li {
    padding-bottom: 10px
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through
}

.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #104cba;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #104cba
}

.pricing .btn-buy:hover {
    background: #104cba;
    color: #fff
}

.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #104cba;
    color: #fff
}

.faq .accordion-collapse {
    border: 0
}

.faq .accordion-button {
    padding: 15px 15px 20px 0;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    color: #444;
    text-align: left
}

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

.faq .accordion-button:not(.collapsed) {
    background: 0 0;
    color: #104cba;
    border-bottom: 0
}

.faq .accordion-body {
    padding: 0 0 25px 0;
    border: 0
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
    color: #104cba;
    border-color: #104cba
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75)
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0
}

.portfolio .portfolio-wrap img {
    transition: 1s
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #012970;
    font-weight: 700
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #012970;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #104cba;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s
}

.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #5969f3
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1)
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #104cba
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #104cba
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08)
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
    padding: 0
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #111
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #104cba
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #104cba
}

.testimonials .swiper-slide {
    opacity: 0.3
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1
    }

    .testimonials .swiper-pagination {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12)
    }
}

.team {
    background: #fff;
    padding: 60px 0
}

.team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s
}

.team .member .member-img {
    position: relative;
    overflow: hidden
}

.team .member .member-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(/assets/img/svg/team-shape.svg) no-repeat center bottom;
    background-size: contain;
    z-index: 1
}

.team .member .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2
}

.team .member .social a {
    transition: color 0.3s;
    color: rgba(1, 41, 112, 0.5);
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center
}

.team .member .social a:hover {
    color: rgba(1, 41, 112, 0.8)
}

.team .member .social i {
    font-size: 18px
}

.team .member .member-info {
    padding: 10px 15px 20px 15px
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #012970
}

.team .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #aaa
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
    color: #5e5e5e
}

.team .member:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.1)
}

.team .member:hover .social {
    right: 8px;
    opacity: 1
}

.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s
}

.clients .clients-slider .swiper-slide img:hover {
    opacity: 1
}

.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #104cba
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #104cba
}

.recent-blog-posts .post-box {
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column
}

.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    position: relative
}

.recent-blog-posts .post-box .post-img img {
    transition: 0.5s
}

.recent-blog-posts .post-box .post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px
}

.recent-blog-posts .post-box .post-title {
    font-size: 24px;
    color: #012970;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s
}

.recent-blog-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s
}

.recent-blog-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px
}

.recent-blog-posts .post-box:hover .post-title {
    color: #104cba
}

.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2)
}

.contact .info-box {
    color: #444;
    background: #fafbff;
    padding: 30px
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #104cba
}

.contact .info-box h3 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
    margin: 20px 0 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #104cba
}

.contact .php-email-form input {
    padding: 10px 15px
}

.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form button[type="submit"] {
    background: #104cba;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px
}

.contact .php-email-form button[type="submit"]:hover {
    background: #5969f3
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.blog {
    padding: 40px 0 20px 0
}

.blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1)
}

.blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden
}

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0
}

.blog .entry .entry-title a {
    color: #012970;
    transition: 0.3s
}

.blog .entry .entry-title a:hover {
    color: #104cba
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #4084fd
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0
}

.blog .entry .entry-meta a {
    color: #777;
    font-size: 14px;
    display: inline-block;
    line-height: 1
}

.blog .entry .entry-content p {
    line-height: 24px
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #104cba;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px
}

.blog .entry .entry-content .read-more a:hover {
    background: #5969f3
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 700
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0
}

.blog .entry .entry-content blockquote p {
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px
}

.blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #012970;
    margin-top: 20px;
    margin-bottom: 20px
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6
}

.blog .entry .entry-footer i {
    color: #0d64fd;
    display: inline
}

.blog .entry .entry-footer a {
    color: #013289;
    transition: 0.3s
}

.blog .entry .entry-footer a:hover {
    color: #104cba
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px
}

.blog .entry .entry-footer .cats li {
    display: inline-block
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px
}

.blog .entry .entry-footer .tags li {
    display: inline-block
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ","
}

.blog .entry .entry-footer .share {
    font-size: 16px
}

.blog .entry .entry-footer .share i {
    padding-left: 5px
}

.blog .entry-single {
    margin-bottom: 30px
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1)
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: #012970
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0
}

.blog .blog-author .social-links a {
    color: rgba(1, 41, 112, 0.5);
    margin-right: 5px
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7
}

.blog .blog-comments {
    margin-bottom: 30px
}

.blog .blog-comments .comments-count {
    font-weight: 700
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px
}

.blog .blog-comments .comment .comment-img img {
    width: 60px
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px
}

.blog .blog-comments .comment h5 a {
    font-weight: 700;
    color: #444;
    transition: 0.3s
}

.blog .blog-comments .comment h5 a:hover {
    color: #104cba
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #012970
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 20px
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #013ca3;
    margin-bottom: 5px
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1)
}

.blog .blog-comments .reply-form h4 {
    font-weight: 700;
    font-size: 22px
}

.blog .blog-comments .reply-form p {
    font-size: 14px
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a0aaf8
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a0aaf8
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #012970
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #013289
}

.blog .blog-pagination {
    color: #024ed5
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s
}

.blog .blog-pagination li a {
    color: #012970;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #104cba
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1)
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px 0;
    color: #012970;
    position: relative
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px)
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #104cba;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0
}

.blog .sidebar .search-form form button i {
    line-height: 0
}

.blog .sidebar .search-form form button:hover {
    background: #5465f2
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px
}

.blog .sidebar .categories ul a {
    color: #012970;
    transition: 0.3s
}

.blog .sidebar .categories ul a:hover {
    color: #104cba
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaa;
    font-size: 14px
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: 700
}

.blog .sidebar .recent-posts h4 a {
    color: #012970;
    transition: 0.3s
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #104cba
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaa
}

.blog .sidebar .tags {
    margin-bottom: -10px
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0
}

.blog .sidebar .tags ul li {
    display: inline-block
}

.blog .sidebar .tags ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    display: inline-block;
    transition: 0.3s
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #104cba;
    background: #104cba
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #a5c5fe;
    font-size: 14px
}

.footer {
    background: #f6f9ff;
    padding: 0 0 30px 0;
    font-size: 14px
}

.footer .footer-newsletter {
    padding: 50px 0;
    background: #f6f9ff;
    border-top: 1px solid #e1ecff
}

.footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #012970
}

.footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff
}

.footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 140px)
}

.footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 30px;
    margin: 3px;
    background: #104cba;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px
}

.footer .footer-newsletter form input[type="submit"]:hover {
    background: #5969f3
}

.footer .footer-top {
    background: #fff url(/assets/img/footer-bg.png) no-repeat right top;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 60px 0 30px 0
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px
}

.footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px
}

.footer .footer-top .footer-info .logo img {
    max-height: 75px;
    margin-right: 6px
}

.footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #012970;
    font-family: Proxima Nova Alt Rg, sans-serif;
    margin-top: 3px
}

.footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Poppins, sans-serif
}

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s
}

.footer .footer-top .social-links a:hover {
    color: #012970
}

.footer .footer-top h4,
.footer .footer-top .footertitle {
    font-size: 16px;
    font-weight: 700;
    color: #012970;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px
}

.footer .footer-top .footer-links {
    margin-bottom: 30px
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0
}

.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

.footer .footer-top .footer-links ul a {
    color: #013289;
    transition: 0.3s;
    display: inline-block;
    line-height: 1
}

.footer .footer-top .footer-links ul a:hover {
    color: #104cba
}

.footer .footer-top .footer-contact p {
    line-height: 26px
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #012970
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #012970
}

.hero .btn-get-started:hover i {
    visibility: visible;
    opacity: 1
}

.c-slider {
    --line-background: #CCC;
    --line-active: #104cba;
    --handle-background: #FFF;
    --handle-border: #104cba;
    --handle-text-color: #FFF;
    --handle-font-size: 14px;
    --smoke-background: yellow;
    --smoke-shadow: inset 3px 3px 0 0 #E1E6F9;
    max-width: 520px;
    width: 90%;
    margin: auto;
    padding: 40px 0
}

.c-slider .rangeslider {
    width: 100%;
    height: 3px;
    position: relative
}

.c-slider .rangeslider .rangeslider__fill__bg,
.c-slider .rangeslider .rangeslider__fill {
    --b: var(--line-active);
    position: absolute;
    left: 0;
    z-index: 3;
    top: var(--t, 0);
    height: var(--h, 3px);
    background: var(--b);
    border-radius: 2px
}

.c-slider .rangeslider .rangeslider__fill__bg {
    --t: 1px;
    --h: 1px;
    --b: var(--line-background);
    width: 100%
}

.c-slider .rangeslider .rangeslider__handle {
    width: 33px;
    height: 33px;
    left: 0;
    top: 2px;
    z-index: 5;
    position: absolute;
    cursor: pointer
}

.c-slider .rangeslider .rangeslider__handle:before {
    content: attr(data-value);
    top: 6px;
    left: -8px;
    right: -8px;
    position: absolute;
    text-align: center;
    font-family: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 500;
    line-height: 21px;
    color: var(--handle-text-color);
    transition: transform 0.3s ease;
    transform: translateY(var(--y, 0)) scale(var(--s, 0.7))
}

.c-slider .rangeslider .rangeslider__handle:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    border: 3px solid var(--handle-border);
    background: var(--handle-background)
}

.c-slider .rangeslider .rangeslider__handle:active,
.c-slider .rangeslider .rangeslider__handle.active {
    --s: 1;
    --y: 44px;
    --handle-text-color: #000
}

.c-slider .rangeslider .smoke {
    background-image: url(/uploads/app_cost_calculator/coin.png);
    -webkit-box-shadow: 3px -8px 54px -4px rgba(231, 166, 26, 0.93);
    -moz-box-shadow: 3px -8px 54px -4px rgba(231, 166, 26, 0.93);
    box-shadow: 3px -8px 54px -4px rgba(231, 166, 26, 0.93);
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    left: -4px;
    top: 0;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    transform: scale(0);
    background-position: center;
    background-size: cover;
    transition: none !important
}

.rangeslider__labels {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    left: 15px;
    right: 15px;
    top: 30px
}

.rangeslider__labels__label {
    font-size: 0.75em;
    position: relative;
    padding-top: 15px;
    color: gray
}

.rangeslider__labels__label:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5)
}

.rangeslider__labels__label:first-child:before,
.rangeslider__labels__label:last-child:before {
    height: 12px;
    width: 2px
}

.rangeslider__labels__label:first-child:before {
    background-color: #CCC
}

.rangeslider__labels__label:last-child:before {
    background-color: #CCC
}

.rangeslider__labels__label:first-child {
    transform: translateX(-48%)
}

.rangeslider__labels__label:last-child {
    transform: translateX(48%)
}

body {
    font-family: Poppins, sans-serif;
    color: #444;
    overflow-x: hidden
}

#canvasID {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header {
    padding: 5px 0
}

.hero-center.republice-day {
    padding: 210px 0px 0px 0px
}

.republice-day .text-center:before {
    content: "";
    background-image: url(/assets/img/republice-day/Hero_2.png)
}

.republice-day .text-center:after {
    content: "";
    background-image: url(/assets/img/republice-day/Tag_1.png)
}

.hero.Gred-blue {
    background: #08265d;
    background: -moz-linear-gradient(45deg, #08265d 0, #104cba 45%);
    background: -webkit-linear-gradient(45deg, #08265d 0, #104cba 45%);
    background: linear-gradient(45deg, #08265d 0, #104cba 45%)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.TestimonialsMain .slick-slide {
    display: block
}

.navbar a {
    color: #fff;
    letter-spacing: 0.5px;
    padding: 16px 0 30px 35px
}

.header-scrolled .navbar a,
.header-scrolled-white .navbar a {
    color: #000
}

.hero .HeroH2,
.hero h1 {
    font-size: 50px;
    color: #fff;
    line-height: 80px
}

.hero .HeroH2 {
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin: 0
}

.site-landing .hero h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal
}

.hero.Gred-blue small {
    font-size: 26px;
    color: #dbdbdb;
    letter-spacing: 1px;
    padding-bottom: 20px;
    font-family: Poppins, sans-serif
}

.hero .Hero_Description {
    color: #eee;
    margin: 22px 0 0 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    padding-bottom: 30px
}

.landing-hero-left {
    padding-top: 60px
}

img.landing-hero-img {
    width: 500px
}

.site-landing .Hero_Description {
    letter-spacing: 0px
}

.navbar .getstarted {
    background-color: #00aeef;
    padding: 14px 28px 12px 28px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.header-scrolled-white .navbar .getstarted {
    background-color: #104cba;
    color: #fff
}

.header-scrolled-white .navbar .getstarted:hover {
    color: #fff !important
}

.hero h1 span {
    font-weight: bolder;
    position: relative
}

.hero h1 span:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -10px;
    height: 6px;
    width: 200px;
    background-color: #fff7
}

.hero h1 span:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -10px;
    height: 6px;
    width: 240px;
    background-color: #fff7
}

.hero-center {
    max-width: 850px;
    margin: auto
}

.clutch_accr {
    background-color: #fff;
    padding: 3px;
    border-radius: 12px;
    overflow: hidden
}

.clutch_accr:first-child {
    margin-right: 20px
}

.clutch_accr img {
    height: 48px
}

.accreditation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    opacity: 0.85
}

.hero .btn-get-started,
.hero-Btn .btn-get-started {
    margin-top: 30px;
    padding: 15px 28px 13px 28px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 30px rgb(65 84 241 / 40%);
    color: #104cba;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700
}

.hero .btn-get-started span,
.hero-Btn .btn-get-started span {
    font-weight: 700
}

.hero .btn-get-started i,
.hero-Btn .btn-get-started i {
    margin-left: 12px;
    visibility: hidden;
    opacity: 0
}

.hero-Btn .btn-get-started {
    color: #fff;
    background-color: #104cba
}

.btn-style-3 {
    font-weight: 600;
    border: solid 1px black;
    outline: 0;
    padding: 15px 40px;
    font-size: 18px;
    background-color: #104cba;
    border-radius: 0.35rem;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-family: Poppins, sans-serif
}

.btn-style-3:hover {
    background-color: #fff;
    color: #000
}

.btn-style-3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    border-radius: 0.35rem;
    border: solid 1px black;
    transition: all 0.3s ease-in-out;
    border: 0;
    box-shadow: 0px 0px 0px 2px black;
    top: 0.5rem;
    left: 0.5rem
}

img.HeroDiagramImg {
    position: absolute;
    z-index: 0;
    width: 80%;
    left: 10%;
    bottom: -30px;
    opacity: 0.5
}

.scroll-downs {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 31px;
    height: 60px;
    margin-left: -13px;
    display: none
}

.mousey {
    width: 3px;
    padding: 10px 12px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box
}

.scroller {
    width: 3px;
    height: 8px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: mouseScroll;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite
}

@keyframes mouseScroll {
    0% {
        opacity: 0
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(10px);
        opacity: 0
    }
}

#awards {
    background-color: #f6f6f6;
    padding: 30px 0px
}

.awards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    left: -28px
}

.award-box {
    padding: 0 30px 10px;
    background-image: url(/uploads/accredited/Award5.png);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    opacity: 0.8
}

#awards img {
    width: 90%;
    filter: grayscale(100%) contrast(100%)
}

#awards .clutch-top img {
    width: 83%
}

.Heroskew {
    position: relative
}

.Heroskew:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 580px solid #0942ab;
    border-right: 370px solid transparent;
    top: 0;
    left: 0
}

.VectorImgborder {
    text-align: center
}

.HeroskewBottom {
    background-image: url(/assets/img/assets-img/heroSkew.webp);
    width: 600px;
    position: absolute;
    bottom: 0;
    height: 714px;
    left: 30%;
    opacity: 0.5
}

.fixedCallBox .getBgadress {
    border-radius: 0 0 0 5px;
    padding: 2rem 1rem;
    width: 100%
}

.fixedCallBox .titleAdd p {
    font-size: 18px;
    font-weight: 700;
    font-family: Kanit, sans-serif;
    margin-bottom: 0
}

.fixedCallBox .contactDetails li {
    padding: 5px 0
}

.fixedCallBox .contactDetails li a {
    border-radius: 5px;
    display: flex;
    background-color: #fff;
    color: #104cba;
    padding: 12px 20px 12px 20px;
    font-size: 20px;
    align-items: center;
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 16%);
    letter-spacing: 1px;
    font-family: Poppins, sans-serif
}

.fixedCallBox .getBgadress .titleAdd {
    margin-bottom: 14px
}

.fixedCallBox .contactDetails ul li a small {
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    font-weight: 700
}

.fixedCallBox .numBox {
    background-color: #fff;
    padding: 12px 12px 12px 12px;
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 16%);
    border-radius: 5px;
    margin: 20px 0 10px
}

.fixedCallBox .numBox a.btn.custom-btn.common-btn.blue {
    margin-top: 20px;
    font-size: 13px
}

.fixedCallBox .iconContact {
    width: 22px;
    height: auto;
    margin-right: 10px
}

.fixedCallBox {
    float: left;
    z-index: 1;
    position: relative
}

.fixedCall.callClickAdd .fixedCallBox {
    right: 0
}

.callHero {
    position: fixed;
    top: 300px;
    width: 340px;
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    right: -340px
}

.callHero.callClickAdd {
    right: 0
}

.callHero .fixedCall a.callIcon {
    float: left;
    background-color: #f5f9ff;
    color: #104cba;
    padding: 12px 20px 12px 20px;
    font-size: 20px;
    align-items: center;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 16%);
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    position: absolute;
    right: 100%;
    top: 0;
    width: 120px
}

.blueCall.callHero .fixedCall a.callIcon {
    background-color: #104cba;
    color: #f5f9ff
}

.blueCall.callHero .getBgadress {
    background-color: #104cba
}

.blueCall.callHero .titleAdd p {
    color: #fff
}

.callHero a i {
    font-size: 20px;
    position: relative;
    top: 2px
}

.navbar .dropdown ul a {
    padding: 0px 5px 10px 5px
}

.heroVectorImg {
    position: relative
}

.heroVectorImg {
    position: relative;
    left: 120px;
    top: 10px
}

.img-fluid.img-fluid-logo {
    width: 50%
}

.hero-img {
    z-index: 1
}

img.img-fluid-shap {
    text-align: left;
    display: block;
    position: relative;
    top: -40px
}

.themeChange a i {
    font-size: 24px;
    text-align: center
}

.themeChange .DarkTheme {
    text-align: center;
    padding: 17px 10px 6px 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal
}

.header-scrolled .navbar a .header-scrolled-white {
    color: #000
}

.header-scrolled .navbar .getstarted {
    background: #104cba;
    color: #fff
}

.footer .footer-newsletter {
    padding: 3px 0;
    background: #104cba;
    border-top: 0 solid #e1ecff
}

.footer .footer-top .footer-info .addFoot p.footerMinTitle {
    font-size: 18px !important;
    font-family: Kanit, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 35px !important;
    padding: 0 78px 0 0;
    margin-bottom: 8px
}

.footer .footer-top .footer-info .logo img {
    max-height: 60px
}

.footer .footer-top p.footerMinTitle {
    font-size: 18px;
    font-weight: 600;
    color: #104cba;
    text-transform: capitalize;
    padding-bottom: 12px;
    letter-spacing: normal;
    font-family: Poppins, sans-serif
}

.footer .footer-top {
    background: #f5f9ff;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    padding: 30px 30px 30px 80px
}

.footer .footer-top .footer-links ul a {
    color: #2a2929;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    letter-spacing: normal
}

.career_inq_footer {
    padding: 30px 0
}

.footcontactDetails li {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0
}

.footcontactDetails ul {
    padding: 0;
    margin: 0
}

.footcontactDetails i {
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #666;
    border-radius: 50%;
    padding: 5px;
    background-color: #fff;
    vertical-align: middle
}

.footcontactDetails a,
.footcontactDetails small {
    font-size: 16px;
    color: #000
}

.footer .career_inq_footer h4 {
    color: #000 !important
}

.footcontactDetails a.num-txt {
    font-size: 14px
}

li.bold-title-footer a {
    font-weight: 700 !important;
    font-family: Kanit, sans-serif;
    color: #000 !important
}

.br-top {
    border-top: 1px solid #e1ecff
}

.pb-50 {
    padding-bottom: 10px
}

.AddFooter {
    display: flex;
    align-items: flex-start
}

.iconAdd i {
    font-size: 45px;
    color: #000
}

.iconAdd {
    margin-right: 10px
}

.addFoot small {
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.addFoot p.footerMinTitle {
    padding-bottom: 0 !important
}

.addFoot p {
    color: #404040;
    font-size: 14px !important;
    line-height: 25px !important;
    padding: 0 !important;
    font-weight: 700;
    letter-spacing: 1px
}

.container-copy {
    background-color: #eaf0f9;
    padding: 15px 0
}

.footer .copyright {
    padding-top: 0;
    color: #012970;
    font-size: 16px
}

.footer .copyright strong {
    line-height: normal;
    vertical-align: middle
}

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

.footer {
    padding: 0
}

.socialFooter ul li a img {
    width: 35px;
    height: auto;
    max-width: 100%
}

.socialFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around
}

.socialFooter ul li a {
    display: block;
    margin: 0 5px
}

.section-title {
    text-align: center;
    margin-bottom: 30px
}

.Padding-custom {
    padding: 100px 0 0 0
}

.section-title small {
    color: #104cba;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    display: block
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title p.Contact-Title {
    color: #252b33;
    font-size: 40px;
    letter-spacing: normal;
    font-weight: 700
}

p.Contact-Title {
    font-family: Kanit, sans-serif
}

.custom-btn {
    margin-top: 14px;
    padding: 15px 28px 13px 28px;
    border-radius: 4px;
    color: #fff;
    background-color: #104cba;
    box-shadow: 0 5px 30px rgb(65 84 241 / 30%);
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 700
}

.btn:hover {
    color: #fff
}

.bgStyle {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 25px;
    width: 25px
}

.header-scrolled .scoll_downlogo,
.scoll_uplogo {
    display: none
}

.header-scrolled .scoll_uplogo {
    display: block
}

.header-scrolled-white .scoll_downlogo,
.scoll_uplogo {
    display: none
}

.header-scrolled-white .scoll_uplogo {
    display: block
}

.project-div {
    background-color: #f5f9ff;
    width: 100%;
    padding: 100px 10px;
    position: relative
}

.project-div:after {
    background-image: url(/assets/img/assets-img/DiscoverSkew.png);
    width: 444px;
    position: absolute;
    top: 0;
    height: 426px;
    right: 18%;
    opacity: 0.5;
    content: ""
}

.project-div.rightSkew:after {
    background-image: url(/assets/img/assets-img/DiscoverSkew1.png);
    left: 18%
}

.project-div-per {
    padding: 0
}

.projectNameDiv {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.projectNamelogo img {
    width: 78px;
    height: 78px;
    border: 1px solid rgb(16 76 186 / 50%);
    border-radius: 4px;
    box-shadow: 0 5px 6px -2px rgb(0 0 0 / 8%);
    object-fit: cover;
    padding: 5px
}

.projectNamelogo {
    margin-right: 14px
}

.projectName p {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
    color: #404040;
    line-height: normal;
    margin: 0;
    font-family: Kanit, sans-serif
}

.project-content p {
    font-size: 18px;
    color: #404040;
    font-weight: 500;
    text-align: justify;
    padding-right: 10px;
    letter-spacing: 1px
}

.project-content {
    margin-bottom: 20px
}

.site-landing .project-content {
    margin-bottom: 30px
}

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

.StackBox .logoTec {
    justify-content: center
}

.StackBox .logoTec img {
    margin-right: 0
}

.logoTec img {
    width: auto;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    margin-right: 14px
}

.projectTec p {
    font-size: 22px;
    color: #252b33;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: Kanit, sans-serif
}

.project-explore {
    margin-top: 20px
}

.projectImg {
    background-color: #e6efff;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-align: center
}

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

.bringBg {
    padding: 20px 0 0 10px;
    display: flex;
    flex-wrap: wrap
}

.rightBring {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative
}

.rightBring .box-blue:last-child {
    border-radius: 0 5px 5px 0
}

.leftBring {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative
}

.box-blue {
    background-color: #0942ab;
    width: 25%;
    padding: 350px 0 120px 0
}

.btn-weare {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin: 0 0 0 -78px
}

.leftBring .box-blue {
    width: 33.33%
}

.benefityDatapoint p {
    padding-right: 20px;
    font-size: 18px !important;
    margin-bottom: 0
}

.bringDetails p.counter-num {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: normal;
    font-family: Kanit, sans-serif
}

.bringDetails p.counter-num span {
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: normal;
    letter-spacing: normal
}

.bringDetails span {
    display: block;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: normal
}

.bringDetails {
    padding: 10px 16px 40px 24px;
    min-height: 120px
}

.rightBring .box-blue:first-child {
    border-radius: 5px 0 0 5px
}

.leftBring .box-blue:last-child {
    border-radius: 0 5px 5px 0
}

.videoBring {
    position: absolute;
    left: -30px;
    top: -70px
}

img.videosnap {
    height: 330px;
    width: 80%;
    border-radius: 6px
}

.videoPlay {
    position: absolute;
    left: 42%;
    top: 50%;
    margin: -30px 0 0 -50px;
    z-index: 1
}

.videoPlay img {
    width: 70px;
    height: auto
}

.videoBring:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px
}

.lifeGroovy {
    width: 50%;
    height: 100%;
    padding: 6px 30px 10px 30px
}

.groovyDetails {
    position: absolute;
    display: block;
    width: 100%;
    top: -540px
}

.dataAbout {
    display: flex;
    justify-content: center
}

.groovyDetails h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 20px;
    text-align: center
}

.BringDataMain .benefityDatapoint p,
.lifeGroovy p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px
}

.BringDataMain .benefityDatapoint ul li {
    color: #fff
}

.BringDataMain .benefityDatapoint ul li:after {
    background-color: #fff
}

.BringDataMain .benefityDatapoint {
    padding: 6px 0 0 20px;
    width: 50%
}

.read-btn-more,
.read-more {
    color: #104cba;
    background-color: #fff;
    margin-top: 40px
}

.read-btn-more:hover,
.read-more:hover {
    color: #104cba
}

.DiagramDiv {
    padding: 10px 0 20px 0
}

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

.workWithDiv {
    padding: 0 0 40px 0
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    background-color: transparent
}

.workWithDiv .accordion-button a {
    color: #000
}

.workWithDiv .accordion-button[aria-expanded="true"] a {
    color: #104cba
}

.expertise-accordion .accordion-header svg {
    height: 18px
}

.expertise-accordion .accordion-header .open-external {
    position: relative;
    top: -3px;
    left: 10px
}

.workTabMain {
    background: -moz-linear-gradient(top,
            #f5f9ff 0,
            rgba(245, 249, 255, 0.73) 27%,
            rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top,
            #f5f9ff 0,
            rgba(245, 249, 255, 0.73) 27%,
            rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom,
            #f5f9ff 0,
            rgba(245, 249, 255, 0.73) 27%,
            rgba(255, 255, 255, 0) 100%)
}

.accordion-button {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1.2rem 2.25rem 1rem 2.25rem;
    background-color: transparent
}

.accordion-item {
    border: 0 solid rgba(0, 0, 0, 0.125);
    background-color: transparent
}

.accordion-body {
    padding: 0.2rem 2.25rem 0.5rem 2.25rem
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important
}

.accordion-button::after {
    border: 1px solid;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: 11px 13px
}

.accordion-body p {
    font-size: 15px;
    color: #404040;
    letter-spacing: 1px;
    text-align: justify;
    margin-bottom: 0;
    font-weight: 500
}

.projectTechIconStyle {
    display: flex !important
}

.projectTecIcon ul {
    list-style: none;
    margin: 14px 0;
    padding: 0;
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap
}

.projectTecIconSlider .slick-dots {
    bottom: -5px;
    left: 50%;
    margin-left: -30px !important
}

li.tec_data img {
    max-width: 100%;
    max-height: 100%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    object-fit: contain
}

li.tec_data {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px
}

.tecIconRound {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 9px 2px;
    width: 45px;
    height: 45px;
    margin: 0 auto
}

li.tec_data {
    width: 150px
}

.projectTecIcon ul li:first-child {
    margin-left: 0
}

.projectTecIcon ul li:last-child {
    margin-right: 0
}

li.tec_data small {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-family: Kanit, sans-serif;
    color: #104cba;
    margin: 14px 0 5px 0;
    letter-spacing: normal;
    letter-spacing: 1px;
    text-align: center
}

.projectTecIcon {
    padding: 40px 0 30px 0
}

.workTabMain::before {
    content: "";
    background-image: url(/assets/img/svg/WorkWithShape.svg);
    background-repeat: no-repeat;
    width: 66%;
    height: 620px;
    position: absolute;
    background-size: contain;
    right: 0;
    top: 20px;
    bottom: 0;
    left: auto;
    z-index: -1
}

.workTabMain {
    position: relative
}

.accordion-header button[aria-expanded="true"] {
    color: #104cba
}

.collapsed.button[aria-expanded="true"]::after {
    transform: rotate(180deg)
}

.accordion-button::after {
    content: "\f282";
    background-image: none;
    font-size: 16px;
    font-family: bootstrap-icons !important;
    text-align: center;
    line-height: 42px
}

.TestimonialsMain {
    background-color: #f5f9ff;
    padding: 20px 160px 80px 160px
}

.TestimonialsMainData {
    padding: 30px 0 0 0;
    position: relative
}

.slideTestimonials {
    display: flex;
    justify-content: space-between;
    padding-top: 90px
}

.imgDivclint {
    width: 310px;
    height: 310px
}

.imgDivclint img.profileuser {
    width: 100%;
    height: 100%
}

.imgDivclint img.profileuser {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 5px
}

.testpicClint {
    background-color: #fff;
    padding: 12px;
    border-radius: 5px;
    position: relative;
    z-index: 1
}

.imgDivclint.show-overlay:after {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: 1
}

.testpicClint a {
    display: block;
    z-index: 1;
    position: relative
}

.playIconClint {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    z-index: 1
}

.leftDataclint {
    position: relative;
    padding: 140px 70px 30px 150px
}

.leftDataclint p {
    font-size: 16px;
    color: #252b33;
    padding: 20px 10px 30px 0
}

.clintFeeds {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 130px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    letter-spacing: 1px
}

.quotationTop {
    color: #083c9c;
    font-size: 50px;
    position: absolute;
    top: 80px;
    line-height: normal;
    left: 90px
}

.quotationbottom {
    color: #083c9c;
    font-size: 50px;
    position: absolute;
    line-height: normal;
    right: 40px;
    bottom: 70px
}

.clintnameDiv p {
    font-size: 20px;
    color: #252b33;
    letter-spacing: 1px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Kanit, sans-serif;
    padding-bottom: 0;
    margin-bottom: 5px
}

.clintnameDiv small {
    display: block;
    line-height: normal;
    font-size: 16px;
    color: #252b33;
    letter-spacing: 1px
}

.clintnameDiv {
    padding: 30px 0
}

.leftDataclint:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 28%;
    background-color: #083c9c;
    border-radius: 0 3px 3px 0;
    top: 50px;
    left: 0
}

.playIconClint img.playClint {
    width: 70px;
    height: 70px
}

.TestimonialsMainData:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/Testimonials.webp);
    width: 500px;
    height: 240px;
    bottom: 0;
    right: 140px;
    background-size: cover
}

.element {
    display: inline-block;
    background-color: #083c9c;
    height: 420px;
    width: 130px;
    font-size: 1px;
    padding: 1px;
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    animation: skew 3s infinite;
    transform: skew(10deg);
    animation-direction: alternate;
    opacity: 0.7;
    box-shadow: 0 5px 5px 1px rgb(0 0 0 / 11%)
}

.error {
    font-size: 14px !important;
    color: red !important;
    font-weight: 600 !important
}

.capcha-req {
    display: block !important
}

.recapcha-form {
    display: none !important
}

.site-app-estimate .more-blog h3:before,
.site-app-estimate .more-blog h3:after,
.site-app-estimate .more-blog h4:after,
.site-app-estimate .more-blog h4:before {
    content: none
}

.swiper-pagination {
    display: none
}

.bgStyle.techStyle.lazy {
    height: 40px;
    width: 40px;
    margin: 5px
}

@keyframes skew {
    0% {
        transform: skewX(10deg)
    }

    100% {
        transform: skewX(-10deg)
    }
}

.TestimonialsPic {
    position: relative
}

.skewDiv {
    top: -40px;
    position: absolute;
    left: 32%
}

.rightContactImg {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    padding: 10px 30px 10px 30px;
    border-radius: 5px 0 0 5px;
    background-size: contain;
    background-color: #fff;
    text-align: center
}

.rightContactImg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px 0 0 5px
}

.contactTitle .anyTimeTitle {
    font-size: 26px;
    color: #252b33;
    letter-spacing: normal;
    font-weight: bold
}

.contactTitle {
    z-index: 1;
    position: relative
}

.contactTitle p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    line-height: normal
}

.contactMain {
    padding: 2rem 3rem;
    background-color: #fff;
    border: 5px solid transparent;
    border-image-slice: 1;
    border-radius: 0.8rem;
    background-clip: padding-box;
    position: relative
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn)
    }
}

.contactMain:before {
    content: "";
    position: absolute;
    background: linear-gradient(to left, #0942ab, #3175f8);
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    left: 0;
    z-index: -1;
    margin: -5px
}

.site-happy-easter .contactMain:before,
.site-independence-day-usa .contactMain:before {
    content: "";
    position: absolute;
    background: linear-gradient(to left, turquoise, greenyellow);
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    left: 0;
    z-index: -1;
    margin: -5px
}

.site-independence-day-usa .contactMain:before {
    background: linear-gradient(to left, #ae0b1f, #01599b)
}

.ContactFormMain .DiscoverMore.contact-Div {
    text-align: center
}

.contactShare {
    z-index: 1;
    position: relative;
    padding: 20px 0 20px 0
}

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

.contactShare ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.contactShare ul li a {
    display: inline-block;
    margin: 12px 0
}

.mailIcon {
    width: 48px;
    height: 48px;
    background-color: transparent;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    font-size: 40px;
    margin-right: 12px;
    color: #979797
}

.InquiriesDetails small {
    color: #fff;
    line-height: normal;
    font-size: 12px;
    letter-spacing: normal;
    display: block;
    font-family: Kanit, sans-serif
}

.InquiriesDetails p {
    font-size: 16px;
    color: #252b33;
    line-height: normal;
    margin: 0
}

.site-happy-easter .InquiriesDetails label {
    color: #41b7b7
}

.site-independence-day-usa .InquiriesDetails label {
    color: #003575
}

.contactSocial {
    position: relative;
    z-index: 1
}

.contactSocial ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    align-items: center;
    justify-content: center
}

.contactMainDiv .mailIcon svg {
    width: 40px;
    height: 40px
}

.contactSocial ul li a {
    display: inline-block;
    margin-right: 14px;
    font-size: 24px;
    line-height: normal;
    color: #fff
}

.contactSocial ul li a svg {
    width: 20px;
    height: 20px;
    fill: #8c939f
}

.contactSocial ul li a:hover svg {
    fill: #104cba
}

.contactMainDiv {
    padding: 30px 0 100px 0
}

.ContactFormMain p.contactSendtitel {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: Kanit, sans-serif
}

.ContactFormMain {
    padding: 30px 24px 40px 24px;
    position: relative
}

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

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

.form-control:focus {
    border-color: #104cba;
    box-shadow: none
}

.group-input label {
    padding-left: 12px;
}

.form-control:disabled,
.form-control:read-only {
    background-color: #f5f9ff;
    border: 1px solid #ced4da;
}

.contact-Div button {
    margin-top: 30px;
    width: 20%
}

.effect-2:focus~.focus-border {
    width: 95%;
    transition: 0.4s;
    left: 15px
}

textarea#message.effect-2~.focus-border {
    bottom: 7px
}

.effect-2~.focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    transition: 0.4s
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
    border: 1px solid #ced4da;
}

.form-group label {
    position: relative;
    cursor: pointer
}

.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #104cba;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px
}

.form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #104cba;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.group-input-nda label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-right: 10px
}

input.form-control-nda {
    box-shadow: 0 1px 4px 2px rgb(0 0 0 / 9%);
    border: 0;
    padding: 8px
}

.mega-dropdown.active .mega-dropdown-menu .dropdown-menu {
    display: block;
    border-top: 1px solid #f9f9f9
}

.dropdown-menu {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    transition: 0.3s;
    padding: 0;
    top: auto
}

.flex-col-menu {
    display: flex;
    align-items: start
}

.SolutionsDiv ul.dropdown-menu-sub,
.TechnologyDiv ul.dropdown-menu-sub,
.onDemand ul.dropdown-menu-sub,
.servicesDiv ul.dropdown-menu-sub {
    position: relative;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background-color: transparent;
    z-index: 1
}

.SolutionsDiv ul.dropdown-menu-sub li a,
.TechnologyDiv ul.dropdown-menu-sub li a,
.onDemand ul.dropdown-menu-sub li a,
.servicesDiv ul.dropdown-menu-sub li a {
    color: #252b33
}

.TechnologyDiv,
.servicesDiv {
    background-color: #f2f6ff;
    padding: 40px 10px 20px 170px;
    position: relative;
    flex: 0 0 32%;
    max-width: 100%;
    min-height: 582px
}

.BadgesDiv p.MegaSubTitle,
.SolutionsDiv p.MegaSubTitle,
.TechnologyDiv p.MegaSubTitle,
.servicesDiv p.MegaSubTitle {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 32px;
    margin: 0;
    font-family: Kanit, sans-serif
}

.BadgesDiv p.MegaSubTitle {
    padding: 0 0 0 10px
}

.BadgesDiv:after,
.CompanyDivMenu::after,
.SolutionsDiv::after,
.TechnologyDiv:after,
.servicesDiv:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    background-image: url(/assets/img/assets-img/MegaMneuSkew.png);
    width: 319px;
    height: 288px;
    background-repeat: no-repeat
}

.TechnologyDiv {
    background-color: #f2fbfc;
    flex: 0 0 35%;
    padding: 40px 10px 20px 10px
}

.subTitle a {
    color: #104cba !important;
    display: inline-block;
    font-weight: 700 !important
}

.flexRowMenu ul.dropdown-menu-sub {
    padding-right: 40px
}

.flexRowMenu {
    display: flex
}

.BadgesEx {
    background-color: #104cba;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    line-height: 10px;
    border-radius: 3px;
    margin-left: 5px
}

.navbar .dropdown ul li a {
    justify-content: normal
}

.BadgesDiv {
    background-color: #f5f1f1;
    flex: 0 0 29%;
    padding: 40px 10px 20px 30px;
    min-height: 582px;
    position: relative
}

.badgeslab p.badgeslabTitle {
    color: #104cba;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Kanit, sans-serif;
    margin-bottom: 5px
}

.badgeslab p {
    color: #404040;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 0 130px 0 0
}

.badgeslab {
    padding-bottom: 10px;
    display: block
}

.BadgesDetails {
    padding: 24px 0 0 10px
}

.header.hover-nav-bg {
    background-color: #fff
}

.header.hover-nav-bg .navbar .active,
.header.hover-nav-bg .navbar a:hover,
.header.hover-nav-bg .navbar li:hover>a {
    color: #104cba
}

.header.hover-nav-bg .navbar a {
    color: #000
}

.header.hover-nav-bg .scoll_uplogo {
    display: block
}

.header.hover-nav-bg .scoll_downlogo {
    display: none
}

.header.hover-nav-bg .navbar .getstarted {
    background: #104cba;
    color: #fff
}

.DarkTheme:hover {
    color: #fff !important;
    opacity: 0.8
}

.SolutionsDiv {
    background-color: #f2fbfc;
    flex: 0 0 71%;
    padding: 40px 10px 20px 270px;
    position: relative
}

.BadgesDiv.onDemand .flexRowMenu ul li a {
    padding-left: 0
}

.fixed-top.header-scrolled .navbar a.nav-link.hoverColor:hover {
    color: #104cba
}

.BadgesDiv.onDemand {
    flex: 0 0 27.3%;
    min-height: 477px
}

.fixed-top .navbar .active,
.fixed-top .navbar a:hover,
.fixed-top .navbar li:hover>a {
    color: #00aeef
}

.fixed-top.header-scrolled-white .navbar .active,
.fixed-top.header-scrolled-white .navbar a:hover,
.fixed-top.header-scrolled-white .navbar li:hover>a {
    color: #000
}

.header-scrolled-white .header-scrolled ul li .blog-hover:hover {
    color: #104cba
}

.CompanyDivMenu {
    display: flex;
    flex: 0 0 40%;
    padding: 40px 0 0 0;
    position: relative
}

.CompanyDiv {
    display: flex;
    padding: 0 0 0 70px;
    flex: 0 0 84%
}

.AddDiv {
    background-image: url(/assets/img/assets-img/Hiring1.jpeg);
    background-repeat: no-repeat
}

.BadgesDiv.AdvBadges {
    flex: 0 0 40%;
    padding: 0;
    min-height: 100%
}

.AddDiv {
    background-image: url(/assets/img/assets-img/hiring1.jpeg);
    background-repeat: no-repeat;
    min-height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative
}

.AddDiv:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(16 76 186 / 80%)
}

.hireMain {
    position: relative;
    padding: 40px 40px 45px 60px
}

.hireMain p {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: Kanit, sans-serif;
    margin-bottom: 0
}

.hireOption span {
    color: #fff;
    display: block;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 20px 4px 30px;
    position: relative
}

.hireOption span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    left: 10px;
    margin-top: 7px
}

.hireOption {
    display: block;
    padding: 10px 0 10px
}

.header.header-scrolled {
    padding: 5px 0
}

.whyGroovyMenu ul.dropdown-menu-sub li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #104cba;
    border-radius: 50%;
    left: 20px;
    top: 16px
}

.whyGroovyMenu ul.dropdown-menu-sub li {
    position: relative
}

.whyGroovyMenu.servicesDiv {
    padding: 40px 10px 43px 160px;
    min-height: 100%
}

.whyGroovyMenu p {
    color: #104cba !important
}

.hiringPost {
    display: flex;
    width: 100%
}

.hiringPost .hireOption {
    padding-right: 20px
}

.whyGroovyMenu ul.dropdown-menu-sub a {
    padding: 9px 20px 9px 40px
}

.Heroskew .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    opacity: 0.4;
    background: #104cba;
    margin: 0 4px
}

.Heroskew .swiper-pagination {
    right: 220px;
    bottom: 0;
    left: auto;
    text-align: right;
    display: none
}

.Heroskew .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.TestimonialsMain .swiper-slide {
    padding: 0
}

.heroHome-slider .swiper-slide {
    padding: 5em 0 8em 0
}

.TestimonialsMainData .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 5px;
    opacity: 0.4;
    background: #104cba;
    margin: 0 4px
}

.TestimonialsMainData .swiper-pagination {
    right: -250px;
    bottom: 0;
    left: auto;
    display: none
}

.TestimonialsMainData .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.TestimonialsMain .swiper-container {
    padding-top: 20px
}

.navbar .dropdown-menu li:first-child a:hover {
    color: #104cba !important
}

.group-input i {
    position: absolute;
    right: 12px;
    top: 14px;
    font-size: 20px
}

.custom-contactPRL.group-input i {
    right: 18px;
    top: 14px
}

.col-md-12.mb-50.uploadDiv {
    padding: 0 14px
}

.group-input {
    position: relative;
    margin-bottom: 16px
}

.ProjectFormDiv .mb-30 {
    margin-bottom: 0
}

.CareerFormDiv .mb-50 {
    margin-bottom: 0
}

.contactform-hero .group-input {
    margin-bottom: 0
}

.back-to-top:hover {
    background: #104cba;
    color: #fff;
    opacity: 0.9
}

.header .logo img {
    max-height: 100px;
    width: 220px
}

.ProcessHRmain .section-title h3 {
    color: #fff
}

.header-scrolled .DarkTheme:hover,
.header-scrolled .navbar li:first-child a:hover,
.header-scrolled-white .DarkTheme:hover,
.header-scrolled-white .navbar li:first-child a:hover {
    color: #104cba !important
}

.common-btn {
    position: relative;
    overflow: hidden;
    border: transparent
}

.common-btn.blue:hover {
    color: #fff;
    z-index: 3;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s
}

.common-btn.blue:before {
    content: "";
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    -webkit-transform: translateY(-50%) scale(0.6);
    -o-transform: translateY(-50%) scale(0.6);
    -ms-transform: translateY(-50%) scale(0.6);
    -moz-transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: left, transform;
    transition-delay: 0s, 0s;
    transition-duration: 1.5s, 0.5s;
    opacity: 0
}

.common-btn.blue:hover:before {
    left: 10px;
    transform: translateY(-50%) scale(50);
    -webkit-transform: translateY(-50%) scale(50);
    -o-transform: translateY(-50%) scale(50);
    -ms-transform: translateY(-50%) scale(50);
    -moz-transform: translateY(-50%) scale(50);
    transition-delay: 0s, 1.5s;
    opacity: 1;
    background: #000;
    z-index: -1
}

.common-btn.blue:after {
    content: "";
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
    -webkit-transform: translateY(-50%) scale(0.6);
    -o-transform: translateY(-50%) scale(0.6);
    -ms-transform: translateY(-50%) scale(0.6);
    -moz-transform: translateY(-50%) scale(0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 1;
    transition-property: right, transform;
    transition-delay: 0s, 0s;
    transition-duration: 1.5s, 0.5s;
    opacity: 0
}

.common-btn.blue:hover:after {
    right: 10px;
    transform: translateY(-50%) scale(50);
    -webkit-transform: translateY(-50%) scale(50);
    -o-transform: translateY(-50%) scale(50);
    -ms-transform: translateY(-50%) scale(50);
    -moz-transform: translateY(-50%) scale(50);
    transition-delay: 0s, 1.5s;
    opacity: 1;
    background-color: #000;
    z-index: -1
}

.accordion-button:not(.collapsed)::after {
    background-image: none
}

.MethodologyMain {
    padding: 10px 10px 0 10px
}

.benefityData h5 {
    font-size: 32px;
    color: #252b33;
    font-weight: 700
}

.benefityData p {
    font-size: 17px
}

.benefityData h5 span {
    color: #104cba
}

.pt-50 {
    padding-top: 50px
}

.benefityData {
    padding: 0 20px 0 0
}

.benefityDatapoint .benefityDatTag {
    font-size: 20px;
    color: #104cba;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    letter-spacing: 1px
}

.servicesConRight .benefityDatapoint h4 {
    color: #000
}

.benefityDatapoint {
    padding-top: 20px
}

.benefityDatapoint ul {
    list-style: none;
    padding: 14px 50px 0 26px
}

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

.benefityDatapoint ul li {
    font-size: 15px;
    color: #404040;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding: 4px 0
}

.benefityDatapoint ul li:after {
    content: "";
    background-color: #104cba;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50%
}

.benefityDatapoint ul li:after {
    content: "";
    background-color: #104cba;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -24px;
    top: 11px;
    z-index: 1;
    border-radius: 50%
}

.befifityList ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    list-style: none;
    flex-wrap: wrap
}

.befifityList ul li:first-child .befifityListDiv {
    border-radius: 20% 0 0 20%
}

.befifityList ul li:last-child .befifityListDiv {
    border-radius: 0 20% 20% 0
}

.befifityListDiv {
    background-color: #e6efff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
    width: 190px;
    max-width: 100%;
    border-radius: 5%;
    min-height: 180px
}

.ListDivbefi {
    color: #104cba;
    text-align: center
}

.ListDivbefi i {
    display: block;
    text-align: center;
    font-size: 50px;
    margin-bottom: 5px
}

.ListDivbefi small {
    display: block;
    line-height: normal;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif
}

.befifityList ul li {
    padding: 0 8px 10px 8px
}

.paddingPBfit {
    padding: 70px 0 20px 0
}

.LeftDot,
.rightDot {
    position: relative
}

.LeftDot:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/BenefitsDot.webp);
    bottom: -60px;
    right: 80px;
    background-repeat: no-repeat;
    width: 110px;
    height: 120px;
    background-size: auto;
    left: auto;
    top: auto;
    max-width: 100%;
    max-height: 100%
}

.rightDot:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/BenefitsDotRight.webp);
    bottom: -60px;
    left: 10px;
    background-repeat: no-repeat;
    width: 110px;
    height: 120px;
    background-size: auto;
    right: auto;
    top: auto;
    max-width: 100%;
    max-height: 100%
}

.moretext-about {
    display: none
}

.moreless-button-about {
    font-size: 18px
}

.read-btn-more,
.read-more {
    color: #104cba;
    position: relative;
    top: -16px
}

.read-btn-more,
.read-more {
    top: 40px
}

.read-btn-more:hover,
.read-more:hover {
    color: #252b33
}

.pl30 {
    padding-left: 30px
}

.breadcrumbHero {
    background: -moz-linear-gradient(top,
            #f5f9ff 0,
            rgba(245, 249, 255, 0.73) 27%,
            rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top,
            #f5f9ff 0,
            rgba(245, 249, 255, 0.73) 27%,
            rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom,
            #f5f9ff 0,
            rgba(245, 249, 255, 0.73) 27%,
            rgba(255, 255, 255, 0) 100%);
    position: relative
}

.breadcrumbHero:after {
    background-image: url(/assets/img/assets-img/DiscoverSkew.png);
    width: 444px;
    position: absolute;
    top: 0;
    height: 426px;
    right: 18%;
    opacity: 0.5;
    content: ""
}

.heroSubText {
    color: #111;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 190px
}

.breadcrumbHero {
    padding: 160px 0 20px 0
}

.icon-mouse {
    margin: 0 auto;
    border: 2px solid #000;
    height: 62px;
    width: 36px;
    border-radius: 18px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    cursor: pointer
}

.icon-mouse:before {
    content: "";
    background: #000;
    height: 6px;
    width: 2px;
    position: absolute;
    top: 14px;
    border-radius: 1px;
    left: calc(50% - 1px);
    animation: scroll 1.15s infinite
}

@keyframes scroll {
    15% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translateY(24px)
    }
}

.mouseDiv {
    padding: 50px 0 20px 0;
    text-align: center;
    position: relative;
    z-index: 1
}

.mouseDiv a {
    display: inline-block;
    text-align: center
}

.mouseDiv a i {
    transform: rotate(180deg);
    display: block;
    color: #000;
    padding-bottom: 5px
}

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

.projectTitle h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: normal;
    margin-left: 14px
}

.detailsPage .heroSubText {
    padding: 0;
    text-align: justify;
    padding-right: 150px
}

.detailsPage {
    text-align: left
}

.projectTitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.projecttecno small {
    line-height: normal;
    color: #404040
}

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

.TechnologysDivHero {
    background-color: #fff;
    z-index: 1;
    position: relative;
    max-width: 100%;
    width: 300px;
    box-shadow: 0 3px 5px 5px rgb(0 0 0 / 5%);
    border-radius: 5px;
    margin: 10px 0 0 auto;
    padding-bottom: 1px
}

.titleTechnologys {
    background-color: #104cba;
    color: #fff !important;
    border-radius: 5px 5px 0 0;
    padding: 15px 10px 15px 14px !important;
    font-size: 18px !important;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px
}

.TechnologysDivHero ul {
    list-style: none;
    padding: 0
}

.TechnologysDivHero ul li {
    display: block;
    padding: 7px 14px;
    font-size: 18px;
    color: #252b33
}

.projectImgDiv img {
    width: 100%;
    height: auto;
    padding: 30px
}

.projectImgDiv {
    position: relative;
    height: 100%;
    width: 100%
}

.projectImgDiv:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/VectorRight.png);
    width: 76px;
    height: 156px;
    bottom: 20%;
    background-repeat: no-repeat;
    right: -35px;
    z-index: -1
}

.projectImgDiv:before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/Vectorleft.png);
    width: 217px;
    height: 298px;
    top: 4%;
    background-repeat: no-repeat;
    left: -80px;
    z-index: -1
}

.projectDetails {
    font-size: 18px;
    line-height: 1.5em;
    text-align: justify
}

.projectDetails a {
    text-decoration: underline;
    font-weight: 600
}

.BackgroundMain,
.ChallengeMain {
    position: relative;
    padding: 0 60px
}

.BackgroundMain:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/svg/WorkWithShape.svg);
    width: 50%;
    background-size: contain;
    height: 100%;
    top: 50px;
    background-repeat: no-repeat;
    left: 35%;
    right: auto
}

.projectDuration {
    background-image: url(/assets/img/assets-img/Workbanner.webp);
    padding: 80px 20px;
    position: relative;
    width: 100%;
    background-position: center
}

.projectDuration:after {
    background-color: rgb(16 76 186 / 70%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.DurationMain {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 70px
}

.DurationBox {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: flex-start
}

.DurationBox i {
    font-size: 50px;
    margin-right: 24px
}

.DurationBox h3 {
    margin-bottom: 0
}

.DurationBox h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px
}

.DurationTitle small {
    display: block;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.EnhancingBg {
    background-color: #e6efff;
    padding: 60px 120px;
    position: relative
}

.Enhancingtitle {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.Enhancingtitle i {
    font-size: 45px;
    margin-right: 14px;
    color: #104cba
}

.Enhancingtitle h3 {
    font-size: 22px;
    color: #252b33;
    font-weight: 600;
    margin-bottom: 0
}

.EnhancingDetails p {
    font-size: 18px;
    color: #404040;
    padding: 16px 10px 0 0
}

.EnhancingBg:before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/Layer_-1.png);
    width: 160px;
    height: 47px;
    background-repeat: no-repeat;
    left: 0
}

.EnhancingBg:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/Layer_12.png);
    width: 125px;
    height: 119px;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0
}

.OtherFeaturesTitle h3 {
    font-size: 18px;
    font-weight: 600;
    color: #252b33
}

.OtherFeaturesTitle p {
    font-size: 16px;
    color: #404040;
    padding: 8px 20px 0 0;
    text-align: left
}

.StackBox .TechnologyIcon {
    height: 30px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: auto
}

.StackBox span {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #252b33;
    display: block;
    line-height: normal;
    margin-top: 14px
}

.TechnologyStack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 120px;
    flex-wrap: wrap
}

.StackBox a {
    display: block;
    text-align: center;
    padding: 50px 20px;
    background-color: #e6efff
}

.StackBox {
    width: 220px;
    max-width: 100%;
    height: 100%
}

.TechnologyStack .StackBox:first-child a {
    border-radius: 60px 0 0 60px
}

.TechnologyStack .StackBox:last-child a {
    border-radius: 0 60px 60px 0
}

.StackBox a:hover {
    box-shadow: 0 5px 30px rgb(65 84 241 / 10%)
}

.ProcessMainDiv {
    display: block;
    text-align: center;
    padding: 14px;
    position: relative
}

.ProcessMainDiv .SimpleTitle {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    font-family: Kanit, sans-serif;
    height: auto;
    margin-bottom: 10px
}

.ProcessMainDiv p {
    color: #252b33;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.2em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 80px;
    margin: 0 auto
}

.ProcessMainDiv i {
    font-size: 40px;
    color: #104cba;
    display: block;
    margin-bottom: 20px
}

.ProcessMainDiv:after {
    content: "";
    position: absolute;
    border-bottom: 1px dotted #e6efff;
    width: 60%;
    top: 30px;
    right: -100px
}

.your-class .slick-list .slick-slide {
    padding: 3em;
    text-align: center
}

.your-class-web .slick-list .slick-slide {
    padding: 1em;
    text-align: center
}

.your-class,
.your-class-web {
    padding: 20px 0
}

.OurProcessSection [class*="col-"]:last-child .ProcessMainDiv:after {
    display: none
}

.VisualsTabMain .nav-pills {
    justify-content: center
}

.VisualsTabMain .custom-tab-title .nav-link {
    font-size: 18px
}

.VisualsTabMain .nav-pills .nav-link.active,
.VisualsTabMain .nav-pills .show>.nav-link {
    color: #104cba;
    border-radius: 0;
    background-color: transparent;
    position: relative
}

.VisualsTabMain .nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #104cba;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 30px;
    width: 100%
}

.VisualsTabMain .nav-link {
    color: grey;
    font-size: 45px;
    line-height: normal
}

.VisualsTabMain .tab-contentBg {
    background-color: #e6efff;
    position: relative
}

.VisualsTabMain .tab-contentBg:before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/DotRound.png);
    width: 125px;
    height: 140px;
    background-repeat: no-repeat;
    left: 0;
    top: 0
}

.VisualsTabMain .tab-contentBg:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/LineVectors.png);
    width: 160px;
    height: 47px;
    background-repeat: no-repeat;
    right: 0;
    bottom: 20px
}

.VisualsTabMain .project-slider-app .swiper-slide:nth-of-type(odd) {
    padding-top: 80px;
    bottom: -80px
}

.VisualsTabMain .project-slider-app .swiper-slide:nth-of-type(even) {
    padding-bottom: 100px
}

.VisualsTabMain div#tabWeb {
    padding: 80px 0 80px 0
}

.project-slider-web .slick-slide {
    padding: 0.2%
}

.servicesHero::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/svg/ServicesDevices1.svg);
    width: 85%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    top: 100px;
    background-size: contain;
    z-index: -1
}

.displayB {
    display: block
}

.servicesHero {
    display: flex;
    justify-content: center;
    position: relative
}

.TechnologyStack.WorkedWith {
    padding: 0 0 30px 0
}

.TechnologyStack.WorkedWith .StackBox a i {
    font-size: 50px;
    display: block
}

.WorkedWithSection .StackBox span {
    font-size: 14px;
    color: #104cba;
    font-weight: 700
}

.slick-dots li {
    width: 50px !important;
    height: 5px !important
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: transparent !important;
    width: 50px;
    height: 5px;
    border-radius: 30px;
    background-color: #104cba
}

.slick-dots li button:before {
    opacity: 0.75 !important;
    color: transparent !important;
    width: 50px !important;
    height: 5px !important;
    border-radius: 30px;
    background-color: #104cba
}

.servicesPer.servicesPerLeft {
    padding: 0 130px 0 20px
}

.servicesPer li.tec_data {
    width: 16%;
    word-break: break-word;
    display: inline-block
}

.servicesPer li.tec_data a {
    display: inline-block;
    margin: 0 auto
}

.servicesPer li.tec_data small {
    font-size: 10px
}

.servicesPer .tecIconRound {
    width: 40px;
    height: 40px;
    padding: 6px
}

.servicesPer li.tec_data img {
    width: 40px;
    height: 40px
}

.servicesPer .projectTecIcon ul {
    margin: 10px 0;
    width: 100%
}

.servicesHero .heroSubText {
    margin-bottom: 0;
    padding-bottom: 0
}

.servicesConRight h2 {
    color: #252b33;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.servicesPer {
    padding: 0 20px 0 130px
}

.servicesSub-Text {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: justify
}

.servicesPer li.tec_data a .tecIconRound {
    border-color: #8b8a8a !important
}

.servicesPer li.tec_data small {
    color: #000;
    width: auto
}

.servicesPer .projectTecIcon li.tec_data a:hover img {
    filter: none
}

.servicesPer li.tec_data a:hover small {
    color: #104cba
}

.servicesPer li.tec_data a:hover .tecIconRound {
    border-color: #104cba !important
}

.servicesTec img {
    width: 85%;
    height: 100%
}

.servicesTec {
    width: 100%;
    position: relative;
    text-align: center
}

.TitleHero h1 {
    font-size: 48px;
    color: #000;
    font-weight: 700
}

.TitleHero p.technicallySub {
    margin: 22px 0 0 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8em;
    padding-bottom: 30px;
    color: #000;
    font-family: Poppins, sans-serif
}

.technologyvector {
    top: 10px
}

.EnhancingBg .section-title span,
.subLine {
    font-size: 16px;
    color: #000;
    padding: 0 100px;
    display: block;
    letter-spacing: 1px
}

.subLine p {
    text-align: center
}

.AppDevLBox {
    margin-bottom: 30px
}

.AppDevBox {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgb(65 84 241 / 10%);
    padding: 40px 30px;
    min-height: 100%;
    position: relative;
    overflow: hidden
}

.AppDevBoxBG {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 0;
    filter: grayscale(90%);
    opacity: 0.1
}

.AppDevBox h3 {
    color: #252b33;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.AppDevBox p {
    color: #404040;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 1.6em;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0
}

.AppDevBox:hover {
    border-bottom: 6px solid #104cba !important
}

.AppDevelopment {
    padding: 0 3%
}

.AppDevelopment-slider .slick-dots {
    bottom: -70px
}

.tecTab .tabs {
    max-width: 80rem;
    display: flex;
    align-items: center
}

.tecTab .tabs>ul {
    list-style-type: none;
    padding: 0;
    width: 30%
}

.tecTab .tabs>ul li {
    display: inline-block;
    text-align: center
}

.tecTab .tabs>ul li a {
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 1rem 0.4rem;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease-in-out
}

.tecTab .tabs>ul li a.active {
    background: #fff;
    color: #2c2c2c
}

.tecTab .tabs>ul li a:hover:not(.active) {
    color: #fff
}

.tecTab .tabs section {
    background: #f5f9ff;
    padding: 1.5rem 2.5rem;
    display: none
}

.tecTab .tabs section.active {
    display: block
}

.tecTab ul.tab-links li img {
    max-width: 100%;
    max-height: 100%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    object-fit: contain
}

.tecTab ul.tab-links li a:hover img {
    filter: none
}

.tecTab ul.tab-links li a .tecIconRound {
    border-color: #000 !important
}

.tecTab ul.tab-links li a:hover .tecIconRound {
    border-color: #104cba !important
}

.tecTab ul.tab-links p.stackTitle {
    color: #104cba;
    font-size: 22px;
    font-weight: 700;
    padding-left: 6px;
    margin-bottom: 0;
    font-family: Kanit, sans-serif
}

.tab-links-Details {
    width: 65%;
    position: relative;
    margin: 0 auto
}

.subTextCategory p {
    font-size: 18px;
    color: #252b33;
    font-weight: 500
}

.subTextCategory {
    padding: 100px 0 0 0
}

.titleTabTac img {
    width: 35px;
    height: auto;
    margin-right: 16px
}

.titleTabTac {
    background-color: #104cba;
    position: absolute;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 14px 30px 13px 30px;
    border-radius: 0 30px 30px 0;
    color: #fff;
    top: 35px
}

.titleTabTac .activeTecno {
    margin: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-family: Kanit, sans-serif;
    font-weight: 600
}

.titleTabTac img {
    filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
    -webkit-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
    -moz-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
    -o-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
    -ms-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%)
}

.subTextCategory p span {
    color: #000;
    font-weight: normal;
    display: inline-block
}

.CoreFeatures .service-box p.service-box-title {
    margin-bottom: 12px
}

.tab-links-Details:before,
.ClientL1-slider-main:before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/Vectorleft.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    background-size: cover;
    left: -45px;
    top: -45px;
    max-width: 100%;
    max-height: 100%
}

.tab-links-Details:after,
.ClientL1-slider-main:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/BenefitsDot.webp);
    background-repeat: no-repeat;
    width: 95px;
    height: 104px;
    background-size: cover;
    right: -45px;
    bottom: -45px;
    max-width: 100%;
    max-height: 100%
}

.DevelopmentProjects-slider .slick-dots {
    bottom: -60px
}

.EnhancingBg.ClientsChooseMain:before {
    background-size: contain;
    bottom: 40px
}

.EnhancingBg.ClientsChooseMain:after {
    background-size: contain
}

.ClientsChooseMain .beforeTop:after,
.hiringright:after {
    background-image: url(/assets/img/assets-img/DiscoverSkew1.png);
    left: 18%;
    width: 444px;
    position: absolute;
    top: 0;
    height: 426px;
    right: 18%;
    opacity: 0.5;
    content: "";
    z-index: -1
}

.service-box {
    padding: 40px 30px 20px 30px;
    margin-bottom: 60px;
    border-top-left-radius: 30px;
    transition: all 0.3s ease-out 0s;
    border-bottom-right-radius: 30px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    border: 1px solid #dbe5f7;
    overflow: hidden
}

.service-box:after {
    background-image: url(/assets/img/assets-img/DiscoverSkew1.png);
    left: auto;
    width: 135px;
    position: absolute;
    bottom: 0;
    height: 486px;
    right: 10px;
    opacity: 0.5;
    content: "";
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.service-box .icon {
    position: relative;
    top: -10px;
    right: 8px;
    width: 70px;
    height: 70px;
    font-size: 34px;
    border-radius: 50%;
    background-color: #104cba;
    margin-bottom: 10px;
    color: #fff;
    margin-left: 5px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-box p.service-box-title {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
    letter-spacing: 0px;
    color: #104cba;
    line-height: normal;
    font-family: Kanit, sans-serif
}

.service-box .icon::after {
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    background: 0 0;
    content: "";
    border: 1px solid #104cba;
    border-radius: 50%;
    opacity: 0.8
}

.service-box p {
    font-size: 16px;
    line-height: 1.6;
    font-family: Poppins, sans-serif;
    color: #404040;
    letter-spacing: 0.4px;
    margin: 0px
}

.service-box:hover {
    background-color: #104cba
}

.service-box:hover .icon {
    background-color: #e6efff;
    color: #104cba
}

.service-box:hover h4,
.service-box:hover p {
    color: #fff
}

.service-box:hover .icon::after {
    border: 1px solid #e6efff
}

.hiringright {
    position: relative;
    padding: 0 30px 0 0
}

.hiringTitle h5 {
    color: #252b33
}

.hiringTitle h5 {
    color: #252b33;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: normal
}

.hiringright small {
    font-size: 16px;
    color: #404040;
    display: block
}

.whyCount h5 {
    color: #104cba;
    font-weight: 700;
    font-size: 30px
}

.hiringright:after {
    top: -40px
}

.countWhy .bringDetails p.counter-num,
.countWhy .bringDetails p.counter-num span,
.countWhy .bringDetails span {
    color: #404040
}

.countWhy .bringDetails {
    padding: 10px 12px 20px 0;
    width: 25%
}

.countWhy {
    display: flex;
    flex-wrap: wrap
}

.hiringImg {
    background-color: #e6efff;
    padding: 80px 20px 60px 20px;
    border-radius: 0 30px;
    justify-content: center;
    display: flex;
    position: relative;
    align-items: center
}

.hiringImgDiv {
    position: relative
}

.hiringImgDiv img {
    width: 100%;
    height: 100%
}

img.tecnoHiring {
    object-fit: contain;
    width: 35px;
    height: 36px;
    position: absolute;
    top: 30%;
    left: 44%;
    filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
    -webkit-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
    -moz-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
    -o-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
    -ms-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%)
}

.tecnoHiringIcon {
    width: 35px;
    height: 36px;
    position: absolute;
    top: 30%;
    left: 44%;
    font-size: 30px;
    color: #fff
}

.hiringImgDiv .technologyName {
    color: #fff;
    position: absolute;
    font-size: 12px;
    bottom: 39%;
    left: 0;
    width: 270px;
    text-align: center;
    display: block;
    align-items: center;
    text-transform: capitalize;
    word-break: break-word;
    font-family: Kanit, sans-serif;
    margin-bottom: 10px;
    padding: 0 70px
}

.hiringImgDiv .technologyName.bigname {
    left: 27%;
    bottom: 38%
}

.colsFaq .accordion-button::after {
    display: none
}

.faqAccordion .accordion-header {
    position: relative;
    padding: 4px 0 10px 0
}

.faqAccordion .accordion-header:after {
    position: absolute;
    content: "";
    background-color: #e6efff;
    width: 2px;
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0
}

.faqAccordion .accordion-header:after {
    position: absolute;
    content: "";
    background-color: #e6efff;
    width: 4px;
    height: 85%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 5px
}

.faqAccordion .accordion-item.active:after {
    position: absolute;
    content: "";
    background-color: #104cba;
    width: 4px;
    height: 95%;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 5px
}

.faqAccordion .accordion-item {
    position: relative;
    margin: 14px 0
}

.faqAccordion .accordion-button {
    padding: 0 2.25rem 0.4rem
}

.technologyPart .box-blue {
    padding: 60px 0 50px 0
}

.technologyPart .bringDetails {
    padding: 10px 16px 10px 20px;
    min-height: 100%
}

.technologyvector .VectorImgborder {
    width: 95%;
    text-align: center
}

.DetailsWhatis .subTextCategory {
    padding: 20px 0 10px 0
}

.DetailsWhatis .tab-links-Details {
    width: 80%
}

.befityBox {
    background-color: #f5f9ff;
    padding: 2rem 1rem;
    border-radius: 5px;
    min-height: 195px
}

.befityBox .benifityTitle {
    font-size: 20px;
    color: #104cba;
    font-weight: 700;
    font-family: Kanit, sans-serif;
    margin-bottom: 6px
}

.befityBox p {
    font-size: 16px;
    color: #404040;
    margin-bottom: 0
}

.befityBox a {
    text-decoration: underline
}

.befityBox:hover {
    background-color: #104cba
}

.befityBox:hover h4,
.befityBox:hover p,
.befityBox:hover a {
    color: #fff
}

.compantLogos {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.compantLogos img {
    padding: 1rem;
    width: 160px;
    height: auto
}

.frameBg {
    background-color: #f5f9ff;
    padding: 2rem 6rem;
    border-radius: 5px;
    display: block
}

.framworkDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 20px
}

.frameTitel .nameframe {
    color: #104cba;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    font-size: 26px;
    padding-left: 20px;
    font-family: Kanit, sans-serif
}

.frameTitel {
    display: flex;
    width: 25%;
    align-content: flex-start;
    position: relative
}

.frameDetails {
    display: block;
    align-items: center;
    width: 70%
}

.Languagesname {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%
}

.frameLanguages {
    width: 100%;
    display: flex
}

.LanguagesText .LanguageTextSub,
.Languagesname .LanguageTextSub {
    color: #252b33;
    font-size: 16px;
    margin: 0;
    line-height: normal;
    font-family: Kanit, sans-serif;
    font-weight: 600
}

.Languagesname small {
    display: inline-block;
    line-height: normal
}

.LanguagesText {
    display: block;
    align-items: center;
    width: 70%;
    padding: 0 0 0 30px
}

.frameLanguages {
    width: 100%;
    display: flex;
    padding: 10px 0
}

.framemainDiv {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 10px 0
}

.frameTitel:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/BenefitsDotRight.webp);
    bottom: auto;
    left: -16px;
    background-repeat: no-repeat;
    width: 60px;
    height: 90px;
    background-size: contain;
    right: auto;
    top: -5px
}

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

.tecnosliderRight,
.tecnosliderleft {
    background: -moz-linear-gradient(left,
            #f5f9ff 0,
            rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left,
            #f5f9ff 0,
            rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #f5f9ff 0, rgba(255, 255, 255, 0) 100%);
    position: relative;
    border-radius: 5px;
    padding: 2rem;
    width: 50%
}

.sliderRightTitle {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.RightTitleImg {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #104cba;
    text-align: center;
    align-items: center;
    margin-right: 20px
}

.RightTitleImg img {
    width: 100%;
    height: 100%;
    padding: 10px
}

.sliderRightTitle h3 {
    color: #404040;
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    line-height: normal
}

.tecnosliderRight p,
.tecnosliderleft p {
    font-size: 16px;
    color: #404040;
    letter-spacing: 1px;
    padding: 0 40px 0 0
}

.tecnosliderMain {
    display: flex !important;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding: 0 12px
}

.tecnosliderRight::before,
.tecnosliderleft::before {
    background-image: url(/assets/img/assets-img/DiscoverSkew1.png);
    width: 90px;
    position: absolute;
    top: 0;
    height: 230px;
    left: 8%;
    opacity: 0.5;
    content: "";
    background-size: contain;
    background-repeat: no-repeat
}

.tecnosliderleft {
    background: -moz-linear-gradient(left,
            rgba(255, 255, 255, 0) 0,
            #f5f9ff 100%);
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0,
            #f5f9ff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #f5f9ff 100%)
}

.tecnosliderleft .sliderRightTitle {
    justify-content: flex-end
}

.tecnosliderleft .sliderRightTitle .RightTitleImg {
    order: 2;
    margin-right: 0;
    margin-left: 20px
}

.tecnosliderleft p {
    text-align: right;
    padding: 0 0 0 40px
}

.tecnosliderleft .project-explore {
    text-align: right
}

.tecnosliderleft::before {
    background-image: url(/assets/img/assets-img/DiscoverSkew.png);
    right: 8%;
    left: auto
}

.slidermaintechnology .slick-next:before,
.slidermaintechnology .slick-prev:before {
    color: #104cba !important
}

.slidermaintechnology .slick-next:before {
    content: "\e916" !important;
    font-family: icomoon !important
}

.slidermaintechnology .slick-next:before {
    content: "\e916" !important;
    font-family: icomoon !important
}

.slidermaintechnology .slick-prev:before {
    content: "\e916" !important;
    font-family: icomoon !important
}

.slidermaintechnology button.slick-prev.slick-arrow {
    transform: rotate(180deg);
    border: 1px solid #104cba;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    left: -60px
}

.slidermaintechnology button.slick-next.slick-arrow {
    border: 1px solid #104cba;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    right: -60px
}

.servicesPer .projectTecIcon li.tec_data img.typejs {
    filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(-150%) contrast(100%);
    -webkit-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(90%) contrast(640%);
    -moz-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(-150%) contrast(100%);
    -o-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(-150%) contrast(100%);
    -ms-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(-150%) contrast(100%)
}

.Detailswhoare .tab-links-Details {
    width: 100%
}

.Detailswhoare.tecTab .tabs section {
    background: #fff
}

.Detailswhoare .subTextCategory {
    padding: 10px 0 0 0;
    text-align: justify
}

.Detailswhoare .section-title {
    text-align: left;
    margin-bottom: 10px
}

.tab-links-Details.whoareBefore:before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/dotdtory.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 45px;
    background-size: contain;
    left: -20px;
    bottom: -20px;
    top: auto
}

.tab-links-Details.whoareafter:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/dotstory1.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 90px;
    background-size: contain;
    right: -30px;
    top: -30px;
    bottom: auto
}

.tab-links-Details.whoareBefore:after,
.tab-links-Details.whoareafter:before {
    display: none
}

.divSliderImg {
    min-height: 440px;
    display: flex !important;
    padding: 0 0.5rem
}

.divSliderImg img {
    width: 100%;
    height: 100%
}

.CoreValuesmain:after,
.CoreValuesmain:before {
    display: none
}

.CoreValuesmain .service-box {
    background-color: #e6efff;
    min-height: 360px
}

.CoreValuesmain .service-box:hover {
    background-color: #104cba
}

.CoreValuesmain .service-box:hover .icon {
    background-color: #fff
}

::-webkit-file-upload-button {
    display: none
}

.WeGive.Detailswhoare.tecTab .tabs section {
    background-color: transparent
}

.WeGive .section-title h3 {
    color: #104cba;
    font-size: 20px;
    font-weight: 500;
}

.teamLeadbox {
    text-align: left;
    display: block;
    margin-bottom: 50px;
    text-align: center
}

.teamLeadbox img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    object-fit: cover
}

.teamLeadImg {
    height: 400px;
    width: 100%;
    margin-bottom: 16px
}

.profileDetails p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
    font-family: Kanit, sans-serif;
    text-align: center;
}

.profileDetails span {
    color: #104cba;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.teamLeadbox:hover img {
    box-shadow: 0 5px 6px 0 rgb(16 76 186 / 18%)
}

.Allteam {
    padding: 20px 80px
}

.teambox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px
}

.team-groovy,
.team-groovy-testimonial {
    display: none;
    cursor: pointer
}

.teamImg {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-right: 16px
}

.teamImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top
}

.teamprofileDetails p {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
    font-family: Kanit, sans-serif
}

.teamprofileDetails span {
    color: #104cba;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px
}

.teamBtnDiv {
    position: relative
}

.teamBtnDiv::after {
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0) 0,
            #fff 99%,
            #fff 100%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0,
            #fff 99%,
            #fff 100%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0,
            #fff 99%,
            #fff 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    content: "";
    bottom: -40px
}

.clientsliderPage {
    position: relative;
    z-index: 1
}

.clientsliderPage .divSliderImg {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    border-radius: 5px;
    cursor: pointer
}

.imgDivClint {
    position: relative;
    margin: 0 auto
}

.clientsliderPage .imgDivClint:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%
}

.clientsliderPage .slick-slide {
    padding: 0.6rem
}

.clientsliderPage .slick-dots {
    bottom: -55px
}

.clientBox {
    background-color: #f5f9ff;
    border-radius: 10px 100px 10px 10px;
    position: relative
}

.clientprofileImg {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    object-position: center top;
    object-fit: cover;
    border-radius: 50%;
    top: -40px;
    margin-left: -50px;
    display: block
}

.clientView {
    padding: 80px 30px 30px 30px
}

.clientBox i.icon-quotation {
    color: #104cba;
    font-size: 28px;
    text-align: left;
    padding-bottom: 10px;
    display: block
}

.clientBox i.icon-quotation-bottom {
    color: #104cba;
    font-size: 28px;
    text-align: right;
    padding-bottom: 10px;
    display: block
}

.clientBox p {
    color: #252b33;
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 30px;
    line-height: 1.6em;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 120px
}

.clientName p.clientNameTeam {
    font-size: 18px;
    color: #104cba;
    font-weight: 700;
    margin-bottom: 0;
    font-family: Kanit, sans-serif;
    padding: 0;
    height: auto
}

.clientName small {
    font-size: 14px;
    color: #252b33;
    display: block;
    line-height: normal
}

.clientName {
    position: relative;
    padding: 10px 10px 40px 60px
}

.clientName:before {
    content: "";
    position: absolute;
    background-color: #104cba;
    width: 12px;
    height: 60px;
    border-radius: 0 5px 5px 0;
    left: 0;
    top: 5px
}

.custom-client {
    padding: 150px 100px 40px 100px
}

.StartHereMain {
    display: block;
    text-align: center
}

.DownArowDiv {
    display: block;
    text-align: center;
    padding: 20px 0
}

.DownArowDiv img {
    height: 140px;
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

.StartHerePoint {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 100px
}

.PointHereDetaills {
    display: flex;
    width: 40%;
    justify-content: flex-start
}

.pointTitle {
    display: flex;
    width: 40%;
    justify-content: flex-end;
    padding: 0 20px 0 0
}

.pointIconDiv {
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center
}

.pointTitle h2 {
    font-size: 32px;
    font-weight: 700;
    color: #252b33;
    letter-spacing: 1px;
    text-align: right;
    margin-bottom: 0
}

.pointTitle h2 span {
    display: block
}

.PointHereDetaills p {
    text-align: left;
    color: #252b33;
    font-size: 16px;
    padding: 0 0 0 20px;
    letter-spacing: 1px;
    font-weight: 600
}

.pointIconDiv img {
    width: 60%;
    height: 100%
}

.contactFormMain {
    position: relative
}

.bgWhiteData {
    padding: 80px 50px 50px;
    background-color: #fff;
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 8%);
    border-radius: 5px;
    margin-bottom: 5px
}

.bgWhiteData:before {
    content: "";
    position: absolute;
    background: linear-gradient(to left, #0942ab, #3175f8);
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    left: 0;
    z-index: -1;
    margin: -5px
}

.tabContact {
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px
}

.nav-pills .show>.nav-link,
.tabContact.nav-pills .nav-link.active {
    color: #104cba;
    background-color: transparent;
    border-radius: 0
}

.tabContact.nav-pills .nav-link {
    font-size: 24px;
    font-family: Spartan;
    font-weight: 600;
    color: #252b33;
    padding: 4px 0 10px 0;
    position: relative
}

.tabContact li i {
    font-size: 50px;
    vertical-align: text-bottom;
    margin-right: 16px;
    color: #104cba
}

.tabContact li {
    display: flex;
    align-items: center
}

.tabContact.nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70%;
    height: 2px;
    background-color: #104cba;
    left: 0;
    border-radius: 3px
}

.custom-contactPRL {
    padding: 0
}

.uploadDiv.custom-contactPRL {
    padding: 0 10px
}

.contactFormMain:before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/Layer_-1.png);
    width: 160px;
    height: 47px;
    background-repeat: no-repeat;
    left: -170px;
    background-size: contain;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 80px
}

.contactFormMain:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/dotstory1.png);
    width: 74px;
    height: 160px;
    background-repeat: no-repeat;
    right: -100px;
    background-size: contain;
    bottom: 50px
}

.getBgadress {
    background-color: #f5f9ff;
    border-radius: 5px;
    padding: 4rem;
    width: 95%;
    height: 100%;
    border: 1px solid #ecf0f6
}

.rightSide {
    margin: 0 0 0 auto
}

.titleAdd {
    text-align: center;
    margin-bottom: 30px
}

.titleAdd small {
    color: #104cba;
    font-size: 16px;
    display: block;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 5px
}

.titleAdd h2 {
    color: #252b33;
    font-size: 28px;
    font-weight: 700
}

.contactDetails ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.contactDetails ul li a {
    display: inline-block;
    align-items: center;
    padding: 8px 0
}

.iconContact {
    width: 26px;
    height: auto;
    margin-right: 20px
}

.contactDetails ul li a small {
    font-size: 20px;
    color: #252b33
}

.mapAdresDiv .addFoot .footerMinTitle {
    font-size: 18px !important;
    font-weight: 700;
    color: #104cba;
    text-transform: capitalize;
    padding-bottom: 12px;
    letter-spacing: normal
}

.addressContact p {
    color: #404040;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0 !important;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0
}

.addressContact {
    padding: 20px 0 40px 4px;
    display: block;
    min-height: 140px
}

.addresDetails {
    background: -moz-linear-gradient(top,
            #f5f9ff 0,
            rgba(245, 249, 255, 0.73) 27%,
            rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top,
            #f5f9ff 0,
            rgba(245, 249, 255, 0.73) 27%,
            rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom,
            #f5f9ff 0,
            rgba(245, 249, 255, 0.73) 27%,
            rgba(255, 255, 255, 0) 100%);
    position: relative
}

.addresDetails {
    padding: 20px
}

.mapDetails {
    padding: 14px;
    background-color: #f5f9ff
}

.file {
    visibility: hidden;
    position: absolute
}

.uploadDiv input.form-control {
    width: 1%;
    height: 100%;
    display: flex;
    border: 1px dotted;
    color: #104cba;
    padding: 15px 80px !important;
    border-radius: 5px !important;
    flex: 1 1 auto;
    cursor: auto
}

.uploadDiv .input-group-prepend img {
    width: 55px;
    height: auto;
    position: absolute;
    z-index: 11;
    top: 13px;
    left: 6px
}

.uploadDiv .input-group-append {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -22px
}

.uploadDiv .input-group-append .browseBtn {
    margin: 0;
    z-index: 22
}

.positionType div {
    font-size: 14px;
    color: grey;
    padding: 5px 0
}

.positionType {
    position: relative;
    padding: 0 2.25rem;
    top: -22px;
    font-weight: 600
}

.positionType div span {
    color: #252b33
}

.PositionsPoint ul li {
    position: relative;
    font-size: 14px;
    font-family: Spartan;
    font-weight: 500;
    letter-spacing: 0;
    padding: 12px 0 5px 30px
}

.PositionsPoint ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.PositionsPoint ul li:before {
    content: "";
    position: absolute;
    border: 1px solid #104cba;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    top: 14px;
    background-color: #104cba
}

.accordion-header {
    font-family: Kanit, sans-serif;
    font-weight: 700
}

.applyContact .applyTitle {
    color: #104cba;
    font-size: 16px;
    font-family: Kanit, sans-serif;
    font-weight: 700
}

.applyContact ul li:after,
.applyContact ul li:before {
    display: none
}

.applyContact ul li {
    padding: 6px 0
}

.applyDiv {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 10px 0;
    align-items: center
}

.applyContact ul li a {
    font-size: 14px;
    color: #252b33;
    display: flex;
    align-items: center
}

.applyContact ul li a i {
    color: #104cba;
    margin-right: 16px;
    font-size: 18px
}

.ApplyBtn .project-explore,
.ApplyBtn .project-explore a {
    margin: 0
}

.EnhancingBg.CoreFeatures:before {
    background-size: contain;
    bottom: auto
}

.shadowBottom {
    position: relative
}

.shadowBottom:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/coreskew.png);
    width: 500px;
    height: 240px;
    bottom: 0;
    left: 140px;
    background-size: cover
}

.CoreFeatures .service-box p {
    margin-bottom: 0
}

.CoreFeatures .service-box {
    margin-bottom: 80px
}

.ProcessHRmain {
    position: relative;
    z-index: 1
}

.ProcessHRmain .ProcessMainDiv h3,
.ProcessHRmain .ProcessMainDiv i,
.ProcessHRmain .ProcessMainDiv p,
.ProcessHRmain .section-title h2,
.ProcessHRmain .section-title small {
    color: #fff
}

.ProcessHRmain .ProcessMainDiv i {
    font-size: 50px
}

.ProcessHRmain .ProcessMainDiv:after {
    right: -120px
}

.ProcessHRmain [class*="col-"]:last-child .ProcessMainDiv:after {
    display: none
}

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

.CoreValue:after,
.CoreValue:before,
.WhyJoin::before,
.WhyJoin:after {
    display: none
}

.valueBoxMain {
    position: relative;
    z-index: 1;
    padding-right: 80px
}

.valueBox {
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    margin-bottom: 20px
}

.valueBox h3 {
    font-size: 18px;
    color: #252b33;
    font-weight: 700;
    letter-spacing: normal
}

.valueBox p {
    font-size: 14px;
    color: #404040;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0
}

.valueImg-one {
    display: flex
}

.valueImgImg {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center center
}

.valueImgCenter.imgTeamView {
    height: 210px;
    width: 100%
}

.valueImgMid.imgTeamView {
    height: 350px;
    width: 100%
}

.valueImgRight.imgTeamView {
    height: 95px
}

.imagesTeamDiv {
    position: relative;
    height: 470px
}

.TeamPhotoMain img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.TeamDivTitle {
    text-align: center;
    padding: 14px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0
}

.TeamDivTitle h3 {
    color: #fff;
    margin: 0;
    font-size: 20px
}

.ApproachSimple .slick-dots {
    bottom: -65px
}

.WhyJoin .orderChange1 {
    order: 2
}

.WhyJoin .orderChange2 {
    order: 1
}

.WhyJoin .valueBoxMain {
    padding-right: 80px
}

.whyGroovyActive .whyJoinAdd::-webkit-scrollbar {
    display: none
}

.blogerImg img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: 0;
    object-fit: cover
}

.blogerImg {
    padding-top: 57%;
    position: relative
}

.profileBlog {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    margin-right: 20px
}

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

.blogerName h3 {
    font-size: 20px;
    color: #104cba;
    margin: 0;
    line-height: normal;
    font-weight: 600
}

.blogerName small {
    display: block;
    line-height: normal;
    color: #252b33;
    font-size: 14px
}

.blogerprofileDetail {
    display: block;
    padding: 50px 0
}

.blogerprofileDetail h2 {
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 45px;
    color: #252b33;
    margin-bottom: 0
}

.blogerprofileDetail p {
    font-size: 18px;
    color: #404040;
    font-weight: 600;
    text-align: justify;
    margin: 0;
    padding: 30px 0 0 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 160px;
    margin: 0 auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blogerDetail {
    display: block;
    padding: 0 40px 0 0
}

.blogBoxTime p {
    color: #6a6a6a;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600
}

.blogBoxTime p span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #6a6a6a;
    line-height: normal;
    vertical-align: middle
}

.changeBlogView1 .blogorder1 {
    order: 2
}

.changeBlogView1 .blogorder2 {
    order: 1
}

.changeBlogView1 .blogorder1 .blogerDetail {
    padding: 0 0 0 40px
}

.blogCard2 .blogerImg {
    padding-top: 50%
}

.blogCard2 .blogerDetail {
    padding: 30px 20px 0 0
}

.blogCard2 .blogerName h3 {
    font-size: 18px
}

.blogCard2 .profileBlog {
    width: 45px;
    height: 45px
}

.blogCard2 .blogerprofileDetail {
    padding: 20px 0
}

.blogCard2 .blogerprofileDetail h2 {
    font-size: 28px
}

.blogCard2 .blogerprofileDetail p {
    font-size: 18px;
    padding: 20px 0 0 0;
    height: 130px;
    -webkit-line-clamp: 4
}

.blogCard3 .blogerDetail {
    padding: 20px 0 0 0
}

.blogCard3 .profileBlog {
    width: 40px;
    height: 40px
}

.blogCard3 .blogerName h3 {
    font-size: 16px
}

.blogCard3 .blogerName small {
    font-size: 13px
}

.blogCard3 .blogerprofileDetail h2 {
    font-size: 24px;
    line-height: 34px
}

.blogCard3 .blogerprofileDetail {
    padding: 30px 0
}

.blogCard3 .blogerprofileDetail p {
    font-size: 16px;
    padding: 20px 0 0 0;
    height: 100px;
    -webkit-line-clamp: 3
}

.detailsBlog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    position: relative
}

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

.SocialShareBlog ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    align-items: center
}

.SocialShareBlog ul li a {
    font-size: 24px;
    display: inline-block;
    padding: 5px;
    line-height: normal
}

.SocialShareBlog ul li {
    display: inline-block
}

.SocialShareBlog span {
    display: inherit;
    line-height: normal;
    font-size: 16px;
    margin-right: 10px
}

.PrivacyDiv h2,
.blogDiv h2 {
    color: #104cba;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px
}

.PrivacyDiv p,
.blogDiv p {
    color: #404040;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: normal;
    text-align: justify
}

.blogDiv p a {
    text-decoration: underline;
    color: #000
}

.blogerbigImg img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center
}

.blogerbigImg {
    height: 450px;
    width: 100%
}

.blogPostDiv {
    background-color: #f5f9ff;
    width: 100%;
    padding: 100px 10px;
    position: relative
}

.blogerDetail {
    padding: 0
}

.blogPostDiv .profileBlog {
    width: 40px;
    height: 40px
}

.blogPostDiv .blogerName h3 {
    font-size: 16px
}

.blogPostDiv .blogerName small {
    font-size: 12px
}

.blogPostDiv .blogerprofileDetail h2 {
    font-size: 18px;
    line-height: 26px
}

.blogPostDiv .blogerprofileDetail {
    padding: 20px 0
}

.blogPostDiv .blogerprofileDetail p {
    font-size: 14px;
    padding: 10px 0 0 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 80px;
    -webkit-line-clamp: 3
}

.blogPostDiv .blogBoxTime p {
    font-size: 13px
}

.blogPostDiv .blogerImg {
    padding-top: 95%;
    position: relative
}

.detailsLineTop {
    position: relative
}

.detailsLineTop:before {
    content: "";
    position: absolute;
    top: 18px;
    width: 50%;
    height: 5px;
    background-color: #104cba;
    border-radius: 10px;
    left: 0
}

.PrivacyDiv strong {
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 1px;
    color: #104cba
}

.PrivacyDiv ul li {
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    color: #404040;
    padding: 3px 0 3px 28px
}

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

.PrivacyDiv ul li:before {
    content: "";
    position: absolute;
    background-color: #104cba;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 10px;
    left: 0
}

.PrivacyDiv p a {
    color: #104cba
}

section.Padding-custom.pt-90 {
    padding-top: 0
}

section.Padding-custom.blogTop-100 {
    padding-top: 100px
}

.modal {
    text-align: center;
    padding: 0 !important
}

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

#video-popup-overlay {
    display: none
}

#video-popup-close:hover {
    color: #de0023
}

.contact_number label.error,
.std-number-div label.error {
    display: none !important
}

input.form-control.effect-2.contact-number.error,
input.form-control.effect-2.std-number.error {
    border-bottom: 1px solid red
}

.testimonial-model {
    display: none
}

.loaderOne {
    display: block;
    position: fixed;
    z-index: 11111;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #104cba;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.loaderOne ul li img {
    width: 300px;
    height: auto
}

.loaderOne ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff
}

.loaderOne ul li {
    list-style: none;
    display: inline-block;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 10px;
    font-family: Kanit, sans-serif;
    animation: animate 2.5s infinite linear
}

.loaderOne ul li:nth-of-type(1) {
    animation-delay: 1s
}

.loaderOne ul li:nth-of-type(2) {
    animation-delay: 0.2s
}

.loaderOne ul li:nth-of-type(3) {
    animation-delay: 0.4s
}

.loaderOne ul li:nth-of-type(4) {
    animation-delay: 0.6s
}

.loaderOne ul li:nth-of-type(5) {
    animation-delay: 0.8s
}

.loaderOne ul li:nth-of-type(6) {
    animation-delay: 1s
}

.loaderOne ul li:nth-of-type(7) {
    animation-delay: 1.2s
}

@keyframes animate {
    0% {
        filter: blur(0)
    }

    50% {
        filter: blur(0)
    }

    100% {
        filter: blur(40px)
    }
}

@keyframes anim-loading-pill {
    to {
        transform: scale(0.5);
        opacity: 0.9
    }
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 30px
}

.loading .loading__pill {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    animation: anim-loading-pill 1s ease-in infinite alternate
}

.loading .loading__pill:nth-last-child(1) {
    animation-delay: -0.3333333333s
}

.loading .loading__pill:nth-last-child(2) {
    animation-delay: -0.6666666667s
}

.loading .loading__pill:nth-last-child(3) {
    animation-delay: -1s
}

.loading .loading__pill:not(:last-child) {
    margin-right: 15px
}

p.servicesSub-Text.data_more_less_body {
    height: 120px;
    overflow: hidden
}

.show-more:hover {
    cursor: pointer
}

.show-less:hover {
    cursor: pointer
}

div#videomodel:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: -1
}

#exampleModal .TestimonialsMain,
#videomodel .modal-body button.btn.btn-secondary {
    text-align: right
}

#exampleModal .clintnameDiv {
    text-align: left;
    padding: 10px 0
}

#exampleModal .slideTestimonials {
    padding: 20px 0
}

#exampleModal .TestimonialsMain .close-manual-btn {
    position: absolute;
    z-index: 1;
    right: -30px;
    top: -30px;
    background-color: #104cb4
}

#videomodel .modal-body button.btn.btn-secondary {
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -10px;
    background-color: #104cb4
}

#exampleModal section {
    overflow: inherit
}

#exampleModal .TestimonialsMain .swiper-container {
    padding: 50px 50px 0
}

#exampleModal .imgDivclint {
    width: 250px;
    height: 250px
}

#exampleModal .element {
    height: 350px;
    width: 100px
}

#exampleModal .leftDataclint:before {
    height: 8px;
    width: 12%;
    top: 40px
}

#exampleModal .quotationTop {
    font-size: 40px;
    top: 60px;
    left: 75px
}

#exampleModal .quotationbottom {
    font-size: 40px
}

#exampleModal .leftDataclint {
    position: relative;
    padding: 90px 70px 30px 110px
}

#exampleModal .TestimonialsMainData:after {
    width: 350px
}

#exampleModal .leftDataclint p {
    font-size: 16px;
    color: #252b33;
    padding: 20px 10px 30px 0;
    height: auto;
    -webkit-line-clamp: inherit
}

#exampleModal .leftDataclint p.name-model-testmonial {
    padding: 20px 10px 6px 0
}

#videomodel .modal-lg,
.modal-xl {
    width: 100%
}

.show-more {
    color: #104cb4;
    font-weight: 700
}

.swal-footer {
    text-align: center
}

.swal-button {
    padding: 12px 28px 12px;
    border-radius: 4px;
    color: #fff;
    background-color: #104cba;
    box-shadow: 0 5px 30px rgb(65 84 241 / 40%);
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.1em;
    font-weight: 700
}

.swal-button:not([disabled]):hover,
.swal-button:not([disabled]):active,
.swal-button:not([disabled]):focus {
    background-color: #000
}

.swal-icon--success__line {
    background-color: #104cba
}

.swal-icon--success__ring {
    border-color: #104cba66
}

.swal-text {
    text-align: center
}

.common-L1 {
    width: auto;
    height: 50px;
    background: none;
    border: 2px solid;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    border-radius: 4px;
    padding: 0 1.5rem;
    background-color: transparent !important
}

.common-L1::before,
.common-L1::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 4px;
    background: #104cba;
    transform: skewX(50deg);
    transition: 0.4s linear
}

.common-L1::before {
    top: -4px;
    left: 10%
}

.common-L1::after {
    bottom: -4px;
    right: 10%
}

.common-L1:hover::before {
    left: 80%
}

.common-L1:hover::after {
    right: 80%
}

.header-scrolled .navbar .common-L1 {
    background: #fff;
    color: #104cba
}

.header-scrolled .navbar .common-L1:hover {
    color: #104cba !important;
    border-color: #104cba
}

.header-scrolled .navbar .common-L1::before,
.header-scrolled .navbar .common-L1::after {
    background: #fff
}

.landing-one .bodyG {
    position: initial;
    height: 100%
}

.landing-one .bodyG:before {
    background-image: url(/assets/img/assets-img/BodyHeroG.png);
    position: absolute;
    content: "";
    width: 620px;
    height: 92%;
    right: -70px;
    top: -30px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain
}

.justify-left {
    text-align: left
}

.hero-centerLi {
    padding: 0 200px
}

.hero-centerLi .hero .HeroH2,
.hero h1 {
    line-height: 70px
}

a.common-L1.scrollto.d-inline-flex {
    letter-spacing: 2px
}

section#hero.landing-one {
    background: #104cba;
    background: -moz-linear-gradient(45deg, #08265d 0, #104cba 45%);
    background: linear-gradient(30deg, #08265d -8%, #104cba 22%)
}

.landing-one.Heroskew:before {
    display: none
}

a.common-L1.scrollto.d-inline-flex:hover {
    color: #fff
}

.contact-modal-footer button {
    width: 100%;
    margin: 14px 0 20px
}

.contact-modal-header button.close {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.certificatDiv .award-box {
    padding: 10px 14px 10px;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important
}

.certificatDiv img {
    width: 80%
}

.certificatDiv {
    padding-top: 30px
}

.landing-one .heroHome-slider {
    padding-top: 60px
}

.startSection {
    padding: 80px 0
}

.mlr-auto {
    margin: 20px auto 30px
}

.emailInput input.contact-email {
    background-color: #e6efff;
    height: 55px;
    border-radius: 3px;
    border-bottom: 0
}

.emailInput .custom-contactPRL {
    display: flex;
    align-items: center
}

.emailInput .custom-contactPRL button {
    margin: 0;
    border-radius: 0 3px 3px 0
}

.emailInput .custom-contactPRL button img {
    width: 36px;
    height: auto;
    padding: 0 8px 0 0px
}

.L1-blue {
    border-color: #104cba;
    color: #104cba;
    background-color: transparent;
    box-shadow: none;
    margin-top: 0 !important
}

.common-L1.L1-blue::before,
.common-L1.L1-blue::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 4px;
    background: #fff;
    transform: skewX(50deg);
    transition: 0.4s linear
}

.common-L1.L1-blue:hover {
    color: #104cba
}

.ReviewsImages {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.ReviewsImg {
    width: 160px;
    height: auto;
    padding: 0 10px 0 0
}

.ReviewsImg img {
    width: 75%
}

.ReviewsTitle {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #000
}

.row.gy-4.pb-50.hide {
    display: none
}

.ClientL1Slide {
    background-color: #fff;
    box-shadow: 0 0px 14px 1px rgb(0 0 0 / 14%);
    padding: 2rem;
    position: relative;
    border-radius: 15px
}

.ClientL1SlideProfile {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%
}

.ClientL1SlideProfile img {
    width: 80px;
    height: auto;
    margin-right: 14px;
    border-radius: 50%
}

.name-profile h5 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 0;
    line-height: normal
}

.name-profile p {
    margin: 0;
    font-size: 16px
}

.ClientL1SlideProfile .quotationbottom {
    color: #083c9c;
    font-size: 60px;
    position: absolute;
    line-height: normal;
    right: 20px;
    bottom: 0px
}

.ClientL1-slider-main {
    padding: 2rem 0;
    position: relative
}

.ClientL1-slider-main:before {
    left: -50px;
    top: -20px;
    display: none
}

.ClientL1-slider-main::after {
    right: -60px;
    bottom: -30px
}

.ClientL1SlideDetails .SlideDetails {
    font-size: 16px;
    padding-bottom: 14px
}

.ReviewsMain {
    padding: 60px 0
}

.ReviewsMain h2 {
    color: #000;
    margin-bottom: 40px;
    font-size: 42px
}

.letsStart {
    padding: 100px 0 0
}

.getYourData h3 {
    color: #000;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 20px
}

.getYourData {
    padding: 70px 0 0 0
}

.getYourData .common-L1.L1-blue::before,
.getYourData .common-L1.L1-blue::after,
.knowTec.common-L1.L1-blue::before,
.knowTec.common-L1.L1-blue::after {
    background: #e6efff
}

.project-explore .knowTec.common-L1.L1-blue::before,
.project-explore .knowTec.common-L1.L1-blue::after {
    background: #fff
}

.getYourData .aboveDiv .knowTec.common-L1.L1-blue::before,
.getYourData .aboveDiv .knowTec.common-L1.L1-blue::after,
.aboveDiv .knowTec.common-L1.L1-blue::before,
.aboveDiv .knowTec.common-L1.L1-blue::after {
    background: #fff !important
}

.knowTec {
    align-items: center;
    padding: 12px 20px 10px 20px;
    position: relative;
    z-index: 1
}

.projectLI {
    padding: 20px 0 0 0
}

.getYourData h3 span {
    font-weight: 600;
    padding: 10px 0 20px 0
}

.EnhancingBg .getYourData {
    padding: 30px 0 0 0
}

section.Padding-custom.landingLI {
    padding: 30px 0 100px 0
}

.white-landing .header-scrolled-white {
    color: #fff
}

.white-landing .navbar ul>li a {
    color: #fff
}

.white-landing .navbar ul>li:first-child a:hover a {
    color: #fff
}

.header-scrolled-white.white-landing .navbar li:first-child a:hover {
    color: #fff !important
}

.header-scrolled.white-landing .navbar a {
    color: #000
}

.landing-header {
    padding: 5px 200px !important
}

.landing-header .navbar ul>li a {
    letter-spacing: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding: 25px 0 25px 25px
}

.landing-header .navbar ul>li:last-child a {
    padding: 25px
}

.btn-white {
    color: #104cba !important;
    background-color: #fff !important;
    border: 1px solid
}

.btn-white:hover span {
    color: #fff !important;
    z-index: 3;
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s
}

.text-cap {
    text-transform: capitalize
}

.calendly-content {
    font-size: 0.9rem;
    font-weight: 700;
    padding: 10px 5px
}

.calendly-content i {
    margin: 5px auto;
    font-size: 1.3rem;
    vertical-align: middle
}

.calendly-content i:before {
    font-weight: bolder !important
}

span.btn-calendly-text {
    margin-right: 3px
}

.calendly-content a:hover span {
    margin-right: 8px
}

.header-svg {
    position: absolute;
    left: 0;
    top: auto;
    bottom: auto
}

.header-svg img {
    width: 40px;
    height: 40px
}

.iconBG img {
    width: 35px;
    height: 35px;
    color: #fff;
    margin-left: 5px;
    position: relative;
    top: -9px;
    left: -2px
}

.IdeaAuditInfo .header-svg img {
    width: 60px;
    height: 70px
}

.IdeaAuditInfo .header-svg {
    left: 20px
}

.site-solution .hiring-popup.hide-popup {
    display: none
}

.solution-page h1 {
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    line-height: 60px
}

.solution-page.hero-centerLi {
    padding: 0 100px
}

.solution-hero-img {
    width: 560px;
    padding-top: 40px;
    position: relative;
    left: 60px
}

.weMedical {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-size: 18px
}

.hero .solution-page .Hero_Description {
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    padding-right: 130px
}

.certificatDiv.ComplianceDiv .award-box {
    padding: 16px 20px 16px 0px;
    height: 70px;
    opacity: 1
}

.ComplianceDiv .award-box {
    background: none
}

.ComplianceDiv .clutch-top img {
    max-height: 40px
}

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

.certificatDiv.ComplianceDiv {
    padding-top: 80px;
    max-width: 600px
}

.site-solution .main-section small.subtitles {
    text-transform: uppercase;
    font-size: 16px;
    font-family: Kanit, sans-serif
}

.site-solution .main-section h3,
.site-solution .main-section h4,
.site-solution .main-section h2,
.site-solution .main-section h5 {
    text-transform: uppercase;
    font-family: Kanit, sans-serif;
    letter-spacing: 1px
}

.site-solution section .section-title h3,
.site-solution .main-section h4,
.site-solution .main-section h2,
.site-solution .main-section h5 {
    margin-bottom: 0
}

.practiceMain {
    padding: 20px 0 0 0
}

.practiceMain .videoDiv iframe,
.practiceMain .solution-videoDiv {
    box-shadow: 1px 2px 8px 1px rgb(0 0 0 / 20%);
    border-radius: 5px
}

.practiceMain-text {
    letter-spacing: 1px;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-size: 16px;
    color: #252b33;
    line-height: 25px;
    text-align: left
}

.practice_subtext .ifText {
    letter-spacing: 1px;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-size: 16px;
    color: #104cba;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30px
}

.practice_options span {
    display: inline-block;
    background-color: #e5efff;
    color: #104cba;
    padding: 2px 11px;
    border-radius: 3px;
    font-size: 26px;
    vertical-align: middle;
    line-height: 50px;
    width: 48px;
    height: 48px;
    margin-right: 14px
}

.practice_options {
    display: flex;
    align-items: center;
    width: 280px
}

.practice_options p {
    margin: 0;
    font-size: 18px;
    color: #252b33;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif"
}

.practice_options_all {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    flex-wrap: wrap
}

.site-solution section {
    padding: 50px 0
}

.TelemedicineSolution {
    padding-top: 80px !important
}

.site-solution section .section-title span {
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-size: 16px;
    letter-spacing: 1px;
    color: #252b33
}

.light-bg-section {
    background-color: #f5f9ff;
    padding: 80px 0
}

.detail-box-icons {
    display: block;
    background-color: #e5efff;
    width: 45px;
    height: 45px;
    text-align: center;
    align-items: center;
    line-height: 50px;
    font-size: 22px;
    color: #104cba;
    border-radius: 3px;
    margin-bottom: 16px
}

.detail-box-text .title-detail-box {
    font-family: Kanit, sans-serif;
    font-size: 14px;
    letter-spacing: 1px !important;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #252b33
}

.detail-box-text p {
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #252b33;
    text-align: left
}

.detail-box {
    display: block;
    min-height: 180px;
    padding: 0 14px 16px 0
}

.OfferedSlider {
    width: calc(100% - 20px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    overflow: hidden;
    margin-left: 30px
}

.OfferedSlider img {
    width: 100%;
    height: auto
}

section.Padding-custom.featureSection {
    padding-top: 80px !important
}

.featureDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 2px);
    margin: 0 auto
}

.featureDiv img {
    width: 100%;
    height: auto
}

.appBGdiv {
    background-color: #f5f9ff;
    padding: 3rem 2rem;
    border-radius: 3px
}

.DevelopmentServices {
    padding: 0 0 0 14rem
}

.appBGdivData {
    display: flex;
    align-items: center;
    position: relative
}

.DevelopmentTabs {
    display: block
}

.DevelopmentTabs li {
    display: block;
    margin-bottom: 16px;
    position: relative
}

.DevelopmentTabs {
    display: block;
    border: 0;
    width: 320px
}

.DevelopmentTabs li a {
    color: #1d1d1d;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Kanit, sans-serif;
    display: block;
    padding: 24px 16px 24px 60px;
    line-height: normal;
    background-color: #eef2f9;
    border: 1px solid #dee6f1;
    border-radius: 5px 5px 0 5px;
    z-index: 1;
    position: relative;
    font-weight: 700
}

.DevelopmentTabs li a i {
    font-size: 24px;
    position: absolute;
    left: 16px;
    top: 18px
}

.DevelopmentTabs li a.active {
    background: #104cba;
    background: -moz-linear-gradient(left, #104cba 0%, #3175f8 100%);
    background: -webkit-linear-gradient(left, #104cba 0%, #3175f8 100%);
    background: linear-gradient(to right, #104cba 0%, #3175f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#104cba', endColorstr='#3175f8', GradientType=1);
    color: #fff
}

.tabappBGd {
    position: absolute;
    left: -250px
}

.ServicesDetails {
    padding: 10px 0 10px 140px
}

.tabTitle {
    font-family: Kanit, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000
}

.tabSubtext {
    font-size: 15px;
    letter-spacing: 1px;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    text-align: left;
    margin-bottom: 30px;
    padding: 0 70px 0 0
}

.ServicesDetails ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.consultationDiv {
    padding-top: 0px
}

.ServicesDetails ul li {
    font-family: Kanit, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 5px 0
}

.ServicesDetails ul li i {
    font-size: 12px;
    margin-right: 10px
}

.consultationDiv small {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    width: 300px;
    line-height: normal;
    padding-top: 5px
}

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

.ConsultingBox {
    border: 1px solid #d8e3f3;
    background-color: #eef2f9;
    border-radius: 3px;
    margin: 5px;
    box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
    width: 130px;
    height: 100px;
    padding: 5px 10px
}

.ConsultingBox p {
    color: #104cba;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    font-family: Kanit, sans-serif;
    letter-spacing: 1px
}

.ConsultingBox small {
    color: #000;
    line-height: normal;
    font-size: 14px;
    font-family: "PTSans", sans-serif;
    letter-spacing: 1px
}

.ConsultingBox small {
    color: #000;
    line-height: normal;
    font-size: 13px;
    font-family: Kanit, sans-serif;
    letter-spacing: 1px;
    display: block;
    font-weight: bold
}

.tele_review {
    padding: 40px 5px
}

.tele-quotes {
    font-size: 45px;
    color: #104cba;
    opacity: 0.5;
    display: block
}

.quotes-clint-text {
    font-size: 16px;
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    text-align: left;
    margin-bottom: 40px;
    color: #4f565e;
    letter-spacing: 1px
}

.tele-clint-name p {
    font-family: Kanit, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold
}

.tele-clint-name small {
    color: #000;
    font-size: 14px;
    display: block;
    font-family: Kanit, sans-serif;
    letter-spacing: 1px;
    font-weight: 500
}

.leaderBg {
    background: #104cba;
    background: -moz-linear-gradient(left, #104cba 0%, #3175f8 120%);
    background: -webkit-linear-gradient(left, #104cba 0%, #3175f8 120%);
    background: linear-gradient(to right, #104cba 0%, #3175f8 120%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#104cba', endColorstr='#3175f8', GradientType=1);
    padding: 4rem;
    border-radius: 3px;
    overflow: hidden;
    color: #fff
}

.CeoAboutTitle {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: Kanit, sans-serif;
    margin: 0
}

.CeoSubline {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    line-height: normal;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 5px
}

.CeoSubline span,
.QuotesLine span {
    font-weight: bold
}

.CeoAbout,
.QuotesLine {
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px
}

.ceoQuotes small {
    display: inline-block;
    font-size: 35px;
    color: #4e7fd9;
    line-height: normal;
    position: absolute;
    left: 0
}

.ceoQuotes {
    position: relative;
    margin-top: 40px
}

.QuotesLine {
    padding: 15px 0 0 30px;
    margin-bottom: 10px
}

.CEO-Sign {
    width: 70px;
    height: auto;
    position: relative;
    left: 30px;
    top: 0px
}

.CEO-BG:before {
    background: #bae7ff;
    background: -moz-linear-gradient(top,
            #bae7ff 30%,
            #104cba 100%);
    background: -webkit-linear-gradient(top,
            #bae7ff 30%,
            #104cba 100%);
    background: linear-gradient(to bottom,
            #bae7ff 30%,
            #104cba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae7ff', endColorstr='#104cba', GradientType=0);
    padding: 0.5rem;
    border-radius: 3px;
    position: absolute;
    height: 450px;
    box-shadow: 4px 5px 8px 0px rgb(0 0 0 / 10%);
    content: "";
    width: 90%;
    left: 17px;
    top: 17px
}

.CEO-BG {
    background: #114ebc;
    background: -moz-linear-gradient(-45deg,
            #114ebc 0%,
            #2768e4 100%);
    background: -webkit-linear-gradient(-45deg,
            #114ebc 0%,
            #2768e4 100%);
    background: linear-gradient(135deg,
            #114ebc 0%,
            #2768e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#114ebc', endColorstr='#2768e4', GradientType=1);
    height: 250px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    padding: 1.2rem
}

.CEO-Photo {
    position: relative;
    width: 80%;
    margin: 26px auto 0 auto;
    display: flex
}

.appCustomMain {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center
}

.appCustomTitle {
    font-family: Kanit, sans-serif;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold
}

.connect-BtnDiv a {
    margin: 20px 0 5px 0;
    padding: 15px 20px 13px 20px;
    font-size: 14px;
    display: block;
    top: 0
}

.appCustom .quotes-clint-text {
    margin: 0;
    font-size: 13px;
    color: #fff
}

.leaderBg .row {
    height: 100%
}

.benifitMainDiv {
    padding: 0.3rem 3rem
}

.benifit-Photo {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.benifitDetails ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.benifitDetails ul li {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 6px 0 6px 35px;
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    color: #252b33
}

.benifitDetails {
    position: relative
}

.benifitDetails ul li i {
    font-size: 12px;
    position: absolute;
    left: 0;
    margin-top: 8px;
    font-weight: bold
}

.benifitDetails {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%
}

.benifit-Photo {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 4px 5px 8px 0px rgb(0 0 0 / 10%)
}

.benifitPhoto {
    padding: 2rem 2rem 3rem
}

.Profitsbox1,
.Profitsbox2 {
    background-color: #104cba;
    width: 165px;
    height: 160px;
    border-radius: 5px;
    background-position: center center;
    text-align: left;
    padding: 40px 16px;
    background-repeat: no-repeat
}

.Profitsbox2 {}

.Profitsbox1 p,
.Profitsbox2 p {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin: 0;
    line-height: normal;
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif"
}

.Profitsbox1 small,
.Profitsbox2 small {
    display: block;
    line-height: normal;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif"
}

.ProfitsDiv {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 0 0 20px
}

.readyBoost {
    text-transform: uppercase;
    color: #104cba;
    font-weight: bold;
    font-family: "Poppins", "sans-serif"
}

.readyBoost {
    text-transform: uppercase;
    color: #104cba;
    font-weight: bold;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0
}

.readyBoostSub {
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0
}

.custom-btn {
    font-size: 14px
}

.landingLI.pt-100 {
    padding: 80px 0 !important
}

#SolutionsTestimonials .light-bg-section {
    padding: 100px 0
}

.Bg_blur {
    background-color: #817a71;
    background-repeat: no-repeat;
    box-shadow: 4px 5px 8px 0px rgb(0 0 0 / 10%);
    border-radius: 3px;
    width: 100%;
    height: 100%;
    background-position: center center;
    display: flex;
    padding: 1.8rem 1.5rem 0
}

.ClientPic-test {
    width: 100%;
    height: auto
}

.ClientquotesLine {
    -webkit-line-clamp: 2
}

.Bg_blur {
    padding: 1.5rem 1rem 0
}

.peakTitle {
    color: #fff;
    letter-spacing: 1px;
    font-size: 42px;
    margin-bottom: 0;
    line-height: normal;
    display: block;
    font-family: "Proxima Nova Bl", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-weight: bold;
    -webkit-text-stroke: 1px #000;
    -moz-text-stroke: 1px #000;
    -o-text-stroke: 1px #000;
    -ms-text-stroke: 1px #000
}

.peakLine {
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    line-height: normal
}

.Peak_Arrow {
    position: absolute;
    left: -50px;
    margin-top: -10px
}

.Clientpeak {
    position: relative
}

.playBG {
    background: #104cba;
    background: -moz-linear-gradient(left, #104cba 0%, #3175f8 100%);
    background: -webkit-linear-gradient(left, #104cba 0%, #3175f8 100%);
    background: linear-gradient(to right, #104cba 0%, #3175f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#104cba', endColorstr='#3175f8', GradientType=1);
    border-radius: 3px;
    display: flex;
    line-height: normal;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 20px
}

.playBG:hover {
    color: #fff;
    opacity: 0.9
}

.ClientSec1 {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative
}

.ClientPic-slide {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 4px 5px 8px 0px rgb(0 0 0 / 10%);
    margin: 0 3px
}

.ClientSec2 {
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
    position: relative;
    margin-top: 14px
}

.sliderPic {
    padding: 0 20px 0 0
}

.Clientquotes i {
    font-size: 45px
}

.Clientquotes {
    background-color: #f5f9ff;
    position: absolute;
    bottom: -30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 1;
    left: 15px
}

.Clientquotes i {
    font-size: 45px;
    line-height: 65px;
    position: relative;
    left: 12px
}

.ClientquotesLine {
    font-size: 16px;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    letter-spacing: 1px;
    color: #000;
    line-height: 27px;
    margin-top: 10px;
    display: -webkit-box;
    max-width: 98%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ClientquotesName {
    color: #000;
    letter-spacing: 1px;
    font-family: Kanit, sans-serif;
    margin: 40px 0 5px 0;
    line-height: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase
}

.ClientDesignation {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    margin: 0
}

.footcontactDetails i {
    border: 1px solid #104cba;
    color: #104cba
}

.practiceMain_vector,
.practicesmall_vector,
.SolutionsOffered_vector,
.SolutionsShadow_vector,
.LeftOffered_vector,
.telemedicine_vector,
.featureDiv,
.DevelopmentServices,
.Development_Vector1,
.ServicesDetails,
.Development_Vector2,
.tele-clint-name,
.leaderBg,
.QuotesLine,
.Leadership1_vector,
.Leadership2_vector,
.benifitPhoto {
    position: relative
}

.practiceMain_vector::after {
    position: absolute;
    background-image: url(/assets/img/assets-img/Round.png);
    content: "";
    width: 100%;
    height: 92vh;
    top: -600px;
    background-repeat: no-repeat;
    left: -320px;
    z-index: -1;
    background-size: contain
}

.slider-solutions:before {
    bottom: -35px !important;
    width: 35px !important;
    height: 35px !important;
    top: auto !important;
    right: 150px !important
}

.practicesmall_vector:after,
.Development_Vector2:after,
.Development_Vector2:before,
.slider-solutions:before {
    position: absolute;
    background-image: url(/assets/img/assets-img/Round.png);
    content: "";
    width: 60px;
    height: 60px;
    z-index: 1;
    bottom: 0;
    background-repeat: no-repeat;
    top: -10px;
    right: 70px;
    background-size: cover
}

.practicesmall_vector:before,
.SolutionsOffered_vector::before,
.SolutionsOffered_vector::after,
.LeftOffered_vector:after,
.telemedicine_vector:after,
.telemedicine_vector:before,
.Development_Vector1:after,
.Development_Vector1:before,
.Leadership1_vector:before,
.Leadership2_vector:before,
.Leadership2_vector:after {
    position: absolute;
    background-image: url(/assets/img/assets-img/S1.png);
    content: "";
    width: 70px;
    height: 70px;
    z-index: 1;
    bottom: 0;
    background-repeat: no-repeat;
    top: -110px;
    right: -40px;
    background-size: cover;
    transform: rotate(45deg)
}

.SolutionsOffered_vector::before {
    top: -10px;
    left: 120px;
    right: auto
}

.SolutionsOffered_vector::after,
.telemedicine_vector:before {
    top: 180px;
    left: auto;
    right: -360px;
    width: 140px;
    height: 140px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.SolutionsShadow_vector:before {
    position: absolute;
    background-image: url(/assets/img/assets-img/shadowBottom.png);
    content: "";
    width: 80%;
    height: 186px;
    z-index: 1;
    bottom: 0;
    background-repeat: no-repeat;
    top: 30px;
    right: -50px;
    background-size: cover
}

.LeftOffered_vector:after,
.telemedicine_vector:after {
    top: -300px;
    right: auto;
    left: -334px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.telemedicine_vector:after {
    top: 420px
}

.left-points {
    padding: 0 70px 0 0
}

.right-points {
    padding: 0 0 0 90px;
    position: relative;
    z-index: 22
}

.telemedicine_vector:before {
    width: 150px;
    top: 30px
}

.featureDiv:before,
.DevelopmentServices:before,
.leaderBg:before,
.benifitPhoto:before {
    position: absolute;
    background-image: url(/assets/img/assets-img/Leader_lineSection.png);
    content: "";
    width: 80vw;
    height: 80vh;
    z-index: -1;
    bottom: 0;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-size: contain;
    left: -170px;
    opacity: 0.4
}

.DevelopmentServices:before,
.benifitPhoto:before {
    width: 40vw;
    height: 40vh;
    left: -270px;
    top: -110px;
    opacity: 0.6;
    background-image: url(/assets/img/assets-img/Line_Services.png)
}

.benifitPhoto:before {
    width: 25vw;
    height: 25vh;
    left: -80px;
    top: -70px;
    opacity: 0.8
}

.Development_Vector1:after {
    content: "";
    position: absolute;
    top: -33px;
    right: 0;
    left: -100px
}

.Development_Vector1:before {
    content: "";
    position: absolute;
    top: -33px;
    right: 0;
    left: -100px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.Development_Vector1:before {
    content: "";
    position: absolute;
    bottom: auto;
    right: 0;
    left: auto;
    top: 380px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.Development_Vector2:before {
    top: -110px;
    right: 110px
}

.Development_Vector2:after {
    top: -160px;
    width: 40px;
    height: 40px;
    right: 50px
}

.light-bg-section {
    position: relative
}

.tele-clint-name:before,
.QuotesLine:before,
.sliderPic:before,
#SolutionsTestimonials .light-bg-section:before {
    content: "";
    position: absolute;
    background: -moz-linear-gradient(left,
            rgba(255, 255, 255, 0) 0%,
            rgba(16, 76, 186, 1) 100%);
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0%,
            rgba(16, 76, 186, 1) 100%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(16, 76, 186, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#104cba', GradientType=1);
    border-radius: 30px;
    width: 20%;
    height: 8px;
    right: 200px;
    top: 8px
}

#SolutionsTestimonials .light-bg-section:before {
    width: 7%;
    left: 0;
    right: 0;
    top: 140px
}

.sliderPic:before {
    width: 15%;
    top: 18px;
    right: 190px;
    transform: rotate(180deg)
}

.leaderBg:before {
    z-index: 1;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    width: 65vw;
    right: 0;
    left: 40px
}

.leaderBg>.row {
    z-index: 1;
    position: relative
}

.QuotesLine:before {
    top: auto;
    bottom: -40px;
    left: 100px
}

.Leadership1_vector:before,
.Leadership2_vector:before,
.Leadership2_vector:after {
    top: -40px;
    left: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.Leadership1_vector:before {
    left: 75px
}

.Leadership2_vector:before {
    top: -220px;
    width: 70px
}

.Leadership2_vector:after {
    bottom: auto;
    width: 140px;
    top: 160px;
    height: 140px;
    right: 0;
    left: 150px
}

.benifitMainDiv .Development_Vector2:before {
    top: 150px;
    right: -50px
}

.benifitMainDiv .Development_Vector2:after {
    top: 80px;
    right: -80px
}

.benifitDetails .practicesmall_vector:before {
    display: none
}

.benifitDetails .practicesmall_vector:after {
    top: -230px;
    right: 70px
}

.benifitDetails .practicesmall_vector:after {
    top: -280px;
    right: -570px
}

.ClientSec2 .Development_Vector2:before {
    top: -10px;
    right: 90px;
    width: 35px;
    height: 35px;
    display: none
}

.ClientSec2 .Development_Vector2:after {
    top: -50px;
    right: 50px;
    width: 55px;
    height: 55px
}

.row.sliderTestimonials {
    display: flex !important;
    margin-left: 0
}

.sliderPic.slider-thumb .slick-slide>div,
.sliderPic.slider-thumb .slick-slide {
    width: 40px !important;
    margin: 0 5px;
    cursor: pointer
}

.sliderPic.slider-thumb:before {
    display: block;
    right: 220px;
    width: 50%
}

.sliderPic:before {
    display: none
}

.sliderPic.slider-thumb img {
    opacity: 1
}

.sliderPic img {
    opacity: 0
}

.sliderPic.slider-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px
}

.MainTestimonials_V2 .rel-container {
    position: relative
}

.sliderPic.slider-thumb .slick-list .slick-track {
    width: 100% !important
}

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

.sliderPic .slick-list.draggable {
    overflow: inherit
}

.sliderPic.slider-thumb .slick-track .slick-slide.slick-current.slick-active {
    width: 50px !important
}

.sliderPic.slider-thumb .slick-track .slick-slide.slick-current.slick-active>div {
    width: 50px !important
}

.sliderPic.slider-thumb .slick-track .slick-slide.slick-current.slick-active>div img {
    width: 50px !important;
    height: 50px;
    position: relative;
    top: -10px
}

.featureDiv-Slider {
    width: 100%;
    height: 100%
}

.featureDivDevice {
    position: relative;
    z-index: 22;
    top: -20px
}

.OfferedDivSlider .slick-slide img,
.OfferedDivSlider1 .slick-slide img {
    display: block;
    width: auto;
    height: 665px;
    margin: 0 auto
}

.OfferedSlider1,
.OfferedSlider2 {
    width: 330px;
    float: left
}

.SolutionsOffered_Slide {
    display: inline-block;
    width: 750px;
    padding: 0 0 0 50px
}

.SolutionsOffered_Slide {
    display: inline-block;
    width: 750px;
    padding: 0 0 0 50px
}

.OfferedSlider1 {
    position: relative;
    top: 120px
}

.OfferedSlider2 {
    position: relative;
    left: -110px;
    top: 10px
}

.OfferedDevice {
    position: relative;
    z-index: 1
}

.solution-offfer1,
.solution-offfer2 {
    width: 330px;
    height: auto;
    position: absolute
}

.solution-offfer2 {
    right: 150px;
    top: 10px;
    z-index: 1
}

.solution-offfer1 {
    top: 120px;
    left: 0;
    z-index: 1
}

#OfferedDivSlider1,
#OfferedDivSlider1 {
    overflow: hidden !important;
    border-radius: 0
}

#OfferedDivSlider {
    border-radius: 0% !important;
    overflow: hidden
}

.featureDiv-Slider .slick-slide img {
    display: block;
    height: 755px;
    width: auto;
    margin: 0 auto;
    border-radius: 20px
}

.solution-DivDevice {
    position: absolute;
    width: 390px !important;
    margin: 0 auto;
    display: inline-block;
    left: -26px;
    top: -10px;
    z-index: 1
}

.featureDivDevice .slick-list {
    left: -6px
}

.solution-page .landing-hero-left {
    padding-top: 90px
}

.AppConsultingDiv {
    padding: 0 120px
}

.full-header {
    padding: 0 100px
}

.servicesDiv.servicesMega {
    background-color: #fff;
    padding: 30px 0 0 0;
    height: 100%;
    flex: 0 0 65%;
    display: flex;
    min-height: 100%;
    flex-wrap: wrap
}

.servicesDiv.servicesMega:after {
    display: none
}

.servicesLabel i {
    font-size: 40px !important
}

.navbar .dropdown .servicesMega ul li .servicesLabel {
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    line-height: normal;
    padding: 10px 0 10px 60px;
    margin-bottom: 6px;
    min-height: 80px;
    flex-wrap: wrap;
    white-space: unset
}

.servicesLabelLI {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative
}

.navbar .dropdown .servicesMega ul li i {
    position: absolute;
    left: 0;
    top: auto;
    bottom: auto
}

.navbar .dropdown .servicesMega ul li small {
    display: block;
    font-weight: normal;
    font-size: 14px;
    padding-top: 5px;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif"
}

.servicesDiv.servicesMega ul {
    width: 50%;
    padding: 0 60px 0 50px;
    height: 100%
}

.navbar .dropdown .servicesMega ul li i.icon-saas,
.navbar .dropdown .servicesMega ul li i.icon-ChatBot {
    font-size: 34px !important;
    left: -8px
}

.navbar .dropdown .servicesMega ul li i.icon-ChatBot {
    left: -4px
}

.green-moon {
    color: #1aac84
}

.purple-moon {
    color: #5f27cd
}

.orange-moon {
    color: #ee5353
}

.yellow-moon {
    color: #fd9f43
}

.eastern-moon {
    color: #19a3a4
}

.IdeaAuditDiv {
    background-image: url(/assets/img/assets-img/hiring1.jpeg);
    position: absolute;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 50px 14px 90px;
    background-position: center center;
    margin-top: 20px;
    bottom: 0;
    top: auto;
    width: calc(100% - 35%)
}

.IdeaAuditDiv:before {
    content: "";
    position: absolute;
    background-color: rgb(16 76 186);
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center bottom;
    opacity: 0.7
}

.IdeaAuditInfo {
    z-index: 1;
    color: #fff;
    position: relative;
    display: block;
    align-items: center
}

.IdeaAuditInfo p {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
    display: block;
    line-height: normal;
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif"
}

.IdeaAuditInfo {
    z-index: 1;
    color: #fff;
    position: relative;
    display: block;
    align-items: center;
    padding: 0 100px 0 100px
}

.IdeaAuditInfo i.bulb-icon {
    position: absolute;
    left: 0;
    font-size: 70px;
    top: auto;
    bottom: auto
}

.IdeaAuditDiv small {
    display: block;
    line-height: normal;
    font-size: 14px;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 0
}

.IdeaAuditInfo a {
    padding: 0;
    display: inline-block;
    margin: 10px 0 0 0;
    color: #fff !important
}

.IdeaAuditInfo a:hover {
    text-decoration: underline
}

.servicesDiv.servicesMega ul:first-child {
    padding-left: 90px
}

.btn-ideaaudit,
.btn-ideabook {
    padding: 12px 20px 12px 20px !important;
    z-index: 1;
    position: relative;
    background-color: #fff;
    color: #000 !important;
    border: 0;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif" !important;
    text-transform: uppercase;
    justify-content: center !important
}

.btn-ideaaudit:hover,
.btn-ideabook:hover {
    opacity: 0.9
}

.btn-ideabook {
    background-color: #252b33;
    color: #fff !important
}

.bookABg {
    background-color: #f5f9ff;
    padding: 30px 0 0 24px;
    width: 100%;
    height: 100%;
    flex: 0 0 35%
}

.serDevDiv ul.serDevDiv-menu-sub {
    position: inherit !important;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.serDevDiv ul.serDevDiv-menu-sub {
    position: inherit !important;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.serDevDiv ul.serDevDiv-menu-sub a {
    padding: 0;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    white-space: initial;
    font-weight: bold
}

.iconBG {
    width: 60px;
    height: 60px;
    background-color: #2e86de;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 77px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 10px
}

.iconBG i {
    font-size: 30px !important;
    color: #fff
}

.DevOptions small {
    display: block;
    line-height: normal;
    font-size: 14px;
    padding-top: 0px;
    font-weight: 400
}

.serDevDiv-menu-sub li {
    padding: 10px 80px 10px 80px;
    margin-bottom: 20px
}

.DevOptions p {
    margin-bottom: 0;
    display: block;
    color: #104cba;
    margin-top: 10px
}

.green-bg {
    background-color: #1aac84
}

.iconBG.green-bg i {
    margin: 0;
    font-size: 34px !important;
    position: relative;
    top: 2px;
    left: 1px
}

.meetDiv {
    display: flex;
    width: 100%;
    padding: 0 20px 0 10px
}

.meetDivLeft p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif" !important;
    margin-bottom: 5px
}

.meetDivLeft small {
    font-size: 14px;
    line-height: normal;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif" !important;
    font-weight: 400
}

.meetDivRight .CEO-pic {
    width: 200px;
    height: auto
}

.meetDivRight {
    width: 100%;
    height: auto;
    padding: 0 0 0 70px
}

.ideabook-btnDiv {
    padding: 10px 50px 0 0
}

.meetDivLeft {
    padding: 30px 0 0 10px
}

.TechnologiesMain {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 100px 20px 100px;
    justify-content: space-between
}

.TechnologiesMain .TechnologyDiv {
    padding: 20px 10px 20px 10px;
    min-height: auto;
    border-radius: 5px
}

.TechnologiesMain .TechnologyDiv::after {
    display: none
}

.navbar .dropdown ul li {
    min-width: 220px
}

.techBox2 .TechnologyDiv {
    background-color: #fcf5fd !important
}

.techBox3 .TechnologyDiv {
    background-color: #f4f4f5 !important
}

.navbar .dropdown .servicesMega ul li .servicesLabel {
    font-size: 14px
}

.menu-list a.detail-box.selected {
    position: relative
}

.menu-list a.detail-box.selected:before {
    position: absolute;
    background-image: url(/assets/img/assets-img/Active-blue.png);
    background-repeat: no-repeat;
    height: 34px;
    width: 34px;
    content: "";
    right: -63px;
    top: 90px
}

.menu-list [class*="col-"]:nth-child(2) a.detail-box.selected:before {
    right: -50px;
    top: 40px
}

.menu-list [class*="col-"]:nth-child(3) a.detail-box.selected:before {
    right: -25px;
    top: 40px
}

.menu-list [class*="col-"]:nth-child(4) a.detail-box.selected:before {
    right: -50px;
    top: 40px
}

.right-points .menu-list a.detail-box.selected:before {
    left: 0
}

.right-points .menu-list [class*="col-"]:nth-child(1) a.detail-box.selected:before {
    left: -90px;
    top: 94px
}

.right-points .menu-list [class*="col-"]:nth-child(2) a.detail-box.selected:before {
    left: -90px;
    top: 18px
}

.right-points .menu-list [class*="col-"]:nth-child(3) a.detail-box.selected:before {
    left: -60px;
    top: 45px
}

.right-points .menu-list [class*="col-"]:nth-child(4) a.detail-box.selected:before {
    left: -70px;
    top: 18px
}

.practicesmall_vector:before {
    transform: rotate(45deg);
    right: -80px
}

.menu-list a.detail-box.selected .detail-box-icons {
    background-color: #104cba;
    color: #fff
}

.menu-list a.detail-box.selected .detail-box-text .title-detail-box {
    color: #104cba
}

#SolutionsOffered .light-bg-section {
    padding-bottom: 120px
}

.hide {
    display: none
}

.featureWeb #myDiv .nav-tabs {
    justify-content: center
}

.featureWeb #myDiv .nav-tabs li a {
    padding: 12px 16px 12px 16px;
    margin-right: 5px;
    font-family: "Proxima Nova Alt Rg", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    letter-spacing: 1px;
    font-weight: 400
}

.featureWeb #myDiv .nav-tabs li {
    padding: 12px 16px 10px 16px
}

.featureWeb #myDiv .nav-tabs {
    justify-content: center
}

.featureWeb #myDiv .nav-tabs li a {
    color: #252b33
}

.featureWeb #myDiv .nav-tabs li a.active {
    background: #104cba;
    background: -moz-linear-gradient(left, #104cba 0%, #3175f8 100%);
    background: -webkit-linear-gradient(left, #104cba 0%, #3175f8 100%);
    background: linear-gradient(to right, #104cba 0%, #3175f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#104cba', endColorstr='#3175f8', GradientType=1);
    border-radius: 5px 5px 0 0
}

.featureWeb #myDiv .nav-tabs li a.active {
    color: #fff !important
}

.featureWebPhoto {
    position: relative;
    padding: 2rem 2rem 3rem
}

.featureWeb-Photo {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 4px 5px 8px 0px rgb(0 0 0 / 10%)
}

.featureWebPhoto:before {
    width: 22vw;
    height: 22vh;
    right: -290px;
    bottom: 60px;
    opacity: 1;
    background-image: url(/assets/img/assets-img/Line_Services.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: -1
}

.featureOptionmain {
    display: flex
}

.featureOptionmain {
    display: flex;
    height: 100%;
    padding: 3rem 1rem 1rem 1rem
}

.featureOptionWeb h3 {
    font-size: 24px;
    font-weight: bold;
    color: #252b33
}

.featureOptionWeb p {
    font-size: 16px;
    font-family: "Poppins", "SF Pro Rounded", "Calibri", "Arial", "sans-serif";
    letter-spacing: 1px;
    color: #252b33;
    line-height: 27px;
    margin-top: 10px;
    max-width: 98%;
    overflow: hidden
}

.featureWeb #myDiv .tab-content {
    padding-top: 1.5rem
}

.featureWeb .tabThree .menu-list a.detail-box.selected:before {
    display: none
}

.featureWeb .tabThree .left-points {
    padding: 0 14px 0 0
}

.featureWeb .tabThree .right-points {
    padding: 0 0 0 14px
}

.featureWeb .tabThree .detail-box {
    min-height: 150px
}

.tectStack .tec-custom {
    font-size: 32px;
    padding-right: 10px;
    color: #104cba;
    opacity: 1
}

.tectStack .tec-custom:hover {
    opacity: 0.8
}

.tectStack a {
    display: inline-block
}

.mailIcon i.icon-email {
    font-size: 20px
}

.footcontactDetails li a i {
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px
}

.iconAdd.aus-icon i {
    font-size: 38px;
    color: #383737
}

.StackBoxIcon .tec-custom {
    font-size: 36px;
    line-height: normal;
    display: block;
    text-align: center
}

.contactDetails .tec-custom {
    font-size: 18px;
    margin-right: 20px
}

.contactDetails .tec-skype {
    font-size: 28px;
    margin-right: 20px
}

.tecIconRound .tec-custom {
    font-size: 26px;
    color: #104cba
}

.WeStartDiv .tec-custom {
    font-size: 110px;
    color: #104cba
}

.stroke-tec {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #104cba
}

.BelievingSection .contactDetails .tec-skype {
    position: relative;
    top: 6px
}

.m-a-10 {
    margin: auto 10px
}

.ab-test.app-estimate {
    height: auto;
    min-height: 100vh
}

@media only screen and (max-width: 1699px) {
    .navbar .dropdown ul li {
        min-width: 170px
    }

    .solution-page h1 {
        line-height: 50px !important;
        font-size: 40px !important
    }

    .hero .solution-page .Hero_Description {
        padding-right: 70px;
        line-height: 1.6em;
        font-size: 14px;
        padding-bottom: 20px
    }

    .weMedical {
        font-size: 16px
    }
}

.tagCareer {
    background-color: #fbfbfb;
    padding: 1.2rem 1rem;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 1px 1px 5px 3px #eaf0fa;
    font-weight: bold;
    border: 1px solid #ededed
}

.JoinOurVideo {
    padding: 1rem 0
}

.tagCareer p {
    margin-bottom: 14px
}

.JoinOurVideo .lifeImg iframe {
    border-radius: 5px
}

.PositionsPoint ul li span {
    font-weight: 600 !important
}

.SerTecPage .coseVideo {
    padding: 0
}

.SerTecPage .coseVideo iframe {
    height: 250px
}

.SerTecPageTitle {
    font-size: 20px;
    font-weight: bold;
    color: #252b33
}

.SerTecPageCon {
    padding: 20px 20px 10px 30px
}

.SerTecPageTitle span {
    text-decoration: underline;
    color: #104cba
}

.service-box:hover .icon {
    -webkit-animation: scaleDisappear 0.3s;
    animation: scaleDisappear 0.3s
}

.service-box .icon {
    transition: all 1.1s
}

@keyframes scaleDisappear {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    60% {
        opacity: 0;
        transform: scale(1.3)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.contents-details .lwptoc-light .lwptoc_i .lwptoc_header b.lwptoc_title {
    font-size: 20px;
    letter-spacing: 0.5px
}

.lwptoc_items>.lwptoc_itemWrap>.lwptoc_item a span {
    font-size: 18px;
    letter-spacing: 0.5px
}

.lwptoc-light .lwptoc_i A:active,
.lwptoc-light .lwptoc_i A:focus,
.lwptoc-light .lwptoc_i A:hover {
    color: #104cba !important;
    border-color: #104cba !important
}

.contents-details p a {
    color: #104cba;
    font-weight: bold
}

.wp-block-quote {
    line-height: 26px !important
}

section#recent-blog-posts {
    margin-top: 20px
}

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

.pagination-groovy .nex a,
.pagination-groovy .pre a {
    background-color: #104cba;
    border-radius: 3px;
    color: #fff;
    padding: 14px
}

.accordion-button:not(.collapsed) {
    color: #104cba
}

.lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 2px 0 0 16px
}

body .lwptoc_item .lwptoc_item .lwptoc_item_label {
    color: #666
}

b.lwptoc_title {
    font-size: 20px;
    letter-spacing: 0.5px
}

.contents-details h4 {
    color: #252b33;
    font-family: Kanit, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: none;
    margin-top: 40px;
    margin-bottom: 6px
}

.contents-details table th>*,
.contents-details table tr:first-child>*,
.contents-details table tr:first-child>*>* {
    font-size: 20px !important;
    text-align: center;
    letter-spacing: 0.5px;
    vertical-align: middle
}

.contents-details table tr:not(:first-child) td,
.contents-details table tr:not(:first-child)>*>*,
.contents-details table tr:not(:first-child)>*>*>* {
    text-align: left !important;
    letter-spacing: 0.5px
}

.contents-details table tr td p {
    margin: 0 !important
}

.contents-details table {
    margin-bottom: 2rem !important
}

.landing-hero-left .estimate-btn-app {
    margin-left: 15px;
    border: 1px solid #fff;
    background-color: #104cba;
    color: #fff
}

.landing-hero-left .estimate-btn-app:hover {
    border: 1px solid #000
}

span.online {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #15b915;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    animation: ripple 3s linear infinite
}

p.online-text {
    font-family: "Poppins";
    color: #000;
    padding: 15px 0 0 0;
    font-size: 12px
}

.ripple::before,
.ripple::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    animation: inherit;
    animation-delay: 1s
}

.ripple::after {
    animation-delay: 2s
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0.1rem #15b91555
    }

    100% {
        box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0)
    }
}

.app-estimate-step .opt-pill span {
    color: #000;
    font-weight: bold
}

.app-estimate-step .opt-pill {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 1px 3px 8px 0px rgb(16 76 186 / 11%);
    padding: 0;
    width: 200px;
    height: 190px;
    margin: 18px;
    text-align: center;
    border-radius: 5px
}

.app-estimate-step .opt-pill img {
    padding: 35px 10px 30px;
    display: block;
    margin: 0 auto;
    max-width: 90px;
    max-height: 130px
}

p.Hero_Description1 {
    color: #252b33;
    padding: 0 20px;
    margin-bottom: 30px;
    position: relative;
    font-family: "Poppins";
    font-size: 16px;
    margin-top: 10px
}

.appPage-landing .tecTab .tabs .whoareBefore {
    padding: 1rem 1rem 3rem 0
}

.boldCat {
    font-weight: bold !important;
    padding-right: 90px
}

.letsTitle {
    color: #252b33;
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px
}

.form_div.active {
    right: -3px
}

.form_div_sc {
    z-index: 9999 !important
}

.form_div {
    position: fixed;
    top: 50%;
    right: -300px;
    transform: translateY(-40%);
    width: 300px;
    height: auto;
    padding: 10px 20px 20px 20px !important;
    background: #fff;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: 0px 8px 15px -3px rgb(0 0 0 / 8%);
    border: #c2d1db 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 9
}

.toggle-sticky {
    position: absolute;
    height: 171px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    left: -48px;
    top: 40%;
    line-height: 68px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    border: 1px solid #104cba
}

.toggle-sticky span.sticky-btn {
    color: #104cba;
    display: block;
    transform: rotate(-90deg);
    width: 150px;
    height: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase
}

.form_div h3 {
    margin-bottom: 10px !important;
    margin-top: 10px
}

.form_div_sc h3 {
    font-size: 14px !important;
    color: #252b33;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px !important
}

.sticky-form form .form-group input,
.sticky-form form .form-group textarea {
    height: auto !important;
    background-color: #fff;
    border: 1px solid #aeb1b9;
    padding: 10px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    outline: 0;
    margin: 0 0 15px 0;
    color: #172b43;
    display: block;
    cursor: inherit
}

.form-block .form-group {
    margin-bottom: 0
}

.side-form button {
    width: 100%;
    height: 45px;
    background-color: #104cba !important;
    font-size: 16px !important;
    width: 100%;
    border: none;
    font-weight: bold
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.toggle-sticky.active {
    height: 50px;
    border: 1px solid transparent;
    background-color: #104cb4
}

.toggle-sticky.active::before {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e9b0";
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #104cba;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 900
}

.toggle-sticky.active span.sticky-btn {
    display: none
}

section.Padding-custom.appPage-landing {
    padding-top: 70px
}

section#our-services.padding_reduce .EnhancingBg {
    padding: 30px 0 50px 0
}

section#our-services.padding_reduce .EnhancingBg .getYourData {
    padding: 10px 0 0 0
}

section#technology-stack.padding_reduce {
    padding: 70px 0 40px 0
}

section.startSection.letsStart.padding_reduce {
    padding: 60px 0
}

.landingVideo {
    background-color: #fbfbfb;
    padding: 1.2rem 1rem;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: 1px 1px 5px 3px #eaf0fa;
    font-weight: 700;
    border: 1px solid #ededed
}

section.startSection.letsStart.padding_reduce iframe {
    border-radius: 5px
}

section#work.padding_reduce {
    padding: 20px 0 0 0
}

.IndustriesSection.padding_reduce,
#testimonial.padding_reduce {
    padding: 60px 0 0 0
}

.Profitsbox3 {
    background-image: url(/assets/img/assets-img/ProjectDelivered.png);
    width: 165px;
    height: 160px;
    border-radius: 5px;
    background-position: center center;
    text-align: left;
    padding: 40px 16px;
    background-repeat: no-repeat
}

.whiteBg {
    background-color: #fff
}

.whiteBg .service-box {
    background-color: #e6efff;
    min-height: 360px
}

.whiteBg .service-box:hover .icon {
    background-color: #fff
}

.whiteBg .service-box:hover {
    background-color: #104cba
}

.BudgetDigital.EnhancingBg:before {
    display: none
}

.BudgetDigital .emailInput input.contact-email {
    background-color: #fbfbfb
}

.BudgetDigital .common-L1.L1-blue::before,
.BudgetDigital .common-L1.L1-blue::after {
    background: #e6efff
}

@keyframes dy-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#dy-popup-overlay,
#dy-popup-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 111111
}

.dy-popup-container {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 750px;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s
}

.dy-popup-container .dy-popup-close {
    position: absolute;
    right: -10px;
    top: -12px;
    width: 20px;
    height: 20px;
    opacity: 1;
    transition: opacity 0.2s;
    cursor: pointer;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 1
}

.dy-popup-container .dy-popup-close:hover {
    opacity: 1
}

div#dy-popup-bottom .dy-popup-bottom-close:before,
div#dy-popup-bottom .dy-popup-bottom-close:after {
    background-color: #fff
}

.dy-popup-container .dy-popup-close:before,
.dy-popup-container .dy-popup-close:after {
    position: absolute;
    left: 16px;
    content: "";
    height: 18px;
    top: 8px;
    width: 2px;
    background-color: #104cba
}

.dy-popup-container .dy-popup-close:before {
    transform: rotate(45deg)
}

.dy-popup-container .dy-popup-close:after {
    transform: rotate(-45deg)
}

.exitpopupMain .dy-popup-container:before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    content: "";
    background-size: cover;
    display: block;
    background-repeat: no-repeat
}

.republice-day .bgExitPopup h2 {
    font-size: 42px
}

.bgExitPopup h2 {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0
}

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

.republice-day .bgExitPopup {
    top: 55%
}

.republice-day img.exitOffers-gift {
    position: absolute;
    width: 450px;
    height: 170px;
    right: -60px;
    top: -90px;
    z-index: -1
}

.bgExitPopup {
    position: absolute;
    top: 60%;
    display: block;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

.bgExitPopup p span {
    font-size: 20px;
    color: #ecbf37;
    font-weight: bold
}

.republice-day.easter .bgExitPopup p span {
    font-size: 30px;
    color: #ecbf37
}

.republice-day .bgExitPopup p {
    font-size: 14px;
    padding: 5px 107px 20px
}

.republice-day.easter .bgExitPopup p {
    font-size: 25px;
    padding: 5px 107px 20px
}

.republice-day.easter .countdownDivxmas {
    margin-top: 40px;
    width: 390px
}

.bgExitPopup p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Spartan";
    font-weight: bold;
    padding: 20px 63px 20px
}

.republice-day .countdownDivxmas {
    margin-top: 90px
}

.countdownDivxmas {
    background-color: #fff;
    margin: 0 auto;
    width: 240px;
    border-radius: 5px;
    margin-bottom: 20px
}

.countdownDivxmas ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px 12px 16px
}

.countdownDivxmas ul li {
    font-weight: bold;
    font-size: 36px;
    line-height: 30px
}

.countdownDivxmas ul li small {
    display: block;
    line-height: 16px;
    font-size: 14px
}

small.dot-jam {
    display: inline-block !important;
    font-size: 32px !important;
    position: relative;
    top: -4px;
    left: 3px
}

#dy-popup-bottom .dy-popup-container .dy-popup-close,
#dy-popup-bottom .btn-claim {
    background-color: #104cba;
    color: #fff
}

.btn-claim {
    background-color: #fff;
    padding: 12px 30px 12px 30px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer
}

#dy-popup-bottom a.btn-tnc {
    color: #000;
    margin-right: 40px
}

a.btn-tnc {
    float: right;
    padding: 15px;
    text-decoration: underline;
    font-weight: bold;
    color: #fff
}

.republice-day a.btn-tnc {
    padding: 0 15px 20px
}

#dy-popup-bottom {
    position: fixed;
    top: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    bottom: 0;
    right: 0
}

#dy-popup-bottom .dy-popup-container {
    max-width: 100%
}

#dy-popup-bottom .bgExitPopup {
    display: flex;
    align-items: center;
    width: 90%
}

#dy-popup-bottom .bgExitPopup h2 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    padding-left: 20px
}

#dy-popup-bottom .bgExitPopup p {
    font-size: 14px;
    padding: 20px 10px 0;
    color: #000;
    width: 780px;
    text-align: left
}

.tooltip.fade.bs-tooltip-top.show {
    z-index: 999999
}

#dy-popup-bottom .bgExitPopup p span {
    font-size: 18px
}

#dy-popup-bottom .countdownDivxmas {
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
    border-radius: 3px
}

#dy-popup-bottom .countdownDivxmas ul {
    margin: 0
}

#dy-popup-bottom .countdownDivxmas ul li {
    font-size: 20px;
    line-height: 16px
}

#dy-popup-bottom small.dot-jam {
    font-size: 22px !important;
    top: -2px
}

#dy-popup-bottom .btn-claim {
    padding: 14px 16px 10px 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px
}

#dy-popup-bottom img.exitOffers-gift {
    padding: 1rem;
    height: auto;
    width: 110px
}

#dy-popup-bottom .dy-popup-container .dy-popup-close {
    position: relative;
    top: 0px;
    margin-right: 30px
}

#dy-popup-bottom.exitpopupMain .dy-popup-container:before {
    background-size: auto;
    background-repeat: repeat
}

.btn-claim:hover {
    opacity: 0.9
}

@media only screen and (max-width: 1899px) {
    #dy-popup-bottom .bgExitPopup {
        width: 100%
    }
}

@media only screen and (max-width: 1699px) {
    #dy-popup-bottom .claim {
        padding-right: 60px
    }

    #dy-popup-bottom .dy-popup-container .dy-popup-close {
        right: 0px
    }

    #dy-popup-bottom .dy-popup-container .dy-popup-close {
        margin-right: 30px
    }

    #dy-popup-bottom .countdownDivxmas {
        width: 230px
    }
}

header a.logo {
    position: relative
}

.xmasCap {
    position: absolute;
    width: 35px !important;
    height: 40px;
    top: -13px;
    left: -12px
}

.xmasBell {
    position: absolute;
    width: 60px !important;
    height: 50px;
    top: 24px;
    right: -24px;
    z-index: 1111
}

header a.logo {
    position: relative
}

.XmasQuote .bgWhiteData {
    padding: 0
}

.XmasQuotebg {
    background-image: url(/assets/img/assets-img/ContactXmas.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 150px 0 60px 0;
    background-size: cover;
    position: relative
}

.XmasQuotebg:before {
    position: absolute;
    background-repeat: repeat;
    content: "";
    background-image: url(/assets/img/assets-img/snow.gif);
    width: 100%;
    height: 85%;
    left: 0;
    top: 0
}

.makar-sankranti .XmasQuotebg:before {
    background-image: none;
    content: none
}

.republice-day .XmasQuotebg {
    background-image: url(/assets/img/republice-day/bg.png);
    padding: 50px 0 80px 0
}

.republice-day a.btn-tnc {
    padding: 0 15px 20px
}

div#dy-popup-overlay.republice-day a.btn-tnc,
div#dy-popup-overlay.republice-day .countdownDivxmas {
    position: relative;
    top: unset !important
}

.republice-day a.btn-tnc,
.republice-day .countdownDivxmas {
    position: relative;
    top: 260px
}

.makar-sankranti .XmasQuotebg h1 {
    font-size: 34px
}

.makar-sankranti .XmasQuotebg p {
    font-size: 16px;
    padding: 10px 15px 50px
}

.makar-sankranti .bgWhiteData {
    border-radius: 5% 5px 5px 5%
}

.countdownDivxmas:after {
    display: none
}

.XmasQuotebg h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    z-index: 1
}

.XmasQuotebg .exitOffers-img {
    width: 100%;
    height: auto
}

.XmasQuotebg p span {
    font-size: 28px;
    color: #ecbf37;
    font-weight: bold
}

.XmasQuotebg p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-family: "Spartan";
    font-weight: 500;
    padding: 10px 100px 50px;
    position: relative;
    z-index: 1
}

.republice-day .XmasQuotebg .countdownDivxmas {
    z-index: 1
}

.republice-day.XmasQuote img.exitOffers-gift {
    width: 450px;
    height: 180px;
    right: -60px;
    top: -100px
}

.XmasQuotebg .countdownDivxmas {
    background-color: #fff;
    margin: 0 auto;
    width: 320px;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 5px 0px 0px 0
}

.XmasQuotebg .countdownDivxmas ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 14px 16px 12px 16px
}

.XmasQuotebg .countdownDivxmas ul li {
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    text-align: center
}

.XmasQuotebg .countdownDivxmas ul li small {
    display: block;
    line-height: 16px;
    font-size: 14px
}

.XmasQuotebg .countdownDivxmas small.dot-jam {
    display: inline-block !important;
    font-size: 32px !important;
    position: relative;
    top: -4px;
    left: 3px
}

.XmasQuote .ProjectFormDiv {
    padding: 40px 20px 30px 0
}

.XmasQuote .ProjectFormDiv .section-title h3 {
    font-size: 28px;
    margin-bottom: 0
}

.XmasQuote .heroSubText {
    padding: 4px 40px 20px;
    font-size: 14px
}

.Xmasdeco:after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/bolas.png);
    right: -30px;
    width: 160px;
    height: 200px;
    background-size: contain;
    z-index: 1;
    top: -34px;
    background-repeat: no-repeat
}

.Xmasdeco:before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/xmas-cap.png);
    left: -46px;
    width: 108px;
    height: 130px;
    background-size: contain;
    z-index: 1;
    top: -47px;
    background-repeat: no-repeat
}

.makar-sankranti .Xmasdeco:after,
.makar-sankranti .Xmasdeco1::before,
.makar-sankranti .Xmasdeco:before {
    display: none
}

.Xmasdeco1::after {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/christambell.gif);
    right: -45px;
    width: 89px;
    height: 64px;
    background-size: contain;
    z-index: 1;
    top: -30px;
    background-repeat: no-repeat
}

.republice-day.makar-sankranti .Xmasdeco1::after {
    background-image: unset
}

.makar-sankranti .Xmasdeco1::after {
    background-image: url(/assets/img/makar-sankranti/Firki.png)
}

.Xmasdeco1::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/giftbox.png);
    left: -65px;
    width: 200px;
    height: 144px;
    background-size: contain;
    z-index: 1;
    top: -90px;
    background-repeat: no-repeat
}

.XmasQuote {
    overflow: inherit
}

.Xmasdeco,
.Xmasdeco1 {
    position: relative
}

.XmasQuote .contactFormMain:before,
.XmasQuote .contactFormMain:after {
    display: none
}

.XmasQuote .ProjectFormDiv .contact-form button {
    width: 84%
}

#dy-popup-bottom .countdownDivxmas ul li span {
    color: #fff
}

#dy-popup-overlay .countdownDivxmas:after,
#dy-popup-bottom .countdownDivxmas:after {
    display: none
}

.treewithgift-img {
    position: absolute;
    width: 40%;
    height: auto;
    bottom: -10px;
    left: -140px
}

.site-request-quote #main.Padding-custom {
    padding: 130px 0 0 0
}

select#budget {
    color: #212529 !important
}

form.php-contact-form .group-input {
    z-index: 2
}

.offer-bg-white {
    background-color: #fff !important;
    border-radius: 5px
}

.img-exitVector {
    width: 280px;
    height: auto;
    text-align: center;
    margin: 40px auto 0 auto;
    padding: 1rem
}

.offer-bg-white:before {
    display: none !important
}

.bgExitPopup_planing h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 34px;
    color: #104cba;
    padding: 10px 30px
}

.bgExitPopup_planing p {
    text-align: center;
    font-size: 16px;
    color: #101010;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    line-height: 20px
}

.bgExitPopup_planing {
    text-align: center;
    margin-bottom: 50px
}

.start-btn-exit {
    background-color: #104cba;
    width: 50%;
    display: block;
    color: #fff;
    padding: 12px 20px 12px 20px;
    margin: 10px auto;
    text-transform: uppercase;
    border-radius: 3px
}

.start-btn-exit:hover {
    opacity: 0.9;
    color: #fff
}

.OfferExit a.btn-tnc {
    color: #828181
}

.OfferExit .dy-popup-container .dy-popup-close {
    right: 10px;
    top: 12px;
    background-color: #e2e2e2
}

.OfferExit .dy-popup-container .dy-popup-close:before,
.OfferExit .dy-popup-container .dy-popup-close:after {
    background-color: #484848
}

.bg-offers {
    background-image: url(/assets/img/assets-img/900X650BG.png);
    width: 100%;
    height: auto;
    background-size: cover
}

.easter-white,
.usa-white {
    background: #fff !important
}

.easter-white:before,
.easter-white:after,
.usa-white:before,
.usa-white:after {
    display: none
}

.easter-white h1,
.usa-white h1 {
    color: #000
}

.easter-white h1 span,
.usa-white h1 span {
    color: #41b7b7;
    font-weight: 700
}

.easter-white p.Hero_Description1,
.usa-white p.Hero_Description1 {
    padding: 10px 170px 0 0;
    font-family: proximanova, sans-serif;
    letter-spacing: 1px;
    color: #414141
}

.hero.usa-white.Gred-blue small {
    color: #b62400
}

.contactform-hero .modal-content,
.contactform-hero .modal-content .modal-header {
    border: 0
}

.contactform-hero {
    background-image: url(/assets/img/assets-img/HeroContactform.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2rem 2rem
}

.contactform-hero.contactform-usa {
    background-image: url(/assets/img/assets-img/frame.png)
}

.group-input label,
.group-input input,
.group-input select,
.group-input textarea {
    padding-left: 0
}

.contactform-hero .modal-content {
    background-color: transparent;
    margin: 0 auto;
    width: 90%
}

.contactform-hero .contact-modal-header {
    padding: 1rem 2rem 5px
}

.contactform-hero .contact-modal-header h2 {
    font-weight: bold;
    font-size: 18px
}

.btn-easter,
.btn-usa {
    background: rgb(66, 190, 188);
    background: linear-gradient(90deg,
            rgba(66, 190, 188, 1) 0%,
            rgba(57, 164, 163, 1) 45%,
            rgba(65, 196, 190, 1) 100%);
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 10px 24px;
    font-family: proximanova, sans-serif;
    text-transform: uppercase
}

.btn-usa {
    background: #2989d8;
    background: -moz-radial-gradient(center,
            ellipse cover,
            #2989d8 0%,
            #002c4d 100%);
    background: -webkit-radial-gradient(center,
            ellipse cover,
            #2989d8 0%,
            #002c4d 100%);
    background: radial-gradient(ellipse at center, #2989d8 0%, #002c4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2989d8', endColorstr='#002c4d', GradientType=1)
}

.Flower-hero {
    width: 35px;
    height: auto;
    position: absolute;
    margin: -20px 0 0 0
}

.Flower-start {
    position: absolute;
    left: 160px;
    width: 50px;
    margin: 170px 0 0 0
}

.btn-easter:hover {
    background: rgb(57, 164, 163);
    background: linear-gradient(90deg,
            rgba(57, 164, 163, 1) 0%,
            rgba(66, 190, 188, 1) 45%,
            rgba(57, 164, 163, 1) 100%)
}

.site-happy-easter .getstarted.common-btn:before,
.site-happy-easter .getstarted.common-btn:after,
.site-independence-day-usa .getstarted.common-btn:before,
.site-independence-day-usa .getstarted.common-btn:after {
    display: none
}

.site-happy-easter .full-header,
.site-independence-day-usa .full-header {
    box-shadow: 2px 2px 5px 0 #f1f1f1;
    background-color: #fff
}

.site-happy-easter .header.header-scrolled,
.site-independence-day-usa .header.header-scrolled {
    padding: 0px 0 0px
}

.contactform-hero .form-control {
    padding: 0.275rem 0 !important;
    font-size: 0.9rem;
    line-height: 1.2;
    border-bottom: 1px solid rgb(160 160 161 / 52%);
    background-color: transparent;
    border-radius: 0;
    margin: 0
}

.contactform-hero .form-control:focus {
    border: 1px solid rgb(160 160 161 / 0);
    border-bottom: 1px solid rgb(160 160 161 / 52%);
    box-shadow: none
}

.contactform-hero .group-input label {
    font-size: 14px
}

.contactform-hero .modal-body {
    padding: 1rem 2rem
}

.site-happy-easter .landing-hero-left,
.site-independence-day-usa .landing-hero-left {
    padding: 150px 20px 0 70px
}

.eggEster,
.Flower1 {
    width: 230px;
    height: auto;
    position: absolute;
    bottom: -30px;
    left: 20px
}

.Flower1 {
    width: 230px;
    bottom: -100px;
    left: -20px
}

img.Flower2 {
    position: absolute;
    right: 60px;
    width: 110px;
    top: -40px
}

.site-happy-easter .col-xs-none,
.site-independence-day-usa .col-xs-none {
    position: relative
}

.site-happy-easter .swiper-container,
.site-independence-day-usa .swiper-container {
    overflow: initial
}

.ContactFormMain .DiscoverMore.contact-Div .common-btn.blue {
    width: 20%;
    margin-top: 0
}

.heroOfferFix #dy-popup-bottom {
    height: 100px;
    background-color: #41b7b7
}

.heroOfferFix #dy-popup-bottom .bgExitPopup p span {
    color: #faff03
}

.heroOfferFix #dy-popup-bottom .bgExitPopup p,
.heroOfferFix #dy-popup-bottom .bgExitPopup h1 {
    color: #fff
}

.hero.Gred-blue .heroOfferFix small {
    padding-bottom: 0px
}

.heroOfferFix #dy-popup-bottom .countdownDivxmas ul li {
    font-size: 16px
}

.heroOfferFix #dy-popup-bottom .countdownDivxmas {
    background-color: #f07f73
}

.heroOfferFix #dy-popup-bottom .btn-claim,
.heroOfferFix #dy-popup-bottom .dy-popup-container .dy-popup-close {
    background-color: #fff;
    color: #3c3a3a
}

.heroOfferFix div#dy-popup-bottom .dy-popup-bottom-close:before,
.heroOfferFix div#dy-popup-bottom .dy-popup-bottom-close:after {
    background-color: #b1aaaa
}

.heroOfferFix1 {
    background-color: #42b8b8;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative
}

.heroOfferFix1 .mx-width p {
    color: #ffeb3b;
    font-size: 20px;
    padding: 0 5px;
    margin: 0;
    display: inline-block
}

.mx-width {
    max-width: 760px
}

.ptb-0 {
    padding: 0
}

.FrameTopEster {
    position: absolute;
    width: 180px;
    left: 110px
}

.easteraward .award-box {
    padding: 0 30px 10px;
    background-image: url(/assets/img/assets-img/AwordFram.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    opacity: 1
}

.easteraward .award {
    justify-content: center;
    display: flex
}

.easteraward .slick-initialized .slick-slide {
    display: block;
    margin: 0 40px
}

.easteraward .certificatDiv img {
    width: 100%
}

.sectionLineDark {
    width: 100%;
    margin: 100px 0 0 0
}

.section-title h2 span {
    color: #41b7b7
}

.usaservices .section-title h2 span {
    color: #b62400
}

.easterservices .section-title small {
    color: #414141;
    font-size: 14px;
    font-weight: 600;
    font-family: proximanova, sans-serif
}

.servicesImg {
    width: 90%;
    object-fit: cover
}

.servicesApp {
    display: block
}

.servicesImg:hover {
    opacity: 0.8
}

.offerMiddel {
    background-image: url(/assets/img/assets-img/OfferImg.png);
    background-size: 524px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 2rem 0;
    position: relative;
    height: 640px
}

.offerMiddel::before {
    background-image: url(/assets/img/assets-img/offerBG.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0
}

.offerMiddelMain {
    margin: 0 auto;
    max-width: 550px;
    text-align: center;
    height: 100%;
    padding: 150px 0 20px 0
}

.sectionoffertag {
    width: 220px;
    height: auto
}

.offerMiddelMain h3 {
    font-size: 24px;
    color: #5bb5a5;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 22px 0
}

.techSection,
.site-independence-day-usa .techSection {
    background-color: #41b7b7;
    text-align: center;
    padding: 4rem 0;
    position: relative
}

.site-independence-day-usa .techSection {
    background-color: transparent;
    background: #2989d8;
    background: -moz-radial-gradient(center,
            ellipse cover,
            #2989d8 0%,
            #002c4d 100%);
    background: -webkit-radial-gradient(center,
            ellipse cover,
            #2989d8 0%,
            #002c4d 100%);
    background: radial-gradient(ellipse at center,
            #2989d8 0%,
            #002c4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2989d8', endColorstr='#002c4d', GradientType=1)
}

.techSection h3 {
    font-size: 40px;
    font-weight: bold;
    color: #1c182b
}

.techSection h3 small,
.site-independence-day-usa .techSection h3 small {
    font-size: 40px;
    color: #faff03
}

.site-independence-day-usa .techSection h3 small {
    color: #fff
}

.techSection p {
    font-size: 16px;
    color: #f2ebe0;
    letter-spacing: 1px
}

.btn-easter {
    z-index: 1;
    position: relative
}

.techSection .btn-easter {
    background: #f07f73;
    margin-top: 30px
}

.techSection .btn-usa {
    background: #b62400;
    color: #fff
}

.techSection .btn-easter:hover {
    opacity: 0.9
}

.white-bg-section .sliderPic.slider-thumb {
    display: none
}

.white-bg-section .Bg_blur {
    background-image: none;
    box-shadow: none
}

.white-bg-section .section-title small,
.site-independence-day-usa .white-bg-section .section-title small {
    font-size: 40px;
    color: #41b7b7
}

.site-independence-day-usa .white-bg-section .section-title small {
    color: #15619f
}

.FrameBottomEster {
    position: absolute;
    width: 180px;
    right: 110px
}

.FrameBottomEster,
.FrameBottom_usa,
.FrameBottom_us1 {
    position: absolute;
    width: 180px;
    right: 110px;
    margin-top: -90px;
    z-index: -1
}

.FrameBottom_usa {
    margin-top: -10px;
    right: 60px
}

.FrameBottom_us1 {
    left: 50px;
    right: auto;
    margin-top: -10px
}

.white-bg-section .ClientSec1,
.white-bg-section .ClientSec3 {
    height: 110px;
    width: 120px
}

.white-bg-section .ClientSec1 .quotes2,
.white-bg-section .ClientSec3 .quotes1 {
    width: 100%;
    height: auto
}

.white-bg-section .sliderTestimonials {
    position: relative
}

.white-bg-section .ClientSec1,
.white-bg-section .ClientSec3 {
    height: 100px;
    width: 100px;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0
}

.white-bg-section .ClientSec2 {
    background-color: #fff;
    padding: 2rem 9rem;
    border-radius: 5px;
    position: relative;
    margin-top: 14px;
    text-align: justify
}

.white-bg-section .ClientSec3 {
    left: auto !important;
    right: 150px;
    margin: -190px -60px 0 0
}

.white-bg-section .ClientSec2 .Development_Vector2:after {
    display: none
}

.white-bg-section .ClientPic-test {
    border-radius: 50%
}

.white-bg-section .ClientPic {
    width: 80px;
    height: 80px
}

.white-bg-section .ClientBG {
    width: auto;
    height: auto
}

.white-bg-section .ClienDetails {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 50px 110px 0 0
}

.white-bg-section .slick-prev {
    left: 165px;
    top: 74%;
    z-index: 1
}

.white-bg-section .slick-next:before,
.white-bg-section .slick-prev:before {
    font-size: 30px;
    color: #41b7b7
}

.white-bg-section .slick-next {
    right: auto;
    left: 206px;
    top: 74%
}

.CostEaster:before,
.Costusa:before {
    content: "";
    position: absolute;
    background-color: #41b7b7;
    height: 600px;
    left: 0;
    z-index: -1;
    right: 0
}

.Costusa:before {
    background: #2989d8;
    background: -moz-radial-gradient(center,
            ellipse cover,
            #2989d8 0%,
            #002c4d 100%);
    background: -webkit-radial-gradient(center,
            ellipse cover,
            #2989d8 0%,
            #002c4d 100%);
    background: radial-gradient(ellipse at center,
            #2989d8 0%,
            #002c4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2989d8', endColorstr='#002c4d', GradientType=1)
}

.CostEaster,
.Costusa {
    position: relative;
    text-align: center
}

.tearmDiv {
    padding: 80px 0 50px 0
}

.tearmDiv h5 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.tearmDiv p {
    color: #fff;
    letter-spacing: 1px;
    margin: 0
}

.CostEaster .sectionLineDark,
.Costusa .sectionLineDark {
    margin: 0
}

.maintitlecost .section-title,
.maintitlecost .section-title h5 {
    color: #fff
}

.CostEaster .contact-btn-app,
.Costusa .contact-btn-app {
    border: 1px solid #41b7b7;
    color: #41b7b7;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 12px 12px 10px 12px
}

.CostEaster .hoverAppBox span,
.Costusa .hoverAppBox span {
    font-size: 14px
}

.CostEaster .DevAppBox:hover .hoverAppBox a:hover,
.Costusa .DevAppBox:hover .hoverAppBox a:hover {
    border: 1px solid #104cba;
    color: #104cba
}

.site-happy-easter .Padding-custom,
.site-independence-day-usa .Padding-custom {
    padding: 50px 0 0 0
}

.ContactLineDark {
    margin: 30px 0 40px 0;
    padding: 0 40px
}

.site-happy-easter .ContactLineDark,
.ContactLineDark.esterline,
.site-independence-day-usa .ContactLineDark,
.ContactLineDark.independenceday {
    display: none
}

.site-happy-easter .ContactLineDark.esterline,
.site-independence-day-usa .ContactLineDark.independenceday {
    display: block
}

.site-happy-easter .ContactFormMain .custom-btn,
.site-independence-day-usa .ContactFormMain .custom-btn {
    background-color: #41b7b7;
    box-shadow: 0 5px 30px rgb(65 183 183 / 10%);
    height: 50px
}

.site-independence-day-usa .ContactFormMain .custom-btn {
    background: #2989d8;
    background: -moz-radial-gradient(center,
            ellipse cover,
            #2989d8 0%,
            #002c4d 100%);
    background: -webkit-radial-gradient(center,
            ellipse cover,
            #2989d8 0%,
            #002c4d 100%);
    background: radial-gradient(ellipse at center,
            #2989d8 0%,
            #002c4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2989d8', endColorstr='#002c4d', GradientType=1)
}

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

.InquiriesDetails {
    text-align: left
}

.InquiriesDetails label {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px
}

.countdownDivxmas.herocountdown ul li,
.countdownDivxmas.herocountdown ul li small.dot-jam {
    font-size: 20px !important;
    padding: 0;
    line-height: normal;
    top: 0;
    color: #414141
}

.usa-white .countdownDivxmas.herocountdown ul li {
    color: #003575
}

.countdownDivxmas.herocountdown {
    margin: 0;
    width: 300px
}

.countdownDivxmas.herocountdown ul {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0
}

.countdownDivxmas.herocountdown a {
    float: left;
    padding: 0;
    font-size: 14px
}

.Costcalculator.CostEaster h3.costTitle,
.Costcalculator.Costusa h3.costTitle {
    color: #fff;
    padding-top: 30px
}

.techSection a.btn-tnc {
    float: none;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding: 0;
    width: 150px
}

.countdownDivxmas small.dot-jam {
    top: 0px
}

.contactform-hero label.error {
    position: absolute
}

.bg-image.dating-app {
    background-image: url(/assets/img/dating-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px 15px;
    border-radius: 30px
}

.bg-image.dating-app .content-dating p {
    color: #fff;
    text-align: left;
    line-height: inherit;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: 1px
}

.newTabs .btn-dating {
    border: 0px;
    background-color: transparent;
    color: #484848;
    box-shadow: none
}

.content-dating {
    padding: 5px 30px
}

.image-content {
    vertical-align: middle;
    padding: 20px 0
}

.newTabs ul.nav.nav-pills {
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    border-bottom: 1px solid #ddd
}

.newTabs .tab-content .tab-content-inner p {
    font-family: Poppins, sf pro rounded, Calibri, Arial, "sans-serif";
    letter-spacing: 1px;
    font-size: 16px
}

.newTabs .tab-content .tab-content-inner p.title-tab {
    font-family: Kanit, sans-serif
}

.btn-dating.active {
    background-color: transparent;
    background: #104cba;
    background: -moz-linear-gradient(left, #104cba 0, #3175f8 100%);
    background: -webkit-linear-gradient(left, #104cba 0, #3175f8 100%);
    background: linear-gradient(to right, #104cba 0, #3175f8 100%);
    border-radius: 5px 5px 0 0;
    color: #fff
}

.newTabs ul.nav.nav-pills li {
    margin: 0 25px
}

.tab-content-inner .title-tab {
    font-size: 18px;
    color: #104cba;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 0
}

.groovytab-content {
    width: calc(33.33% - 20px);
    border: 1px solid #dae3f3;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    background-color: #e6efff
}

.newTabs .tab-content {
    margin: 25px auto
}

.techSection .countdownDivxmas {
    width: 300px
}

.techSection .countdownDivxmas ul li {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px
}

section.easteraward.pt-0 {
    background-color: #f6f6f6;
    padding: 30px 0
}

.main-header-react {
    padding: 120px 100px 50px 100px
}

.heroTitle {
    font-size: 60px;
    margin: 0;
    font-family: Kanit, sans-serif;
    line-height: normal;
    font-weight: bold;
    color: #104cba;
    padding-top: 40px
}

.heroTitle small,
.heroTitle span {
    color: #000;
    display: block;
    font-size: 45px
}

.hireImg {
    width: 40px;
    height: auto
}

.heroTitle span {
    font-size: 40px
}

.heroTitle span a {
    text-decoration: underline
}

.SubTextHero {
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Poppins, sans-serif;
    padding: 30px 110px 40px 0;
    margin: 0;
    color: #404040
}

.Groovyabout {
    width: auto;
    height: 100%
}

.groovyAboutDetails p {
    font-size: 28px;
    font-weight: bold;
    color: #104cba;
    margin: 0;
    line-height: normal
}

.groovyAboutDetails {
    text-align: center
}

.GroovyaboutDetails small {
    line-height: normal;
    display: block;
    letter-spacing: 1px;
    font-weight: bold
}

.groovyAbout {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px
}

.Groovyaboutimg {
    height: 50px;
    width: auto;
    margin-bottom: 16px
}

.react-heroIcon {
    padding: 0 100px 0 0
}

.reactGreyBG {
    padding: 24px 5px 5px 5px;
    background: linear-gradient(to left, #104cba, #4370c3);
    border: 5px solid transparent;
    border-image-slice: 1;
    border-radius: 0.8rem;
    background-clip: padding-box;
    position: relative
}

.reactGreyBG h2 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0;
    padding: 0 0 0 20px
}

.reactGreyBG p {
    color: #dbdbdb;
    margin: 0;
    letter-spacing: 1px;
    font-size: 14px;
    padding-top: 5px;
    padding: 0 0 20px 20px
}

.whiteDevForm {
    background-color: white;
    border-radius: 10px 10px 0 0;
    padding: 20px 20px 20px 20px
}

.whiteDevForm .group-input label {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: Kanit, sans-serif;
    font-weight: bold;
    margin-bottom: 2px
}

.reactGreyBG .group-input i {
    top: 40px
}

.ReactDuration input[type="radio"] {
    display: none
}

h2.formTitleReact {
    color: #212529;
    font-size: 16px;
    margin-bottom: 6px
}

.ReactDuration label {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px
}

.ReactDuration label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    top: 50%;
    left: -2rem;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
    -webkit-appearance: inherit;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: initial
}

.ReactDuration {
    position: relative
}

.ReactDuration label::after {
    content: "";
    position: absolute;
    width: 14px !important;
    height: 14px !important;
    background-color: #104cba !important;
    border: 2px solid #104cba !important;
    border-radius: 50%;
    top: 5px !important;
    left: -29px !important;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease
}

.ReactDuration input[type="radio"]:checked+label::before {
    border-color: #104cba
}

.ReactDuration .input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55)
}

.radio-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 91%;
    margin: 0 auto
}

.hurDivNote img {
    width: 30px;
    height: auto
}

.hurDivNote {
    color: #104cba !important;
    padding: 8px 0 14px 10px !important;
    font-size: 16px !important
}

.reactSec .custom-btn {
    width: 20%;
    margin-top: 20px
}

.reactGreyBG .whiteDevForm .form-control:read-only,
.reactGreyBG .whiteDevForm .form-control,
.contactMain.whitebg .form-control:read-only,
.contactMain.whitebg .whiteDevForm .form-control {
    background-color: #fff;
    border: 1px solid #d1d1d1
}

.icons-rectpage svg {
    position: absolute;
    right: -120px;
    top: -50px;
    width: 400px;
    height: 400px;
    fill: #91c6f1;
    opacity: 0.1
}

.icons-rectpage {
    position: relative
}

.ourReactSection .section-title {
    text-align: left;
    padding-top: 70px
}

.ourReactSection .section-title span.subLine {
    padding: 0 100px 0 0
}

.ourReactSection .react-heroIcon .groovyAbout .groovyAboutDetails {
    width: 200px;
    height: 170px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    align-items: center;
    cursor: pointer
}

.ourReactSection .react-heroIcon .groovyAbout {
    margin-bottom: 30px
}

.ourReactSection .Groovyaboutimg {
    height: 60px
}

.ourReactSection .react-heroIcon .groovyAbout .groovyAboutDetails:hover {
    box-shadow: 0 0 10px 10px rgb(209 209 209 / 10%)
}

.ourReactceo .Groovyabout {
    width: 90%;
    padding: 20px 70px;
    z-index: 1;
    position: relative
}

.ourReactceoTitle h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    color: #252b33
}

.ourReactceoTitle {
    text-align: center
}

.ourReactceoTitle p {
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0
}

.ourReactceo {
    text-align: center
}

.ourReactceo .icons-rectpage svg {
    right: 70px;
    top: -10px
}

.projectTab .TabprojectTitle {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #252b33;
    margin: 0;
    line-height: normal
}

.Tabprojectdetails {
    font-size: 16px;
    letter-spacing: 1px;
    color: #444;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 97px;
    margin: 0 auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px
}

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

.pageTec svg {
    width: 40px;
    height: auto;
    margin-right: 20px
}

.projectTab a:hover .TabprojectTitle {
    color: #104cba
}

.projectTab a:hover {
    background-color: #eff1f5;
    box-shadow: 0 0 10px 10px rgb(241 241 241 / 30%)
}

.projectTab a {
    margin-bottom: 20px;
    display: block;
    padding: 1rem;
    border-radius: 5px
}

.projectTab {
    padding: 30px 0 0 0
}

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

.projectTab.text-right .pageTec {
    justify-content: end
}

.pageTec svg:last-child {
    margin-right: 0
}

.projectSnapReactN img {
    width: 100%;
    height: auto;
    padding: 90px 10px 20px 10px;
    z-index: 1;
    position: relative
}

.projectSnapReactN {
    position: relative
}

.projectSnapReactN:before,
.projectSnapReactN:after {
    background-image: url(/assets/img/Element.png);
    position: absolute;
    top: 40px;
    width: 220px;
    content: "";
    height: 220px;
    background-size: cover;
    right: 60px
}

.projectSnapReactN:after {
    bottom: 0;
    width: 220px;
    height: 220px;
    left: 50px;
    top: auto
}

.processImg {
    width: 100%;
    height: auto
}

.processSction {
    padding: 40px 0 0 0
}

.processSction ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.processSction ul li {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 5px 30px 45px 20px
}

.WhatImg {
    width: 90%;
    padding: 1rem;
    border-radius: 30px
}

.WhatImgDetails {
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgb(241 241 241 / 50%);
    border-radius: 10px;
    padding: 50px 45px 50px 40px
}

.whatinfobg {
    background-color: #104cba;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 14px
}

.imgAssignment {
    width: 60px;
    height: auto
}

.whatinfobg {
    background-color: #104cba;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 14px;
    display: flex
}

.imgAssignment {
    width: 20px;
    height: auto;
    margin: 0px auto;
    display: block
}

.whatTitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.whatTitle:hover p {
    color: #104cba
}

.whatTitle p {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    color: #525962;
    font-weight: bold;
    width: 85%;
    cursor: pointer
}

.monthlyDetails {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 22px 10px 10px 10px;
    margin: 0
}

.align-center {
    align-items: center
}

.WhatImgDiv {
    text-align: right
}

.WhatweReact .slick-next,
.WhatweReact .slick-prev {
    width: 45px;
    height: 45px;
    border: 1px solid #999;
    border-radius: 50%;
    right: 65px;
    top: auto;
    bottom: 80px
}

.WhatweReact .slick-next:before,
.WhatweReact .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #d1d1d1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.WhatweReact .slick-next:before {
    content: "";
    background-image: url(/assets/img/svg/arrow-right.svg);
    width: 20px;
    height: 20px;
    opacity: 1;
    position: absolute;
    background-repeat: no-repeat;
    top: 9px;
    left: 7px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.WhatweReact .slick-prev:before {
    content: "";
    background-image: url(/assets/img/svg/arrow-right.svg);
    width: 20px;
    height: 20px;
    opacity: 1;
    position: absolute;
    background-repeat: no-repeat;
    top: 15px;
    left: 17px
}

.WhatweReact .slick-next:hover:before,
.WhatweReact .slick-prev:hover:before {
    background-image: url(/assets/img/svg/arrow-left.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    top: 15px;
    left: 19px
}

.WhatweReact .slick-next:hover,
.WhatweReact .slick-prev:hover {
    background-color: #104cba !important;
    border-color: #104cba
}

.WhatweReact .slick-prev {
    right: 125px;
    left: auto;
    z-index: 1
}

.WhatweReact .slick-prev:hover:before {
    transform: rotate(180deg);
    left: 6px;
    top: 9px
}

.HireReactBox h4 {
    color: #104cba;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px
}

.HireReactBox p {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: justify
}

.HireReactBox {
    padding: 1.5rem;
    background-color: #fff;
    cursor: pointer;
    border-radius: 5px
}

.LookingChat {
    background-image: url(/assets/img/chatBg.png)
}

.LookingTitle {
    font-size: 24px !important
}

.letsDiv {
    text-align: center
}

.letsChat img {
    width: 40px;
    height: auto;
    margin-right: 10px
}

.letsChat {
    background-color: #fff;
    display: inline-block;
    border: 1px dotted #104cba;
    background-repeat: no-repeat;
    padding: 14px 20px 12px 20px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: bold;
    color: #000
}

.ger-ref {
    width: 30%
}

.ger-ref:hover {
    opacity: 0.9
}

.contactMain.whitebg {
    background-color: #fff
}

.contactMain.whitebg .radio-buttons {
    width: 94%
}

.contactMain.whitebg .group-input i {
    top: 40px
}

.heroTitle small:nth-child(2) {
    display: inline-block
}

.site-react .projectSnapReactN img {
    padding: 200px 10px 20px 10px
}

.site-react .projectSnapReactN:before {
    top: 110px
}

.usa-white h1 span {
    color: #003575;
    font-size: 26px
}

.servicesApp span {
    display: block;
    color: #252b33;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center
}

.servicesApp {
    text-align: center
}

.site-independence-day-usa .white-bg-section .slick-next:before,
.site-independence-day-usa .white-bg-section .slick-prev:before {
    font-size: 30px;
    color: #ad2300
}

.site-independence-day-usa .DevAppBox {
    height: 50vh
}

.site-independence-day-usa .DevAppBox .App-hero-img {
    top: 50px
}

.site-independence-day-usa .Costusa .contact-btn-app,
.site-independence-day-usa .Costusa .DevAppBox:hover .hoverAppBox a:hover {
    border: 1px solid #ad2300;
    color: #ad2300
}

a.white.invert.techStackVal.active .tecIconRound {
    background-color: #104cba;
    color: white
}

a.white.invert.techStackVal.active .tecIconRound img {
    filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
    -webkit-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%)
}

@media only screen and (max-width: 1599px) {
    .usa-white .hero-centerLi {
        padding: 0px 90px
    }

    .site-independence-day-usa .col-xs-none {
        display: flex;
        justify-content: flex-end
    }

    img.Flower2 {
        right: 10px;
        width: 90px;
        top: -30px
    }

    .Flower1 {
        width: 150px;
        bottom: -60px;
        left: 90px
    }

    .Flower-start {
        left: 60px
    }

    .hero.usa-white h1 {
        font-size: 40px;
        color: #000;
        line-height: 50px
    }

    .easter-white h1,
    .usa-white h1 {
        font-size: 40px;
        line-height: 50px
    }

    .quotationbottom {
        bottom: 100px
    }

    .hero.Gred-blue small {
        font-size: 18px
    }

    .hero .Hero_Description {
        font-size: 14px
    }

    .img-fluid {
        width: 80%
    }

    .heroVectorImg {
        left: 20px
    }

    img.img-fluid-shap {
        top: -40px;
        right: -70px
    }

    .section-title small {
        font-size: 18px
    }

    .bringDetails p.counter-num,
    .groovyDetails h4,
    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4,
    .section-title h5,
    .section-title p.Contact-Title {
        font-size: 35px
    }

    .bringDetails span {
        font-size: 14px
    }

    .lifeGroovy p {
        font-size: 16px
    }

    .servicesDiv {
        padding: 40px 10px 20px 6%
    }

    .SolutionsDiv {
        padding: 40px 10px 20px 8%
    }

    .whyGroovyMenu.servicesDiv {
        padding: 40px 10px 62px 80px
    }

    .whyGroovyMenu ul.dropdown-menu-sub li a {
        padding: 8px 16px 8px 45px
    }

    .CompanyDiv {
        padding: 0 10px 0 3%
    }

    .CompanyDivMenu {
        flex: 0 0 50%
    }

    .TechnologyDiv,
    .servicesDiv {
        flex: 0 0 28%
    }

    .swiper-slide {
        padding: 4em 0 9em 0
    }

    .navbar .dropdown ul a {
        padding: 8px 20px;
        font-size: 14px
    }

    .BadgesDiv.onDemand {
        flex: 0 0 32%;
        min-height: 432px;
        padding: 40px 10px 20px 20px
    }

    .flexRowMenu ul.dropdown-menu-sub {
        padding-right: 30px
    }

    .navbar .dropdown ul a {
        padding: 8px 16px;
        font-size: 14px
    }

    .hero .btn-get-started span,
    .navbar .getstarted {
        font-size: 14px
    }

    .Heroskew::after {
        border-bottom: 790px solid #fff;
        border-left: 440px solid transparent
    }

    .mouseDiv {
        padding: 40px 0 20px 0
    }

    .Padding-custom.custom-work {
        padding-top: 80px
    }

    .titleTechnologys {
        font-size: 16px !important
    }

    .TechnologysDivHero ul li {
        font-size: 16px
    }

    .projectDetails {
        font-size: 16px
    }

    .DurationBox h3 {
        font-size: 20px
    }

    .DurationBox i {
        font-size: 50px
    }

    .EnhancingBg:before {
        width: 100px;
        background-size: contain
    }

    .EnhancingBg:after {
        width: 115px;
        height: 110px;
        background-size: contain
    }

    .Enhancingtitle h3 {
        font-size: 22px
    }

    .Enhancingtitle i {
        font-size: 42px
    }

    .EnhancingDetails p {
        font-size: 16px
    }

    .OtherFeaturesTitle h3 {
        font-size: 18px
    }

    .OtherFeaturesTitle p {
        font-size: 16px
    }

    .TestimonialsMain {
        padding: 20px 130px 80px 130px
    }

    .imgDivclint {
        width: 320px;
        height: 320px
    }

    .element {
        height: 450px
    }

    .servicesPer.servicesPerLeft {
        padding: 0 50px 0 20px
    }

    .servicesPer {
        padding: 0 20px 0 50px
    }

    .TitleHero h1 {
        font-size: 40px
    }

    .solution-page.hero-centerLi {
        padding: 0 100px 0 110px
    }

    .DevelopmentServices:before {
        width: 20vw;
        height: 20vh;
        left: -80px;
        top: 20px
    }

    .leaderBg:before {
        width: 55vw;
        left: 140px
    }

    .practiceMain_vector::after {
        height: 70vh
    }

    .featureDiv:before {
        left: -174px
    }

    .hireMain .project-explore .read-more {
        top: 0
    }

    .navbar .dropdown ul li {
        min-width: 150px
    }

    .navbar .dropdown .servicesMega ul li small {
        font-size: 12px
    }

    .btn-ideaaudit,
    .btn-ideabook {
        font-size: 14px !important
    }

    .IdeaAuditInfo p {
        font-size: 16px
    }

    .IdeaAuditDiv small {
        font-size: 12px
    }

    .DevOptions small {
        font-size: 12px
    }

    .serDevDiv-menu-sub li {
        padding: 8px 80px 8px 80px;
        margin-bottom: 8px
    }

    .iconBG {
        width: 55px;
        height: 55px;
        line-height: 74px
    }

    .navbar a i {
        margin-left: 3px !important
    }

    .meetDivLeft {
        padding: 20px 0 0 10px
    }

    .meetDivRight .CEO-pic {
        width: 180px
    }

    .meetDivRight {
        padding: 0 0 0 40px
    }

    .meetDivLeft p {
        font-size: 14px
    }

    .meetDivLeft small {
        font-size: 12px
    }

    .ideabook-btnDiv {
        padding: 10px 40px 0 0
    }

    .bookABg {
        padding: 20px 0 0 24px
    }

    #dy-popup-bottom img.exitOffers-gift {
        width: 80px
    }

    #dy-popup-bottom .bgExitPopup h1 {
        font-size: 16px
    }

    #dy-popup-bottom .bgExitPopup p {
        font-size: 12px;
        width: 650px
    }

    #dy-popup-bottom .countdownDivxmas ul li {
        font-size: 16px;
        line-height: 18px
    }

    #dy-popup-bottom .btn-claim {
        padding: 11px 16px 11px;
        font-size: 12px
    }

    #dy-popup-bottom .claim {
        padding-right: 20px
    }

    #dy-popup-bottom .bgExitPopup p span {
        font-size: 14px
    }

    #dy-popup-bottom small.dot-jam {
        font-size: 16px !important;
        top: 0px
    }

    .site-happy-easter .landing-hero-left,
    .site-independence-day-usa .landing-hero-left {
        padding: 120px 40px 0 40px
    }

    .hero .HeroH2,
    .hero h1 {
        font-size: 40px;
        line-height: 55px
    }

    .easter-white p.Hero_Description1 {
        padding: 10px 30px 0 0;
        color: #414141;
        font-size: 14px
    }

    .eggEster {
        width: 150px;
        bottom: -30px;
        left: -10px
    }

    .contactform-hero .group-input label {
        font-size: 12px
    }

    .contactform-hero {
        padding: 1rem 2rem
    }

    .contactform-hero .modal-body {
        padding: 0.5rem 2rem
    }

    .contact-modal-footer button {
        margin: 8px 0 16px
    }

    .heroOfferFix #dy-popup-bottom {
        height: 80px
    }

    .contactform-hero .contact-modal-header h2 {
        font-weight: bold;
        font-size: 16px
    }

    .mx-width {
        font-size: 16px
    }

    .heroOfferFix1 .mx-width p {
        font-size: 16px;
        display: inline-block
    }
}

@media only screen and (max-width: 1499px) {
    .usa-white h1 span {
        font-size: 20px
    }

    .Flower-hero {
        width: 35px;
        margin: -30px 0 0 0
    }

    .Flower1 {
        bottom: -70px;
        left: 50px
    }

    .site-independence-day-usa .col-xs-none {
        padding-top: 70px
    }

    img.Flower2 {
        top: 40px
    }

    .site-independence-day-usa .landing-hero-left {
        padding: 160px 40px 0 40px
    }

    .site-independence-day-usa .sliderApp {
        padding: 20px 50px 20px 50px
    }

    .Costusa:before {
        height: 550px
    }

    .group-input i {
        top: 10px
    }

    #dy-popup-bottom a.btn-tnc {
        margin-right: 0px;
        padding: 0;
        font-size: 12px
    }

    .tele-clint-name:before {
        right: 80px;
        top: 10px
    }

    .sliderPic.slider-thumb {
        width: 200px
    }

    .leaderBg:before {
        width: 90vw;
        left: 140px
    }

    .practiceMain_vector::after {
        height: 100vh;
        top: -620px
    }

    .SolutionsOffered_vector::before {
        top: -30px;
        left: 90px
    }

    .SolutionsShadow_vector:before {
        width: 80%;
        height: 145px;
        top: 45px;
        right: -50px
    }

    .Development_Vector2:after {
        top: -160px
    }

    .Development_Vector2:before {
        top: -100px;
        right: 60px
    }

    .AppConsultingDiv {
        padding: 0 100px
    }

    .ServicesDetails {
        padding: 10px 0 10px 120px
    }

    .landing-header .navbar ul>li a {
        font-size: 14px
    }

    .hero-centerLi {
        padding: 0 100px
    }

    .landing-header {
        padding: 5px 100px !important
    }

    #exampleModal .leftDataclint {
        padding: 90px 130px 30px 110px
    }

    .EnhancingBg {
        padding: 60px 30px
    }

    .heroHome-slider .swiper-slide {
        padding: 5em 0 6em 0
    }

    .Heroskew .swiper-pagination {
        right: 180px
    }

    .hero .HeroH2,
    .hero h1 {
        font-size: 40px
    }

    .callHero a {
        font-size: 18px
    }

    .swiper-slide {
        padding: 5em 0 7em 0
    }

    .SolutionsDiv,
    .servicesDiv {
        padding: 40px 10px 20px 3%
    }

    .SolutionsDiv h4,
    .TechnologyDiv h4,
    .servicesDiv p.MegaSubTitle {
        padding: 0 0 0 22px
    }

    .BadgesDiv h4 {
        padding: 0 0 0 10px
    }

    .navbar .dropdown ul a {
        padding: 8px 10px;
        font-size: 13px
    }

    .badgeslab p.badgeslabTitle {
        font-size: 12px
    }

    .badgeslab p {
        font-size: 12px;
        padding: 0 50px 0 0
    }

    .BadgesDiv {
        flex: 0 0 25%;
        min-height: 540px
    }

    .TechnologyDiv,
    .servicesDiv {
        flex: 0 0 25%;
        min-height: 540px
    }

    .BadgesDiv.onDemand {
        min-height: 414px
    }

    .CompanyDiv {
        padding: 0 0 0 3% !important
    }

    .hireMain {
        padding: 30px 30px 20px 30px
    }

    .BadgesDiv.AdvBadges {
        min-height: 100%
    }

    .AddDiv {
        min-height: 100%
    }

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

    li.tec_data img {
        width: 34px;
        height: 34px
    }

    li.tec_data small {
        font-size: 12px;
        width: 100%
    }

    .bringDetails p.counter-num,
    .groovyDetails h4,
    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4,
    .section-title h5,
    .section-title p.Contact-Title {
        font-size: 30px
    }

    .projectName p {
        font-size: 24px !important
    }

    .projectNamelogo img {
        width: 68px;
        height: 68px
    }

    .project-content p {
        font-size: 14px
    }

    .valueBox h3 {
        font-size: 16px
    }

    .custom-btn {
        font-size: 14px
    }

    .benefityData h5 {
        font-size: 28px
    }

    .benefityData p {
        font-size: 14px
    }

    .benefityDatapoint ul li {
        font-size: 12px
    }

    .befifityListDiv {
        width: 170px;
        min-height: 160px
    }

    .imgDivclint {
        width: 300px;
        height: 300px
    }

    .playIconClint img.playClint {
        width: 55px;
        height: 55px
    }

    .element {
        height: 410px
    }

    .TestimonialsMain {
        padding: 20px 100px 50px 100px
    }

    .leftDataclint:before {
        top: 35px
    }

    .quotationTop,
    .quotationbottom {
        font-size: 40px
    }

    .leftDataclint p {
        font-size: 16px
    }

    .clintnameDiv p {
        font-size: 18px
    }

    .clintnameDiv small {
        font-size: 14px
    }

    .TestimonialsMainData:after {
        width: 410px;
        height: 180px;
        right: 20px
    }

    .contactTitle .anyTimeTitle {
        font-size: 22px
    }

    .contactTitle p {
        font-size: 14px
    }

    .InquiriesDetails p {
        font-size: 16px
    }

    .mailIcon {
        width: 44px;
        height: 44px
    }

    .footer .footer-top .footer-info .logo img {
        max-height: 50px
    }

    .footer .footer-top .footer-info p {
        font-size: 14px;
        padding: 0 68px 0 0
    }

    .footer .footer-top p.footerMinTitle {
        font-size: 16px;
        padding-bottom: 10px
    }

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

    .footer .footer-top .footer-links ul li {
        padding: 8px 0
    }

    .iconAdd i {
        font-size: 40px
    }

    .footer .footer-top p.footerMinTitle {
        font-size: 14px
    }

    .addFoot p {
        font-size: 13px !important
    }

    .footer .copyright {
        font-size: 14px
    }

    .Padding-custom {
        padding: 70px 0 30px 0
    }

    .project-div {
        padding: 70px 10px
    }

    .section-title {
        margin-bottom: 30px
    }

    .paddingPBfit {
        padding: 50px 0 20px 0
    }

    .ListDivbefi i {
        font-size: 45px
    }

    .ListDivbefi small {
        font-size: 12px
    }

    .leftDataclint {
        padding: 120px 60px 20px 140px
    }

    .ContactFormMain p.contactSendtitel {
        font-size: 26px
    }

    .LeftDot:after {
        bottom: -50px;
        right: 130px
    }

    .rightDot:after {
        bottom: -50px;
        left: 90px
    }

    .bringDetails p.counter-num span {
        font-size: 30px
    }

    .benefityDatapoint p {
        font-size: 16px !important
    }

    .projectImgDiv {
        width: 90%;
        margin: 0 auto
    }

    .projectImgDiv:before {
        width: 167px;
        height: 258px;
        left: -60px;
        background-size: contain
    }

    .EnhancingBg:before {
        width: 100px;
        background-size: contain;
        top: 16px
    }

    .StackBox span {
        font-size: 16px
    }

    .projectTitle img {
        width: 90px
    }

    .bringDetails p.counter-num,
    .groovyDetails h4,
    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4,
    .section-title h5,
    .section-title p.Contact-Title {
        font-size: 24px
    }

    .StackBox {
        width: 190px
    }

    .Heroskew::after {
        border-bottom: 680px solid #fff;
        border-left: 420px solid transparent
    }

    .servicesConRight h2 {
        font-size: 22px
    }

    .servicesSub-Text {
        font-size: 14px
    }

    .projectTecIcon {
        padding: 20px 0 20px 0
    }

    .servicesPer.servicesPerLeft {
        padding: 0 40px 0 20px
    }

    .servicesPer {
        padding: 0 20px 0 40px
    }

    .servicesPer li.tec_data small {
        font-size: 9px
    }

    .befityBox .benifityTitle {
        font-size: 18px
    }

    .befityBox p {
        font-size: 14px
    }

    .befityBox {
        min-height: 160px
    }

    .service-box {
        padding: 30px 30px
    }

    .compantLogos img {
        width: 130px
    }

    .LanguagesText .LanguageTextSub,
    .Languagesname .LanguageTextSub {
        font-size: 14px
    }

    .hiringTitle h5 {
        font-size: 26px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .hiringTitle .whyPointFooter {
        position: inherit
    }

    .header {
        padding: 5px 0
    }

    .navbar a {
        color: #fff;
        letter-spacing: 1px;
        padding: 25px 0 30px 40px
    }

    .header-scrolled .navbar a,
    .header-scrolled-white .navbar a {
        color: #000
    }

    .hero .HeroH2,
    .hero h1 {
        font-size: 50px;
        color: #fff;
        line-height: 80px
    }

    .hero.Gred-blue small {
        font-size: 26px;
        color: #dbdbdb;
        letter-spacing: 1px;
        padding-bottom: 20px;
        font-family: Poppins, sans-serif
    }

    .valueBox p {
        font-size: 12px
    }

    .WhyJoin .valueBoxMain {
        padding-right: 0
    }

    .navbar .getstarted {
        background-color: #fff;
        padding: 14px 28px 12px 28px;
        margin-left: 30px;
        border-radius: 4px;
        color: #104cba;
        text-transform: uppercase
    }

    .certificatDiv.ComplianceDiv {
        padding-top: 60px;
        max-width: 600px
    }

    .header-scrolled-white .navbar .getstarted {
        background-color: #104cba;
        color: #fff
    }

    .header-scrolled-white .navbar .getstarted:hover {
        color: #fff !important
    }

    .hero .btn-get-started,
    .hero-Btn .btn-get-started {
        margin-top: 15px;
        padding: 15px 28px 13px 28px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 5px 30px rgb(65 84 241 / 40%);
        color: #104cba;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: 1px;
        font-weight: 700
    }

    .hero .btn-get-started span,
    .hero-Btn .btn-get-started span {
        font-weight: 700
    }

    .hero .btn-get-started:hover,
    .hero-Btn .btn-get-started:hover {
        color: #104cba;
        opacity: 0.9
    }

    .hero .btn-get-started i,
    .hero-Btn .btn-get-started i {
        margin-left: 12px;
        visibility: hidden;
        opacity: 0
    }

    .hero-Btn .btn-get-started {
        color: #fff;
        background-color: #104cba
    }

    .Heroskew {
        position: relative
    }

    .VectorImgborder {
        text-align: center
    }

    .fixedCallBox .getBgadress {
        border-radius: 0 0 0 5px;
        padding: 2rem 1rem;
        width: 100%
    }

    .fixedCallBox .titleAdd p {
        font-size: 18px;
        font-weight: 600;
        font-family: Kanit, sans-serif;
        margin-bottom: 0
    }

    .fixedCallBox .contactDetails li {
        padding: 5px 0
    }

    .fixedCallBox .contactDetails li a {
        border-radius: 5px;
        display: flex;
        background-color: #fff;
        color: #104cba;
        padding: 12px 20px 12px 20px;
        font-size: 20px;
        align-items: center;
        box-shadow: 0 4px 3px 0 rgb(0 0 0 / 16%);
        letter-spacing: 1px;
        font-family: Poppins, sans-serif
    }

    .fixedCallBox .getBgadress .titleAdd {
        margin-bottom: 14px
    }

    .fixedCallBox .contactDetails ul li a small {
        font-size: 16px;
        display: inline-block;
        line-height: normal;
        font-weight: 700
    }

    .fixedCallBox .numBox {
        background-color: #fff;
        padding: 12px 12px 12px 12px;
        box-shadow: 0 4px 3px 0 rgb(0 0 0 / 16%);
        border-radius: 5px;
        margin: 20px 0 10px
    }

    .fixedCallBox .numBox a.btn.custom-btn.common-btn.blue {
        margin-top: 20px;
        font-size: 13px
    }

    .fixedCallBox .iconContact {
        width: 22px;
        height: auto;
        margin-right: 10px
    }

    .fixedCallBox {
        float: left;
        z-index: 1;
        position: relative
    }

    .fixedCall.callClickAdd .fixedCallBox {
        right: 0
    }

    .callHero {
        position: fixed;
        top: 300px;
        width: 340px;
        transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        right: -340px
    }

    .callHero.callClickAdd {
        right: 0
    }

    .callHero .fixedCall a.callIcon {
        float: left;
        background-color: #f5f9ff;
        color: #104cba;
        padding: 12px 20px 12px 20px;
        font-size: 20px;
        align-items: center;
        border-radius: 5px 0 0 5px;
        box-shadow: 0 4px 3px 0 rgb(0 0 0 / 16%);
        letter-spacing: 1px;
        font-family: Poppins, sans-serif;
        position: absolute;
        right: 100%;
        top: 0;
        width: 120px
    }

    .blueCall.callHero .fixedCall a.callIcon {
        background-color: #104cba;
        color: #f5f9ff
    }

    .blueCall.callHero .getBgadress {
        background-color: #104cba
    }

    .blueCall.callHero .titleAdd h2 {
        color: #fff
    }

    .callHero a i {
        font-size: 20px;
        position: relative;
        top: 2px
    }

    .navbar .dropdown ul a {
        padding: 9px 20px
    }

    .heroVectorImg {
        position: relative
    }

    .heroVectorImg {
        position: relative;
        left: 120px;
        top: 10px
    }

    .img-fluid.img-fluid-logo {
        width: 50%
    }

    .hero-img {
        z-index: 1
    }

    img.img-fluid-shap {
        text-align: left;
        display: block;
        position: relative;
        top: -40px
    }

    .themeChange a i {
        font-size: 24px;
        text-align: center
    }

    .themeChange .DarkTheme {
        text-align: center;
        padding: 17px 10px 6px 20px;
        display: inline-block;
        vertical-align: middle;
        line-height: normal
    }

    .header-scrolled .navbar a .header-scrolled-white {
        color: #000
    }

    .header-scrolled .navbar .getstarted {
        background: #104cba;
        color: #fff
    }

    .footer .footer-newsletter {
        padding: 3px 0;
        background: #104cba;
        border-top: 0 solid #e1ecff
    }

    .footer .footer-top .footer-info p {
        font-size: 16px;
        font-family: Poppins, sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 0 78px 0 0
    }

    .footer .footer-top .footer-info .logo img {
        max-height: 60px
    }

    .footer .footer-top p.footerMinTitle {
        font-size: 18px;
        font-weight: 700;
        color: #104cba;
        text-transform: capitalize;
        padding-bottom: 12px;
        letter-spacing: normal
    }

    .footer .footer-top {
        background: #f5f9ff;
        background-size: contain;
        border-top: 1px solid #e1ecff;
        border-bottom: 1px solid #e1ecff;
        padding: 60px 0 30px 0
    }

    .footer .footer-top .footer-links ul a {
        color: #404040;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: normal
    }

    li.bold-title-footer a {
        font-weight: 700 !important;
        font-family: Kanit, sans-serif;
        color: #2d2d2d
    }

    .br-top {
        border-top: 1px solid #e1ecff
    }

    .pb-50 {
        padding-bottom: 50px
    }

    .AddFooter {
        display: flex;
        align-items: flex-start
    }

    .iconAdd i {
        font-size: 45px;
        color: #000
    }

    .iconAdd {
        margin-right: 10px
    }

    .addFoot small {
        font-size: 14px;
        color: #000;
        font-weight: 700
    }

    .addFoot .footerMinTitle {
        padding-bottom: 0 !important
    }

    .addFoot p {
        color: #404040;
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 0 !important
    }

    .container-copy {
        background-color: #eaf0f9;
        padding: 30px 0
    }

    .footer .copyright {
        padding-top: 0;
        color: #404040;
        font-size: 16px
    }

    .footer-copy {
        display: flex;
        justify-content: space-between
    }

    .projectNameDiv {
        margin-bottom: 30px
    }

    .footer {
        padding: 0
    }

    .socialFooter ul li a img {
        width: 24px;
        height: auto;
        max-width: 100%
    }

    .socialFooter ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-around
    }

    .socialFooter ul li a {
        display: block;
        margin: 0 5px
    }

    .section-title {
        text-align: center;
        margin-bottom: 50px
    }

    .Padding-custom {
        padding: 100px 0 0 0
    }

    .section-title small {
        color: #104cba;
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 700;
        display: block
    }

    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4,
    .section-title h5,
    .section-title p.Contact-Title {
        color: #252b33;
        font-size: 40px;
        letter-spacing: normal;
        font-weight: 700
    }

    .custom-btn {
        margin-top: 30px;
        padding: 15px 28px 13px 28px;
        border-radius: 4px;
        color: #fff;
        background-color: #104cba;
        box-shadow: 0 5px 30px rgb(65 84 241 / 40%);
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: 1px;
        font-weight: 700
    }

    .btn:hover {
        color: #fff
    }

    .common-L1 {
        color: #104cba;
        box-shadow: none
    }

    .header-scrolled .scoll_downlogo,
    .scoll_uplogo {
        display: none
    }

    .header-scrolled .scoll_uplogo {
        display: block
    }

    .header-scrolled-white .scoll_downlogo,
    .scoll_uplogo {
        display: none
    }

    .header-scrolled-white .scoll_uplogo {
        display: block
    }

    .project-div {
        background-color: #f5f9ff;
        width: 100%;
        padding: 100px 10px;
        position: relative
    }

    .project-div:after {
        background-image: url(/assets/img/assets-img/DiscoverSkew.png);
        width: 444px;
        position: absolute;
        top: 0;
        height: 426px;
        right: 18%;
        opacity: 0.5;
        content: "";
        pointer-events: none
    }

    .project-div.rightSkew:after {
        background-image: url(/assets/img/assets-img/DiscoverSkew1.png);
        left: 18%
    }

    .project-div-per {
        padding: 25px !important
    }

    .projectNameDiv {
        display: flex;
        align-items: center;
        margin-bottom: 40px
    }

    .projectNamelogo img {
        width: 78px;
        height: 78px;
        border: 1px solid rgb(16 76 186 / 50%);
        border-radius: 4px;
        box-shadow: 0 5px 6px -2px rgb(0 0 0 / 8%);
        object-fit: cover;
        padding: 5px
    }

    .projectNamelogo {
        margin-right: 14px
    }

    .projectName p {
        font-size: 30px;
        font-weight: 600;
        letter-spacing: normal;
        color: #404040;
        line-height: normal;
        margin: 0
    }

    .project-content p {
        font-size: 16px;
        color: #404040;
        font-weight: 600;
        text-align: justify;
        padding-right: 10px;
        letter-spacing: 1px
    }

    .project-content {
        margin-bottom: 70px
    }

    .logoTec {
        align-items: center
    }

    .logoTec img {
        width: auto;
        height: 40px;
        max-width: 100%;
        max-height: 100%;
        margin-right: 14px
    }

    .projectTec p {
        font-size: 22px;
        color: #252b33;
        font-weight: 600;
        margin-bottom: 20px;
        font-family: Kanit, sans-serif
    }

    .project-explore {
        margin-top: 20px
    }

    .valueBoxMain {
        padding-right: 20px
    }

    .projectImg {
        background-color: #e6efff;
        border-radius: 5px;
        z-index: 1;
        position: relative;
        overflow: hidden;
        text-align: center
    }

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

    .bringBg {
        padding: 20px 0 0 10px;
        display: flex;
        flex-wrap: wrap
    }

    .rightBring {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative
    }

    .rightBring .box-blue:last-child {
        border-radius: 0 5px 5px 0
    }

    .leftBring {
        display: flex;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative
    }

    .box-blue {
        background-color: #0942ab;
        width: 25%;
        padding: 350px 0 120px 0
    }

    .btn-weare {
        position: absolute;
        bottom: 50px;
        left: 50%;
        margin: 0 0 0 -78px
    }

    .leftBring .box-blue {
        width: 33.33%
    }

    .benefityDatapoint p {
        padding-right: 20px;
        font-size: 17px !important;
        margin-bottom: 0
    }

    .bringDetails p.counter-num {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: normal
    }

    .bringDetails p.counter-num span {
        display: inline-block;
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: normal;
        letter-spacing: normal
    }

    .bringDetails span {
        display: block;
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 700;
        line-height: normal
    }

    .bringDetails {
        padding: 10px 16px 40px 20px;
        min-height: 120px
    }

    .rightBring .box-blue:first-child {
        border-radius: 5px 0 0 5px
    }

    .leftBring .box-blue:last-child {
        border-radius: 0 5px 5px 0
    }

    .videoBring {
        position: absolute;
        left: -30px;
        top: -70px
    }

    img.videosnap {
        height: 330px;
        width: 80%;
        border-radius: 6px
    }

    .footer .copyright {
        font-size: 14px
    }

    .videoPlay {
        position: absolute;
        left: 42%;
        top: 50%;
        margin: -30px 0 0 -50px;
        z-index: 1
    }

    .videoPlay img {
        width: 70px;
        height: auto
    }

    .videoBring:after {
        content: "";
        position: absolute;
        width: 80%;
        height: 100%;
        background-color: rgb(0 0 0 / 40%);
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px
    }

    .lifeGroovy {
        width: 50%;
        height: 100%;
        padding: 6px 30px 10px 30px
    }

    .groovyDetails {
        position: absolute;
        display: block;
        width: 100%;
        top: -540px
    }

    .dataAbout {
        display: flex;
        justify-content: center
    }

    .groovyDetails h4 {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        letter-spacing: normal;
        margin-bottom: 20px;
        text-align: center
    }

    .BringDataMain .benefityDatapoint p,
    .lifeGroovy p {
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px
    }

    .BringDataMain .benefityDatapoint ul li {
        color: #fff
    }

    .BringDataMain .benefityDatapoint ul li:after {
        background-color: #fff
    }

    .BringDataMain .benefityDatapoint {
        padding: 6px 0 0 20px;
        width: 50%
    }

    .read-btn-more,
    .read-more {
        color: #104cba;
        background-color: #fff;
        margin-top: 40px
    }

    .read-btn-more:hover,
    .read-more:hover {
        color: #104cba
    }

    .DiagramDiv {
        padding: 10px 0 20px 0
    }

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

    .workWithDiv {
        padding: 0 0 40px 0
    }

    .accordion-button:not(.collapsed) {
        background-color: transparent;
        box-shadow: none
    }

    .accordion-flush .accordion-collapse {
        border-width: 0;
        background-color: transparent
    }

    .workTabMain {
        background: -moz-linear-gradient(top,
                #f5f9ff 0,
                rgba(245, 249, 255, 0.73) 27%,
                rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top,
                #f5f9ff 0,
                rgba(245, 249, 255, 0.73) 27%,
                rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom,
                #f5f9ff 0,
                rgba(245, 249, 255, 0.73) 27%,
                rgba(255, 255, 255, 0) 100%)
    }

    .accordion-button {
        font-size: 1.2rem;
        font-weight: 700;
        padding: 1.2rem 2.25rem;
        background-color: transparent
    }

    .accordion-item {
        border: 0 solid rgba(0, 0, 0, 0.125);
        background-color: transparent
    }

    .accordion-body {
        padding: 0.2rem 2.25rem 1.2rem 2.25rem
    }

    :focus-visible {
        outline: -webkit-focus-ring-color auto 0
    }

    .accordion-button:focus {
        border-color: transparent !important;
        box-shadow: none !important
    }

    .accordion-button::after {
        border: 1px solid;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-position: 11px 13px
    }

    .accordion-body p {
        font-size: 16px;
        color: #404040;
        letter-spacing: 1px
    }

    .projectTecIcon ul {
        list-style: none;
        margin: 14px 0;
        padding: 0;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .breadcrumbHero.servicesHero {
        padding-top: 40px
    }

    .servicesHero::before {
        width: 75%;
        top: 40px
    }

    .your-class-web .slick-list .slick-slide {
        padding: 2rem 0
    }

    .VisualsTabMain .tab-contentBg:after {
        width: 100px;
        height: 30px;
        bottom: 20px;
        background-size: contain
    }

    .hero .Hero_Description {
        font-size: 13px;
        margin-top: 14px
    }

    .solution-hero-img {
        width: 450px;
        padding-top: 40px;
        left: 50px
    }

    .hero .solution-page h1 {
        font-size: 40px;
        line-height: 45px
    }

    .weMedical {
        font-size: 13px
    }

    .detail-box-text .title-detail-box {
        font-size: 14px
    }

    .detail-box-text p {
        font-size: 14px
    }

    .SolutionsOffered_Slide {
        width: 680px;
        padding: 0 0 0 20px
    }

    .OfferedSlider2 {
        left: -150px
    }

    .OfferedDivSlider .slick-slide img,
    .OfferedDivSlider1 .slick-slide img {
        width: 310px
    }

    .solution-offfer1,
    .solution-offfer2 {
        width: 330px
    }

    .solution-offfer2 {
        right: 150px
    }

    .whyGroovyMenu.servicesDiv {
        padding: 40px 10px 38px 80px
    }

    .navbar .dropdown .servicesMega ul li i {
        margin-top: -10px
    }

    .servicesDiv.servicesMega ul:first-child {
        padding-left: 60px
    }

    .servicesDiv.servicesMega ul {
        padding: 0 40px 0 50px
    }

    .IdeaAuditDiv {
        padding: 18px 40px 14px 60px
    }

    .meetDivRight .CEO-pic {
        width: 189px
    }

    .IdeaAuditInfo a {
        padding: 14px 0 11px 1px !important
    }

    .navbar .dropdown ul li {
        min-width: 130px
    }

    .menu-list a.detail-box.selected:before {
        top: 77px;
        right: -80px
    }

    .menu-list [class*="col-"]:nth-child(2) a.detail-box.selected:before {
        right: -20px
    }

    .featureDiv:before {
        width: 100vw;
        height: 100vh;
        left: -167px
    }

    .menu-list [class*="col-"]:nth-child(3) a.detail-box.selected:before {
        right: -33px
    }

    .menu-list [class*="col-"]:nth-child(2) a.detail-box.selected:before {
        right: -57px
    }

    .menu-list [class*="col-"]:nth-child(3) a.detail-box.selected:before {
        right: -25px
    }

    .menu-list [class*="col-"]:nth-child(4) a.detail-box.selected:before {
        right: -40px
    }

    .right-points .menu-list [class*="col-"]:nth-child(4) a.detail-box.selected:before {
        left: -60px
    }

    .right-points .menu-list [class*="col-"]:nth-child(1) a.detail-box.selected:before {
        left: -94px
    }

    .right-points .menu-list [class*="col-"]:nth-child(2) a.detail-box.selected:before {
        left: -96px
    }

    .serDevDiv-menu-sub li {
        padding: 8px 60px 8px 60px
    }

    #dy-popup-bottom .bgExitPopup {
        width: 95%;
        flex-wrap: wrap
    }

    #dy-popup-bottom .bgExitPopup h1 {
        font-size: 14px;
        padding-top: 4px
    }

    #dy-popup-bottom .bgExitPopup p {
        font-size: 14px;
        padding: 12px 10px 0
    }

    #dy-popup-bottom.makar-sankranti .bgExitPopup {
        width: 85%;
        flex-wrap: wrap;
        justify-content: center
    }

    .makar-sankranti .dy-popup-container {
        padding: 20px
    }

    .exitpopupMain.makar-sankranti .dy-popup-container {
        padding: unset
    }

    #dy-popup-bottom.makar-sankranti .dy-popup-container .dy-popup-close {
        position: absolute;
        right: -20px;
        top: -26px;
        margin-right: 10px;
        border: 1px solid #104cba
    }

    #dy-popup-bottom .bgExitPopup p span {
        font-size: 14px
    }

    #dy-popup-bottom img.exitOffers-gift {
        width: 75px;
        display: block
    }

    #dy-popup-bottom .dy-popup-container .dy-popup-close {
        margin-right: 10px
    }

    .XmasQuote .heroSubText {
        padding: 4px 40px 14px;
        font-size: 14px
    }

    .XmasQuote .section-title {
        margin-bottom: 20px
    }

    .XmasQuote .ProjectFormDiv .section-title h3 {
        font-size: 26px
    }

    .XmasQuote .ProjectFormDiv .contact-form button {
        margin-top: 30px
    }

    .Xmasdeco:before {
        left: -54px;
        width: 118px;
        height: 130px;
        top: -48px
    }

    .Xmasdeco1::before {
        width: 190px;
        height: 145px
    }

    .XmasQuotebg h1 {
        font-size: 45px
    }

    .XmasQuotebg p {
        font-size: 18px
    }

    .XmasQuotebg p span {
        font-size: 24px
    }

    .Xmasdeco:after {
        width: 260px;
        height: 360px
    }

    .bgExitPopup_planing h1 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 0;
        padding: 10px 60px
    }

    .bgExitPopup_planing p {
        font-size: 16px;
        padding: 0.5rem 3rem 1rem 3rem
    }

    .site-happy-easter .hero .HeroH2,
    .site-happy-easter .hero h1 {
        font-size: 38px;
        color: #343434;
        line-height: 50px
    }

    .site-happy-easter .contactform-hero .modal-body,
    .site-independence-day-usa .contactform-hero .modal-body {
        padding: 0.5rem 2.5rem
    }

    .site-happy-easter .easteraward .slick-initialized .slick-slide,
    .site-independence-day-usa .slick-initialized .slick-slide {
        margin: 0 20px
    }

    .easteraward .award-box {
        background-size: 90%
    }

    .easteraward .certificatDiv img {
        width: 80%
    }

    .FrameTopEster {
        width: 140px;
        left: 90px
    }

    .sectionLineDark {
        width: 90%;
        margin: 100px auto 0 auto;
        display: flex
    }

    .servicesImg {
        width: 70%;
        margin: 0 auto;
        display: flex
    }

    .FrameBottomEster {
        width: 150px;
        right: 80px
    }

    .CostEaster .sectionLineDark,
    .Costusa .sectionLineDark {
        margin: 0 auto
    }

    .white-bg-section .ClientSec1,
    .white-bg-section .ClientSec3 {
        height: 90px;
        width: 90px;
        left: 30px
    }

    #dy-popup-bottom .bgExitPopup h1 {
        padding-left: 0px
    }

    #dy-popup-bottom .bgExitPopup p {
        width: 650px
    }

    #dy-popup-bottom .bgExitPopup p {
        font-size: 14px;
        width: 620px
    }

    .heroTitle small,
    .heroTitle span {
        font-size: 30px
    }

    .hireImg {
        width: 30px
    }

    .heroTitle {
        font-size: 40px
    }

    .heroTitle span {
        font-size: 30px
    }

    .SubTextHero {
        font-size: 14px;
        padding: 30px 50px 40px 0
    }

    .react-heroIcon {
        padding: 0 50px 0 0
    }

    .Groovyaboutimg {
        height: 45px;
        margin-bottom: 10px
    }

    .groovyAboutDetails p {
        font-size: 24px
    }

    .icons-rectpage svg {
        right: -80px;
        width: 240px;
        height: 240px
    }

    .reactGreyBG h2 {
        font-size: 16px;
        padding: 0 0 0 20px
    }

    .reactGreyBG p {
        font-size: 12px
    }

    .whiteDevForm .group-input label {
        font-size: 12px
    }

    .form-control {
        padding: 10px 14px !important;
        font-size: 0.9rem
    }

    .reactGreyBG .group-input i {
        top: 38px;
        font-size: 16px
    }

    h2.formTitleReact {
        font-size: 14px;
        padding: 0 0 0 14px
    }

    .ReactDuration label::before {
        width: 18px;
        height: 18px
    }

    .ReactDuration label::after {
        width: 12px !important;
        height: 12px !important;
        top: 4px !important
    }

    .ReactDuration label {
        font-size: 14px
    }

    .hurDivNote {
        font-size: 12px !important
    }

    .hurDivNote img {
        width: 22px
    }

    .main-header-react {
        padding: 110px 80px 50px 90px
    }

    .reactSec .custom-btn {
        margin-top: 10px
    }

    .site-react-native .scroll-downs,
    .site-react-native #awards,
    .site-react .scroll-downs,
    .site-react #awards {
        display: block
    }

    .site-react-native .award-box,
    .site-react .award-box {
        width: 160px;
        height: 120px
    }

    .ourReactceo .icons-rectpage svg {
        right: 150px;
        top: -20px
    }

    .ourReactSection .Groovyaboutimg {
        height: 50px
    }

    .ourReactSection .react-heroIcon .groovyAbout .groovyAboutDetails {
        width: 190px;
        height: 150px
    }

    .GroovyaboutDetails small {
        font-size: 13px
    }

    .ourReactceoTitle h2 {
        font-size: 22px;
        line-height: 30px
    }

    .HireReactBox h4 {
        font-size: 22px
    }

    .HireReactBox p {
        font-size: 16px
    }

    .getYourData {
        padding: 40px 0 0 0
    }

    .img-fluid {
        width: 100%
    }
}

@media only screen and (max-width: 1399px) {
    .usa-white .hero-centerLi {
        padding: 0px 50px
    }

    .hero.usa-white h1 {
        font-size: 34px;
        line-height: 45px
    }

    .Flower-start {
        left: 30px;
        width: 40px
    }

    .Flower-hero {
        width: 30px
    }

    #dy-popup-bottom .btn-claim {
        padding: 11px 10px 11px;
        font-size: 11px
    }

    .countdownDivxmas ul {
        padding: 14px 8px 12px 8px
    }

    #dy-popup-bottom .countdownDivxmas {
        width: 180px
    }

    .bg-image.dating-app {
        padding: 30px 15px;
        width: 97%;
        margin: 0 auto
    }

    .image-content img {
        width: 100%;
        height: auto
    }

    .hero .btn-get-started,
    .hero-Btn .btn-get-started {
        padding: 15px 20px 13px 20px
    }

    .bg-image.dating-app .content-dating p {
        font-size: 24px
    }

    .EnhancingBg .section-title span,
    .subLine {
        padding: 0 20px
    }

    .bgExitPopup img.exitOffers-gift {
        display: none
    }

    #dy-popup-bottom img.exitOffers-gift {
        display: none
    }

    .right-points .menu-list [class*="col-"]:nth-child(2) a.detail-box.selected:before {
        left: -50px;
        top: 18px
    }

    .featureDiv:before {
        left: -170px;
        top: -40px;
        width: 90vw;
        height: 90vh
    }

    .practiceMain_vector::after {
        top: -490px;
        left: -250px
    }

    .benifitPhoto {
        padding: 2rem 1rem 3rem
    }

    .solution-hero-img {
        width: 440px;
        padding-top: 50px;
        left: 40px
    }

    .hero-centerLi {
        padding: 0 140px
    }

    .landing-header {
        padding: 5px 130px !important
    }

    .callHero.callClickAdd {
        top: auto
    }

    .call-pill-style {
        top: 70px !important;
        margin-top: 70px
    }

    .LeftDot:after {
        bottom: -80px;
        right: 50px
    }

    .rightDot:after {
        bottom: -60px;
        left: 60px
    }

    .tecIconRound {
        width: 40px;
        height: 40px;
        padding: 7px
    }

    .section-title small {
        font-size: 14px
    }

    #SolutionsOffered .light-bg-section {
        padding-bottom: 90px
    }

    .landing-one .bodyG:before {
        width: 470px;
        height: 80%;
        right: -70px
    }

    .videoDiv .solution-videoDiv {
        width: 85%
    }

    .menu-list a.detail-box.selected:before {
        top: 55px;
        right: -50px
    }

    .DevelopmentServices:before {
        width: 24vw;
        height: 24vh;
        left: -110px;
        top: -20px;
        opacity: 0.8
    }

    .solution-page.hero-centerLi {
        padding: 0 60px 0 60px
    }

    .practice_subtext .ifText {
        font-size: 14px
    }

    .practice_options p {
        font-size: 16px
    }

    .practice_options span {
        font-size: 22px;
        line-height: 45px;
        width: 42px;
        height: 42px;
        margin-right: 12px
    }

    .practice_options {
        width: 180px
    }

    .SolutionsShadow_vector:before {
        width: 80%;
        height: 160px;
        top: 120px;
        right: 30px
    }

    .featureDiv {
        height: 92%
    }

    .tabTitle {
        font-size: 20px
    }

    .tabSubtext {
        font-size: 14px
    }

    .tele-quotes {
        font-size: 35px
    }

    .tele-quotes {
        font-size: 35px
    }

    .ConsultingBox p {
        font-size: 20px
    }

    .ConsultingBox small {
        font-size: 12px
    }

    .ConsultingBox {
        width: 80px;
        height: 70px
    }

    .ConsultingBox small {
        font-size: 10px
    }

    .Development_Vector2:before {
        top: -90px;
        right: 60px
    }

    .Development_Vector2:after {
        top: -150px;
        right: 20px
    }

    .DevelopmentTabs li a {
        font-size: 14px
    }

    .DevelopmentTabs li a i {
        font-size: 22px
    }

    .DevelopmentTabs {
        width: 300px
    }

    .ServicesDetails {
        padding: 10px 0 10px 90px
    }

    .tele-clint-name p {
        font-size: 14px
    }

    .tele-clint-name small {
        font-size: 12px
    }

    .consultationDiv small {
        font-size: 10px;
        width: 260px
    }

    .custom-btn {
        font-size: 12px;
        margin-top: 18px
    }

    .CeoAboutTitle {
        font-size: 18px
    }

    .CeoSubline {
        font-size: 14px;
        margin-bottom: 16px
    }

    .Leadership2_vector:after {
        width: 110px;
        top: 150px;
        height: 110px;
        right: 0;
        left: 120px
    }

    .footer .footer-top .footer-info p {
        font-size: 14px;
        padding: 0 20px 0 0
    }

    .CeoAbout,
    .QuotesLine {
        font-size: 13px
    }

    .appCustomTitle {
        font-size: 18px
    }

    .leaderBg:before {
        width: 75vw;
        left: 50px
    }

    .appCustom .quotes-clint-text {
        font-size: 12px
    }

    .connect-BtnDiv a {
        font-size: 12px
    }

    .CEO-BG:before {
        height: 376px
    }

    .CEO-Sign {
        width: 60px
    }

    .leaderBg {
        padding: 4rem 3rem 3rem
    }

    .CEO-Photo {
        width: 77%
    }

    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4,
    .section-title h5,
    .section-title p.Contact-Title {
        font-size: 35px
    }

    .Profitsbox1 p,
    .Profitsbox2 p {
        font-size: 30px
    }

    .Profitsbox1 small,
    .Profitsbox2 small {
        font-size: 12px
    }

    .Profitsbox1,
    .Profitsbox2 {
        width: 130px;
        height: 130px
    }

    .ProfitsDiv {
        padding: 0
    }

    .benifitDetails ul li {
        font-size: 12px
    }

    .readyBoost {
        font-size: 12px
    }

    .readyBoostSub {
        font-size: 12px
    }

    .ClientquotesLine {
        font-size: 14px;
        line-height: 24px
    }

    .ClientPic {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: end
    }

    .Peak_Arrow {
        left: -20px;
        margin-top: 10px
    }

    .peakTitle {
        font-size: 36px
    }

    .peakLine {
        font-size: 14px
    }

    .footer-accreditations img {
        object-fit: scale-down
    }

    .whyGroovyMenu.servicesDiv {
        padding: 40px 10px 45px 4%
    }

    .full-header {
        padding: 0 50px
    }

    .navbar a {
        padding: 25px 0 30px 30px;
        font-size: 14px
    }

    .header .logo img {
        width: 140px
    }

    .whyGroovyMenu.servicesDiv {
        padding: 40px 10px 38px 22px
    }

    .hireMain {
        padding: 30px 20px 20px 20px
    }

    .CompanyDiv {
        padding: 0 0 0 1% !important
    }

    .TechnologiesMain {
        padding: 20px 50px 20px 50px
    }

    .navbar .dropdown ul li {
        min-width: 150px
    }

    .serDevDiv-menu-sub li {
        padding: 8px 70px 8px 60px
    }

    .servicesDiv.servicesMega {
        padding: 10px 0 0 0
    }

    .IdeaAuditDiv {
        padding: 12px 40px 0px 60px;
        margin-top: 10px
    }

    .servicesDiv.servicesMega ul:first-child {
        padding-left: 20px
    }

    .servicesDiv.servicesMega ul {
        padding: 0 20px 0 20px
    }

    .IdeaAuditInfo a {
        padding: 14px 0 11px 1px !important
    }

    #dy-popup-bottom .bgExitPopup p {
        width: 620px
    }

    .main-header-react {
        padding: 110px 70px 50px 40px
    }

    .icons-rectpage svg {
        right: -50px;
        width: 220px;
        height: 220px
    }

    .heroTitle {
        font-size: 30px
    }

    .heroTitle small,
    .heroTitle span {
        font-size: 22px
    }

    .heroTitle span {
        font-size: 22px
    }

    .SubTextHero {
        font-size: 12px;
        padding: 18px 50px 30px 0
    }

    .groovyAboutDetails p {
        font-size: 20px
    }

    .GroovyaboutDetails small {
        font-size: 12px
    }

    .reactGreyBG {
        padding: 20px 5px 5px 5px
    }

    .reactGreyBG p {
        font-size: 11px;
        padding: 0 0 12px 20px
    }

    .whiteDevForm {
        border-radius: 10px 10px 0 0;
        padding: 14px 20px 14px 20px
    }

    .ReactDuration label::after {
        top: 5px !important
    }

    .main-header-react {
        padding: 100px 40px 50px 40px
    }

    .icons-rectpage svg {
        right: -30px;
        width: 180px;
        height: 180px;
        top: -40px
    }

    .reactGreyBG h2 {
        font-size: 14px;
        padding: 0 0 0 20px
    }

    .ourReactceoTitle p {
        font-size: 14px
    }

    .projectTab .TabprojectTitle {
        font-size: 24px
    }

    .Tabprojectdetails {
        font-size: 14px;
        height: 88px
    }

    .pageTec svg {
        width: 30px
    }

    .projectTab a {
        margin-bottom: 10px
    }

    .processSction ul li {
        font-size: 16px;
        padding: 5px 30px 36px 20px
    }

    .whatTitle p {
        font-size: 16px
    }

    .WhatImgDetails {
        padding: 36px 14px 22px 24px
    }
}

@media only screen and (max-width: 1299px) {
    .site-independence-day-usa .techSection h3 small {
        font-size: 34px
    }

    .Flower1 {
        bottom: -60px;
        left: -40px
    }

    .republice-day a.btn-tnc,
    .republice-day .countdownDivxmas {
        top: 180px
    }

    .republice-day.XmasQuote img.exitOffers-gift {
        width: 330px;
        height: 180px;
        right: -43px;
        top: -102px
    }

    .footer-accreditations img {
        height: auto
    }

    .landing-header .navbar ul>li a {
        font-size: 13px;
        padding: 25px 0 25px 20px
    }

    .hero-centerLi {
        padding: 0 70px
    }

    .landing-header {
        padding: 5px 70px !important
    }

    .technologyPart .box-blue {
        padding: 40px 0 30px 0 !important
    }

    .TechnologyDiv,
    .servicesDiv {
        padding: 40px 10px 14px 1%
    }

    .projectTecIconSlider .slick-dots {
        bottom: -5px;
        left: 50%;
        margin-left: -30px !important
    }

    li.tec_data img {
        max-width: 100%;
        max-height: 100%;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: inline-block;
        object-fit: contain
    }

    li.tec_data {
        text-align: center;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .tecIconRound {
        border: 1px solid #000;
        border-radius: 50%;
        padding: 8px;
        width: 45px;
        height: 45px;
        margin: 0 auto
    }

    li.tec_data {
        width: 150px
    }

    .projectTecIcon ul li:first-child {
        margin-left: 0
    }

    .projectTecIcon ul li:last-child {
        margin-right: 0
    }

    li.tec_data small {
        font-size: 12px;
        text-transform: uppercase;
        display: block;
        font-weight: 700;
        font-family: Kanit, sans-serif;
        color: #104cba;
        margin: 14px 0 5px 0;
        letter-spacing: normal;
        letter-spacing: 1px;
        text-align: center
    }

    .projectTecIcon {
        padding: 40px 0 30px 0
    }

    .workTabMain::before {
        content: "";
        background-image: url(/assets/img/svg/WorkWithShape.svg);
        background-repeat: no-repeat;
        width: 66%;
        height: 620px;
        position: absolute;
        background-size: contain;
        right: 0;
        top: 20px;
        bottom: 0;
        left: auto;
        z-index: -1
    }

    .workTabMain {
        position: relative
    }

    .accordion-header button[aria-expanded="true"] {
        color: #104cba
    }

    .collapsed.button[aria-expanded="true"]::after {
        transform: rotate(180deg)
    }

    .accordion-button::after {
        content: "\f282";
        background-image: none;
        font-size: 16px;
        font-family: bootstrap-icons !important;
        text-align: center;
        line-height: 42px
    }

    .TestimonialsMain {
        background-color: #f5f9ff;
        padding: 20px 20px 80px 20px
    }

    .TestimonialsMainData {
        padding: 30px 0 0 0;
        position: relative
    }

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

    .imgDivclint {
        width: 360px;
        height: 360px
    }

    .imgDivclint img.profileuser {
        width: 100%;
        height: 100%
    }

    .imgDivclint img.profileuser {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        border-radius: 5px
    }

    .testpicClint {
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        position: relative;
        z-index: 1
    }

    .imgDivclint.show-overlay:after {
        content: "";
        position: absolute;
        background-color: rgb(0 0 0 / 30%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        z-index: 1
    }

    .testpicClint a {
        display: block;
        z-index: 1;
        position: relative
    }

    .playIconClint {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -40px 0 0 -40px;
        z-index: 1
    }

    .leftDataclint {
        position: relative;
        padding: 140px 70px 30px 150px
    }

    .leftDataclint p {
        font-size: 18px;
        color: #252b33;
        letter-spacing: 1px;
        padding: 20px 10px 30px 0
    }

    .quotationTop {
        color: #083c9c;
        font-size: 60px;
        position: absolute;
        top: 80px;
        line-height: normal;
        left: 90px
    }

    .quotationbottom {
        color: #083c9c;
        font-size: 60px;
        position: absolute;
        line-height: normal;
        right: 60px;
        bottom: 110px
    }

    .clintnameDiv p {
        font-size: 20px;
        color: #252b33;
        letter-spacing: 1px;
        line-height: normal;
        font-weight: 600;
        text-transform: uppercase
    }

    .clintnameDiv small {
        display: block;
        line-height: normal;
        font-size: 16px;
        color: #252b33;
        letter-spacing: 1px
    }

    .clintnameDiv {
        padding: 40px 0
    }

    .leftDataclint:before {
        content: "";
        position: absolute;
        height: 8px;
        width: 28%;
        background-color: #083c9c;
        border-radius: 0 3px 3px 0;
        top: 50px;
        left: 0
    }

    .playIconClint img.playClint {
        width: 70px;
        height: 70px
    }

    .TestimonialsMainData:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/Testimonials.webp);
        width: 500px;
        height: 240px;
        bottom: 0;
        right: 140px;
        background-size: cover
    }

    .element {
        display: inline-block;
        background-color: #083c9c;
        height: 490px;
        width: 130px;
        font-size: 1px;
        padding: 1px;
        color: #fff;
        margin-right: 5px;
        margin-left: 5px;
        animation: skew 3s infinite;
        transform: skew(10deg);
        animation-direction: alternate;
        opacity: 0.7;
        box-shadow: 0 5px 5px 1px rgb(0 0 0 / 11%)
    }

    .error {
        font-size: 14px !important;
        color: red !important;
        font-weight: 600 !important
    }

    .capcha-req {
        display: block !important
    }

    .recapcha-form {
        display: none !important
    }

    .swiper-pagination {
        display: none
    }

    @keyframes skew {
        0% {
            transform: skewX(10deg)
        }

        100% {
            transform: skewX(-10deg)
        }
    }

    .TestimonialsPic {
        position: relative
    }

    .skewDiv {
        top: -40px;
        position: absolute;
        left: 32%
    }

    .rightContactImg::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px 0 0 5px
    }

    .contactTitle {
        z-index: 1;
        position: relative
    }

    .contactTitle p {
        font-size: 16px;
        letter-spacing: 1px;
        color: #fff;
        line-height: normal
    }

    .contactShare {
        z-index: 1;
        position: relative
    }

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

    .contactShare ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .contactShare ul li a {
        display: inline-block;
        margin: 12px 0
    }

    .InquiriesDetails small {
        color: #fff;
        line-height: normal;
        font-size: 12px;
        letter-spacing: normal;
        display: block
    }

    .contactSocial {
        position: relative;
        z-index: 1
    }

    .contactSocial ul {
        display: flex;
        margin: 0;
        list-style: none;
        padding: 0;
        align-items: center
    }

    .contactSocial ul li a {
        display: inline-block;
        margin-right: 14px;
        font-size: 20px;
        line-height: normal;
        color: #fff
    }

    .contactMainDiv {
        padding: 50px 0 100px 0
    }

    .ContactFormMain h2 {
        font-size: 30px;
        color: #000;
        font-weight: 600;
        margin-bottom: 40px
    }

    .ContactFormMain {
        padding: 30px 24px 40px 24px;
        position: relative
    }

    .form-control:focus {
        border-color: #104cba;
        box-shadow: none
    }

    .group-input label {
        padding-left: 0
    }

    .contact-Div button {
        margin-top: 20px
    }

    .effect-2:focus~.focus-border {
        width: 95%;
        transition: 0.4s;
        left: 15px
    }

    textarea#message.effect-2~.focus-border {
        bottom: 7px
    }

    .breadcrumbHero {
        padding: 150px 20px 10px 20px
    }

    .effect-2~.focus-border {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 1px;
        transition: 0.4s
    }

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer
    }

    .form-group label {
        position: relative;
        cursor: pointer
    }

    .form-group label:before {
        content: "";
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #104cba;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
            inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px
    }

    .form-group input:checked+label:after {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #104cba;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg)
    }

    .group-input-nda label {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin-right: 10px
    }

    input.form-control-nda {
        box-shadow: 0 1px 4px 2px rgb(0 0 0 / 9%);
        border: 0;
        padding: 8px
    }

    .mega-dropdown.active .mega-dropdown-menu .dropdown-menu {
        display: block
    }

    .dropdown-menu {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        border-radius: 0;
        border: 0;
        transition: 0.3s;
        padding: 0;
        top: auto
    }

    .flex-col-menu {
        display: flex;
        align-items: start
    }

    .SolutionsDiv ul.dropdown-menu-sub,
    .TechnologyDiv ul.dropdown-menu-sub,
    .onDemand ul.dropdown-menu-sub,
    .servicesDiv ul.dropdown-menu-sub {
        position: relative;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        background-color: transparent;
        z-index: 1
    }

    .SolutionsDiv ul.dropdown-menu-sub li a,
    .TechnologyDiv ul.dropdown-menu-sub li a,
    .onDemand ul.dropdown-menu-sub li a,
    .servicesDiv ul.dropdown-menu-sub li a {
        color: #252b33
    }

    .TechnologyDiv,
    .servicesDiv {
        padding: 40px 10px 20px 2%;
        flex: 0 0 26%;
        min-height: 524px
    }

    .navbar .dropdown ul a {
        padding: 8px 20px
    }

    .BadgesDiv p.MegaSubTitle,
    .SolutionsDiv p.MegaSubTitle,
    .TechnologyDiv p.MegaSubTitle,
    .servicesDiv p.MegaSubTitle {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 0 32px;
        margin: 0
    }

    .BadgesDiv p.MegaSubTitle {
        padding: 0 0 0 10px
    }

    .BadgesDiv:after,
    .CompanyDivMenu::after,
    .SolutionsDiv::after,
    .TechnologyDiv:after,
    .servicesDiv:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -1px;
        background-image: url(/assets/img/assets-img/MegaMneuSkew.png);
        width: 319px;
        height: 288px;
        background-repeat: no-repeat
    }

    .TechnologyDiv {
        background-color: #f2fbfc;
        flex: 0 0 35%;
        padding: 40px 10px 20px 10px;
        min-height: 524px
    }

    .subTitle a {
        color: #104cba !important;
        display: inline-block;
        font-weight: 700 !important
    }

    .flexRowMenu ul.dropdown-menu-sub {
        padding-right: 20px
    }

    .flexRowMenu {
        display: flex
    }

    .BadgesEx {
        background-color: #104cba;
        display: inline-block;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px;
        line-height: 10px;
        border-radius: 3px;
        margin-left: 5px
    }

    .navbar .dropdown ul li a {
        justify-content: normal
    }

    .BadgesDiv {
        background-color: #f5f1f1;
        flex: 0 0 29%;
        padding: 40px 10px 20px 20px;
        min-height: 524px;
        position: relative
    }

    .badgeslab p.badgeslabTitle {
        color: #104cba;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px
    }

    .badgeslab p {
        color: #404040;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 700;
        padding: 0 90px 0 0
    }

    .badgeslab {
        padding-bottom: 10px;
        display: block
    }

    .BadgesDetails {
        padding: 24px 0 0 10px
    }

    .header.hover-nav-bg {
        background-color: #f9f9f9
    }

    .header.hover-nav-bg .navbar .active,
    .header.hover-nav-bg .navbar a:hover,
    .header.hover-nav-bg .navbar li:hover>a {
        color: #104cba
    }

    .header.hover-nav-bg .navbar a {
        color: #000
    }

    .header.hover-nav-bg .scoll_uplogo {
        display: block
    }

    .header.hover-nav-bg .scoll_downlogo {
        display: none
    }

    .header.hover-nav-bg .navbar .getstarted {
        background: #104cba;
        color: #fff
    }

    .DarkTheme:hover {
        color: #fff !important;
        opacity: 0.8
    }

    .SolutionsDiv {
        background-color: #f2fbfc;
        flex: 0 0 71%;
        padding: 40px 10px 20px 270px;
        position: relative
    }

    .BadgesDiv.onDemand .flexRowMenu ul li a {
        padding-left: 0
    }

    .BadgesDiv.onDemand {
        flex: 0 0 27.3%;
        min-height: 477px
    }

    .fixed-top .navbar .active,
    .fixed-top .navbar a:hover,
    .fixed-top .navbar li:hover>a {
        color: #fff
    }

    .fixed-top.header-scrolled-white .navbar .active,
    .fixed-top.header-scrolled-white .navbar a:hover,
    .fixed-top.header-scrolled-white .navbar li:hover>a {
        color: #000
    }

    .header-scrolled-white .header-scrolled ul li .blog-hover:hover {
        color: #104cba
    }

    .CompanyDivMenu {
        display: flex;
        flex: 0 0 40%;
        padding: 40px 0 0 0;
        position: relative
    }

    .CompanyDiv {
        display: flex;
        padding: 0 0 0 70px;
        flex: 0 0 84%
    }

    .AddDiv {
        background-image: url(/assets/img/assets-img/hiring1.jpeg);
        background-repeat: no-repeat
    }

    li.tec_data small {
        font-size: 10px
    }

    .BadgesDiv.AdvBadges {
        flex: 0 0 50%;
        padding: 0;
        min-height: 100%
    }

    .AddDiv {
        background-image: url(/assets/img/assets-img/Hiring1.jpeg);
        background-repeat: no-repeat;
        min-height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center;
        position: relative
    }

    .AddDiv:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(16 76 186 / 60%)
    }

    .hireMain {
        position: relative;
        padding: 30px 40px 30px 20px
    }

    .hireMain p {
        font-size: 24px;
        color: #fff;
        font-weight: 600
    }

    .hireOption span {
        color: #fff;
        display: block;
        line-height: normal;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 4px 20px 4px 30px;
        position: relative
    }

    .hireOption span:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border-radius: 50%;
        left: 10px;
        margin-top: 7px
    }

    .hireOption {
        display: block;
        padding: 10px 0 10px
    }

    .header.header-scrolled {
        padding: 5px 0
    }

    .whyGroovyMenu ul.dropdown-menu-sub li:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #104cba;
        border-radius: 50%;
        left: 20px;
        top: 16px
    }

    .whyGroovyMenu ul.dropdown-menu-sub li {
        position: relative
    }

    .whyGroovyMenu.servicesDiv {
        padding: 40px 10px 49px 160px;
        min-height: 100%
    }

    .whyGroovyMenu h4 {
        color: #104cba
    }

    .hiringPost {
        display: flex;
        width: 100%
    }

    .hiringPost .hireOption {
        padding-right: 20px
    }

    .whyGroovyMenu ul.dropdown-menu-sub a {
        padding: 9px 20px 9px 40px
    }

    .Heroskew .swiper-pagination-bullet {
        width: 50px;
        height: 5px;
        border-radius: 5px;
        opacity: 0.4;
        background: #104cba;
        margin: 0 4px
    }

    .Heroskew .swiper-pagination {
        right: 220px;
        bottom: 0;
        left: auto;
        text-align: right;
        display: none
    }

    .Heroskew .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1
    }

    .TestimonialsMain .swiper-slide {
        padding: 0
    }

    .heroHome-slider .swiper-slide {
        padding: 5em 0 8em 0
    }

    .TestimonialsMainData .swiper-pagination-bullet {
        width: 50px;
        height: 5px;
        border-radius: 5px;
        opacity: 0.4;
        background: #104cba;
        margin: 0 4px
    }

    .TestimonialsMainData .swiper-pagination {
        right: -250px;
        bottom: 0;
        left: auto;
        display: none
    }

    .TestimonialsMainData .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1
    }

    .TestimonialsMain .swiper-container {
        padding-top: 100px
    }

    .navbar .dropdown-menu li:first-child a:hover {
        color: #104cba !important
    }

    .group-input {
        position: relative
    }

    .back-to-top:hover {
        background: #104cba;
        color: #fff;
        opacity: 0.9
    }

    .header .logo img {
        max-height: 50px;
        width: 80%
    }

    .header-scrolled .DarkTheme:hover,
    .header-scrolled .navbar li:first-child a:hover,
    .header-scrolled-white .DarkTheme:hover,
    .header-scrolled-white .navbar li:first-child a:hover {
        color: #104cba !important
    }

    .clientName p.clientNameTeam {
        font-size: 12px
    }

    .clientName small {
        font-size: 12px;
        height: 20px
    }

    .clientName {
        padding: 10px 10px 40px 30px
    }

    .hiringImgDiv .technologyName {
        font-size: 11px
    }

    .bringDetails p.counter-num span,
    .whyCount h5 {
        font-size: 28px
    }

    .bringDetails span {
        font-size: 12px
    }

    .TechnologyStack {
        padding: 0 30px
    }

    .ProcessMainDiv p {
        font-size: 12px
    }

    .hero .HeroH2,
    .hero h1 {
        font-size: 35px;
        line-height: 65px
    }

    .hero h1 span:before {
        width: 155px
    }

    .hero h1 span:after {
        width: 186px
    }

    .heroVectorImg {
        left: 40px
    }

    .img-fluid {
        width: 100%
    }

    .hero .hero-img img {
        width: 100%
    }

    .whyGroovyMenu.servicesDiv {
        padding: 40px 10px 49px 4%
    }

    .CompanyDiv {
        padding: 0 0 0 1% !important
    }

    .EnhancingBg:after {
        width: 75px;
        height: 70px
    }

    .clintFeeds {
        height: 150px
    }

    .solution-page.hero-centerLi {
        padding: 0 100px
    }

    .hero .solution-page h1 {
        font-size: 35px;
        line-height: 40px
    }

    .certificatDiv.ComplianceDiv {
        padding-top: 60px
    }

    .detail-box-text p {
        font-size: 12px
    }

    .detail-box-text .title-detail-box {
        font-size: 13px
    }

    .solution-offfer1,
    .solution-offfer2 {
        width: 280px
    }

    .solution-offfer2 {
        right: 200px
    }

    .OfferedDivSlider .slick-slide img,
    .OfferedDivSlider1 .slick-slide img {
        width: 280px
    }

    .featureDiv {
        height: 95%
    }

    .featureDiv:before {
        width: 60vw;
        height: 60vh
    }

    .section-title {
        margin-bottom: 30px
    }

    .site-solution section {
        padding: 40px 0
    }

    .CeoAbout,
    .QuotesLine {
        font-size: 12px
    }

    .VecArrow {
        width: 90px;
        height: auto
    }

    .whyGroovyMenu.servicesDiv {
        padding: 28px 10px 15px 2%
    }

    .hireOption span {
        font-size: 14px
    }

    .hireMain .project-explore .read-more {
        margin-top: 10px
    }

    .navbar .dropdown ul li {
        min-width: 120px
    }

    .meetDivRight {
        padding: 0 0 0 0px
    }

    .meetDiv {
        padding: 0 10px 0 0px
    }

    .servicesDiv.servicesMega ul {
        padding: 0 20px 0 10px
    }

    .servicesDiv.servicesMega ul:first-child {
        padding-left: 20px
    }

    .serDevDiv-menu-sub li {
        padding: 4px 70px 3px 60px;
        margin: 0
    }

    .servicesLabel i {
        font-size: 32px !important
    }

    .navbar .dropdown .servicesMega ul li i.icon-saas,
    .navbar .dropdown .servicesMega ul li i.icon-ChatBot {
        font-size: 30px !important;
        left: -6px
    }

    .navbar .dropdown .servicesMega ul li i.icon-ChatBot {
        left: -2px
    }

    .navbar .dropdown .servicesMega ul li .servicesLabel {
        font-size: 12px;
        margin-bottom: 4px;
        padding: 5px 0 5px 60px;
        min-height: 70px
    }

    .navbar .dropdown .servicesMega ul li i {
        margin-top: -15px
    }

    .serDevDiv-menu-sub .DevOptions {
        line-height: normal
    }

    .bookABg {
        padding: 10px 0 0 14px
    }

    .DevOptions p {
        margin-top: 5px
    }

    .meetDivLeft small {
        font-size: 11px;
        margin-bottom: 20px
    }

    .meetDivLeft {
        padding: 50px 0 0 10px
    }

    #dy-popup-bottom .dy-popup-container .dy-popup-close {
        position: absolute;
        right: -20px;
        top: -26px;
        margin-right: 10px;
        border: 1px solid #104cba
    }

    #dy-popup-bottom small.dot-jam {
        font-size: 14px !important;
        top: 0px
    }

    section.XmasQuote {
        padding: 60px 70px
    }

    .XmasQuote .custom-contactPRL {
        padding: 0 10px
    }

    .XmasQuotebg p {
        font-size: 16px;
        padding: 10px 60px 50px
    }

    .site-happy-easter .easteraward .slick-initialized .slick-slide {
        margin: 0 5px
    }

    .ReactDuration label {
        font-size: 12px
    }

    .ReactDuration label::before {
        width: 16px;
        height: 16px;
        top: 10px;
        left: 0
    }

    .radio-buttons {
        width: 98%
    }

    .contactMain.whitebg .group-input i {
        top: 34px
    }

    .contactMain.whitebg .radio-buttons {
        width: 98%
    }
}

@media only screen and (max-width: 1199px) {
    #dy-popup-bottom .bgExitPopup p {
        width: 400px
    }

    .site-happy-easter .hero .HeroH2,
    .site-happy-easter .hero h1 {
        font-size: 30px;
        line-height: 40px
    }

    .FrameTopEster {
        width: 100px;
        left: 50px
    }

    .FrameBottomEster {
        width: 120px;
        right: 60px
    }

    .white-bg-section .ClientSec1,
    .white-bg-section .ClientSec3 {
        height: 30px;
        width: 60px
    }

    .white-bg-section .ClientSec2 {
        padding: 1rem 5rem
    }

    .IdeaAuditInfo .header-svg img {
        width: 40px;
        height: 55px
    }

    .iconBG img {
        width: 25px;
        height: 30px
    }

    .header-svg img {
        width: 35px;
        height: 35px
    }

    .hero-centerLi {
        padding: 0 20px
    }

    .landing-header {
        padding: 5px 20px !important
    }

    .BadgesDiv p.MegaSubTitle,
    .SolutionsDiv p.MegaSubTitle,
    .TechnologyDiv p.MegaSubTitle,
    .servicesDiv p.MegaSubTitle {
        font-size: 14px;
        padding: 0 0 0 10px
    }

    .navbar .dropdown ul a {
        padding: 7px 10px 7px 0;
        font-size: 12px
    }

    .navbar .dropdown ul li {
        min-width: 170px
    }

    .badgeslab p {
        font-size: 10px
    }

    .badgeslab p.badgeslabTitle {
        font-size: 10px
    }

    .whyGroovyMenu.servicesDiv {
        padding: 40px 10px 49px 1%
    }

    .whyGroovyMenu ul.dropdown-menu-sub li a {
        padding: 8px 16px 8px 20px
    }

    .whyGroovyMenu ul.dropdown-menu-sub li:before {
        left: 0;
        top: 14px
    }

    .hireMain p {
        font-size: 20px
    }

    .read-btn-more,
    .read-more {
        margin-top: 36px
    }

    .rightContactImg {
        padding: 10px 10px 10px 10px
    }

    .contactTitle .anyTimeTitle {
        font-size: 22px
    }

    .InquiriesDetails p {
        font-size: 16px
    }

    .contactTitle p {
        font-size: 14px
    }

    .BadgesDiv {
        display: none
    }

    .TechnologyDiv,
    .servicesDiv {
        flex: 0 0 35%;
        min-height: 485px
    }

    .navbar .dropdown ul li {
        min-width: 130px
    }

    .SolutionsDiv.CompanyDiv:after,
    .whyGroovyMenu.servicesDiv {
        display: none
    }

    .CompanyDiv {
        flex: 0 0 100%
    }

    .CompanyDivMenu::after {
        height: 220
    }

    .CompanyDivMenu {
        flex: 0 0 100%
    }

    #exampleModal .leftDataclint {
        padding: 90px 110px 30px 80px
    }

    #exampleModal .TestimonialsMain .swiper-container {
        padding: 50px 20px 0
    }

    .detail-box {
        min-height: 160px;
        padding: 0 14px 12px 0
    }

    .detail-box-text .title-detail-box {
        font-size: 12px
    }

    .detail-box-icons {
        width: 40px;
        height: 40px;
        line-height: 45px;
        font-size: 18px;
        margin-bottom: 8px
    }

    .SolutionsShadow_vector:before {
        width: 90%
    }

    .featureDiv {
        height: auto
    }

    .SolutionsOffered_Slide {
        width: 660px;
        padding: 0
    }

    .DevelopmentTabs li a {
        font-size: 12px
    }

    .DevelopmentTabs {
        width: 270px
    }

    .ServicesDetails {
        padding: 10px 0 10px 70px
    }

    .tabTitle {
        font-size: 18px
    }

    .tabSubtext {
        font-size: 12px
    }

    .ServicesDetails ul li {
        font-size: 14px
    }

    .DevelopmentServices {
        padding: 0 0 0 10rem
    }

    .quotes-clint-text {
        font-size: 12px
    }

    .tele-clint-name:before {
        right: 50px;
        top: 4px
    }

    .landing-one .bodyG:before {
        width: 480px
    }

    .appCustomTitle {
        font-size: 14px;
        margin-bottom: 30px
    }

    .CEO-BG:before {
        height: 302px
    }

    .CEO-BG {
        height: 150px
    }

    .VecArrow {
        width: 70px
    }

    .appCustom .quotes-clint-text {
        font-size: 10px
    }

    .leaderBg {
        padding: 2rem 1.5rem
    }

    .CEO-Photo {
        width: 72%
    }

    .connect-BtnDiv a {
        font-size: 10px
    }

    .benifitMainDiv {
        padding: 0.3rem 0rem
    }

    .Profitsbox1,
    .Profitsbox2 {
        width: 110px;
        height: 110px;
        padding: 20px 16px
    }

    .Profitsbox1 p,
    .Profitsbox2 p {
        font-size: 24px
    }

    .readyBoostSub {
        font-size: 10px
    }

    .benifitPhoto {
        padding: 1rem
    }

    .peakTitle {
        font-size: 26px
    }

    .peakLine {
        font-size: 10px
    }

    .Clientquotes i {
        font-size: 32px;
        line-height: 55px;
        left: 18px
    }

    .ClientSec2 {
        padding: 1rem
    }

    .Clientquotes {
        width: 60px;
        height: 60px
    }

    .ClientquotesName {
        margin: 30px 0 5px 0;
        font-size: 14px
    }

    .solution-hero-img {
        width: 520px
    }

    .solution-offfer1,
    .solution-offfer2 {
        width: 240px
    }

    .OfferedDivSlider .slick-slide img,
    .OfferedDivSlider1 .slick-slide img {
        width: 240px
    }

    .solution-offfer2 {
        right: 240px
    }

    .tabappBGd {
        left: -220px
    }

    .navbar a {
        padding: 25px 0 30px 20px
    }

    .navbar .dropdown ul li {
        min-width: 110px
    }

    .IdeaAuditInfo {
        padding: 0 20px 0 50px
    }

    .IdeaAuditInfo i.bulb-icon {
        left: -10px;
        font-size: 50px
    }

    .btn-ideaaudit,
    .btn-ideabook {
        font-size: 12px !important
    }

    .serDevDiv-menu-sub li {
        padding: 4px 60px 3px 60px
    }

    .IdeaAuditDiv {
        padding: 12px 20px 6px 40px;
        margin-top: 8px
    }

    .iconBG {
        width: 45px;
        height: 45px;
        line-height: 60px
    }

    .iconBG i {
        font-size: 24px !important
    }

    .iconBG.green-bg i {
        font-size: 28px !important;
        top: 1px;
        left: 0px
    }

    .servicesDiv.servicesMega ul:first-child {
        padding-left: 10px
    }

    .servicesDiv.servicesMega ul {
        padding: 0 10px 0 10px
    }

    .navbar .dropdown .servicesMega ul li small {
        padding-top: 0px
    }

    .navbar .dropdown .servicesMega ul li .servicesLabel {
        min-height: 60px
    }

    .featureWebPhoto {
        padding: 1rem 1rem 2rem
    }

    #dy-popup-bottom .bgExitPopup {
        width: 98%;
        flex-wrap: wrap
    }

    #dy-popup-bottom .btn-claim {
        padding: 10px 10px 10px;
        font-size: 12px
    }

    #dy-popup-bottom .countdownDivxmas ul li {
        font-size: 12px;
        line-height: 12px
    }

    .countdownDivxmas ul li small {
        line-height: 12px;
        font-size: 12px
    }

    #dy-popup-bottom .countdownDivxmas {
        width: 170px
    }

    #dy-popup-bottom .dy-popup-container .dy-popup-close {
        right: -6px;
        top: -22px
    }

    #dy-popup-bottom .bgExitPopup h1 {
        font-size: 12px;
        padding-top: 10px
    }

    #dy-popup-bottom .bgExitPopup p {
        font-size: 12px;
        padding: 16px 10px 0;
        margin-bottom: 10px
    }

    .XmasQuote .ProjectFormDiv .section-title h3 {
        font-size: 22px
    }

    .XmasQuote .heroSubText {
        padding: 0px 40px 14px;
        font-size: 12px
    }

    .XmasQuotebg h1 {
        font-size: 38px
    }

    .XmasQuotebg .countdownDivxmas ul li {
        font-size: 26px;
        line-height: 22px
    }

    .XmasQuotebg .countdownDivxmas ul li small {
        line-height: 12px;
        font-size: 10px
    }

    .XmasQuotebg .countdownDivxmas small.dot-jam {
        font-size: 22px !important
    }

    .Xmasdeco:after {
        width: 220px;
        height: 290px
    }

    #dy-popup-bottom small.dot-jam {
        top: 0px;
        left: -1px
    }

    .contactMainDiv .mailIcon svg {
        width: 35px;
        height: 35px
    }

    .ourReactSection .react-heroIcon .groovyAbout .groovyAboutDetails {
        width: 160px;
        height: 140px
    }

    .ReviewsMain h2 {
        font-size: 30px
    }

    .ReviewsImg img {
        width: 65%
    }

    .hero.usa-white h1 {
        font-size: 26px;
        line-height: 38px
    }

    .easter-white p.Hero_Description1,
    .usa-white p.Hero_Description1 {
        padding: 10px 70px 20px 0
    }
}

@media only screen and (max-width: 1024px) {
    .AddFooter .iconAdd img {
        height: 40px !important
    }

    .iconAdd {
        margin-right: 10px
    }

    .addressContact {
        padding: 10px 0 30px 4px;
        display: block;
        min-height: 130px;
        height: 130px
    }

    .addressContact p {
        font-size: 12px !important;
        line-height: 17px !important
    }

    .mapAdresDiv .addFoot .footerMinTitle {
        font-size: 12px !important
    }

    .addFoot p {
        line-height: 14px !important
    }

    .addresDetails {
        padding: 14px
    }

    .FrameBottom_us1 {
        left: 30px;
        margin-top: -10px;
        width: 110px
    }

    .FrameBottom_usa {
        margin-top: -10px;
        right: 10px;
        width: 95px
    }

    img.Flower2 {
        top: 35px;
        right: -20px
    }

    .white-bg-section .ClienDetails {
        padding: 50px 60px 0 0
    }

    .white-bg-section .ClientPic {
        width: 60px;
        height: 60px
    }

    .ClientquotesName {
        font-size: 12px
    }

    .white-bg-section .slick-next,
    .white-bg-section .slick-prev {
        top: 80%
    }

    .white-bg-section .ClientSec3 {
        margin: -140px -60px 0 0
    }

    .site-independence-day-usa .white-bg-section .section-title small {
        font-size: 24px
    }

    .site-happy-easter .contactform-hero .modal-body {
        padding: 0.5rem 1.5rem
    }

    .contactform-hero .modal-body .row.gy-4 .col-md-12,
    .contactform-hero .modal-body .row.gy-4 .col-md-6 {
        margin-top: 10px
    }

    .contactform-hero .contact-modal-header {
        padding: 1rem 1.2rem 5px
    }

    .contact-Div button {
        margin-top: 10px
    }

    #dy-popup-bottom .countdownDivxmas {
        width: auto;
        margin: 0 10px
    }

    #dy-popup-bottom.makar-sankranti .btn-claim {
        padding: 13px 9px 10px;
        font-size: 11px
    }

    #dy-popup-bottom.makar-sankranti .claim {
        padding-right: 10px
    }

    #dy-popup-bottom.makar-sankranti .bgExitPopup {
        margin-top: -12px
    }

    #dy-popup-bottom.makar-sankranti a.btn-tnc {
        margin-right: unset
    }

    .group-input.custom-contactPRL .form-control {
        font-size: 0.8rem
    }

    .group-input.custom-contactPRL label {
        font-size: 12px
    }

    img.landing-hero-img {
        width: 100%
    }

    .breadcrumbHero.servicesHero {
        padding-top: 100px
    }

    .clientView {
        padding: 80px 20px 30px 20px
    }

    .clientBox p {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 0 0;
        height: 110px
    }

    .header.header-scrolled {
        padding: 8px 0
    }

    .BadgesDiv {
        padding: 40px 20px 20px 10px
    }

    .AppDevBox h3 {
        font-size: 18px
    }

    .navbar .dropdown ul li {
        min-width: 100px
    }

    .imgDivclint {
        width: 190px;
        height: 190px
    }

    .testpicClint {
        padding: 10px
    }

    .leftDataclint {
        position: relative;
        padding: 90px 30px 30px 40px
    }

    .element {
        height: 280px;
        width: 100px
    }

    .clients-slider .slick-list {
        padding-top: 30px
    }

    .leftDataclint:before {
        height: 8px;
        width: 15%;
        top: 40px
    }

    .quotationTop {
        font-size: 40px;
        top: 60px;
        left: 30px
    }

    .leftDataclint p {
        font-size: 14px;
        padding: 20px 10px 10px 0
    }

    .quotationbottom {
        font-size: 40px;
        right: 30px;
        bottom: 110px
    }

    .clintnameDiv {
        padding: 20px 0
    }

    .TestimonialsMain {
        padding: 20px 30px 80px 30px
    }

    .project-explore.ReadMore.text-center {
        z-index: 1;
        position: relative
    }

    .box-blue {
        padding: 350px 0 80px 0
    }

    .bringDetails p.counter-num {
        font-size: 28px
    }

    .groovyDetails {
        top: -500px
    }

    .read-btn-more,
    .read-more {
        top: 42px
    }

    .BringDataMain .benefityDatapoint p,
    .lifeGroovy p {
        font-size: 13px
    }

    .benefityDatapoint p {
        font-size: 14px !important
    }

    .section-title small {
        font-size: 14px
    }

    .projectName p {
        font-size: 18px !important
    }

    .project-content p {
        font-size: 14px;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 100px;
        margin: 0 auto;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .projectNameDiv {
        margin-bottom: 20px
    }

    .project-content {
        margin-bottom: 50px
    }

    .projectTec p {
        font-size: 18px
    }

    .your-class .slick-list .slick-slide {
        padding: 2em
    }

    #exampleModal .imgDivclint {
        width: 180px;
        height: 180px
    }

    #exampleModal .element {
        height: 250px;
        width: 70px
    }

    #exampleModal .skewDiv {
        top: -20px
    }

    #exampleModal .leftDataclint {
        padding: 90px 20px 30px 50px
    }

    #exampleModal .quotationTop {
        left: 25px
    }

    #exampleModal .quotationbottom {
        right: 10px;
        bottom: 80px
    }

    .solution-hero-img {
        width: 440px
    }

    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4,
    .section-title h5,
    .section-title p.Contact-Title {
        font-size: 30px
    }

    .site-solution section {
        padding: 40px 0
    }

    .practice_subtext .ifText {
        font-size: 12px
    }

    .practice_options p {
        font-size: 14px
    }

    .practice_options span {
        font-size: 18px;
        line-height: 40px;
        width: 40px;
        height: 38px
    }

    .practiceMain-text {
        font-size: 14px;
        line-height: 22px
    }

    .site-solution section .section-title span {
        font-size: 14px
    }

    .tabappBGd {
        position: absolute;
        left: -200px
    }

    .tabTitle {
        font-size: 16px
    }

    .ServicesDetails {
        padding: 10px 0 10px 100px
    }

    .ServicesDetails ul li {
        font-size: 12px
    }

    .solution-offfer1,
    .solution-offfer2 {
        width: 230px
    }

    .OfferedDivSlider .slick-slide img,
    .OfferedDivSlider1 .slick-slide img {
        width: 230px
    }

    .solution-offfer2 {
        right: 250px
    }

    .certificatDiv.ComplianceDiv {
        padding-top: 40px
    }

    .benifitDetails ul li {
        font-size: 11px
    }

    .benifitDetails ul li i {
        font-size: 10px
    }

    .ProfitsDiv {
        padding: 0 70px 0 10px
    }

    .SolutionsShadow_vector:before {
        top: 190px
    }

    .footer .footer-top .footer-info p {
        padding: 0 20px 0 0
    }

    .navbar .dropdown ul li {
        min-width: 110px
    }

    .IdeaAuditDiv {
        padding: 12px 20px 6px 40px
    }

    .IdeaAuditInfo a {
        padding: 10px 0 10px 1px !important
    }

    .btn-ideaaudit,
    .btn-ideabook {
        padding: 12px 14px 12px 14px !important
    }

    .navbar .getstarted {
        font-size: 12px;
        padding: 14px 16px 12px 16px !important;
        margin-left: 20px !important
    }

    .full-header {
        padding: 0 20px
    }

    #dy-popup-bottom .countdownDivxmas {
        width: 170px
    }

    .countdownDivxmas ul {
        padding: 14px 10px 12px
    }

    #dy-popup-bottom .btn-claim {
        padding: 10px 9px 10px;
        font-size: 11px
    }

    #dy-popup-bottom .bgExitPopup p,
    #dy-popup-bottom .bgExitPopup h1 {
        letter-spacing: 0.5px
    }

    section.XmasQuote {
        padding: 60px 50px
    }

    .Xmasdeco:before {
        left: -34px;
        width: 88px;
        height: 90px;
        top: -35px
    }

    .Xmasdeco1::before {
        width: 150px;
        height: 95px;
        left: -55px;
        top: -60px
    }

    .Xmasdeco:after {
        width: 200px;
        height: 240px;
        top: -40px
    }

    .XmasQuotebg .countdownDivxmas {
        width: 250px
    }

    .XmasQuotebg .countdownDivxmas:after {
        width: 60px;
        height: 70px
    }

    .main-header-react {
        padding: 100px 10px 50px 10px
    }

    .SubTextHero {
        font-size: 12px;
        padding: 16px 10px 20px 0
    }

    .heroTitle span {
        font-size: 20px
    }

    .heroTitle {
        font-size: 24px
    }

    .react-heroIcon {
        padding: 0 0px 0 0
    }

    .Groovyaboutimg {
        height: 35px;
        margin-bottom: 10px
    }

    .ReactDuration label::before {
        padding: 8px
    }

    .ReactDuration label::after {
        left: 3px !important
    }

    .ourReactceoTitle h2 {
        font-size: 20px;
        line-height: 26px
    }
}

@media only screen and (max-width: 991px) {
    .iconAdd {
        margin-right: 10px !important;
        width: 40px !important
    }

    .mapAdresDiv .addFoot .footerMinTitle {
        font-size: 13px !important
    }

    img.Flower2 {
        top: 65px;
        right: -20px;
        width: 70px
    }

    .Flower1 {
        bottom: -50px;
        left: -60px
    }

    .site-independence-day-usa .easteraward .certificatDiv img {
        width: 70%
    }

    .site-independence-day-usa .easteraward .award-box {
        background-size: 70%
    }

    .site-independence-day-usa .slick-initialized .slick-slide {
        margin: 0 0px
    }

    .servicesApp span {
        font-size: 14px
    }

    .site-independence-day-usa .usaservices .mt-80 {
        margin-top: 40px
    }

    .site-independence-day-usa .techSection h3 small {
        font-size: 28px
    }

    .techSection p {
        font-size: 14px
    }

    .site-independence-day-usa .col-xs-none {
        padding-top: 0
    }

    .site-independence-day-usa .landing-hero-left {
        padding: 130px 40px 0 40px
    }

    .hero.usa-white h1 {
        font-size: 18px;
        line-height: 28px
    }

    .usa-white p.Hero_Description1 {
        padding: 10px 20px 20px 0
    }

    #dy-popup-bottom .countdownDivxmas {
        width: 200px
    }

    #dy-popup-bottom .bgExitPopup p {
        width: 540px
    }

    #dy-popup-bottom .bgExitPopup h2 {
        padding-top: 0px
    }

    #dy-popup-bottom .bgExitPopup h2 {
        font-size: 14px;
        padding-top: 0
    }

    .heroOfferFix #dy-popup-bottom {
        height: 130px
    }

    .content-dating {
        padding: 5px 30px;
        max-width: 60%
    }

    .white-bg-section .ClientSec3 {
        margin: -160px -60px 0 0
    }

    .mx-width {
        font-size: 14px;
        max-width: 640px
    }

    .site-happy-easter .hero .HeroH2,
    .site-happy-easter .hero h1 {
        font-size: 24px;
        line-height: 32px
    }

    .site-happy-easter .landing-hero-left {
        padding: 120px 20px 0 20px
    }

    .site-happy-easter .contactform-hero .modal-body {
        padding: 0.5rem 0.5rem
    }

    .site-happy-easter .hero .HeroH2,
    .site-happy-easter .hero h1 {
        font-size: 28px;
        line-height: 38px
    }

    .easter-white p.Hero_Description1 {
        padding: 10px 30px 0 0;
        font-size: 12px
    }

    .InquiriesDetails label {
        font-size: 12px
    }

    .ContactLineDark {
        margin: 10px 0 20px 0
    }

    .contactMain {
        padding: 1rem 1rem
    }

    .contactMainDiv {
        padding: 30px 0 100px 0
    }

    .servicesImg {
        width: 80%;
        margin: 0 auto;
        display: flex
    }

    .techSection h3,
    .techSection h3 small {
        font-size: 30px
    }

    .white-bg-section .ClientSec2 {
        padding: 1rem 1rem
    }

    .white-bg-section .ClientSec1,
    .white-bg-section .ClientSec3 {
        height: 30px;
        width: 40px
    }

    .site-happy-easter .ClientquotesLine {
        font-size: 11px;
        line-height: 16px
    }

    .site-happy-easter .white-bg-section .ClientPic {
        width: 60px;
        height: 60px
    }

    .site-happy-easter .ClientquotesName {
        margin: 20px 0 5px 0;
        font-size: 10px
    }

    .site-happy-easter .ClientDesignation {
        font-size: 11px
    }

    .white-bg-section .slick-prev {
        left: 35px
    }

    .white-bg-section .slick-next {
        left: 86px
    }

    .service-box .icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
        top: 0px;
        position: relative;
        right: 6px;
        margin-bottom: 0
    }

    .makar-sankranti .exitOffers-img {
        height: 120px;
        object-fit: cover
    }

    .countdownDivxmas ul {
        padding: 12px 16px 14px
    }

    .form-control {
        font-size: 14px
    }

    .exitpopupMain .countdownDivxmas ul li {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px
    }

    .feature-main.pt-50 .container .row>[class*="col-"].featureSlideRes {
        width: 100%
    }

    .site-landing .hero h1 {
        font-size: 32px
    }

    .landing-header .navbar ul>li a {
        font-size: 14px;
        margin-left: 10px
    }

    .white-landing .navbar ul>li a {
        color: #000
    }

    .section-title small {
        font-size: 11px
    }

    .clientBox p {
        padding: 0 10px
    }

    .valueBox {
        padding: 1.5rem
    }

    .valueBox h3 {
        font-size: 14px
    }

    .valueBox p {
        font-size: 11px
    }

    .bringDetails p.counter-num,
    .groovyDetails h4,
    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4,
    .section-title h5,
    .section-title p.Contact-Title {
        font-size: 22px
    }

    .heroSubText {
        font-size: 12px
    }

    .EnhancingBg .section-title span,
    .subLine {
        font-size: 12px;
        text-align: center;
        display: block
    }

    .common-btn {
        position: relative;
        overflow: hidden;
        border: transparent
    }

    .common-btn.blue:hover {
        color: #fff;
        z-index: 3;
        transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        -ms-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s
    }

    .common-btn.blue:before {
        content: "";
        position: absolute;
        left: 60px;
        top: 50%;
        transform: translateY(-50%) scale(0.6);
        -webkit-transform: translateY(-50%) scale(0.6);
        -o-transform: translateY(-50%) scale(0.6);
        -ms-transform: translateY(-50%) scale(0.6);
        -moz-transform: translateY(-50%) scale(0.6);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        z-index: 1;
        transition-property: left, transform;
        transition-delay: 0s, 0s;
        transition-duration: 1.5s, 0.5s;
        opacity: 0
    }

    .common-btn.blue:hover:before {
        left: 10px;
        transform: translateY(-50%) scale(50);
        -webkit-transform: translateY(-50%) scale(50);
        -o-transform: translateY(-50%) scale(50);
        -ms-transform: translateY(-50%) scale(50);
        -moz-transform: translateY(-50%) scale(50);
        transition-delay: 0s, 1.5s;
        opacity: 1;
        background: #000;
        z-index: -1
    }

    .common-btn.blue:after {
        content: "";
        position: absolute;
        right: 50px;
        top: 50%;
        transform: translateY(-50%) scale(0.6);
        -webkit-transform: translateY(-50%) scale(0.6);
        -o-transform: translateY(-50%) scale(0.6);
        -ms-transform: translateY(-50%) scale(0.6);
        -moz-transform: translateY(-50%) scale(0.6);
        width: 10px;
        height: 10px;
        border-radius: 50%;
        z-index: 1;
        transition-property: right, transform;
        transition-delay: 0s, 0s;
        transition-duration: 1.5s, 0.5s;
        opacity: 0
    }

    .common-btn.blue:hover:after {
        right: 10px;
        transform: translateY(-50%) scale(50);
        -webkit-transform: translateY(-50%) scale(50);
        -o-transform: translateY(-50%) scale(50);
        -ms-transform: translateY(-50%) scale(50);
        -moz-transform: translateY(-50%) scale(50);
        transition-delay: 0s, 1.5s;
        opacity: 1;
        background-color: #000;
        z-index: -1
    }

    .accordion-button:not(.collapsed)::after {
        background-image: none
    }

    .EnhancingBg:after {
        width: 75px;
        height: 70px
    }

    .swiper-slide {
        padding: 3em 0 4em 0
    }

    .MethodologyMain {
        padding: 10px 10px 0 10px
    }

    .benefityData h5 {
        font-size: 20px;
        color: #252b33;
        font-weight: 700
    }

    .benefityData p {
        font-size: 16px
    }

    .benefityData h3 span {
        color: #104cba
    }

    .pt-50 {
        padding-top: 50px
    }

    .benefityData {
        padding: 0 20px 0 0
    }

    .benefityDatapoint .benefityDatTag {
        font-size: 20px;
        color: #104cba;
        font-family: Poppins, sans-serif;
        font-weight: 700;
        letter-spacing: 1px
    }

    .servicesConRight .benefityDatapoint h4 {
        color: #000
    }

    .benefityDatapoint {
        padding-top: 20px
    }

    .benefityDatapoint ul {
        list-style: none;
        padding: 14px 20px 0 26px
    }

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

    .benefityDatapoint ul li {
        font-size: 12px;
        color: #404040;
        font-family: Poppins, sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        position: relative;
        padding: 4px 0
    }

    .benefityDatapoint ul li:after {
        content: "";
        background-color: #104cba;
        width: 7px;
        height: 7px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        border-radius: 50%
    }

    .benefityDatapoint ul li:after {
        content: "";
        background-color: #104cba;
        width: 8px;
        height: 8px;
        position: absolute;
        left: -24px;
        top: 11px;
        z-index: 1;
        border-radius: 50%
    }

    .befifityList ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        list-style: none;
        flex-wrap: wrap
    }

    .befifityList ul li:first-child .befifityListDiv {
        border-radius: 20% 0 0 20%
    }

    .befifityList ul li:last-child .befifityListDiv {
        border-radius: 0 20% 20% 0
    }

    .befifityListDiv {
        background-color: #e6efff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 10px;
        width: 190px;
        max-width: 100%;
        border-radius: 5%;
        min-height: 180px
    }

    .ListDivbefi {
        color: #104cba;
        text-align: center
    }

    .ListDivbefi i {
        display: block;
        text-align: center;
        font-size: 40px;
        margin-bottom: 5px
    }

    .ListDivbefi small {
        display: block;
        line-height: normal;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: Poppins, sans-serif
    }

    .befifityList ul li {
        padding: 0 8px 10px 8px
    }

    .paddingPBfit {
        padding: 70px 0 20px 0
    }

    .LeftDot,
    .rightDot {
        position: relative
    }

    .LeftDot:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/BenefitsDot.webp);
        bottom: -60px;
        right: 80px;
        background-repeat: no-repeat;
        width: 110px;
        height: 120px;
        background-size: auto;
        left: auto;
        top: auto;
        max-width: 100%;
        max-height: 100%
    }

    .rightDot:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/BenefitsDotRight.webp);
        bottom: -60px;
        left: 10px;
        background-repeat: no-repeat;
        width: 110px;
        height: 120px;
        background-size: auto;
        right: auto;
        top: auto;
        max-width: 100%;
        max-height: 100%
    }

    .moretext-about {
        display: none
    }

    .moreless-button-about {
        font-size: 18px
    }

    .read-btn-more,
    .read-more {
        color: #104cba;
        position: relative;
        top: -16px
    }

    .read-btn-more,
    .read-more {
        top: 30px
    }

    .read-btn-more:hover,
    .read-more:hover {
        color: #252b33
    }

    .pl30 {
        padding-left: 30px
    }

    .breadcrumbHero {
        background: -moz-linear-gradient(top,
                #f5f9ff 0,
                rgba(245, 249, 255, 0.73) 27%,
                rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top,
                #f5f9ff 0,
                rgba(245, 249, 255, 0.73) 27%,
                rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom,
                #f5f9ff 0,
                rgba(245, 249, 255, 0.73) 27%,
                rgba(255, 255, 255, 0) 100%);
        position: relative
    }

    .breadcrumbHero:after {
        background-image: url(/assets/img/assets-img/DiscoverSkew.png);
        width: 444px;
        position: absolute;
        top: 0;
        height: 426px;
        right: 18%;
        opacity: 0.5;
        content: ""
    }

    .heroSubText {
        color: #111;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 10px 190px
    }

    .breadcrumbHero {
        padding: 160px 0 20px 0
    }

    .icon-mouse {
        margin: 0 auto;
        border: 2px solid #000;
        height: 62px;
        width: 36px;
        border-radius: 18px;
        position: relative;
        background-color: rgba(255, 255, 255, 0.05);
        cursor: pointer
    }

    .icon-mouse:before {
        content: "";
        background: #000;
        height: 6px;
        width: 2px;
        position: absolute;
        top: 14px;
        border-radius: 1px;
        left: calc(50% - 1px);
        animation: scroll 1.15s infinite
    }

    @keyframes scroll {
        15% {
            opacity: 1
        }

        100% {
            opacity: 0;
            transform: translateY(24px)
        }
    }

    .mouseDiv {
        padding: 50px 0 20px 0;
        text-align: center;
        position: relative;
        z-index: 1
    }

    .mouseDiv a {
        display: inline-block;
        text-align: center
    }

    .mouseDiv a i {
        transform: rotate(180deg);
        display: block;
        color: #000;
        padding-bottom: 5px
    }

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

    .projectTitle h2 {
        margin-bottom: 0;
        font-size: 30px;
        line-height: normal;
        margin-left: 14px
    }

    .detailsPage .heroSubText {
        padding: 0;
        text-align: justify;
        padding-right: 150px
    }

    .detailsPage {
        text-align: left
    }

    .projectTitle {
        display: flex;
        align-items: center;
        margin-bottom: 20px
    }

    .projecttecno small {
        line-height: normal;
        color: #404040
    }

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

    .TechnologysDivHero {
        background-color: #fff;
        z-index: 1;
        position: relative;
        max-width: 100%;
        width: 300px;
        box-shadow: 0 3px 5px 5px rgb(0 0 0 / 5%);
        border-radius: 5px;
        margin: 10px 0 0 auto;
        padding-bottom: 1px
    }

    .titleTechnologys {
        background-color: #104cba;
        color: #fff !important;
        border-radius: 5px 5px 0 0;
        padding: 15px 10px 15px 14px !important;
        font-size: 18px !important;
        letter-spacing: 1px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .TechnologysDivHero ul {
        list-style: none;
        padding: 0
    }

    .TechnologysDivHero ul li {
        display: block;
        padding: 7px 14px;
        font-size: 18px;
        color: #252b33
    }

    .projectImgDiv img {
        width: 100%;
        height: auto;
        padding: 30px
    }

    .projectImgDiv {
        position: relative;
        height: 100%;
        width: 100%
    }

    .projectImgDiv:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/VectorRight.png);
        width: 76px;
        height: 156px;
        bottom: 20%;
        background-repeat: no-repeat;
        right: -35px;
        z-index: -1
    }

    .projectImgDiv:before {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/Vectorleft.png);
        width: 217px;
        height: 298px;
        top: 4%;
        background-repeat: no-repeat;
        left: -80px;
        z-index: -1
    }

    .projectDetails {
        font-size: 18px;
        line-height: 1.5em;
        text-align: justify
    }

    .projectDetails a {
        text-decoration: underline;
        font-weight: 600
    }

    .BackgroundMain,
    .ChallengeMain {
        position: relative;
        padding: 0 60px
    }

    .BackgroundMain:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/svg/WorkWithShape.svg);
        width: 50%;
        background-size: contain;
        height: 100%;
        top: 50px;
        background-repeat: no-repeat;
        left: 35%;
        right: auto
    }

    .projectDuration {
        background-image: url(/assets/img/assets-img/Workbanner.webp);
        padding: 80px 20px;
        position: relative;
        width: 100%;
        background-position: center
    }

    .projectDuration:after {
        background-color: rgb(16 76 186 / 70%);
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .DurationMain {
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        padding: 0 70px
    }

    .DurationBox {
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: flex-start
    }

    .DurationBox i {
        font-size: 50px;
        margin-right: 24px
    }

    .DurationBox h3 {
        margin-bottom: 0
    }

    .DurationBox h3 {
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 1px
    }

    .DurationTitle small {
        display: block;
        line-height: normal;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 5px
    }

    .EnhancingBg {
        background-color: #e6efff;
        padding: 100px 30px 20px 40px;
        position: relative
    }

    .Enhancingtitle {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .Enhancingtitle i {
        font-size: 45px;
        margin-right: 14px;
        color: #104cba
    }

    .Enhancingtitle h3 {
        font-size: 22px;
        color: #252b33;
        font-weight: 600;
        margin-bottom: 0
    }

    .EnhancingDetails p {
        font-size: 18px;
        color: #404040;
        padding: 16px 10px 0 0
    }

    .EnhancingBg:before {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/Layer_-1.png);
        width: 120px;
        height: 37px;
        background-repeat: no-repeat;
        left: 0;
        object-fit: cover
    }

    .OtherFeaturesTitle h3 {
        font-size: 18px;
        font-weight: 600;
        color: #252b33
    }

    .OtherFeaturesTitle p {
        font-size: 16px;
        color: #404040;
        padding: 8px 20px 0 0;
        text-align: left
    }

    .StackBox .TechnologyIcon {
        height: 30px;
        max-width: 100%;
        display: block;
        margin: 0 auto
    }

    .StackBox span {
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 600;
        color: #252b33;
        display: block;
        line-height: normal;
        margin-top: 14px
    }

    .TechnologyStack {
        display: flex;
        padding: 0 70px
    }

    .StackBox a {
        display: block;
        text-align: center;
        padding: 50px 20px;
        background-color: #e6efff;
        margin-bottom: 10px;
        border-radius: 0 !important
    }

    .StackBox {
        width: 170px;
        max-width: 100%;
        height: 100%
    }

    .TechnologyStack .StackBox:first-child a {
        border-radius: 60px 0 0 60px
    }

    .TechnologyStack .StackBox:last-child a {
        border-radius: 0 60px 60px 0
    }

    .StackBox a:hover {
        box-shadow: 0 5px 30px rgb(65 84 241 / 10%)
    }

    .ProcessMainDiv {
        display: block;
        text-align: center;
        padding: 14px;
        position: relative
    }

    .ProcessMainDiv .SimpleTitle {
        color: #000;
        font-size: 22px;
        font-weight: 600
    }

    .ProcessMainDiv p {
        color: #252b33;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.2em;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 77px;
        margin: 0 auto
    }

    .ProcessMainDiv i {
        font-size: 40px;
        color: #104cba;
        display: block;
        margin-bottom: 20px
    }

    .ProcessMainDiv:after {
        content: "";
        position: absolute;
        border-bottom: 1px dotted #e6efff;
        width: 60%;
        top: 30px;
        right: -100px
    }

    .OurProcessSection [class*="col-"]:last-child .ProcessMainDiv:after {
        display: none
    }

    .VisualsTabMain .nav-pills {
        justify-content: center
    }

    .custom-client .col-md-12 .row [class*="col-"],
    .prl-custom-client .col-md-12 .row [class*="col-"] {
        width: 33%
    }

    .pointTitle h2 {
        font-size: 22px
    }

    .VisualsTabMain .nav-pills .nav-link.active,
    .VisualsTabMain .nav-pills .show>.nav-link {
        color: #104cba;
        border-radius: 0;
        background-color: transparent;
        position: relative
    }

    .VisualsTabMain .nav-pills .nav-link.active:after {
        content: "";
        position: absolute;
        border-bottom: 4px solid #104cba;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 30px;
        width: 100%
    }

    .VisualsTabMain .nav-link {
        color: grey;
        font-size: 45px;
        line-height: normal
    }

    .VisualsTabMain .tab-contentBg {
        background-color: #e6efff;
        position: relative
    }

    .VisualsTabMain .tab-contentBg:before {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/DotRound.png);
        width: 125px;
        height: 140px;
        background-repeat: no-repeat;
        left: 0;
        top: 0
    }

    .your-class-web .slick-list .slick-slide {
        padding: 2rem 0.5em
    }

    .VisualsTabMain .project-slider-app .swiper-slide:nth-of-type(odd) {
        padding-top: 80px;
        bottom: -80px
    }

    .VisualsTabMain .project-slider-app .swiper-slide:nth-of-type(even) {
        padding-bottom: 100px
    }

    .VisualsTabMain div#tabWeb {
        padding: 80px 0 80px 0
    }

    .project-slider-web .slick-slide {
        padding: 0.2%
    }

    .servicesHero::before {
        content: "";
        position: absolute;
        background-image: url(/assets/img/svg/ServicesDevices1.svg);
        width: 90%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        top: 40px;
        background-size: contain;
        z-index: -1
    }

    .displayB {
        display: block
    }

    .servicesHero {
        display: flex;
        justify-content: center;
        position: relative
    }

    .TechnologyStack.WorkedWith {
        padding: 0 0 30px 0
    }

    .TechnologyStack.WorkedWith .StackBox a i {
        font-size: 55px;
        display: block
    }

    .WorkedWithSection .StackBox span {
        font-size: 14px;
        color: #104cba;
        font-weight: 700
    }

    .slick-dots li {
        width: 50px !important;
        height: 5px !important
    }

    .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        color: transparent !important;
        width: 50px;
        height: 5px;
        border-radius: 30px;
        background-color: #104cba
    }

    .slick-dots li button:before {
        opacity: 0.75 !important;
        color: transparent !important;
        width: 50px !important;
        height: 5px !important;
        border-radius: 30px;
        background-color: #104cba
    }

    .servicesPer.servicesPerLeft {
        padding: 0 130px 0 20px
    }

    .servicesPer li.tec_data {
        width: 16%;
        word-break: break-word
    }

    .servicesPer li.tec_data a {
        display: inline-block;
        margin: 0 auto
    }

    .servicesPer li.tec_data small {
        font-size: 7px
    }

    .servicesPer .tecIconRound,
    .tecIconRound {
        width: 30px;
        height: 30px;
        padding: 0
    }

    .servicesPer li.tec_data img,
    .tecIconRound img {
        width: 30px;
        height: 30px;
        padding: 5px
    }

    .servicesPer .projectTecIcon ul {
        margin: 10px 0;
        width: 100%
    }

    .servicesHero .heroSubText {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .servicesConRight h2 {
        color: #252b33;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .servicesPer {
        padding: 0 20px 0 20px
    }

    .servicesPer.servicesPerLeft {
        padding: 0 20px 0 20px
    }

    .servicesSub-Text {
        color: #404040;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: justify
    }

    .servicesPer li.tec_data a .tecIconRound {
        border-color: #8b8a8a !important
    }

    .servicesPer li.tec_data small {
        color: #000;
        width: auto
    }

    .servicesPer .projectTecIcon li.tec_data a:hover img {
        filter: none
    }

    .servicesPer li.tec_data a:hover small {
        color: #104cba
    }

    .servicesPer li.tec_data a:hover .tecIconRound {
        border-color: #104cba !important
    }

    .servicesTec img {
        width: 85%;
        height: 100%
    }

    .servicesTec {
        width: 100%;
        position: relative;
        text-align: center
    }

    .TitleHero h1 {
        font-size: 26px;
        color: #000;
        font-weight: 700
    }

    .TitleHero p.technicallySub {
        margin: 22px 0 0 0;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.8em;
        padding-bottom: 30px;
        color: #000;
        font-family: Poppins, sans-serif
    }

    .technologyvector {
        top: 10px
    }

    .heroVectorImg {
        left: auto;
        top: -20px
    }

    .img-fluid {
        width: 100%
    }

    .mobile-nav-toggle {
        color: #fff
    }

    .header-scrolled .mobile-nav-toggle,
    .header-scrolled-white .mobile-nav-toggle {
        color: #012970
    }

    i.bi.mobile-nav-toggle.bi-x {
        color: #fff !important
    }

    .servicesSub-Text {
        font-size: 11px
    }

    .servicesConRight h2 {
        font-size: 16px
    }

    .AppDevBox {
        padding: 34px 22px
    }

    .AppDevBox h3 {
        font-size: 16px;
        min-height: 24px
    }

    .tabLeftBtn {
        text-align: left !important
    }

    .hero .HeroH2,
    .hero h1 {
        font-size: 26px;
        line-height: 50px
    }

    .hero h1 span:before {
        width: 112px
    }

    .hero h1 span:after {
        width: 138px
    }

    .hero .Hero_Description {
        font-size: 12px;
        padding-right: 20px !important
    }

    .solution-page .landing-hero-left {
        padding-top: 40px
    }

    .hero.Gred-blue small {
        font-size: 16px
    }

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

    .hero {
        padding: 90px 0 90px 0
    }

    .site-happy-easter .hero {
        padding: 10px 0 20px 0
    }

    .navbar .getstarted {
        background-color: #104cba !important;
        color: #fff !important
    }

    .navbar a {
        color: #000;
        padding: 10px 0 10px 30px
    }

    .dropdown-menu {
        position: relative
    }

    .BadgesDiv,
    .TechnologyDiv,
    .servicesDiv {
        flex: 0 0 100%;
        min-height: 100%
    }

    .navbar-mobile .dropdown ul {
        display: block;
        margin: 10px 4px
    }

    .flex-col-menu {
        flex-wrap: wrap
    }

    .CompanyDiv {
        flex: 0 0 100%
    }

    .rightContactImg {
        padding: 20px 12px 20px 12px
    }

    .ContactFormMain {
        padding: 30px 14px 40px 14px
    }

    .contactTitle .anyTimeTitle {
        font-size: 18px
    }

    .contactTitle p {
        font-size: 12px
    }

    .InquiriesDetails p {
        font-size: 14px
    }

    .TestimonialsMainData:after {
        width: 300px;
        height: 180px;
        bottom: 0;
        right: 10px
    }

    .groovyDetails {
        top: -650px
    }

    .bringDetails p.counter-num span,
    .whyCount h5 {
        font-size: 22px
    }

    .bringDetails {
        padding: 10px 10px 40px 10px
    }

    .bringDetails span {
        font-size: 10px
    }

    .box-blue {
        padding: 500px 0 80px 0
    }

    .LeftDot:after,
    .rightDot:after {
        display: none
    }

    .header .logo img {
        width: 110px
    }

    p.servicesSub-Text.data_more_less_body {
        height: 115px
    }

    .custom-btn,
    .header-scrolled .navbar .getstarted,
    .hero .btn-get-started,
    .hero-Btn .btn-get-started,
    .navbar .getstarted {
        font-size: 12px;
        padding: 13px 20px 11px 20px;
        font-weight: 700
    }

    .befifityListDiv {
        width: 120px;
        min-height: 130px;
        padding: 2px
    }

    .ListDivbefi small {
        font-size: 10px
    }

    .ListDivbefi i {
        font-size: 35px
    }

    .benefityData p {
        font-size: 12px
    }

    .benefityDatapoint p {
        font-size: 14px !important
    }

    .groovyDetails {
        top: -510px
    }

    .box-blue {
        padding: 380px 0 80px 0 !important
    }

    .BringDataMain .benefityDatapoint p,
    .lifeGroovy p {
        font-size: 12px
    }

    .DevelopmentServices:before {
        width: 20vw;
        height: 22vh;
        left: -60px;
        top: -60px
    }

    .TelemedicineSolution {
        padding-top: 50px !important
    }

    .solutions-main .row .col-lg-5.col-md-5.col-sm-4.col-xs-12,
    .col-md-4.col-sm-4.col-xs-12.sm-order2-change {
        display: none
    }

    .solutions-main .row .col-lg-7.col-md-7.col-sm-6.col-xs-12 {
        width: 100%
    }

    .hero .solution-page h1 {
        font-size: 26px;
        line-height: 30px
    }

    .weMedical {
        font-size: 10px;
        letter-spacing: 0.1rem
    }

    .certificatDiv.ComplianceDiv .award-box {
        height: 60px;
        padding: 14px 10px 14px 0px;
        opacity: 1
    }

    .awards-container {
        left: 0px
    }

    .feature-main.pt-50 .container .row>[class*="col-"] {
        width: 50%;
        padding: 0 15px 0 0
    }

    .ComplianceDiv img {
        max-width: 70px
    }

    .landing-one .heroHome-slider {
        padding-top: 0
    }

    .solution-hero-img {
        width: 390px
    }

    .DevelopmentServices {
        padding: 0 0 0 0rem
    }

    .tabappBGd {
        position: relative;
        left: 0
    }

    .ServicesDetails {
        padding: 10px 0 10px 20px
    }

    .appBGdivData {
        display: block
    }

    .DevelopmentTabs {
        width: 100%;
        text-align: center
    }

    .DevelopmentTabs li {
        display: inline-block;
        padding: 0 10px
    }

    .topConsulting {
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .ConsultingBox small {
        word-break: break-word
    }

    .tele_review {
        padding: 20px 5px
    }

    .tele-quotes {
        font-size: 25px
    }

    .quotes-clint-text {
        font-size: 10px
    }

    .ServicesDetails ul li i {
        font-size: 10px;
        margin-right: 8px
    }

    .tele-clint-name p {
        font-size: 12px
    }

    .tele-clint-name small {
        font-size: 10px
    }

    .appBGdiv {
        padding: 2rem 1rem
    }

    .Development_Vector1:before {
        top: 320px
    }

    .leaderBg>.row>[class*="col-"],
    .benifitMainDiv>.row:nth-child(1) [class*="col-"] {
        width: 100%
    }

    .appCustomTitle {
        font-size: 12px
    }

    .CEO-Sign {
        width: 50px
    }

    .VecArrow {
        width: 50px
    }

    .CEO-BG {
        height: 100%;
        padding-bottom: 0
    }

    .ProfitsDiv {
        padding: 0 10px 0 10px
    }

    .Profitsbox1,
    .Profitsbox2 {
        width: 95px;
        height: 95px;
        padding: 16px 12px
    }

    .Profitsbox1 p,
    .Profitsbox2 p {
        font-size: 22px
    }

    .sliderPic.slider-thumb {
        width: 140px
    }

    .Clientquotes {
        width: 55px;
        height: 55px;
        left: 10px
    }

    .ClientquotesLine {
        font-size: 12px;
        line-height: 20px
    }

    .ClientquotesName {
        margin: 20px 0 5px 0;
        font-size: 12px
    }

    .ClientDesignation {
        font-size: 12px
    }

    .peakTitle {
        font-size: 22px
    }

    .playBG {
        width: 45px;
        height: 45px;
        font-size: 22px;
        right: -10px;
        bottom: 10px
    }

    .mailIcon {
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .SerTecPage .coseVideo iframe {
        height: 220px;
        width: 90%
    }

    .countdownDivxmas ul {
        padding: 14px 10px 12px 10px !important
    }

    .TechnologiesMain {
        padding: 20px 30px 20px 30px;
        display: block
    }

    .navbar .dropdown ul li {
        min-width: 150px
    }

    .TechnologiesMain .TechnologyDiv {
        margin-bottom: 10px
    }

    .servicesDiv.servicesMega {
        flex: 0 0 98%;
        flex-wrap: nowrap
    }

    .meetDivLeft {
        padding: 10px 0 0 10px
    }

    .bookABg {
        flex: 0 0 100%
    }

    ul.serDevDiv-menu-sub {
        display: flex !important;
        flex-wrap: wrap
    }

    ul.serDevDiv-menu-sub li {
        width: 50%
    }

    .IdeaAuditDiv {
        width: calc(100% - 0%)
    }

    .meetDivRight {
        padding: 0 0 0 0px;
        text-align: right
    }

    #dy-popup-bottom .bgExitPopup p {
        padding: 3px 5px 0;
        text-align: center;
        margin-bottom: 6px
    }

    #dy-popup-bottom .bgExitPopup {
        width: 70%;
        justify-content: center
    }

    #dy-popup-bottom .dy-popup-container .dy-popup-close {
        right: -120px;
        top: -44px
    }

    section.XmasQuote {
        padding: 40px 35px
    }

    .XmasQuotebg h1 {
        font-size: 26px
    }

    .XmasQuotebg p {
        font-size: 14px;
        padding: 10px 20px 30px
    }

    .XmasQuotebg p span {
        font-size: 18px
    }

    .XmasQuotebg {
        padding: 110px 0 50px 0
    }

    .XmasQuote .ProjectFormDiv .section-title h3 {
        font-size: 18px
    }

    .XmasQuote .heroSubText {
        padding: 0px 40px 10px;
        font-size: 10px
    }

    .XmasQuote .ProjectFormDiv {
        padding: 30px 10px 30px 0
    }

    .XmasQuotebg .countdownDivxmas {
        width: 220px
    }

    .XmasQuotebg .countdownDivxmas ul li {
        font-size: 20px;
        line-height: 18px
    }

    .XmasQuotebg .countdownDivxmas:after {
        width: 40px;
        height: 40px;
        right: -43px
    }

    .XmasQuotebg p {
        font-size: 12px;
        padding: 10px 20px 26px
    }

    .XmasQuote .custom-contactPRL {
        padding: 0 2px
    }

    .Xmasdeco:after {
        width: 170px;
        height: 200px;
        top: -40px
    }

    .getBgadress {
        padding: 2rem
    }

    .titleAdd h2 {
        font-size: 22px
    }

    .contactDetails ul li a {
        padding: 6px 0
    }

    .contactDetails ul li a small {
        font-size: 18px
    }

    .XmasQuotebg .countdownDivxmas small.dot-jam {
        font-size: 20px !important;
        top: -2px
    }

    .xmasCap {
        width: 24px !important;
        height: 30px;
        top: -2px;
        left: -9px
    }

    .xmasBell {
        width: 50px !important;
        height: 40px;
        top: 24px;
        right: 6px
    }

    .img-exitVector {
        width: 220px
    }

    .img-exitVector .exitOffers-img {
        height: auto
    }

    .bgExitPopup_planing h1 {
        font-size: 20px;
        padding: 10px 60px
    }

    .reactSec .custom-btn {
        width: 30%
    }

    .main-header-react {
        padding: 70px 10px 50px 10px
    }

    .site-react-native .award-box,
    .site-react .award-box {
        height: 90px
    }

    #awards {
        padding: 30px 0px 20px
    }

    .ourReactSection .section-title span.subLine {
        padding: 0 90px 0 0;
        text-align: left
    }

    .ourReactceo .icons-rectpage svg {
        right: 90px
    }

    .processSction ul li {
        font-size: 12px;
        padding: 5px 30px 30px 20px
    }

    .whatTitle p {
        font-size: 12px
    }

    .whatinfobg {
        width: 30px;
        height: 30px
    }

    .imgAssignment {
        width: 14px
    }

    .whatweSlideMain .pt-20 {
        padding-top: 0
    }

    .HireReactBox h4 {
        font-size: 18px
    }

    .HireReactBox p {
        font-size: 12px
    }

    .LookingTitle {
        font-size: 20px !important
    }

    .letsChat {
        font-size: 20px
    }

    .letsChat img {
        width: 30px
    }

    .recent-blog-posts .post-box {
        padding: 10px
    }

    .recent-blog-posts .blog-profile-div img {
        width: 38px;
        height: 38px;
        margin-right: 10px
    }

    .recent-blog-posts .blog-profile-name p {
        font-size: 12px
    }

    .recent-blog-posts .post-box .post-title a {
        font-size: 12px !important
    }

    .recent-blog-posts .line-clamp {
        height: 25px !important
    }

    .recent-blog-posts .post-box .post-date {
        font-size: 8px !important
    }
}

@media only screen and (max-width: 870px) {
    .Order-sm-2 {
        order: 2;
        width: 100%
    }

    .Order-sm-1 {
        order: 1;
        width: 100%
    }
}

@media only screen and (min-device-width: 812px) and (max-device-height: 375px) {
    .site-landing .hero h1 {
        font-size: 22px
    }

    img.landing-hero-img {
        width: 70%
    }

    .hero .hero-centerLi .Hero_Description {
        padding-bottom: 10px
    }

    .hero .hero-centerLi .btn-get-started {
        margin-top: 10px
    }

    .certificatDiv {
        padding-top: 0px
    }

    .hero-centerLi .certificatDiv .award-box {
        height: 100px
    }

    .ReviewsMain h2 {
        font-size: 22px
    }

    .ClientL1SlideDetails .SlideDetails {
        font-size: 12px
    }

    .ClientL1SlideProfile img {
        width: 50px
    }

    .name-profile h5 {
        font-size: 12px
    }

    .name-profile p {
        font-size: 12px
    }

    .ClientL1SlideProfile .quotationbottom {
        font-size: 40px
    }

    .site-happy-easter .ClientPic-test {
        width: 70px;
        height: auto
    }

    .white-bg-section .ClientSec3 {
        margin: -160px -60px 0 0
    }

    .site-happy-easter .contactShare {
        padding: 20px 0 20px 0
    }
}

@media only screen and (max-width: 768px) {
    .contactform-hero.contactform-usa {
        background-image: url(/assets/img/assets-img/frameresponsive.png);
        background-size: cover
    }

    .contactform-hero .contact-modal-header {
        padding: 1rem 0.2rem 5px !important
    }

    .site-independence-day-usa .contactform-hero .modal-body {
        padding: 0.5rem 0.5rem
    }

    .contactform-hero .contact-modal-header {
        padding: 1rem 0.2rem 5px
    }

    .contactform-hero .contact-modal-header h2 {
        font-size: 14px
    }

    .contactform-hero {
        margin: 30px 0 50px 0
    }

    img.Flower2 {
        top: 75px
    }

    .Flower1 {
        bottom: 50px;
        left: -30px
    }

    .site-independence-day-usa .landing-hero-left {
        padding: 130px 10px 0 10px
    }

    .Flower-start {
        left: 10px;
        width: 30px
    }

    .contact-Div button {
        margin-top: 0px;
        font-size: 12px;
        padding: 8px 24px
    }

    .Flower1 {
        width: 100px;
        bottom: 30px;
        left: -30px
    }

    .servicesApp span {
        font-size: 10px
    }

    .pageTec svg {
        width: 22px
    }

    .Tabprojectdetails {
        font-size: 12px;
        height: 68px
    }

    .projectTab .TabprojectTitle {
        font-size: 20px
    }

    .ourReactceo .icons-rectpage svg {
        right: 280px
    }

    .ourReactSection .section-title {
        padding-top: 30px
    }

    #awards img {
        width: auto
    }

    .hero-centerLi {
        padding: 110px 20px 0
    }

    .countdownDivxmas.herocountdown {
        width: 300px;
        margin: 0 auto
    }

    .contactform-hero {
        margin: 60px 0 50px 0
    }

    .easter-white p.Hero_Description1 {
        padding: 10px 10px 0 0;
        margin-top: 0
    }

    .site-happy-easter .hero .HeroH2,
    .site-happy-easter .hero h1 {
        font-size: 20px;
        line-height: 30px
    }

    .site-happy-easter .hero-centerLi .landing-hero-left {
        order: 2
    }

    .slider-easter .ClientPic-test {
        width: 60px;
        height: auto
    }

    .white-bg-section .section-title small {
        font-size: 24px
    }

    .sectionLineDark {
        margin: 60px auto 0 auto
    }

    .easteraward .award-box {
        background-size: 60%
    }

    .easteraward .certificatDiv img {
        width: 60%
    }

    .FrameTopEster {
        width: 70px;
        left: 30px
    }

    .eggEster {
        width: 100px;
        bottom: 20px;
        left: 100px
    }

    .site-happy-easter .contactform-hero .modal-body {
        padding: 0.5rem 2.5rem
    }

    .contactform-hero .contact-modal-header {
        padding: 1rem 2.2rem 5px
    }

    .site-happy-easter .hero-centerLi .col-md-6 {
        width: 100%
    }

    .site-happy-easter .landing-hero-left {
        padding: 20px 20px 40px 20px;
        text-align: center
    }

    div#dy-popup-bottom.makar-sankranti .countdownDivxmas ul {
        padding: 13px 5px
    }

    .republice-day a.btn-tnc,
    .republice-day .countdownDivxmas {
        top: 100px
    }

    .republice-day.XmasQuote img.exitOffers-gift {
        width: 310px;
        height: 150px;
        right: -43px;
        top: -86px
    }

    .featureWeb .tabThree .detail-box {
        min-height: auto
    }

    .benifit-Photo {
        width: 60%
    }

    .Leadership1_vector:before {
        top: -50px
    }

    .playBG {
        width: 40px;
        height: 40px;
        font-size: 18px;
        right: -50px;
        bottom: 10px
    }

    .sliderPic.slider-thumb:before {
        right: 200px;
        width: 35%
    }

    .sliderPic.slider-thumb {
        width: 180px
    }

    .ProfitsDiv {
        padding: 0
    }

    .benifitPhoto:before {
        width: 15vw;
        height: 15vh;
        left: -30px;
        top: -30px
    }

    .QuotesLine:before {
        bottom: -30px
    }

    .CEO-BG {
        height: 100%;
        background: #114ebc;
        background: -moz-linear-gradient(-45deg, #114ebc 0%, #2768e4 100%);
        background: -webkit-linear-gradient(-45deg, #114ebc 0%, #2768e4 100%);
        background: linear-gradient(135deg, #114ebc 0%, #2465e0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#114ebc', endColorstr='#2768e4', GradientType=1);
        padding-bottom: 0
    }

    .CEO-BG:before {
        height: 394px
    }

    .tele-clint-name:before {
        right: auto;
        top: 1px;
        left: 110px;
        width: 14%
    }

    .ConsultingBox {
        margin: 10px 10px 10px 0px
    }

    .menu-list a.detail-box.selected:before {
        display: none
    }

    .landing-one .bodyG:before {
        width: 600px;
        right: -40px;
        top: 40px
    }

    .ComplianceDiv img {
        max-width: 60px
    }

    .AppConsultingDiv {
        padding: 0 50px
    }

    .ClientL1SlideProfile .quotationbottom {
        font-size: 40px;
        right: 0px
    }

    .ReviewsMain h2 {
        font-size: 26px
    }

    .ClientL1SlideProfile img {
        width: 50px
    }

    .ClientL1SlideDetails .SlideDetails {
        font-size: 12px
    }

    .name-profile p {
        font-size: 12px
    }

    .name-profile h5 {
        font-size: 14px
    }

    .startSection .sub-sec-title h3 {
        font-size: 20px
    }

    .startSection ul li {
        font-size: 14px
    }

    .site-landing .hero .landing-hero-left h1 {
        font-size: 30px
    }

    .scroll-downs,
    #awards {
        display: none
    }

    .StackBox {
        width: 130px
    }

    .quotationbottom {
        bottom: 80px
    }

    .clintFeeds {
        height: 110px
    }

    .frameTitel .nameframe {
        font-size: 20px
    }

    .StackBox a {
        padding: 30px 20px
    }

    .WorkedWithSection .StackBox span {
        font-size: 10px;
        height: 20px
    }

    .logoTec img {
        height: 35px !important
    }

    .logo .hero {
        text-align: left
    }

    .EnhancingBg {
        padding: 60px 10px
    }

    .valueBoxMain {
        padding-right: 0
    }

    .bringDetails p.counter-num,
    .groovyDetails h4,
    .section-title h1,
    .section-title h2,
    .section-title h3,
    .section-title h4,
    .section-title h5,
    .section-title p.Contact-Title {
        font-size: 22px
    }

    .heroSubText {
        padding: 10px 40px
    }

    .projectNamelogo img {
        width: 45px;
        height: 45px
    }

    .AppDevBox {
        border-radius: 5px;
        box-shadow: 0 5px 30px rgb(65 84 241 / 10%);
        padding: 40px 30px;
        cursor: pointer
    }

    .AppDevBox p {
        color: #404040;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.6em;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 150px;
        margin: 0 auto 30px
    }

    .slick-slide.slick-current.slick-active .AppDevBox .project-explore a {
        background-color: #fff;
        color: #000
    }

    .AppDevelopment {
        padding: 0 3%
    }

    .AppDevelopment-slider .slick-dots {
        bottom: -70px
    }

    .tecTab .tabs {
        max-width: 80rem;
        display: flex;
        align-items: center
    }

    .tecTab .tabs>ul {
        list-style-type: none;
        padding: 0;
        width: 30%
    }

    .tecTab .tabs>ul li {
        display: inline-block;
        text-align: center
    }

    .tecTab .tabs>ul li a {
        display: block;
        text-decoration: none;
        background: #fff;
        padding: 0.5rem 0.4rem;
        color: rgba(255, 255, 255, 0.6);
        transition: all 0.2s ease-in-out
    }

    .tecTab .tabs>ul li a.active {
        background: #fff;
        color: #2c2c2c
    }

    .tecTab .tabs>ul li a:hover:not(.active) {
        color: #fff
    }

    .tecTab .tabs section {
        background: #f5f9ff;
        padding: 1.5rem 2.5rem;
        display: none
    }

    .tecTab .tabs section.active {
        display: block
    }

    .tecTab ul.tab-links li img {
        max-width: 100%;
        max-height: 100%;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: inline-block
    }

    .tecTab ul.tab-links li a:hover img {
        filter: none
    }

    .tecTab ul.tab-links li a .tecIconRound {
        border-color: #000 !important
    }

    .tecTab ul.tab-links li a:hover .tecIconRound {
        border-color: #104cba !important
    }

    .tecTab ul.tab-links p.stackTitle {
        color: #104cba;
        font-size: 16px;
        font-weight: 700;
        padding-left: 6px;
        margin-bottom: 0;
        font-family: Kanit, sans-serif
    }

    .tab-links-Details {
        width: 65%;
        position: relative;
        margin: 0 auto
    }

    .subTextCategory p {
        font-size: 18px;
        color: #252b33;
        font-weight: 600
    }

    .subTextCategory {
        padding: 100px 0 0 0
    }

    .titleTabTac img {
        width: 24px;
        height: auto;
        margin-right: 16px
    }

    .titleTabTac {
        background-color: #104cba;
        position: absolute;
        display: flex;
        left: 0;
        align-items: center;
        justify-content: center;
        padding: 10px 30px 11px 16px;
        border-radius: 0 30px 30px 0;
        color: #fff;
        top: 35px
    }

    .titleTabTac .activeTecno {
        margin: 0;
        font-size: 16px;
        text-transform: capitalize;
        font-family: Kanit, sans-serif;
        font-weight: 600
    }

    .titleTabTac img {
        filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
        -webkit-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
        -moz-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
        -o-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
        -ms-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%)
    }

    .subTextCategory p span {
        color: #000;
        font-weight: normal;
        display: inline-block
    }

    .tab-links-Details:before {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/Vectorleft.png);
        background-repeat: no-repeat;
        width: 90px;
        height: 90px;
        background-size: cover;
        left: -45px;
        top: -45px;
        max-width: 100%;
        max-height: 100%
    }

    .tab-links-Details:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/BenefitsDot.webp);
        background-repeat: no-repeat;
        width: 95px;
        height: 104px;
        background-size: cover;
        right: -45px;
        bottom: -45px;
        max-width: 100%;
        max-height: 100%
    }

    .DevelopmentProjects-slider .slick-dots {
        bottom: -60px
    }

    .EnhancingBg.ClientsChooseMain:before {
        background-size: contain;
        bottom: 40px
    }

    .EnhancingBg.ClientsChooseMain:after {
        background-size: contain
    }

    .mailIcon {
        width: 24px;
        height: 24px;
        font-size: 12px;
        margin-right: 6px
    }

    .ClientsChooseMain .beforeTop:after,
    .hiringright:after {
        background-image: url(/assets/img/assets-img/DiscoverSkew1.png);
        left: 18%;
        width: 444px;
        position: absolute;
        top: 0;
        height: 426px;
        right: 18%;
        opacity: 0.5;
        content: "";
        z-index: -1
    }

    .service-box {
        padding: 40px 30px;
        margin-bottom: 60px;
        border-top-left-radius: 30px;
        transition: all 0.3s ease-out 0s;
        border-bottom-right-radius: 30px;
        background-color: #fff;
        z-index: 1;
        position: relative;
        overflow: initial
    }

    .service-box .icon {
        position: absolute;
        top: -40px;
        right: 40px;
        width: 70px;
        height: 70px;
        font-size: 34px;
        border-radius: 50%;
        background-color: #104cba;
        margin-bottom: 40px;
        color: #fff;
        margin-left: 5px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .service-box p.service-box-title {
        padding-top: 20px;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
        letter-spacing: 1px;
        color: #000;
        line-height: normal
    }

    .service-box .icon::after {
        position: absolute;
        left: -5px;
        bottom: -5px;
        width: 100%;
        height: 100%;
        background: 0 0;
        content: "";
        border: 1px solid #104cba;
        border-radius: 50%;
        opacity: 0.8
    }

    .service-box p {
        font-size: 15px;
        line-height: 1.6;
        font-family: Nunito, sans-serif;
        color: #404040;
        letter-spacing: 1px
    }

    .rightContactImg {
        padding: 40px 14px 30px 14px;
        background-size: cover;
        background-position: center center
    }

    .service-box:hover {
        background-color: #104cba
    }

    .service-box:hover .icon {
        background-color: #e6efff;
        color: #104cba
    }

    .service-box:hover h4,
    .service-box:hover p {
        color: #fff
    }

    .service-box:hover .icon::after {
        border: 1px solid #e6efff
    }

    .hiringright {
        position: relative;
        padding: 0 30px 0 0
    }

    .hiringTitle h5 {
        color: #252b33
    }

    .hiringTitle h5 {
        color: #252b33;
        font-size: 22px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: normal
    }

    .hiringright small {
        font-size: 16px;
        color: #404040;
        display: block
    }

    .whyCount h5 {
        color: #104cba;
        font-weight: 700;
        font-size: 22px
    }

    .hiringright:after {
        top: -40px
    }

    .countWhy .bringDetails p.counter-num,
    .countWhy .bringDetails p.counter-num span,
    .countWhy .bringDetails span {
        color: #404040
    }

    .countWhy .bringDetails {
        padding: 10px 12px 20px 0;
        width: 25%
    }

    .countWhy {
        display: flex;
        flex-wrap: wrap
    }

    .hiringImg {
        background-color: #e6efff;
        padding: 80px 20px 60px 20px;
        border-radius: 0 30px;
        justify-content: center;
        display: flex;
        position: relative;
        align-items: center
    }

    .hiringImgDiv {
        position: relative
    }

    .hiringImgDiv img {
        width: 100%;
        height: 100%
    }

    img.tecnoHiring {
        width: 35px;
        height: 36px;
        position: absolute;
        top: 30%;
        left: 44%;
        filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
        -webkit-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
        -moz-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
        -o-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%);
        -ms-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(560%) contrast(100%)
    }

    .tecnoHiringIcon {
        width: 35px;
        height: 36px;
        position: absolute;
        top: 30%;
        left: 44%;
        font-size: 30px;
        color: #fff
    }

    .hiringImgDiv .technologyName.bigname {
        left: 27%;
        bottom: 38%
    }

    .colsFaq .accordion-button::after {
        display: none
    }

    .faqAccordion .accordion-header {
        position: relative;
        padding: 10px 0
    }

    .faqAccordion .accordion-header:after {
        position: absolute;
        content: "";
        background-color: #e6efff;
        width: 2px;
        height: 100%;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0
    }

    .faqAccordion .accordion-header:after {
        position: absolute;
        content: "";
        background-color: #e6efff;
        width: 4px;
        height: 85%;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        border-radius: 5px
    }

    .faqAccordion .accordion-item.active:after {
        position: absolute;
        content: "";
        background-color: #104cba;
        width: 4px;
        height: 95%;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        border-radius: 5px
    }

    .faqAccordion .accordion-item {
        position: relative
    }

    .faqAccordion .accordion-button {
        padding: 0 2.25rem 0.8rem
    }

    .technologyPart .box-blue {
        padding: 60px 0 50px 0
    }

    .technologyPart .bringDetails {
        padding: 10px 16px 10px 20px;
        min-height: 100%
    }

    .technologyvector .VectorImgborder {
        width: 95%;
        text-align: center
    }

    .DetailsWhatis .subTextCategory {
        padding: 20px 0 10px 0
    }

    .DetailsWhatis .tab-links-Details {
        width: 80%
    }

    .befityBox {
        background-color: #f5f9ff;
        padding: 2rem 1rem;
        border-radius: 5px;
        min-height: 260px
    }

    .befityBox .benifityTitle {
        font-size: 16px;
        color: #104cba;
        font-weight: 700
    }

    .befityBox p {
        font-size: 16px;
        color: #404040;
        margin-bottom: 0
    }

    .befityBox:hover {
        background-color: #104cba
    }

    .befityBox:hover h4,
    .befityBox:hover p {
        color: #fff
    }

    .compantLogos {
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%
    }

    .compantLogos img {
        padding: 1rem;
        width: 130px;
        height: auto
    }

    .frameBg {
        background-color: #f5f9ff;
        padding: 2rem 1.5rem;
        border-radius: 5px;
        display: block
    }

    .framworkDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0
    }

    .frameTitel .nameframe {
        color: #104cba;
        font-weight: 700;
        margin: 0;
        line-height: normal;
        font-size: 18px;
        padding-left: 18px;
        font-family: Kanit, sans-serif
    }

    .frameTitel {
        display: flex;
        width: 25%;
        align-content: flex-start;
        position: relative
    }

    .frameDetails {
        display: block;
        align-items: center;
        width: 70%
    }

    .Languagesname {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 30%
    }

    .frameLanguages {
        width: 100%;
        display: flex
    }

    .LanguagesText .LanguageTextSub,
    .Languagesname .LanguageTextSub {
        color: #252b33;
        font-size: 13px;
        margin: 0;
        line-height: normal;
        font-family: Kanit, sans-serif;
        font-weight: 600
    }

    .contactTitle .anyTimeTitle {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold
    }

    .Languagesname small {
        display: inline-block;
        line-height: normal
    }

    .LanguagesText {
        display: block;
        align-items: center;
        width: 70%;
        padding: 0 0 0 30px
    }

    .frameLanguages {
        width: 100%;
        display: flex;
        padding: 10px 0;
        align-items: center
    }

    .framemainDiv {
        margin: 0 auto;
        display: block;
        width: 100%;
        padding: 10px 0
    }

    .frameTitel:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/BenefitsDotRight.webp);
        bottom: auto;
        left: -16px;
        background-repeat: no-repeat;
        width: 60px;
        height: 90px;
        background-size: contain;
        right: auto;
        top: -5px
    }

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

    .tecnosliderRight,
    .tecnosliderleft {
        background: -moz-linear-gradient(left,
                #f5f9ff 0,
                rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left,
                #f5f9ff 0,
                rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right,
                #f5f9ff 0,
                rgba(255, 255, 255, 0) 100%);
        position: relative;
        border-radius: 5px;
        padding: 2rem;
        width: 50%
    }

    .breadcrumbHero {
        padding: 120px 20px 20px 20px
    }

    .sliderRightTitle {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .RightTitleImg {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        border: 1px solid #104cba;
        text-align: center;
        align-items: center;
        margin-right: 20px
    }

    .RightTitleImg img {
        width: 100%;
        height: 100%;
        padding: 10px
    }

    .sliderRightTitle h3 {
        color: #404040;
        font-size: 26px;
        margin: 0;
        font-weight: 700;
        line-height: normal
    }

    .tecnosliderRight p,
    .tecnosliderleft p {
        font-size: 16px;
        color: #404040;
        letter-spacing: 1px;
        padding: 0 40px 0 0
    }

    .custom-client .col-md-12 .row [class*="col-"],
    .prl-custom-client .col-md-12 .row [class*="col-"] {
        width: 50%;
        margin-bottom: 70px
    }

    .tecnosliderMain {
        display: flex !important;
        align-items: center;
        justify-content: center;
        justify-content: space-between;
        padding: 0 12px
    }

    .tecnosliderRight::before,
    .tecnosliderleft::before {
        background-image: url(/assets/img/assets-img/DiscoverSkew1.png);
        width: 90px;
        position: absolute;
        top: 0;
        height: 230px;
        left: 8%;
        opacity: 0.5;
        content: "";
        background-size: contain;
        background-repeat: no-repeat
    }

    .tecnosliderleft {
        background: -moz-linear-gradient(left,
                rgba(255, 255, 255, 0) 0,
                #f5f9ff 100%);
        background: -webkit-linear-gradient(left,
                rgba(255, 255, 255, 0) 0,
                #f5f9ff 100%);
        background: linear-gradient(to right,
                rgba(255, 255, 255, 0) 0,
                #f5f9ff 100%)
    }

    .tecnosliderleft .sliderRightTitle {
        justify-content: flex-end
    }

    .tecnosliderleft .sliderRightTitle .RightTitleImg {
        order: 2;
        margin-right: 0;
        margin-left: 20px
    }

    .tecnosliderleft p {
        text-align: right;
        padding: 0 0 0 40px
    }

    .tecnosliderleft .project-explore {
        text-align: right
    }

    .tecnosliderleft::before {
        background-image: url(/assets/img/assets-img/DiscoverSkew.png);
        right: 8%;
        left: auto
    }

    .slidermaintechnology .slick-next:before,
    .slidermaintechnology .slick-prev:before {
        color: #104cba !important
    }

    .slidermaintechnology .slick-next:before {
        content: "\e916" !important;
        font-family: icomoon !important
    }

    .slidermaintechnology .slick-next:before {
        content: "\e916" !important;
        font-family: icomoon !important
    }

    .slidermaintechnology .slick-prev:before {
        content: "\e916" !important;
        font-family: icomoon !important
    }

    .slidermaintechnology button.slick-prev.slick-arrow {
        transform: rotate(180deg);
        border: 1px solid #104cba;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        left: -60px
    }

    .breadcrumbHero:after {
        background-image: url(/assets/img/assets-img/DiscoverSkew.png);
        width: 100%;
        height: 100%;
        right: -25%;
        background-repeat: no-repeat
    }

    .solution-page.hero-centerLi {
        padding: 40px 60px 20px 22px
    }

    .solution-hero-img {
        width: 330px
    }

    .certificatDiv.ComplianceDiv {
        padding-top: 30px
    }

    .certificatDiv.ComplianceDiv {
        padding-top: 30px
    }

    .practice_options p {
        font-size: 12px
    }

    .ServicesDetails>.row [class*="col-"] {
        width: 100%
    }

    .benifitMainDiv>.row:nth-child(2) [class*="col-"] {
        width: 100%
    }

    .ProfitsDiv {
        justify-content: flex-start
    }

    .Profitsbox1,
    .Profitsbox2 {
        margin: 0 10px 10px 0
    }

    .ClientPic-test {
        width: 100px;
        height: auto
    }

    .playBG {
        font-size: 18px;
        right: -30px
    }

    .Peak_Arrow {
        left: 10px
    }

    .peakTitle {
        font-size: 20px
    }

    .Clientpeak {
        position: relative;
        left: -26px
    }

    .sliderPic.slider-thumb .slick-track .slick-slide.slick-current.slick-active>div img {
        width: 45px !important;
        height: 45px;
        top: -5px
    }

    .Clientquotes {
        width: 50px;
        height: 50px;
        left: 10px;
        bottom: -38px
    }

    .Clientquotes i {
        font-size: 22px;
        line-height: 45px;
        left: 14px
    }

    .SerTecPage .coseVideo iframe {
        height: 200px;
        width: 100%
    }

    .rightContactImg::after {
        background-color: transparent
    }

    .benifitPhoto {
        padding: 1rem 0
    }

    .videoDiv {
        text-align: center
    }

    .contactShare {
        padding: 20px 0 20px 0
    }

    .FrameBottomEster {
        width: 110px;
        right: 50px
    }

    .practiceMain_vector::after {
        height: 36vh
    }

    .DevelopmentTabs li {
        width: 270px
    }

    .DevelopmentTabs li a {
        padding: 24px 10px 24px 40px
    }

    .navbar .dropdown ul li {
        min-width: 140px;
        margin-bottom: 10px
    }

    .solutions-main .container {
        margin: 0 10px
    }

    .contactMainDiv {
        padding: 20px 0 60px 0
    }

    .DevelopmentTabs li a i {
        left: 13px
    }

    #dy-popup-bottom .bgExitPopup {
        width: 76%
    }

    #dy-popup-bottom .dy-popup-container .dy-popup-close {
        right: -80px;
        top: -34px
    }

    #dy-popup-bottom .bgExitPopup p {
        padding: 16px 5px 0
    }

    p.Hero_Description1 {
        font-size: 12px
    }

    .app-estimate-step .opt-pill {
        width: 180px;
        height: 105px;
        max-width: 32%;
        box-sizing: border-box;
        margin: 0 2% 10px 0
    }

    .app-estimate-step .opt-pill:nth-child(3n) {
        margin-right: 0px !important
    }

    .app-estimate-step .opt-pill img {
        max-height: 95px
    }

    .app-estimate-step .checkImg {
        height: 60px;
        align-items: center !important
    }

    .app-estimate-step .opt-pill span {
        font-size: 14px
    }
}

@media only screen and (max-width: 750px) {
    li.tec_data {
        margin: 8px !important;
        width: 85px
    }

    .slidermaintechnology button.slick-next.slick-arrow {
        border: 1px solid #104cba;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        right: -60px
    }

    .servicesPer .projectTecIcon li.tec_data img.typejs {
        filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(-150%) contrast(100%);
        -webkit-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(90%) contrast(640%);
        -moz-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(-150%) contrast(100%);
        -o-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(-150%) contrast(100%);
        -ms-filter: invert(0) sepia(93%) saturate(0) hue-rotate(284deg) brightness(-150%) contrast(100%)
    }

    .Detailswhoare .tab-links-Details {
        width: 100%
    }

    .Detailswhoare.tecTab .tabs section {
        background: #fff
    }

    .Detailswhoare .subTextCategory {
        padding: 10px 0 0 0;
        text-align: justify
    }

    .Detailswhoare .section-title {
        text-align: left;
        margin-bottom: 10px
    }

    .tab-links-Details.whoareBefore:before {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/dotdtory.png);
        background-repeat: no-repeat;
        width: 90px;
        height: 45px;
        background-size: contain;
        left: -20px;
        bottom: -20px;
        top: auto
    }

    .tab-links-Details.whoareafter:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/dotstory1.png);
        background-repeat: no-repeat;
        width: 45px;
        height: 90px;
        background-size: contain;
        right: -30px;
        top: -30px;
        bottom: auto
    }

    .tab-links-Details.whoareBefore:after,
    .tab-links-Details.whoareafter:before {
        display: none
    }

    .divSliderImg {
        min-height: 440px;
        display: flex !important;
        padding: 0 0.5rem
    }

    .divSliderImg img {
        width: 100%;
        height: 100%
    }

    .CoreValuesmain:after,
    .CoreValuesmain:before {
        display: none
    }

    .CoreValuesmain .service-box {
        background-color: #e6efff;
        min-height: 360px
    }

    .CoreValuesmain .service-box:hover {
        background-color: #104cba
    }

    .CoreValuesmain .service-box:hover .icon {
        background-color: #fff
    }

    .WeGive.Detailswhoare.tecTab .tabs section {
        background-color: transparent
    }

    .WeGive .section-title h3 {
        color: #104cba;
        font-size: 20px
    }

    .teamLeadbox {
        text-align: left;
        display: block;
        margin-bottom: 40px
    }

    .teamLeadbox img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        object-fit: cover
    }

    .teamLeadImg {
        height: 400px;
        width: 100%;
        margin-bottom: 16px
    }

    .profileDetails p {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5px;
        font-family: Kanit, sans-serif
    }

    .profileDetails span {
        color: #104cba;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px
    }

    .teamLeadbox:hover img {
        box-shadow: 0 5px 6px 0 rgb(16 76 186 / 18%)
    }

    .Allteam {
        padding: 20px 80px
    }

    .teambox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 40px
    }

    .team-groovy,
    .team-groovy-testimonial {
        display: none
    }

    .teamImg {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin-right: 16px
    }

    .teamImg img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        object-position: center top
    }

    .teamprofileDetails p {
        color: #000;
        font-size: 15px;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 5px
    }

    .teamprofileDetails span {
        color: #104cba;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px
    }

    .teamBtnDiv {
        position: relative
    }

    .teamBtnDiv::after {
        background: -moz-linear-gradient(top,
                rgba(255, 255, 255, 0) 0,
                #fff 99%,
                #fff 100%);
        background: -webkit-linear-gradient(top,
                rgba(255, 255, 255, 0) 0,
                #fff 99%,
                #fff 100%);
        background: linear-gradient(to bottom,
                rgba(255, 255, 255, 0) 0,
                #fff 99%,
                #fff 100%);
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 150px;
        content: "";
        bottom: -40px
    }

    li.tec_data small {
        width: 90px;
        font-size: 9px
    }

    .clientsliderPage {
        position: relative;
        z-index: 1
    }

    .clientsliderPage .divSliderImg {
        position: relative;
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 5px;
        cursor: pointer
    }

    .imgDivClint {
        position: relative
    }

    .clientsliderPage .imgDivClint:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgb(0 0 0 / 40%);
        width: 100%;
        height: 100%
    }

    .clientsliderPage .slick-slide {
        padding: 0.6rem
    }

    .clientsliderPage .slick-dots {
        bottom: -55px
    }

    .clientBox {
        background-color: #f5f9ff;
        border-radius: 10px 100px 10px 10px;
        position: relative
    }

    .clientprofileImg {
        position: absolute;
        left: 50%;
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 50%;
        top: -40px;
        margin-left: -50px;
        display: block;
        object-position: center top
    }

    .clientView {
        padding: 80px 30px 30px 30px
    }

    .clientBox i.icon-quotation {
        color: #104cba;
        font-size: 28px;
        text-align: left;
        padding-bottom: 10px;
        display: block
    }

    .clientBox i.icon-quotation-bottom {
        color: #104cba;
        font-size: 28px;
        text-align: right;
        padding-bottom: 10px;
        display: block
    }

    .clientBox p {
        color: #252b33;
        display: block;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: left;
        padding: 0 30px;
        line-height: 1.6em;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 120px
    }

    .clientName p.clientNameTeam {
        font-size: 22px;
        color: #104cba;
        font-weight: 700;
        margin-bottom: 0;
        font-family: Kanit, sans-serif
    }

    .clientName small {
        font-size: 18px;
        color: #252b33;
        display: block;
        line-height: normal
    }

    .clientName {
        position: relative;
        padding: 10px 10px 40px 60px
    }

    .clientName:before {
        content: "";
        position: absolute;
        background-color: #104cba;
        width: 12px;
        height: 60px;
        border-radius: 0 5px 5px 0;
        left: 0;
        top: 5px
    }

    .custom-client {
        padding: 150px 100px 40px 100px
    }

    .StartHereMain {
        display: block;
        text-align: center
    }

    .DownArowDiv {
        display: block;
        text-align: center;
        padding: 20px 0
    }

    .DownArowDiv img {
        height: 140px;
        width: 100%;
        max-width: 100%;
        max-height: 100%
    }

    .StartHerePoint {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 100px
    }

    .PointHereDetaills {
        display: flex;
        width: 40%;
        justify-content: flex-start
    }

    .pointTitle {
        display: flex;
        width: 40%;
        justify-content: flex-end;
        padding: 0 20px 0 0
    }

    .pointIconDiv {
        display: flex;
        width: 20%;
        justify-content: center;
        align-items: center
    }

    .pointTitle h2 {
        font-size: 32px;
        font-weight: 700;
        color: #252b33;
        letter-spacing: 1px;
        text-align: right;
        margin-bottom: 0
    }

    .pointTitle h2 span {
        display: block
    }

    .PointHereDetaills p {
        text-align: left;
        color: #252b33;
        font-size: 16px;
        padding: 0 0 0 20px;
        letter-spacing: 1px;
        font-weight: 600
    }

    .pointIconDiv img {
        width: 60%;
        height: 100%
    }

    .contactFormMain {
        position: relative
    }

    .bgWhiteData {
        padding: 50px;
        background-color: #fff;
        box-shadow: 0 2px 5px 2px rgb(0 0 0 / 8%);
        border-radius: 5px
    }

    .tabContact {
        display: flex;
        justify-content: space-around;
        padding-bottom: 50px
    }

    .nav-pills .show>.nav-link,
    .tabContact.nav-pills .nav-link.active {
        color: #104cba;
        background-color: transparent;
        border-radius: 0
    }

    .tabContact.nav-pills .nav-link {
        font-size: 24px;
        font-family: Spartan;
        font-weight: 600;
        color: #252b33;
        padding: 4px 0 10px 0;
        position: relative
    }

    .tabContact li i {
        font-size: 50px;
        vertical-align: text-bottom;
        margin-right: 16px;
        color: #104cba
    }

    .tabContact li {
        display: flex;
        align-items: center
    }

    .tabContact.nav-pills .nav-link.active:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 70%;
        height: 2px;
        background-color: #104cba;
        left: 0;
        border-radius: 3px
    }

    .custom-contactPRL {
        padding: 0 20px
    }

    .customWidthContact {
        width: 49%
    }

    .contactFormMain:before {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/Layer_-1.png);
        width: 160px;
        height: 47px;
        background-repeat: no-repeat;
        left: -170px;
        background-size: contain;
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        top: 80px
    }

    .contactFormMain:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/dotstory1.png);
        width: 74px;
        height: 160px;
        background-repeat: no-repeat;
        right: -100px;
        background-size: contain;
        bottom: 50px
    }

    .getBgadress {
        background-color: #f5f9ff;
        border-radius: 5px;
        padding: 4rem;
        width: 95%;
        height: 100%;
        border: 1px solid #ecf0f6
    }

    .rightSide {
        margin: 0 0 0 auto
    }

    .titleAdd {
        text-align: center;
        margin-bottom: 30px
    }

    .titleAdd small {
        color: #104cba;
        font-size: 16px;
        display: block;
        line-height: normal;
        font-weight: 700;
        margin-bottom: 5px
    }

    .titleAdd h2 {
        color: #252b33;
        font-size: 28px;
        font-weight: 700
    }

    .contactDetails ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .contactDetails ul li a {
        display: inline-block;
        align-items: center;
        padding: 8px 0
    }

    .iconContact {
        width: 26px;
        height: auto;
        margin-right: 20px
    }

    .contactDetails ul li a small {
        font-size: 20px;
        color: #252b33
    }

    .mapAdresDiv .addFoot .footerMinTitle {
        font-size: 18px !important;
        font-weight: 700;
        color: #104cba;
        text-transform: capitalize;
        padding-bottom: 12px;
        letter-spacing: normal
    }

    .addressContact p {
        color: #404040;
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 0 !important;
        font-family: Poppins, sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 0
    }

    .addressContact {
        padding: 20px 0 40px 4px;
        display: block;
        min-height: 140px
    }

    .addresDetails {
        background: -moz-linear-gradient(top,
                #f5f9ff 0,
                rgba(245, 249, 255, 0.73) 27%,
                rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top,
                #f5f9ff 0,
                rgba(245, 249, 255, 0.73) 27%,
                rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom,
                #f5f9ff 0,
                rgba(245, 249, 255, 0.73) 27%,
                rgba(255, 255, 255, 0) 100%);
        position: relative
    }

    .addresDetails {
        padding: 20px
    }

    .mapDetails {
        padding: 14px;
        background-color: #f5f9ff
    }

    .file {
        visibility: hidden;
        position: absolute
    }

    .uploadDiv input.form-control {
        width: 1%;
        height: 100%;
        display: flex;
        border: 1px dotted;
        color: #104cba;
        padding: 30px 120px;
        border-radius: 5px !important;
        flex: 1 1 auto;
        cursor: auto
    }

    .uploadDiv .input-group-prepend img {
        width: 55px;
        height: auto
    }

    .uploadDiv .input-group-prepend {
        position: absolute;
        left: 30px;
        top: 50%;
        margin-top: -15px
    }

    .uploadDiv .input-group-append {
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -24px
    }

    .uploadDiv .input-group-append .browseBtn {
        margin: 0
    }

    .positionType div {
        font-size: 15px;
        color: grey;
        padding: 5px 0
    }

    .positionType {
        position: relative;
        padding: 0 2.25rem;
        top: -22px;
        font-weight: 600
    }

    .positionType div span {
        color: #252b33
    }

    .PositionsPoint ul li {
        position: relative;
        font-size: 15px;
        font-family: Spartan;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 10px 0 10px 40px
    }

    .PositionsPoint ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    .PositionsPoint ul li:before {
        content: "";
        position: absolute;
        border: 1px solid #104cba;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        left: 0;
        top: 14px;
        background-color: #104cba
    }

    .applyContact .applyTitle {
        color: #104cba;
        font-size: 16px;
        font-weight: 600
    }

    .applyContact ul li:after,
    .applyContact ul li:before {
        display: none
    }

    .applyContact ul li {
        padding: 6px 0
    }

    .applyDiv {
        display: flex;
        justify-content: space-between;
        padding: 50px 0 10px 0;
        align-items: center
    }

    .applyContact ul li a {
        font-size: 14px;
        color: #252b33;
        display: flex;
        align-items: center
    }

    .applyContact ul li a i {
        color: #104cba;
        margin-right: 16px;
        font-size: 18px
    }

    .ApplyBtn .project-explore,
    .ApplyBtn .project-explore a {
        margin: 0
    }

    .EnhancingBg.CoreFeatures:before {
        background-size: contain;
        bottom: auto
    }

    .shadowBottom {
        position: relative
    }

    .shadowBottom:after {
        content: "";
        position: absolute;
        background-image: url(/assets/img/assets-img/coreskew.png);
        width: 500px;
        height: 240px;
        bottom: 0;
        left: 140px;
        background-size: cover
    }

    .CoreFeatures .service-box p {
        margin-bottom: 0
    }

    .CoreFeatures .service-box {
        margin-bottom: 80px
    }

    .ProcessHRmain {
        position: relative;
        z-index: 1
    }

    .ProcessHRmain .ProcessMainDiv h3,
    .ProcessHRmain .ProcessMainDiv i,
    .ProcessHRmain .ProcessMainDiv p,
    .ProcessHRmain .section-title h2,
    .ProcessHRmain .section-title small {
        color: #fff
    }

    .ProcessHRmain .ProcessMainDiv i {
        font-size: 50px
    }

    .ProcessHRmain .ProcessMainDiv:after {
        right: -120px
    }

    .ProcessHRmain [class*="col-"]:last-child .ProcessMainDiv:after {
        display: none
    }

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

    .CoreValue:after,
    .CoreValue:before,
    .WhyJoin::before,
    .WhyJoin:after {
        display: none
    }

    .valueBoxMain {
        position: relative;
        z-index: 1;
        padding-right: 80px
    }

    .valueBox {
        background-color: #fff;
        padding: 2rem;
        border-radius: 5px;
        margin-bottom: 20px
    }

    .valueBox h3 {
        font-size: 18px;
        color: #252b33;
        font-weight: 700;
        letter-spacing: normal
    }

    .valueBox p {
        font-size: 14px;
        color: #404040;
        letter-spacing: 1px;
        font-weight: 600;
        margin-bottom: 0
    }

    .valueImg-one {
        display: flex
    }

    .valueImgImg {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover;
        object-position: center center
    }

    .valueImgCenter.imgTeamView {
        height: 210px;
        width: 100%
    }

    .valueImgMid.imgTeamView {
        height: 350px;
        width: 100%
    }

    .valueImgRight.imgTeamView {
        height: 95px
    }

    .imagesTeamDiv {
        position: relative;
        height: 470px
    }

    .TeamPhotoMain img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .TeamDivTitle {
        text-align: center;
        padding: 14px 10px;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0
    }

    .TeamDivTitle h3 {
        color: #fff;
        margin: 0;
        font-size: 20px
    }

    .ApproachSimple .slick-dots {
        bottom: -65px
    }

    .WhyJoin .orderChange1 {
        order: 2
    }

    .WhyJoin .orderChange2 {
        order: 1
    }

    .WhyJoin .valueBoxMain {
        padding-right: 80px
    }

    .whyGroovyActive .whyJoinAdd {
        overflow: auto;
        max-height: 800px;
        min-height: 600px;
        appearance: none !important
    }

    .whyGroovyActive .whyJoinAdd::-webkit-scrollbar {
        display: none
    }

    .blogerImg img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        position: absolute;
        top: 0;
        object-fit: cover
    }

    .blogerImg {
        padding-top: 57%;
        position: relative
    }

    .profileBlog {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center center;
        margin-right: 20px
    }

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

    .blogerName h3 {
        font-size: 20px;
        color: #104cba;
        margin: 0;
        line-height: normal;
        font-weight: 600
    }

    .blogerName small {
        display: block;
        line-height: normal;
        color: #252b33;
        font-size: 14px
    }

    .blogerprofileDetail {
        display: block;
        padding: 50px 0
    }

    .blogerprofileDetail h2 {
        font-size: 32px;
        letter-spacing: 1px;
        font-weight: 700;
        line-height: 45px;
        color: #252b33;
        margin-bottom: 0
    }

    .blogerprofileDetail p {
        font-size: 18px;
        color: #404040;
        font-weight: 600;
        text-align: justify;
        margin: 0;
        padding: 30px 0 0 0;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 160px;
        margin: 0 auto;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .blogerDetail {
        display: block;
        padding: 0 40px 0 0
    }

    .blogBoxTime p {
        color: #6a6a6a;
        font-size: 16px;
        letter-spacing: 1px;
        margin: 0;
        font-weight: 600
    }

    .blogBoxTime p span {
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #6a6a6a;
        line-height: normal;
        vertical-align: middle
    }

    .changeBlogView1 .blogorder1 {
        order: 2
    }

    .changeBlogView1 .blogorder2 {
        order: 1
    }

    .changeBlogView1 .blogorder1 .blogerDetail {
        padding: 0 0 0 40px
    }

    .blogCard2 .blogerImg {
        padding-top: 50%
    }

    .blogCard2 .blogerDetail {
        padding: 30px 20px 0 0
    }

    .blogCard2 .blogerName h3 {
        font-size: 18px
    }

    .blogCard2 .profileBlog {
        width: 45px;
        height: 45px
    }

    .blogCard2 .blogerprofileDetail {
        padding: 20px 0
    }

    .blogCard2 .blogerprofileDetail h2 {
        font-size: 28px
    }

    .blogCard2 .blogerprofileDetail p {
        font-size: 18px;
        padding: 20px 0 0 0;
        height: 130px;
        -webkit-line-clamp: 4
    }

    .blogCard3 .blogerDetail {
        padding: 20px 0 0 0
    }

    .blogCard3 .profileBlog {
        width: 40px;
        height: 40px
    }

    .blogCard3 .blogerName h3 {
        font-size: 16px
    }

    .blogCard3 .blogerName small {
        font-size: 13px
    }

    .blogCard3 .blogerprofileDetail h2 {
        font-size: 24px;
        line-height: 34px
    }

    .blogCard3 .blogerprofileDetail {
        padding: 30px 0
    }

    .blogCard3 .blogerprofileDetail p {
        font-size: 16px;
        padding: 20px 0 0 0;
        height: 100px;
        -webkit-line-clamp: 3
    }

    .detailsBlog {
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1;
        position: relative
    }

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

    .SocialShareBlog ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
        align-items: center
    }

    .SocialShareBlog ul li a {
        font-size: 24px;
        display: inline-block;
        padding: 5px;
        line-height: normal
    }

    .SocialShareBlog ul li {
        display: inline-block
    }

    .SocialShareBlog span {
        display: inherit;
        line-height: normal;
        font-size: 16px;
        margin-right: 10px
    }

    .PrivacyDiv h2,
    .blogDiv h2 {
        color: #104cba;
        font-size: 30px;
        letter-spacing: 1px;
        font-weight: 700;
        line-height: 45px;
        margin-bottom: 20px
    }

    .PrivacyDiv p,
    .blogDiv p {
        color: #404040;
        font-size: 18px;
        letter-spacing: 1px;
        line-height: normal;
        text-align: justify
    }

    .blogDiv p a {
        text-decoration: underline;
        color: #000
    }

    .blogerbigImg img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover;
        object-position: center
    }

    .blogerbigImg {
        height: 450px;
        width: 100%
    }

    .blogPostDiv {
        background-color: #f5f9ff;
        width: 100%;
        padding: 100px 10px;
        position: relative
    }

    .blogerDetail {
        padding: 0
    }

    .blogPostDiv .profileBlog {
        width: 40px;
        height: 40px
    }

    .blogPostDiv .blogerName h3 {
        font-size: 16px
    }

    .blogPostDiv .blogerName small {
        font-size: 12px
    }

    .blogPostDiv .blogerprofileDetail h2 {
        font-size: 18px;
        line-height: 26px
    }

    .blogPostDiv .blogerprofileDetail {
        padding: 20px 0
    }

    .blogPostDiv .blogerprofileDetail p {
        font-size: 14px;
        padding: 10px 0 0 0;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        height: 80px;
        -webkit-line-clamp: 3
    }

    .blogPostDiv .blogBoxTime p {
        font-size: 13px
    }

    .blogPostDiv .blogerImg {
        padding-top: 95%;
        position: relative
    }

    .detailsLineTop {
        position: relative
    }

    .detailsLineTop:before {
        content: "";
        position: absolute;
        top: 18px;
        width: 50%;
        height: 5px;
        background-color: #104cba;
        border-radius: 10px;
        left: 0
    }

    .PrivacyDiv strong {
        font-size: 18px;
        margin-bottom: 12px;
        display: block;
        letter-spacing: 1px;
        color: #104cba
    }

    .PrivacyDiv ul li {
        position: relative;
        font-size: 18px;
        letter-spacing: 1px;
        color: #404040;
        padding: 3px 0 3px 28px
    }

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

    .PrivacyDiv ul li:before {
        content: "";
        position: absolute;
        background-color: #104cba;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 10px;
        left: 0
    }

    .PrivacyDiv p a {
        color: #104cba
    }

    section.Padding-custom.pt-90 {
        padding-top: 0
    }

    section.Padding-custom.blogTop-100 {
        padding-top: 100px
    }

    #video-popup-container {
        display: none;
        position: fixed;
        z-index: 996;
        width: 60%;
        left: 50%;
        margin-left: -30%;
        top: 0;
        background-color: #fff
    }

    #video-popup-close {
        cursor: pointer;
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: 998;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        text-align: center;
        font-size: 12px;
        background-color: #000;
        line-height: 25px;
        color: #fff;
        opacity: 1
    }

    #video-popup-iframe-container {
        position: absolute;
        z-index: 997;
        width: 100%;
        padding-bottom: 56.25%;
        border: 2px solid #000;
        border-radius: 2px;
        background-color: #000
    }

    #video-popup-iframe {
        z-index: 999;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #000
    }

    #video-popup-overlay {
        display: none;
        position: fixed;
        z-index: 995;
        top: 0;
        background-color: #000;
        opacity: 0.8;
        width: 100%;
        height: 100%
    }

    #video-popup-close:hover {
        color: #de0023
    }

    input.form-control.effect-2.contact-number.error,
    input.form-control.effect-2.std-number.error {
        border-bottom: 1px solid red
    }

    .testimonial-model {
        display: none
    }

    .callHero {
        top: 40%;
        bottom: auto;
        width: 70%;
        right: -70%
    }

    .loaderOne {
        display: block;
        position: fixed;
        z-index: 11111;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #104cba;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .loaderOne ul li img {
        width: 300px;
        height: auto
    }

    .loaderOne ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        color: #fff
    }

    .loaderOne ul li {
        list-style: none;
        display: inline-block;
        font-size: 50px;
        text-transform: uppercase;
        margin: 0 10px;
        font-family: Kanit, sans-serif;
        animation: animate 2.5s infinite linear
    }

    .loaderOne ul li:nth-of-type(1) {
        animation-delay: 1s
    }

    .loaderOne ul li:nth-of-type(2) {
        animation-delay: 0.2s
    }

    .custom-client .col-md-12 .row [class*="col-"],
    .prl-custom-client .col-md-12 .row [class*="col-"] {
        width: 100%
    }

    .loaderOne ul li:nth-of-type(3) {
        animation-delay: 0.4s
    }

    .loaderOne ul li:nth-of-type(4) {
        animation-delay: 0.6s
    }

    .loaderOne ul li:nth-of-type(5) {
        animation-delay: 0.8s
    }

    .loaderOne ul li:nth-of-type(6) {
        animation-delay: 1s
    }

    .loaderOne ul li:nth-of-type(7) {
        animation-delay: 1.2s
    }

    @keyframes animate {
        0% {
            filter: blur(0)
        }

        50% {
            filter: blur(0)
        }

        100% {
            filter: blur(40px)
        }
    }

    @keyframes anim-loading-pill {
        to {
            transform: scale(0.5);
            opacity: 0.9
        }
    }

    .loading {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding-top: 30px
    }

    .loading .loading__pill {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 50%;
        animation: anim-loading-pill 1s ease-in infinite alternate
    }

    .loading .loading__pill:nth-last-child(1) {
        animation-delay: -0.3333333333s
    }

    .loading .loading__pill:nth-last-child(2) {
        animation-delay: -0.6666666667s
    }

    .loading .loading__pill:nth-last-child(3) {
        animation-delay: -1s
    }

    .loading .loading__pill:not(:last-child) {
        margin-right: 15px
    }

    @media only screen and (max-width: 1599px) {
        .hero.Gred-blue small {
            font-size: 18px
        }

        .img-fluid {
            width: 80%
        }

        .heroVectorImg {
            left: 20px
        }

        img.img-fluid-shap {
            top: -40px;
            right: -70px
        }

        .section-title small {
            font-size: 18px
        }

        .bringDetails p.counter-num,
        .groovyDetails h4,
        .section-title h1,
        .section-title h2,
        .section-title h3,
        .section-title h4,
        .section-title h5,
        .section-title p.Contact-Title {
            font-size: 35px
        }

        .bringDetails span {
            font-size: 14px
        }

        .lifeGroovy p {
            font-size: 16px
        }

        .servicesDiv {
            padding: 40px 10px 20px 6%
        }

        .SolutionsDiv {
            padding: 40px 10px 20px 8%
        }

        .whyGroovyMenu.servicesDiv {
            padding: 40px 10px 49px 80px
        }

        .whyGroovyMenu ul.dropdown-menu-sub li a {
            padding: 8px 16px 8px 45px
        }

        .CompanyDiv {
            padding: 0 10px 0 3%
        }

        .CompanyDivMenu {
            flex: 0 0 50%
        }

        .TechnologyDiv,
        .servicesDiv {
            flex: 0 0 28%
        }

        .swiper-slide {
            padding: 4em 0 9em 0
        }

        .navbar .dropdown ul a {
            padding: 8px 20px;
            font-size: 14px
        }

        .BadgesDiv.onDemand {
            flex: 0 0 32%;
            min-height: 432px;
            padding: 40px 10px 20px 20px
        }

        .flexRowMenu ul.dropdown-menu-sub {
            padding-right: 30px
        }

        .navbar .dropdown ul a {
            padding: 8px 16px;
            font-size: 14px
        }

        .hero .btn-get-started span,
        .navbar .getstarted {
            font-size: 14px
        }

        .Heroskew::after {
            border-bottom: 790px solid #fff;
            border-left: 440px solid transparent
        }

        .breadcrumbHero {
            padding: 110px 0 10px 0
        }

        .mouseDiv {
            padding: 40px 0 20px 0
        }

        .Padding-custom.custom-work {
            padding-top: 80px
        }

        .titleTechnologys {
            font-size: 16px !important
        }

        .TechnologysDivHero ul li {
            font-size: 16px
        }

        .projectDetails {
            font-size: 16px
        }

        .DurationBox h3 {
            font-size: 20px
        }

        .DurationBox i {
            font-size: 50px
        }

        .EnhancingBg:before {
            width: 100px;
            background-size: contain
        }

        .Enhancingtitle h3 {
            font-size: 22px
        }

        .Enhancingtitle i {
            font-size: 42px
        }

        .EnhancingDetails p {
            font-size: 16px
        }

        .OtherFeaturesTitle h3 {
            font-size: 18px
        }

        .OtherFeaturesTitle p {
            font-size: 16px
        }

        .TestimonialsMain {
            padding: 20px 130px 80px 130px
        }

        .imgDivclint {
            width: 320px;
            height: 320px
        }

        .element {
            height: 450px
        }

        .servicesPer.servicesPerLeft {
            padding: 0 50px 0 20px
        }

        .servicesPer {
            padding: 0 20px 0 50px
        }

        .TitleHero h1 {
            font-size: 40px
        }

        .navbar .dropdown ul li {
            min-width: 100%;
            margin-bottom: 10px
        }
    }

    @media only screen and (max-width: 1499px) {
        #dy-popup-bottom.makar-sankranti .exitOffers-img {
            width: auto
        }

        .heroHome-slider .swiper-slide {
            padding: 5em 0 6em 0
        }

        .Heroskew .swiper-pagination {
            right: 180px
        }

        .callHero a {
            font-size: 18px
        }

        .swiper-slide {
            padding: 5em 0 7em 0
        }

        .SolutionsDiv,
        .servicesDiv {
            padding: 40px 10px 20px 3%
        }

        .SolutionsDiv p.MegaSubTitle,
        .TechnologyDiv p.MegaSubTitle,
        .servicesDiv p.MegaSubTitle {
            padding: 0 0 0 22px
        }

        .BadgesDiv p.MegaSubTitle {
            padding: 0 0 0 10px
        }

        .navbar .dropdown ul a {
            padding: 8px 10px;
            font-size: 13px
        }

        .badgeslab p.badgeslabTitle {
            font-size: 12px
        }

        .badgeslab p {
            font-size: 12px;
            padding: 0 50px 0 0
        }

        .BadgesDiv {
            flex: 0 0 25%;
            min-height: 540px
        }

        .TechnologyDiv,
        .servicesDiv {
            flex: 0 0 28%;
            min-height: 540px
        }

        .BadgesDiv.onDemand {
            min-height: 414px
        }

        .CompanyDiv {
            padding: 0 0 0 3% !important
        }

        .hireMain {
            padding: 30px 30px 20px 30px
        }

        .BadgesDiv.AdvBadges {
            min-height: 100%
        }

        .AddDiv {
            min-height: 100%
        }

        .tecIconRound {
            width: 55px;
            height: 55px
        }

        li.tec_data img {
            width: 40px;
            height: 40px
        }

        li.tec_data small {
            font-size: 12px;
            width: 150px
        }

        .bringDetails p.counter-num,
        .groovyDetails h4,
        .section-title h1,
        .section-title h2,
        .section-title h3,
        .section-title h4,
        .section-title h5,
        .section-title p.Contact-Title {
            font-size: 30px
        }

        .projectName p {
            font-size: 24px !important
        }

        .projectNamelogo img {
            width: 68px;
            height: 68px
        }

        .project-content p {
            font-size: 14px
        }

        .custom-btn {
            font-size: 14px
        }

        .benefityData h5 {
            font-size: 28px
        }

        .benefityData p {
            font-size: 14px
        }

        .benefityDatapoint ul li {
            font-size: 12px
        }

        .befifityListDiv {
            width: 170px;
            min-height: 160px
        }

        .imgDivclint {
            width: 300px;
            height: 300px
        }

        .playIconClint img.playClint {
            width: 55px;
            height: 55px
        }

        .element {
            height: 430px
        }

        .TestimonialsMain {
            padding: 20px 100px 50px 100px
        }

        .leftDataclint:before {
            top: 35px
        }

        .quotationTop,
        .quotationbottom {
            font-size: 50px
        }

        .leftDataclint p {
            font-size: 16px
        }

        .clintnameDiv p {
            font-size: 18px
        }

        .clintnameDiv small {
            font-size: 14px
        }

        .TestimonialsMainData:after {
            width: 410px;
            height: 180px;
            right: 20px
        }

        .contactTitle .anyTimeTitle {
            font-size: 22px
        }

        .contactTitle p {
            font-size: 14px
        }

        .InquiriesDetails p {
            font-size: 16px
        }

        .mailIcon {
            width: 44px;
            height: 44px
        }

        .footer .footer-top .footer-info .logo img {
            max-height: 50px
        }

        .footer .footer-top .footer-info p {
            font-size: 14px;
            padding: 0 68px 0 0
        }

        .footer .footer-top p.footerMinTitle {
            font-size: 16px;
            padding-bottom: 10px
        }

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

        .footer .footer-top .footer-links ul li {
            padding: 8px 0
        }

        .iconAdd i {
            font-size: 40px
        }

        .footer .footer-top p.footerMinTitle {
            font-size: 14px
        }

        .addFoot p {
            font-size: 13px !important
        }

        .footer .copyright {
            font-size: 14px
        }

        .Padding-custom {
            padding: 70px 0 30px 0
        }

        .project-div {
            padding: 70px 10px
        }

        .section-title {
            margin-bottom: 30px
        }

        .paddingPBfit {
            padding: 50px 0 20px 0
        }

        .ListDivbefi i {
            font-size: 45px
        }

        .ListDivbefi small {
            font-size: 12px
        }

        .leftDataclint {
            padding: 120px 60px 20px 140px
        }

        .ContactFormMain p.contactSendtitel {
            font-size: 26px
        }

        .LeftDot:after {
            bottom: -50px;
            right: 130px
        }

        .rightDot:after {
            bottom: -50px;
            left: 90px
        }

        .bringDetails p.counter-num span {
            font-size: 30px
        }

        .benefityDatapoint p {
            font-size: 16px !important
        }

        .projectImgDiv {
            width: 90%;
            margin: 0 auto
        }

        .projectImgDiv:before {
            width: 167px;
            height: 258px;
            left: -60px;
            background-size: contain
        }

        .EnhancingBg:before {
            width: 100px;
            background-size: contain;
            top: 16px
        }

        .StackBox .TechnologyIcon {
            width: 45px
        }

        .StackBox span {
            font-size: 16px
        }

        .projectTitle img {
            width: 90px
        }

        .bringDetails p.counter-num,
        .groovyDetails h4,
        .section-title h1,
        .section-title h2,
        .section-title h3,
        .section-title h4,
        .section-title h5,
        .section-title p.Contact-Title {
            font-size: 24px
        }

        .StackBox {
            width: 190px
        }

        .Heroskew::after {
            border-bottom: 680px solid #fff;
            border-left: 420px solid transparent
        }

        .servicesConRight h2 {
            font-size: 22px
        }

        .servicesSub-Text {
            font-size: 14px
        }

        .projectTecIcon {
            padding: 20px 0 20px 0
        }

        .servicesPer.servicesPerLeft {
            padding: 0 40px 0 20px
        }

        .servicesPer {
            padding: 0 20px 0 40px
        }

        .servicesPer li.tec_data small {
            font-size: 9px
        }

        .befityBox .benifityTitle {
            font-size: 18px
        }

        .befityBox p {
            font-size: 14px
        }

        .befityBox {
            min-height: 160px
        }

        .service-box {
            padding: 30px 30px
        }

        .compantLogos img {
            width: 130px
        }

        .LanguagesText .LanguageTextSub,
        .Languagesname .LanguageTextSub {
            font-size: 14px
        }

        .hiringTitle h5 {
            font-size: 26px
        }

        .hiringright small {
            font-size: 14px
        }

        .hiringright small {
            font-size: 14px
        }

        .hiringright .bringDetails p.counter-num span {
            font-size: 26px
        }

        .hiringright .bringDetails span {
            font-size: 12px
        }

        .EnhancingBg .section-title span,
        .subLine {
            font-size: 16px
        }

        .colsFaq .accordion-button {
            font-size: 1rem
        }

        .accordion-body p {
            font-size: 14px
        }

        .sliderRightTitle h3 {
            font-size: 22px
        }

        .TechnologyStack.WorkedWith .StackBox a i {
            font-size: 40px
        }

        .WorkedWithSection .StackBox span {
            font-size: 13px
        }

        .tecTab .tecIconRound {
            width: 45px;
            height: 45px
        }

        .tecTab ul.tab-links li img {
            width: 35px;
            height: 35px
        }

        .subTextCategory p {
            font-size: 16px
        }

        .titleTabTac {
            padding: 12px 20px 12px 20px
        }

        .titleTabTac img {
            width: 25px
        }

        .titleTabTac .activeTecno {
            font-size: 18px
        }

        .subTextCategory {
            padding: 90px 0 0 0
        }

        .Prl_custom {
            padding-right: 100px;
            padding-left: 100px
        }

        .slidermaintechnology {
            padding: 0 80px
        }

        .slidermaintechnology button.slick-prev.slick-arrow {
            left: 0
        }

        .slidermaintechnology button.slick-next.slick-arrow {
            right: 0
        }

        .tecnosliderRight p,
        .tecnosliderleft p {
            font-size: 14px
        }

        .teamBtnDiv::after {
            bottom: -60px
        }

        .TitleHero h1 {
            font-size: 35px
        }

        .TitleHero p.technicallySub {
            font-size: 15px
        }

        .divSliderImg {
            min-height: 100%
        }

        .service-box p.service-box-title {
            font-size: 16px
        }

        .service-box p {
            font-size: 14px
        }

        .teamLeadImg {
            height: 340px
        }

        .profileDetails p {
            font-size: 16px
        }

        .profileDetails span {
            font-size: 14px
        }

        .callHero {
            top: 250px
        }

        .callHero .fixedCall a.callIcon {
            padding: 10px 10px 10px 20px;
            font-size: 17px;
            width: 100px
        }

        .fixedCallBox .titleAdd p {
            font-size: 16px
        }

        .fixedCallBox .getBgadress {
            padding: 1.5rem 1rem
        }

        .fixedCallBox .contactDetails li a {
            padding: 10px 20px 10px 20px;
            font-size: 18px
        }

        .whyGroovyMenu.servicesDiv {
            padding: 40px 10px 46px 50px
        }

        .whyGroovyMenu ul.dropdown-menu-sub li:before {
            left: 12px;
            top: 12px
        }

        .CompanyDivMenu {
            flex: 0 0 50%
        }

        .prl-custom-client {
            padding: 100px 50px 50px
        }

        .clientprofileImg {
            width: 60px;
            height: 60px
        }

        .clientView {
            padding: 70px 20px 30px 20px
        }

        .clientBox p {
            font-size: 13px;
            padding: 0 20px;
            line-height: 1.6em;
            height: 140px
        }

        .clientBox i.icon-quotation,
        .clientBox i.icon-quotation-bottom {
            font-size: 24px
        }

        .clientName p.clientNameTeam {
            font-size: 18px
        }

        .clientName small {
            font-size: 15px
        }

        .pointTitle {
            padding: 0 40px 0 0
        }

        .titleAdd h2 {
            font-size: 24px
        }

        .contactDetails ul li a small {
            font-size: 18px
        }

        .iconContact {
            width: 22px;
            margin-right: 16px
        }

        .mapAdresDiv .addFoot .footerMinTitle {
            font-size: 16px !important
        }

        .addressContact p {
            font-size: 13px !important;
            line-height: 18px !important
        }

        .valueBox h3 {
            font-size: 16px
        }

        .valueBox p {
            font-size: 13px
        }

        .valueImgCenter.imgTeamView {
            height: 205px
        }

        .valueImgRight.imgTeamView {
            height: 92px
        }

        .blogerprofileDetail h2 {
            font-size: 28px;
            line-height: 40px
        }

        .blogerprofileDetail p {
            font-size: 16px;
            height: 150px
        }

        .blogCard2 .blogerprofileDetail h2 {
            font-size: 24px;
            line-height: 35px
        }

        .blogCard2 .blogerprofileDetail p {
            font-size: 16px;
            height: 120px
        }

        .blogCard3 .blogerprofileDetail h2 {
            font-size: 20px;
            line-height: 30px
        }

        .blogCard3 .blogerprofileDetail p {
            font-size: 15px;
            height: 95px
        }

        .blogdetailsPre {
            padding-right: 100px;
            padding-left: 100px
        }

        .detailsBlog {
            padding: 0 20px
        }

        .PrivacyDiv h2,
        .blogDiv h2 {
            font-size: 26px
        }

        .PrivacyDiv p,
        .blogDiv p {
            font-size: 16px
        }

        .PrivacyDiv ul li {
            font-size: 16px
        }
    }

    @media only screen and (max-width: 1399px) {
        .ContactFormMain:after {
            right: -80px;
            bottom: -40px;
            width: 190px;
            height: 126px
        }

        .Heroskew .swiper-pagination {
            right: 160px
        }

        li.tec_data small {
            width: 130px
        }

        .projectNameDiv {
            margin-bottom: 30px
        }

        .bringDetails span {
            font-size: 12px
        }

        .lifeGroovy p {
            font-size: 14px
        }

        .callHero a {
            font-size: 16px;
            padding: 10px 16px 10px 16px
        }

        .accordion-body p {
            font-size: 14px
        }

        .accordion-button {
            font-size: 1rem
        }

        .BadgesDiv {
            padding: 40px 10px 20px 20px
        }

        .badgeslab p {
            font-size: 10px;
            padding: 0 70px 0 0
        }

        .badgeslab p.badgeslabTitle {
            font-size: 11px
        }

        .heroHome-slider .swiper-slide {
            padding: 7em 0 6em 0
        }

        .hero .HeroH2,
        .hero h1 {
            font-size: 35px
        }

        .hero.Gred-blue small {
            font-size: 16px
        }

        .hero .Hero_Description {
            font-size: 13px
        }

        .bringDetails p.counter-num,
        .groovyDetails h4,
        .section-title h1,
        .section-title h2,
        .section-title h3,
        .section-title h4,
        .section-title h5,
        .section-title p.Contact-Title {
            font-size: 26px
        }

        .section-title small {
            font-size: 16px
        }

        .tecIconRound,
        li.tec_data img {
            width: 40px;
            height: 40px
        }

        .tecIconRound {
            padding: 6px
        }

        .projectTecIcon {
            padding: 20px 0 20px 0
        }

        .projectNamelogo img {
            width: 60px;
            height: 60px
        }

        .projectName p {
            font-size: 22px
        }

        .project-content p {
            font-size: 13px
        }

        .projectTec p {
            font-size: 20px
        }

        .project-content {
            margin-bottom: 50px
        }

        .logoTec img {
            height: 35px
        }

        .benefityData h5 {
            font-size: 24px
        }

        .benefityData p {
            font-size: 13px
        }

        .benefityDatapoint .benefityDatTag {
            font-size: 18px
        }

        .befifityListDiv {
            width: 155px;
            min-height: 160px
        }

        .LeftDot:after {
            right: 100px
        }

        .contactMainDiv {
            padding: 30px 0 80px 0
        }

        .BadgesDiv p.MegaSubTitle,
        .SolutionsDiv p.MegaSubTitle,
        .TechnologyDiv p.MegaSubTitle,
        .servicesDiv p.MegaSubTitle {
            font-size: 14px
        }

        .navbar .dropdown ul a {
            padding: 6px 10px;
            font-size: 12px
        }

        .flexRowMenu ul.dropdown-menu-sub {
            padding-right: 10px
        }

        .BadgesEx {
            font-size: 8px;
            line-height: 6px
        }

        .TechnologyDiv,
        .servicesDiv {
            min-height: 450px;
            padding: 40px 10px 14px 6%
        }

        .BadgesDiv {
            min-height: 450px
        }

        .header .logo img {
            width: 50%
        }

        .hero .btn-get-started span,
        .navbar .getstarted {
            font-size: 13px
        }

        .navbar a {
            padding: 25px 0 25px 35px
        }

        .iconAdd i {
            font-size: 35px
        }

        .addFoot small {
            font-size: 12px
        }

        .footer .footer-top p.footerMinTitle {
            font-size: 13px
        }

        .addFoot p {
            font-size: 12px !important
        }

        .footer .footer-top .footer-links ul a {
            font-size: 13px
        }

        .footer .footer-top .footer-links ul li {
            padding: 7px 0
        }

        .footer .footer-top .footer-info p {
            font-size: 13px;
            padding: 0 50px 0 0
        }

        .footer .footer-top .footer-info .logo img {
            max-height: 45px
        }

        .footer .copyright {
            font-size: 13px
        }

        .container-copy {
            padding: 20px 0
        }

        .projectDuration {
            padding: 80px 40px
        }

        section.Padding-custom.pt-90.pb-50 {
            padding-top: 80px
        }

        .TitleHero h1 {
            font-size: 40px
        }

        .servicesSub-Text {
            font-size: 13px
        }

        .servicesConRight h2 {
            font-size: 20px
        }

        .servicesTec img {
            width: 90%
        }

        .servicesPer {
            padding: 0 20px 0 20px
        }

        .servicesPer.servicesPerLeft {
            padding: 0 20px 0 20px
        }

        .servicesPer li.tec_data small {
            font-size: 9px
        }

        .TechnologyStack.WorkedWith .StackBox a i {
            font-size: 35px
        }

        .WorkedWithSection .StackBox span {
            font-size: 12px
        }

        .TitleHero h1 {
            font-size: 30px
        }

        .TitleHero p.technicallySub {
            font-size: 14px
        }

        .EnhancingBg .section-title span,
        .subLine {
            font-size: 14px
        }

        .AppDevBox p {
            font-size: 13px;
            height: 140px
        }

        .AppDevBox h3 {
            font-size: 18px;
            min-height: 30px
        }

        .service-box p.service-box-title {
            font-size: 16px
        }

        .service-box p {
            font-size: 13px
        }

        .CompanyDiv {
            padding: 0 0 0 3% !important
        }

        .hireOption span {
            padding: 4px 10px 4px 20px;
            font-size: 14px
        }

        .hireOption span:before {
            width: 7px;
            height: 7px
        }

        .BadgesDiv.AdvBadges .read-btn-more,
        .BadgesDiv.AdvBadges .read-more {
            margin-top: 20px
        }

        .valueBox p {
            font-size: 12px
        }

        .TeamDivTitle h3 {
            font-size: 16px
        }

        .whyGroovyMenu.servicesDiv {
            padding: 40px 10px 22px 70px
        }
    }

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

        .TechnologyDiv,
        .servicesDiv {
            padding: 40px 10px 14px 1%
        }

        .TechnologyDiv,
        .servicesDiv {
            flex: 0 0 24%
        }

        .badgeslab {
            padding-bottom: 14px
        }

        .accordion-body p {
            font-size: 13px
        }

        .heroSubText {
            font-size: 14px
        }

        .OtherFeaturesTitle h3 {
            font-size: 16px
        }

        .OtherFeaturesTitle p {
            font-size: 14px
        }

        .ProcessMainDiv p {
            font-size: 12px;
            height: 60px
        }

        .ProcessMainDiv .SimpleTitle {
            font-size: 18px
        }

        .ProcessMainDiv i {
            font-size: 30px
        }

        .projectDetails {
            font-size: 14px
        }

        .Enhancingtitle h3 {
            font-size: 20px
        }

        .EnhancingDetails p {
            font-size: 14px
        }

        .otherSection {
            padding-right: 20px;
            padding-left: 20px
        }

        .heroHome-slider .swiper-slide {
            padding: 6em 0 10em 0
        }

        .back-to-top.active {
            bottom: 70px
        }

        .service-box .icon {
            width: 60px;
            height: 60px;
            font-size: 26px;
            top: -30px;
            right: 20px
        }

        .titleTabTac .activeTecno {
            font-size: 16px
        }

        .tab-links-Details:before {
            width: 80px;
            height: 80px
        }

        .tab-links-Details:after {
            width: 85px;
            height: 94px
        }

        .technologyvector .VectorImgborder {
            width: 100%
        }

        .slidermaintechnology {
            padding: 0 50px
        }

        .badgeslab p {
            padding: 0 30px 0 0
        }

        .prl-custom-client {
            padding: 100px 10px 50px
        }

        .clientBox p {
            font-size: 12px;
            height: 130px
        }

        .clientName p.clientNameTeam {
            font-size: 16px
        }

        .clientName small {
            font-size: 13px
        }

        .clientBox i.icon-quotation,
        .clientBox i.icon-quotation-bottom {
            font-size: 20px
        }

        .clientName {
            padding: 10px 10px 40px 40px
        }

        .clientName:before {
            height: 50px;
            top: 2px
        }

        .valueBoxMain {
            padding-right: 50px
        }

        .WhyJoin .valueBoxMain {
            padding-right: 50px
        }

        .blogdetailsPre {
            padding-right: 60px;
            padding-left: 60px
        }

        .blogPostDiv .blogerprofileDetail h2 {
            font-size: 16px;
            line-height: 20px
        }

        .blogPostDiv .blogerprofileDetail p {
            font-size: 13px
        }
    }

    @media only screen and (max-width: 1199px) {
        .mapAdresDiv .addFoot .footerMinTitle {
            font-size: 14px !important
        }

        .addressContact p {
            font-size: 11px !important
        }

        .header .logo img {
            max-height: 40px
        }

        .navbar a {
            padding: 24px 0 30px 30px;
            font-size: 14px
        }

        .navbar .getstarted {
            padding: 14px 22px 12px 22px
        }

        .Heroskew::after {
            border-bottom: 710px solid #fff;
            border-left: 410px solid transparent
        }

        .hero .HeroH2,
        .hero h1 {
            font-size: 32px
        }

        .TestimonialsMain {
            padding: 20px 50px 50px 50px
        }

        .leftDataclint {
            padding: 120px 60px 20px 90px
        }

        .quotationTop {
            left: 40px
        }

        .contactTitle p {
            font-size: 12px
        }

        .contactTitle .anyTimeTitle {
            font-size: 20px
        }

        .contactShare {
            padding: 60px 0 140px 0
        }

        .InquiriesDetails p {
            font-size: 14px
        }

        .mailIcon {
            width: 35px;
            height: 35px;
            font-size: 18px
        }

        .rightContactImg {
            padding: 60px 20px 30px 20px
        }

        .ContactFormMain p.contactSendtitel {
            font-size: 24px
        }

        .ContactFormMain:before {
            right: -20px;
            width: 130px
        }

        .SolutionsDiv,
        .servicesDiv {
            padding: 40px 10px 20px 1%
        }

        .BadgesDiv p.MegaSubTitle,
        .SolutionsDiv p.MegaSubTitle,
        .TechnologyDiv p.MegaSubTitle,
        .servicesDiv p.MegaSubTitle {
            font-size: 14px
        }

        .navbar .dropdown ul a {
            padding: 6px 8px;
            font-size: 12px
        }

        .TechnologyDiv,
        .servicesDiv {
            flex: 0 0 22%;
            min-height: 460px
        }

        .flexRowMenu ul.dropdown-menu-sub {
            padding-right: 10px
        }

        .badgeslab p {
            font-size: 10px;
            padding: 0 26px 0 0;
            margin-bottom: 0
        }

        .badgeslab p.badgeslabTitle {
            font-size: 10px
        }

        .BadgesDiv:after,
        .SolutionsDiv::after,
        .TechnologyDiv:after,
        .servicesDiv:after {
            width: 260px;
            height: 160px
        }

        .BadgesDiv {
            flex: 0 0 20%;
            min-height: 460px
        }

        .BadgesDiv.onDemand {
            min-height: 364px
        }

        .AddDiv {
            min-height: 300px
        }

        .hireMain {
            padding: 50px 40px 40px 60px
        }

        .read-btn-more,
        .read-more {
            margin-top: 30px
        }

        .BadgesDiv.AdvBadges {
            min-height: 340px
        }

        .breadcrumbHero {
            padding: 110px 20px 10px 20px
        }

        .projectImgDiv:before {
            width: 147px;
            height: 248px;
            left: -50px
        }

        .DurationBox h3 {
            font-size: 18px
        }

        .Heroskew::after {
            border-bottom: 700px solid #fff;
            border-left: 440px solid transparent
        }

        .servicesSub-Text {
            font-size: 12px
        }

        .servicesTec img {
            width: 100%
        }

        .StackBox {
            width: 150px
        }

        .StackBox a {
            padding: 40px 20px
        }

        .WorkedWithSection .StackBox span {
            font-size: 11px;
            letter-spacing: normal
        }

        .LeftDot:after {
            right: 60px;
            background-size: contain
        }

        .benefityDatapoint .benefityDatTag {
            font-size: 16px
        }

        .rightDot:after {
            bottom: -60px;
            left: 60px
        }

        .hero .btn-get-started span,
        .hero-Btn .btn-get-started span {
            font-size: 13px
        }

        .AppDevBox p {
            font-size: 12px;
            height: 90px
        }

        .AppDevBox .custom-btn,
        .hiringright .custom-btn {
            font-size: 12px
        }

        .tecTab .tecIconRound {
            width: 40px;
            height: 40px
        }

        .tecTab ul.tab-links li img {
            width: 30px;
            height: 30px
        }

        .EnhancingBg {
            padding: 60px 30px
        }

        .hiringTitle h5 {
            font-size: 22px
        }

        .hiringright small {
            font-size: 12px
        }

        .whyCount h5 {
            font-size: 24px
        }

        .hiringright .bringDetails p.counter-num span {
            font-size: 24px
        }

        .hiringImgDiv .technologyName {
            font-size: 10px;
            width: 260px
        }

        .hiringright .bringDetails span {
            font-size: 10px
        }

        .countWhy .bringDetails {
            min-height: 100px
        }

        .technologyPart .box-blue {
            padding: 40px 0 30px 0
        }

        .befityBox .benifityTitle {
            font-size: 16px
        }

        .frameTitel .nameframe {
            font-size: 24px
        }

        .ContactFormMain:after {
            right: -70px;
            bottom: -30px;
            width: 210px;
            height: 166px
        }

        .whyGroovyMenu.servicesDiv {
            padding: 40px 10px 46px 20px
        }

        .CompanyDiv {
            padding: 0 !important
        }

        .CompanyDiv {
            flex: 0 0 86%
        }

        .hireMain {
            padding: 20px 20px 20px 30px
        }

        .servicesDiv.whyGroovyMenu {
            padding: 30px 30px 30px 8px
        }

        .blogerImg {
            padding-top: 50%
        }

        .blogerprofileDetail h2 {
            font-size: 22px;
            line-height: 30px
        }

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

        .blogerName h3 {
            font-size: 18px
        }

        .blogerprofileDetail {
            padding: 30px 0
        }

        .blogCard2 .blogerprofileDetail h2 {
            font-size: 20px;
            line-height: 30px
        }

        .blogBoxTime p {
            font-size: 14px
        }

        .blogCard3 .blogerprofileDetail h2 {
            font-size: 18px;
            line-height: 25px
        }

        .PrivacyDiv {
            padding: 0 50px
        }
    }

    @media only screen and (max-width: 1024px) {
        .swiper-slide {
            padding: 10em 0 10em 0
        }

        .hero .Hero_Description {
            font-size: 12px
        }

        .bringDetails p.counter-num,
        .groovyDetails h4,
        .section-title h1,
        .section-title h2,
        .section-title h3,
        .section-title h4,
        .section-title h5,
        .section-title p.Contact-Title {
            font-size: 24px
        }

        .section-title small {
            font-size: 16px
        }

        .tecIconRound,
        li.tec_data img {
            width: 40px;
            height: 40px
        }

        li.tec_data small {
            width: 100px;
            font-size: 10px
        }

        .projectTecIcon {
            padding: 20px 0 30px 0
        }

        .projectTecIcon {
            padding: 20px 0 30px 0
        }

        .hireMain {
            padding: 30px 40px 20px 20px
        }

        .hireMain p {
            font-size: 20px
        }

        .hireOption {
            padding: 10px 0 20px
        }

        .custom-btn,
        .header-scrolled .navbar .getstarted,
        .hero .btn-get-started,
        .hero-Btn .btn-get-started,
        .navbar .getstarted {
            font-size: 12px;
            padding: 13px 20px 11px 20px;
            font-weight: 700
        }

        .hero .btn-get-started span {
            font-size: 12px
        }

        .BadgesDiv.AdvBadges {
            min-height: 300px
        }

        .navbar .dropdown ul li {
            min-width: 184px
        }

        .benefityData h5 {
            font-size: 20px
        }

        .LeftDot:after {
            right: 60px
        }

        .rightDot:after {
            left: 50px
        }

        .TestimonialsMain {
            padding: 20px 10px 50px 10px
        }

        .imgDivclint {
            width: 250px;
            height: 250px
        }

        .testpicClint {
            padding: 14px
        }

        .playIconClint img.playClint {
            width: 45px;
            height: 45px
        }

        .playIconClint {
            margin: -24px 0 0 -30px
        }

        .element {
            height: 360px;
            width: 110px
        }

        .leftDataclint {
            padding: 100px 10px 20px 50px
        }

        .clintnameDiv p {
            font-size: 16px
        }

        .icon-mouse {
            height: 52px;
            width: 32px
        }

        .TechnologyStack {
            padding: 0 40px
        }

        .DurationMain {
            padding: 0 0
        }

        .DurationBox i {
            font-size: 35px
        }

        .DurationBox h3 {
            font-size: 16px
        }

        .hireOption span {
            font-size: 12px
        }

        .whyGroovyMenu.servicesDiv {
            padding: 30px 10px 30px 20px
        }

        .BadgesDiv {
            padding: 40px 10px 20px 10px
        }

        .badgeslab p.badgeslabTitle {
            font-size: 9px
        }

        .badgeslab p {
            font-size: 9px;
            padding: 0 39px 0 0
        }

        .getBgadress {
            padding: 3rem;
            width: 100%
        }

        .PositionsPoint ul li {
            font-size: 13px
        }

        .PositionsPoint ul li:before {
            width: 10px;
            height: 10px
        }

        .valueBoxMain {
            padding-right: 20px
        }
    }

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

        .republice-day a.btn-tnc,
        .republice-day .countdownDivxmas {
            position: relative;
            top: 150px
        }

        .republice-day.XmasQuote img.exitOffers-gift {
            width: 300px;
            height: 140px;
            right: -43px;
            top: -75px
        }

        .clientBox p {
            padding: 0 10px
        }

        .clientView {
            padding: 70px 15px 30px 15px
        }

        .clientName p.clientNameTeam {
            font-size: 12px
        }

        .clientName {
            padding: 10px 10px 40px 20px
        }

        .clientName:before {
            width: 9px
        }

        .clientName small {
            font-size: 12px
        }

        .header.header-scrolled {
            padding: 10px 0
        }

        .swiper-slide {
            padding: 3em 0 4em 0
        }

        .hero .HeroH2,
        .hero h1 {
            font-size: 26px
        }

        .hero .Hero_Description {
            font-size: 10px
        }

        .hero.Gred-blue small {
            font-size: 14px
        }

        .heroHome-slider .swiper-slide .text-center.text-lg-start {
            text-align: left !important
        }

        .hero .hero-img img {
            width: 100%
        }

        .hero .hero-img {
            margin-top: 0
        }

        .hero .hero-img {
            text-align: center;
            margin-top: 0
        }

        .project-content p {
            font-size: 12px
        }

        .projectNamelogo img {
            width: 60px;
            height: 60px
        }

        .callHero a {
            font-size: 18px
        }

        .dropdown-menu {
            position: relative
        }

        .navbar-mobile .dropdown ul {
            display: block
        }

        .flex-col-menu {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap
        }

        .BadgesDiv,
        .BadgesDiv.onDemand,
        .SolutionsDiv,
        .TechnologyDiv,
        .servicesDiv {
            flex: 0 0 100%;
            min-height: 100%
        }

        .Heroskew::after {
            border-bottom: 770px solid #fff
        }

        .heroHome-slider .swiper-slide {
            padding: 2em 0 5em 0
        }

        .navbar a {
            padding: 10px 0 10px 30px
        }

        .navbar-mobile .dropdown ul {
            display: block;
            margin: 10px 4px
        }

        .SolutionsDiv,
        .servicesDiv {
            padding: 25px 10px 10px 1%
        }

        .header.hover-nav-bg .navbar .getstarted {
            justify-content: center
        }

        .AddressFooter [class*="col-"] {
            width: 50%
        }

        .Padding-custom.custom-work {
            padding-top: 60px
        }

        .heroSubText {
            padding: 10px 80px
        }

        .TechnologysDivHero {
            width: 220px
        }

        .heroSubText {
            font-size: 12px
        }

        .bringDetails p.counter-num,
        .groovyDetails h4,
        .section-title h1,
        .section-title h2,
        .section-title h3,
        .section-title h4,
        .section-title h5,
        .section-title p.Contact-Title {
            font-size: 22px
        }

        .projectTitle img {
            width: 80px
        }

        .StackBox .TechnologyIcon {
            width: 35px
        }

        .StackBox span {
            font-size: 14px
        }

        .StackBox {
            width: 140px
        }

        .ProcessMainDiv p {
            height: 57px
        }

        .benefityDatapoint p {
            font-size: 14px !important
        }

        .benefityDatapoint ul {
            padding: 14px 30px 0 26px
        }

        .bringDetails p.counter-num span {
            font-size: 24px
        }

        .bringDetails span {
            font-size: 10px
        }

        .moreless-button-about {
            font-size: 16px
        }

        section.Padding-custom.pt-90.pb-50 {
            padding-top: 50px
        }

        .LeftDot:after {
            right: 50px;
            width: 80px;
            bottom: -60px
        }

        .rightDot:after {
            left: 50px;
            background-size: contain;
            width: 80px;
            bottom: -70px
        }

        .ContactFormMain:before {
            width: 90px;
            background-size: contain
        }

        .ContactFormMain {
            padding: 30px 10px 40px 10px
        }

        .breadcrumbHero .text-center.text-lg-start {
            text-align: left !important
        }

        .tab-links-Details:before {
            width: 50px;
            height: 50px;
            left: -28px;
            top: -25px
        }

        .tab-links-Details:after {
            width: 68px;
            height: 76px;
            right: -33px;
            bottom: -35px
        }

        .subTextCategory p {
            font-size: 14px
        }

        .EnhancingBg .section-title span,
        .subLine {
            font-size: 12px;
            text-align: center;
            display: block
        }

        .TitleHero h1 {
            font-size: 24px
        }

        .TitleHero p.technicallySub {
            font-size: 12px
        }

        .hero .breadcrumbHero .btn-get-started span,
        .hero-Btn .btn-get-started span {
            font-size: 12px
        }

        .img-fluid {
            width: 100%
        }

        .befityBox p {
            font-size: 12px
        }

        .befityBox .benifityTitle {
            font-size: 14px
        }

        .Prl_custom {
            padding-right: 20px;
            padding-left: 20px
        }

        .WorkedWithSection .StackBox span {
            font-size: 10px
        }

        .frameBg {
            padding: 2rem 2rem
        }

        .framworkDiv {
            padding: 0
        }

        .frameTitel .nameframe {
            font-size: 20px
        }

        .frameTitel:after {
            width: 50px;
            height: 80px;
            top: -4px
        }

        .LanguagesText .LanguageTextSub,
        .Languagesname .LanguageTextSub {
            font-size: 12px
        }

        .Languagesname {
            width: 25%
        }

        .imgDivclint {
            width: 200px;
            height: 200px
        }

        .testpicClint {
            padding: 10px
        }

        .skewDiv {
            top: -30px
        }

        .element {
            height: 290px;
            width: 90px
        }

        .header .logo img {
            width: 120px
        }

        .LeftDot:after,
        .rightDot:after {
            display: none
        }

        .contactTitle .anyTimeTitle {
            font-size: 16px
        }

        .contactTitle p {
            font-size: 10px
        }

        .mailIcon {
            width: 30px;
            height: 30px;
            font-size: 14px;
            margin-right: 6px
        }

        .InquiriesDetails small {
            font-size: 10px
        }

        .InquiriesDetails p {
            font-size: 11px
        }

        .servicesHero .pt-80 {
            padding-top: 40px
        }

        .servicesPer li.tec_data {
            width: 25%
        }

        .header {
            padding: 10px 0
        }

        .CompanyDivMenu {
            flex: 0 0 50%
        }

        .whyGroovyMenu.servicesDiv {
            flex: 100%
        }

        .BadgesDiv.AdvBadges {
            min-height: auto;
            flex: 0 0 50%
        }

        .navbar a {
            color: #000
        }

        .teamLeadImg {
            height: 240px
        }

        .profileDetails p {
            font-size: 14px
        }

        .profileDetails span {
            font-size: 12px
        }

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

        .teamprofileDetails p {
            font-size: 12px
        }

        .teamprofileDetails span {
            font-size: 10px
        }

        .fixedCallBox .titleAdd p {
            font-size: 14px
        }

        .callHero {
            top: 150px
        }

        .back-to-top {
            z-index: 0
        }

        .prl-custom-client .col-md-12 .row [class*="col-"] {
            width: 33%
        }

        .pointTitle h2 {
            font-size: 22px
        }

        .PointHereDetaills p {
            font-size: 14px
        }

        .pointIconDiv img {
            width: 50%
        }

        .DownArowDiv img {
            height: 100px
        }

        .contact-md .col-md-12 .row [class*="col-"] {
            width: 50%
        }

        .tabContact.nav-pills .nav-link {
            font-size: 20px
        }

        .tabContact li i {
            font-size: 40px
        }

        .bgWhiteData {
            padding: 50px 20px
        }

        .titleAdd h2 {
            font-size: 20px
        }

        .titleAdd small {
            font-size: 14px
        }

        .iconContact {
            width: 18px;
            margin-right: 12px
        }

        .contactDetails ul li a small {
            font-size: 16px
        }

        .titleAdd {
            margin-bottom: 20px
        }

        .addresDetails {
            padding: 20px 10px
        }

        .iconAdd i {
            font-size: 28px
        }

        .mapAdresDiv .addFoot .footerMinTitle {
            font-size: 12px !important
        }

        .addressContact p {
            font-size: 10px !important;
            line-height: 16px !important
        }

        .addressContact {
            padding: 30px 0 30px 4px
        }

        .valueBoxMain {
            padding-right: 10px
        }

        .WhyJoin .valueBoxMain {
            padding-right: 10px
        }

        .valueBox p {
            font-size: 11px
        }

        .valueBox h3 {
            font-size: 14px
        }

        .valueBox {
            padding: 1.5rem
        }

        .imagesTeamDiv {
            height: 100%
        }

        .TeamDivTitle h3 {
            font-size: 12px
        }

        .valueImgRight.imgTeamView {
            height: 80px
        }

        .valueImgCenter.imgTeamView {
            height: 175px
        }

        .changeBlogView1 .blogorder1 .blogerDetail {
            padding: 0 15px
        }

        .blogCard3 .blogerprofileDetail p {
            height: 90px
        }

        .blogBoxTime {
            margin-bottom: 40px
        }

        .blogCard2 .pl-50,
        .blogCard2 .pr-50 {
            padding: 0 15px
        }

        .blogCard2>.row {
            padding-bottom: 50px
        }

        .blogerImg {
            margin: 14px 0
        }

        .breadcrumbHero.pt-130 {
            padding-top: 50px
        }

        .PrivacyDiv h2,
        .blogDiv h2 {
            font-size: 20px;
            line-height: 30px
        }

        .PrivacyDiv p,
        .blogDiv p {
            font-size: 14px
        }

        .blogPostDiv .blogerprofileDetail h2 {
            font-size: 14px
        }

        .blogPostDiv .blogerName h3 {
            font-size: 14px
        }

        .blogdetailsPre {
            padding-right: 40px;
            padding-left: 40px
        }

        .blogerbigImg {
            height: 350px;
            width: 100%
        }

        .exitpopupMain .dy-popup-close~.dy-popup-col .exitOffers-img {
            height: auto
        }
    }

    @media only screen and (max-width: 768px) {
        .xmasBell {
            right: 6px
        }

        .xmasCap {
            position: absolute;
            width: 25px !important;
            height: 30px;
            top: -2px;
            left: -10px
        }

        .DiagramDiv img {
            width: 100%;
            height: auto
        }

        .hero {
            text-align: left
        }

        li.tec_data small {
            width: 82px;
            font-size: 10px
        }

        li.tec_data small {
            width: 84px;
            font-size: 10px
        }

        .projectNamelogo img {
            width: 45px;
            height: 45px
        }

        .projectName p {
            font-size: 16px
        }

        .project-content p {
            font-size: 10px
        }

        .project-content {
            margin-bottom: 30px
        }

        .projectTec p {
            font-size: 16px
        }

        .logoTec img {
            height: 30px !important
        }

        .callHero a {
            font-size: 14px;
            padding: 10px 10px 10px 10px
        }

        .callHero a i {
            font-size: 16px;
            margin-right: 6px
        }

        .benefityDatapoint p {
            font-size: 14px !important
        }

        .bringDetails p.counter-num span {
            font-size: 20px
        }

        .benefityDatapoint ul {
            padding: 14px 20px 0 20px
        }

        .bringDetails p.counter-num,
        .groovyDetails h4,
        .section-title h1,
        .section-title h2,
        .section-title h3,
        .section-title h4,
        .section-title h5,
        .section-title p.Contact-Title {
            font-size: 22px
        }

        .lifeGroovy p {
            font-size: 12px
        }

        .bringDetails span {
            font-size: 10px
        }

        .bringDetails {
            padding: 10px 14px 30px 14px;
            min-height: 100px
        }

        .ListDivbefi i {
            font-size: 35px
        }

        .ListDivbefi small {
            font-size: 10px
        }

        .befifityList ul li {
            padding: 0 6px 10px 6px
        }

        .befifityListDiv {
            width: 120px;
            min-height: 130px;
            padding: 2px
        }

        .benefityData p {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.1rem
        }

        .benefityDatapoint .benefityDatTag {
            font-size: 16px
        }

        .benefityData h5 {
            font-size: 16px
        }

        .rightDot:after {
            left: 20px
        }

        .LeftDot:after {
            right: 20px
        }

        .TestimonialsMain {
            padding: 20px 0 50px 0
        }

        .leftDataclint p {
            font-size: 14px
        }

        .quotationTop,
        .quotationbottom {
            font-size: 40px
        }

        .clintnameDiv p {
            font-size: 14px
        }

        .ContactFormMain {
            padding: 30px 10px 40px 10px
        }

        .ContactFormMain p.contactSendtitel {
            font-size: 18px;
            margin-bottom: 20px
        }

        .rightContactImg {
            padding: 50px 10px 20px 10px
        }

        .InquiriesDetails p {
            font-size: 14px;
            margin: 0
        }

        .InquiriesDetails small {
            font-size: 10px
        }

        .mailIcon {
            width: 30px;
            height: 30px;
            font-size: 14px;
            margin-right: 8px
        }

        .paddingPBfit {
            padding: 20px 0 20px 0
        }

        .lifeGroovy {
            padding: 12px 20px 50px 20px
        }

        .project-explore {
            margin-top: 0;
            margin-bottom: 30px
        }

        .SimilarSection .project-explore {
            margin-bottom: 0
        }

        .contactShare {
            padding: 40px 0 40px 0
        }

        .rightContactImg {
            padding: 40px 16px 30px 16px;
            background-size: cover;
            background-position: center center
        }

        .rightContactImg::after {
            border-radius: 5px 5px 0 0
        }

        .ContactFormMain:before {
            right: -20px;
            top: 10px;
            background-size: contain;
            width: 80px
        }

        .heroSubText {
            padding: 10px 40px
        }

        .DurationBox h3 {
            font-size: 14px
        }

        .DurationTitle small {
            font-size: 12px
        }

        .DurationBox i {
            font-size: 30px;
            margin-right: 20px
        }

        .detailsPage .heroSubText {
            padding-right: 70px
        }

        .section-title small {
            font-size: 10px
        }

        .servicesConRight h2 {
            font-size: 18px
        }

        .servicesSub-Text {
            font-size: 11px
        }

        .servicesTec img {
            padding: 0.5rem;
            width: 100%
        }

        .servicesMaster .pt-120 {
            padding-top: 50px
        }

        .servicesPer .project-explore {
            margin: 0 0 0 20px
        }

        .StackBox {
            width: 120px
        }

        .TechnologyStack.WorkedWith .StackBox a i {
            font-size: 25px
        }

        .WorkedWithSection .StackBox span {
            min-height: auto;
            margin-top: 8px
        }

        .StackBox a {
            padding: 20px 12px
        }

        .rightDot:after {
            bottom: -30px
        }

        .technologyvector .VectorImgborder {
            width: 100%
        }

        .AppDevelopment .project-explore {
            margin-bottom: 0
        }

        .tecTab .tecIconRound {
            width: 30px;
            height: 30px;
            padding: 0
        }

        .tecTab ul.tab-links li img {
            padding: 5px
        }

        .tecTab .tabs section {
            padding: 1rem 1.5rem
        }

        .hiringImg {
            padding: 60px 40px 40px 40px
        }

        .hiringright:after {
            background-size: contain;
            width: 250px;
            background-repeat: no-repeat
        }

        .hiringright .bringDetails p.counter-num,
        .hiringright .bringDetails p.counter-num span {
            font-size: 20px
        }

        .hiringright {
            padding: 0 10px 0 0
        }

        .colsFaq .accordion-button {
            font-size: 0.8rem
        }

        .hiringTitle h5 {
            font-size: 20px
        }

        .TestimonialsMainData .swiper-pagination {
            right: auto
        }

        .RightTitleImg {
            height: 50px;
            width: 50px;
            margin-right: 14px
        }

        .sliderRightTitle h3 {
            font-size: 20px
        }

        .tecnosliderRight,
        .tecnosliderleft {
            padding: 1rem
        }

        .tecnosliderRight p,
        .tecnosliderleft p {
            font-size: 12px
        }

        .sliderRightTitle.mb-30 {
            margin-bottom: 20px
        }

        .tecnosliderleft p {
            padding: 0 0 0 20px
        }

        .tecnosliderRight p {
            padding: 0 20px 0 0
        }

        .slidermaintechnology button.slick-prev.slick-arrow {
            width: 40px;
            height: 40px
        }

        .slidermaintechnology button.slick-next.slick-arrow {
            width: 40px;
            height: 40px
        }

        .slick-next:before,
        .slick-prev:before {
            font-size: 15px
        }

        .technologyPart .bringDetails {
            padding: 10px 10px 10px 10px
        }

        .callHero a {
            font-size: 0;
            padding: 10px 5px 10px 16px
        }

        .navbar .getstarted {
            background-color: #104cba !important;
            color: #fff !important
        }

        .navbar a {
            color: #000
        }

        .fixed-top .navbar .active,
        .fixed-top .navbar a:hover,
        .fixed-top .navbar li:hover>a {
            color: #104cba
        }

        .align-items-center {
            align-items: flex-start
        }

        .header .logo img {
            text-align: left
        }

        .contactTitle .anyTimeTitle {
            font-size: 18px
        }

        .contactSocial {
            position: absolute;
            bottom: 30px
        }

        .AppDevBox {
            padding: 30px 20px
        }

        .AppDevBox h3 {
            font-size: 16px;
            min-height: 20px
        }

        .EnhancingBg {
            padding: 60px 10px
        }

        .res-none-benifit {
            display: none
        }

        input.form-control-nda {
            border: 1px solid #ddd
        }

        .breadcrumbHero {
            padding: 60px 20px 50px 20px
        }

        .servicesPer li.tec_data small {
            font-size: 7px
        }

        .servicesPer .tecIconRound {
            width: 30px;
            height: 30px;
            padding: 0
        }

        .servicesPer li.tec_data img {
            width: 30px;
            height: 30px;
            padding: 5px
        }

        .servicesPer li.tec_data {
            width: 20%
        }

        .prl-custom-client .col-md-12 .row [class*="col-"] {
            width: 50%;
            margin-bottom: 70px
        }

        .StartHerePoint {
            padding: 10px 40px
        }

        .addressContact p {
            font-size: 12px !important
        }

        .mapAdresDiv .addFoot .footerMinTitle {
            font-size: 14px !important
        }

        .addressContact {
            padding: 10px 0 30px 4px
        }

        .WhyJoin .valueBoxMain {
            padding-right: 0
        }

        .valueBoxMain {
            padding-right: 0
        }

        .blogerprofileDetail h2 {
            font-size: 18px
        }

        .changeBlogView1 .blogorder1 .blogerDetail {
            padding: 0
        }

        .blogCard3 .blogerprofileDetail h2 {
            font-size: 16px;
            line-height: 20px
        }

        .blogCard2 .blogerprofileDetail h2 {
            font-size: 18px;
            line-height: 25px
        }

        .PrivacyDiv ul li {
            font-size: 14px
        }

        .PrivacyDiv ul li:before {
            width: 8px;
            height: 8px
        }

        .landing-hero-left.justify-left {
            text-align: center
        }

        .bgExitPopup h1 {
            font-size: 30px
        }

        .bgExitPopup p {
            font-size: 16px
        }

        .bgExitPopup p span {
            font-size: 20px
        }

        .countdownDivxmas ul li {
            font-size: 26px;
            line-height: 20px
        }
    }

    @media only screen and (max-width: 750px) {
        .ideabook-btnDiv {
            padding: 0px 40px 0 0
        }

        .serDevDiv-menu-sub li {
            padding: 4px 20px 3px 60px
        }

        .landing-hero-left.col-md-6.col-sm-7.col-xs-12.justify-left {
            flex: 100%
        }

        .breadcrumbHero {
            padding: 110px 20px 50px 20px
        }

        .quotationbottom {
            bottom: 60px
        }

        .callHero {
            top: 40% !important
        }

        li.tec_data small {
            width: 90px;
            font-size: 9px
        }

        .projectTecIcon li.tec_data a {
            display: inline-block;
            margin: 0 auto;
            text-align: center
        }

        .projectNameDiv {
            margin-top: 20px
        }

        .swiper-slide {
            padding: 3em 10px 4em 10px
        }

        .tab-links-Details:before {
            width: 40px;
            height: 40px;
            left: -23px;
            top: -23px
        }

        .tab-links-Details:after {
            width: 58px;
            height: 66px
        }

        .groovyDetails {
            top: -560px
        }

        .lifeGroovy p {
            font-size: 13px
        }

        .EnhancingBg.CoreValue .col-md-12 .row [class*="col-"].orderChange1,
        .EnhancingBg.CoreValue .col-md-12 .row [class*="col-"].orderChange2 {
            width: 100%
        }

        .callHero {
            top: auto !important;
            margin-top: 30px
        }

        .callHero.callClickAdd {
            right: -10px;
            top: 70px !important;
            margin-top: 30px
        }

        .fixedCallBox .contactDetails ul li a small {
            font-size: 12px
        }

        .fixedCallBox .titleAdd p {
            font-size: 12px
        }

        .fixedCallBox .numBox {
            margin: 10px 0 10px
        }

        .fixedCallBox .getBgadress .titleAdd {
            margin-bottom: 8px
        }

        .fixedCallBox .numBox a.btn.custom-btn.common-btn.blue {
            margin-top: 10px;
            font-size: 10px;
            padding: 10px
        }

        .numBox .text-center.mb-20 {
            margin-bottom: 10px
        }

        .fixedCallBox .getBgadress {
            padding: 1rem 1rem 0.5rem
        }

        .solution-page.hero-centerLi {
            padding: 0 30px 0 30px
        }

        .solution-hero-img {
            display: none
        }

        .certificatDiv.ComplianceDiv .award-box {
            height: auto
        }

        .practice_options {
            width: 160px
        }

        .Xmasdeco:after {
            width: 150px;
            height: 170px;
            top: -30px
        }

        .Xmasdeco:before {
            left: -34px;
            width: 58px;
            height: 70px;
            top: -25px
        }

        .XmasQuotebg {
            padding: 50px 0 30px 0
        }

        .XmasQuote .ProjectFormDiv {
            padding: 30px 30px 30px 30px
        }

        .republice-day .bgExitPopup h2 {
            font-size: 30px
        }

        .republice-day.easter .bgExitPopup p {
            font-size: 15px;
            padding: 5px 70px 20px
        }

        .republice-day.easter .bgExitPopup p span {
            font-size: 20px
        }
    }

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

        .republice-day a.btn-tnc,
        .republice-day .countdownDivxmas {
            top: 40px
        }

        .republice-day.XmasQuote img.exitOffers-gift {
            width: 285px;
            height: 140px;
            right: -30px;
            top: -80px
        }

        .servicesDiv.servicesMega ul {
            width: 90%
        }

        .servicesDiv.servicesMega {
            flex: 0 0 100%;
            flex-wrap: wrap
        }

        .servicesDiv.servicesMega ul {
            width: 95% !important;
            padding: 0 10px 0px 0px
        }

        .projectTitle h2 {
            font-weight: 700;
            font-size: 20px
        }

        .section-title small {
            font-size: 8px
        }

        .custom-contactPRL {
            padding: 0 10px
        }

        .uploadDiv input.form-control {
            padding: 30px 100px 30px 80px;
            font-size: 7px
        }

        .uploadDiv .input-group-append {
            right: 20px;
            margin-top: -20px
        }

        .uploadDiv .input-group-prepend {
            left: 20px
        }

        .custom-btn,
        .header-scrolled .navbar .getstarted,
        .hero .btn-get-started,
        .hero-Btn .btn-get-started,
        .navbar .getstarted {
            font-size: 12px;
            padding: 13px 14px 11px 14px
        }

        .heroVectorImg {
            display: none
        }

        .Heroskew::after {
            display: none
        }

        .Heroskew .swiper-pagination-bullet {
            background: #fdfdfd;
            width: 35px;
            height: 4px
        }

        .Heroskew .swiper-pagination {
            right: auto;
            text-align: center
        }

        .hero {
            height: auto;
            padding: 80px 0 60px 0
        }

        .flexRowMenu {
            flex-wrap: wrap
        }

        .CompanyDivMenu {
            flex-wrap: wrap
        }

        .BadgesDiv.AdvBadges {
            min-height: 100%
        }

        .BadgesDiv.AdvBadges {
            display: none
        }

        .accordion-button {
            padding: 1.2rem 0.2rem
        }

        .accordion-body {
            padding: 0.2rem 0.5rem 1.2rem 2.3rem
        }

        .projectTecIcon {
            padding: 0 0 20px 0
        }

        .accordion-button::after {
            line-height: 36px
        }

        .accordion-button::after {
            line-height: 30px;
            font-size: 14px
        }

        .projectTecIcon ul {
            justify-content: center
        }

        .projectTecIcon {
            flex-wrap: wrap
        }

        li.tec_data small {
            width: 90px;
            font-size: 9px
        }

        .projectTecIcon li.tec_data a {
            display: inline-block;
            margin: 0 auto;
            text-align: center
        }

        .bringDetails p.counter-num,
        .groovyDetails p.counter-num,
        .section-title h1,
        .section-title h2,
        .section-title h3,
        .section-title h4,
        .section-title h5,
        .section-title p.Contact-Title {
            font-size: 20px
        }

        .Padding-custom {
            padding: 40px 0 30px 0
        }

        .projectImg {
            margin-bottom: 30px
        }

        .project-div {
            padding: 40px 10px
        }

        .bringBg {
            padding: 20px 0 0 10px;
            display: block
        }

        .leftBring {
            margin: 10px 0
        }

        .lifeGroovy p {
            font-size: 14px
        }

        .leftDataclint:before {
            top: 25px;
            height: 6px
        }

        .ListDivbefi small {
            font-size: 10px
        }

        .ListDivbefi i {
            font-size: 22px
        }

        .LeftDot:after {
            width: 70px;
            height: 50px;
            background-size: contain;
            right: 0;
            bottom: -20px
        }

        .imgDivclint {
            width: 100px;
            height: 100px
        }

        .testpicClint {
            padding: 8px
        }

        .playIconClint img.playClint {
            width: 35px;
            height: 35px
        }

        .element {
            height: 150px;
            width: 40px
        }

        .playIconClint {
            margin: -18px 0 0 -18px
        }

        .skewDiv {
            top: -18px
        }

        .skewDiv {
            top: -18px;
            position: absolute;
            left: 32%
        }

        .leftDataclint {
            padding: 60px 0 10px 10px
        }

        .leftDataclint p {
            font-size: 12px
        }

        .quotationTop,
        .quotationbottom {
            font-size: 24px
        }

        .quotationTop {
            left: 10px;
            top: 50px
        }

        .quotationbottom {
            bottom: 90px;
            right: 10px
        }

        .clintnameDiv {
            padding: 0 0 20px 0;
            text-align: center
        }

        .TestimonialsMainData .swiper-pagination {
            right: auto;
            bottom: -7px
        }

        .clintnameDiv p {
            font-size: 14px;
            margin-bottom: 0
        }

        .TestimonialsMain .swiper-container {
            padding-top: 20px
        }

        .TestimonialsMain {
            padding: 20px 0 20px 0
        }

        .footer-copy {
            display: flex;
            justify-content: center;
            flex-wrap: wrap
        }

        .footer .copyright {
            margin-bottom: 10px
        }

        .breadcrumbHero {
            padding: 100px 0 10px 0
        }

        .heroSubText {
            padding: 10px 20px
        }

        .heroSubText {
            font-size: 12px
        }

        .Padding-custom.custom-work {
            padding-bottom: 0
        }

        .rightDot:after {
            bottom: 0;
            width: 45px;
            height: 45px;
            background-size: contain
        }

        .leftDataclint:before {
            top: 25px;
            height: 6px
        }

        .mobile-nav-toggle {
            color: #fff
        }

        .mobile-nav-toggle {
            color: #fff
        }

        .header-scrolled .mobile-nav-toggle {
            color: #104cba
        }

        .header-scrolled-white .mobile-nav-toggle {
            color: #000
        }

        .detailsPage .heroSubText {
            padding-right: 20px
        }

        .projectTitle img {
            width: 60px
        }

        .titleTechnologys {
            font-size: 14px !important;
            padding: 12px 10px 12px 14px !important
        }

        .TechnologysDivHero ul li {
            font-size: 14px;
            font-weight: 600
        }

        .BackgroundMain,
        .ChallengeMain {
            padding: 0 10px
        }

        .DurationBox i {
            font-size: 24px;
            margin-right: 10px
        }

        .DurationBox h3 {
            font-size: 9px
        }

        .DurationTitle small {
            font-size: 12px
        }

        .projectDuration {
            padding: 50px 10px
        }

        .Enhancingtitle i {
            font-size: 30px
        }

        .EnhancingBg {
            padding: 60px 20px
        }

        .Enhancingtitle h3 {
            font-size: 16px
        }

        .EnhancingDetails p {
            padding: 12px 10px 0 0
        }

        .EnhancingDetails p {
            font-size: 14px;
            font-weight: 600
        }

        .TechnologyStack {
            padding: 0;
            justify-content: space-evenly
        }

        .StackBox {
            width: 45%;
            margin-bottom: 14px
        }

        .StackBox .TechnologyIcon {
            width: 28px
        }

        .StackBox span {
            font-size: 14px;
            margin-top: 7px;
            font-weight: 600
        }

        .StackBox a {
            padding: 20px 10px
        }

        .StackBox .TechnologyIcon {
            width: 28px;
            height: auto
        }

        .ProcessMainDiv:after {
            display: none
        }

        .VisualsTabMain .tab-contentBg:before {
            width: 75px;
            height: 80px;
            background-size: cover
        }

        .VisualsTabMain .tab-contentBg:after {
            width: 80px;
            height: 27px;
            background-size: contain
        }

        .TechnologysDivHero {
            width: 100%
        }

        .TechnologysDivHero {
            width: 100%
        }

        .projectImgDiv:after {
            width: 56px;
            height: 56px;
            right: -25px;
            background-size: contain
        }

        .EnhancingBg:before {
            width: 80px
        }

        .EnhancingDetails.mb-50 {
            margin-bottom: 30px
        }

        .EnhancingBg:after {
            width: 75px;
            height: 70px;
            background-size: contain
        }

        .otherSection .mb-30 {
            margin-bottom: 20px
        }

        .TechnologyStack .StackBox:first-child a,
        .TechnologyStack .StackBox:last-child a {
            border-radius: 0
        }

        .section-title {
            margin-bottom: 20px;
            padding: 0 10px
        }

        .OtherFeaturesTitle p {
            padding: 0
        }

        .slideTestimonials {
            flex-wrap: wrap;
            justify-content: center
        }

        .leftDataclint:before {
            border-radius: 3px
        }

        .BringDataMain .benefityDatapoint {
            bottom: 0 0 0 20px
        }

        .befifityList ul li:first-child .befifityListDiv,
        .befifityList ul li:last-child .befifityListDiv {
            border-radius: 5%
        }

        .befifityList ul {
            flex-wrap: nowrap
        }

        .befifityListDiv {
            padding: 5px
        }

        .heroHome-slider .swiper-slide {
            padding: 4em 0.5em 6em 1em
        }

        .dataAbout {
            display: block
        }

        .lifeGroovy {
            padding: 10px 20px 10px 20px
        }

        .BringDataMain .benefityDatapoint {
            padding: 10px 0 0 20px
        }

        .lifeGroovy p {
            font-size: 10px
        }

        .benefityDatapoint p {
            font-size: 12px !important
        }

        .groovyDetails h4 {
            margin-bottom: 10px
        }

        .benefityDatapoint ul {
            padding: 5px 10px 0 10px
        }

        .bringDetails p.counter-num span {
            font-size: 10px
        }

        .bringDetails h2.counter-num {
            font-size: 10px
        }

        .bringDetails span {
            font-size: 6px
        }

        .benefityData .benefityDatapoint ul li {
            font-size: 12px
        }

        .slideTestimonials {
            padding-top: 20px
        }

        .box-blue {
            padding: 350px 0 40px 0
        }

        .benefityDatapoint ul li {
            font-size: 8px
        }

        .benefityDatapoint ul li:after {
            width: 6px;
            height: 6px;
            left: -9px;
            top: 10px
        }

        .bringDetails {
            padding: 20px 8px 30px 4px;
            min-height: 80px;
            text-align: center
        }

        .btn-weare {
            bottom: 60px;
            margin: 0 0 0 -65px
        }

        .BringDataMain .benefityDatapoint,
        .lifeGroovy {
            width: 100%
        }

        .servicesMaster .pt-80 {
            padding-top: 50px
        }

        .servicesPer,
        .servicesPer.servicesPerLeft {
            padding: 0 10px 0 10px
        }

        .servicesTec img {
            padding: 2rem;
            width: 100%
        }

        .servicesMaster .pt-120 {
            padding-top: 20px
        }

        .servicesPer .tecIconRound {
            width: 30px;
            height: 30px;
            padding: 0
        }

        .servicesPer li.tec_data img {
            width: 30px;
            height: 30px;
            padding: 4px
        }

        .servicesConRight h2 {
            font-size: 18px;
            margin-top: 20px;
            text-align: center
        }

        .servicesPer .project-explore {
            margin: 0;
            text-align: center
        }

        .servicesPer .benefityDatapoint ul li {
            font-size: 10px
        }

        .servicesSub-Text {
            text-align: justify
        }

        .description-container {
            text-align: center
        }

        .back-to-top.active {
            bottom: 100px
        }

        .TitleHero h1 {
            font-size: 22px
        }

        .breadcrumbHero .flex-column {
            width: 100%
        }

        .breadcrumbHero:after {
            width: 264px;
            background-repeat: no-repeat;
            background-size: contain;
            height: 140px;
            right: -20%
        }

        .EnhancingBg .section-title span,
        .subLine {
            padding: 0 20px
        }

        .hiringTitle h5 {
            font-size: 16px
        }

        .hiringright .bringDetails h2.counter-num {
            font-size: 16px
        }

        .hiringright .bringDetails h2,
        .hiringright .bringDetails h2 span {
            font-size: 16px
        }

        .customeNone {
            display: none
        }

        .customeWidth1 {
            width: 100%
        }

        .countWhy .bringDetails {
            min-height: 70px;
            padding-bottom: 0
        }

        .tecTab .tabs>ul {
            list-style-type: none;
            padding: 0;
            width: 100%
        }

        .tecTab .tabs {
            display: block
        }

        .tab-links-Details {
            width: 95%
        }

        .tecTab ul.tab-links p.stackTitle {
            font-size: 16px;
            margin-top: 0
        }

        .titleTabTac {
            top: 20px
        }

        .tecTab .tabs>ul li a {
            padding: 0.8rem 0.4rem
        }

        .titleTabTac .activeTecno {
            font-size: 14px
        }

        .technologyPart .bringDetails h2.counter-num {
            font-size: 8px
        }

        .technologyPart .box-blue {
            padding: 20px 0 10px 0
        }

        .DetailsWhatis .tab-links-Details {
            width: 95%
        }

        .befityBox {
            min-height: 100%
        }

        .WorkedWithSection .WorkedWith:nth-child(2) {
            display: none
        }

        .WorkedWithSection .StackBox span {
            min-height: auto
        }

        .brandLogo .col-lg-3 {
            width: 50%
        }

        .framworkDiv {
            display: block
        }

        .Languagesname {
            width: 35%
        }

        .frameDetails {
            width: 100%
        }

        .frameTitel .nameframe {
            font-size: 18px;
            padding: 0 0 24px 0
        }

        .frameTitel:after {
            width: 40px;
            height: 70px;
            top: -4px;
            left: -25px
        }

        .LanguagesText .LanguageTextSub,
        .Languagesname .LanguageTextSub {
            font-size: 10px;
            line-height: 14px
        }

        .slidermaintechnology {
            padding: 0 0
        }

        .tecnosliderRight,
        .tecnosliderleft {
            padding: 0.5rem
        }

        .sliderRightTitle h3 {
            font-size: 14px
        }

        .RightTitleImg {
            height: 35px;
            width: 35px;
            margin-right: 9px
        }

        .RightTitleImg img {
            padding: 7px
        }

        .sliderRightTitle.mb-30 {
            margin-bottom: 10px
        }

        .tecnosliderRight p,
        .tecnosliderleft p {
            font-size: 10px
        }

        .tecnosliderRight p {
            padding: 0 10px 0 0
        }

        .tecnosliderRight::before,
        .tecnosliderleft::before {
            height: 60px
        }

        .slidermaintechnology button.slick-prev.slick-arrow {
            z-index: 1
        }

        .slidermaintechnology button.slick-next.slick-arrow {
            top: auto;
            right: 30%
        }

        .slidermaintechnology button.slick-prev.slick-arrow {
            top: auto;
            bottom: -20px;
            left: 30%
        }

        .technologyPart .bringDetails {
            padding: 10px 8px 10px 8px
        }

        .heroHome-slider .d-flex.flex-column {
            width: 100%
        }

        .img-tel-style {
            margin-bottom: 20px
        }

        .contactShare {
            padding: 10px 0 60px 0
        }

        .MethodologyMain {
            padding: 0
        }

        .project-div:after {
            width: 285px;
            background-size: contain;
            background-repeat: no-repeat
        }

        .pl30 {
            padding-left: 15px
        }

        .icon-mouse {
            height: 46px;
            width: 30px
        }

        .VisualsTabMain .project-slider-app .swiper-slide:nth-of-type(odd) {
            bottom: -100px
        }

        .ContactFormMain:after {
            width: 180px;
            height: 136px
        }

        .tab-links-Details:after,
        .tab-links-Details:before {
            display: none
        }

        .TestimonialsMainData:after {
            width: 190px;
            height: 50px;
            right: 20px;
            background-repeat: no-repeat
        }

        .EnhancingBg.ClientsChooseMain:before {
            bottom: 0;
            top: auto
        }

        .breadcrumbHero.servicesHero .pt-80 {
            padding: 0
        }

        .breadcrumbHero.servicesHero~.teamBtnDiv::after {
            top: -100px
        }

        .servicesMaster,
        .servicesMaster .pt-80 {
            padding-top: 0
        }

        .servicesHero::before {
            top: -30px
        }

        .Padding-custom.servicesMaster {
            padding-top: 0
        }

        .callHero {
            top: 200px;
            bottom: auto;
            width: 70%
        }

        .tecTab .tabs section {
            padding: 1rem 0
        }

        #image-gallery .col-md-12 .row [class*="col-"],
        .own-Photo .col-md-12 .row [class*="col-"] {
            width: 50%
        }

        .Allteam {
            padding: 20px 10px
        }

        .teamImg {
            height: 60px;
            width: 60px;
            margin: 0 auto;
            text-align: center
        }

        .teambox {
            display: block
        }

        .teamprofileDetails p {
            font-size: 10px;
            margin-bottom: 0
        }

        .prl-custom-client .col-md-12 .row [class*="col-"] {
            width: 100%
        }

        .prl-custom-client {
            padding: 100px 20px 50px !important
        }

        .DownArowDiv img {
            height: 50px
        }

        .StartHerePoint {
            padding: 10px 10px
        }

        .pointTitle {
            padding: 0 10px 0 0
        }

        .pointTitle h2 {
            font-size: 14px
        }

        .PointHereDetaills p {
            font-size: 10px;
            padding: 0
        }

        .tabContact.nav-pills .nav-link {
            font-size: 14px
        }

        .tabContact li i {
            font-size: 24px;
            margin-right: 8px
        }

        .bgWhiteData {
            padding: 50px 10px
        }

        .titleAdd {
            text-align: left
        }

        .getBgadress {
            padding: 2rem 2rem
        }

        .addressContact {
            min-height: 100%
        }

        .callHero .fixedCall a.callIcon {
            font-size: 16px
        }

        .fixedCallBox .titleAdd p {
            font-size: 12px
        }

        .fixedCallBox .getBgadress {
            padding: 1rem
        }

        .fixedCallBox .contactDetails ul li a small {
            font-size: 14px
        }

        .fixedCallBox .numBox a.btn.custom-btn.common-btn.blue {
            font-size: 10px;
            padding: 10px 10px 10px 10px
        }

        .customWidthContact {
            width: 100%
        }

        .CareerFormDiv .group-input i {
            right: 16px
        }

        .positionType {
            padding: 0 0.5rem
        }

        .positionType div {
            font-size: 12px
        }

        .PositionsPoint ul li {
            font-size: 12px
        }

        .PositionsPoint ul li {
            font-size: 13px;
            padding: 10px 0 10px 30px
        }

        .applyContact .applyTitle {
            font-size: 14px
        }

        .applyContact ul li a {
            font-size: 12px
        }

        .applyContact ul li a i {
            font-size: 16px
        }

        .applyDiv {
            flex-wrap: wrap
        }

        .applyContact {
            margin-bottom: 20px
        }

        .clientBox p {
            height: 100%;
            text-overflow: unset;
            display: block
        }

        .clientAllBox .row [class*="col-"] {
            margin-bottom: 80px
        }

        .valueImgRight.imgTeamView {
            margin: 20px 0
        }

        .whyGroovyActive .whyJoinAdd {
            overflow: inherit;
            max-height: 100%;
            min-height: 100%
        }

        .valueImgRight.imgTeamView {
            height: auto;
            width: 100%
        }

        .blogerprofileDetail p {
            font-size: 16px;
            height: 130px
        }

        .custom-work .pb-100 {
            padding-bottom: 50px
        }

        .PrivacyDiv {
            padding: 0 20px
        }

        .header .logo img {
            width: 60%
        }

        .certificatDiv.ComplianceDiv .award-box {
            padding: 16px 5px 16px 5px
        }

        .certificatDiv img {
            width: 70%
        }

        .feature-main.pt-50 .container .row>[class*="col-"] {
            width: 100%;
            padding: 0 15px 0 15px
        }

        .detail-box {
            min-height: 140px
        }

        .light-bg-section {
            padding: 50px 0
        }

        .site-solution section .section-title span {
            font-size: 12px
        }

        .topConsulting {
            margin-top: 20px
        }

        #SolutionsTestimonials .light-bg-section {
            padding: 60px 0
        }

        .sliderPic.slider-thumb {
            width: 140px;
            top: -45px
        }

        .playBG {
            width: 35px;
            height: 35px;
            font-size: 20px;
            right: -55px;
            bottom: 10px
        }

        .MainTestimonials_V2 .rel-container {
            margin-top: 20px
        }

        .meetDivRight {
            text-align: center
        }

        .servicesDiv.servicesMega ul:first-child {
            padding-left: 0px
        }

        .servicesDiv.servicesMega ul {
            width: 60%
        }

        .navbar .dropdown .servicesMega ul li i.icon-saas,
        .navbar .dropdown .servicesMega ul li i.icon-ChatBot {
            font-size: 24px !important;
            left: 0px
        }

        .servicesLabel i {
            font-size: 30px !important
        }

        .navbar .dropdown .servicesMega ul li i.icon-saas,
        .navbar .dropdown .servicesMega ul li i.icon-ChatBot {
            font-size: 22px !important
        }

        .IdeaAuditInfo i.bulb-icon {
            font-size: 30px
        }

        .IdeaAuditInfo {
            padding: 0 20px 0 10px
        }

        .IdeaAuditDiv {
            padding: 12px 20px 6px 40px;
            display: none
        }

        .btn.btn-ideaaudit {
            margin-bottom: 5px
        }

        .serDevDiv-menu-sub li {
            width: 100% !important;
            padding: 4px 10px 3px 50px
        }

        .iconBG {
            width: 45px;
            height: 45px;
            line-height: 55px
        }

        .iconBG i {
            font-size: 21px !important
        }

        .iconBG.green-bg i {
            font-size: 24px !important;
            top: 1px;
            left: -1px
        }

        .meetDivLeft small {
            font-size: 10px
        }

        .meetDivRight .CEO-pic {
            width: 140px
        }

        .navbar .dropdown .servicesMega ul li i {
            margin-top: -12px
        }

        .accordion-button {
            font-size: 0.8rem;
            padding: 1rem 0.2rem
        }

        .hero .HeroH2,
        .hero h1 {
            line-height: 40px
        }

        .hero .btn-get-started span {
            font-size: 12px
        }

        .TechnologiesMain .TechnologyDiv .navbar .dropdown ul li {
            min-width: 90px;
            line-height: normal;
            margin-bottom: 5px
        }

        .TechnologiesMain .TechnologyDiv .navbar .dropdown ul li a {
            font-size: 14px
        }

        .navbar .dropdown ul a {
            padding: 6px 4px 6px 1px
        }

        .ProcessMainDiv p {
            font-size: 14px;
            font-weight: 600
        }

        .ProcessMainDiv p {
            height: auto
        }

        .clientName {
            padding: 10px 10px 20px 20px
        }

        .clientView {
            padding: 40px 15px 10px 15px
        }

        .clientBox p {
            font-size: 13px
        }
    }

    @media only screen and (max-width: 480px) {
        #dy-popup-bottom.makar-sankranti .bgExitPopup {
            padding: 0 10px
        }

        #dy-popup-bottom.makar-sankranti .countdownDivxmas ul {
            padding: 13px 10px
        }

        #dy-popup-bottom.makar-sankranti .btn-claim {
            padding: 10px 5px
        }

        .ReviewsMain h2 {
            font-size: 20px
        }

        .ClientL1SlideProfile .quotationbottom {
            font-size: 30px;
            right: 0px
        }

        .name-profile h5 {
            font-size: 12px
        }

        .name-profile p {
            font-size: 10px
        }

        .ClientL1Slide {
            padding: 1rem
        }

        .bringDetails {
            min-height: 90px
        }

        .clientprofileImg {
            top: -32px;
            box-shadow: 0 3px 3px 2px rgb(0 0 0 / 8%)
        }

        .quotationbottom {
            bottom: 70px
        }

        .footer .footer-top .footer-info .addFoot p.footerMinTitle {
            font-size: 14px !important
        }

        .bringDetails p.counter-num {
            font-size: 9px
        }

        .btn-weare {
            margin: 0 0 0 -50px
        }

        .box-blue {
            padding: 400px 0 30px 0
        }
    }

    @media only screen and (max-width: 375px) {
        #dy-popup-bottom.makar-sankranti .countdownDivxmas {
            margin-left: -5px;
            width: auto
        }

        #dy-popup-bottom.makar-sankranti .bgExitPopup {
            width: 95%
        }
    }

    @media only screen and (max-width: 360px) {
        .Padding-custom.custom-work {
            padding-top: 58px
        }

        .breadcrumbHero {
            padding: 50px 0 10px 0
        }

        .heroSubText {
            padding: 10px 10px;
            font-size: 10px
        }

        .mouseDiv {
            padding: 10px 0 10px 0
        }

        li.tec_data {
            width: 85px
        }

        .ContactFormMain:after {
            width: 160px;
            height: 116px
        }

        .custom-btn,
        .header-scrolled .navbar .getstarted,
        .hero .btn-get-started,
        .hero-Btn .btn-get-started,
        .navbar .getstarted {
            font-size: 10px;
            padding: 10px 20px 9px 20px
        }

        .befifityListDiv {
            width: 90px;
            min-height: 90px
        }

        .fixedCallBox .contactDetails ul li a small {
            font-size: 10px
        }

        .fixedCallBox .iconContact {
            width: 16px
        }

        .fixedCallBox .getBgadress {
            padding: 1rem 0.5rem
        }

        .callHero .fixedCall a.callIcon {
            font-size: 12px;
            padding: 10px 10px 10px 10px
        }

        .callHero .fixedCall a.callIcon {
            padding: 10px 10px 10px 10px;
            font-size: 16px;
            width: 85px
        }

        .back-to-top.active {
            bottom: 40px
        }
    }

    input::-webkit-inner-spin-button,
    input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    input[type="number"] {
        -moz-appearance: textfield
    }

    .data_more_less_inner {
        overflow: hidden;
        position: relative
    }

    .action_less {
        display: none
    }

    .less_active .action_less {
        display: inline-block
    }

    .less_active .action_more {
        display: none
    }

    .data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
        background: -webkit-linear-gradient(top,
                rgba(255, 255, 255, 0) 80%,
                #fff 90%);
        background: linear-gradient(to bottom,
                rgba(255, 255, 255, 0) 80%,
                #fff 90%);
        height: 80px
    }

    .blogerprofileDetail p {
        font-size: 16px;
        height: 130px
    }

    .custom-work .pb-100 {
        padding-bottom: 50px
    }

    .PrivacyDiv {
        padding: 0 20px
    }

    .befifityListDiv {
        width: 100px;
        min-height: 110px
    }

    .logoTec img {
        height: 24px;
        margin-right: 10px
    }

    .tab-links-Details .project-explore {
        padding-left: 12px
    }

    .subTextCategory {
        padding: 90px 0 0 12px
    }

    .EnhancingBg.ClientsChooseMain {
        margin-top: 60px
    }
}

@media only screen and (max-width: 750px) {
    .ReviewsMain {
        text-align: center
    }

    img.landing-hero-img {
        display: none
    }

    .site-landing .hero .landing-hero-left h1 {
        font-size: 20px;
        padding-top: 40px
    }

    .ContactFormMain:after {
        width: 180px;
        height: 136px
    }

    .rightContactImg {
        padding: 20px 16px 30px 16px
    }

    .contactShare {
        padding: 20px 0 30px 0
    }

    .contactSocial {
        position: inherit;
        bottom: 0
    }

    .InquiriesDetails p {
        font-size: 12px
    }

    .ContactFormMain .col-md-6:nth-child(3) {
        margin-top: 0px
    }
}

@media only screen and (max-width: 600px) {
    .hero.Gred-blue {
        background-position: -430px center;
        background: #08265d;
        background: -moz-linear-gradient(45deg, #08265d 0, #104cba 5%);
        background: -webkit-linear-gradient(45deg, #08265d 0, #104cba 5%);
        background: linear-gradient(45deg, #08265d 0, #104cba -5%)
    }

    .HeroskewBottom,
    .Heroskew:before {
        display: none
    }

    .usa-white h1 span {
        font-size: 14px
    }

    .hero.usa-white h1 {
        font-size: 14px;
        line-height: 20px
    }

    .site-independence-day-usa .landing-hero-left {
        padding: 200px 10px 0 10px
    }

    .Flower-hero {
        width: 20px;
        display: none
    }

    .usa-white h1 span {
        font-size: 10px;
        display: block
    }

    .usa-white p.Hero_Description1 {
        padding: 10px 20px 10px 0;
        margin-top: 0
    }

    .countdownDivxmas ul {
        padding: 4px 10px 2px 10px !important
    }

    .Flower-start {
        display: none
    }

    .site-independence-day-usa .landing-hero-left {
        padding: 60px 10px 0 10px
    }

    .hero.usa-white h1 {
        font-size: 15px;
        line-height: 16px
    }

    .usa-white p.Hero_Description1 {
        margin-bottom: 0
    }

    .contactform-hero {
        margin: 0px 0 20px 0
    }

    img.Flower2 {
        top: 15px;
        display: none
    }

    .Flower1 {
        width: 80px;
        bottom: 10px;
        left: -27px;
        display: none
    }

    .ger-ref {
        width: 100%
    }

    .letsChat img {
        width: 25px
    }

    .letsChat {
        font-size: 18px
    }

    .LookingTitle {
        font-size: 16px !important
    }

    .HireReactBox {
        padding: 0.5rem 1.5rem
    }

    .WhatImg {
        width: 100%;
        padding: 10px;
        border-radius: 10px
    }

    .processDiv {
        padding: 0 0 20px 0
    }

    .ourReactceo .icons-rectpage svg {
        right: 110px
    }

    .Tabprojectdetails {
        font-size: 11px;
        height: 48px
    }

    .projectTab a {
        padding: 0.5rem
    }

    .projectTab .TabprojectTitle {
        font-size: 16px
    }

    section.nativeWork .row .col-md-4.col-sm-4:nth-child(3) {
        order: 2
    }

    section.nativeWork .row .col-md-4.col-sm-4:nth-child(2) {
        order: 3;
        width: 100%
    }

    section.nativeWork .row .col-md-4 {
        width: 50%
    }

    .projectTab.text-right .pageTec {
        justify-content: start
    }

    .projectTab.text-right {
        text-align: left
    }

    .projectSnapReactN {
        text-align: center
    }

    .site-react .projectSnapReactN img {
        padding: 30px 10px 20px 10px
    }

    .projectSnapReactN img {
        width: 80%;
        padding: 20px 10px 20px 10px
    }

    .ourReactSection .Groovyaboutimg {
        height: 46px;
        margin-bottom: -24px
    }

    .GroovyaboutDetails small {
        font-size: 11px
    }

    .ourReactSection .react-heroIcon .groovyAbout {
        margin-bottom: 20px
    }

    .ourReactSection .react-heroIcon .groovyAbout .groovyAboutDetails {
        width: 120px;
        height: 130px;
        padding: 0.5rem
    }

    .ourReactSection .section-title span.subLine {
        padding: 0 10px 0 0
    }

    .ourReactSection .row .col-md-7 {
        padding: 30px 10px 0
    }

    .ourReactceoTitle p {
        font-size: 12px;
        margin-bottom: 10px
    }

    .groovyAbout {
        margin-bottom: 30px
    }

    .SubTextHero {
        padding: 16px 0px 20px 0
    }

    .reactSec .custom-btn {
        width: 100%
    }

    .ReactDuration label {
        letter-spacing: normal
    }

    .ReactDuration label::after {
        top: 4px !important
    }

    .form-group label:before {
        margin-right: 6px
    }

    .radio-buttons .form-group {
        width: 50%;
        margin-bottom: 5px
    }

    .Groovyabout {
        height: 80%
    }

    .ourReactceo .Groovyabout {
        width: 50%;
        padding: 20px 10px
    }

    .ourReactSection .row .col-md-2 {
        order: 2
    }

    .ourReactSection .row .col-md-7 {
        order: 1;
        padding: 30px 10px 0
    }

    .groovytab-content {
        padding: 14px 10px
    }

    .newTabs .tab-content .tab-content-inner p {
        font-size: 12px
    }

    .newTabs ul.nav.nav-pills li {
        margin: 0 2px
    }

    .newTabs .btn-dating {
        font-size: 10px;
        padding: 12px 10px 12px 10px
    }

    .custom-btn {
        margin-top: 0px
    }

    .bg-image.dating-app .content-dating p {
        font-size: 12px
    }

    .bg-image.dating-app {
        padding: 10px 12px
    }

    .content-dating {
        padding: 5px 10px
    }

    .techSection h3,
    .techSection h3 small {
        font-size: 24px
    }

    #dy-popup-bottom a.btn-tnc {
        position: relative;
        top: 7px
    }

    .heroOfferFix #dy-popup-bottom .countdownDivxmas ul li {
        font-size: 12px
    }

    #dy-popup-bottom .bgExitPopup p span {
        font-size: 10px
    }

    #dy-popup-bottom .bgExitPopup h2 {
        font-size: 12px
    }

    #dy-popup-bottom .bgExitPopup p {
        width: 100%;
        font-size: 10px
    }

    .hero.Gred-blue {
        background-position: -170px center
    }

    #dy-popup-bottom small.dot-jam {
        font-size: 14px !important;
        top: 0px;
        left: 0px
    }

    #dy-popup-bottom .countdownDivxmas ul {
        padding: 15px 16px 15px
    }

    .box-blue {
        padding: 480px 0 80px 0 !important
    }

    .BringDataMain .groovyDetails .lifeGroovy p {
        font-size: 12px
    }

    .BringDataMain .groovyDetails .benefityDatapoint p {
        font-size: 12px !important
    }

    .BringDataMain .groovyDetails .benefityDatapoint ul li {
        font-size: 12px;
        line-height: normal
    }

    .BringDataMain .groovyDetails .benefityDatapoint ul li:after {
        top: 10px
    }

    .projectTec p {
        font-size: 14px
    }

    .projectNameDiv {
        margin-top: 14px;
        margin-bottom: 14px
    }

    .projectName p {
        font-size: 18px !important
    }

    .clintFeeds {
        height: 150px;
        overflow: visible
    }

    .project-content p {
        font-size: 13px;
        height: auto;
        overflow: inherit;
        text-overflow: unset;
        display: block
    }

    .accordion-button::after {
        width: 30px;
        height: 30px
    }

    .groovyDetails {
        top: -620px
    }

    .btn-weare {
        left: 45%
    }

    .read-btn-more,
    .read-more {
        top: -30px
    }

    .DiagramDiv img.b-lazy.b-loaded {
        width: 100%;
        height: auto
    }

    .benifit-Photo {
        width: 100%
    }

    .Leadership2_vector:before {
        display: none
    }

    .benifitMainDiv .Development_Vector2:before {
        display: none
    }

    .section-title small {
        font-size: 10px
    }

    .landingLI.pt-100 {
        padding: 50px 0 !important
    }

    .landingLI.pt-100 {
        padding: 50px 0 !important
    }

    .projecttecno.mt-50 {
        margin-top: 20px
    }

    .Peak_Arrow {
        top: 60px;
        left: -25px;
        width: 45px
    }

    .Profitsbox1,
    .Profitsbox2 {
        padding: 22px 12px 16px 12px
    }

    .Profitsbox1 p,
    .Profitsbox2 p {
        font-size: 18px
    }

    .Profitsbox1,
    .Profitsbox2 {
        background-size: contain
    }

    .Bg_blur {
        padding: 1.2rem 1rem 0
    }

    .playBG {
        right: -45px
    }

    .Clientpeak {
        position: relative;
        left: -40px
    }

    .leaderBg:before,
    #SolutionsTestimonials .light-bg-section:before {
        display: none
    }

    .connect-BtnDiv a {
        font-size: 12px
    }

    .appCustomTitle {
        font-size: 12px;
        margin: 20px 0
    }

    .ceoQuotes {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .CEO-Photo {
        width: 63%
    }

    .CEO-BG:before {
        height: 284px;
        border-radius: 3px 3px 0 0
    }

    .site-solution section {
        padding: 20px 0
    }

    .sliderPic.slider-thumb {
        width: 190px;
        top: -45px
    }

    .sliderPic.slider-thumb:before {
        right: 300px;
        width: 35%
    }

    .DevelopmentTabs li a i {
        font-size: 16px;
        left: 8px
    }

    .DevelopmentTabs li a {
        font-size: 10px;
        padding: 16px 8px 16px 30px;
        width: 150px;
        text-align: left
    }

    .section#technology-App~section.Padding-custom h4 {
        padding: 0 20px
    }

    .DevelopmentTabs li {
        width: auto
    }

    .DevelopmentTabs li {
        padding: 0 5px
    }

    .appBGdiv {
        padding: 2rem 0rem
    }

    .practicesmall_vector:after {
        width: 50px;
        height: 50px
    }

    .practiceMain_vector::after {
        top: -770px
    }

    .hero .Hero_Description {
        font-size: 14px;
        padding-right: 0px !important;
        line-height: 1.4em
    }

    .AppConsultingDiv {
        padding: 0 0px
    }

    #SolutionsOffered .light-bg-section {
        padding-bottom: 40px
    }

    .videoDiv .solution-videoDiv {
        width: 100%
    }

    .section-title {
        padding: 0 10px
    }

    .videoDiv {
        margin-bottom: 20px
    }

    .certificatDiv.ComplianceDiv .award-box {
        height: 70px
    }

    .ComplianceDiv img {
        max-width: 90px
    }

    .header .logo img {
        width: 80%
    }

    .landing-one .bodyG:before {
        width: 100%;
        right: 0;
        left: 0;
        top: auto;
        bottom: 0
    }

    .Leadership1_vector:before {
        top: -50px
    }

    .tele-clint-name:before {
        top: 3px
    }

    .common-L1.L1-blue {
        padding: 10px 10px 10px 10px;
        height: auto
    }

    .site-landing .hero .landing-hero-left h1 {
        font-size: 20px
    }

    .site-landing .hero .Hero_Description {
        margin: 10px 0 0 0
    }

    .heroSubText {
        padding: 10px 10px;
        font-size: 12px;
        font-weight: 600
    }

    .mouseDiv {
        padding: 10px 0 10px 0
    }

    li.tec_data {
        width: 85px
    }

    .ContactFormMain:after {
        width: 160px;
        height: 116px
    }

    .data_more_less.action_disabled .more_less_action {
        display: none
    }

    .clientBox:hover {
        background: #214cba;
        cursor: pointer
    }

    .clientBox:hover p {
        color: #fff
    }

    .clientBox:hover .clientName p.clientNameTeam,
    .clientBox:hover .clientName small {
        color: #fff
    }

    .clientBox:hover i.icon-quotation {
        color: #fff
    }

    .clientBox:hover i.icon-quotation-bottom {
        color: #fff
    }

    .clientBox:hover .clientName:before {
        content: "";
        position: absolute;
        background-color: #b7c1d4;
        width: 12px;
        height: 60px;
        border-radius: 0 5px 5px 0;
        left: 0;
        top: 5px
    }

    .blog-css {
        box-shadow: 0 0 150px #000;
        z-index: 2;
        -webkit-transition: all 0.2s ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all 0.2s ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all 0.2s ease-in;
        -moz-transform: scale(1.5);
        transition: all 0.2s ease-in;
        transform: scale(1.5)
    }

    .close-manual-btn {
        background: 0 0;
        border: none;
        color: #000;
        font-size: 16px;
        width: 85px
    }

    .back-to-top.active {
        bottom: 40px;
        z-index: 22
    }

    .lifeGroovy p {
        margin-bottom: 8px;
        font-size: 10px
    }

    .footer-accreditations img {
        width: 100px !important
    }

    .footer .footer-top .footer-info {
        margin-bottom: 14px
    }

    #dy-popup-bottom .bgExitPopup {
        width: 100%
    }

    #dy-popup-bottom .bgExitPopup p {
        padding: 3px 5px 0;
        line-height: normal
    }

    #dy-popup-bottom .bgExitPopup p span {
        font-size: 12px
    }

    #dy-popup-bottom .claim {
        padding-right: 20px
    }

    #dy-popup-bottom .btn-claim {
        padding: 12px 10px 9px
    }

    #dy-popup-bottom .dy-popup-container .dy-popup-close {
        right: 0px;
        top: -28px
    }

    .republice-day.easter .bgExitPopup p span {
        font-size: 16px
    }

    .exitpopupMain .countdownDivxmas ul li {
        font-size: 16px;
        line-height: 14px
    }

    .republice-day.easter .countdownDivxmas {
        margin-top: 20px;
        width: 220px
    }

    .republice-day.easter .bgExitPopup p {
        font-size: 14px;
        padding: 5px 20px 0
    }

    .republice-day .bgExitPopup h2 {
        font-size: 24px
    }

    .bgExitPopup p {
        font-size: 12px;
        letter-spacing: 0.5px;
        padding: 6px 67px 6px
    }

    .bgExitPopup p span {
        font-size: 14px
    }

    div#dy-popup-overlay.republice-day a.btn-tnc {
        font-size: 10px
    }

    .bgExitPopup h1 {
        font-size: 20px
    }

    .countdownDivxmas {
        width: 200px;
        border-radius: 5px;
        margin-bottom: 0px
    }

    .countdownDivxmas ul li {
        font-size: 18px;
        line-height: 18px
    }

    .countdownDivxmas ul li small {
        line-height: 10px;
        font-size: 10px
    }

    small.dot-jam {
        font-size: 16px !important;
        position: relative;
        top: -1px;
        left: 3px
    }

    .btn-claim {
        padding: 6px 10px 6px 10px;
        letter-spacing: 0.5px;
        margin-top: 0;
        margin-bottom: 0px
    }

    .claim a span {
        font-size: 12px
    }

    .countdownDivxmas ul {
        padding: 10px 10px 10px
    }

    .dy-popup-container .dy-popup-close {
        right: -10px;
        top: -12px;
        width: 20px;
        height: 20px;
        width: 30px;
        height: 30px;
        border-radius: 50%
    }

    .dy-popup-container .dy-popup-close:before,
    .dy-popup-container .dy-popup-close:after {
        left: 13px;
        height: 16px;
        top: 6px
    }

    .xmasCap {
        top: -6px;
        left: -9px
    }

    section.XmasQuote {
        padding: 40px 20px
    }

    .Xmasdeco:before {
        left: -17px;
        width: 38px;
        height: 50px;
        top: -15px
    }

    .Xmasdeco:after {
        width: 90px;
        height: 100px;
        top: -17px;
        right: -26px
    }

    .XmasQuote .ProjectFormDiv {
        padding: 30px 10px 20px 10px
    }

    .Xmasdeco1::before {
        width: 80px;
        height: 65px;
        left: -25px;
        top: -30px
    }

    .Xmasdeco1::after {
        right: -32px;
        width: 69px;
        height: 44px;
        top: -24px
    }

    .XmasQuote .ProjectFormDiv p.mt-30 {
        font-size: 12px
    }

    .titleAdd h2 {
        font-size: 18px
    }

    .titleAdd small {
        font-size: 12px
    }

    .contactDetails .tec-custom {
        font-size: 15px;
        margin-right: 16px
    }

    .contactDetails .tec-skype {
        font-size: 24px;
        margin-right: 14px
    }

    .contactDetails ul li a small {
        font-size: 14px
    }

    .footer-accreditations .footer-info {
        width: 50%
    }

    .footer-accreditations p.Section-Title {
        font-size: 20px
    }

    .site-request-quote #main.Padding-custom {
        padding: 100px 0 0 0
    }

    .XmasQuotebg .countdownDivxmas small.dot-jam {
        font-size: 18px !important;
        top: -2px
    }

    .XmasQuotebg .countdownDivxmas ul {
        padding: 8px 16px 10px 16px
    }

    #dy-popup-bottom .countdownDivxmas {
        width: 180px
    }

    #dy-popup-bottom.makar-sankranti .countdownDivxmas {
        margin-left: -5px
    }

    #dy-popup-bottom.makar-sankranti .countdownDivxmas ul {
        padding: 13px 10px
    }

    #dy-popup-bottom.makar-sankranti .claim {
        padding-right: unset
    }

    #dy-popup-bottom.makar-sankranti .bgExitPopup {
        padding: unset
    }

    #dy-popup-bottom.makar-sankranti a.btn-tnc {
        color: #000;
        margin-right: unset;
        padding: unset;
        padding-bottom: 5px;
        padding-left: 10px
    }

    .XmasQuotebg .countdownDivxmas:after {
        width: 40px;
        height: 40px;
        right: -32px;
        top: 55px
    }

    .XmasQuotebg:before {
        height: 97%
    }

    .bgExitPopup_planing h1 {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 10px
    }

    .bgExitPopup_planing p {
        font-size: 14px;
        padding: 0.5rem 1rem 1rem 1rem
    }

    .start-btn-exit {
        width: 80%
    }

    .start-btn-exit span {
        font-size: 14px
    }

    .OfferExit a.btn-tnc {
        color: #828181;
        float: none;
        margin: 0;
        display: block
    }

    .ContactFormMain .DiscoverMore.contact-Div .common-btn.blue {
        width: 100%
    }

    .contactShare {
        padding: 10px 0 10px 0
    }

    .contactShare ul li a {
        margin: 4px 0
    }

    .rightContactImg {
        padding: 10px 0 10px 0
    }

    .contactMainDiv .mailIcon svg {
        width: 18px;
        height: 18px
    }

    .mailIcon {
        margin-right: 0
    }

    .InquiriesDetails label {
        font-size: 10px
    }

    .InquiriesDetails p {
        font-size: 10px
    }

    .contactSocial ul li a svg {
        width: 16px;
        height: 16px
    }

    .contactform-hero {
        margin: 60px 0 20px 0
    }

    .contactform-hero .contact-modal-header {
        padding: 1rem 0.2rem 5px
    }

    .site-happy-easter .contactform-hero .modal-body {
        padding: 0.5rem 0.5rem
    }

    .contactform-hero .modal-content {
        width: 100%
    }

    .site-happy-easter .hero-centerLi {
        padding: 110px 10px 0
    }

    .contactform-hero .group-input label {
        font-size: 10px
    }

    .contactform-hero form.php-contact-form .col-md-6 {
        width: 50%
    }

    .contactform-hero .form-control {
        font-size: 0.8rem;
        line-height: 1;
        padding-top: 0 !important
    }

    .contactform-hero .contact-modal-header h2 {
        padding-top: 20px;
        font-size: 14px;
        margin: 9px 0 0 0
    }

    .eggEster {
        width: 70px;
        bottom: 10px;
        left: 10px
    }

    .usa-white .hero-centerLi {
        padding: 0px 30px
    }

    .contactform-hero .btn-easter {
        padding: 7px 21px;
        font-size: 14px
    }

    .site-happy-easter .hero .HeroH2,
    .site-happy-easter .hero h1 {
        font-size: 16px;
        line-height: 20px
    }

    .easter-white p.Hero_Description1 {
        font-size: 10px;
        padding: 0 !important
    }

    .mx-width {
        max-width: 100%
    }

    .heroOfferFix1 .mx-width p {
        font-size: 14px
    }

    .FrameTopEster {
        width: 40px;
        left: 20px
    }

    .site-happy-easter .easteraward .slick-initialized .slick-slide {
        margin: 0 auto;
        width: 90px !important
    }

    .easteraward .award-box {
        background-size: 70%;
        height: auto;
        padding: 7px 18px 10px
    }

    .certificatDiv {
        padding-top: 0px
    }

    .sectionLineDark {
        margin: 30px auto 0 auto
    }

    .site-happy-easter .hero h1 span:before,
    .site-happy-easter .hero h1 span:after {
        display: none
    }

    section.easteraward {
        padding-bottom: 0
    }

    section.easterservices .row.mt-80 .col-md-2 {
        width: 33%;
        margin-bottom: 20px
    }

    section.easterservices .row.mt-80 {
        margin-top: 40px
    }

    .easteraward .certificatDiv img {
        width: 70%
    }

    .offerMiddel {
        background-size: contain;
        height: 360px
    }

    .sectionoffertag {
        width: 150px
    }

    .offerMiddelMain {
        padding: 60px 0 20px 0
    }

    .offerMiddelMain h3 {
        font-size: 12px;
        margin: 12px 0
    }

    .btn-easter {
        padding: 6px 24px;
        font-size: 14px
    }

    .FrameBottomEster {
        width: 70px;
        right: 20px;
        margin-top: -50px
    }

    .white-bg-section .ClienDetails {
        padding: 50px 50px 0 0
    }

    .ClientPic-test {
        width: 60px
    }

    .contactform-hero {
        background-image: url(/assets/img/assets-img/HeroContactformMobile.png)
    }

    .contact-Div button {
        margin-top: 5px
    }

    .countdownDivxmas.herocountdown ul li {
        font-size: 14px !important
    }

    .countdownDivxmas.herocountdown {
        width: 270px
    }

    .site-react .nativeWork .projectTab a {
        height: 150px
    }

    .site-react .nativeWork .projectSnapReactN:before {
        top: -30px;
        right: 50px
    }

    .site-independence-day-usa .easteraward .certificatDiv img {
        width: 45%
    }

    .site-independence-day-usa .easteraward .award-box {
        background-size: 49%
    }

    .site-independence-day-usa .easteraward .slick-track {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .site-independence-day-usa .easteraward .slick-track .slick-slide {
        margin-bottom: 12px !important
    }

    .site-independence-day-usa .usaservices .row>* {
        width: 50%;
        max-width: 50%
    }

    .servicesApp span {
        font-size: 12px
    }

    .servicesApp span {
        margin-top: -20px
    }

    .site-independence-day-usa section.usaservices {
        padding-bottom: 20px
    }

    .site-independence-day-usa .techSection h3 small {
        font-size: 20px
    }

    .FrameBottom_us1 {
        left: 0px;
        width: 60px
    }

    .FrameBottom_usa {
        right: 10px;
        width: 65px
    }

    .site-independence-day-usa section#SolutionsTestimonials {
        padding-top: 10px
    }

    .site-independence-day-usa .MainTestimonials_V2.pt-30 {
        padding: 0px
    }

    .site-independence-day-usa .white-bg-section .ClientSec3 {
        margin: -150px -130px 0 0
    }

    .site-independence-day-usa .white-bg-section .ClientSec1 {
        left: 10px
    }

    .white-bg-section .ClienDetails {
        padding: 50px 0px 0 0;
        justify-content: center
    }
}

@media only screen and (max-width: 480px) {
    .ourReactSection .react-heroIcon .groovyAbout .groovyAboutDetails {
        width: 110px;
        height: 120px
    }

    .claim a span {
        font-size: 10px
    }

    .countdownDivxmas.herocountdown a {
        float: none
    }

    .techSection .countdownDivxmas ul li {
        font-size: 20px
    }

    .techSection .countdownDivxmas {
        width: 250px
    }

    .site-happy-easter .hero {
        padding: 110px 0 20px 0
    }

    .site-happy-easter .hero-centerLi {
        padding: 20px 10px 0
    }

    .contactform-hero {
        margin: 20px 0 60px 0
    }

    .ContactFormMain {
        padding: 0
    }

    .group-input i {
        font-size: 18px
    }

    .ContactLineDark {
        margin: 30px 0 10px 0
    }

    .contactTitle .anyTimeTitle {
        font-size: 14px
    }

    .contactShare {
        padding: 10px 0 10px 0
    }

    .InquiriesDetails {
        text-align: center
    }

    .InquiriesDiv {
        flex-wrap: wrap;
        justify-content: center
    }

    .contactShare {
        padding: 0px 0 10px 0
    }

    .site-happy-easter .hero {
        padding: 10px 0 20px 0
    }

    .contactform-hero .contact-modal-header h2 {
        padding-top: 0
    }

    .easteraward .award {
        padding-top: 20px
    }

    section.easteraward.pt-0 {
        padding: 20px 0
    }

    .CostEaster:before,
    .Costusa:before {
        height: 400px
    }
}

@media only screen and (max-width: 320px) {
    #dy-popup-bottom.makar-sankranti .countdownDivxmas {
        margin-left: -5px;
        margin-bottom: 5px
    }

    #dy-popup-bottom.makar-sankranti .claim {
        padding-right: 15px
    }

    #dy-popup-bottom .countdownDivxmas {
        width: 160px
    }

    #dy-popup-bottom.makar-sankranti a.btn-tnc {
        padding-bottom: 0
    }
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

@media only screen and (max-width: 320px) {
    .bringBg {
        padding: 20px 0 0 0
    }

    .lifeGroovy p {
        font-size: 8px
    }

    .bringDetails h2 span {
        font-size: 8px
    }

    .benefityDatapoint ul li:after {
        width: 5px;
        height: 5px;
        top: 6px
    }

    .callHero {
        width: 69%;
        right: -85% !important;
        font-weight: 600;
        border: 1px solid;
        border-radius: 50%;
        position: absolute;
        right: 1%;
        top: 2%;
        z-index: 99999
    }

    .benefityDatapoint ul li:after {
        width: 5px;
        height: 5px;
        top: 6px
    }
}

.call-pill-style {
    top: 400px
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite
}

.subTextCategory p::first-letter {
    color: #104cba;
    font-weight: 700;
    display: inline-block
}

.hide-loader {
    display: none !important
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: Arvo, serif
}

.page_404 img {
    width: 100%
}

.four_zero_four_bg {
    background-image: url(/assets/img/svg/404_error.svg);
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.four_zero_four_bg h1 {
    font-size: 80px
}

.four_zero_four_bg h3 {
    font-size: 80px
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block
}

.contant_box_404 {
    margin-top: -50px
}

.page_404 .container h1 {
    font-weight: 700;
    color: #104cba;
    text-transform: capitalize;
    padding-bottom: 12px;
    letter-spacing: normal;
    padding: 6% 0 0 0
}

.project-slider-web {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease
}

.project-slider-web.slick-initialized {
    visibility: visible;
    opacity: 1
}

.footer-accreditations img {
    max-width: 50%;
    width: 170px
}

.footer-accreditations .footer-info {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-accreditations .design-rush img {
    width: 230px;
    max-width: 65%
}

.footer-accreditations .goodfirms img {
    width: 160px;
    max-width: 70%
}

.footer-accreditations {
    padding: 0 0 10px 0
}

.footer-accreditations p.Section-Title {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0
}

.footer-accreditations a {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    align-self: stretch;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 8%)
}

@media (hover: none) and (pointer: coarse) {

    .scroll-downs,
    #awards {
        display: none
    }
}

.section-title.sub-sec-title {
    text-align: left;
    margin-bottom: 10px
}

.sub-sec-title h3 {
    font-size: 26px;
    font-weight: bold;
    font-family: Poppins, sans-serif
}

.sub-sec-title small {
    letter-spacing: 0.4px
}

.style-check li:first-child {
    padding: 5px 0 0 0
}

.style-check li {
    padding: 15px 0 0 0
}

.center-kick-start {
    margin-top: 70px
}

.center-kick-start small {
    font-size: 32px;
    letter-spacing: 0.5px
}

.style-check {
    list-style: none;
    margin: 0;
    padding: 0
}

.style-check img {
    width: 22px;
    vertical-align: top;
    margin-right: 12px
}

.hiring-popup {
    border: 1px solid rgb(16 76 186 / 21%);
    padding: 30px;
    width: 260px;
    position: fixed;
    top: 110px;
    right: 60px;
    z-index: 11;
    background: #111;
    border-radius: 5px
}

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

.hiring-popup .hiring-box h2 {
    font-family: "Spartan", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold
}

.hiring-popup .hiring-box h5 {
    font-family: "Spartan", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold
}

.hiring-popup .hiring-box a {
    margin-top: 0.6rem;
    font-size: 15px;
    line-height: 24px;
    color: #ddd;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px
}

.hiring-popup .hiring-box .close-btn {
    background-color: transparent;
    border: none;
    position: absolute;
    top: -34px;
    right: -42px;
    cursor: pointer
}

.hide-popup {
    display: none
}

.ParticipantsUserVideo object {
    width: 800px;
    height: 500px;
    max-width: 100%;
    max-height: 100%
}

.videoPlayerModal .modal-dialog {
    max-width: 100%
}

@media screen and (max-device-width: 730px) and (max-device-height: 480px) {
    .solution-page .landing-hero-left {
        padding-top: 80px
    }

    .landing-one .bodyG:before {
        width: 100%;
        right: 0;
        top: 0;
        left: 0;
        transform: translate(230px, 10px);
        -ms-transform: translate(230px, 10px);
        -o-transform: translate(230px, 10px);
        -moz-transform: translate(230px, 10px);
        -webkit-transform: translate(230px, 10px)
    }

    .hero .Hero_Description {
        font-size: 12px;
        margin-top: 5px;
        line-height: 1.5em;
        padding-bottom: 10px
    }

    .hero .solution-page h1 {
        font-size: 22px;
        line-height: 18px
    }

    .certificatDiv.ComplianceDiv {
        padding-top: 14px;
        margin: 0 auto
    }

    .weMedical {
        margin-bottom: 5px
    }

    .weMedical {
        font-size: 10px;
        margin-bottom: 5px
    }

    .DevelopmentServices:before {
        width: 40vw;
        height: 42vh;
        left: -50px;
        top: -50px
    }

    .DevelopmentTabs li a {
        padding: 24px 12px 24px 50px
    }

    .CEO-BG:before {
        height: 277px;
        border-radius: 3px 3px 0 0
    }

    .connect-BtnDiv a {
        padding: 15px 18px 13px 18px
    }

    .benifitPhoto {
        padding: 0 0 1rem 0
    }

    .benifitDetails .practicesmall_vector:after {
        right: -600px
    }

    #SolutionsTestimonials .light-bg-section:before {
        top: 133px
    }

    .peakTitle {
        font-size: 14px
    }

    .peakLine {
        font-size: 8px
    }

    .Clientpeak {
        left: -36px
    }

    .playBG {
        font-size: 16px;
        right: 0px;
        bottom: 20px;
        width: 30px;
        height: 30px
    }

    .Peak_Arrow {
        width: 50px
    }

    .ClientquotesName {
        font-size: 10px
    }

    .ClientDesignation {
        font-size: 10px
    }

    .ClientquotesLine {
        font-size: 10px;
        line-height: 16px
    }

    .Clientquotes i {
        font-size: 16px;
        line-height: 45px;
        left: 12px
    }

    .Clientquotes {
        width: 40px;
        height: 40px;
        left: 10px;
        bottom: -30px
    }

    .ClientSec2 .Development_Vector2:after {
        top: -40px;
        right: 40px;
        width: 45px;
        height: 45px
    }

    .slider-solutions:before {
        bottom: -33px !important;
        width: 30px !important;
        height: 30px !important;
        top: auto !important;
        right: 120px !important
    }

    section#faqs {
        padding-bottom: 20px !important
    }

    .Leadership1_vector:before {
        top: -50px
    }

    .Leadership2_vector:before {
        top: -200px
    }
}

@media screen and (max-device-width: 1024px) and (max-device-height: 768px) {
    .solution-page.hero-centerLi {
        padding: 0 50px 0 30px
    }

    .videoDiv {
        text-align: center
    }

    .practiceMain_vector::after {
        top: -430px;
        height: 60vh
    }

    .landing-one .bodyG:before {
        width: 390px
    }

    .ComplianceDiv .clutch-top img {
        max-height: 35px
    }

    .ComplianceDiv img {
        max-height: 40px
    }

    .OfferedDivSlider .slick-slide img,
    .OfferedDivSlider1 .slick-slide img {
        width: auto;
        height: 460px
    }

    .OfferedSlider1,
    .OfferedSlider2 {
        width: 300px
    }

    .OfferedDivSlider .slick-slide img {
        margin: 0
    }

    #OfferedDivSlider {
        border-radius: 14%;
        overflow: hidden
    }

    .detail-box {
        min-height: 150px
    }

    .detail-box-text .title-detail-box {
        font-size: 11px
    }

    .featureDiv:before {
        width: 90vw;
        height: 90vh;
        left: -205px
    }

    .menu-list a.detail-box.selected:before {
        right: -26px
    }

    .menu-list [class*="col-"]:nth-child(2) a.detail-box.selected:before {
        right: -18px
    }

    .menu-list [class*="col-"]:nth-child(4) a.detail-box.selected:before {
        right: -24px
    }

    .menu-list [class*="col-"]:nth-child(4) a.detail-box.selected:before {
        right: -24px
    }

    .right-points .menu-list [class*="col-"]:nth-child(3) a.detail-box.selected:before {
        left: -55px
    }

    .right-points .menu-list [class*="col-"]:nth-child(1) a.detail-box.selected:before {
        left: -56px;
        top: 50px
    }

    .featureDiv img {
        width: 350px !important;
        height: auto;
        left: -7px
    }

    .featureDiv-Slider .slick-slide img {
        height: 694px;
        width: auto !important
    }

    .AppConsultingDiv {
        padding: 0 20px
    }

    .DevelopmentTabs li a {
        padding: 24px 16px 24px 50px
    }

    .tabSubtext {
        padding: 0 40px 0 0
    }

    .ConsultingBox p {
        font-size: 18px
    }

    .ConsultingBox small {
        font-size: 9px
    }

    .Development_Vector1:before {
        top: 340px
    }

    .Development_Vector1:after {
        top: -46px
    }

    .DevelopmentServices:before {
        width: 17vw;
        height: 20vh;
        left: -70px;
        top: 10px;
        opacity: 0.8
    }

    .CeoAboutTitle {
        font-size: 16px
    }

    .CeoSubline {
        font-size: 12px;
        margin-bottom: 12px
    }

    .CeoAbout,
    .QuotesLine {
        font-size: 11px
    }

    .appCustomTitle {
        font-size: 11px;
        margin-bottom: 30px
    }

    .ceoQuotes small {
        font-size: 30px
    }

    .VecArrow {
        width: 60px
    }

    .ceoQuotes {
        margin-top: 20px
    }

    .CEO-Sign {
        width: 40px
    }

    .Leadership2_vector:after {
        width: 90px;
        top: 110px;
        height: 90px;
        right: 0;
        left: 80px
    }

    .readyBoost {
        font-size: 11px
    }

    .readyBoostSub {
        font-size: 9px
    }

    .consultationDiv small {
        font-size: 9px;
        width: 300px
    }

    .contactTitle p {
        font-size: 12px
    }

    .contactShare {
        padding: 60px 0 90px 0
    }

    .contactShare ul li a {
        margin: 10px 0
    }
}

.recent-blog-posts .post-box {
    height: auto;
    cursor: pointer
}

.recent-blog-posts .post-box .post-img {
    overflow: hidden;
    margin: -30px -30px 15px;
    position: relative
}

.recent-blog-posts .post-box .post-img img {
    transition: 0.5s
}

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

.recent-blog-posts .blog-profile-div {
    display: flex;
    align-items: center;
    padding-top: 8px
}

.recent-blog-posts .blog-profile-div img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px
}

.recent-blog-posts .blog-profile-name p {
    margin: 0;
    color: #104cba;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: Kanit, sans-serif
}

.recent-blog-posts .text-c {
    text-transform: capitalize
}

.recent-blog-posts.more-blog .post-box .post-title {
    font-size: 20px;
    text-transform: capitalize;
    font-family: Kanit, sans-serif;
    letter-spacing: unset
}

.recent-blog-posts .post-box .post-title a {
    font-size: 17px;
    color: #252b33;
    font-weight: 600;
    margin: 12px 0;
    position: relative;
    transition: 0.3s;
    letter-spacing: 1px
}

.recent-blog-posts .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    line-height: 1.2;
    overflow-wrap: break-word
}

.recent-blog-posts .post-box .post-date {
    font-size: 14px;
    font-weight: 500;
    color: rgba(1, 41, 112, 0.6);
    font-family: Kanit, sans-serif;
    display: block;
    margin-bottom: 0;
    letter-spacing: 0.1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

section.more-blog.recent-blog-posts {
    font-family: Kanit, sans-serif
}

.recent-blog-posts .post-box .post-date {
    font-size: 14px;
    font-weight: 500;
    color: rgba(1, 41, 112, 0.6);
    font-family: Kanit, sans-serif;
    display: block;
    margin-bottom: 0;
    letter-spacing: 0.1px
}

.recent-blog-posts .post-box .post-date small {
    display: inline-block;
    line-height: normal;
    background-color: rgba(1, 41, 112, 0.6);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: relative;
    top: -3px;
    margin: 0 5px
}

.recent-blog-posts .section-title {
    text-align: center;
    margin-bottom: 30px
}

.recent-blog-posts .section-title h4 {
    color: #252b33;
    font-size: 40px;
    letter-spacing: normal;
    font-weight: 700;
    text-transform: capitalize
}

.recent-blog-posts .post-box:hover .post-title a {
    color: #104cba
}

@media (max-width: 1024px) {
    .recent-blog-posts .post-box {
        padding: 20px;
        margin: 5px
    }
}

@media (max-width: 991px) {
    .groovytab-content {
        width: calc(49.33% - 20px)
    }
}

.site-get-in-touch #header-share a {
    display: inline-block;
    margin: 0 auto;
    padding: 40px 0 30px;
    position: relative
}

.site-get-in-touch #header-share::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/assets-img/shadow.png);
    width: 180px;
    height: 200px;
    background-repeat: no-repeat;
    top: 0px;
    left: 200px
}

.site-get-in-touch .fixed-top {
    position: inherit
}

.site-get-in-touch .mainDivWizard {
    min-height: auto
}

.site-get-in-touch .social-connect {
    text-align: center;
    display: block;
    z-index: 1;
    padding: 20px 70px 0 70px
}

.site-get-in-touch .icon-social-div {
    background-color: #fff;
    border: 1px solid #1e62e2;
    border-radius: 100px;
    padding: 26px 30px;
    justify-content: space-evenly;
    display: flex
}

.site-get-in-touch .icon-social-div a {
    border: 3px solid #afafaf;
    font-size: 32px;
    padding: 14px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 20px;
    color: #afafaf
}

.site-get-in-touch .icon-social-div a:hover {
    color: #104cba;
    border-color: #104cba
}

.site-get-in-touch .social-connect h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #1d1d1d;
    font-family: Kanit, sans-serif
}

.site-get-in-touch .share-page .leaderBg {
    background: #104cba;
    background: -moz-linear-gradient(left, #104cba 0%, #3175f8 120%);
    background: -webkit-linear-gradient(left, #104cba 0%, #3175f8 120%);
    background: linear-gradient(to right, #104cba 0%, #3175f8 120%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#104cba', endColorstr='#3175f8', GradientType=1);
    padding: 6rem 4rem 4rem;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    position: relative;
    top: -60px
}

.site-get-in-touch .share-page .EstMain,
.mainDivWizard {
    text-align: center
}

.site-get-in-touch .share-page .app-estimate-step .control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 1px 3px 8px 0 rgb(16 76 186/11%);
    padding: 0;
    width: 200px;
    height: 170px;
    margin: 18px;
    text-align: center;
    border-radius: 5px
}

.site-get-in-touch .share-page .app-estimate-step .control {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    height: 100%;
    font-weight: 700
}

.site-get-in-touch .share-page .app-estimate-step .checkImg {
    height: 116px;
    width: 80px;
    vertical-align: middle;
    display: flex;
    width: auto;
    align-items: center
}

.site-get-in-touch .share-page .app-estimate-step .control-group span {
    padding: 10px;
    display: block;
    line-height: 18px;
    font-size: 16px;
    text-transform: uppercase;
    color: #484848
}

.site-get-in-touch .share-page .app-estimate-step .control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.site-get-in-touch .share-page .app-estimate-step .control-group img {
    padding: 35px 10px 30px;
    display: block;
    margin: 0 auto;
    max-height: 130px
}

.site-get-in-touch .share-page .ideabook-btnDiv a {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    width: 24%;
    padding: 10px;
    margin: 30px auto 0;
    color: #000 !important
}

.site-get-in-touch .share-page .ideabook-btnDiv small {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Kanit, sans-serif;
    display: block;
    margin-top: 10px
}

.site-get-in-touch .share-page .leaderBg:before {
    position: absolute;
    background-image: url(/assets/img/half_Leader_lineSection.png);
    content: "";
    width: 1230px;
    height: 550px;
    z-index: -1;
    bottom: 0;
    background-repeat: no-repeat;
    top: 0;
    right: auto;
    background-size: contain;
    left: 14%;
    opacity: 0.7
}

.site-get-in-touch .share-page .vectorApp:after {
    position: absolute;
    background-image: url(/assets/img/assets-img/S1.png);
    content: "";
    width: 100px;
    height: 100px;
    z-index: 1;
    bottom: 0;
    background-repeat: no-repeat;
    top: 240px;
    right: 90px;
    background-size: cover;
    transform: rotate(45deg)
}

.site-get-in-touch .share-page .btn:hover {
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    opacity: 0.9
}

.site-get-in-touch .share-page h3 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 1.5px;
    padding: 0 210px;
    font-family: Kanit, sans-serif;
    margin: 10px 0 5px 0
}

.site-get-in-touch .Details-share-call a {
    font-size: 14px;
    color: #484848;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 14px;
    display: inline-block;
    font-family: Kanit, sans-serif
}

.site-get-in-touch .Details-share-call a i {
    color: #104cba;
    font-size: 20px;
    padding-right: 5px
}

.site-get-in-touch .adrs small {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 0 35px;
    display: block;
    letter-spacing: 1px;
    font-family: Kanit, sans-serif
}

.site-get-in-touch .adrs img {
    width: 32px;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    margin-top: 4px
}

.site-get-in-touch .Details-share-call {
    width: 30%;
    position: relative
}

.site-get-in-touch .footer-data .row {
    justify-content: space-between
}

.site-get-in-touch .Details-share-call a img {
    position: relative;
    left: -10px;
    width: 26px
}

.site-get-in-touch .header-logo-share {
    width: 220px;
    margin: 0 auto;
    display: block
}

section.main-body-part-share {
    padding: 0
}

.site-get-in-touch .icon-social-div a svg {
    width: 32px;
    height: auto
}

@media only screen and (max-width: 1599px) {
    .site-get-in-touch .social-connect h2 {
        font-size: 18px
    }

    .site-get-in-touch .header-logo-share {
        width: 200px
    }

    .site-get-in-touch .share-page h3 {
        font-size: 20px
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group img {
        max-height: 114px
    }

    .site-get-in-touch .share-page .app-estimate-step .checkImg {
        height: 100px
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group {
        width: 180px;
        height: 150px
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group span {
        line-height: 8px;
        font-size: 16px
    }

    .site-get-in-touch .social-connect {
        padding: 10px 100px 0 100px
    }

    .site-get-in-touch .icon-social-div {
        padding: 20px 30px
    }

    .site-get-in-touch footer {
        padding-bottom: 10px
    }

    .site-get-in-touch .share-page .leaderBg {
        padding: 6rem 4rem 2.5rem
    }

    .site-get-in-touch .Details-share-call a {
        font-size: 15px
    }

    .site-get-in-touch .Details-share-call a img {
        width: 24px
    }

    .site-get-in-touch .footer-data {
        padding: 0 32px
    }
}

@media only screen and (max-width: 1199px) {
    .site-get-in-touch .social-connect h2 {
        font-size: 16px
    }

    .site-get-in-touch .social-connect {
        padding: 10px 50px 0 50px
    }

    .site-get-in-touch .share-page h3 {
        font-size: 16px
    }

    .site-get-in-touch .header-logo-share {
        width: 180px
    }

    .site-get-in-touch header#header a {
        padding: 24px 0 24px
    }

    .site-get-in-touch .icon-social-div a svg {
        width: 24px
    }

    .site-get-in-touch .icon-social-div a {
        font-size: 32px;
        padding: 13px;
        width: 55px;
        height: 55px;
        line-height: 10px
    }

    .site-get-in-touch .share-page h3 {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 0 80px
    }

    .site-get-in-touch .share-page .ideabook-btnDiv small {
        font-size: 10px
    }

    .site-get-in-touch .footer-data {
        padding: 0
    }

    .site-get-in-touch .share-page .leaderBg {
        padding: 5rem 4rem 2.5rem
    }

    .site-get-in-touch .adrs small {
        font-size: 10px
    }

    .site-get-in-touch .Details-share-call a {
        font-size: 13px
    }
}

@media only screen and (max-width: 991px) {
    .site-get-in-touch .social-connect h2 {
        font-size: 12px
    }

    .site-get-in-touch .icon-social-div a {
        padding: 11px;
        width: 50px;
        height: 50px;
        border: 2px solid #afafaf
    }

    .site-get-in-touch .share-page h3 {
        font-size: 16px
    }

    .site-get-in-touch .share-page .leaderBg {
        padding: 5rem 2rem 2rem
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group {
        width: 140px;
        height: 130px
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group img {
        max-height: 110px
    }

    .site-get-in-touch .share-page .app-estimate-step .checkImg {
        height: 84px
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group span {
        font-size: 14px
    }

    .site-get-in-touch .share-page .ideabook-btnDiv a {
        margin: 20px auto 0;
        width: 40%
    }

    .site-get-in-touch .Details-share-call a {
        font-size: 12px
    }

    .site-get-in-touch .adrs small {
        font-size: 10px;
        padding: 0 0 0 26px
    }

    .site-get-in-touch .adrs img {
        width: 26px
    }

    .site-get-in-touch .Details-share-call a img {
        left: -10px
    }
}

@media only screen and (max-width: 760px) {
    .site-get-in-touch .icon-social-div a {
        padding: 8px;
        width: 40px;
        height: 40px
    }

    .site-get-in-touch .social-connect {
        padding: 10px 20px 0 20px
    }

    .site-get-in-touch .icon-social-div {
        padding: 14px 8px
    }

    .site-get-in-touch .share-page h3 {
        font-size: 12px;
        padding: 0
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group {
        width: 120px;
        height: 110px;
        margin: 8px
    }

    .site-get-in-touch .ideabook-btnDiv {
        padding: 0px 0px 0 0
    }

    .site-get-in-touch .share-page .app-estimate-step .checkImg {
        height: 74px
    }

    .site-get-in-touch .Details-share-call a {
        font-size: 10px;
        letter-spacing: 0.5px
    }

    .site-get-in-touch .Details-share-call a img {
        width: 20px
    }

    .site-get-in-touch .adrs small {
        letter-spacing: 0.5px
    }

    .site-get-in-touch .icon-social-div a svg {
        width: 20px
    }

    .site-get-in-touch .share-page .leaderBg {
        top: -40px;
        padding: 4rem 1rem 2rem
    }
}

@media only screen and (max-width: 600px) {
    .site-get-in-touch .share-page .ideabook-btnDiv small {
        font-size: 8px
    }

    .site-get-in-touch .header-logo-share {
        width: 130px
    }

    .site-get-in-touch .social-connect h2 {
        font-size: 10px
    }

    section.main-body-part-share {
        padding: 0 12px
    }

    .site-get-in-touch .share-page h3 {
        font-size: 14px
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group {
        width: 90px;
        height: 95px;
        margin: 4px
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group img {
        max-height: 95px
    }

    .site-get-in-touch .share-page .app-estimate-step .control-group span {
        font-size: 12px
    }

    .site-get-in-touch .share-page .app-estimate-step .checkImg {
        height: 60px
    }

    .site-get-in-touch .share-page .ideabook-btnDiv a {
        width: 90%
    }

    .site-get-in-touch .icon-social-div a svg {
        width: 14px
    }

    .site-get-in-touch .icon-social-div a {
        padding: 3px;
        width: 30px;
        height: 30px;
        border: 1px solid #afafaf
    }

    .site-get-in-touch .social-connect {
        padding: 10px 10px 0 10px
    }

    .site-get-in-touch .Details-share-call {
        width: 100%;
        margin-bottom: 20px
    }

    .site-get-in-touch .Details-share-call a {
        font-size: 12px
    }

    .site-get-in-touch .adrs small {
        font-size: 10px
    }

    .site-get-in-touch .Details-share-call a {
        margin-bottom: 8px
    }

    .project-content p {
        height: 102px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }

    .site-app-estimate h4:before,
    .site-app-estimate h4::after {
        display: none
    }

    .site-app-estimate h4 {
        font-size: 22px !important
    }

    .bgWhiteData .tab-content.tabContactDetails form.php-contact-form .common-btn.blue,
    .bgWhiteData .tab-content.tabContactDetails form.php-career-form .common-btn.blue {
        width: 90%;
        padding: 12px 24px
    }

    .bgWhiteData .tab-content.tabContactDetails form.php-career-form .common-btn.blue.browseBtn {
        font-size: 10px;
        padding: 12px 14px;
        width: 100%
    }

    .bgWhiteData .tab-content.tabContactDetails form.php-contact-form .custom-contactPRL.group-input i,
    .bgWhiteData .tab-content.tabContactDetails form.php-career-form .custom-contactPRL.group-input i {
        right: 24px;
        top: 36px
    }

    .uploadDiv .input-group-prepend img {
        width: 45px;
        height: auto;
        top: 2px;
        left: -9px
    }

    .bgWhiteData .tab-content.tabContactDetails form.php-contact-form .row .col-md-6.mb-50 {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 360px) {
    .recent-blog-posts .post-box .post-img img {
        transition: 0.5s;
        object-fit: scale-down;
        width: 100%
    }
}

.row.benefit {
    margin-top: 25px
}

.xmasBell,
.xmasCap {
    display: none
}

.group-input .drop {
    position: absolute;
    top: 50px;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none
}

.input-phone {
    margin-left: 45% !important
}

.mb0 {
    margin-bottom: 0px !important
}

body {
    font-family: Poppins, sans-serif;
    color: #444;
    overflow-x: hidden
}

.label-dark {
    color: #000;
    font-weight: bold;
    font-family: 'Poppins', 'SF Pro Rounded', 'Calibri', 'Arial', 'sans-serif'
}

.swal-text {
    font-family: 'Poppins', 'SF Pro Rounded', 'Calibri', 'Arial', 'sans-serif';
    color: #333;
    font-size: 14px
}

.form-check-input:checked {
    background-color: #104cba;
    border-color: #104cba
}

.site-app-estimate .app-estimate-hero h1 {
    font-family: proxima nova alt rg, sf pro rounded, calibri, arial, 'sans-serif';
    text-transform: uppercase;
    letter-spacing: .3rem;
    line-height: 60px;
    color: #104cba
}

.site-app-estimate .app-estimate-her .landing-hero-left {
    padding-top: 90px
}

.site-app-estimate section#hero.landing-one,
.site-app-estimate-step section#hero.landing-one {
    background: #fff
}

.site-app-estimate .hero .Hero_Description {
    color: #252b33;
    font-weight: 600;
    padding: 0 20px;
    margin-bottom: 30px;
    position: relative
}

.site-app-estimate .hero .Hero_Description:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #104cba;
    border-radius: 30px
}

.site-app-estimate header#header.header-scrolled-white,
.site-app-estimate-step header#header.header-scrolled-white {
    box-shadow: 0 2px 20px rgb(1 41 112 / 10%)
}

.site-app-estimate .estimate-btn-app {
    background-color: #104cbA !important;
    color: #fff !important;
    margin-right: 16px
}

.site-app-estimate .contact-btn-app {
    text-align: center;
    border: 1px solid #104cba !important;
    border-radius: 5px;
    padding: 15px 28px 13px 28px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 0.1em;
    font-weight: 700
}

.site-app-estimate .contact-btn-app:hover {
    opacity: 0.8
}

.site-app-estimate .certificatDiv img {
    width: 80%
}

.site-app-estimate .award-box {
    opacity: 1;
    background-image: none
}

.site-app-estimate .certificatDiv {
    padding-top: 50px
}

.site-app-estimate .solution-hero-img {
    width: 100%
}

.site-app-estimate .app-estimate-her,
.vector-Hero-app {
    position: relative
}

.site-app-estimate .app-estimate:after {
    content: '';
    position: absolute;
    background-image: url(/assets/img/svg/Dot-blue.svg);
    width: 149px;
    height: 91px;
    left: 0;
    bottom: 0
}

.site-app-estimate .vector-Hero-app span {
    display: block;
    position: absolute;
    right: 60px;
    top: 70px;
    transform: rotate(90deg);
    font-size: 14px !important;
    color: #252b33 !important;
    font-weight: bold;
    width: 100px
}

.site-app-estimate .vector-Hero-app span:after {
    background-color: #252b33;
    width: 1px;
    content: '';
    height: 342px;
    position: absolute;
    transform: rotate(90deg);
    border-radius: 5px;
    right: -162px;
    bottom: -161px
}

.Costcalculator .subLine,
.costWhy .subLine {
    font-weight: 500
}

.site-app-estimate h3,
.site-app-estimate h2,
.EngagementModels h4,
.appWorkSection h4,
.AppIndustriesSection h4,
.site-app-estimate h4,
.site-app-estimate h5 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600
}

.site-app-estimate .project-explore {
    margin-top: 0
}

.site-app-estimate section small {
    text-transform: uppercase
}

.site-app-estimate section .consultationDiv small {
    text-transform: initial
}

.site-app-estimate .appWorkSection h4:before {
    left: auto;
    margin: 0 0 0 -330px;
    width: 16%
}

.EngagementModels h4:before {
    margin: 0 0 0 55px;
    left: 0
}

.appWorkSection h4:after {
    width: 16%
}

.site-app-estimate h3:after,
.site-app-estimate h3:before,
.site-app-estimate h2:after,
.site-app-estimate h2:before,
.EngagementModels h4:after,
.EngagementModels h4:before,
.appWorkSection h4:after,
.appWorkSection h4:before,
.AppIndustriesSection h4:after,
.AppIndustriesSection h4:before,
.site-app-estimate h4:before,
.site-app-estimate h4:after {
    top: 14px;
    content: '';
    position: absolute;
    width: 25%;
    height: 2px;
    background-color: #104cba;
    border-radius: 5px;
    margin: 0 0 0 20px
}

.site-app-estimate h3:before,
.site-app-estimate h2:before,
.EngagementModels h4:before,
.appWorkSection h4:before,
.EngagementModels h4:before,
.site-app-estimate h4:before {
    margin: 0 0 0 -50px;
    left: 0
}

.EngagementModels h4:before {
    margin: 0 0 0 85px
}

.AppIndustriesSection h4:before {
    margin: 0 0 0 -345px;
    left: auto
}

.site-app-estimate .AppLeaderSection h4:before {
    left: auto;
    margin: 0 0 0 -165px;
    width: 8%
}

.site-app-estimate h3:before {
    margin: 0 0 0 -70px
}

.site-app-estimate .AppLeaderSection h4:after {
    width: 8%
}

.site-app-estimate .CostWorkMain h2:before {
    margin: 0 0 0 -140px
}

.site-app-estimate .CostWorkMain h3:after,
.site-app-estimate .CostWorkMain h3:before {
    width: 255px
}

.footer .career_inq_footer h4:before,
.footer .career_inq_footer h4:after {
    display: none
}

.site-app-estimate .section-title {
    position: relative
}

.CostcalculatorStage .StageCount {
    background-color: #F7FAFF;
    width: 75px;
    height: 75px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #104cba;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 3px 15px rgb(0 0 0 / 5%);
    margin: 0 auto;
    border-radius: 5px
}

.CostcalculatorStage .StageCount small {
    line-height: normal;
    display: block;
    font-weight: bold
}

.CostcalculatorStage .countBoxTitle {
    color: #104cba;
    margin: 0;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    letter-spacing: 1.5px;
    font-size: 20px;
    padding: 14px 0 6px 0
}

.countBoxSubText {
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 1.5;
    padding: 0 5px;
    color: #404040
}

.countStage {
    margin: 40px 10px 0
}

.site-app-estimate .CostvideoMain {
    position: relative;
    padding-top: 80px
}

.site-app-estimate .CostvideoMain:before {
    background-image: url(/assets/img/assets-img/videoBG.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 2rem 0;
    background-size: cover;
    height: 550px;
    content: '';
    position: absolute;
    z-index: -1
}

.site-app-estimate .practiceMain_vector::after {
    display: none
}

.coseVideo {
    text-align: center;
    padding: 70px 0 0 0;
    border-radius: 10px;
    position: relative
}

.coseVideo img,
.coseVideo iframe {
    border-radius: 10px;
    height: 100%;
    box-shadow: 1px 2px 8px 1px rgb(0 0 0 / 20%);
    width: 85%;
    margin-top: 16px
}

.coseVideo:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-image: url(/assets/img/assets-img/Framewhite.png);
    width: 150px;
    height: 92px;
    top: 40px;
    left: 0px;
    background-repeat: no-repeat
}

.btnSubText {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #9d9595;
    margin-top: 10px
}

.site-app-estimate h3 span,
.site-app-estimate h2 span,
.AppIndustriesSection h4 span,
.EngagementModels h4 span {
    color: #104cba
}

.CostWorkMain {
    padding: 80px 0 0;
    position: relative
}

.Costcalculator p.subLine {
    font-size: 16px;
    margin-top: 24px
}

.costWhy .subLine {
    padding: 0 150px
}

.costWhy .solutions-main {
    padding-top: 40px
}

.CostWorkMain::after {
    background-image: url(/assets/img/svg/curly2line.svg);
    content: '';
    position: absolute;
    right: -10px;
    width: 120px;
    height: 80px;
    top: -30px;
    background-repeat: no-repeat
}

.CostWorkMain h2:before,
.CostWorkMain h2:after,
.CostDevelopment h3:before,
.CostDevelopment h3:after {
    display: none
}

.CostWorkMain::before {
    background-image: url(/assets/img/svg/curlycircle.svg);
    content: '';
    position: absolute;
    left: -180px;
    width: 285px;
    height: 280px;
    top: -100px;
    background-repeat: no-repeat;
    transform: rotate(45deg)
}

.site-app-estimate .light-bg-section.costWhy {
    padding-bottom: 40px !important
}

.SolutionsShadow_vector:before,
.site-app-estimate .AppcostMain_vector:before {
    top: 70px;
    display: none
}

.AppcostMain .Development_Vector2:before {
    top: 100px;
    right: 110px;
    width: 70px;
    height: 70px
}

.AppcostMain .Development_Vector2:after {
    top: 40px;
    width: 50px;
    height: 50px;
    right: 50px
}

.site-app-estimate .characteristicsSection h3:before,
.site-app-estimate .characteristicsSection h2:before {
    margin: 0 0 0 140px;
    left: 0;
    width: 8%
}

.site-app-estimate .characteristicsSection h3:after,
.site-app-estimate .characteristicsSection h2:after {
    width: 8%
}

.characteristicsSection .benifitMainDiv {
    padding: 0.3rem 0rem
}

.calculator_determine {
    font-size: 15px;
    letter-spacing: 1px;
    color: #104cba;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 28px
}

.characteristicsSection .benifitDetails ul li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #104cba;
    left: 0;
    border-radius: 30px
}

.characteristicsSection .benifitDetails ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #104cba;
    left: 0;
    border-radius: 30px;
    margin-top: 8px
}

.characteristicsSection .benifitDetails ul li {
    padding: 6px 0 6px 30px;
    font-family: Nunito, sans-serif;
    font-size: 16px
}

.characteristicsSection .benifitPhoto:before {
    width: 8vw;
    height: 8vh;
    left: -40px;
    top: -2px;
    opacity: 1;
    background-image: url(/assets/img/assets-img/Frame.png)
}

.characteristicsSection .benifitDetails .practicesmall_vector:after {
    display: none
}

.characteristicsSection:after {
    top: 90px;
    right: -20px;
    background-image: url(/assets/img/assets-img/halfcircle1.png);
    content: '';
    width: 70px;
    height: 145px;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain
}

.characteristicsSection {
    position: relative
}

.characteristicsSection .benifitDetails:after {
    background-image: url(/assets/img/assets-img/hexagon.png);
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 500px;
    right: -450px;
    top: 30px
}

.thisWeekSection {
    background-image: url(/assets/img/assets-img/Rectangle.png);
    width: 100%;
    padding: 3rem 0;
    background-size: contain
}

.thisWeekTitle {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-top: 10px
}

.thisWeekSection .ThisText {
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0;
    padding: 0 200px 0 0
}

.ThisTextSecond {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0 150px 0 0
}

.thisWeekSection .ReadMore.text-center.connect-BtnDiv {
    width: 60%
}

.CostDevelopment {
    padding: 20px 0 0 0
}

.site-app-estimate .PriceAppSection h3:before {
    margin: 0 0 0 170px;
    width: 18%
}

.site-app-estimate h3:after {
    margin: 0 0 0 20px !important;
    width: 18%
}

.site-app-estimate .CostDevelopment h3:before {
    margin: 0 0 0 -85px;
    left: 0;
    width: 15%
}

.site-app-estimate .CostDevelopment h3:after {
    width: 200px
}

.DevAppBox {
    background-color: #fff;
    box-shadow: 1px 2px 8px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
    text-align: center;
    padding: 30px 0 0 0;
    overflow: hidden;
    position: relative;
    height: 55vh;
    margin: 10px 15px 0
}

.DevAppBox .DevAppBoxTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #404040;
    padding: 0 10px;
    text-transform: uppercase
}

.DevAppBox p {
    font-size: 18px;
    color: #104cba;
    font-weight: bold;
    margin-bottom: 0
}

.DevAppBox .App-hero-img {
    width: 65%;
    position: relative;
    top: 80px;
    height: auto
}

.DevAppBoxPrice {
    display: flex;
    justify-content: space-around;
    display: none
}

.hoverAppBox {
    background-color: #F5F9FF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 40px 10px 30px 10px;
    border-radius: 0 0 5px 5px;
    cursor: pointer
}

.hoverAppBox {
    background-color: #F5F9FF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 40px 10px 30px 10px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: -100%;
    right: 0;
    left: 0;
    transition: 0.5s
}

.DevAppBox:hover .hoverAppBox {
    bottom: 0
}

.hoverAppBox span {
    font-size: 16px;
    line-height: normal;
    display: block;
    padding: 14px 16px 0px 16px
}

.DevAppBox:hover .DevAppBoxPrice {
    display: flex
}

.DevAppBox:hover .showPrice {
    display: none
}

.sliderApp {
    padding: 20px 100px 20px 100px
}

.DevAppBox:hover .hoverAppBox a {
    font-size: 14px
}

.site-app-estimate .PriceAppSection h3:before,
.site-app-estimate .PriceAppSection h2:before {
    margin: 0 0 0 150px
}

.PriceAppSection .DevelopmentTabs li a {
    font-size: 14px;
    padding: 16px 16px 20px 60px
}

.PriceAppSection .tabappBGd {
    height: 350px;
    overflow: auto
}

.PriceAppSection .tabappBGd::-webkit-scrollbar {
    display: none
}

.blue-bold {
    color: #104cba;
    font-weight: 600
}

.site-app-estimate .AppConsultingDiv .tabSubtext {
    font-size: 16px
}

.PriceAppSection .Development_Vector1::after {
    background-image: url(/assets/img/assets-img/hexagon.png);
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 320px;
    left: 610px;
    top: -20px;
    transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg)
}

.PriceAppSection .Development_Vector2:before {
    top: -40px;
    right: 420px
}

.PriceAppSection .Development_Vector2:after {
    top: -80px;
    right: 350px
}

.PriceAppSection {
    padding-top: 30px;
    padding-bottom: 40px
}

.bgVs1 {
    background-color: #F5F9FF;
    padding: 2rem;
    text-align: justify;
    font-size: 16px;
    font-weight: 500
}

.bgVs1.text-left {
    text-align: justify
}

.bgVs1 p {
    margin-bottom: 10px;
    min-height: 145px
}

.appIconsDiv i {
    font-size: 55px;
    color: #104cba;
    display: flex;
    justify-content: center;
    align-items: center
}

.iconsApps {
    position: relative
}

.iconsApps:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 56vh;
    background-color: #c3baba;
    top: 0;
    bottom: 0;
    left: 50%
}

.appIconsDiv {
    background-color: #fff;
    padding: 1px;
    z-index: 1;
    position: relative;
    top: 50px
}

.appIconsDiv:nth-child(2) {
    top: 140px
}

.appIconsDiv:nth-child(3) {
    top: 250px
}

.site-app-estimate .VsMain h3:before,
.site-app-estimate .VsMain h2:before {
    margin: 0 0 0 -100px;
    width: 16%
}

.site-app-estimate .VsMain h3:after,
.site-app-estimate .VsMain h2:after {
    width: 16%
}

.PriceAppSection .DevelopmentServices:before {
    display: none
}

.bgVs1.text-left,
.bgVs1 {
    position: relative
}

.bgVs1.text-left::after {
    background-image: url(/assets/img/svg/curlycircle.svg);
    content: '';
    position: absolute;
    right: -480px;
    width: 336px;
    height: 330px;
    bottom: -80px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.after-bg::before {
    background-image: url(/assets/img/svg/curly2line.svg);
    content: '';
    position: absolute;
    left: -340px;
    width: 120px;
    height: 80px;
    top: -30px;
    background-repeat: no-repeat;
    transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    -o-transform: rotate(230deg);
    -moz-transform: rotate(230deg);
    -webkit-transform: rotate(230deg)
}

.site-app-estimate .EngagementModels h3:before,
.site-app-estimate .EngagementModels h2:before {
    margin: 0 0 0 -365px;
    left: auto
}

.EngagementBg {
    background-color: #fff;
    box-shadow: 1px 2px 8px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 1.5rem;
    position: relative;
    min-height: 400px
}

.EngagementShap {
    border-top: none;
    border-left: none;
    border-right: 100px solid #104cba;
    border-bottom: 100px solid transparent;
    position: absolute;
    right: 0;
    top: 0
}

.EngagementShap i {
    position: absolute;
    z-index: 1;
    font-size: 32px;
    color: #fff;
    padding: 15px 0px 0 55px
}

.EngagementBg h5 {
    color: #104cba;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 20px 20px 0;
    line-height: 26px
}

.EngagementBg p {
    font-size: 16px;
    font-weight: 500
}

.appWorkSection,
.AppIndustriesSection {
    padding: 50px 0
}

.site-app-estimate .appWorkSection h3:before {
    margin: 0 0 0 -365px;
    left: auto
}

.AppLeaderSection {
    padding: 50px 0 50px
}

.site-app-estimate .AppLeaderSection h3:before {
    margin: 0 0 0 -265px;
    left: auto;
    width: 230px
}

.site-app-estimate .AppLeaderSection h3:after {
    width: 230px
}

.site-app-estimate .TestimonialsApp h3:before {
    margin: 0 0 0 175px;
    left: 0
}

.hero.app-estimate-step {
    background: transparent;
    min-height: 100vh;
    height: auto
}

.coseVideo a.video_play i {
    color: red;
    position: absolute;
    top: 50%;
    right: 45%;
    bottom: 50%;
    left: 45%;
    font-size: 4rem
}

.form-wizard .form-wizard-header {
    text-align: center
}

.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #104cba;
    color: #fff;
    display: inline-block;
    min-width: 100px;
    min-width: 160px;
    padding: 8px 0 12px 0;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer
}

.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
    color: #fff;
    opacity: 0.6;
    text-decoration: none
}

.form-wizard .wizard-fieldset {
    display: none
}

.form-wizard .wizard-fieldset.show {
    display: block;
    text-align: center;
    padding: 0 100px
}

.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%
}

.form-wizard .form-wizard-previous-btn {
    border: 1px solid #104cba;
    background-color: #fff;
    color: #104cba
}

.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888;
    background-color: #f1f1f1;
    border: none
}

.form-wizard .form-control:focus {
    box-shadow: none
}

.form-wizard .form-group {
    position: relative;
    margin: 25px auto;
    max-width: 1380px
}

.form-wizard .focus-input .wizard-form-text-label {
    color: #104cba;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px
}

.form-wizard .form-wizard-steps {
    margin: 30px;
    display: flex
}

.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative
}

.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 12px;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.form-wizard .form-wizard-steps li span {
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 1;
    font-size: 12px
}

.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%
}

.form-wizard .form-wizard-steps li.active span {
    background-color: #104cba;
    color: #fff
}

.form-wizard .form-wizard-steps li.activated span {
    border: 1px solid #104cba !important;
    background-color: #FFF !important;
    color: #104cba !important;
    font-weight: 700
}

.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    background-color: #104cba;
    left: 50%;
    width: 50%;
    border-color: #104cba
}

.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #104cba
}

.form-wizard .form-wizard-steps li:last-child::after {
    left: 0
}

.app-estimate-step fieldset.wizard-fieldset h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
    color: #000;
    position: relative
}

.app-estimate-step .control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 1px 3px 8px 0px rgb(16 76 186 / 11%);
    padding: 0;
    width: 200px;
    height: 190px;
    margin: 18px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 2
}

.app-estimate-step .control {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    height: 100%;
    font-weight: bold
}

.app-estimate-step .control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.app-estimate-step .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent
}

.app-estimate-step .control--radio .control__indicator {
    border-radius: 50%
}

.app-estimate-step .control:hover input~.control__indicator,
.app-estimate-step .control input:focus~.control__indicator {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px
}

.app-estimate-step .control input:checked~.control__indicator {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #104cba
}

.app-estimate-step .control:hover input:not([disabled]):checked~.control__indicator,
.app-estimate-step .control input:checked:focus~.control__indicator {
    background: transparent
}

.app-estimate-step .control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none
}

.app-estimate-step .control__indicator:after {
    content: '';
    position: absolute;
    display: none
}

.app-estimate-step .control input:checked~.control__indicator:after {
    display: block
}

.app-estimate-step .control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0
}

.app-estimate-step .control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.app-estimate-step .control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff
}

.app-estimate-step .control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}

.app-estimate-step .select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%
}

.app-estimate-step .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.app-estimate-step .select select::-ms-expand {
    display: none
}

.app-estimate-step .select select:hover,
.app-estimate-step .select select:focus {
    color: #000;
    background: #ccc
}

.app-estimate-step .select select:disabled {
    opacity: 0.5;
    pointer-events: none
}

.app-estimate-step .select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent
}

.app-estimate-step .select select:hover~.select__arrow,
.app-estimate-step.select select:focus~.select__arrow {
    border-top-color: #000
}

.app-estimate-step .select select:disabled~.select__arrow {
    border-top-color: #ccc
}

.app-estimate-step .control-group img {
    padding: 35px 10px 30px 10px
}

.app-estimate-step .control-group img {
    padding: 35px 10px 30px 10px;
    display: block;
    margin: 0 auto;
    max-width: 90px;
    max-height: 130px
}

section.wizard-section {
    padding-top: 30px
}

.app-estimate-step .control-group span {
    padding: 10px;
    display: block;
    line-height: 18px;
    font-size: 16px;
    text-transform: capitalize
}

.checkImg {
    height: 130px;
    width: 80px;
    vertical-align: middle;
    display: flex;
    width: auto;
    align-items: center
}

.app-estimate-step .form-wizard .form-group i {
    position: relative;
    top: 7px;
    right: -10px;
    font-size: 26px
}

.btn-wizard-Div {
    display: block
}

.flip-icon {
    right: auto;
    left: -5px
}

a.form-wizard-previous-btn.float-left:hover {
    color: #104cba
}

.Next-Div {
    float: right
}

.Previous-Div {
    float: left
}

.checkImg_length {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #104cba;
    position: relative;
    border-radius: 50%
}

.checkImg_length {
    display: flex;
    width: 56px;
    height: 56px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    color: #104cba
}

.checkImg_length h4 {
    position: absolute;
    top: 19px;
    margin-left: 0px;
    font-size: 20px;
    letter-spacing: -2px
}

.checkImg_length:after {
    content: '';
    position: absolute;
    border: 1px dotted #104cba;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 3px;
    left: 3px
}

.wizad-active .checkImg_length:after {
    border: 1px dotted #fff
}

.wizad-active .checkImg_length {
    width: 56px;
    height: 56px;
    background-color: #104cba;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff
}

.app-estimate-step .length_Wizard .control-group {
    height: 120px
}

.length_Wizard .checkImg {
    height: 92px
}

.app-estimate-step .length_Wizard .control-group span {
    margin-top: -20px
}

.form-wizard-steps li:first-child.active:after {
    background-color: #f3f3f3;
    border-color: #ddd
}

.form-wizard .form-wizard-steps li.active::after {
    background-color: #f3f3f3;
    border-color: #ddd
}

.solution-OfferedImg.sslImg {
    width: 95px
}

.form-wizard .form-wizard-steps li.active:last-child::after {
    left: 0;
    background-color: #104cba !important;
    border-color: #104cba !important
}

.wizardHide {
    display: none
}

.lastFormTitle {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px
}

.last-wizard-Bg {
    background-color: #fff;
    box-shadow: 6px 3px 15px rgb(16 76 186 / 10%);
    border-radius: 10px;
    margin-top: 24px
}

.blueBG_offers {
    position: relative;
    background-color: #104cba;
    border-radius: 10px 0 0 10px;
    text-align: center;
    height: 100%
}

.OfferDiv {
    padding: 40px 0 30px 0
}

.blueBG_offers:before {
    position: absolute;
    content: '';
    background-image: url(/assets/img/assets-img/sparkle-confetti.gif);
    width: 100%;
    height: 54%;
    left: 0;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.blueBG_offers:after {
    position: absolute;
    content: '';
    border: 1px dashed #fff;
    width: 97%;
    height: 93%;
    left: 21px;
    right: 0;
    top: 20px;
    bottom: 0;
    border-radius: 10px 0 0 10px
}

.Wizad-OfferedBtn {
    width: 85%;
    height: auto;
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
    z-index: 1
}

.btn-wizadSubmit {
    position: relative
}

.btn-wizadSubmit small {
    display: block;
    color: #104cba;
    font-size: 20px;
    position: relative;
    top: -53px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold
}

.btn-wizadSubmit small i {
    font-size: 34px;
    position: relative;
    top: 8px;
    margin-inline-start: 15px
}

.Wizad-OfferedImg {
    position: relative;
    top: 26px
}

.OfferText h6 {
    font-size: 22px;
    color: #fff;
    padding: 40px 60px 50px;
    line-height: 1.8
}

.OfferText {
    position: relative
}

.OfferText:before {
    position: absolute;
    content: '';
    background-image: url(/assets/img/assets-img/smallDot.png);
    width: 700px;
    height: 320px;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover
}

.OfferText:after {
    position: absolute;
    content: '';
    background-image: url(/assets/img/assets-img/Frame2.png);
    width: 100px;
    height: 120px;
    right: -40px;
    bottom: -28px;
    background-size: cover;
    z-index: 1
}

.lastWizad_FormMain {
    padding: 10px 20px 10px 8px
}

.HoureDiv {
    position: relative;
    display: flex;
    align-items: center
}

.HoureDivBg {
    background-color: #104cba;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 68px;
    left: 8px;
    position: relative
}

.HoureDivBg:before {
    content: '';
    position: absolute;
    border: 1px dotted #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    left: 5px;
    top: 4px
}

.HoureDivBg i {
    margin: 0 0 0 3px
}

.outlinedWizad span {
    display: block;
    color: #104cba;
    font-size: 16px;
    font-weight: 600;
    line-height: normal
}

.outlinedWizad {
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
    align-items: center
}

.outlinedWizad p {
    font-size: 20px;
    font-weight: bold;
    color: #104cba;
    margin: 0
}

.outlinedWizad p small {
    font-size: 15px;
    font-weight: 600
}

.WizadHoursDiv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 50px 0
}

.outlinedWizad {
    padding: 0 0 0 16px;
    display: flex;
    flex-wrap: wrap;
    max-width: 235px;
    align-items: center
}

.WizadLetsForm {
    text-align: center
}

.WizadLetsForm h5 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0
}

.WizadLetsForm small {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 5px 0;
    display: block
}

.GetLink {
    display: block;
    color: #104cba;
    font-weight: bold
}

.GetLink span {
    text-decoration: underline;
    color: #104cba
}

.WizadLetsFormLast .group-input label {
    position: absolute;
    top: -12px;
    font-size: 15px;
    font-weight: bold;
    color: #104cba;
    background-color: #fff;
    padding: 0 5px;
    left: 10px
}

.lastWizad_FormMain .WizadLetsFormLast {
    padding: 65px 40px 0 40px
}

.Wizad_last-input {
    width: 100%;
    border: 1px solid #104cba;
    border-radius: 5px;
    padding: 12px;
    font-size: 14px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none
}

.WizadLetsFormLast .group-input {
    margin-bottom: 15px
}

.contact-number .form-check {
    padding-bottom: 10px
}

.WizadLetsFormLast label,
.WizadLetsFormLast .input-note {
    font-size: 14px;
    font-family: Poppins;
    color: #000;
    padding-bottom: 10px
}

.wizadButton {
    width: 100%
}

section.last-wizard-section {
    padding: 50px 0
}

.wizadDownText {
    font-size: 14px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center
}

.wizadDownText p {
    margin-bottom: 5px;
    font-weight: 600
}

.wizadDownText a {
    font-weight: bold
}

.wizadDownClick {
    padding: 30px 0 30px 0
}

section.wizard-section.steps-wizad {
    display: none
}

.WizadLetsForm {
    position: relative
}

.mainDivWizard {
    min-height: 50vh
}

.WizadLetsForm:after {
    position: absolute;
    content: '';
    background-image: url(/assets/img/assets-img/Frame-1.png);
    width: 80px;
    height: 100px;
    right: 30px;
    bottom: 52px;
    background-size: cover;
    z-index: 1
}

.CustomToolTip {
    position: relative;
    height: 100%
}

.toolbg {
    background-color: #104cba;
    border-radius: 5px;
    padding: 1rem;
    align-items: center;
    display: flex
}

.CustomToolTip .toolbg .InfoTool {
    width: 25px;
    height: 25px;
    padding: 0;
    display: inline-block
}

.CustomToolTip .toolbg span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0;
    margin-left: 10px
}

.toolbg:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: 10px solid;
    border-color: transparent transparent #104cba transparent
}

.CustomToolTip {
    position: absolute;
    height: auto;
    margin-left: 100px;
    ;
    display: none;
    width: 110%;
    transform: translateX(-50%);
    text-align: left;
    z-index: 1
}

.mainDivWizard .control-group:hover .CustomToolTip {
    display: block
}

.site-app-estimate .SolutionsOffered_vector::after {
    top: -30px;
    right: -350px
}

.site-app-estimate .LeftOffered_vector:after {
    top: -460px;
    left: -334px
}

.site-app-estimate .VsMain h3 span {
    font-size: 50px;
    font-weight: 500;
    padding: 0 40px
}

.site-app-estimate .characteristicsSection h3:before,
.site-app-estimate .characteristicsSection h3:after,
.site-app-estimate .VsMain h3:before,
.site-app-estimate .VsMain h3:after {
    display: none
}

.thisWeekSection .connect-BtnDiv a {
    font-size: 16px;
    font-weight: bold
}

.appIconsDiv i.icon-Add {
    padding: 2px 0
}

.EngagementBg .EngagementTitle {
    color: #104cba;
    font-size: 18px;
    padding: 14px 40px 20px 0;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 0
}

.site-app-estimate .PriceAppSection .tabTitle {
    color: #104cba;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 14px
}

.site-app-estimate .AppConsultingDiv .btn-content.slick-arrow {
    position: absolute;
    bottom: -100px;
    left: -100px;
    font-size: 26px;
    font-weight: bold;
    color: #104cba;
    cursor: pointer
}

.site-app-estimate .AppConsultingDiv .btn-content-up {
    position: absolute;
    top: -90px;
    bottom: 0;
    left: -100px;
    font-size: 26px;
    font-weight: 700;
    color: #104cba;
    cursor: pointer
}

@media only screen and (max-width: 1599px) {
    .site-app-estimate .app-estimate-hero h1 {
        line-height: 50px;
        font-size: 40px
    }

    .site-app-estimate h3,
    .site-app-estimate h2,
    .EngagementModels h4,
    .appWorkSection h4,
    .AppIndustriesSection h4 {
        font-size: 28px
    }

    .site-app-estimate h3:after,
    .site-app-estimate h3:before,
    .site-app-estimate h2:after,
    .site-app-estimate h2:before,
    .EngagementModels h4:after,
    .EngagementModels h4:before,
    .appWorkSection h4:after,
    .appWorkSection h4:before {
        width: 330px;
        margin: 0 0 0 24px
    }

    .site-app-estimate h3:before,
    .site-app-estimate h2:before {
        margin: 0;
        left: 0
    }

    .EnhancingBg .section-title span,
    .subLine {
        font-size: 15px
    }

    .CostcalculatorStage .StageCount {
        width: 70px;
        height: 70px;
        font-size: 35px
    }

    .CostcalculatorStage .countBoxTitle {
        font-size: 18px
    }

    .countBoxSubText {
        font-size: 15px
    }

    .section-title small {
        font-size: 16px
    }

    .site-app-estimate .AppConsultingDiv .tabSubtext {
        font-size: 15px
    }

    .site-app-estimate .VsMain h3:before {
        margin: 0 0 0 -5px;
        width: 200px
    }

    .site-app-estimate .VsMain h3:after,
    .site-app-estimate .VsMain h2:after {
        width: 190px
    }

    .site-app-estimate .PriceAppSection h3:before {
        margin: 0 0 0 150px;
        width: 300px
    }

    .site-app-estimate h3:after,
    .site-app-estimate h2:after {
        width: 300px;
        margin: 0 0 0 20px
    }

    .EngagementModels h4:before {
        margin: 0 0 0 115px
    }

    .site-app-estimate .characteristicsSection h3:before {
        margin: 0 0 0 100px;
        width: 120px
    }

    .site-app-estimate .characteristicsSection h3:after {
        width: 120px
    }

    .site-app-estimate .CostDevelopment h3:before {
        margin: 0 0 0 0px
    }

    .site-app-estimate .CostWorkMain h2:before {
        margin: 0 0 0 30px;
        width: 230px
    }

    .site-app-estimate .CostWorkMain h2:after {
        width: 230px
    }

    .site-app-estimate .costWhy h3:before {
        width: 270px;
        margin: 0 0 0 40px
    }

    .site-app-estimate .costWhy h3:after {
        width: 270px
    }

    .Costcalculator p.subLine {
        font-size: 15px;
        margin-top: 24px
    }

    .EngagementBg h5 {
        font-size: 18px
    }
}

@media only screen and (max-width: 1499px) {
    .site-app-estimate .app-estimate:after {
        display: none
    }

    .DevAppBox:hover .hoverAppBox a {
        font-size: 12px
    }

    .hoverAppBox span {
        font-size: 14px
    }

    .DevAppBox h5 {
        font-size: 16px
    }

    .DevAppBox p {
        font-size: 16px
    }

    .EngagementBg h5 {
        font-size: 18px;
        padding: 14px 30px 20px 0
    }

    .projectName p {
        font-size: 26px
    }

    .sliderApp {
        padding: 20px 80px 20px 80px
    }

    .site-app-estimate .solution-hero-img {
        width: 85%
    }

    .Costcalculator p.subLine {
        font-size: 16px
    }

    .CostWorkMain::before {
        left: -240px
    }

    .site-app-estimate h3,
    .site-app-estimate h2,
    .EngagementModels h4,
    .appWorkSection h4,
    .AppIndustriesSection h4 {
        font-size: 26px
    }

    .site-app-estimate h3:before,
    .site-app-estimate h2:before {
        margin: 0 0 0 30px
    }

    .site-app-estimate .costWhy h3:before {
        width: 315px
    }

    .bgVs1 {
        font-size: 14px
    }

    .bgVs1 p {
        min-height: 125px
    }

    .iconsApps:after {
        height: 63vh
    }

    .appIconsDiv i {
        font-size: 50px
    }

    .appIconsDiv:nth-child(2) {
        top: 120px
    }

    .appIconsDiv:nth-child(3) {
        top: 210px
    }

    .site-app-estimate .VsMain h3:before {
        margin: 0 0 0 80px;
        width: 150px
    }

    .site-app-estimate .VsMain h3:after {
        width: 150px
    }

    .calculator_determine {
        font-size: 16px
    }

    .characteristicsSection .benifitDetails ul li {
        font-size: 14px
    }

    .site-app-estimate .characteristicsSection h3:before {
        margin: 0 0 0 100px;
        width: 110px
    }

    .site-app-estimate .characteristicsSection h3:after {
        width: 110px
    }

    .site-app-estimate .AppLeaderSection h4:before {
        margin: 0 0 0 -135px;
        width: 140px
    }

    .site-app-estimate .AppLeaderSection h4:after {
        width: 150px;
        margin: 0 0 0 -10px
    }

    .site-app-estimate h3:after,
    .site-app-estimate h3:before,
    .site-app-estimate h2:after,
    .site-app-estimate h2:before,
    .EngagementModels h4:after,
    .EngagementModels h4:before,
    .appWorkSection h4:after,
    .appWorkSection h4:before,
    .AppIndustriesSection h4:after,
    .AppIndustriesSection h4:before,
    .site-app-estimate h4:before,
    .site-app-estimate h4:after {
        top: 10px
    }

    .SolutionsShadow_vector:before {
        top: 120px
    }

    .site-app-estimate .CostWorkMain h2:before {
        margin: 0 0 0 50px
    }

    .DevAppBox .DevAppBoxTitle {
        font-size: 18px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-centerLi.app-estimate-hero {
        padding: 0 60px
    }

    .site-app-estimate .solution-hero-img {
        width: 75%
    }

    .site-app-estimate h3,
    .site-app-estimate h2,
    .appWorkSection h4,
    .AppIndustriesSection h4 {
        font-size: 24px
    }

    .site-app-estimate h3:before,
    .site-app-estimate h2:before {
        margin: 0 0 0 40px;
        width: 250px
    }

    .site-app-estimate h3:after,
    .site-app-estimate h2:after {
        width: 250px
    }

    .countStage {
        margin: 20px 10px 0
    }

    .countBoxSubText {
        font-size: 14px
    }

    .site-app-estimate .CostWorkMain h3:after,
    .site-app-estimate .CostWorkMain h3:before {
        width: 185px
    }

    .Costcalculator p.subLine {
        font-size: 15px
    }

    .site-app-estimate .costWhy h3:before,
    .site-app-estimate .costWhy h3:after {
        width: 230px
    }

    .site-app-estimate h3:after,
    .site-app-estimate h2:after {
        width: 235px
    }

    .site-app-estimate h3:after,
    .site-app-estimate h3:before,
    .site-app-estimate h2:after,
    .site-app-estimate h2:before {
        top: 11px
    }

    .site-app-estimate .CostDevelopment h3:before {
        width: 180px
    }

    .site-app-estimate .EngagementModels h3:before {
        margin: 0 0 0 -275px
    }

    .EngagementBg h5 {
        font-size: 16px
    }

    .EngagementBg p {
        font-size: 14px
    }

    .EngagementBg {
        min-height: 370px
    }

    .site-app-estimate .AppLeaderSection h3:before {
        margin: 0 0 0 -180px;
        width: 170px
    }

    .site-app-estimate .AppLeaderSection h3:after {
        width: 170px
    }

    .site-app-estimate .app-estimate-hero h1 {
        line-height: 40px;
        font-size: 35px
    }

    .hero .Hero_Description {
        font-size: 12px;
        margin-top: 12px;
        line-height: 18px
    }

    .site-app-estimate .certificatDiv img {
        width: 70%
    }

    .site-app-estimate .certificatDiv .award-box {
        height: 100px
    }

    .DevAppBox .App-hero-img {
        top: 50px
    }

    .site-app-estimate .PriceAppSection h3:before {
        margin: 0 0 0 110px;
        width: 235px
    }

    .site-app-estimate .appWorkSection h3:before {
        margin: 0 0 0 -265px
    }

    .project-content p {
        font-size: 14px
    }

    .site-app-estimate .VsMain h3:before {
        margin: 0 0 0 26px
    }

    .site-app-estimate .CostWorkMain h2:before,
    .site-app-estimate .CostWorkMain h2:after {
        width: 190px
    }

    .site-app-estimate .AppcostMain_vector:before {
        top: -30px
    }

    .SolutionsShadow_vector:before {
        top: 260px
    }

    .site-app-estimate .appWorkSection h4:before {
        left: auto;
        margin: 0 0 0 -280px;
        width: 250px
    }

    .site-app-estimate .appWorkSection h4:after {
        width: 250px
    }

    .AppIndustriesSection h4:before {
        margin: 0 0 0 -265px;
        width: 250px
    }

    .AppIndustriesSection h4:after {
        width: 250px
    }

    .site-app-estimate .AppLeaderSection h4:before {
        margin: 0 0 0 -105px;
        width: 120px
    }

    .site-app-estimate .AppLeaderSection h4:after {
        width: 120px;
        margin: 0 0 0 -10px
    }

    .site-app-estimate .CostWorkMain h2:before {
        margin: 0 0 0 30px
    }

    .EngagementModels h4:before {
        margin: 0 0 0 35px
    }

    .AppLeaderSection h4,
    .site-app-estimate .TestimonialsApp h5 {
        font-size: 24px
    }

    .DevAppBox .DevAppBoxTitle {
        font-size: 16px
    }

    .coseVideo:before {
        top: 47px;
        left: -5px
    }

    .coseVideo img,
    .coseVideo iframe {
        height: 520px
    }

    .FestivalSection h1 {
        font-size: 50px
    }

    .FestivalSection p {
        font-size: 18px
    }

    .outlinedWizad p {
        font-size: 18px
    }

    .outlinedWizad {
        max-width: 190px
    }

    .blueBG_offers {
        border-radius: 45px 0 0 47px
    }

    .countdownDivxmas:after {
        right: -82px
    }
}

@media only screen and (max-width: 1299px) {
    .site-app-estimate .characteristicsSection h3:before {
        margin: 0 0 0 64px
    }

    .detail-box-icons {
        margin-bottom: 10px
    }

    .site-app-estimate .SolutionsShadow_vector:before,
    .site-app-estimate .site-app-estimate .AppcostMain_vector:before {
        top: 130px
    }

    .site-app-estimate .PriceAppSection .Development_Vector2:before {
        right: 320px
    }

    .site-app-estimate .PriceAppSection .Development_Vector2:after {
        right: 260px
    }
}

@media only screen and (max-width: 1280px) and (-Webkit-min-device-pixel-ratio: 1),
(-moz-min-device-pixel-ratio: 1),
(-o-min-device-pixel-ratio: 1),
(min-device-pixel-ratio: 1) and (-Webkit-max-device-pixel-ratio: 1.5),
(-moz-max-device-pixel-ratio: 1.5),
(-o-max-device-pixel-ratio: 1.5),
(max-device-pixel-ratio: 1.5) {
    .ab-test.landing-one .heroHome-slider {
        padding-top: 30px
    }

    .site-app-estimate .app-estimate-hero h1 {
        font-size: 22px;
        letter-spacing: 2px
    }

    .app-estimate-step .opt-pill {
        height: 120px;
        width: 160px
    }

    .checkImg {
        height: 90px
    }

    .app-estimate-step .opt-pill img {
        max-width: 70px;
        max-height: 100px
    }

    .app-estimate-step .opt-pill span {
        font-size: 12px
    }

    p.Hero_Description1 {
        margin-bottom: 10px;
        font-size: 12px
    }

    .site-app-estimate .estimate-btn-app {
        padding: 10px;
        font-size: 10px
    }

    .landing-hero-left {
        padding-top: 40px
    }
}

@media only screen and (max-width: 1199px) {
    .site-app-estimate .vector-Hero-app span {
        right: 20px
    }

    .characteristicsSection .benifitMainDiv {
        padding: 0.3rem 0rem 4rem
    }

    .site-app-estimate .solution-hero-img {
        width: 90%
    }

    .site-app-estimate .SolutionsShadow_vector:before,
    .site-app-estimate .site-app-estimate .AppcostMain_vector:before {
        top: 150px;
        right: 0px
    }

    .site-app-estimate .characteristicsSection h3:before,
    .site-app-estimate .characteristicsSection h3:after {
        width: 60px
    }

    .characteristicsSection:after {
        width: 50px;
        height: 105px
    }

    .thisWeekTitle {
        font-size: 20px
    }

    .thisWeekSection .ThisText {
        font-size: 14px;
        padding: 0 130px 0 0
    }

    .ThisTextSecond {
        font-size: 16px;
        padding: 0 50px 0 0
    }

    .site-app-estimate .CostDevelopment h3:before {
        width: 150px;
        margin: 0 0 0 50px
    }

    .coseVideo img,
    .coseVideo iframe {
        width: 70%;
        height: 450px
    }

    .site-app-estimate .CostvideoMain:before {
        height: 450px
    }

    .thisWeekSection .connect-BtnDiv a {
        font-size: 14px
    }

    .site-app-estimate h3:before,
    .site-app-estimate h2:before {
        margin: 0 0 0 64px
    }

    .site-app-estimate .CostDevelopment h3:after {
        width: 150px
    }

    .DevAppBox p {
        font-size: 14px
    }

    .DevAppBox:hover .hoverAppBox a {
        font-size: 12px;
        padding: 15px 12px 13px 12px
    }

    .hoverAppBox span {
        font-size: 10px;
        padding: 14px 10px 0px 10px
    }

    .DevAppBox h5 {
        font-size: 14px
    }

    .site-app-estimate .AppLeaderSection h3:before {
        margin: 0 0 0 -130px;
        width: 110px
    }

    .site-app-estimate .AppLeaderSection h3:after {
        width: 110px
    }

    .site-app-estimate .CostWorkMain h2:after {
        width: 160px
    }

    .site-app-estimate .PriceAppSection h3:after {
        width: 235px;
        margin: 0 0 0 -10px
    }

    .coseVideo:before {
        top: 47px;
        left: 78px
    }

    .FestivalSection h1 {
        font-size: 36px
    }

    .FestivalSection p {
        font-size: 16px;
        padding: 0px 30px
    }

    .FestivalSection span {
        font-size: 26px
    }

    .lastWizad_FormMain {
        padding: 40px 10px 10px 10px
    }

    .HoureDivBg {
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 55px
    }

    .HoureDivBg:before {
        width: 42px;
        height: 42px
    }

    .outlinedWizad span {
        font-size: 14px;
        letter-spacing: -1px
    }

    .outlinedWizad p {
        font-size: 14px;
        letter-spacing: -1px
    }

    .outlinedWizad {
        max-width: 160px
    }

    .lastWizad_FormMain .WizadLetsFormLast {
        padding: 45px 20px 0 20px
    }
}

@media only screen and (max-width: 1099px) {
    .site-app-estimate .vector-Hero-app span:after {
        height: 170px;
        right: -80px;
        bottom: -75px
    }

    .site-app-estimate .vector-Hero-app span {
        top: 160px
    }

    .site-app-estimate h3:before,
    .site-app-estimate h2:before {
        width: 170px
    }

    .site-app-estimate h3:after,
    .site-app-estimate h2:after {
        width: 170px
    }

    .site-app-estimate .CostWorkMain h3:after,
    .site-app-estimate .CostWorkMain h3:before {
        width: 110px
    }

    .site-app-estimate .costWhy h3:before,
    .site-app-estimate h3:after,
    .site-app-estimate .costWhy h2:before,
    .site-app-estimate h2:after {
        width: 160px
    }

    .sliderApp {
        padding: 20px 30px 20px 30px
    }

    .SolutionsShadow_vector:before,
    .site-app-estimate .AppcostMain_vector:before {
        top: -10px
    }

    .site-app-estimate .characteristicsSection h3:before {
        width: 40px;
        margin: 0 0 0 24px
    }

    .site-app-estimate .characteristicsSection h3:after {
        width: 40px;
        margin: 0 0 0 14px
    }

    .characteristicsSection:after {
        top: 110px
    }

    .site-app-estimate .full-header {
        padding: 0 20px
    }

    .site-app-estimate .AppConsultingDiv {
        padding: 0 20px 0 50px
    }

    .site-app-estimate .CostWorkMain h2:before {
        margin: 0 0 0 82px;
        width: 120px
    }

    .site-app-estimate h3:before,
    .site-app-estimate h2:before {
        margin: 0 0 0 94px
    }

    .site-app-estimate .CostWorkMain h2:after {
        width: 120px
    }

    .site-app-estimate .costWhy h3:before {
        width: 160px;
        margin: 0 0 0 90px
    }

    .site-app-estimate .costWhy h3:after {
        width: 160px
    }

    .site-app-estimate .CostDevelopment h3:before {
        width: 100px
    }

    .site-app-estimate .CostDevelopment h3:after {
        width: 100px
    }

    .DevAppBox h5 {
        font-size: 12px
    }

    .site-app-estimate .PriceAppSection h3:before {
        margin: 0px 0 0 90px;
        width: 160px
    }

    .site-app-estimate .PriceAppSection h3:after {
        width: 160px;
        margin: 0 0 0 -10px
    }

    .PriceAppSection .DevelopmentTabs li a {
        font-size: 13px;
        padding: 20px 14px 20px 50px
    }

    .site-app-estimate .VsMain h3:before {
        margin: 0 0 0 -5px;
        width: 90px
    }

    .site-app-estimate .VsMain h3:after {
        width: 90px
    }

    .EngagementModels h4:before {
        margin: 0 0 0 90px;
        width: 250px
    }

    .EngagementModels h4:after {
        width: 250px
    }

    .site-app-estimate .appWorkSection h4:before {
        margin: 0 0 0 -200px;
        width: 200px
    }

    .site-app-estimate .appWorkSection h4:after {
        width: 200px
    }

    .form-wizard .form-wizard-steps li:first-child:after {
        left: 50px !important
    }
}

@media only screen and (max-width: 1024px) {
    .rangeslider__labels__label {
        font-size: 1em
    }

    .app-estimate-step .prof-set.hide-sub-q h5 {
        left: 0px !important
    }

    .i-head-input.company-name {
        display: block !important;
        margin: auto
    }

    .hide-sub-q .i-head-input.company-name {
        display: none !important
    }

    .i-head-input input,
    .i-head-input select {
        text-align: center !important
    }

    .i-head-input {
        padding: 10px 20px !important
    }

    .form-wizard-steps p {
        display: none
    }

    .EngagementBg .EngagementTitle {
        font-size: 12px;
        line-height: 14px;
        padding: 14px 40px 20px 0;
        text-align: left;
        height: 55px
    }

    .site-app-estimate .solution-hero-img {
        width: 70% !important;
        position: relative;
        top: 50px
    }

    .landing-hero-left {
        padding-top: 90px;
        padding-botton: 10px
    }

    .site-app-estimate .certificatDiv {
        padding-top: 5px
    }

    .site-app-estimate .certificatDiv .award-box {
        height: 70px
    }

    .site-app-estimate .hero .Hero_Description {
        padding: 0 20px;
        margin-bottom: 10px
    }

    .hero .Hero_Description {
        font-size: 11px;
        margin-top: 10px;
        line-height: 14px
    }

    .hero .btn-get-started {
        margin-top: 10px
    }

    .site-app-estimate .certificatDiv img {
        width: 70%
    }

    .site-app-estimate .estimate-btn-app {
        margin-right: 12px;
        font-size: 11px;
        padding: 15px 16px 13px 16px
    }

    .site-app-estimate .contact-btn-app {
        padding: 15px 16px 13px 16px;
        font-size: 11px
    }

    .hero-centerLi.app-estimate-hero {
        padding: 0 20px
    }

    .site-app-estimate .app-estimate-hero h1 {
        line-height: 20px;
        font-size: 20px
    }

    .site-app-estimate .estimate-btn-app {
        padding: 15px 18px 13px 18px
    }

    .site-app-estimate .estimate-btn-app span {
        font-size: 12px
    }

    .site-app-estimate h3,
    .site-app-estimate h2,
    .appWorkSection h4,
    .AppIndustriesSection h4 {
        font-size: 20px
    }

    .thisWeekSection .connect-BtnDiv a {
        font-size: 12px
    }

    .thisWeekSection {
        padding: 2rem 0
    }

    .Costcalculator p.subLine {
        font-size: 14px
    }

    .EngagementBg h5 {
        font-size: 14px;
        line-height: 20px
    }

    .EngagementBg p {
        font-size: 11px;
        text-align: justify;
        line-height: 14px
    }

    .EngagementBg {
        min-height: 340px
    }

    .site-app-estimate h3,
    .site-app-estimate h2,
    .EngagementModels h4,
    .appWorkSection h4,
    .AppIndustriesSection h4 {
        font-size: 20px
    }

    .site-app-estimate .characteristicsSection h3:before,
    .site-app-estimate .characteristicsSection h3:after {
        width: 80px
    }

    .calculator_determine {
        font-size: 14px
    }

    .characteristicsSection .benifitDetails ul li {
        font-size: 12px
    }

    .site-app-estimate .VsMain h3:before {
        margin: 0 0 0 25px;
        width: 110px
    }

    .site-app-estimate h5 {
        font-size: 18px
    }
}

@media only screen and (max-width: 991px) {
    .site-app-estimate section#hero.landing-one {
        padding-bottom: 0
    }

    .mailIcon i.icon-email {
        font-size: 13px
    }

    .iconAdd i {
        font-size: 36px
    }

    .iconAdd.aus-icon i {
        font-size: 28px
    }

    .iconAdd {
        margin-right: 10px;
        width: 50px
    }

    .DevAppBox {
        height: 45vh
    }

    .appIconsDiv:nth-child(3) {
        top: 260px
    }

    .appIconsDiv:nth-child(2) {
        top: 140px
    }

    .appIconsDiv {
        top: 20px
    }

    .coseVideo:before {
        display: none
    }

    .site-app-estimate .StackBox {
        width: 130px
    }

    .ytp-cued-thumbnail-overlay-image {
        background-size: contain !important;
        -moz-background-size: contain !important;
        -webkit-background-size: contain !important
    }

    .site-app-estimate .WorkedWithSection .StackBox span {
        font-size: 10px
    }

    .site-app-estimate .StackBox a {
        padding: 50px 8px
    }

    .site-app-estimate .TechnologyStack.WorkedWith .StackBox a i {
        font-size: 40px
    }

    .site-app-estimate .estimate-btn-app,
    .site-app-estimate .contact-btn-app {
        padding: 12px 10px 11px 10px !important
    }

    .hero .Hero_Description {
        line-height: 12px
    }

    .site-app-estimate .CostvideoMain:before {
        height: 350px
    }

    .site-app-estimate .VsMain h3 span {
        font-size: 18px;
        padding: 0 0px
    }

    .OfferText:before {
        width: 500px
    }

    .lastWizad_FormMain {
        padding: 40px 12px 10px 5px
    }

    .coseVideo img,
    .coseVideo iframe {
        width: 80%;
        height: 350px
    }

    .WizadLetsForm h5 {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0
    }

    .lastWizad_FormMain .WizadLetsFormLast {
        padding: 55px 20px 0 20px
    }

    .site-app-estimate h2:before,
    .characteristicsSection .benifitPhoto:before,
    .iconsApps:after,
    .site-app-estimate .costWhy h3:before,
    .site-app-estimate h3:after,
    .site-app-estimate .costWhy h2:before,
    .site-app-estimate .PriceAppSection h3:before,
    .site-app-estimate h2:after,
    .site-app-estimate .AppLeaderSection h4:before,
    .site-app-estimate .AppLeaderSection h4:after,
    .AppIndustriesSection h4:before,
    .AppIndustriesSection h4:after,
    .EngagementModels h4:after,
    .EngagementModels h4:before,
    .site-app-estimate .appWorkSection h4:before,
    .site-app-estimate .appWorkSection h4:after {
        display: none
    }

    .site-app-estimate h5 {
        font-size: 18px
    }

    .HoureDivBg {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 45px;
        float: left
    }

    .blueBG_offers .offerBtnWizad .btn-wizadSubmit small i {
        top: 5px;
        font-size: 18px
    }

    .outlinedWizad {
        padding: 0 0 0 12px
    }

    .outlinedWizad span {
        font-size: 12px
    }

    .blueBG_offers .offerBtnWizad .btn-wizadSubmit small {
        font-size: 8px;
        top: -24px
    }

    .outlinedWizad p {
        font-size: 14px
    }

    .HoureDivBg:before {
        width: 32px;
        height: 32px;
        left: 4px
    }

    .HoureDiv {
        display: block
    }

    .site-app-estimate .certificatDiv .award-box {
        height: 60px;
        padding: 5px 14px
    }

    .CostcalculatorStage .StageCount {
        width: 60px;
        height: 60px;
        font-size: 24px
    }

    .CostcalculatorStage .countBoxTitle {
        font-size: 14px
    }

    .countBoxSubText {
        font-size: 12px
    }

    .EnhancingBg .section-title span,
    .subLine {
        font-size: 12px
    }

    .thisWeekTitle {
        font-size: 18px
    }

    .thisWeekSection .ThisText {
        font-size: 12px;
        padding: 0 50px 0 0
    }

    .ThisTextSecond {
        font-size: 12px
    }

    .thisWeekSection .ReadMore.text-center.connect-BtnDiv {
        width: 80%
    }

    .site-app-estimate .DevelopmentTabs {
        display: flex;
        flex-wrap: nowrap
    }

    .PriceAppSection .tabappBGd {
        height: auto;
        overflow: auto
    }

    .PriceAppSection .DevelopmentTabs li a {
        font-size: 12px;
        padding: 20px 12px 20px 12px
    }

    .DevelopmentTabs li a i {
        font-size: 18px;
        left: 10px
    }

    .PriceAppSection .DevelopmentTabs li a {
        font-size: 12px;
        padding: 20px 12px 20px 12px;
        width: 190px;
        height: 105px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center
    }

    .PriceAppSection .DevelopmentTabs li a i {
        font-size: 18px;
        position: initial;
        display: block;
        width: 100%
    }

    .site-app-estimate h3:before,
    .site-app-estimate h2:before {
        width: 140px;
        margin: 0 0 0 70px
    }

    .site-app-estimate .CostWorkMain h2:before {
        margin: 0 0 0 72px;
        width: 90px
    }

    .site-app-estimate .costWhy h3:before,
    .site-app-estimate h3:after,
    .site-app-estimate .costWhy h2:before,
    .site-app-estimate h2:after {
        width: 140px
    }

    .site-app-estimate .CostWorkMain h2:after {
        width: 90px
    }

    .site-app-estimate .costWhy h3:before {
        width: 110px
    }

    .site-app-estimate .costWhy h3:after {
        width: 110px
    }

    .site-app-estimate .characteristicsSection h3:before,
    .site-app-estimate .characteristicsSection h3:after {
        width: 40px
    }

    .site-app-estimate .CostDevelopment h3:before {
        margin: 0 0 0px 19px
    }

    .site-app-estimate .sliderPic.slider-thumb {
        width: 200px
    }

    .site-app-estimate .VsMain h3:before {
        margin: 0 0 0 -75px
    }

    .site-app-estimate h3:after {
        margin: 0 0 0 7px
    }

    .site-app-estimate .app-estimate-her,
    .vector-Hero-app {
        display: none
    }

    .bgVs1 {
        font-size: 12px;
        padding: 1rem
    }

    .bgVs1 p {
        min-height: 125px;
        height: 160px
    }

    .EngagementModels h4:before {
        margin: 0 0 0 90px;
        width: 200px
    }

    .EngagementModels h4:after {
        width: 200px
    }

    .EngagementBg h5 {
        font-size: 12px;
        line-height: 16px
    }

    .AppIndustriesSection h4:after {
        width: 170px
    }

    .AppIndustriesSection h4:before {
        margin: 0 0 0 -185px;
        width: 170px
    }

    .site-app-estimate .AppLeaderSection h4:before {
        margin: 0 0 0 -45px;
        width: 100px
    }

    .site-app-estimate .AppLeaderSection h4:after {
        width: 100px;
        margin: 0 0 0 -60px
    }

    .DevAppBox .DevAppBoxTitle {
        font-size: 14px
    }

    .FestivalSection h1 {
        font-size: 24px
    }

    .FestivalSection p {
        font-size: 14px;
        padding: 0px 30px
    }

    .FestivalSection span {
        font-size: 20px
    }

    .snowAB::before {
        right: -49px;
        width: 100px;
        height: 100px;
        top: -30px
    }

    .snowAB::after {
        left: -32px;
        width: 100px;
        height: 115px;
        top: -37px
    }

    small.dot-jam {
        font-size: 18px !important;
        top: 0px;
        left: 3px
    }

    .FestivalSection span {
        font-size: 16px
    }

    .countdownDivxmas {
        width: 210px
    }

    .countdownDivxmas ul li small {
        line-height: 8px;
        font-size: 10px
    }

    .countdownDivxmas ul {
        padding: 4px 16px 12px 16px
    }

    .FestivalSection p {
        margin-bottom: 30px
    }

    .countdownDivxmas:after {
        right: -52px;
        width: 45px;
        height: 50px
    }
}

@media only screen and (max-width: 1024px) and (-Webkit-min-device-pixel-ratio: 1),
(-moz-min-device-pixel-ratio: 1),
(-o-min-device-pixel-ratio: 1),
(min-device-pixel-ratio: 1) and (-Webkit-max-device-pixel-ratio: 1.5),
(-moz-max-device-pixel-ratio: 1.5),
(-o-max-device-pixel-ratio: 1.5),
(max-device-pixel-ratio: 1.5) {
    .landing-hero-left {
        padding-top: 20px
    }

    .site-app-estimate .certificatDiv .award-box {
        height: 90px
    }
}

@media only screen and (max-width: 768px) {
    .Wizad-OfferedImg {
        position: relative;
        top: 26px;
        height: 150px
    }

    .Wizad-OfferedBtn {
        margin-left: 28px
    }

    .site-app-estimate .app-estimate-hero h1 {
        line-height: 24px;
        font-size: 22px
    }

    .site-app-estimate .hero-centerLi.app-estimate-hero {
        padding: 0 30px
    }

    .site-app-estimate .hero .Hero_Description {
        font-size: 10px;
        margin-top: 10px;
        line-height: 14px
    }

    .site-app-estimate .estimate-btn-app {
        padding: 15px 14px 13px 14px
    }

    .site-app-estimate .contact-btn-app {
        padding: 15px 16px 13px 16px
    }

    .site-app-estimate h3:before,
    .site-app-estimate h2:before {
        width: 100px;
        margin: 0 0 0 50px;
        display: none
    }

    .site-app-estimate .costWhy h3:before,
    .site-app-estimate h3:after,
    .site-app-estimate .costWhy h2:before,
    .site-app-estimate h2:after,
    .site-app-estimate .AppLeaderSection h4:before,
    .site-app-estimate .AppLeaderSection h4:after,
    .AppIndustriesSection h4:before,
    .AppIndustriesSection h4:after,
    .EngagementModels h4:after,
    .EngagementModels h4:before,
    .site-app-estimate .appWorkSection h4:before,
    .site-app-estimate .appWorkSection h4:after {
        width: 100px;
        display: none
    }

    .coseVideo img,
    .coseVideo iframe {
        width: 60%;
        height: 250px
    }

    .site-app-estimate .EnhancingBg .section-title span,
    .subLine {
        padding: 0 50px
    }

    .site-app-estimate .CostvideoMain:before {
        height: 250px
    }

    .coseVideo {
        padding: 70px 0 0 0
    }

    .countStage {
        margin: 20px 2px 0
    }

    .site-app-estimate .VsMain h3 span {
        font-size: 20px;
        padding: 0 0px
    }

    .appIconsDiv i {
        font-size: 40px
    }

    .iconsApps:after {
        height: 53vh
    }

    .appIconsDiv:nth-child(2) {
        top: 150px
    }

    .appIconsDiv:nth-child(3) {
        top: 280px
    }

    .EngagementShap {
        border-right: 70px solid #104cba;
        border-bottom: 70px solid transparent
    }

    .EngagementShap i {
        font-size: 26px;
        padding: 10px 0px 0 35px
    }

    .EngagementBg h5 {
        font-size: 11px;
        line-height: 14px;
        padding: 12px 5px 14px 0
    }

    .EngagementBg {
        padding: 1.5rem 0.8rem
    }

    .EngagementBg p {
        font-size: 11px
    }

    .AppLeaderSection h4 {
        font-size: 20px
    }

    .EngagementBg .EngagementTitle {
        font-size: 14px;
        line-height: 12px
    }
}

@media only screen and (max-width: 1100px) {
    .site-app-estimate .solution-hero-img {
        width: 90%;
        display: black
    }
}

@media only screen and (max-width: 991px) {
    .blueBG_offers {
        padding: 0 !important
    }
}

@media only screen and (max-width: 700px) {
    .bgVs1 {
        font-size: 11px
    }

    .coseVideo {
        padding: 30px 0 0 0
    }

    .EngagementShap {
        border-right: 60px solid #104cba;
        border-bottom: 60px solid transparent
    }

    .EngagementShap i {
        font-size: 18px;
        padding: 12px 0 0 36px
    }
}

@media only screen and (max-width: 600px) {
    section.wizard-section {
        padding-top: 100px
    }

    .service-details .breadcrumbHero a.common-btn {
        margin-left: 0
    }

    .countdownDivxmas:after {
        top: 50px;
        right: -42px;
        transform: rotate(175deg);
        -o-transform: rotate(175deg);
        -ms-transform: rotate(175deg);
        -moz-transform: rotate(175deg);
        -webkit-transform: rotate(175deg);
        width: 50px;
        height: 50px
    }

    .snowAB::before {
        right: -9px;
        width: 57px;
        height: 70px;
        top: -24px
    }

    .snowAB::after {
        left: -12px;
        width: 50px;
        height: 55px;
        top: -19px
    }

    .WizadLetsFormLast .group-input label {
        font-size: 14px
    }

    .WizadHoursDiv {
        flex-wrap: initial
    }

    .HoureDivBg:before {
        width: 37px;
        height: 37px;
        left: 5px
    }

    .outlinedWizad {
        padding: 0 0 0 16px
    }

    .outlinedWizad span {
        font-size: 13px
    }

    .FestivalSection h1 {
        margin-bottom: 0px;
        font-size: 22px
    }

    .iconAdd.aus-icon i {
        font-size: 26px
    }

    .HoureDivBg {
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 50px;
        float: left
    }

    .DevAppBox {
        height: 50vh
    }

    .HoureDiv {
        display: block;
        width: 100%
    }

    .site-app-estimate .hero .Hero_Description:before,
    .characteristicsSection:after {
        display: none
    }

    .site-app-estimate .hero .Hero_Description {
        padding: 0
    }

    .site-app-estimate .hero-centerLi.app-estimate-hero {
        padding: 0 20px
    }

    .site-app-estimate .estimate-btn-app {
        padding: 15px 12px 13px 12px;
        margin-right: 10px;
        font-size: 11px
    }

    .site-app-estimate .contact-btn-app {
        padding: 15px 14px 13px 14px
    }

    .site-app-estimate .EnhancingBg .section-title span,
    .subLine {
        padding: 0 10px
    }

    .site-app-estimate .CostvideoMain:before {
        height: 240px;
        background-position: -43px 16px
    }

    .coseVideo img,
    .coseVideo iframe {
        width: 96%;
        height: 180px
    }

    .CostWorkMain::after {
        right: -30px;
        width: 90px;
        height: 50px;
        top: -30px;
        background-size: cover
    }

    .CostWorkMain::before {
        left: -200px;
        width: 70%;
        height: 60%;
        top: -40px;
        background-repeat: no-repeat;
        background-size: cover
    }

    .costWhy .subLine {
        padding: 0 20px
    }

    .AppcostMain .detail-box {
        min-height: 60px
    }

    .ThisTextSecond {
        margin-top: 10px
    }

    .thisWeekSection {
        background-size: cover
    }

    .section-title small {
        font-size: 12px
    }

    .site-app-estimate .AppConsultingDiv {
        padding: 0 10px
    }

    .PriceAppSection .DevelopmentTabs li a {
        text-align: center !important
    }

    .appBGdiv {
        padding: 1rem 1rem
    }

    .site-app-estimate .AppConsultingDiv .tabSubtext {
        font-size: 13px;
        padding: 0 10px 0 0
    }

    .bgVs1 p {
        min-height: auto;
        height: auto;
        text-align: center
    }

    .appIconsDiv {
        position: initial;
        top: 40px;
        display: inline-block
    }

    .iconsApps {
        position: initial;
        display: flex;
        justify-content: space-between;
        padding: 1rem 0
    }

    .EngagementBg {
        margin-bottom: 20px
    }

    .AppLeaderSection h4,
    .site-app-estimate .TestimonialsApp h5 {
        font-size: 18px
    }

    .iconsApps:after {
        display: none
    }

    .DevAppBox .DevAppBoxTitle {
        font-size: 14px
    }

    .DevAppBox .App-hero-img {
        top: 20px
    }

    .Development_Vector1:before {
        display: none;
        top: 370px
    }

    .EngagementBg {
        min-height: auto
    }

    .EngagementModels {
        padding-right: 15px;
        padding-left: 15px
    }

    .calculator_determine {
        font-size: 12px;
        line-height: 20px
    }

    .EngagementBg p {
        font-size: 12px
    }

    .blueBG_offers {
        border-radius: 0;
        height: 30vh
    }

    .OfferDiv {
        padding: 40px 0 20px 0
    }

    .blueBG_offers:after {
        width: 88%;
        height: 87%;
        left: 21px;
        top: 20px;
        border-radius: 10px 0 0 10px
    }

    .CostWorkMain::before,
    .CostWorkMain::after {
        display: none
    }

    .consultationDiv small {
        width: 200px
    }

    .DevAppBox:hover .hoverAppBox a {
        font-size: 9px
    }

    .site-app-estimate .StackBox a {
        padding: 30px 8px
    }

    .site-app-estimate .StackBox {
        width: 110px
    }
}

.Development_Vector1:before {
    display: none
}

.Wizad_last-input option {
    color: gray
}

.Wizad_last-input::placeholder {
    color: gray
}

.form-wizard .form-wizard-steps li:first-child:after {
    background-color: #f3f3f3;
    content: "";
    height: 0px;
    left: 100px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.form-wizard .form-wizard-steps li.activated:first-child:after {
    background-color: #104cba;
    border-color: #104cba
}

.form-wizard .form-wizard-steps li:first-child span {
    background-color: #104cba;
    color: #fff
}

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

    .site-app-estimate h5,
    .site-app-estimate h3,
    .site-app-estimate h2,
    .EngagementModels h4,
    .appWorkSection h4,
    .AppIndustriesSection h4 {
        font-size: 18px
    }

    .HoureDiv {
        margin-bottom: 5px
    }

    .form-wizard .wizard-fieldset.show {
        padding: 0 20px
    }

    .form-wizard .form-wizard-next-btn {
        min-width: 135px
    }

    .form-wizard .form-wizard-steps li:first-child:after {
        left: 35px !important
    }

    .form-wizard .form-wizard-steps li span {
        height: 30px;
        line-height: 30px;
        width: 30px
    }

    .app-estimate-step fieldset.wizard-fieldset h5 {
        font-size: 18px
    }

    .app-estimate-step .control-group {
        width: 180px;
        height: 180px
    }

    .btn-wizadSubmit small {
        font-size: 12px;
        top: -39px
    }

    .btn-wizadSubmit small i {
        font-size: 30px;
        top: 9px
    }

    .lastFormTitle {
        font-size: 16px
    }

    .OfferText h6 {
        font-size: 18px
    }

    .app-estimate-step .control-group span {
        padding: 0px 3px
    }

    .WizadLetsForm:after {
        content: none
    }

    .outlinedWizad span {
        font-size: 14px
    }

    .outlinedWizad p {
        font-size: 16px
    }

    .iconAdd {
        margin-right: 10px;
        width: 50px
    }

    .site-app-estimate .certificatDiv .award-box {
        height: 150px
    }
}

@media only screen and (max-width: 768px) {
    .PriceAppSection .DevelopmentTabs li a {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .wizadDownText {
        flex-direction: column
    }

    .wizadDownText p {
        margin-bottom: -20px
    }

    .WizadLetsForm:after,
    .OfferText:after {
        content: none
    }

    .HoureDiv {
        margin-bottom: 10px
    }

    .lastFormTitle {
        font-size: 14px
    }

    .blueBG_offers .offerBtnWizad .btn-wizadSubmit small {
        font-size: 13px;
        top: -29px
    }

    .blueBG_offers .btn-wizadSubmit small i {
        font-size: 25px;
        top: 6px
    }

    .Wizad-OfferedImg {
        width: 90px;
        height: auto
    }

    .offerBtnWizad {
        display: none
    }

    .OfferText h6 {
        padding: 10px 30px
    }

    .btn-wizadSubmit {
        left: 4px
    }

    .form-wizard .form-wizard-next-btn {
        min-width: 130px
    }

    .FestivalSection h1 {
        font-size: 16px
    }

    .FestivalSection p {
        font-size: 12px;
        padding: 0 30px
    }

    .countdownDivxmas {
        width: 200px
    }

    .countdownDivxmas ul li {
        line-height: 20px
    }

    .FestivalSection p {
        margin-bottom: 20px
    }

    .lastWizad_FormMain {
        padding: 10px
    }

    .OfferDiv {
        padding: 10px
    }

    .site-app-estimate .VsMain h3 span {
        font-size: 16px;
        display: block
    }

    .site-app-estimate h3 {
        font-size: 16px !important
    }

    .logoTec {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 380px) {
    .site-app-estimate .certificatDiv .award-box {
        height: 120px
    }

    .site-app-estimate section#hero.landing-one {
        padding-top: 140px;
        padding-bottom: 0
    }

    .site-app-estimate .estimate-btn-app,
    .site-app-estimate .contact-btn-app {
        padding: 15px 12px 13px 12px;
        font-size: 10px
    }

    .landing-hero-left .estimate-btn-app {
        margin-left: 0
    }
}

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

    .site-app-estimate h5,
    .site-app-estimate h2 {
        font-size: 18px
    }

    .blueBG_offers.offerBtnWizad .btn-wizadSubmit small {
        font-size: 10px;
        top: -32px
    }

    .blueBG_offers .offerBtnWizad .btn-wizadSubmit small i {
        top: 7px
    }

    .HoureDivBg {
        width: 78px;
        height: 65px
    }

    .HoureDivBg:before {
        width: 56px;
        height: 56px
    }

    .OfferText:before {
        display: none
    }

    .Wizad-OfferedImg {
        width: 240px
    }

    .btn-wizadSubmit {
        left: 4px
    }

    .footer .footer-top .footer-info .addFoot p.footerMinTitle {
        font-size: 11px !important
    }
}

@media screen and (max-device-width: 570px) and (max-device-height: 350px) {
    .landing-one .heroHome-slider {
        padding-top: 60px
    }

    .site-app-estimate .certificatDiv img {
        width: 50%
    }
}

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

    .site-app-estimate .estimate-btn-app,
    .site-app-estimate .contact-btn-app {
        padding: 11px 8px 10px !important;
        font-size: 9px
    }

    .site-app-estimate .estimate-btn-app {
        margin-right: 5px !important
    }
}

@media only screen and (max-width: 1000px) {
    .toolbg {
        display: none
    }

    .offerBtnWizad .btn-wizadSubmit small {
        font-size: 10px;
        top: -35px
    }

    .offerBtnWizad .btn-wizadSubmit small i {
        top: 7px;
        font-size: 25px
    }

    .HoureDiv {
        margin-bottom: 5px
    }

    .WizadLetsFormLast {
        padding: 60px 25px 0 25px
    }

    .btn-content.slick-arrow {
        display: none
    }
}

@media only screen and (max-width: 768px),
(orientation:landscape) {
    .WizadLetsForm:after {
        right: -20px
    }
}

@media screen and (orientation:landscape) and (min-device-width: 650px) and (max-device-height: 375px) {
    .hero .Hero_Description {
        font-size: 10px;
        margin-top: 10px;
        line-height: 14px
    }

    .site-app-estimate .app-estimate-hero h1 {
        line-height: 18px;
        font-size: 16px
    }

    .site-app-estimate .hero .Hero_Description {
        margin-bottom: 10px
    }

    .site-app-estimate .hero {
        padding: 140px 0 20px 0
    }

    .site-app-estimate .solution-hero-img {
        width: 80%
    }

    .site-app-estimate .estimate-btn-app {
        padding: 15px 12px 13px 12px;
        margin-right: 8px
    }

    .site-app-estimate .contact-btn-app {
        padding: 15px 10px 13px 10px;
        font-size: 12px
    }

    .site-app-estimate .CostvideoMain:before {
        height: 370px
    }

    .site-app-estimate .light-bg-section.costWhy h3:before {
        margin: 0 0 0 30px
    }

    .site-app-estimate .PriceAppSection h3:before {
        margin: 0px 0 0 20px;
        width: 100px
    }

    .site-app-estimate .PriceAppSection h3:after {
        width: 100px
    }

    .EngagementModels h4:before {
        margin: 0px 0 0 80px;
        width: 140px
    }

    .EngagementModels h4:after {
        width: 140px
    }

    .iconsApps:after {
        height: 164vh
    }

    .EngagementBg h5 {
        font-size: 10px;
        line-height: 14px
    }

    .site-app-estimate h3:before,
    .site-app-estimate h2:before {
        width: 15%;
        margin: 0 0 0 45px
    }

    .site-app-estimate h2:after {
        width: 15%
    }

    .site-app-estimate .light-bg-section.costWhy h3:before {
        margin: 0 0 0 100px
    }

    .EngagementBg {
        min-height: 405px
    }

    .iconsApps:after {
        height: 100vh
    }

    .site-app-estimate .VsMain h3 span {
        font-size: 20px;
        padding: 0 0px
    }

    .characteristicsSection .benifitPhoto:before {
        width: 10vw;
        height: 10vh;
        left: -30px
    }

    .coseVideo img,
    .coseVideo iframe {
        width: 100%;
        height: 100vh
    }

    .coseVideo:before {
        display: none
    }
}

@media screen and (orientation:landscape) and (min-device-width: 668px) and (max-device-height: 376px) {
    .btn-wizadSubmit small {
        font-size: 10px;
        top: -17px
    }

    .Wizad-OfferedBtn {
        width: 75%
    }

    .btn-wizadSubmit small i {
        display: none
    }

    .HoureDivBg {
        width: 80px;
        height: 55px;
        line-height: 57px
    }

    .HoureDivBg:before {
        width: 45px;
        height: 46px
    }

    .offerBtnWizad .btn-wizadSubmit small {
        font-size: 8px;
        top: -16px
    }

    .offerBtnWizad .btn-wizadSubmit small i {
        top: 3px;
        font-size: 16px
    }

    .blueBG_offers {
        padding: 80px 0px
    }
}

@media screen and (orientation:landscape) and (min-device-width: 912px) and (max-device-height: 412px) {
    .hero-centerLi.app-estimate-hero {
        padding: 70px 15px 0 22px
    }

    .site-app-estimate .app-estimate-hero h1 {
        line-height: 20px;
        font-size: 22px
    }

    .hero .Hero_Description {
        font-size: 10px
    }

    .site-app-estimate .estimate-btn-app span {
        font-size: 10px
    }

    .site-app-estimate .certificatDiv {
        padding-top: 10px
    }

    .site-app-estimate .CostvideoMain:before {
        height: 280px
    }

    .coseVideo img,
    .coseVideo iframe {
        height: 350px
    }

    .coseVideo {
        padding: 30px 0 0 0
    }

    .characteristicsSection .benifitPhoto:before {
        width: 10vw;
        height: 10vh;
        left: -30px
    }

    .iconsApps:after {
        height: 131vh
    }

    .EngagementBg {
        min-height: 350px
    }
}

@media screen and (orientation:landscape) and (min-device-width: 896px) and (max-device-height: 414px) {
    .btn-wizadSubmit small {
        font-size: 12px;
        top: -24px
    }

    .Wizad-OfferedBtn {
        width: 80%
    }

    .btn-wizadSubmit small i {
        display: none
    }
}

@media screen and (orientation:landscape) and (min-device-width: 896px) and (max-device-height: 412px) {
    .hero-centerLi.app-estimate-hero {
        padding: 80px 60px 0 60px
    }

    .site-app-estimate .solution-hero-img {
        width: 80%
    }

    .site-app-estimate .app-estimate-hero h1 {
        line-height: 22px;
        font-size: 20px
    }

    .hero .Hero_Description {
        font-size: 11px;
        margin-top: 11px;
        line-height: 12px
    }

    .site-app-estimate .estimate-btn-app {
        margin-right: 8px
    }

    .site-app-estimate .contact-btn-app {
        padding: 15px 15px 13px 15px
    }

    .site-app-estimate .estimate-btn-app {
        padding: 15px 15px 13px 15px
    }

    .site-app-estimate .certificatDiv img {
        width: 70%
    }

    .site-app-estimate .certificatDiv {
        padding-top: 5px
    }

    .site-app-estimate .app-estimate-hero h1 {
        line-height: 22px;
        font-size: 20px;
        letter-spacing: 1.2px
    }

    .site-app-estimate .hero .Hero_Description {
        margin-bottom: 10px
    }

    .landing-hero-left {
        padding-top: 30px
    }

    .coseVideo:before {
        left: 15px
    }

    .characteristicsSection .benifitPhoto:before {
        width: 12vw;
        height: 12vh;
        left: -35px;
        top: -6px
    }

    .site-app-estimate .VsMain h3 span {
        font-size: 20px;
        font-weight: 500;
        padding: 0
    }
}

@media screen and (orientation:landscape) and (max-device-width: 844px) and (min-device-height: 390px) {
    .hero-centerLi.app-estimate-hero {
        padding: 100px 20px 20px
    }

    .site-app-estimate .app-estimate-hero h1 {
        line-height: 22px;
        font-size: 22px
    }

    .site-app-estimate .hero .Hero_Description {
        margin-bottom: 10px
    }

    .site-app-estimate .certificatDiv {
        padding-top: 0px
    }

    .site-app-estimate .CostvideoMain:before {
        height: 350px
    }

    .coseVideo {
        padding: 30px 0 0 0
    }

    .coseVideo img,
    .coseVideo iframe {
        height: 320px
    }

    .site-app-estimate .VsMain h3 span {
        font-size: 20px;
        padding: 0 0px
    }

    .iconsApps:after {
        height: 138vh
    }

    .EngagementModels h4:before {
        margin: 0 0 0 60px;
        width: 170px
    }

    .EngagementModels h4:after {
        width: 170px
    }

    .site-app-estimate .PriceAppSection h3:before {
        margin: 0px 0 0 20px;
        width: 100px
    }

    .site-app-estimate .PriceAppSection h3:after {
        width: 100px
    }

    .site-app-estimate .costWhy h3:before {
        margin: 0 0 0 60px
    }

    .StackBox {
        width: 130px
    }

    .playBG {
        width: 25px;
        height: 25px;
        font-size: 12px
    }

    .Clientquotes i {
        font-size: 24px;
        line-height: 50px;
        left: 12px
    }

    .Clientquotes {
        width: 45px;
        height: 45px
    }

    .sliderPic.slider-thumb {
        width: 190px
    }

    .ClientquotesLine {
        font-size: 10px;
        line-height: 14px
    }

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

    .coseVideo:before {
        top: 14px;
        left: 78px
    }
}

@media screen and (orientation: landscape) and (device-width: 812px) and (device-height: 375px) {
    .btn-wizadSubmit small {
        font-size: 10px;
        top: -20px
    }

    .HoureDivBg {
        width: 95px
    }
}

@media screen and (orientation: landscape) and (device-width: 892px) and (device-height: 412px) {
    .HoureDivBg {
        margin-bottom: 3px
    }

    .WizadLetsForm:after {
        right: -20px
    }

    .btn-wizadSubmit small {
        font-size: 11px;
        top: -44px
    }

    .btn-wizadSubmit small i {
        top: 11px
    }

    .Wizad-OfferedImg {
        width: 230px
    }

    .btn-wizadSubmit {
        left: 10px
    }
}

@media only screen and (device-width: 768px) and (device-height: 687px) {
    .btn-wizadSubmit small {
        font-size: 12px;
        top: -42px
    }

    .btn-wizadSubmit small i {
        font-size: 32px;
        top: 10px
    }

    .WizadLetsForm:after {
        right: -18px
    }

    .HoureDivBg {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 320px) {
    .HoureDivBg {
        width: 75px
    }

    .outlinedWizad p {
        font-size: 19px
    }
}

@media screen and (device-width: 425px) {
    .btn-wizadSubmit small i {
        top: 11px
    }
}

@media screen and (orientation:landscape) and (max-device-width: 991px) and (max-device-height: 390px) {
    .site-app-estimate section#hero.landing-one {
        padding-top: 100px
    }
}

@media only screen and (device-width: 768px) and (device-height: 1024px) {
    .outlinedWizad {
        padding: 0 0 0 18px
    }

    .WizadLetsFormLast {
        padding: 50px 20px 0px 20px
    }

    .blueBG_offers {
        padding: 100px 0px
    }
}

@media only screen and (width:1024px) and (device-height: 768px) {
    .btn-wizadSubmit small {
        font-size: 18px;
        top: -47px
    }

    .btn-wizadSubmit small i {
        font-size: 32px;
        top: 9px;
        margin-inline-start: 6px
    }

    .HoureDiv {
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
    .app-estimate-step .control-group {
        width: 180px !important;
        height: 105px !important;
        max-width: 32% !important;
        box-sizing: border-box;
        margin: 0 2% 10px 0 !important
    }

    .app-estimate-step .control-group:nth-child(3n) {
        margin-right: 0px !important
    }

    .app-estimate-step .control-group img {
        max-height: 95px
    }

    .app-estimate-step .checkImg {
        height: 60px;
        align-items: center !important
    }

    .app-estimate-step .control-group span {
        font-size: 14px
    }

    .form-wizard .btn-wizard-Div {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: #FFF;
        padding: 10px;
        z-index: 1111;
        margin: 0px;
        box-shadow: 2px -2px 8px 0px rgb(16 76 186 / 31%)
    }
}

.calc-hero h1 {
    color: #000;
    font-family: proxima nova alt rg, sf pro rounded, calibri, arial, 'sans-serif';
    text-transform: uppercase
}

.calc-hero {
    max-width: 600px;
    width: 100%;
    margin: 0 auto
}

.app-estimate-step .control-group.size-xs {
    width: 100px;
    height: 100px;
    margin: 10px;
    transition: all 0.2s;
    position: relative
}

.app-estimate-step .control-group.size-xs .control {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column
}

.box-hovered .control-group {
    filter: blur(2px)
}

.control-group:hover {
    filter: blur(0px);
    transform: scale(1.2);
    z-index: 5
}

.app-estimate-step .control-group.size-xs span {
    font-size: 14px;
    color: #000
}

.size-xs .checkImg {
    height: 56px
}

.app-estimate-step .size-xs.control-group img {
    padding: 0px 0px;
    max-width: 45px;
    max-height: 45px
}

.form-wizard-steps p {
    margin: 0 0 10px 0;
    font-size: 14px
}

.form-wizard-steps .active p {
    font-weight: bold;
    color: #104cba
}

.app-estimate-step * {
    transition: all .5s ease-in-out
}

.i-head-input {
    display: inline-block;
    padding: 0 20px;
    width: 250px
}

.i-head-input input,
.i-head-input select {
    border-width: 0 0 3px 0;
    border-radius: 0px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0
}

.i-head-input.company-name input {
    width: 220px;
    margin-left: 15px
}

.company-name.i-head-input {
    width: 300px;
    padding-left: 0px;
    text-align: left;
    position: relative;
    left: 0px;
    filter: blur(0px)
}

.hide-sub-q .i-head-input.company-name {
    opacity: 0;
    left: -10px;
    visibility: hidden;
    filter: blur(2px)
}

.i-head-input.stage-name {
    width: 340px
}

h5.question-box.ptop {
    padding-top: 60px
}

.control-group.only-title label.control {
    display: flex;
    align-items: center;
    justify-content: center
}

.app-estimate-step .control-group span.small-text {
    font-size: 12px;
    font-weight: normal
}

.app-estimate-step .control-group span.b-icon {
    font-size: 30px;
    display: block;
    height: 50px;
    line-height: 40px
}

.app-estimate-step .prof-set.hide-sub-q h5 {
    left: 150px
}

.app-estimate-step .prof-set h5 {
    left: 0px
}

.bgExitPopup h2:after,
.bgExitPopup h2:before {
    content: none
}

@font-face {
    font-family: 'Spartan';
    src: url(/assets/fonts/Spartan-Black.eot);
    src: url(/assets/fonts/Spartan-Black.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Spartan-Black.woff2) format('woff2'), url(/assets/fonts/Spartan-Black.woff) format('woff'), url(/assets/fonts/Spartan-Black.ttf) format('truetype'), url(/assets/img/svg/Spartan-Black.svg#Spartan-Black) format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Spartan';
    src: url(/assets/fonts/Spartan-Thin.eot);
    src: url(/assets/fonts/Spartan-Thin.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Spartan-Thin.woff2) format('woff2'), url(/assets/fonts/Spartan-Thin.woff) format('woff'), url(/assets/fonts/Spartan-Thin.ttf) format('truetype'), url(/assets/img/svg/Spartan-Thin.svg#Spartan-Thin) format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Spartan';
    src: url(/assets/fonts/Spartan-Medium.eot);
    src: url(/assets/fonts/Spartan-Medium.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Spartan-Medium.woff2) format('woff2'), url(/assets/fonts/Spartan-Medium.woff) format('woff'), url(/assets/fonts/Spartan-Medium.ttf) format('truetype'), url(/assets/img/svg/Spartan-Medium.svg#Spartan-Medium) format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Spartan';
    src: url(/assets/fonts/Spartan-Light.eot);
    src: url(/assets/fonts/Spartan-Light.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Spartan-Light.woff2) format('woff2'), url(/assets/fonts/Spartan-Light.woff) format('woff'), url(/assets/fonts/Spartan-Light.ttf) format('truetype'), url(/assets/img/svg/Spartan-Light.svg#Spartan-Light) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Spartan';
    src: url(/assets/fonts/Spartan-Regular.eot);
    src: url(/assets/fonts/Spartan-Regular.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Spartan-Regular.woff2) format('woff2'), url(/assets/fonts/Spartan-Regular.woff) format('woff'), url(/assets/fonts/Spartan-Regular.ttf) format('truetype'), url(/assets/img/svg/Spartan-Regular.svg#Spartan-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Spartan';
    src: url(/assets/fonts/Spartan-ExtraBold.eot);
    src: url(/assets/fonts/Spartan-ExtraBold.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Spartan-ExtraBold.woff2) format('woff2'), url(/assets/fonts/Spartan-ExtraBold.woff) format('woff'), url(/assets/fonts/Spartan-ExtraBold.ttf) format('truetype'), url(/assets/img/svg/Spartan-ExtraBold.svg#Spartan-ExtraBold) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Spartan';
    src: url(/assets/fonts/Spartan-Bold.eot);
    src: url(/assets/fonts/Spartan-Bold.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Spartan-Bold.woff2) format('woff2'), url(/assets/fonts/Spartan-Bold.woff) format('woff'), url(/assets/fonts/Spartan-Bold.ttf) format('truetype'), url(/assets/img/svg/Spartan-Bold.svg#Spartan-Bold) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Spartan';
    src: url(/assets/fonts/Spartan-SemiBold.eot);
    src: url(/assets/fonts/Spartan-SemiBold.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Spartan-SemiBold.woff2) format('woff2'), url(/assets/img/svg/Spartan-SemiBold.woff) format('woff'), url(/assets/fonts/Spartan-SemiBold.ttf) format('truetype'), url(/assets/img/svg/Spartan-SemiBold.svg#Spartan-SemiBold) format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Spartan';
    src: url(/assets/fonts/Spartan-ExtraLight.eot);
    src: url(/assets/fonts/Spartan-ExtraLight.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Spartan-ExtraLight.woff2) format('woff2'), url(/assets/fonts/Spartan-ExtraLight.woff) format('woff'), url(/assets/fonts/Spartan-ExtraLight.ttf) format('truetype'), url(/assets/img/svg/Spartan-ExtraLight.svg#Spartan-ExtraLight) format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-LightItalic.eot);
    src: url(/assets/fonts/Nunito-LightItalic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-LightItalic.woff2) format('woff2'), url(/assets/fonts/Nunito-LightItalic.woff) format('woff'), url(/assets/fonts/Nunito-LightItalic.ttf) format('truetype'), url(/assets/img/svg/Nunito-LightItalic.svg#Nunito-LightItalic) format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-Light.eot);
    src: url(/assets/fonts/Nunito-Light.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-Light.woff2) format('woff2'), url(/assets/fonts/Nunito-Light.woff) format('woff'), url(/assets/fonts/Nunito-Light.ttf) format('truetype'), url(/assets/img/svg/Nunito-Light.svg#Nunito-Light) format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-Regular.eot);
    src: url(/assets/fonts/Nunito-Regular.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-Regular.woff2) format('woff2'), url(/assets/fonts/Nunito-Regular.woff) format('woff'), url(/assets/fonts/Nunito-Regular.ttf) format('truetype'), url(/assets/img/svg/Nunito-Regular.svg#Nunito-Regular) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-SemiBoldItalic.eot);
    src: url(/assets/fonts/Nunito-SemiBoldItalic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-SemiBoldItalic.woff2) format('woff2'), url(/assets/fonts/Nunito-SemiBoldItalic.woff) format('woff'), url(/assets/fonts/Nunito-SemiBoldItalic.ttf) format('truetype'), url(/assets/img/svg/Nunito-SemiBoldItalic.svg#Nunito-SemiBoldItalic) format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-SemiBold.eot);
    src: url(/assets/fonts/Nunito-SemiBold.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-SemiBold.woff2) format('woff2'), url(/assets/fonts/Nunito-SemiBold.woff) format('woff'), url(/assets/fonts/Nunito-SemiBold.ttf) format('truetype'), url(/assets/img/svg/Nunito-SemiBold.svg#Nunito-SemiBold) format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-BoldItalic.eot);
    src: url(/assets/fonts/Nunito-BoldItalic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-BoldItalic.woff2) format('woff2'), url(/assets/fonts/Nunito-BoldItalic.woff) format('woff'), url(/assets/fonts/Nunito-BoldItalic.ttf) format('truetype'), url(/assets/img/svg/Nunito-BoldItalic.svg#Nunito-BoldItalic) format('svg');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-BlackItalic.eot);
    src: url(/assets/fonts/Nunito-BlackItalic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-BlackItalic.woff2) format('woff2'), url(/assets/fonts/Nunito-BlackItalic.woff) format('woff'), url(/assets/fonts/Nunito-BlackItalic.ttf) format('truetype'), url(/assets/fonts/Nunito-BlackItalic.svg#Nunito-BlackItalic) format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-Black.eot);
    src: url(/assets/fonts/Nunito-Black.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-Black.woff2) format('woff2'), url(/assets/fonts/Nunito-Black.woff) format('woff'), url(/assets/fonts/Nunito-Black.ttf) format('truetype'), url(/assets/img/svg/Nunito-Black.svg#Nunito-Black) format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-ExtraBoldItalic.eot);
    src: url(/assets/fonts/Nunito-ExtraBoldItalic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-ExtraBoldItalic.woff2) format('woff2'), url(/assets/fonts/Nunito-ExtraBoldItalic.woff) format('woff'), url(/assets/fonts/Nunito-ExtraBoldItalic.ttf) format('truetype'), url(/assets/img/svg/Nunito-ExtraBoldItalic.svg#Nunito-ExtraBoldItalic) format('svg');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-ExtraLight.eot);
    src: url(/assets/fonts/Nunito-ExtraLight.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-ExtraLight.woff2) format('woff2'), url(/assets/fonts/Nunito-ExtraLight.woff) format('woff'), url(/assets/fonts/Nunito-ExtraLight.ttf) format('truetype'), url(/assets/img/svg/Nunito-ExtraLight.svg#Nunito-ExtraLight) format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-ExtraBold.eot);
    src: url(/assets/fonts/Nunito-ExtraBold.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-ExtraBold.woff2) format('woff2'), url(/assets/fonts/Nunito-ExtraBold.woff) format('woff'), url(/assets/fonts/Nunito-ExtraBold.ttf) format('truetype'), url(/assets/img/svg/Nunito-ExtraBold.svg#Nunito-ExtraBold) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-Bold.eot);
    src: url(/assets/fonts/Nunito-Bold.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-Bold.woff2) format('woff2'), url(/assets/fonts/Nunito-Bold.woff) format('woff'), url(/assets/fonts/Nunito-Bold.ttf) format('truetype'), url(/assets/img/svg/Nunito-Bold.svg#Nunito-Bold) format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-Italic.eot);
    src: url(/assets/fonts/Nunito-Italic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-Italic.woff2) format('woff2'), url(/assets/fonts/Nunito-Italic.woff) format('woff'), url(/assets/fonts/Nunito-Italic.ttf) format('truetype'), url(/assets/img/svg/Nunito-Italic.svg#Nunito-Italic) format('svg');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Nunito';
    src: url(/assets/fonts/Nunito-ExtraLightItalic.eot);
    src: url(/assets/fonts/Nunito-ExtraLightItalic.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/Nunito-ExtraLightItalic.woff2) format('woff2'), url(/assets/fonts/Nunito-ExtraLightItalic.woff) format('woff'), url(/assets/fonts/Nunito-ExtraLightItalic.ttf) format('truetype'), url(/assets/img/svg/Nunito-ExtraLightItalic.svg#Nunito-ExtraLightItalic) format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/ProximaNova-Regular.eot');
    src: url('/assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/assets/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/assets/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('/assets/img/svg/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('/assets/fonts/ProximaNovaT-Thin.eot');
    src: url('/assets/fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('/assets/fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('/assets/fonts/ProximaNovaT-Thin.ttf') format('truetype'),
        url('/assets/img/svg/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('/assets/fonts/ProximaNova-Extrabld.eot');
    src: url('/assets/fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('/assets/fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('/assets/fonts/ProximaNova-Extrabld.ttf') format('truetype'),
        url('/assets/img/svg/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('/assets/fonts/ProximaNova-Black.eot');
    src: url('/assets/fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNova-Black.woff2') format('woff2'),
        url('/assets/fonts/ProximaNova-Black.woff') format('woff'),
        url('/assets/fonts/ProximaNova-Black.ttf') format('truetype'),
        url('/assets/img/svg/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Alt Rg';
    src: url('/assets/fonts/ProximaNovaA-Bold.eot');
    src: url('/assets/fonts/ProximaNovaA-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNovaA-Bold.woff2') format('woff2'),
        url('/assets/fonts/ProximaNovaA-Bold.woff') format('woff'),
        url('/assets/fonts/ProximaNovaA-Bold.ttf') format('truetype'),
        url('/assets/img/svg/ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/ProximaNova-Bold.eot');
    src: url('/assets/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('/assets/fonts/ProximaNova-Bold.woff') format('woff'),
        url('/assets/fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('/assets/img/svg/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Alt Th';
    src: url('/assets/fonts/ProximaNovaA-Thin.eot');
    src: url('/assets/fonts/ProximaNovaA-Thin.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNovaA-Thin.woff2') format('woff2'),
        url('/assets/fonts/ProximaNovaA-Thin.woff') format('woff'),
        url('/assets/fonts/ProximaNovaA-Thin.ttf') format('truetype'),
        url('/assets/img/svg/ProximaNovaA-Thin.svg#ProximaNovaA-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova Alt Lt';
    src: url('/assets/fonts/ProximaNovaA-Light.eot');
    src: url('/assets/fonts/ProximaNovaA-Light.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ProximaNovaA-Light.woff2') format('woff2'),
        url('/assets/fonts/ProximaNovaA-Light.woff') format('woff'),
        url('/assets/fonts/ProximaNovaA-Light.ttf') format('truetype'),
        url('/assets/img/svg/ProximaNovaA-Light.svg#ProximaNovaA-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PTSans';
    src: url('/assets/fonts/PTSans-Italic.eot');
    src: url('/assets/fonts/PTSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans-Italic.woff2') format('woff2'),
        url('/assets/fonts/PTSans-Italic.woff') format('woff'),
        url('/assets/fonts/PTSans-Italic.ttf') format('truetype'),
        url('/assets/img/svg/PTSans-Italic.svg#PTSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'PTSans';
    src: url('/assets/fonts/PTSans-Bold.eot');
    src: url('/assets/fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans-Bold.woff2') format('woff2'),
        url('/assets/fonts/PTSans-Bold.woff') format('woff'),
        url('/assets/fonts/PTSans-Bold.ttf') format('truetype'),
        url('/assets/img/svg/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'PTSans';
    src: url('/assets/fonts/PTSans-Regular.eot');
    src: url('/assets/fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans-Regular.woff2') format('woff2'),
        url('/assets/fonts/PTSans-Regular.woff') format('woff'),
        url('/assets/fonts/PTSans-Regular.ttf') format('truetype'),
        url('/assets/img/svg/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'PTSans';
    src: url('/assets/fonts/PTSans-BoldItalic.eot');
    src: url('/assets/fonts/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/PTSans-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/PTSans-BoldItalic.woff') format('woff'),
        url('/assets/fonts/PTSans-BoldItalic.ttf') format('truetype'),
        url('/assets/img/svg/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'icomoon';
    src: url('/assets/fonts/icomoon.eot');
    src: url('/assets/fonts/icomoon.eot') format('embedded-opentype'),
        url('/assets/fonts/icomoon.ttf') format('truetype'),
        url('/assets/fonts/icomoon.woff') format('woff'),
        url('/assets/img/svg/icomoon.svg?') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-Aus-building:before {
    content: "\e902"
}

.icon-dumbbell1:before {
    content: "\e903"
}

.icon-Firebase1:before {
    content: "\e901"
}

.icon-accessible-icon:before {
    content: "\2203"
}

.icon-accusoft:before {
    content: "\222a"
}

.icon-adn:before {
    content: "\222b"
}

.icon-adversal:before {
    content: "\2235"
}

.icon-affiliatetheme:before {
    content: "\2256"
}

.icon-airbnb:before {
    content: "\225a"
}

.icon-algolia:before {
    content: "\225e"
}

.icon-alipay:before {
    content: "\225f"
}

.icon-amazon:before {
    content: "\2260"
}

.icon-amazon-pay:before {
    content: "\2261"
}

.icon-android:before {
    content: "\e90d"
}

.icon-angellist:before {
    content: "\e90e"
}

.icon-angrycreative:before {
    content: "\e90f"
}

.icon-angular:before {
    content: "\e910"
}

.icon-apper:before {
    content: "\e911"
}

.icon-apple:before {
    content: "\e912"
}

.icon-apple-pay:before {
    content: "\e913"
}

.icon-app-store:before {
    content: "\e914"
}

.icon-app-store-ios:before {
    content: "\e915"
}

.icon-artstation:before {
    content: "\e918"
}

.icon-asymmetrik:before {
    content: "\e91a"
}

.icon-atlassian:before {
    content: "\e91b"
}

.icon-audible:before {
    content: "\e91c"
}

.icon-autoprefixer:before {
    content: "\e91d"
}

.icon-avianex:before {
    content: "\e91e"
}

.icon-aviato:before {
    content: "\e91f"
}

.icon-aws:before {
    content: "\e920"
}

.icon-bandcamp:before {
    content: "\e921"
}

.icon-battle-net:before {
    content: "\e922"
}

.icon-behance:before {
    content: "\e923"
}

.icon-bilibili:before {
    content: "\e924"
}

.icon-bimobject:before {
    content: "\e925"
}

.icon-bitbucket:before {
    content: "\e926"
}

.icon-bitcoin:before {
    content: "\e927"
}

.icon-bity:before {
    content: "\e928"
}

.icon-blackberry:before {
    content: "\e929"
}

.icon-black-tie:before {
    content: "\e92a"
}

.icon-blogger:before {
    content: "\e92b"
}

.icon-blogger-b:before {
    content: "\e92c"
}

.icon-bluetooth:before {
    content: "\e92d"
}

.icon-bluetooth-b:before {
    content: "\e92e"
}

.icon-bootstrap:before {
    content: "\e92f"
}

.icon-bots:before {
    content: "\e930"
}

.icon-btc:before {
    content: "\e931"
}

.icon-buffer:before {
    content: "\e932"
}

.icon-buy-n-large:before {
    content: "\e933"
}

.icon-buysellads:before {
    content: "\e934"
}

.icon-canadian-maple-leaf:before {
    content: "\e935"
}

.icon-cc-amazon-pay:before {
    content: "\e936"
}

.icon-cc-amex:before {
    content: "\e937"
}

.icon-cc-apple-pay:before {
    content: "\e938"
}

.icon-cc-diners-club:before {
    content: "\e939"
}

.icon-cc-discover:before {
    content: "\e93a"
}

.icon-cc-jcb:before {
    content: "\e93b"
}

.icon-cc-mastercard:before {
    content: "\e93c"
}

.icon-cc-paypal:before {
    content: "\e93d"
}

.icon-cc-stripe:before {
    content: "\e93e"
}

.icon-cc-visa:before {
    content: "\e93f"
}

.icon-centercode:before {
    content: "\e940"
}

.icon-centos:before {
    content: "\e941"
}

.icon-chrome:before {
    content: "\e942"
}

.icon-chromecast:before {
    content: "\e943"
}

.icon-cloudflare:before {
    content: "\e944"
}

.icon-cloudscale:before {
    content: "\e945"
}

.icon-cloudsmith:before {
    content: "\e946"
}

.icon-cloudversify:before {
    content: "\e947"
}

.icon-codepen:before {
    content: "\e949"
}

.icon-codiepie:before {
    content: "\e94a"
}

.icon-confluence:before {
    content: "\e94b"
}

.icon-connectdevelop:before {
    content: "\e94c"
}

.icon-contao:before {
    content: "\e94d"
}

.icon-cotton-bureau:before {
    content: "\e94e"
}

.icon-cpanel:before {
    content: "\e94f"
}

.icon-creative-commons:before {
    content: "\e950"
}

.icon-creative-commons-by:before {
    content: "\e951"
}

.icon-creative-commons-nc:before {
    content: "\e952"
}

.icon-creative-commons-nc-eu:before {
    content: "\e953"
}

.icon-creative-commons-nc-jp:before {
    content: "\e9f1"
}

.icon-creative-commons-nd:before {
    content: "\ea04"
}

.icon-creative-commons-pd:before {
    content: "\ea05"
}

.icon-creative-commons-pd-alt:before {
    content: "\ea06"
}

.icon-creative-commons-remix:before {
    content: "\ea07"
}

.icon-creative-commons-sa:before {
    content: "\ea08"
}

.icon-creative-commons-sampling:before {
    content: "\ea09"
}

.icon-creative-commons-sampling-plus:before {
    content: "\ea0a"
}

.icon-creative-commons-share:before {
    content: "\ea0b"
}

.icon-css3:before {
    content: "\ea0e"
}

.icon-css3-alt:before {
    content: "\ea0f"
}

.icon-cuttlefish:before {
    content: "\ea10"
}

.icon-dailymotion:before {
    content: "\ea11"
}

.icon-dashcube:before {
    content: "\ea14"
}

.icon-deezer:before {
    content: "\ea15"
}

.icon-delicious:before {
    content: "\ea16"
}

.icon-deploydog:before {
    content: "\ea17"
}

.icon-deskpro:before {
    content: "\ea18"
}

.icon-dev:before {
    content: "\ea19"
}

.icon-dhl:before {
    content: "\ea1b"
}

.icon-diaspora:before {
    content: "\ea1c"
}

.icon-digg:before {
    content: "\ea1d"
}

.icon-digital-ocean:before {
    content: "\ea1e"
}

.icon-discord:before {
    content: "\ea1f"
}

.icon-discourse:before {
    content: "\ea20"
}

.icon-dochub:before {
    content: "\ea21"
}

.icon-docker:before {
    content: "\ea22"
}

.icon-dribbble:before {
    content: "\ea24"
}

.icon-dropbox:before {
    content: "\ea25"
}

.icon-drupal:before {
    content: "\ea26"
}

.icon-earlybirds:before {
    content: "\ea28"
}

.icon-ebay:before {
    content: "\ea29"
}

.icon-edge:before {
    content: "\ea2a"
}

.icon-edge-legacy:before {
    content: "\ea2b"
}

.icon-elementor:before {
    content: "\ea2c"
}

.icon-empire:before {
    content: "\ea2e"
}

.icon-envira:before {
    content: "\ea2f"
}

.icon-erlang:before {
    content: "\ea30"
}

.icon-etsy:before {
    content: "\ea32"
}

.icon-evernote:before {
    content: "\ea33"
}

.icon-expeditedssl:before {
    content: "\ea34"
}

.icon-facebook-f:before {
    content: "\ea35"
}

.icon-facebook-messenger:before {
    content: "\ea36"
}

.icon-fantasy-flight-games:before {
    content: "\ea37"
}

.icon-fedex:before {
    content: "\ea38"
}

.icon-fedora:before {
    content: "\ea39"
}

.icon-figma:before {
    content: "\ea3a"
}

.icon-firefox:before {
    content: "\ea3b"
}

.icon-firefox-browser:before {
    content: "\ea3c"
}

.icon-firstdraft:before {
    content: "\ea3d"
}

.icon-first-order:before {
    content: "\ea3e"
}

.icon-first-order-alt:before {
    content: "\ea3f"
}

.icon-flickr:before {
    content: "\ea40"
}

.icon-flipboard:before {
    content: "\ea41"
}

.icon-fly:before {
    content: "\ea42"
}

.icon-fonticons:before {
    content: "\ea43"
}

.icon-fonticons-fi:before {
    content: "\ea44"
}

.icon-fort-awesome:before {
    content: "\ea45"
}

.icon-fort-awesome-alt:before {
    content: "\ea46"
}

.icon-forumbee:before {
    content: "\ea47"
}

.icon-foursquare:before {
    content: "\ea48"
}

.icon-freebsd:before {
    content: "\ea49"
}

.icon-free-code-camp:before {
    content: "\ea4a"
}

.icon-get-pocket:before {
    content: "\ea4d"
}

.icon-gg:before {
    content: "\ea4e"
}

.icon-gg-circle:before {
    content: "\ea4f"
}

.icon-git:before {
    content: "\ea50"
}

.icon-git-alt:before {
    content: "\ea51"
}

.icon-github:before {
    content: "\ea52"
}

.icon-github-alt:before {
    content: "\ea53"
}

.icon-gitkraken:before {
    content: "\ea54"
}

.icon-gitlab:before {
    content: "\ea55"
}

.icon-gitter:before {
    content: "\ea56"
}

.icon-glide:before {
    content: "\ea57"
}

.icon-glide-g:before {
    content: "\ea58"
}

.icon-gofore:before {
    content: "\ea59"
}

.icon-golang:before {
    content: "\ea5a"
}

.icon-google:before {
    content: "\ea5b"
}

.icon-google-drive:before {
    content: "\ea5c"
}

.icon-google-pay:before {
    content: "\ea5d"
}

.icon-google-play:before {
    content: "\ea5e"
}

.icon-google-plus:before {
    content: "\ea5f"
}

.icon-google-plus-g:before {
    content: "\ea60"
}

.icon-google-wallet:before {
    content: "\ea61"
}

.icon-gratipay:before {
    content: "\ea62"
}

.icon-grav:before {
    content: "\ea63"
}

.icon-gripfire:before {
    content: "\ea64"
}

.icon-guilded:before {
    content: "\ea65"
}

.icon-gulp:before {
    content: "\ea66"
}

.icon-hacker-news:before {
    content: "\ea67"
}

.icon-hackerrank:before {
    content: "\ea68"
}

.icon-hashnode:before {
    content: "\ea69"
}

.icon-hips:before {
    content: "\ea6a"
}

.icon-hire-a-helper:before {
    content: "\ea6b"
}

.icon-hive:before {
    content: "\ea6c"
}

.icon-hooli:before {
    content: "\ea6d"
}

.icon-hornbill:before {
    content: "\ea6e"
}

.icon-hotjar:before {
    content: "\ea6f"
}

.icon-houzz:before {
    content: "\ea70"
}

.icon-html5:before {
    content: "\ea71"
}

.icon-hubspot:before {
    content: "\ea72"
}

.icon-ideal:before {
    content: "\ea73"
}

.icon-imdb:before {
    content: "\ea74"
}

.icon-instalod:before {
    content: "\ea75"
}

.icon-intercom:before {
    content: "\ea76"
}

.icon-internet-explorer:before {
    content: "\ea77"
}

.icon-invision:before {
    content: "\ea78"
}

.icon-ioxhost:before {
    content: "\ea79"
}

.icon-itch-io:before {
    content: "\ea7a"
}

.icon-itunes:before {
    content: "\ea7b"
}

.icon-itunes-note:before {
    content: "\ea7c"
}

.icon-java:before {
    content: "\ea7d"
}

.icon-jedi-order:before {
    content: "\ea7e"
}

.icon-jenkins:before {
    content: "\ea7f"
}

.icon-jira:before {
    content: "\ea80"
}

.icon-joget:before {
    content: "\ea81"
}

.icon-joomla:before {
    content: "\ea82"
}

.icon-js:before {
    content: "\ea83"
}

.icon-jsfiddle:before {
    content: "\ea84"
}

.icon-keybase:before {
    content: "\ea86"
}

.icon-keycdn:before {
    content: "\ea87"
}

.icon-kickstarter:before {
    content: "\ea88"
}

.icon-kickstarter-k:before {
    content: "\ea89"
}

.icon-korvue:before {
    content: "\ea8a"
}

.icon-lastfm:before {
    content: "\ea8b"
}

.icon-leanpub:before {
    content: "\ea8c"
}

.icon-less:before {
    content: "\ea8d"
}

.icon-line:before {
    content: "\ea8e"
}

.icon-linkedin-in:before {
    content: "\ea8f"
}

.icon-linode:before {
    content: "\ea90"
}

.icon-linux:before {
    content: "\ea91"
}

.icon-lyft:before {
    content: "\ea92"
}

.icon-magento:before {
    content: "\ea93"
}

.icon-mailchimp:before {
    content: "\ea94"
}

.icon-mandalorian:before {
    content: "\ea95"
}

.icon-markdown:before {
    content: "\ea96"
}

.icon-mastodon:before {
    content: "\ea97"
}

.icon-maxcdn:before {
    content: "\ea98"
}

.icon-mdb:before {
    content: "\ea99"
}

.icon-medapps:before {
    content: "\ea9a"
}

.icon-medium:before {
    content: "\ea9b"
}

.icon-medrt:before {
    content: "\ea9c"
}

.icon-meetup:before {
    content: "\ea9d"
}

.icon-megaport:before {
    content: "\ea9e"
}

.icon-mendeley:before {
    content: "\ea9f"
}

.icon-meta:before {
    content: "\eaa0"
}

.icon-microblog:before {
    content: "\eaa1"
}

.icon-microsoft:before {
    content: "\eaa2"
}

.icon-mix:before {
    content: "\eaa3"
}

.icon-mixcloud:before {
    content: "\eaa4"
}

.icon-mixer:before {
    content: "\eaa5"
}

.icon-mizuni:before {
    content: "\eaa6"
}

.icon-modx:before {
    content: "\eaa7"
}

.icon-monero:before {
    content: "\eaa8"
}

.icon-napster:before {
    content: "\eaa9"
}

.icon-neos:before {
    content: "\eaaa"
}

.icon-nfc-directional:before {
    content: "\eaab"
}

.icon-nfc-symbol:before {
    content: "\eaac"
}

.icon-nimblr:before {
    content: "\eaad"
}

.icon-node:before {
    content: "\eaae"
}

.icon-node-js:before {
    content: "\eaaf"
}

.icon-npm:before {
    content: "\eab0"
}

.icon-ns8:before {
    content: "\eab1"
}

.icon-nutritionix:before {
    content: "\eab2"
}

.icon-octopus-deploy:before {
    content: "\eab3"
}

.icon-odnoklassniki:before {
    content: "\eab4"
}

.icon-old-republic:before {
    content: "\eab5"
}

.icon-opencart:before {
    content: "\eab6"
}

.icon-openid:before {
    content: "\eab7"
}

.icon-opera:before {
    content: "\eab8"
}

.icon-optin-monster:before {
    content: "\eab9"
}

.icon-orcid:before {
    content: "\eaba"
}

.icon-osi:before {
    content: "\eabb"
}

.icon-padlet:before {
    content: "\eabc"
}

.icon-page4:before {
    content: "\eabd"
}

.icon-pagelines:before {
    content: "\eabe"
}

.icon-palfed:before {
    content: "\eabf"
}

.icon-paypal:before {
    content: "\eac1"
}

.icon-perbyte:before {
    content: "\eac2"
}

.icon-periscope:before {
    content: "\eac3"
}

.icon-phabricator:before {
    content: "\eac4"
}

.icon-phoenix-framework:before {
    content: "\eac5"
}

.icon-phoenix-squadron:before {
    content: "\eac6"
}

.icon-pied-piper:before {
    content: "\eac7"
}

.icon-pied-piper-alt:before {
    content: "\eac8"
}

.icon-pied-piper-hat:before {
    content: "\eac9"
}

.icon-pied-piper-pp:before {
    content: "\eaca"
}

.icon-pinterest:before {
    content: "\eacb"
}

.icon-pinterest-p:before {
    content: "\eacc"
}

.icon-pix:before {
    content: "\eacd"
}

.icon-playstation:before {
    content: "\eace"
}

.icon-product-hunt:before {
    content: "\eacf"
}

.icon-pushed:before {
    content: "\ead0"
}

.icon-python:before {
    content: "\ead1"
}

.icon-qq:before {
    content: "\ead2"
}

.icon-quinscape:before {
    content: "\ead3"
}

.icon-quora:before {
    content: "\ead4"
}

.icon-raspberry-pi:before {
    content: "\ead5"
}

.icon-ravelry:before {
    content: "\ead6"
}

.icon-react:before {
    content: "\ead7"
}

.icon-reacteurope:before {
    content: "\ead8"
}

.icon-readme:before {
    content: "\ead9"
}

.icon-rebel:before {
    content: "\eada"
}

.icon-reddit:before {
    content: "\eadb"
}

.icon-reddit-alien:before {
    content: "\eadc"
}

.icon-redhat:before {
    content: "\eadd"
}

.icon-red-river:before {
    content: "\eade"
}

.icon-renren:before {
    content: "\eadf"
}

.icon-replyd:before {
    content: "\eae0"
}

.icon-researchgate:before {
    content: "\eae1"
}

.icon-resolving:before {
    content: "\eae2"
}

.icon-rev:before {
    content: "\eae3"
}

.icon-rocketchat:before {
    content: "\eae4"
}

.icon-rockrms:before {
    content: "\eae5"
}

.icon-r-project:before {
    content: "\eae6"
}

.icon-rust:before {
    content: "\eae7"
}

.icon-safari:before {
    content: "\eae8"
}

.icon-salesforce:before {
    content: "\eae9"
}

.icon-sass:before {
    content: "\eaea"
}

.icon-schlix:before {
    content: "\eaeb"
}

.icon-screenpal:before {
    content: "\eaec"
}

.icon-scribd:before {
    content: "\eaed"
}

.icon-searchengin:before {
    content: "\eaee"
}

.icon-sellcast:before {
    content: "\eaef"
}

.icon-sellsy:before {
    content: "\eaf0"
}

.icon-servicestack:before {
    content: "\eaf1"
}

.icon-shirtsinbulk:before {
    content: "\eaf2"
}

.icon-shopware:before {
    content: "\eaf4"
}

.icon-simplybuilt:before {
    content: "\eaf5"
}

.icon-sistrix:before {
    content: "\eaf6"
}

.icon-sith:before {
    content: "\eaf7"
}

.icon-sitrox:before {
    content: "\eaf8"
}

.icon-sketch:before {
    content: "\eaf9"
}

.icon-skyatlas:before {
    content: "\eafa"
}

.icon-slack:before {
    content: "\eafb"
}

.icon-slideshare:before {
    content: "\eafc"
}

.icon-snapchat:before {
    content: "\eafd"
}

.icon-soundcloud:before {
    content: "\eafe"
}

.icon-sourcetree:before {
    content: "\eaff"
}

.icon-space-awesome:before {
    content: "\eb00"
}

.icon-speakap:before {
    content: "\eb01"
}

.icon-speaker-deck:before {
    content: "\eb02"
}

.icon-spotify:before {
    content: "\eb03"
}

.icon-square-behance:before {
    content: "\eb04"
}

.icon-square-dribbble:before {
    content: "\eb05"
}

.icon-square-facebook:before {
    content: "\eb06"
}

.icon-square-font-awesome:before {
    content: "\eb07"
}

.icon-square-font-awesome-stroke:before {
    content: "\eb08"
}

.icon-square-git:before {
    content: "\eb09"
}

.icon-square-github:before {
    content: "\eb0a"
}

.icon-square-gitlab:before {
    content: "\eb0b"
}

.icon-square-google-plus:before {
    content: "\eb0c"
}

.icon-square-hacker-news:before {
    content: "\eb0d"
}

.icon-square-instagram:before {
    content: "\eb0e"
}

.icon-square-js:before {
    content: "\eb0f"
}

.icon-square-lastfm:before {
    content: "\eb10"
}

.icon-square-odnoklassniki:before {
    content: "\eb11"
}

.icon-square-pied-piper:before {
    content: "\eb12"
}

.icon-square-pinterest:before {
    content: "\eb13"
}

.icon-square-reddit:before {
    content: "\eb14"
}

.icon-square-snapchat:before {
    content: "\eb15"
}

.icon-squarespace:before {
    content: "\eb16"
}

.icon-square-steam:before {
    content: "\eb17"
}

.icon-square-tumblr:before {
    content: "\eb18"
}

.icon-square-twitter:before {
    content: "\eb19"
}

.icon-square-viadeo:before {
    content: "\eb1a"
}

.icon-square-vimeo:before {
    content: "\eb1b"
}

.icon-square-whatsapp:before {
    content: "\eb1c"
}

.icon-square-xing:before {
    content: "\eb1d"
}

.icon-square-youtube:before {
    content: "\eb1e"
}

.icon-stack-exchange:before {
    content: "\eb1f"
}

.icon-stack-overflow:before {
    content: "\eb20"
}

.icon-stackpath:before {
    content: "\eb21"
}

.icon-staylinked:before {
    content: "\eb22"
}

.icon-steam:before {
    content: "\eb23"
}

.icon-steam-symbol:before {
    content: "\eb24"
}

.icon-sticker-mule:before {
    content: "\eb25"
}

.icon-strava:before {
    content: "\eb26"
}

.icon-stripe:before {
    content: "\eb27"
}

.icon-stripe-s:before {
    content: "\eb28"
}

.icon-studiovinari:before {
    content: "\eb29"
}

.icon-stumbleupon:before {
    content: "\eb2a"
}

.icon-stumbleupon-circle:before {
    content: "\eb2b"
}

.icon-superpowers:before {
    content: "\eb2c"
}

.icon-supple:before {
    content: "\eb2d"
}

.icon-suse:before {
    content: "\eb2e"
}

.icon-swift:before {
    content: "\eb2f"
}

.icon-symfony:before {
    content: "\eb30"
}

.icon-teamspeak:before {
    content: "\eb31"
}

.icon-telegram:before {
    content: "\eb32"
}

.icon-tencent-weibo:before {
    content: "\eb33"
}

.icon-themeco:before {
    content: "\eb34"
}

.icon-themeisle:before {
    content: "\eb35"
}

.icon-the-red-yeti:before {
    content: "\eb36"
}

.icon-think-peaks:before {
    content: "\eb37"
}

.icon-tiktok:before {
    content: "\eb38"
}

.icon-trade-federation:before {
    content: "\eb39"
}

.icon-trello:before {
    content: "\eb3a"
}

.icon-tumblr:before {
    content: "\eb3b"
}

.icon-twitch:before {
    content: "\eb3c"
}

.icon-twitter:before {
    content: "\eb3d"
}

.icon-typo3:before {
    content: "\eb3e"
}

.icon-uber:before {
    content: "\eb3f"
}

.icon-ubuntu:before {
    content: "\eb40"
}

.icon-uikit:before {
    content: "\eb41"
}

.icon-umbraco:before {
    content: "\eb42"
}

.icon-uncharted:before {
    content: "\eb43"
}

.icon-uniregistry:before {
    content: "\eb44"
}

.icon-unity:before {
    content: "\eb45"
}

.icon-unsplash:before {
    content: "\eb46"
}

.icon-untappd:before {
    content: "\eb47"
}

.icon-ups:before {
    content: "\eb48"
}

.icon-usb:before {
    content: "\eb49"
}

.icon-usps:before {
    content: "\eb4a"
}

.icon-ussunnah:before {
    content: "\eb4b"
}

.icon-vaadin:before {
    content: "\eb4c"
}

.icon-viacoin:before {
    content: "\eb4d"
}

.icon-viadeo:before {
    content: "\eb4e"
}

.icon-viber:before {
    content: "\eb4f"
}

.icon-vimeo:before {
    content: "\eb50"
}

.icon-vimeo-v:before {
    content: "\eb51"
}

.icon-vine:before {
    content: "\eb52"
}

.icon-vk:before {
    content: "\eb53"
}

.icon-vnv:before {
    content: "\eb54"
}

.icon-watchman-monitoring:before {
    content: "\eb55"
}

.icon-waze:before {
    content: "\eb56"
}

.icon-weebly:before {
    content: "\eb57"
}

.icon-weibo:before {
    content: "\eb58"
}

.icon-weixin:before {
    content: "\eb59"
}

.icon-whatsapp:before {
    content: "\eb5a"
}

.icon-whmcs:before {
    content: "\eb5b"
}

.icon-wikipedia-w:before {
    content: "\eb5c"
}

.icon-windows:before {
    content: "\eb5d"
}

.icon-wirsindhandwerk:before {
    content: "\eb5e"
}

.icon-wix:before {
    content: "\eb5f"
}

.icon-wodu:before {
    content: "\eb61"
}

.icon-wolf-pack-battalion:before {
    content: "\eb62"
}

.icon-wordpress:before {
    content: "\eb63"
}

.icon-wordpress-simple:before {
    content: "\eb64"
}

.icon-wpbeginner:before {
    content: "\eb65"
}

.icon-wpexplorer:before {
    content: "\eb66"
}

.icon-wpforms:before {
    content: "\eb67"
}

.icon-wpressr:before {
    content: "\eb68"
}

.icon-xbox:before {
    content: "\eb69"
}

.icon-xing:before {
    content: "\eb6a"
}

.icon-yahoo:before {
    content: "\eb6b"
}

.icon-yammer:before {
    content: "\eb6c"
}

.icon-yarn:before {
    content: "\eb6f"
}

.icon-y-combinator:before {
    content: "\eb70"
}

.icon-yelp:before {
    content: "\eb71"
}

.icon-yoast:before {
    content: "\eb72"
}

.icon-youtube:before {
    content: "\eb73"
}

.icon-zhihu:before {
    content: "\eb74"
}

.icon-0:before {
    content: "\eb75"
}

.icon-1:before {
    content: "\eb76"
}

.icon-2:before {
    content: "\eb77"
}

.icon-3:before {
    content: "\eb78"
}

.icon-4:before {
    content: "\eb79"
}

.icon-5:before {
    content: "\eb7a"
}

.icon-6:before {
    content: "\eb7b"
}

.icon-7:before {
    content: "\eb7c"
}

.icon-8:before {
    content: "\eb7d"
}

.icon-9:before {
    content: "\eb7e"
}

.icon-a:before {
    content: "\eb7f"
}

.icon-address-book:before {
    content: "\eb80"
}

.icon-address-card:before {
    content: "\eb81"
}

.icon-align-center:before {
    content: "\eb82"
}

.icon-align-justify:before {
    content: "\eb83"
}

.icon-align-left:before {
    content: "\eb84"
}

.icon-align-right:before {
    content: "\eb85"
}

.icon-anchor:before {
    content: "\eb86"
}

.icon-anchor-circle-check:before {
    content: "\eb87"
}

.icon-anchor-circle-exclamation:before {
    content: "\eb88"
}

.icon-anchor-circle-xmark:before {
    content: "\eb89"
}

.icon-anchor-lock:before {
    content: "\eb8a"
}

.icon-angle-down:before {
    content: "\eb8b"
}

.icon-angle-left:before {
    content: "\eb8c"
}

.icon-angle-right:before {
    content: "\eb8d"
}

.icon-angles-down:before {
    content: "\eb8e"
}

.icon-angles-left:before {
    content: "\eb8f"
}

.icon-angles-right:before {
    content: "\eb90"
}

.icon-angles-up:before {
    content: "\eb91"
}

.icon-angle-up:before {
    content: "\eb92"
}

.icon-ankh:before {
    content: "\eb93"
}

.icon-apple-whole:before {
    content: "\eb94"
}

.icon-archway:before {
    content: "\eb95"
}

.icon-arrow-down:before {
    content: "\eb96"
}

.icon-arrow-down-1-9:before {
    content: "\eb97"
}

.icon-arrow-down-9-1:before {
    content: "\eb98"
}

.icon-arrow-down-a-z:before {
    content: "\eb99"
}

.icon-arrow-down-long:before {
    content: "\eb9a"
}

.icon-arrow-down-short-wide:before {
    content: "\eb9b"
}

.icon-arrow-down-up-across-line:before {
    content: "\eb9c"
}

.icon-arrow-down-up-lock:before {
    content: "\eb9d"
}

.icon-arrow-down-wide-short:before {
    content: "\eb9e"
}

.icon-arrow-down-z-a:before {
    content: "\eb9f"
}

.icon-arrow-left:before {
    content: "\eba0"
}

.icon-arrow-left-long:before {
    content: "\eba1"
}

.icon-arrow-pointer:before {
    content: "\eba2"
}

.icon-arrow-right:before {
    content: "\eba3"
}

.icon-arrow-right-arrow-left:before {
    content: "\eba4"
}

.icon-arrow-right-from-bracket:before {
    content: "\eba5"
}

.icon-arrow-right-long:before {
    content: "\eba6"
}

.icon-arrow-right-to-bracket:before {
    content: "\eba7"
}

.icon-arrow-right-to-city:before {
    content: "\eba8"
}

.icon-arrow-rotate-left:before {
    content: "\eba9"
}

.icon-arrow-rotate-right:before {
    content: "\ebaa"
}

.icon-arrows-down-to-line:before {
    content: "\ebab"
}

.icon-arrows-down-to-people:before {
    content: "\ebac"
}

.icon-arrows-left-right:before {
    content: "\ebad"
}

.icon-arrows-left-right-to-line:before {
    content: "\ebae"
}

.icon-arrows-rotate:before {
    content: "\ebaf"
}

.icon-arrows-spin:before {
    content: "\ebb0"
}

.icon-arrows-split-up-and-left:before {
    content: "\ebb1"
}

.icon-arrows-to-circle:before {
    content: "\ebb2"
}

.icon-arrows-to-dot:before {
    content: "\ebb3"
}

.icon-arrows-to-eye:before {
    content: "\ebb4"
}

.icon-arrows-turn-right:before {
    content: "\ebb5"
}

.icon-arrows-turn-to-dots:before {
    content: "\ebb6"
}

.icon-arrows-up-down:before {
    content: "\ebb7"
}

.icon-arrows-up-down-left-right:before {
    content: "\ebb8"
}

.icon-arrows-up-to-line:before {
    content: "\ebb9"
}

.icon-arrow-trend-down:before {
    content: "\ebba"
}

.icon-arrow-trend-up:before {
    content: "\ebbb"
}

.icon-arrow-turn-down:before {
    content: "\ebbc"
}

.icon-arrow-turn-up:before {
    content: "\ebbd"
}

.icon-arrow-up:before {
    content: "\ebbe"
}

.icon-arrow-up-1-9:before {
    content: "\ebbf"
}

.icon-arrow-up-9-1:before {
    content: "\ebc0"
}

.icon-arrow-up-a-z:before {
    content: "\ebc1"
}

.icon-arrow-up-from-bracket:before {
    content: "\ebc2"
}

.icon-arrow-up-from-ground-water:before {
    content: "\ebc3"
}

.icon-arrow-up-from-water-pump:before {
    content: "\ebc4"
}

.icon-arrow-up-long:before {
    content: "\ebc5"
}

.icon-arrow-up-right-dots:before {
    content: "\ebc6"
}

.icon-arrow-up-right-from-square:before {
    content: "\ebc7"
}

.icon-arrow-up-short-wide:before {
    content: "\ebc8"
}

.icon-arrow-up-wide-short:before {
    content: "\ebc9"
}

.icon-arrow-up-z-a:before {
    content: "\ebca"
}

.icon-asterisk:before {
    content: "\ebcb"
}

.icon-at:before {
    content: "\ebcc"
}

.icon-atom:before {
    content: "\ebcd"
}

.icon-audio-description:before {
    content: "\ebce"
}

.icon-austral-sign:before {
    content: "\ebcf"
}

.icon-b:before {
    content: "\ebd0"
}

.icon-baby:before {
    content: "\ebd1"
}

.icon-baby-carriage:before {
    content: "\ebd2"
}

.icon-backward:before {
    content: "\ebd3"
}

.icon-backward-fast:before {
    content: "\ebd4"
}

.icon-backward-step:before {
    content: "\ebd5"
}

.icon-bacon:before {
    content: "\ebd6"
}

.icon-bacteria:before {
    content: "\ebd7"
}

.icon-bacterium:before {
    content: "\ebd8"
}

.icon-bag-shopping:before {
    content: "\ebd9"
}

.icon-bahai:before {
    content: "\ebda"
}

.icon-baht-sign:before {
    content: "\ebdb"
}

.icon-ban:before {
    content: "\ebdc"
}

.icon-bandage:before {
    content: "\ebdd"
}

.icon-ban-smoking:before {
    content: "\ebde"
}

.icon-barcode:before {
    content: "\ebdf"
}

.icon-bars:before {
    content: "\ebe0"
}

.icon-bars-progress:before {
    content: "\ebe1"
}

.icon-bars-staggered:before {
    content: "\ebe2"
}

.icon-baseball:before {
    content: "\ebe3"
}

.icon-baseball-bat-ball:before {
    content: "\ebe4"
}

.icon-basketball:before {
    content: "\ebe5"
}

.icon-basket-shopping:before {
    content: "\ebe6"
}

.icon-bath:before {
    content: "\ebe7"
}

.icon-battery-empty:before {
    content: "\ebe8"
}

.icon-battery-full:before {
    content: "\ebe9"
}

.icon-battery-half:before {
    content: "\ebea"
}

.icon-battery-quarter:before {
    content: "\ebeb"
}

.icon-battery-three-quarters:before {
    content: "\ebec"
}

.icon-bed:before {
    content: "\ebed"
}

.icon-bed-pulse:before {
    content: "\ebee"
}

.icon-beer-mug-empty:before {
    content: "\ebef"
}

.icon-bell:before {
    content: "\ebf0"
}

.icon-bell-concierge:before {
    content: "\ebf1"
}

.icon-bell-slash:before {
    content: "\ebf2"
}

.icon-bezier-curve:before {
    content: "\ebf3"
}

.icon-bicycle:before {
    content: "\ebf4"
}

.icon-biohazard:before {
    content: "\ebf5"
}

.icon-bitcoin-sign:before {
    content: "\ebf6"
}

.icon-blender:before {
    content: "\ebf7"
}

.icon-blender-phone:before {
    content: "\ebf8"
}

.icon-blog:before {
    content: "\ebf9"
}

.icon-bold:before {
    content: "\ebfa"
}

.icon-bolt:before {
    content: "\ebfb"
}

.icon-bolt-lightning:before {
    content: "\ebfc"
}

.icon-bomb:before {
    content: "\ebfd"
}

.icon-bone:before {
    content: "\ebfe"
}

.icon-bong:before {
    content: "\ebff"
}

.icon-book:before {
    content: "\ec00"
}

.icon-book-atlas:before {
    content: "\ec01"
}

.icon-book-bible:before {
    content: "\ec02"
}

.icon-book-bookmark:before {
    content: "\ec03"
}

.icon-book-journal-whills:before {
    content: "\ec04"
}

.icon-bookmark:before {
    content: "\ec05"
}

.icon-book-medical:before {
    content: "\ec06"
}

.icon-book-open:before {
    content: "\ec07"
}

.icon-book-open-reader:before {
    content: "\ec08"
}

.icon-book-quran:before {
    content: "\ec09"
}

.icon-book-skull:before {
    content: "\ec0a"
}

.icon-book-tanakh:before {
    content: "\ec0b"
}

.icon-border-all:before {
    content: "\ec0c"
}

.icon-border-none:before {
    content: "\ec0d"
}

.icon-border-top-left:before {
    content: "\ec0e"
}

.icon-bore-hole:before {
    content: "\ec0f"
}

.icon-bottle-droplet:before {
    content: "\ec10"
}

.icon-bottle-water:before {
    content: "\ec11"
}

.icon-bowl-food:before {
    content: "\ec12"
}

.icon-bowling-ball:before {
    content: "\ec13"
}

.icon-bowl-rice:before {
    content: "\ec14"
}

.icon-box:before {
    content: "\ec15"
}

.icon-box-archive:before {
    content: "\ec16"
}

.icon-boxes-packing:before {
    content: "\ec17"
}

.icon-boxes-stacked:before {
    content: "\ec18"
}

.icon-box-open:before {
    content: "\ec19"
}

.icon-box-tissue:before {
    content: "\ec1a"
}

.icon-braille:before {
    content: "\ec1b"
}

.icon-brain:before {
    content: "\ec1c"
}

.icon-brazilian-real-sign:before {
    content: "\ec1d"
}

.icon-bread-slice:before {
    content: "\ec1e"
}

.icon-bridge:before {
    content: "\ec1f"
}

.icon-bridge-circle-check:before {
    content: "\ec20"
}

.icon-bridge-circle-exclamation:before {
    content: "\ec21"
}

.icon-bridge-circle-xmark:before {
    content: "\ec22"
}

.icon-bridge-lock:before {
    content: "\ec23"
}

.icon-bridge-water:before {
    content: "\ec24"
}

.icon-briefcase:before {
    content: "\ec25"
}

.icon-briefcase-medical:before {
    content: "\ec26"
}

.icon-broom:before {
    content: "\ec27"
}

.icon-broom-ball:before {
    content: "\ec28"
}

.icon-brush:before {
    content: "\ec29"
}

.icon-bucket:before {
    content: "\ec2a"
}

.icon-bug:before {
    content: "\ec2b"
}

.icon-bugs:before {
    content: "\ec2c"
}

.icon-bug-slash:before {
    content: "\ec2d"
}

.icon-building-circle-arrow-right:before {
    content: "\ec2e"
}

.icon-building-circle-check:before {
    content: "\ec2f"
}

.icon-building-circle-exclamation:before {
    content: "\ec30"
}

.icon-building-columns:before {
    content: "\ec32"
}

.icon-building-flag:before {
    content: "\ec33"
}

.icon-building-lock:before {
    content: "\ec34"
}

.icon-building-ngo:before {
    content: "\ec35"
}

.icon-building-shield:before {
    content: "\ec36"
}

.icon-building-un:before {
    content: "\ec37"
}

.icon-building-user:before {
    content: "\ec38"
}

.icon-building-wheat:before {
    content: "\ec39"
}

.icon-bullhorn:before {
    content: "\ec3a"
}

.icon-bullseye:before {
    content: "\ec3b"
}

.icon-burger:before {
    content: "\ec3c"
}

.icon-burst:before {
    content: "\ec3d"
}

.icon-bus:before {
    content: "\ec3e"
}

.icon-business-time:before {
    content: "\ec3f"
}

.icon-bus-simple:before {
    content: "\ec40"
}

.icon-c:before {
    content: "\ec41"
}

.icon-cable-car:before {
    content: "\ec42"
}

.icon-cake-candles:before {
    content: "\ec43"
}

.icon-calculator:before {
    content: "\ec44"
}

.icon-calendar-check:before {
    content: "\ec45"
}

.icon-calendar-day:before {
    content: "\ec46"
}

.icon-calendar-days:before {
    content: "\ec47"
}

.icon-calendar-minus:before {
    content: "\ec48"
}

.icon-calendar-plus:before {
    content: "\ec49"
}

.icon-calendar-week:before {
    content: "\ec4a"
}

.icon-calendar-xmark:before {
    content: "\ec4b"
}

.icon-camera:before {
    content: "\ec4c"
}

.icon-camera-retro:before {
    content: "\ec4d"
}

.icon-camera-rotate:before {
    content: "\ec4e"
}

.icon-campground:before {
    content: "\ec4f"
}

.icon-candy-cane:before {
    content: "\ec50"
}

.icon-cannabis:before {
    content: "\ec51"
}

.icon-capsules:before {
    content: "\ec52"
}

.icon-car:before {
    content: "\ec53"
}

.icon-caravan:before {
    content: "\ec54"
}

.icon-car-battery:before {
    content: "\ec55"
}

.icon-car-burst:before {
    content: "\ec56"
}

.icon-caret-down:before {
    content: "\ec57"
}

.icon-caret-left:before {
    content: "\ec58"
}

.icon-caret-right:before {
    content: "\ec59"
}

.icon-caret-up:before {
    content: "\ec5a"
}

.icon-car-on:before {
    content: "\ec5b"
}

.icon-car-rear:before {
    content: "\ec5c"
}

.icon-carrot:before {
    content: "\ec5d"
}

.icon-car-side:before {
    content: "\ec5e"
}

.icon-cart-arrow-down:before {
    content: "\ec5f"
}

.icon-cart-flatbed:before {
    content: "\ec60"
}

.icon-cart-flatbed-suitcase:before {
    content: "\ec61"
}

.icon-cart-plus:before {
    content: "\ec62"
}

.icon-cart-shopping:before {
    content: "\ec63"
}

.icon-car-tunnel:before {
    content: "\ec64"
}

.icon-cash-register:before {
    content: "\ec65"
}

.icon-cat:before {
    content: "\ec66"
}

.icon-cedi-sign:before {
    content: "\ec67"
}

.icon-cent-sign:before {
    content: "\ec68"
}

.icon-certificate:before {
    content: "\ec69"
}

.icon-chair:before {
    content: "\ec6a"
}

.icon-chalkboard:before {
    content: "\ec6b"
}

.icon-chalkboard-user:before {
    content: "\ec6c"
}

.icon-champagne-glasses:before {
    content: "\ec6d"
}

.icon-charging-station:before {
    content: "\ec6e"
}

.icon-chart-area:before {
    content: "\ec6f"
}

.icon-chart-bar:before {
    content: "\ec70"
}

.icon-chart-column:before {
    content: "\ec71"
}

.icon-chart-gantt:before {
    content: "\ec72"
}

.icon-chart-line:before {
    content: "\ec73"
}

.icon-chart-pie:before {
    content: "\ec74"
}

.icon-chart-simple:before {
    content: "\ec75"
}

.icon-check:before {
    content: "\ec76"
}

.icon-check-double:before {
    content: "\ec77"
}

.icon-check-to-slot:before {
    content: "\ec78"
}

.icon-cheese:before {
    content: "\ec79"
}

.icon-chess:before {
    content: "\ec7a"
}

.icon-chess-bishop:before {
    content: "\ec7b"
}

.icon-chess-board:before {
    content: "\ec7c"
}

.icon-chess-king:before {
    content: "\ec7d"
}

.icon-chess-knight:before {
    content: "\ec7e"
}

.icon-chess-pawn:before {
    content: "\ec7f"
}

.icon-chess-queen:before {
    content: "\ec80"
}

.icon-chess-rook:before {
    content: "\ec81"
}

.icon-chevron-down:before {
    content: "\ec82"
}

.icon-chevron-left:before {
    content: "\ec83"
}

.icon-chevron-right:before {
    content: "\ec84"
}

.icon-chevron-up:before {
    content: "\ec85"
}

.icon-child:before {
    content: "\ec86"
}

.icon-child-dress:before {
    content: "\ec87"
}

.icon-child-reaching:before {
    content: "\ec88"
}

.icon-children:before {
    content: "\ec89"
}

.icon-child-rifle:before {
    content: "\ec8a"
}

.icon-church:before {
    content: "\ec8b"
}

.icon-circle:before {
    content: "\ec8c"
}

.icon-circle-arrow-down:before {
    content: "\ec8d"
}

.icon-circle-arrow-left:before {
    content: "\ec8e"
}

.icon-circle-arrow-right:before {
    content: "\ec8f"
}

.icon-circle-arrow-up:before {
    content: "\ec90"
}

.icon-circle-check:before {
    content: "\ec91"
}

.icon-circle-chevron-down:before {
    content: "\ec92"
}

.icon-circle-chevron-left:before {
    content: "\ec93"
}

.icon-circle-chevron-right:before {
    content: "\ec94"
}

.icon-circle-chevron-up:before {
    content: "\ec95"
}

.icon-circle-dollar-to-slot:before {
    content: "\ec96"
}

.icon-circle-dot:before {
    content: "\ec97"
}

.icon-circle-down:before {
    content: "\ec98"
}

.icon-circle-exclamation:before {
    content: "\ec99"
}

.icon-circle-h:before {
    content: "\ec9a"
}

.icon-circle-half-stroke:before {
    content: "\ec9b"
}

.icon-circle-info:before {
    content: "\ec9c"
}

.icon-circle-left:before {
    content: "\ec9d"
}

.icon-circle-minus:before {
    content: "\ec9e"
}

.icon-circle-nodes:before {
    content: "\ec9f"
}

.icon-circle-notch:before {
    content: "\eca0"
}

.icon-circle-pause:before {
    content: "\eca1"
}

.icon-circle-play:before {
    content: "\eca2"
}

.icon-circle-plus:before {
    content: "\eca3"
}

.icon-circle-question:before {
    content: "\eca4"
}

.icon-circle-radiation:before {
    content: "\eca5"
}

.icon-circle-right:before {
    content: "\eca6"
}

.icon-circle-stop:before {
    content: "\eca7"
}

.icon-circle-up:before {
    content: "\eca8"
}

.icon-circle-user:before {
    content: "\eca9"
}

.icon-circle-xmark:before {
    content: "\ecaa"
}

.icon-city:before {
    content: "\ecab"
}

.icon-clapperboard:before {
    content: "\ecac"
}

.icon-clipboard:before {
    content: "\ecad"
}

.icon-clipboard-check:before {
    content: "\ecae"
}

.icon-clipboard-list:before {
    content: "\ecaf"
}

.icon-clipboard-question:before {
    content: "\ecb0"
}

.icon-clipboard-user:before {
    content: "\ecb1"
}

.icon-clock-rotate-left:before {
    content: "\ecb2"
}

.icon-clone:before {
    content: "\ecb3"
}

.icon-closed-captioning:before {
    content: "\ecb4"
}

.icon-cloud:before {
    content: "\ecb5"
}

.icon-cloud-arrow-down:before {
    content: "\ecb6"
}

.icon-cloud-arrow-up:before {
    content: "\ecb7"
}

.icon-cloud-bolt:before {
    content: "\ecb8"
}

.icon-cloud-meatball:before {
    content: "\ecb9"
}

.icon-cloud-moon:before {
    content: "\ecba"
}

.icon-cloud-moon-rain:before {
    content: "\ecbb"
}

.icon-cloud-rain:before {
    content: "\ecbc"
}

.icon-cloud-showers-heavy:before {
    content: "\ecbd"
}

.icon-cloud-showers-water:before {
    content: "\ecbe"
}

.icon-cloud-sun:before {
    content: "\ecbf"
}

.icon-cloud-sun-rain:before {
    content: "\ecc0"
}

.icon-clover:before {
    content: "\ecc1"
}

.icon-code:before {
    content: "\ecc2"
}

.icon-code-branch:before {
    content: "\ecc3"
}

.icon-code-commit:before {
    content: "\ecc4"
}

.icon-code-compare:before {
    content: "\ecc5"
}

.icon-code-fork:before {
    content: "\ecc6"
}

.icon-code-merge:before {
    content: "\ecc7"
}

.icon-code-pull-request:before {
    content: "\ecc8"
}

.icon-coins:before {
    content: "\ecc9"
}

.icon-colon-sign:before {
    content: "\ecca"
}

.icon-comment:before {
    content: "\eccb"
}

.icon-comment-dollar:before {
    content: "\eccc"
}

.icon-comment-dots:before {
    content: "\eccd"
}

.icon-comment-medical:before {
    content: "\ecce"
}

.icon-comments:before {
    content: "\eccf"
}

.icon-comments-dollar:before {
    content: "\ecd0"
}

.icon-comment-slash:before {
    content: "\ecd1"
}

.icon-comment-sms:before {
    content: "\ecd2"
}

.icon-compact-disc:before {
    content: "\ecd3"
}

.icon-compass:before {
    content: "\ecd4"
}

.icon-compass-drafting:before {
    content: "\ecd5"
}

.icon-compress:before {
    content: "\ecd6"
}

.icon-computer-mouse:before {
    content: "\ecd7"
}

.icon-cookie:before {
    content: "\ecd8"
}

.icon-cookie-bite:before {
    content: "\ecd9"
}

.icon-copy:before {
    content: "\ecda"
}

.icon-copyright:before {
    content: "\ecdb"
}

.icon-couch:before {
    content: "\ecdc"
}

.icon-cow:before {
    content: "\ecdd"
}

.icon-crop:before {
    content: "\ecde"
}

.icon-crop-simple:before {
    content: "\ecdf"
}

.icon-cross:before {
    content: "\ece0"
}

.icon-crosshairs:before {
    content: "\ece1"
}

.icon-crow:before {
    content: "\ece2"
}

.icon-crown:before {
    content: "\ece3"
}

.icon-crutch:before {
    content: "\ece4"
}

.icon-cruzeiro-sign:before {
    content: "\ece5"
}

.icon-cube:before {
    content: "\ece6"
}

.icon-cubes:before {
    content: "\ece7"
}

.icon-cubes-stacked:before {
    content: "\ece8"
}

.icon-d:before {
    content: "\ece9"
}

.icon-database:before {
    content: "\ecea"
}

.icon-delete-left:before {
    content: "\eceb"
}

.icon-democrat:before {
    content: "\ecec"
}

.icon-desktop:before {
    content: "\eced"
}

.icon-dharmachakra:before {
    content: "\ecee"
}

.icon-diagram-next:before {
    content: "\ecef"
}

.icon-diagram-predecessor:before {
    content: "\ecf0"
}

.icon-diagram-project:before {
    content: "\ecf1"
}

.icon-diagram-successor:before {
    content: "\ecf2"
}

.icon-diamond:before {
    content: "\ecf3"
}

.icon-diamond-turn-right:before {
    content: "\ecf4"
}

.icon-dice:before {
    content: "\ecf5"
}

.icon-dice-d6:before {
    content: "\ecf6"
}

.icon-dice-d20:before {
    content: "\ecf7"
}

.icon-dice-five:before {
    content: "\ecf8"
}

.icon-dice-four:before {
    content: "\ecf9"
}

.icon-dice-one:before {
    content: "\ecfa"
}

.icon-dice-six:before {
    content: "\ecfb"
}

.icon-dice-three:before {
    content: "\ecfc"
}

.icon-dice-two:before {
    content: "\ecfd"
}

.icon-disease:before {
    content: "\ecfe"
}

.icon-display:before {
    content: "\ecff"
}

.icon-divide:before {
    content: "\ed00"
}

.icon-dna:before {
    content: "\ed01"
}

.icon-dog:before {
    content: "\ed02"
}

.icon-dollar-sign:before {
    content: "\ed03"
}

.icon-dolly:before {
    content: "\ed04"
}

.icon-dong-sign:before {
    content: "\ed05"
}

.icon-door-closed:before {
    content: "\ed06"
}

.icon-door-open:before {
    content: "\ed07"
}

.icon-dove:before {
    content: "\ed08"
}

.icon-down-left-and-up-right-to-center:before {
    content: "\ed09"
}

.icon-down-long:before {
    content: "\ed0a"
}

.icon-dragon:before {
    content: "\ed0b"
}

.icon-draw-polygon:before {
    content: "\ed0c"
}

.icon-droplet:before {
    content: "\ed0d"
}

.icon-droplet-slash:before {
    content: "\ed0e"
}

.icon-drum:before {
    content: "\ed0f"
}

.icon-drum-steelpan:before {
    content: "\ed10"
}

.icon-drumstick-bite:before {
    content: "\ed11"
}

.icon-dumpster:before {
    content: "\ed12"
}

.icon-dumpster-fire:before {
    content: "\ed13"
}

.icon-dungeon:before {
    content: "\ed14"
}

.icon-e:before {
    content: "\ed15"
}

.icon-ear-deaf:before {
    content: "\ed16"
}

.icon-ear-listen:before {
    content: "\ed17"
}

.icon-earth-africa:before {
    content: "\ed18"
}

.icon-earth-americas:before {
    content: "\ed19"
}

.icon-earth-asia:before {
    content: "\ed1a"
}

.icon-earth-europe:before {
    content: "\ed1b"
}

.icon-earth-oceania:before {
    content: "\ed1c"
}

.icon-egg:before {
    content: "\ed1d"
}

.icon-eject:before {
    content: "\ed1e"
}

.icon-elevator:before {
    content: "\ed1f"
}

.icon-ellipsis:before {
    content: "\ed20"
}

.icon-ellipsis-vertical:before {
    content: "\ed21"
}

.icon-envelope:before {
    content: "\ed22"
}

.icon-envelope-circle-check:before {
    content: "\ed23"
}

.icon-envelope-open:before {
    content: "\ed24"
}

.icon-envelope-open-text:before {
    content: "\ed25"
}

.icon-envelopes-bulk:before {
    content: "\ed26"
}

.icon-equals:before {
    content: "\ed27"
}

.icon-eraser:before {
    content: "\ed28"
}

.icon-ethernet:before {
    content: "\ed29"
}

.icon-euro-sign:before {
    content: "\ed2a"
}

.icon-exclamation:before {
    content: "\ed2b"
}

.icon-expand:before {
    content: "\ed2c"
}

.icon-explosion:before {
    content: "\ed2d"
}

.icon-eye:before {
    content: "\ed2e"
}

.icon-eye-dropper:before {
    content: "\ed2f"
}

.icon-eye-low-vision:before {
    content: "\ed30"
}

.icon-eye-slash:before {
    content: "\ed31"
}

.icon-face-angry:before {
    content: "\ed33"
}

.icon-face-dizzy:before {
    content: "\ed34"
}

.icon-face-flushed:before {
    content: "\ed35"
}

.icon-face-frown:before {
    content: "\ed36"
}

.icon-face-frown-open:before {
    content: "\ed37"
}

.icon-face-grimace:before {
    content: "\ed38"
}

.icon-face-grin:before {
    content: "\ed39"
}

.icon-face-grin-beam:before {
    content: "\ed3a"
}

.icon-face-grin-beam-sweat:before {
    content: "\ed3b"
}

.icon-face-grin-hearts:before {
    content: "\ed3c"
}

.icon-face-grin-squint:before {
    content: "\ed3d"
}

.icon-face-grin-squint-tears:before {
    content: "\ed3e"
}

.icon-face-grin-stars:before {
    content: "\ed3f"
}

.icon-face-grin-tears:before {
    content: "\ed40"
}

.icon-face-grin-tongue:before {
    content: "\ed41"
}

.icon-face-grin-tongue-squint:before {
    content: "\ed42"
}

.icon-face-grin-tongue-wink:before {
    content: "\ed43"
}

.icon-face-grin-wide:before {
    content: "\ed44"
}

.icon-face-grin-wink:before {
    content: "\ed45"
}

.icon-face-kiss:before {
    content: "\ed46"
}

.icon-face-kiss-beam:before {
    content: "\ed47"
}

.icon-face-kiss-wink-heart:before {
    content: "\ed48"
}

.icon-face-laugh:before {
    content: "\ed49"
}

.icon-face-laugh-beam:before {
    content: "\ed4a"
}

.icon-face-laugh-squint:before {
    content: "\ed4b"
}

.icon-face-laugh-wink:before {
    content: "\ed4c"
}

.icon-face-meh:before {
    content: "\ed4d"
}

.icon-face-meh-blank:before {
    content: "\ed4e"
}

.icon-face-rolling-eyes:before {
    content: "\ed4f"
}

.icon-face-sad-cry:before {
    content: "\ed50"
}

.icon-face-sad-tear:before {
    content: "\ed51"
}

.icon-face-smile:before {
    content: "\ed52"
}

.icon-face-smile-beam:before {
    content: "\ed53"
}

.icon-face-smile-wink:before {
    content: "\ed54"
}

.icon-face-surprise:before {
    content: "\ed55"
}

.icon-face-tired:before {
    content: "\ed56"
}

.icon-fan:before {
    content: "\ed57"
}

.icon-faucet:before {
    content: "\ed58"
}

.icon-faucet-drip:before {
    content: "\ed59"
}

.icon-fax:before {
    content: "\ed5a"
}

.icon-feather:before {
    content: "\ed5b"
}

.icon-feather-pointed:before {
    content: "\ed5c"
}

.icon-ferry:before {
    content: "\ed5d"
}

.icon-file:before {
    content: "\ed5e"
}

.icon-file-arrow-down:before {
    content: "\ed5f"
}

.icon-file-arrow-up:before {
    content: "\ed60"
}

.icon-file-audio:before {
    content: "\ed61"
}

.icon-file-circle-check:before {
    content: "\ed62"
}

.icon-file-circle-exclamation:before {
    content: "\ed63"
}

.icon-file-circle-minus:before {
    content: "\ed64"
}

.icon-file-circle-plus:before {
    content: "\ed65"
}

.icon-file-circle-question:before {
    content: "\ed66"
}

.icon-file-circle-xmark:before {
    content: "\ed67"
}

.icon-file-code:before {
    content: "\ed68"
}

.icon-file-contract:before {
    content: "\ed69"
}

.icon-file-csv:before {
    content: "\ed6a"
}

.icon-file-excel:before {
    content: "\ed6b"
}

.icon-file-export:before {
    content: "\ed6c"
}

.icon-file-image:before {
    content: "\ed6d"
}

.icon-file-import:before {
    content: "\ed6e"
}

.icon-file-invoice:before {
    content: "\ed6f"
}

.icon-file-invoice-dollar:before {
    content: "\ed70"
}

.icon-file-lines:before {
    content: "\ed71"
}

.icon-file-medical:before {
    content: "\ed72"
}

.icon-file-pdf:before {
    content: "\ed73"
}

.icon-file-pen:before {
    content: "\ed74"
}

.icon-file-powerpoint:before {
    content: "\ed75"
}

.icon-file-prescription:before {
    content: "\ed76"
}

.icon-file-shield:before {
    content: "\ed77"
}

.icon-file-signature:before {
    content: "\ed78"
}

.icon-file-video:before {
    content: "\ed79"
}

.icon-file-waveform:before {
    content: "\ed7a"
}

.icon-file-word:before {
    content: "\ed7b"
}

.icon-file-zipper:before {
    content: "\ed7c"
}

.icon-fill:before {
    content: "\ed7d"
}

.icon-fill-drip:before {
    content: "\ed7e"
}

.icon-film:before {
    content: "\ed7f"
}

.icon-filter:before {
    content: "\ed80"
}

.icon-filter-circle-dollar:before {
    content: "\ed81"
}

.icon-filter-circle-xmark:before {
    content: "\ed82"
}

.icon-fingerprint:before {
    content: "\ed83"
}

.icon-fire:before {
    content: "\ed84"
}

.icon-fire-burner:before {
    content: "\ed85"
}

.icon-fire-extinguisher:before {
    content: "\ed86"
}

.icon-fire-flame-curved:before {
    content: "\ed87"
}

.icon-fire-flame-simple:before {
    content: "\ed88"
}

.icon-fish:before {
    content: "\ed89"
}

.icon-fish-fins:before {
    content: "\ed8a"
}

.icon-flag:before {
    content: "\ed8b"
}

.icon-flag-checkered:before {
    content: "\ed8c"
}

.icon-flag-usa:before {
    content: "\ed8d"
}

.icon-flask:before {
    content: "\ed8e"
}

.icon-flask-vial:before {
    content: "\ed8f"
}

.icon-floppy-disk:before {
    content: "\ed90"
}

.icon-florin-sign:before {
    content: "\ed91"
}

.icon-folder:before {
    content: "\ed92"
}

.icon-folder-closed:before {
    content: "\ed93"
}

.icon-folder-minus:before {
    content: "\ed94"
}

.icon-folder-open:before {
    content: "\ed95"
}

.icon-folder-plus:before {
    content: "\ed96"
}

.icon-folder-tree:before {
    content: "\ed97"
}

.icon-font:before {
    content: "\ed98"
}

.icon-font-awesome:before {
    content: "\ed99"
}

.icon-forward:before {
    content: "\ed9a"
}

.icon-forward-fast:before {
    content: "\ed9b"
}

.icon-forward-step:before {
    content: "\ed9c"
}

.icon-futbol:before {
    content: "\ed9d"
}

.icon-g:before {
    content: "\ed9e"
}

.icon-gamepad:before {
    content: "\ed9f"
}

.icon-gas-pump:before {
    content: "\eda0"
}

.icon-gauge:before {
    content: "\eda1"
}

.icon-gauge-high:before {
    content: "\eda2"
}

.icon-gauge-simple:before {
    content: "\eda3"
}

.icon-gauge-simple-high:before {
    content: "\eda4"
}

.icon-gavel:before {
    content: "\eda5"
}

.icon-gear:before {
    content: "\eda6"
}

.icon-gears:before {
    content: "\eda7"
}

.icon-gem:before {
    content: "\eda8"
}

.icon-genderless:before {
    content: "\eda9"
}

.icon-ghost:before {
    content: "\edaa"
}

.icon-gift:before {
    content: "\edab"
}

.icon-gifts:before {
    content: "\edac"
}

.icon-glasses:before {
    content: "\edad"
}

.icon-glass-water:before {
    content: "\edae"
}

.icon-glass-water-droplet:before {
    content: "\edaf"
}

.icon-globe:before {
    content: "\edb0"
}

.icon-golf-ball-tee:before {
    content: "\edb1"
}

.icon-gopuram:before {
    content: "\edb2"
}

.icon-graduation-cap:before {
    content: "\edb3"
}

.icon-greater-than:before {
    content: "\edb4"
}

.icon-greater-than-equal:before {
    content: "\edb5"
}

.icon-grip:before {
    content: "\edb6"
}

.icon-grip-lines:before {
    content: "\edb7"
}

.icon-grip-lines-vertical:before {
    content: "\edb8"
}

.icon-grip-vertical:before {
    content: "\edb9"
}

.icon-group-arrows-rotate:before {
    content: "\edba"
}

.icon-guarani-sign:before {
    content: "\edbb"
}

.icon-guitar:before {
    content: "\edbc"
}

.icon-gun:before {
    content: "\edbd"
}

.icon-h:before {
    content: "\edbe"
}

.icon-hammer:before {
    content: "\edbf"
}

.icon-hamsa:before {
    content: "\edc0"
}

.icon-hand:before {
    content: "\edc1"
}

.icon-hand-back-fist:before {
    content: "\edc2"
}

.icon-handcuffs:before {
    content: "\edc3"
}

.icon-hand-dots:before {
    content: "\edc4"
}

.icon-hand-fist:before {
    content: "\edc5"
}

.icon-hand-holding:before {
    content: "\edc6"
}

.icon-hand-holding-dollar:before {
    content: "\edc7"
}

.icon-hand-holding-droplet:before {
    content: "\edc8"
}

.icon-hand-holding-hand:before {
    content: "\edc9"
}

.icon-hand-holding-heart:before {
    content: "\edca"
}

.icon-hand-holding-medical:before {
    content: "\edcb"
}

.icon-hand-lizard:before {
    content: "\edcc"
}

.icon-hand-middle-finger:before {
    content: "\edcd"
}

.icon-hand-peace:before {
    content: "\edce"
}

.icon-hand-point-down:before {
    content: "\edcf"
}

.icon-hand-pointer:before {
    content: "\edd0"
}

.icon-hand-point-left:before {
    content: "\edd1"
}

.icon-hand-point-right:before {
    content: "\edd2"
}

.icon-hand-point-up:before {
    content: "\edd3"
}

.icon-hands:before {
    content: "\edd4"
}

.icon-hands-asl-interpreting:before {
    content: "\edd5"
}

.icon-hands-bound:before {
    content: "\edd6"
}

.icon-hands-bubbles:before {
    content: "\edd7"
}

.icon-hand-scissors:before {
    content: "\edd8"
}

.icon-hands-clapping:before {
    content: "\edd9"
}

.icon-handshake-angle:before {
    content: "\edda"
}

.icon-handshake-simple:before {
    content: "\eddb"
}

.icon-handshake-simple-slash:before {
    content: "\eddc"
}

.icon-handshake-slash:before {
    content: "\eddd"
}

.icon-hands-holding:before {
    content: "\edde"
}

.icon-hands-holding-child:before {
    content: "\eddf"
}

.icon-hands-holding-circle:before {
    content: "\ede0"
}

.icon-hand-sparkles:before {
    content: "\ede1"
}

.icon-hand-spock:before {
    content: "\ede2"
}

.icon-hands-praying:before {
    content: "\ede3"
}

.icon-hanukiah:before {
    content: "\ede4"
}

.icon-hard-drive:before {
    content: "\ede5"
}

.icon-hashtag:before {
    content: "\ede6"
}

.icon-hat-cowboy:before {
    content: "\ede7"
}

.icon-hat-cowboy-side:before {
    content: "\ede8"
}

.icon-hat-wizard:before {
    content: "\ede9"
}

.icon-heading:before {
    content: "\edea"
}

.icon-headphones:before {
    content: "\edeb"
}

.icon-headphones-simple:before {
    content: "\edec"
}

.icon-headset:before {
    content: "\eded"
}

.icon-head-side-cough:before {
    content: "\edee"
}

.icon-head-side-cough-slash:before {
    content: "\edef"
}

.icon-head-side-mask:before {
    content: "\edf0"
}

.icon-head-side-virus:before {
    content: "\edf1"
}

.icon-heart:before {
    content: "\edf2"
}

.icon-heart-circle-bolt:before {
    content: "\edf3"
}

.icon-heart-circle-check:before {
    content: "\edf4"
}

.icon-heart-circle-exclamation:before {
    content: "\edf5"
}

.icon-heart-circle-minus:before {
    content: "\edf6"
}

.icon-heart-circle-plus:before {
    content: "\edf7"
}

.icon-heart-circle-xmark:before {
    content: "\edf8"
}

.icon-heart-crack:before {
    content: "\edf9"
}

.icon-heart-pulse:before {
    content: "\edfa"
}

.icon-helicopter:before {
    content: "\edfb"
}

.icon-helicopter-symbol:before {
    content: "\edfc"
}

.icon-helmet-safety:before {
    content: "\edfd"
}

.icon-helmet-un:before {
    content: "\edfe"
}

.icon-highlighter:before {
    content: "\edff"
}

.icon-hill-avalanche:before {
    content: "\ee00"
}

.icon-hill-rockslide:before {
    content: "\ee01"
}

.icon-hippo:before {
    content: "\ee02"
}

.icon-hockey-puck:before {
    content: "\ee03"
}

.icon-holly-berry:before {
    content: "\ee04"
}

.icon-horse:before {
    content: "\ee05"
}

.icon-horse-head:before {
    content: "\ee06"
}

.icon-hospital:before {
    content: "\ee07"
}

.icon-hospital-user:before {
    content: "\ee08"
}

.icon-hotdog:before {
    content: "\ee09"
}

.icon-hotel:before {
    content: "\ee0a"
}

.icon-hot-tub-person:before {
    content: "\ee0b"
}

.icon-hourglass:before {
    content: "\ee0c"
}

.icon-hourglass-end:before {
    content: "\ee0d"
}

.icon-hourglass-half:before {
    content: "\ee0e"
}

.icon-hourglass-start:before {
    content: "\ee0f"
}

.icon-house:before {
    content: "\ee10"
}

.icon-house-chimney:before {
    content: "\ee11"
}

.icon-house-chimney-crack:before {
    content: "\ee12"
}

.icon-house-chimney-medical:before {
    content: "\ee13"
}

.icon-house-chimney-user:before {
    content: "\ee14"
}

.icon-house-chimney-window:before {
    content: "\ee15"
}

.icon-house-circle-check:before {
    content: "\ee16"
}

.icon-house-circle-exclamation:before {
    content: "\ee17"
}

.icon-house-circle-xmark:before {
    content: "\ee18"
}

.icon-house-crack:before {
    content: "\ee19"
}

.icon-house-fire:before {
    content: "\ee1a"
}

.icon-house-flag:before {
    content: "\ee1b"
}

.icon-house-flood-water:before {
    content: "\ee1c"
}

.icon-house-flood-water-circle-arrow-right:before {
    content: "\ee1d"
}

.icon-house-laptop:before {
    content: "\ee1e"
}

.icon-house-lock:before {
    content: "\ee1f"
}

.icon-house-medical:before {
    content: "\ee20"
}

.icon-house-medical-circle-check:before {
    content: "\ee21"
}

.icon-house-medical-circle-exclamation:before {
    content: "\ee22"
}

.icon-house-medical-circle-xmark:before {
    content: "\ee23"
}

.icon-house-medical-flag:before {
    content: "\ee24"
}

.icon-house-signal:before {
    content: "\ee25"
}

.icon-house-tsunami:before {
    content: "\ee26"
}

.icon-house-user:before {
    content: "\ee27"
}

.icon-hryvnia-sign:before {
    content: "\ee28"
}

.icon-hurricane:before {
    content: "\ee29"
}

.icon-i:before {
    content: "\ee2a"
}

.icon-ice-cream:before {
    content: "\ee2b"
}

.icon-icicles:before {
    content: "\ee2c"
}

.icon-i-cursor:before {
    content: "\ee2d"
}

.icon-id-badge:before {
    content: "\ee2e"
}

.icon-id-card:before {
    content: "\ee2f"
}

.icon-id-card-clip:before {
    content: "\ee30"
}

.icon-igloo:before {
    content: "\ee31"
}

.icon-image:before {
    content: "\ee32"
}

.icon-image-portrait:before {
    content: "\ee33"
}

.icon-images:before {
    content: "\ee34"
}

.icon-inbox:before {
    content: "\ee35"
}

.icon-indent:before {
    content: "\ee36"
}

.icon-indian-rupee-sign:before {
    content: "\ee37"
}

.icon-industry:before {
    content: "\ee38"
}

.icon-infinity:before {
    content: "\ee39"
}

.icon-info:before {
    content: "\ee3a"
}

.icon-jar:before {
    content: "\ee3b"
}

.icon-jar-wheat:before {
    content: "\ee3c"
}

.icon-jedi:before {
    content: "\ee3d"
}

.icon-jet-fighter:before {
    content: "\ee3e"
}

.icon-jet-fighter-up:before {
    content: "\ee3f"
}

.icon-joint:before {
    content: "\ee40"
}

.icon-jug-detergent:before {
    content: "\ee41"
}

.icon-key:before {
    content: "\ee42"
}

.icon-keyboard:before {
    content: "\ee43"
}

.icon-khanda:before {
    content: "\ee44"
}

.icon-kip-sign:before {
    content: "\ee45"
}

.icon-kitchen-set:before {
    content: "\ee46"
}

.icon-kit-medical:before {
    content: "\ee47"
}

.icon-landmark:before {
    content: "\ee49"
}

.icon-landmark-dome:before {
    content: "\ee4a"
}

.icon-landmark-flag:before {
    content: "\ee4b"
}

.icon-land-mine-on:before {
    content: "\ee4c"
}

.icon-language:before {
    content: "\ee4d"
}

.icon-laptop:before {
    content: "\ee4e"
}

.icon-laptop-code:before {
    content: "\ee4f"
}

.icon-laptop-file:before {
    content: "\ee50"
}

.icon-laptop-medical:before {
    content: "\ee51"
}

.icon-lari-sign:before {
    content: "\ee52"
}

.icon-layer-group:before {
    content: "\ee53"
}

.icon-leaf:before {
    content: "\ee54"
}

.icon-left-long:before {
    content: "\ee55"
}

.icon-left-right:before {
    content: "\ee56"
}

.icon-lemon:before {
    content: "\ee57"
}

.icon-less-than:before {
    content: "\ee58"
}

.icon-less-than-equal:before {
    content: "\ee59"
}

.icon-life-ring:before {
    content: "\ee5a"
}

.icon-lightbulb:before {
    content: "\ee5b"
}

.icon-lines-leaning:before {
    content: "\ee5c"
}

.icon-link:before {
    content: "\ee5d"
}

.icon-link-slash:before {
    content: "\ee5e"
}

.icon-lira-sign:before {
    content: "\ee5f"
}

.icon-list:before {
    content: "\ee60"
}

.icon-list-check:before {
    content: "\ee61"
}

.icon-list-ol:before {
    content: "\ee62"
}

.icon-list-ul:before {
    content: "\ee63"
}

.icon-litecoin-sign:before {
    content: "\ee64"
}

.icon-location-arrow:before {
    content: "\ee65"
}

.icon-location-crosshairs:before {
    content: "\ee66"
}

.icon-location-dot:before {
    content: "\ee67"
}

.icon-location-pin-lock:before {
    content: "\ee69"
}

.icon-lock:before {
    content: "\ee6a"
}

.icon-lock-open:before {
    content: "\ee6b"
}

.icon-locust:before {
    content: "\ee6c"
}

.icon-lungs:before {
    content: "\ee6d"
}

.icon-lungs-virus:before {
    content: "\ee6e"
}

.icon-m:before {
    content: "\ee6f"
}

.icon-magnet:before {
    content: "\ee70"
}

.icon-magnifying-glass:before {
    content: "\ee71"
}

.icon-magnifying-glass-arrow-right:before {
    content: "\ee72"
}

.icon-magnifying-glass-chart:before {
    content: "\ee73"
}

.icon-magnifying-glass-dollar:before {
    content: "\ee74"
}

.icon-magnifying-glass-location:before {
    content: "\ee75"
}

.icon-magnifying-glass-minus:before {
    content: "\ee76"
}

.icon-magnifying-glass-plus:before {
    content: "\ee77"
}

.icon-manat-sign:before {
    content: "\ee78"
}

.icon-map:before {
    content: "\ee79"
}

.icon-map-location:before {
    content: "\ee7a"
}

.icon-map-location-dot:before {
    content: "\ee7b"
}

.icon-map-pin:before {
    content: "\ee7c"
}

.icon-marker:before {
    content: "\ee7d"
}

.icon-mars:before {
    content: "\ee7e"
}

.icon-mars-and-venus:before {
    content: "\ee7f"
}

.icon-mars-and-venus-burst:before {
    content: "\ee80"
}

.icon-mars-double:before {
    content: "\ee81"
}

.icon-mars-stroke:before {
    content: "\ee82"
}

.icon-mars-stroke-right:before {
    content: "\ee83"
}

.icon-mars-stroke-up:before {
    content: "\ee84"
}

.icon-martini-glass:before {
    content: "\ee85"
}

.icon-martini-glass-citrus:before {
    content: "\ee86"
}

.icon-martini-glass-empty:before {
    content: "\ee87"
}

.icon-mask:before {
    content: "\ee88"
}

.icon-mask-face:before {
    content: "\ee89"
}

.icon-masks-theater:before {
    content: "\ee8a"
}

.icon-mask-ventilator:before {
    content: "\ee8b"
}

.icon-mattress-pillow:before {
    content: "\ee8c"
}

.icon-maximize:before {
    content: "\ee8d"
}

.icon-medal:before {
    content: "\ee8e"
}

.icon-memory:before {
    content: "\ee8f"
}

.icon-menorah:before {
    content: "\ee90"
}

.icon-mercury:before {
    content: "\ee91"
}

.icon-message:before {
    content: "\ee92"
}

.icon-meteor:before {
    content: "\ee93"
}

.icon-microchip:before {
    content: "\ee94"
}

.icon-microphone:before {
    content: "\ee95"
}

.icon-microphone-lines:before {
    content: "\ee96"
}

.icon-microphone-lines-slash:before {
    content: "\ee97"
}

.icon-microphone-slash:before {
    content: "\ee98"
}

.icon-microscope:before {
    content: "\ee99"
}

.icon-mill-sign:before {
    content: "\ee9a"
}

.icon-minimize:before {
    content: "\ee9b"
}

.icon-minus:before {
    content: "\ee9c"
}

.icon-mitten:before {
    content: "\ee9d"
}

.icon-mobile-retro:before {
    content: "\ee9f"
}

.icon-mobile-screen:before {
    content: "\eea0"
}

.icon-mobile-screen-button:before {
    content: "\eea1"
}

.icon-money-bill:before {
    content: "\eea2"
}

.icon-money-bill-1:before {
    content: "\eea3"
}

.icon-money-bill-1-wave:before {
    content: "\eea4"
}

.icon-money-bills:before {
    content: "\eea5"
}

.icon-money-bill-transfer:before {
    content: "\eea6"
}

.icon-money-bill-trend-up:before {
    content: "\eea7"
}

.icon-money-bill-wave:before {
    content: "\eea8"
}

.icon-money-bill-wheat:before {
    content: "\eea9"
}

.icon-money-check:before {
    content: "\eeaa"
}

.icon-money-check-dollar:before {
    content: "\eeab"
}

.icon-monument:before {
    content: "\eeac"
}

.icon-mortar-pestle:before {
    content: "\eead"
}

.icon-mosque:before {
    content: "\eeae"
}

.icon-mosquito:before {
    content: "\eeaf"
}

.icon-mosquito-net:before {
    content: "\eeb0"
}

.icon-motorcycle:before {
    content: "\eeb1"
}

.icon-mound:before {
    content: "\eeb2"
}

.icon-mountain:before {
    content: "\eeb3"
}

.icon-mountain-city:before {
    content: "\eeb4"
}

.icon-mountain-sun:before {
    content: "\eeb5"
}

.icon-mug-hot:before {
    content: "\eeb6"
}

.icon-mug-saucer:before {
    content: "\eeb7"
}

.icon-music:before {
    content: "\eeb8"
}

.icon-naira-sign:before {
    content: "\eeba"
}

.icon-network-wired:before {
    content: "\eebb"
}

.icon-neuter:before {
    content: "\eebc"
}

.icon-newspaper:before {
    content: "\eebd"
}

.icon-not-equal:before {
    content: "\eebe"
}

.icon-notes-medical:before {
    content: "\eebf"
}

.icon-note-sticky:before {
    content: "\eec0"
}

.icon-o:before {
    content: "\eec1"
}

.icon-object-group:before {
    content: "\eec2"
}

.icon-object-ungroup:before {
    content: "\eec3"
}

.icon-oil-can:before {
    content: "\eec4"
}

.icon-oil-well:before {
    content: "\eec5"
}

.icon-om:before {
    content: "\eec6"
}

.icon-otter:before {
    content: "\eec7"
}

.icon-outdent:before {
    content: "\eec8"
}

.icon-p:before {
    content: "\eec9"
}

.icon-pager:before {
    content: "\eeca"
}

.icon-paintbrush:before {
    content: "\eecb"
}

.icon-paint-roller:before {
    content: "\eecc"
}

.icon-palette:before {
    content: "\eecd"
}

.icon-pallet:before {
    content: "\eece"
}

.icon-panorama:before {
    content: "\eecf"
}

.icon-paper-plane:before {
    content: "\eed0"
}

.icon-parachute-box:before {
    content: "\eed1"
}

.icon-paragraph:before {
    content: "\eed2"
}

.icon-passport:before {
    content: "\eed3"
}

.icon-paste:before {
    content: "\eed4"
}

.icon-pause:before {
    content: "\eed5"
}

.icon-paw:before {
    content: "\eed6"
}

.icon-peace:before {
    content: "\eed7"
}

.icon-pen:before {
    content: "\eed8"
}

.icon-pencil:before {
    content: "\eed9"
}

.icon-pen-clip:before {
    content: "\eeda"
}

.icon-pen-fancy:before {
    content: "\eedb"
}

.icon-pen-nib:before {
    content: "\eedc"
}

.icon-pen-ruler:before {
    content: "\eedd"
}

.icon-pen-to-square:before {
    content: "\eede"
}

.icon-people-arrows:before {
    content: "\eedf"
}

.icon-people-carry-box:before {
    content: "\eee0"
}

.icon-people-group:before {
    content: "\eee1"
}

.icon-people-line:before {
    content: "\eee2"
}

.icon-people-pulling:before {
    content: "\eee3"
}

.icon-people-robbery:before {
    content: "\eee4"
}

.icon-people-roof:before {
    content: "\eee5"
}

.icon-pepper-hot:before {
    content: "\eee6"
}

.icon-percent:before {
    content: "\eee7"
}

.icon-person:before {
    content: "\eee8"
}

.icon-person-arrow-down-to-line:before {
    content: "\eee9"
}

.icon-person-arrow-up-from-line:before {
    content: "\eeea"
}

.icon-person-biking:before {
    content: "\eeeb"
}

.icon-person-booth:before {
    content: "\eeec"
}

.icon-person-breastfeeding:before {
    content: "\eeed"
}

.icon-person-burst:before {
    content: "\eeee"
}

.icon-person-cane:before {
    content: "\eeef"
}

.icon-person-chalkboard:before {
    content: "\eef0"
}

.icon-person-circle-check:before {
    content: "\eef1"
}

.icon-person-circle-exclamation:before {
    content: "\eef2"
}

.icon-person-circle-minus:before {
    content: "\eef3"
}

.icon-person-circle-plus:before {
    content: "\eef4"
}

.icon-person-circle-question:before {
    content: "\eef5"
}

.icon-person-circle-xmark:before {
    content: "\eef6"
}

.icon-person-digging:before {
    content: "\eef7"
}

.icon-person-dots-from-line:before {
    content: "\eef8"
}

.icon-person-dress:before {
    content: "\eef9"
}

.icon-person-dress-burst:before {
    content: "\eefa"
}

.icon-person-drowning:before {
    content: "\eefb"
}

.icon-person-falling:before {
    content: "\eefc"
}

.icon-person-falling-burst:before {
    content: "\eefd"
}

.icon-person-half-dress:before {
    content: "\eefe"
}

.icon-person-harassing:before {
    content: "\eeff"
}

.icon-person-hiking:before {
    content: "\ef00"
}

.icon-person-military-pointing:before {
    content: "\ef01"
}

.icon-person-military-rifle:before {
    content: "\ef02"
}

.icon-person-military-to-person:before {
    content: "\ef03"
}

.icon-person-praying:before {
    content: "\ef04"
}

.icon-person-pregnant:before {
    content: "\ef05"
}

.icon-person-rays:before {
    content: "\ef06"
}

.icon-person-rifle:before {
    content: "\ef07"
}

.icon-person-running:before {
    content: "\ef08"
}

.icon-person-shelter:before {
    content: "\ef09"
}

.icon-person-skating:before {
    content: "\ef0a"
}

.icon-person-skiing:before {
    content: "\ef0b"
}

.icon-person-skiing-nordic:before {
    content: "\ef0c"
}

.icon-person-snowboarding:before {
    content: "\ef0d"
}

.icon-person-swimming:before {
    content: "\ef0e"
}

.icon-person-through-window:before {
    content: "\ef0f"
}

.icon-person-walking:before {
    content: "\ef10"
}

.icon-person-walking-arrow-loop-left:before {
    content: "\ef11"
}

.icon-person-walking-arrow-right:before {
    content: "\ef12"
}

.icon-person-walking-dashed-line-arrow-right:before {
    content: "\ef13"
}

.icon-person-walking-luggage:before {
    content: "\ef14"
}

.icon-person-walking-with-cane:before {
    content: "\ef15"
}

.icon-peseta-sign:before {
    content: "\ef16"
}

.icon-peso-sign:before {
    content: "\ef17"
}

.icon-phone:before {
    content: "\ef18"
}

.icon-phone-flip:before {
    content: "\ef19"
}

.icon-phone-slash:before {
    content: "\ef1a"
}

.icon-phone-volume:before {
    content: "\ef1b"
}

.icon-photo-film:before {
    content: "\ef1c"
}

.icon-piggy-bank:before {
    content: "\ef1d"
}

.icon-pills:before {
    content: "\ef1e"
}

.icon-pizza-slice:before {
    content: "\ef1f"
}

.icon-place-of-worship:before {
    content: "\ef20"
}

.icon-plane:before {
    content: "\ef21"
}

.icon-plane-arrival:before {
    content: "\ef22"
}

.icon-plane-circle-check:before {
    content: "\ef23"
}

.icon-plane-circle-exclamation:before {
    content: "\ef24"
}

.icon-plane-circle-xmark:before {
    content: "\ef25"
}

.icon-plane-departure:before {
    content: "\ef26"
}

.icon-plane-lock:before {
    content: "\ef27"
}

.icon-plane-slash:before {
    content: "\ef28"
}

.icon-plane-up:before {
    content: "\ef29"
}

.icon-plant-wilt:before {
    content: "\ef2a"
}

.icon-plate-wheat:before {
    content: "\ef2b"
}

.icon-play:before {
    content: "\ef2c"
}

.icon-plug:before {
    content: "\ef2d"
}

.icon-plug-circle-bolt:before {
    content: "\ef2e"
}

.icon-plug-circle-check:before {
    content: "\ef2f"
}

.icon-plug-circle-exclamation:before {
    content: "\ef30"
}

.icon-plug-circle-minus:before {
    content: "\ef31"
}

.icon-plug-circle-plus:before {
    content: "\ef32"
}

.icon-plug-circle-xmark:before {
    content: "\ef33"
}

.icon-plus:before {
    content: "\ef34"
}

.icon-plus-minus:before {
    content: "\ef35"
}

.icon-podcast:before {
    content: "\ef36"
}

.icon-poo-storm:before {
    content: "\ef39"
}

.icon-power-off:before {
    content: "\ef3a"
}

.icon-prescription:before {
    content: "\ef3b"
}

.icon-prescription-bottle:before {
    content: "\ef3c"
}

.icon-prescription-bottle-medical:before {
    content: "\ef3d"
}

.icon-print:before {
    content: "\ef3e"
}

.icon-pump-medical:before {
    content: "\ef3f"
}

.icon-pump-soap:before {
    content: "\ef40"
}

.icon-puzzle-piece:before {
    content: "\ef41"
}

.icon-q:before {
    content: "\ef42"
}

.icon-qrcode:before {
    content: "\ef43"
}

.icon-question:before {
    content: "\ef44"
}

.icon-quote-left:before {
    content: "\ef45"
}

.icon-quote-right:before {
    content: "\ef46"
}

.icon-r:before {
    content: "\ef47"
}

.icon-radiation:before {
    content: "\ef48"
}

.icon-radio:before {
    content: "\ef49"
}

.icon-rainbow:before {
    content: "\ef4a"
}

.icon-ranking-star:before {
    content: "\ef4b"
}

.icon-receipt:before {
    content: "\ef4c"
}

.icon-record-vinyl:before {
    content: "\ef4d"
}

.icon-rectangle-ad:before {
    content: "\ef4e"
}

.icon-rectangle-list:before {
    content: "\ef4f"
}

.icon-rectangle-xmark:before {
    content: "\ef50"
}

.icon-recycle:before {
    content: "\ef51"
}

.icon-registered:before {
    content: "\ef52"
}

.icon-repeat:before {
    content: "\ef53"
}

.icon-reply:before {
    content: "\ef54"
}

.icon-reply-all:before {
    content: "\ef55"
}

.icon-republican:before {
    content: "\ef56"
}

.icon-restroom:before {
    content: "\ef57"
}

.icon-retweet:before {
    content: "\ef58"
}

.icon-ribbon:before {
    content: "\ef59"
}

.icon-right-from-bracket:before {
    content: "\ef5a"
}

.icon-right-left:before {
    content: "\ef5b"
}

.icon-right-long:before {
    content: "\ef5c"
}

.icon-right-to-bracket:before {
    content: "\ef5d"
}

.icon-ring:before {
    content: "\ef5e"
}

.icon-road:before {
    content: "\ef5f"
}

.icon-road-barrier:before {
    content: "\ef60"
}

.icon-road-bridge:before {
    content: "\ef61"
}

.icon-road-circle-check:before {
    content: "\ef62"
}

.icon-road-circle-exclamation:before {
    content: "\ef63"
}

.icon-road-circle-xmark:before {
    content: "\ef64"
}

.icon-road-lock:before {
    content: "\ef65"
}

.icon-road-spikes:before {
    content: "\ef66"
}

.icon-robot:before {
    content: "\ef67"
}

.icon-rocket:before {
    content: "\ef68"
}

.icon-rotate:before {
    content: "\ef69"
}

.icon-rotate-left:before {
    content: "\ef6a"
}

.icon-rotate-right:before {
    content: "\ef6b"
}

.icon-route:before {
    content: "\ef6c"
}

.icon-rss:before {
    content: "\ef6d"
}

.icon-ruble-sign:before {
    content: "\ef6e"
}

.icon-rug:before {
    content: "\ef6f"
}

.icon-ruler:before {
    content: "\ef70"
}

.icon-ruler-combined:before {
    content: "\ef71"
}

.icon-ruler-horizontal:before {
    content: "\ef72"
}

.icon-ruler-vertical:before {
    content: "\ef73"
}

.icon-rupee-sign:before {
    content: "\ef74"
}

.icon-rupiah-sign:before {
    content: "\ef75"
}

.icon-s:before {
    content: "\ef76"
}

.icon-sack-dollar:before {
    content: "\ef77"
}

.icon-sack-xmark:before {
    content: "\ef78"
}

.icon-sailboat:before {
    content: "\ef79"
}

.icon-satellite:before {
    content: "\ef7a"
}

.icon-satellite-dish:before {
    content: "\ef7b"
}

.icon-scale-balanced:before {
    content: "\ef7c"
}

.icon-scale-unbalanced:before {
    content: "\ef7d"
}

.icon-scale-unbalanced-flip:before {
    content: "\ef7e"
}

.icon-school:before {
    content: "\ef7f"
}

.icon-school-circle-check:before {
    content: "\ef80"
}

.icon-school-circle-exclamation:before {
    content: "\ef81"
}

.icon-school-circle-xmark:before {
    content: "\ef82"
}

.icon-school-flag:before {
    content: "\ef83"
}

.icon-school-lock:before {
    content: "\ef84"
}

.icon-scissors:before {
    content: "\ef85"
}

.icon-screwdriver:before {
    content: "\ef86"
}

.icon-screwdriver-wrench:before {
    content: "\ef87"
}

.icon-scroll:before {
    content: "\ef88"
}

.icon-scroll-torah:before {
    content: "\ef89"
}

.icon-sd-card:before {
    content: "\ef8a"
}

.icon-section:before {
    content: "\ef8b"
}

.icon-seedling:before {
    content: "\ef8c"
}

.icon-server:before {
    content: "\ef8d"
}

.icon-shapes:before {
    content: "\ef8e"
}

.icon-share:before {
    content: "\ef8f"
}

.icon-share-from-square:before {
    content: "\ef90"
}

.icon-share-nodes:before {
    content: "\ef91"
}

.icon-sheet-plastic:before {
    content: "\ef92"
}

.icon-shekel-sign:before {
    content: "\ef93"
}

.icon-shield-cat:before {
    content: "\ef95"
}

.icon-shield-dog:before {
    content: "\ef96"
}

.icon-shield-halved:before {
    content: "\ef97"
}

.icon-shield-heart:before {
    content: "\ef98"
}

.icon-shield-virus:before {
    content: "\ef99"
}

.icon-ship:before {
    content: "\ef9a"
}

.icon-shirt:before {
    content: "\ef9b"
}

.icon-shoe-prints:before {
    content: "\ef9c"
}

.icon-shop:before {
    content: "\ef9d"
}

.icon-shop-lock:before {
    content: "\ef9e"
}

.icon-shop-slash:before {
    content: "\ef9f"
}

.icon-shower:before {
    content: "\efa0"
}

.icon-shuffle:before {
    content: "\efa2"
}

.icon-shuttle-space:before {
    content: "\efa3"
}

.icon-signal:before {
    content: "\efa4"
}

.icon-signature:before {
    content: "\efa5"
}

.icon-sign-hanging:before {
    content: "\efa6"
}

.icon-signs-post:before {
    content: "\efa7"
}

.icon-sim-card:before {
    content: "\efa8"
}

.icon-sink:before {
    content: "\efa9"
}

.icon-sitemap:before {
    content: "\efaa"
}

.icon-skull:before {
    content: "\efab"
}

.icon-skull-crossbones:before {
    content: "\efac"
}

.icon-slash:before {
    content: "\efad"
}

.icon-sleigh:before {
    content: "\efae"
}

.icon-sliders:before {
    content: "\efaf"
}

.icon-smog:before {
    content: "\efb0"
}

.icon-smoking:before {
    content: "\efb1"
}

.icon-snowflake:before {
    content: "\efb2"
}

.icon-snowman:before {
    content: "\efb3"
}

.icon-snowplow:before {
    content: "\efb4"
}

.icon-soap:before {
    content: "\efb5"
}

.icon-socks:before {
    content: "\efb6"
}

.icon-solar-panel:before {
    content: "\efb7"
}

.icon-sort:before {
    content: "\efb8"
}

.icon-sort-down:before {
    content: "\efb9"
}

.icon-sort-up:before {
    content: "\efba"
}

.icon-spa:before {
    content: "\efbb"
}

.icon-spaghetti-monster-flying:before {
    content: "\efbc"
}

.icon-spell-check:before {
    content: "\efbd"
}

.icon-spider:before {
    content: "\efbe"
}

.icon-spinner:before {
    content: "\efbf"
}

.icon-splotch:before {
    content: "\efc0"
}

.icon-spoon:before {
    content: "\efc1"
}

.icon-spray-can:before {
    content: "\efc2"
}

.icon-spray-can-sparkles:before {
    content: "\efc3"
}

.icon-square:before {
    content: "\efc4"
}

.icon-square-arrow-up-right:before {
    content: "\efc5"
}

.icon-square-caret-down:before {
    content: "\efc6"
}

.icon-square-caret-left:before {
    content: "\efc7"
}

.icon-square-caret-right:before {
    content: "\efc8"
}

.icon-square-caret-up:before {
    content: "\efc9"
}

.icon-square-check:before {
    content: "\efca"
}

.icon-square-envelope:before {
    content: "\efcb"
}

.icon-square-full:before {
    content: "\efcc"
}

.icon-square-h:before {
    content: "\efcd"
}

.icon-square-minus:before {
    content: "\efce"
}

.icon-square-nfi:before {
    content: "\efcf"
}

.icon-square-parking:before {
    content: "\efd0"
}

.icon-square-pen:before {
    content: "\efd1"
}

.icon-square-person-confined:before {
    content: "\efd2"
}

.icon-square-phone:before {
    content: "\efd3"
}

.icon-square-phone-flip:before {
    content: "\efd4"
}

.icon-square-plus:before {
    content: "\efd5"
}

.icon-square-poll-horizontal:before {
    content: "\efd6"
}

.icon-square-poll-vertical:before {
    content: "\efd7"
}

.icon-square-root-variable:before {
    content: "\efd8"
}

.icon-square-rss:before {
    content: "\efd9"
}

.icon-square-share-nodes:before {
    content: "\efda"
}

.icon-square-up-right:before {
    content: "\efdb"
}

.icon-square-virus:before {
    content: "\efdc"
}

.icon-square-xmark:before {
    content: "\efdd"
}

.icon-staff-snake:before {
    content: "\efde"
}

.icon-stairs:before {
    content: "\efdf"
}

.icon-stamp:before {
    content: "\efe0"
}

.icon-stapler:before {
    content: "\efe1"
}

.icon-star:before {
    content: "\efe2"
}

.icon-star-and-crescent:before {
    content: "\efe3"
}

.icon-star-half:before {
    content: "\efe4"
}

.icon-star-half-stroke:before {
    content: "\efe5"
}

.icon-star-of-david:before {
    content: "\efe6"
}

.icon-star-of-life:before {
    content: "\efe7"
}

.icon-sterling-sign:before {
    content: "\efe8"
}

.icon-stethoscope:before {
    content: "\efe9"
}

.icon-stopwatch:before {
    content: "\efeb"
}

.icon-stopwatch-20:before {
    content: "\efec"
}

.icon-store:before {
    content: "\efed"
}

.icon-store-slash:before {
    content: "\efee"
}

.icon-street-view:before {
    content: "\efef"
}

.icon-strikethrough:before {
    content: "\eff0"
}

.icon-stroopwafel:before {
    content: "\eff1"
}

.icon-subscript:before {
    content: "\eff2"
}

.icon-suitcase:before {
    content: "\eff3"
}

.icon-suitcase-medical:before {
    content: "\eff4"
}

.icon-suitcase-rolling:before {
    content: "\eff5"
}

.icon-sun:before {
    content: "\eff6"
}

.icon-sun-plant-wilt:before {
    content: "\eff7"
}

.icon-superscript:before {
    content: "\eff8"
}

.icon-swatchbook:before {
    content: "\eff9"
}

.icon-synagogue:before {
    content: "\effa"
}

.icon-syringe:before {
    content: "\effb"
}

.icon-t:before {
    content: "\effc"
}

.icon-table:before {
    content: "\effd"
}

.icon-table-cells:before {
    content: "\effe"
}

.icon-table-cells-large:before {
    content: "\efff"
}

.icon-table-columns:before {
    content: "\f000"
}

.icon-table-list:before {
    content: "\f001"
}

.icon-table-tennis-paddle-ball:before {
    content: "\f004"
}

.icon-tablets:before {
    content: "\f005"
}

.icon-tablet-screen-button:before {
    content: "\f006"
}

.icon-tachograph-digital:before {
    content: "\f007"
}

.icon-tag:before {
    content: "\f008"
}

.icon-tags:before {
    content: "\f009"
}

.icon-tape:before {
    content: "\f00a"
}

.icon-tarp:before {
    content: "\f00b"
}

.icon-tarp-droplet:before {
    content: "\f00c"
}

.icon-taxi:before {
    content: "\f00d"
}

.icon-teeth:before {
    content: "\f00e"
}

.icon-teeth-open:before {
    content: "\f00f"
}

.icon-temperature-arrow-down:before {
    content: "\f010"
}

.icon-temperature-arrow-up:before {
    content: "\f011"
}

.icon-temperature-empty:before {
    content: "\f012"
}

.icon-temperature-full:before {
    content: "\f013"
}

.icon-temperature-half:before {
    content: "\f014"
}

.icon-temperature-high:before {
    content: "\f015"
}

.icon-temperature-low:before {
    content: "\f016"
}

.icon-temperature-quarter:before {
    content: "\f017"
}

.icon-temperature-three-quarters:before {
    content: "\f018"
}

.icon-tenge-sign:before {
    content: "\f019"
}

.icon-tent:before {
    content: "\f01a"
}

.icon-tent-arrow-down-to-line:before {
    content: "\f01b"
}

.icon-tent-arrow-left-right:before {
    content: "\f01c"
}

.icon-tent-arrows-down:before {
    content: "\f01d"
}

.icon-tent-arrow-turn-left:before {
    content: "\f01e"
}

.icon-tents:before {
    content: "\f01f"
}

.icon-terminal:before {
    content: "\f020"
}

.icon-text-height:before {
    content: "\f021"
}

.icon-text-slash:before {
    content: "\f022"
}

.icon-text-width:before {
    content: "\f023"
}

.icon-thermometer:before {
    content: "\f024"
}

.icon-thumbs-down:before {
    content: "\f025"
}

.icon-thumbs-up:before {
    content: "\f026"
}

.icon-thumbtack:before {
    content: "\f027"
}

.icon-ticket:before {
    content: "\f028"
}

.icon-toggle-off:before {
    content: "\f02a"
}

.icon-toggle-on:before {
    content: "\f02b"
}

.icon-toilet:before {
    content: "\f02c"
}

.icon-toolbox:before {
    content: "\f031"
}

.icon-tooth:before {
    content: "\f032"
}

.icon-torii-gate:before {
    content: "\f033"
}

.icon-tornado:before {
    content: "\f034"
}

.icon-tower-broadcast:before {
    content: "\f035"
}

.icon-tower-cell:before {
    content: "\f036"
}

.icon-tower-observation:before {
    content: "\f037"
}

.icon-tractor:before {
    content: "\f038"
}

.icon-trademark:before {
    content: "\f039"
}

.icon-traffic-light:before {
    content: "\f03a"
}

.icon-trailer:before {
    content: "\f03b"
}

.icon-train:before {
    content: "\f03c"
}

.icon-train-subway:before {
    content: "\f03d"
}

.icon-train-tram:before {
    content: "\f03e"
}

.icon-transgender:before {
    content: "\f03f"
}

.icon-trash:before {
    content: "\f040"
}

.icon-trash-arrow-up:before {
    content: "\f041"
}

.icon-trash-can:before {
    content: "\f042"
}

.icon-trash-can-arrow-up:before {
    content: "\f043"
}

.icon-tree:before {
    content: "\f044"
}

.icon-tree-city:before {
    content: "\f045"
}

.icon-triangle-exclamation:before {
    content: "\f046"
}

.icon-trophy:before {
    content: "\f047"
}

.icon-trowel:before {
    content: "\f048"
}

.icon-trowel-bricks:before {
    content: "\f049"
}

.icon-truck:before {
    content: "\f04a"
}

.icon-truck-arrow-right:before {
    content: "\f04b"
}

.icon-truck-droplet:before {
    content: "\f04c"
}

.icon-truck-fast:before {
    content: "\f04d"
}

.icon-truck-field:before {
    content: "\f04e"
}

.icon-truck-field-un:before {
    content: "\f04f"
}

.icon-truck-front:before {
    content: "\f050"
}

.icon-truck-medical:before {
    content: "\f051"
}

.icon-truck-monster:before {
    content: "\f052"
}

.icon-truck-moving:before {
    content: "\f053"
}

.icon-truck-pickup:before {
    content: "\f054"
}

.icon-truck-plane:before {
    content: "\f055"
}

.icon-truck-ramp-box:before {
    content: "\f056"
}

.icon-tty:before {
    content: "\f057"
}

.icon-turkish-lira-sign:before {
    content: "\f058"
}

.icon-turn-down:before {
    content: "\f059"
}

.icon-turn-up:before {
    content: "\f05a"
}

.icon-tv:before {
    content: "\f05b"
}

.icon-u:before {
    content: "\f05c"
}

.icon-umbrella:before {
    content: "\f05d"
}

.icon-umbrella-beach:before {
    content: "\f05e"
}

.icon-underline:before {
    content: "\f05f"
}

.icon-universal-access:before {
    content: "\f060"
}

.icon-unlock:before {
    content: "\f061"
}

.icon-unlock-keyhole:before {
    content: "\f062"
}

.icon-up-down:before {
    content: "\f063"
}

.icon-up-down-left-right:before {
    content: "\f064"
}

.icon-upload:before {
    content: "\f065"
}

.icon-up-long:before {
    content: "\f066"
}

.icon-up-right-and-down-left-from-center:before {
    content: "\f067"
}

.icon-up-right-from-square:before {
    content: "\f068"
}

.icon-user:before {
    content: "\f069"
}

.icon-user-astronaut:before {
    content: "\f06a"
}

.icon-user-check:before {
    content: "\f06b"
}

.icon-user-clock:before {
    content: "\f06c"
}

.icon-user-doctor:before {
    content: "\f06d"
}

.icon-user-gear:before {
    content: "\f06e"
}

.icon-user-graduate:before {
    content: "\f06f"
}

.icon-user-injured:before {
    content: "\f070"
}

.icon-user-large:before {
    content: "\f071"
}

.icon-user-large-slash:before {
    content: "\f072"
}

.icon-user-lock:before {
    content: "\f073"
}

.icon-user-minus:before {
    content: "\f074"
}

.icon-user-ninja:before {
    content: "\f075"
}

.icon-user-nurse:before {
    content: "\f076"
}

.icon-user-pen:before {
    content: "\f077"
}

.icon-user-plus:before {
    content: "\f078"
}

.icon-users:before {
    content: "\f079"
}

.icon-users-between-lines:before {
    content: "\f07a"
}

.icon-user-secret:before {
    content: "\f07b"
}

.icon-users-gear:before {
    content: "\f07c"
}

.icon-user-shield:before {
    content: "\f07d"
}

.icon-user-slash:before {
    content: "\f07e"
}

.icon-users-line:before {
    content: "\f07f"
}

.icon-users-rays:before {
    content: "\f080"
}

.icon-users-rectangle:before {
    content: "\f081"
}

.icon-users-slash:before {
    content: "\f082"
}

.icon-users-viewfinder:before {
    content: "\f083"
}

.icon-user-tag:before {
    content: "\f084"
}

.icon-user-tie:before {
    content: "\f085"
}

.icon-user-xmark:before {
    content: "\f086"
}

.icon-utensils:before {
    content: "\f087"
}

.icon-v:before {
    content: "\f088"
}

.icon-van-shuttle:before {
    content: "\f089"
}

.icon-vault:before {
    content: "\f08a"
}

.icon-vector-square:before {
    content: "\f08b"
}

.icon-venus:before {
    content: "\f08c"
}

.icon-venus-double:before {
    content: "\f08d"
}

.icon-venus-mars:before {
    content: "\f08e"
}

.icon-vest:before {
    content: "\f08f"
}

.icon-vest-patches:before {
    content: "\f090"
}

.icon-vial:before {
    content: "\f091"
}

.icon-vial-circle-check:before {
    content: "\f092"
}

.icon-vials:before {
    content: "\f093"
}

.icon-vial-virus:before {
    content: "\f094"
}

.icon-video:before {
    content: "\f095"
}

.icon-video-slash:before {
    content: "\f096"
}

.icon-vihara:before {
    content: "\f097"
}

.icon-virus:before {
    content: "\f098"
}

.icon-virus-covid:before {
    content: "\f099"
}

.icon-virus-covid-slash:before {
    content: "\f09a"
}

.icon-viruses:before {
    content: "\f09b"
}

.icon-virus-slash:before {
    content: "\f09c"
}

.icon-voicemail:before {
    content: "\f09d"
}

.icon-volcano:before {
    content: "\f09e"
}

.icon-volleyball:before {
    content: "\f09f"
}

.icon-volume-high:before {
    content: "\f0a0"
}

.icon-volume-low:before {
    content: "\f0a1"
}

.icon-volume-off:before {
    content: "\f0a2"
}

.icon-volume-xmark:before {
    content: "\f0a3"
}

.icon-vr-cardboard:before {
    content: "\f0a4"
}

.icon-w:before {
    content: "\f0a5"
}

.icon-walkie-talkie:before {
    content: "\f0a6"
}

.icon-wallet:before {
    content: "\f0a7"
}

.icon-wand-magic:before {
    content: "\f0a8"
}

.icon-wand-magic-sparkles:before {
    content: "\f0a9"
}

.icon-wand-sparkles:before {
    content: "\f0aa"
}

.icon-warehouse:before {
    content: "\f0ab"
}

.icon-water:before {
    content: "\f0ac"
}

.icon-water-ladder:before {
    content: "\f0ad"
}

.icon-wave-square:before {
    content: "\f0ae"
}

.icon-weight-hanging:before {
    content: "\f0af"
}

.icon-weight-scale:before {
    content: "\f0b0"
}

.icon-wheat-awn:before {
    content: "\f0b1"
}

.icon-wheat-awn-circle-exclamation:before {
    content: "\f0b2"
}

.icon-wheelchair:before {
    content: "\f0b3"
}

.icon-wheelchair-move:before {
    content: "\f0b4"
}

.icon-whiskey-glass:before {
    content: "\f0b5"
}

.icon-wifi:before {
    content: "\f0b6"
}

.icon-wind:before {
    content: "\f0b7"
}

.icon-window-maximize:before {
    content: "\f0b8"
}

.icon-window-minimize:before {
    content: "\f0b9"
}

.icon-window-restore:before {
    content: "\f0ba"
}

.icon-wine-bottle:before {
    content: "\f0bb"
}

.icon-wine-glass:before {
    content: "\f0bc"
}

.icon-wine-glass-empty:before {
    content: "\f0bd"
}

.icon-won-sign:before {
    content: "\f0be"
}

.icon-worm:before {
    content: "\f0bf"
}

.icon-wrench:before {
    content: "\f0c0"
}

.icon-x:before {
    content: "\f0c1"
}

.icon-xmark:before {
    content: "\f0c2"
}

.icon-xmarks-lines:before {
    content: "\f0c3"
}

.icon-x-ray:before {
    content: "\f0c4"
}

.icon-y:before {
    content: "\f0c5"
}

.icon-yen-sign:before {
    content: "\f0c6"
}

.icon-yin-yang:before {
    content: "\f0c7"
}

.icon-z:before {
    content: "\f0c8"
}

.icon-Ask-a-Solicitor:before {
    content: "\30"
}

.icon-audio-chat:before {
    content: "\31"
}

.icon-Blood-Pressure:before {
    content: "\32"
}

.icon-Call-logs:before {
    content: "\33"
}

.icon-Chat-Box:before {
    content: "\34"
}

.icon-cholesterol:before {
    content: "\35"
}

.icon-Dashboard-for-Diabetes:before {
    content: "\36"
}

.icon-Document-Management:before {
    content: "\37"
}

.icon-e-Signature:before {
    content: "\38"
}

.icon-Group-8691:before {
    content: "\39"
}

.icon-Group-8692:before {
    content: "\41"
}

.icon-Group-8693:before {
    content: "\42"
}

.icon-Group-8696:before {
    content: "\43"
}

.icon-Group-8697:before {
    content: "\e954"
}

.icon-Group-8698:before {
    content: "\e955"
}

.icon-Group-8699:before {
    content: "\e956"
}

.icon-Import-and-Export:before {
    content: "\e957"
}

.icon-Intelligent-call:before {
    content: "\e958"
}

.icon-Kidney-Function:before {
    content: "\e959"
}

.icon-Legal-Guides:before {
    content: "\e95a"
}

.icon-Legal-Services:before {
    content: "\e95b"
}

.icon-meet:before {
    content: "\e95c"
}

.icon-OCR:before {
    content: "\e95d"
}

.icon-Professional-Profile:before {
    content: "\e95e"
}

.icon-Ratings:before {
    content: "\e95f"
}

.icon-Rewards:before {
    content: "\e960"
}

.icon-Scan-Business:before {
    content: "\e961"
}

.icon-Secure-Document:before {
    content: "\e962"
}

.icon-Shoot-your-Shot:before {
    content: "\e963"
}

.icon-Shopping:before {
    content: "\e964"
}

.icon-Sneak-Peek:before {
    content: "\e965"
}

.icon-Solicitor-Profile:before {
    content: "\e966"
}

.icon-Timezone:before {
    content: "\e967"
}

.icon-Upcoming-Appointments:before {
    content: "\e968"
}

.icon-Video---Audio-Calls:before {
    content: "\e969"
}

.icon-Video-Chat:before {
    content: "\e96a"
}

.icon-Mongodb:before {
    content: "\e96b"
}

.icon-Monitor:before {
    content: "\e96c"
}

.icon-more-fill:before {
    content: "\e96d"
}

.icon-MySQL:before {
    content: "\e96e"
}

.icon-mysql-icon:before {
    content: "\e96f"
}

.icon-NextJS:before {
    content: "\e970"
}

.icon-Night:before {
    content: "\e971"
}

.icon-node-group-line:before {
    content: "\e972"
}

.icon-Nutritionist:before {
    content: "\e973"
}

.icon-Nutritionist-1:before {
    content: "\e974"
}

.icon-Page-2:before {
    content: "\e976"
}

.icon-Page-3:before {
    content: "\e977"
}

.icon-Page-4:before {
    content: "\e978"
}

.icon-Page-5:before {
    content: "\e979"
}

.icon-Path-302:before {
    content: "\e97a"
}

.icon-Path-2954:before {
    content: "\e97b"
}

.icon-Phone:before {
    content: "\e97c"
}

.icon-Php-1:before {
    content: "\e97d"
}

.icon-Play:before {
    content: "\e97e"
}

.icon-Play-1:before {
    content: "\e97f"
}

.icon-prototype-1:before {
    content: "\e980"
}

.icon-Python:before {
    content: "\e981"
}

.icon-QA--Incremental1:before {
    content: "\e982"
}

.icon-quotation-1:before {
    content: "\e983"
}

.icon-ReactJS:before {
    content: "\e984"
}

.icon-reactjs-icon:before {
    content: "\e985"
}

.icon-Relaxation-methods:before {
    content: "\e986"
}

.icon-Reminders:before {
    content: "\e987"
}

.icon-sails-seeklogocom1:before {
    content: "\e988"
}

.icon-Shopify:before {
    content: "\e989"
}

.icon-sing_time_alarm:before {
    content: "\e98a"
}

.icon-support-2:before {
    content: "\e98b"
}

.icon-Target:before {
    content: "\e98c"
}

.icon-Typescript-1:before {
    content: "\e98d"
}

.icon-UK:before {
    content: "\e98e"
}

.icon-Valve-Pipes-Industry-Water-Gas-Pipe:before {
    content: "\e98f"
}

.icon-Woocommerce:before {
    content: "\e990"
}

.icon-Wordpress:before {
    content: "\e991"
}

.icon-Wrench:before {
    content: "\e992"
}

.icon-yii:before {
    content: "\e993"
}

.icon-x33__Smartwatch:before {
    content: "\e995"
}

.icon-FixedCost-1:before {
    content: "\e996"
}

.icon-FixedCost-2:before {
    content: "\e997"
}

.icon-FixedCost-4:before {
    content: "\e998"
}

.icon-HireDedicated-1:before {
    content: "\e999"
}

.icon-HireDedicated-2:before {
    content: "\e99a"
}

.icon-HireDedicated-3:before {
    content: "\e99b"
}

.icon-HireDedicated-6:before {
    content: "\e99c"
}

.icon-HireDedicated-7:before {
    content: "\e99d"
}

.icon-TimeAndMaterial-2:before {
    content: "\e99e"
}

.icon-TimeAndMaterial-3:before {
    content: "\e99f"
}

.icon-SEO-Monitoring:before {
    content: "\e9a0"
}

.icon-about:before {
    content: "\e9a1"
}

.icon-add:before {
    content: "\e9a2"
}

.icon-agile-1:before {
    content: "\e9a4"
}

.icon-alarm:before {
    content: "\e9a5"
}

.icon-Alerts:before {
    content: "\e9a6"
}

.icon-app-deve:before {
    content: "\e9a7"
}

.icon-App-development-service:before {
    content: "\e9a8"
}

.icon-Appcenter:before {
    content: "\e9a9"
}

.icon-apple-logo-11:before {
    content: "\e9aa"
}

.icon-article:before {
    content: "\e9ab"
}

.icon-artist:before {
    content: "\e9ac"
}

.icon-AWS:before {
    content: "\e9ad"
}

.icon-blockchain:before {
    content: "\e9ae"
}

.icon-calendar:before {
    content: "\e9af"
}

.icon-cancel:before {
    content: "\e9b0"
}

.icon-card-checklist:before {
    content: "\e9b1"
}

.icon-card-cvv:before {
    content: "\e9b2"
}

.icon-chat-1:before {
    content: "\e9b3"
}

.icon-checkers:before {
    content: "\e9b4"
}

.icon-Checklist-with-triggers:before {
    content: "\e9b5"
}

.icon-check-r:before {
    content: "\e9b6"
}

.icon-cms-1:before {
    content: "\e9b7"
}

.icon-Creative-tracks:before {
    content: "\e9b8"
}

.icon-credit-card:before {
    content: "\e9b9"
}

.icon-CSS:before {
    content: "\e9ba"
}

.icon-Design-with-care:before {
    content: "\e9bb"
}

.icon-Digitalocean:before {
    content: "\e9bc"
}

.icon-Doctors:before {
    content: "\e9bd"
}

.icon-document-2:before {
    content: "\e9be"
}

.icon-dollar:before {
    content: "\e9bf"
}

.icon-down-arrow:before {
    content: "\e9c0"
}

.icon-dustbin:before {
    content: "\e9c1"
}

.icon-edit:before {
    content: "\e9c2"
}

.icon-ExpressJS:before {
    content: "\e9c3"
}

.icon-Facebook:before {
    content: "\e9c4"
}

.icon-favorite-heart-border:before {
    content: "\e9c5"
}

.icon-Firebase:before {
    content: "\e9c6"
}

.icon-Gitlab:before {
    content: "\e9c7"
}

.icon-Group-148:before {
    content: "\e9c8"
}

.icon-Group-149:before {
    content: "\e9c9"
}

.icon-Group-150:before {
    content: "\e9ca"
}

.icon-Group-151:before {
    content: "\e9cb"
}

.icon-Group-153:before {
    content: "\e9cc"
}

.icon-Group-154:before {
    content: "\e9cd"
}

.icon-Group-455:before {
    content: "\e9ce"
}

.icon-Group-8580:before {
    content: "\e9cf"
}

.icon-Group-8582:before {
    content: "\e9d0"
}

.icon-Group-8587:before {
    content: "\e9d1"
}

.icon-Group-8591:before {
    content: "\e9d2"
}

.icon-Group-8592:before {
    content: "\e9d3"
}

.icon-Group-8594:before {
    content: "\e9d4"
}

.icon-Group-8597:before {
    content: "\e9d5"
}

.icon-Group-8598:before {
    content: "\e9d6"
}

.icon-Group-8599:before {
    content: "\e9d7"
}

.icon-Group-8629:before {
    content: "\e9d8"
}

.icon-Group-8658:before {
    content: "\e9d9"
}

.icon-Group-8659:before {
    content: "\e9da"
}

.icon-Group-8660:before {
    content: "\e9db"
}

.icon-Group-8661:before {
    content: "\e9dc"
}

.icon-Group-8662:before {
    content: "\e9dd"
}

.icon-Group-8663:before {
    content: "\e9de"
}

.icon-Group-8664:before {
    content: "\e9df"
}

.icon-Group-8665:before {
    content: "\e9e0"
}

.icon-Group-8666:before {
    content: "\e9e1"
}

.icon-Group-8667:before {
    content: "\e9e2"
}

.icon-Group-8668:before {
    content: "\e9e3"
}

.icon-Group-8669:before {
    content: "\e9e4"
}

.icon-Group-8670:before {
    content: "\e9e5"
}

.icon-Group-8671:before {
    content: "\e9e6"
}

.icon-handshake:before {
    content: "\e9e7"
}

.icon-healthcare-covid19-coronavirus-hand-hearth:before {
    content: "\e9e8"
}

.icon-Hospital:before {
    content: "\e9e9"
}

.icon-html-5:before {
    content: "\e9ea"
}

.icon-Icon-with-BG:before {
    content: "\e9eb"
}

.icon-Icon-5:before {
    content: "\e9ec"
}

.icon-icons:before {
    content: "\e9ed"
}

.icon-instagram-3:before {
    content: "\e9ee"
}

.icon-Instagram:before {
    content: "\e9ef"
}

.icon-Integration:before {
    content: "\e9f0"
}

.icon-Ionic_Logo:before {
    content: "\e9f2"
}

.icon-IOS:before {
    content: "\e9f3"
}

.icon-IP-Protection2:before {
    content: "\e9f4"
}

.icon-Javascript:before {
    content: "\e9f5"
}

.icon-Journal:before {
    content: "\e9f7"
}

.icon-jquery-icon:before {
    content: "\e9f8"
}

.icon-Laravel-1:before {
    content: "\e9f9"
}

.icon-Layer_1:before {
    content: "\e9fa"
}

.icon-Layer_43:before {
    content: "\e9fb"
}

.icon-letter:before {
    content: "\e9fc"
}

.icon-linkedin-2:before {
    content: "\e9fd"
}

.icon-Magento:before {
    content: "\e9fe"
}

.icon-mail:before {
    content: "\e9ff"
}

.icon-Maintenance-Services1:before {
    content: "\ea00"
}

.icon-Medical-firm:before {
    content: "\ea01"
}

.icon-Medical-Form:before {
    content: "\ea02"
}

.icon-mobile-1:before {
    content: "\ea03"
}

.icon-skype:before {
    content: "\2700"
}

.icon-hire:before {
    content: "\2701"
}

.icon-job-interview:before {
    content: "\2702"
}

.icon-meeting:before {
    content: "\2704"
}

.icon-resource:before {
    content: "\2706"
}

.icon-searchdoc:before {
    content: "\2707"
}

.icon-timeline:before {
    content: "\25a0"
}

.icon-user-group:before {
    content: "\2708"
}

.icon-binoculars:before {
    content: "\25a3"
}

.icon-clock:before {
    content: "\25aa"
}

.icon-contract-edit:before {
    content: "\25a9"
}

.icon-development:before {
    content: "\271c"
}

.icon-document:before {
    content: "\270e"
}

.icon-feedback:before {
    content: "\25b3"
}

.icon-files:before {
    content: "\25c9"
}

.icon-cakephp:before {
    content: "\272e"
}

.icon-chat1:before {
    content: "\2749"
}

.icon-clutch-icon:before {
    content: "\25d8"
}

.icon-codeigniter:before {
    content: "\2744"
}

.icon-computer:before {
    content: "\25e4"
}

.icon-document1:before {
    content: "\25c5"
}

.icon-document-fill:before {
    content: "\25d0"
}

.icon-double-right-arrows-angles:before {
    content: "\e916"
}

.icon-dumbbell:before {
    content: "\e917"
}

.icon-electronjs-icon:before {
    content: "\2732"
}

.icon-experience1:before {
    content: "\25d1"
}

.icon-facebook1:before {
    content: "\27f5"
}

.icon-facebook-logo:before {
    content: "\2919"
}

.icon-feedback1:before {
    content: "\27f8"
}

.icon-football:before {
    content: "\25d4"
}

.icon-front-camera:before {
    content: "\25bd"
}

.icon-gallery:before {
    content: "\27fc"
}

.icon-game-development:before {
    content: "\272d"
}

.icon-graduated:before {
    content: "\2742"
}

.icon-happy:before {
    content: "\27fe"
}

.icon-healthcare:before {
    content: "\25b4"
}

.icon-illustrator:before {
    content: "\275b"
}

.icon-information1:before {
    content: "\25c2"
}

.icon-instagram1 .path1:before {
    content: "\25d9";
    color: rgb(0, 0, 0)
}

.icon-instagram1 .path2:before {
    content: "\25da";
    margin-left: -1em;
    color: rgb(255, 255, 255)
}

.icon-instagram-fill:before {
    content: "\25e1"
}

.icon-IP-Protection1:before {
    content: "\25cf"
}

.icon-job-seeker:before {
    content: "\25ce"
}

.icon-laravel:before {
    content: "\27ff"
}

.icon-linkedin1:before {
    content: "\2769"
}

.icon-linkedin-fill:before {
    content: "\27f4"
}

.icon-mobile1:before {
    content: "\25e0"
}

.icon-natural-gas:before {
    content: "\27f3"
}

.icon-next-js:before {
    content: "\25cd"
}

.icon-nodejs:before {
    content: "\2918"
}

.icon-paperclip1:before {
    content: "\292c"
}

.icon-photoshop:before {
    content: "\291e"
}

.icon-php:before {
    content: "\2931"
}

.icon-sails-seeklogocom:before {
    content: "\2322"
}

.icon-search2:before {
    content: "\27f7"
}

.icon-shopping-bag:before {
    content: "\25f6"
}

.icon-shopping-cart:before {
    content: "\27f0"
}

.icon-success1:before {
    content: "\291a"
}

.icon-support-user:before {
    content: "\25cc"
}

.icon-team:before {
    content: "\275a"
}

.icon-television:before {
    content: "\276f"
}

.icon-timeline1:before {
    content: "\2771"
}

.icon-typescript:before {
    content: "\25eb"
}

.icon-vuejs:before {
    content: "\25ee"
}

.icon-wordpress-icon:before {
    content: "\274b"
}

.icon-Agile-Development1:before {
    content: "\2761"
}

.icon-agile1:before {
    content: "\2763"
}

.icon-alert:before {
    content: "\25ea"
}

.icon-angularjs:before {
    content: "\25e9"
}

.icon-b2b1:before {
    content: "\2774"
}

.icon-b2c1:before {
    content: "\276c"
}

.icon-backbonejs-icon:before {
    content: "\25fa"
}

.icon-backend1:before {
    content: "\25f8"
}

.icon-boost:before {
    content: "\25ff"
}

.icon-briefing:before {
    content: "\25e6"
}

.icon-build:before {
    content: "\2784"
}

.icon-businessman:before {
    content: "\25e2"
}

.icon-businessmen:before {
    content: "\2940"
}

.icon-job-interview1:before {
    content: "\25d2"
}

.icon-office-building:before {
    content: "\291c"
}

.icon-skills:before {
    content: "\292d"
}

.icon-teamwork:before {
    content: "\2933"
}

.icon-time-management:before {
    content: "\25c1"
}

.icon-Timings:before {
    content: "\2721"
}

.icon-Training:before {
    content: "\25ec"
}

.icon-workhome:before {
    content: "\25fd"
}

.icon-daycalendar:before {
    content: "\27f1"
}

.icon-award:before {
    content: "\25ef"
}

.icon-interview:before {
    content: "\2758"
}

.icon-sunny-day:before {
    content: "\22a6"
}

.icon-physics:before {
    content: "\2b09"
}

.icon-tower-bridge:before {
    content: "\2b6c"
}

.icon-agile:before {
    content: "\2b20"
}

.icon-android-outline:before {
    content: "\2b21"
}

.icon-building:before {
    content: "\2b39"
}

.icon-download:before {
    content: "\2b77"
}

.icon-right:before {
    content: "\2b99"
}

.icon-right1:before {
    content: "\2b9c"
}

.icon-top:before {
    content: "\2b87"
}

.icon-email1:before {
    content: "\2b88"
}

.icon-experience:before {
    content: "\2b25"
}

.icon-gate-of-india:before {
    content: "\2ba2"
}

.icon-graphic-design:before {
    content: "\2b91"
}

.icon-instagram:before {
    content: "\2bb0"
}

.icon-moon:before {
    content: "\2bbe"
}

.icon-moon-fill:before {
    content: "\2b70"
}

.icon-networking:before {
    content: "\2b56"
}

.icon-page-speed:before {
    content: "\2bbf"
}

.icon-phone-call:before {
    content: "\2b94"
}

.icon-physics1:before {
    content: "\2bb3"
}

.icon-quotation:before {
    content: "\2bb6"
}

.icon-quotation-bottom:before {
    content: "\2bb9"
}

.icon-science:before {
    content: "\2bce"
}

.icon-skype-outline:before {
    content: "\2b86"
}

.icon-android-logo:before {
    content: "\2200"
}

.icon-apple-logo-1:before {
    content: "\2201"
}

.icon-fluttere69eaaa3:before {
    content: "\2202"
}

.icon-Agile-Development:before {
    content: "\2205"
}

.icon-b2b:before {
    content: "\2206"
}

.icon-b2c:before {
    content: "\2207"
}

.icon-backend:before {
    content: "\2208"
}

.icon-chat:before {
    content: "\220d"
}

.icon-cms:before {
    content: "\220e"
}

.icon-contact:before {
    content: "\220f"
}

.icon-Dedicated-Resource-Hiring .path1:before {
    content: "\2210";
    color: rgb(255, 255, 255)
}

.icon-Dedicated-Resource-Hiring .path2:before {
    content: "\2212";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Dedicated-Resource-Hiring .path3:before {
    content: "\2213";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Dedicated-Resource-Hiring .path4:before {
    content: "\2214";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Dedicated-Resource-Hiring .path5:before {
    content: "\2215";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Dedicated-Resource-Hiring .path6:before {
    content: "\2216";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Dedicated-Resource-Hiring .path7:before {
    content: "\2217";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Dedicated-Resource-Hiring .path8:before {
    content: "\2218";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Dedicated-Resource-Hiring .path9:before {
    content: "\2219";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Dedicated-Resource-Hiring .path10:before {
    content: "\221a";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Dedicated-Resource-Hiring .path11:before {
    content: "\221b";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-deliver:before {
    content: "\2211"
}

.icon-design:before {
    content: "\221c"
}

.icon-Desktop-App-Development .path1:before {
    content: "\221d";
    color: rgb(255, 255, 255)
}

.icon-Desktop-App-Development .path2:before {
    content: "\221e";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Desktop-App-Development .path3:before {
    content: "\221f";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Desktop-App-Development .path4:before {
    content: "\2220";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Desktop-App-Development .path5:before {
    content: "\2221";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Desktop-App-Development .path6:before {
    content: "\2222";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Desktop-App-Development .path7:before {
    content: "\2223";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Desktop-App-Development .path8:before {
    content: "\2224";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-email:before {
    content: "\2225"
}

.icon-enterprice:before {
    content: "\2226"
}

.icon-facebook:before {
    content: "\2227"
}

.icon-frontend:before {
    content: "\2228"
}

.icon-information:before {
    content: "\2229"
}

.icon-IOT-Development .path1:before {
    content: "\222d";
    color: rgb(255, 255, 255)
}

.icon-IOT-Development .path2:before {
    content: "\222e";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-IOT-Development .path3:before {
    content: "\222f";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-IOT-Development .path4:before {
    content: "\2230";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-IOT-Development .path5:before {
    content: "\2231";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-IOT-Development .path6:before {
    content: "\2232";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-IP-Protection:before {
    content: "\222c"
}

.icon-linkedin:before {
    content: "\2233"
}

.icon-Mainrainance:before {
    content: "\2234"
}

.icon-Maintenance-Services:before {
    content: "\2236"
}

.icon-Mobile-App-Development .path1:before {
    content: "\2237";
    color: rgb(255, 255, 255)
}

.icon-Mobile-App-Development .path2:before {
    content: "\2239";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Mobile-App-Development .path3:before {
    content: "\223a";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Mobile-App-Development .path4:before {
    content: "\223b";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Mobile-App-Development .path5:before {
    content: "\223c";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Mobile-App-Development .path6:before {
    content: "\223d";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-Mobile-App-Development .path7:before {
    content: "\223e";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path1:before {
    content: "\223f";
    color: rgb(255, 255, 255)
}

.icon-MVP-Development .path2:before {
    content: "\2240";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path3:before {
    content: "\2241";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path4:before {
    content: "\2242";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path5:before {
    content: "\2243";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path6:before {
    content: "\2244";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path7:before {
    content: "\2245";
    margin-left: -1em;
    color: rgb(255, 255, 255)
}

.icon-MVP-Development .path8:before {
    content: "\2246";
    margin-left: -1em;
    color: rgb(255, 255, 255)
}

.icon-MVP-Development .path9:before {
    content: "\2247";
    margin-left: -1em;
    color: rgb(255, 255, 255)
}

.icon-MVP-Development .path10:before {
    content: "\2248";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path11:before {
    content: "\2249";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path12:before {
    content: "\224a";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path13:before {
    content: "\224b";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path14:before {
    content: "\224c";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path15:before {
    content: "\224d";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path16:before {
    content: "\224e";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path17:before {
    content: "\224f";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path18:before {
    content: "\2250";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path19:before {
    content: "\2251";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-MVP-Development .path20:before {
    content: "\2252";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-next:before {
    content: "\2253"
}

.icon-Pre:before {
    content: "\e919"
}

.icon-paperclip:before {
    content: "\2254"
}

.icon-profits:before {
    content: "\2255"
}

.icon-prototype:before {
    content: "\2268"
}

.icon-QA--Incremental:before {
    content: "\2257"
}

.icon-rating:before {
    content: "\2258"
}

.icon-right-arrow:before {
    content: "\2259"
}

.icon-SAAS-Development .path1:before {
    content: "\225b";
    color: rgb(255, 255, 255)
}

.icon-SAAS-Development .path2:before {
    content: "\225c";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-SAAS-Development .path3:before {
    content: "\225d";
    margin-left: -1em;
    color: rgb(0, 0, 0)
}

.icon-search:before {
    content: "\227c"
}

.icon-solution:before {
    content: "\2280"
}

.icon-success:before {
    content: "\22b6"
}

.icon-support:before {
    content: "\22ca"
}

.icon-university:before {
    content: "\2296"
}

@font-face {
    font-family: "icomoon";
    src: url("/assets/fonts/icomoon.eot");
    src: url("/assets/fonts/icomoon.eot") format("embedded-opentype"),
        url("/assets/fonts/icomoon.ttf") format("truetype"),
        url("/assets/fonts/icomoon.woff") format("woff"),
        url("/assets/img/svg/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-Advanced-Logs-Management:before {
    content: "\f150"
}

.icon-Automated-Financial-Reporting:before {
    content: "\f151"
}

.icon-B2B-Sales-Operations-Managers:before {
    content: "\f152"
}

.icon-Centralized-User-Management:before {
    content: "\f153"
}

.icon-Comprehensive-POS-Management:before {
    content: "\f154"
}

.icon-Comprehensive-Shop-Management:before {
    content: "\f155"
}

.icon-Comprehensive-Workflow-Management:before {
    content: "\f156"
}

.icon-Customizable-User-Permissions:before {
    content: "\f157"
}

.icon-Detailed-Recharge-Management:before {
    content: "\f158"
}

.icon-Efficient-Product-Management:before {
    content: "\f159"
}

.icon-Effortless-Payment-Management:before {
    content: "\f15a"
}

.icon-Enhanced-Security-Measures:before {
    content: "\f15b"
}

.icon-Inventory-Optimization:before {
    content: "\f15c"
}

.icon-Logs-Management:before {
    content: "\f15d"
}

.icon-Mobile-Shop-Owners:before {
    content: "\f15e"
}

.icon-MultiShop-Management:before {
    content: "\f15f"
}

.icon-Multi-Store-Coordination:before {
    content: "\f160"
}

.icon-Payment-Management:before {
    content: "\f161"
}

.icon-Product-Management:before {
    content: "\f162"
}

.icon-Real-time-Data-Analytics:before {
    content: "\f163"
}

.icon-Retail-Chains:before {
    content: "\f164"
}

.icon-Retailers-with-Multiple-Locations:before {
    content: "\f165"
}

.icon-Seamless-MultiShop-Management:before {
    content: "\f166"
}

.icon-Secure-Wallet-Management:before {
    content: "\f167"
}

.icon-Shop-Management:before {
    content: "\f168"
}

.icon-Wallet-Management:before {
    content: "\f169"
}

.icon-Security-and-Compliance:before {
    content: "\21"
}

.icon-Small-Business:before {
    content: "\23"
}

.icon-Supplier-and-Vendor-Integration:before {
    content: "\24"
}

.icon-Transparent-Pricing:before {
    content: "\25"
}

.icon-Warehouse-Managers:before {
    content: "\26"
}

.icon-Route-Planning:before {
    content: "\3a"
}

.icon-Migration:before {
    content: "\3b"
}

.icon-Multi-User-Access:before {
    content: "\3c"
}

.icon-Payment-Processing:before {
    content: "\3d"
}

.icon-platform-maintenance:before {
    content: "\3e"
}

.icon-Rating-and-Reviews:before {
    content: "\3f"
}

.icon-Rating-and-Reviews-1:before {
    content: "\40"
}

.icon-Real-Time-Tracking:before {
    content: "\44"
}

.icon-Route-Optimization:before {
    content: "\45"
}

.icon-Route-Optimization-1:before {
    content: "\46"
}

.icon-Add:before {
    content: "\47"
}

.icon-ant-design_field-time-outlined:before {
    content: "\48"
}

.icon-Booking:before {
    content: "\49"
}

.icon-budget-2:before {
    content: "\4a"
}

.icon-budget:before {
    content: "\4b"
}

.icon-buildings:before {
    content: "\4c"
}

.icon-Shippers:before {
    content: "\4d"
}

.icon-App-development:before {
    content: "\4e"
}

.icon-App-integration-service:before {
    content: "\4f"
}

.icon-Billing-and-Invoicing:before {
    content: "\50"
}

.icon-Booking-and-Scheduling:before {
    content: "\51"
}

.icon-Brokers:before {
    content: "\52"
}

.icon-Carrier-Search:before {
    content: "\53"
}

.icon-Carriers:before {
    content: "\54"
}

.icon-Communication-Tools:before {
    content: "\55"
}

.icon-Customer-Support:before {
    content: "\56"
}

.icon-Dashboard-and-Analytics:before {
    content: "\57"
}

.icon-development-consultation:before {
    content: "\58"
}

.icon-Document-Management1:before {
    content: "\59"
}

.icon-Document-Management11:before {
    content: "\5a"
}

.icon-Load-Search:before {
    content: "\5b"
}

.icon-Document-Submission:before {
    content: "\5c"
}

.icon-Document-Submission-1:before {
    content: "\5d"
}

.icon-Drivers:before {
    content: "\5e"
}

.icon-Freight-Marketplace-Design:before {
    content: "\5f"
}

.icon-Inventory-Management:before {
    content: "\60"
}

.icon-Large-Enterprises:before {
    content: "\61"
}

.icon-Load-Bookin:before {
    content: "\62"
}

.icon-Load-Search-1:before {
    content: "\63"
}

.icon-Load-Booking:before {
    content: "\64"
}

.icon-Load-Management:before {
    content: "\65"
}

.icon-Load-Matching:before {
    content: "\66"
}

.icon-Load-Posting:before {
    content: "\67"
}

.icon-car-parts:before {
    content: "\68"
}

.icon-Cloud-computing:before {
    content: "\69"
}

.icon-computer1:before {
    content: "\6a"
}

.icon-User-Management1:before {
    content: "\6b"
}

.icon-contract:before {
    content: "\6c"
}

.icon-Cost-of-building-your-app:before {
    content: "\6d"
}

.icon-uni6E:before {
    content: "\6e"
}

.icon-uni6F:before {
    content: "\6f"
}

.icon-uni70:before {
    content: "\70"
}

.icon-uni71:before {
    content: "\71"
}

.icon-uni72:before {
    content: "\72"
}

.icon-uni73:before {
    content: "\73"
}

.icon-uni74:before {
    content: "\74"
}

.icon-uni75:before {
    content: "\75"
}

.icon-uni76:before {
    content: "\76"
}

.icon-uni77:before {
    content: "\77"
}

.icon-uni78:before {
    content: "\78"
}

.icon-uni79:before {
    content: "\79"
}

.icon-uni7A:before {
    content: "\7a"
}

.icon-uni7B:before {
    content: "\7b"
}

.icon-uni7C:before {
    content: "\7c"
}

.icon-uni7D:before {
    content: "\7d"
}

.icon-uni7E:before {
    content: "\7e"
}

.icon-uni7F:before {
    content: "\7f"
}

.icon-uni80:before {
    content: "\80"
}

.icon-uni81:before {
    content: "\81"
}

.icon-uni82:before {
    content: "\82"
}

.icon-uni83:before {
    content: "\83"
}

.icon-uni84:before {
    content: "\84"
}

.icon-uni85:before {
    content: "\85"
}

.icon-uni86:before {
    content: "\86"
}

.icon-uni87:before {
    content: "\87"
}

.icon-uni88:before {
    content: "\88"
}

.icon-uni89:before {
    content: "\89"
}

.icon-uni8A:before {
    content: "\8a"
}

.icon-uni8B:before {
    content: "\8b"
}

.icon-uni8C:before {
    content: "\8c"
}

.icon-uni20AC:before {
    content: "\20ac"
}

.icon-uni8D:before {
    content: "\8d"
}

.icon-uni201A:before {
    content: "\201a"
}

.icon-uni192:before {
    content: "\192"
}

.icon-uni201E:before {
    content: "\201e"
}

.icon-uni2026:before {
    content: "\2026"
}

.icon-uni2020:before {
    content: "\2020"
}

.icon-uni2021:before {
    content: "\2021"
}

.icon-uni2C6:before {
    content: "\2c6"
}

.icon-uni2030:before {
    content: "\2030"
}

.icon-uni160:before {
    content: "\160"
}

.icon-uni2039:before {
    content: "\2039"
}

.icon-uni152:before {
    content: "\152"
}

.icon-uni8E:before {
    content: "\8e"
}

.icon-uni17D:before {
    content: "\17d"
}

.icon-uni8F:before {
    content: "\8f"
}

.icon-uni90:before {
    content: "\90"
}

.icon-uni2018:before {
    content: "\2018"
}

.icon-uni2019:before {
    content: "\2019"
}

.icon-uni201C:before {
    content: "\201c"
}

.icon-uni201D:before {
    content: "\201d"
}

.icon-uni2022:before {
    content: "\2022"
}

.icon-uni2013:before {
    content: "\2013"
}

.icon-uni2014:before {
    content: "\2014"
}

.icon-uni2DC:before {
    content: "\2dc"
}

.icon-uni2122:before {
    content: "\2122"
}

.icon-uni161:before {
    content: "\161"
}

.icon-uni203A:before {
    content: "\203a"
}

.icon-uni153:before {
    content: "\153"
}

.icon-uni9D:before {
    content: "\9d"
}

.icon-uni17E:before {
    content: "\17e"
}

.icon-uni178:before {
    content: "\178"
}

.icon-uniA0:before {
    content: "\a0"
}

.icon-uniA1:before {
    content: "\a1"
}

.icon-uniA2:before {
    content: "\a2"
}

.icon-uniA3:before {
    content: "\a3"
}

.icon-uniA4:before {
    content: "\a4"
}

.icon-uniA5:before {
    content: "\a5"
}

.icon-uniA6:before {
    content: "\a6"
}

.icon-uniA7:before {
    content: "\a7"
}

.icon-uniA8:before {
    content: "\a8"
}

.icon-uniA9:before {
    content: "\a9"
}

.icon-uniAA:before {
    content: "\aa"
}

.icon-uniAB:before {
    content: "\ab"
}

.icon-uniAC:before {
    content: "\ac"
}

.icon-uniAD:before {
    content: "\ad"
}

.icon-uniAE:before {
    content: "\ae"
}

.icon-uniAF:before {
    content: "\af"
}

.icon-uniB0:before {
    content: "\b0"
}

.icon-uniB1:before {
    content: "\b1"
}

.icon-uniB2:before {
    content: "\b2"
}

.icon-deadline:before {
    content: "\b3"
}

.icon-efficiency:before {
    content: "\b4"
}

.icon-Fixed-cost--time-model:before {
    content: "\b5"
}

.icon-Apple:before {
    content: "\b6"
}

.icon-Hire-Dedicated-Team-Model:before {
    content: "\b7"
}

.icon-integration:before {
    content: "\b8"
}

.icon-jigsaw:before {
    content: "\b9"
}

.icon-Activities:before {
    content: "\ba"
}

.icon-track:before {
    content: "\bb"
}

.icon-check1:before {
    content: "\bc"
}

.icon-Sleep-monitors:before {
    content: "\bd"
}

.icon-Playlist:before {
    content: "\be"
}

.icon-heart1:before {
    content: "\bf"
}

.icon-Video:before {
    content: "\c0"
}

.icon-Nutritionist1:before {
    content: "\c1"
}

.icon-People:before {
    content: "\c2"
}

.icon-quotation1:before {
    content: "\c3"
}

.icon-relaxation:before {
    content: "\c4"
}

.icon-reminder:before {
    content: "\c5"
}

.icon-Real-time:before {
    content: "\c6"
}

.icon-Smartwatch:before {
    content: "\c7"
}

.icon-Consultation:before {
    content: "\c8"
}

.icon-Doctor:before {
    content: "\c9"
}

.icon-Hospital1:before {
    content: "\ca"
}

.icon-app-deve1:before {
    content: "\cb"
}

.icon-card-checklist1:before {
    content: "\cc"
}

.icon-check-r1:before {
    content: "\cd"
}

.icon-Divice:before {
    content: "\ce"
}

.icon-emoji:before {
    content: "\cf"
}

.icon-Integration1:before {
    content: "\d0"
}

.icon-Goal:before {
    content: "\d1"
}

.icon-Real-time-Alerts:before {
    content: "\d2"
}

.icon-Medical-Firm:before {
    content: "\d3"
}

.icon-node-group-line1:before {
    content: "\d4"
}

.icon-Advanced-Job-Search:before {
    content: "\f0d5"
}

.icon-Analytics-and-Optimization:before {
    content: "\f0d6"
}

.icon-Application-Alerts:before {
    content: "\f0d7"
}

.icon-Application-Tracking:before {
    content: "\f0d8"
}

.icon-Candidate-Saving:before {
    content: "\f0d9"
}

.icon-Caregiving:before {
    content: "\f0da"
}

.icon-Communication-Administration:before {
    content: "\f0db"
}

.icon-Comprehensive-Resumes:before {
    content: "\f0dc"
}

.icon-Construction:before {
    content: "\f0dd"
}

.icon-Customized-employment-software:before {
    content: "\f0de"
}

.icon-Data-Protection:before {
    content: "\f0df"
}

.icon-Dentistry:before {
    content: "\f0e0"
}

.icon-Detailed-Proles:before {
    content: "\f0e1"
}

.icon-Direct-Interaction:before {
    content: "\f0e2"
}

.icon-Diverse-job-marketplace-software:before {
    content: "\f0e3"
}

.icon-Dynamic-career-portal-solutions:before {
    content: "\f0e4"
}

.icon-Easy-Sign-Up:before {
    content: "\f0e5"
}

.icon-Efficient-Application-Management:before {
    content: "\f0e6"
}

.icon-megaphone-1:before {
    content: "\f0e7"
}

.icon-mobile-friendly:before {
    content: "\f0e8"
}

.icon-molecule:before {
    content: "\f0e9"
}

.icon-Path-13310:before {
    content: "\f0ea"
}

.icon-Path-13733:before {
    content: "\f0eb"
}

.icon-Path-13734:before {
    content: "\f0ec"
}

.icon-Path-13735:before {
    content: "\f0ed"
}

.icon-promotion:before {
    content: "\f0ee"
}

.icon-rocket1:before {
    content: "\f0ef"
}

.icon-saving:before {
    content: "\f0f0"
}

.icon-sketch1:before {
    content: "\f0f1"
}

.icon-technical-support:before {
    content: "\f0f2"
}

.icon-technical-support-1:before {
    content: "\f0f3"
}

.icon-Time--Material:before {
    content: "\f0f4"
}

.icon-transfer:before {
    content: "\f0f5"
}

.icon-ui:before {
    content: "\f0f6"
}

.icon-wallet1:before {
    content: "\f0f7"
}

.icon-world:before {
    content: "\f0f8"
}

.icon-Flexible-recruitment-software:before {
    content: "\f0f9"
}

.icon-Hospitality:before {
    content: "\f0fa"
}

.icon-Mobile-Accessibility:before {
    content: "\f0fb"
}

.icon-Mobile-Compatibility-Oversight:before {
    content: "\f0fc"
}

.icon-Mobile-Management:before {
    content: "\f0fd"
}

.icon-Notication-Management:before {
    content: "\f0fe"
}

.icon-Personalized-Notications:before {
    content: "\f0ff"
}

.icon-Prole-Management:before {
    content: "\f100"
}

.icon-Prole-Monitoring:before {
    content: "\f101"
}

.icon-Quick-Registration:before {
    content: "\f102"
}

.icon-Rened-Candidate-Search:before {
    content: "\f103"
}

.icon-Repair-Work:before {
    content: "\f104"
}

.icon-Resume-Access:before {
    content: "\f105"
}

.icon-Saved-Jobs:before {
    content: "\f106"
}

.icon-Seamless-Communication:before {
    content: "\f107"
}

.icon-Security-Services:before {
    content: "\f108"
}

.icon-System-Optimization:before {
    content: "\f109"
}

.icon-Tailored-job-board-platforms:before {
    content: "\f10a"
}

.icon-Teaching:before {
    content: "\f10b"
}

.icon-Troubleshooting:before {
    content: "\f10c"
}

.icon-User-Registration-Oversight:before {
    content: "\f10d"
}

.icon-Versatile-job-board-solutions:before {
    content: "\f10e"
}

.icon-Administrator:before {
    content: "\f10f"
}

.icon-analytics-dashboard:before {
    content: "\f110"
}

.icon-assessment-creation:before {
    content: "\f111"
}

.icon-Certicate-course:before {
    content: "\f112"
}

.icon-collaborative-features:before {
    content: "\f113"
}

.icon-communication-channel:before {
    content: "\f114"
}

.icon-consistency-learning:before {
    content: "\f115"
}

.icon-content-administration:before {
    content: "\f116"
}

.icon-Content-Management1:before {
    content: "\f117"
}

.icon-corporate-training-platform-2:before {
    content: "\f118"
}

.icon-corporate-training-platform:before {
    content: "\f119"
}

.icon-course-creation-tool:before {
    content: "\f11a"
}

.icon-course-oversight:before {
    content: "\f11b"
}

.icon-dashboard:before {
    content: "\f11c"
}

.icon-discussion-forum:before {
    content: "\f11d"
}

.icon-educators:before {
    content: "\f11e"
}

.icon-enhanced-retention-rates:before {
    content: "\f11f"
}

.icon-gamied-elements:before {
    content: "\f120"
}

.icon-institutions:before {
    content: "\f121"
}

.icon-interactive-content:before {
    content: "\f122"
}

.icon-learner:before {
    content: "\f123"
}

.icon-Learning-Eperience-Platform:before {
    content: "\f124"
}

.icon-Learning-Management:before {
    content: "\f125"
}

.icon-mobile-learning-app:before {
    content: "\f126"
}

.icon-Online-Exam:before {
    content: "\f127"
}

.icon-parents:before {
    content: "\f128"
}

.icon-personalized-learning:before {
    content: "\f129"
}

.icon-progress-tracking-2:before {
    content: "\f12a"
}

.icon-progress-tracking1:before {
    content: "\f12b"
}

.icon-scalability:before {
    content: "\f12c"
}

.icon-students:before {
    content: "\f12d"
}

.icon-system-managment:before {
    content: "\f12e"
}

.icon-time-and-cost-efficiency:before {
    content: "\f12f"
}

.icon-user-management-tool:before {
    content: "\f130"
}

.icon-user-prole:before {
    content: "\f131"
}

.icon-virtual-classroom:before {
    content: "\f132"
}

.icon-Appointment-scheduling:before {
    content: "\f133"
}

.icon-Audit-trails:before {
    content: "\f134"
}

.icon-Billing-and-Documentation:before {
    content: "\f135"
}

.icon-Billing-and-invoicing:before {
    content: "\f136"
}

.icon-Communication-tools:before {
    content: "\f137"
}

.icon-Customized-workows:before {
    content: "\f138"
}

.icon-Data-management:before {
    content: "\f139"
}

.icon-document-digitization:before {
    content: "\f13a"
}

.icon-Document-management:before {
    content: "\f13b"
}

.icon-Electronic-signatures:before {
    content: "\f13c"
}

.icon-End-to-end-task-management:before {
    content: "\f13d"
}

.icon-Government-Compliance:before {
    content: "\f13e"
}

.icon-Integrated-reporting:before {
    content: "\f13f"
}

.icon-Inventory-management:before {
    content: "\f140"
}

.icon-Medication-Management:before {
    content: "\f141"
}

.icon-Mobile-accessibility:before {
    content: "\f142"
}

.icon-Paperless-data-entry:before {
    content: "\f143"
}

.icon-Patient-information-system:before {
    content: "\f144"
}

.icon-Patient-management:before {
    content: "\f145"
}

.icon-Patient-Records-Management:before {
    content: "\f146"
}

.icon-progress-tracking:before {
    content: "\f147"
}

.icon-Reports-and-analytics:before {
    content: "\f148"
}

.icon-Scheduling:before {
    content: "\f149"
}

.icon-Security-and-privacy:before {
    content: "\f14a"
}

.icon-Staff-Management:before {
    content: "\f14b"
}

.icon-Telehealth-integration:before {
    content: "\f14c"
}

.icon-Treatment-plans:before {
    content: "\f14d"
}

.icon-User-training-and-support:before {
    content: "\f14e"
}

.icon-User-friendly-interface:before {
    content: "\f14f"
}

.icon-Advanced-Notifcation-Systems:before {
    content: "\e901"
}

.icon-API-Integration:before {
    content: "\e902"
}

.icon-Automated-Document-Archiving:before {
    content: "\e903"
}

.icon-Blockchain-Integrity:before {
    content: "\e904"
}

.icon-Business-Professional:before {
    content: "\e905"
}

.icon-Comprehensive-Workflow-Management:before {
    content: "\e906"
}

.icon-Content-Management:before {
    content: "\e907"
}

.icon-Cross-Platform-Compatibility:before {
    content: "\e908"
}

.icon-Customizable-Dashboards:before {
    content: "\e909"
}

.icon-Customizable-User-Interfaces:before {
    content: "\e90a"
}

.icon-Customizable-User-Permissions:before {
    content: "\e90b"
}

.icon-Data-Analytics:before {
    content: "\e90c"
}

.icon-Data-Analytics-1:before {
    content: "\e90d"
}

.icon-Data-Backup-and-Recovery:before {
    content: "\e90e"
}

.icon-Detailed-Analytics-and-Reporting:before {
    content: "\e90f"
}

.icon-Document-Integrity--Security:before {
    content: "\e910"
}

.icon-Document-Management--E-Signature:before {
    content: "\e911"
}

.icon-E-Archive-System:before {
    content: "\e912"
}

.icon-Educational-Institution:before {
    content: "\e913"
}

.icon-Efficient-Document-Management:before {
    content: "\e914"
}

.icon-Effortless-Document-Management:before {
    content: "\e915"
}

.icon-Enhanced-Document-Security:before {
    content: "\e916"
}

.icon-Enterprise-Organization:before {
    content: "\e917"
}

.icon-Fitness-Enthusiast:before {
    content: "\e918"
}

.icon-Goal-Management-and-Tracking:before {
    content: "\e919"
}

.icon-Group:before {
    content: "\e91a"
}

.icon-Group-1:before {
    content: "\e91b"
}

.icon-Group-2:before {
    content: "\e91c"
}

.icon-Group-3:before {
    content: "\e91d"
}

.icon-Healthcare-Facility:before {
    content: "\e91e"
}

.icon-Healthcare-Provider:before {
    content: "\e91f"
}

.icon-Legal-Professional:before {
    content: "\e920"
}

.icon-Mobile-and-Web-Accessibility:before {
    content: "\e921"
}

.icon-NFC-Card-Integration:before {
    content: "\e922"
}

.icon-OCR-with-Multi-Language-Support:before {
    content: "\e923"
}

.icon-OCR-with-Multi-Language-Support-1:before {
    content: "\e924"
}

.icon-PDF-Electronic--Digital-Signatures:before {
    content: "\e925"
}

.icon-PDF-Electronic-Signature:before {
    content: "\e926"
}

.icon-Personalized-Device-Settings:before {
    content: "\e927"
}

.icon-Real-Time-Activity-Monitoring:before {
    content: "\e928"
}

.icon-Real-time-Data-Monitoring:before {
    content: "\e929"
}

.icon-Real-Time-Document-Sharing:before {
    content: "\e92a"
}

.icon-Real-Time-Monitoring:before {
    content: "\e92b"
}

.icon-Seamless-Integration:before {
    content: "\e92c"
}

.icon-Seamless-Multi-Device-Syncing:before {
    content: "\e92d"
}

.icon-Seamless-QR--Barcode-Integration:before {
    content: "\e92e"
}

.icon-Secure-Data-Management:before {
    content: "\e92f"
}

.icon-Secure-Digital-Signatures:before {
    content: "\e930"
}

.icon-Secure-Document-Sharing:before {
    content: "\e931"
}

.icon-Security-Controls:before {
    content: "\e932"
}

.icon-Social-Media-Integration:before {
    content: "\e933"
}

.icon-Swift-Registration:before {
    content: "\e934"
}

.icon-Timely-Notifcations:before {
    content: "\e935"
}

.icon-User-Management:before {
    content: "\e936"
}

.icon-Wearable-Tech-Brand:before {
    content: "\e937"
}

.icon-Ask-a-Solicitor:before {
    content: "\30"
}

.icon-audio-chat:before {
    content: "\31"
}

.icon-Blood-Pressure:before {
    content: "\32"
}

.icon-Call-logs:before {
    content: "\33"
}

.icon-Chat-Box:before {
    content: "\34"
}

.icon-cholesterol:before {
    content: "\35"
}

.icon-Dashboard-for-Diabetes:before {
    content: "\36"
}

.icon-Document-Management:before {
    content: "\37"
}

.icon-e-Signature:before {
    content: "\38"
}

.icon-Group-8691:before {
    content: "\39"
}

.icon-Group-8692:before {
    content: "\41"
}

.icon-Group-8693:before {
    content: "\42"
}

.icon-Group-8696:before {
    content: "\43"
}

.icon-android-logo:before {
    content: "\2200"
}

.icon-apple-logo-1:before {
    content: "\2201"
}

.icon-fluttere69eaaa3:before {
    content: "\2202"
}

.icon-accessible-icon:before {
    content: "\2203"
}

.icon-Agile-Development:before {
    content: "\2205"
}

.icon-b2b:before {
    content: "\2206"
}

.icon-b2c:before {
    content: "\2207"
}

.icon-backend:before {
    content: "\2208"
}

.icon-chat:before {
    content: "\220d"
}

.icon-cms:before {
    content: "\220e"
}

.icon-contact:before {
    content: "\220f"
}

.icon-uni2210:before {
    content: "\2210"
}

.icon-deliver:before {
    content: "\2211"
}

.icon-uni2212:before {
    content: "\2212"
}

.icon-uni2213:before {
    content: "\2213"
}

.icon-uni2214:before {
    content: "\2214"
}

.icon-uni2215:before {
    content: "\2215"
}

.icon-uni2216:before {
    content: "\2216"
}

.icon-uni2217:before {
    content: "\2217"
}

.icon-uni2218:before {
    content: "\2218"
}

.icon-uni2219:before {
    content: "\2219"
}

.icon-uni221A:before {
    content: "\221a"
}

.icon-uni221B:before {
    content: "\221b"
}

.icon-design:before {
    content: "\221c"
}

.icon-uni221D:before {
    content: "\221d"
}

.icon-uni221E:before {
    content: "\221e"
}

.icon-uni221F:before {
    content: "\221f"
}

.icon-uni2220:before {
    content: "\2220"
}

.icon-uni2221:before {
    content: "\2221"
}

.icon-uni2222:before {
    content: "\2222"
}

.icon-uni2223:before {
    content: "\2223"
}

.icon-uni2224:before {
    content: "\2224"
}

.icon-email:before {
    content: "\2225"
}

.icon-enterprice:before {
    content: "\2226"
}

.icon-facebook:before {
    content: "\2227"
}

.icon-frontend:before {
    content: "\2228"
}

.icon-information:before {
    content: "\2229"
}

.icon-accusoft:before {
    content: "\222a"
}

.icon-adn:before {
    content: "\222b"
}

.icon-IP-Protection:before {
    content: "\222c"
}

.icon-uni222D:before {
    content: "\222d"
}

.icon-uni222E:before {
    content: "\222e"
}

.icon-uni222F:before {
    content: "\222f"
}

.icon-uni2230:before {
    content: "\2230"
}

.icon-uni2231:before {
    content: "\2231"
}

.icon-uni2232:before {
    content: "\2232"
}

.icon-linkedin:before {
    content: "\2233"
}

.icon-Mainrainance:before {
    content: "\2234"
}

.icon-adversal:before {
    content: "\2235"
}

.icon-Maintenance-Services:before {
    content: "\2236"
}

.icon-uni2237:before {
    content: "\2237"
}

.icon-uni2239:before {
    content: "\2239"
}

.icon-uni223A:before {
    content: "\223a"
}

.icon-uni223B:before {
    content: "\223b"
}

.icon-uni223C:before {
    content: "\223c"
}

.icon-uni223D:before {
    content: "\223d"
}

.icon-uni223E:before {
    content: "\223e"
}

.icon-uni223F:before {
    content: "\223f"
}

.icon-uni2240:before {
    content: "\2240"
}

.icon-uni2241:before {
    content: "\2241"
}

.icon-uni2242:before {
    content: "\2242"
}

.icon-uni2243:before {
    content: "\2243"
}

.icon-uni2244:before {
    content: "\2244"
}

.icon-uni2245:before {
    content: "\2245"
}

.icon-uni2246:before {
    content: "\2246"
}

.icon-uni2247:before {
    content: "\2247"
}

.icon-uni2248:before {
    content: "\2248"
}

.icon-uni2249:before {
    content: "\2249"
}

.icon-uni224A:before {
    content: "\224a"
}

.icon-uni224B:before {
    content: "\224b"
}

.icon-uni224C:before {
    content: "\224c"
}

.icon-uni224D:before {
    content: "\224d"
}

.icon-uni224E:before {
    content: "\224e"
}

.icon-uni224F:before {
    content: "\224f"
}

.icon-uni2250:before {
    content: "\2250"
}

.icon-uni2251:before {
    content: "\2251"
}

.icon-uni2252:before {
    content: "\2252"
}

.icon-next:before {
    content: "\2253"
}

.icon-paperclip:before {
    content: "\2254"
}

.icon-profits:before {
    content: "\2255"
}

.icon-affiliatetheme:before {
    content: "\2256"
}

.icon-QA--Incremental:before {
    content: "\2257"
}

.icon-rating:before {
    content: "\2258"
}

.icon-right-arrow:before {
    content: "\2259"
}

.icon-airbnb:before {
    content: "\225a"
}

.icon-uni225B:before {
    content: "\225b"
}

.icon-uni225C:before {
    content: "\225c"
}

.icon-uni225D:before {
    content: "\225d"
}

.icon-algolia:before {
    content: "\225e"
}

.icon-alipay:before {
    content: "\225f"
}

.icon-amazon:before {
    content: "\2260"
}

.icon-amazon-pay:before {
    content: "\2261"
}

.icon-prototype:before {
    content: "\2268"
}

.icon-search:before {
    content: "\227c"
}

.icon-solution:before {
    content: "\2280"
}

.icon-university:before {
    content: "\2296"
}

.icon-sunny-day:before {
    content: "\22a6"
}

.icon-success:before {
    content: "\22b6"
}

.icon-support:before {
    content: "\22ca"
}

.icon-sails-seeklogocom:before {
    content: "\2322"
}

.icon-timeline:before {
    content: "\25a0"
}

.icon-binoculars:before {
    content: "\25a3"
}

.icon-contract-edit:before {
    content: "\25a9"
}

.icon-clock:before {
    content: "\25aa"
}

.icon-feedback:before {
    content: "\25b3"
}

.icon-healthcare:before {
    content: "\25b4"
}

.icon-front-camera:before {
    content: "\25bd"
}

.icon-time-management:before {
    content: "\25c1"
}

.icon-information1:before {
    content: "\25c2"
}

.icon-document1:before {
    content: "\25c5"
}

.icon-files:before {
    content: "\25c9"
}

.icon-support-user:before {
    content: "\25cc"
}

.icon-next-js:before {
    content: "\25cd"
}

.icon-job-seeker:before {
    content: "\25ce"
}

.icon-IP-Protection1:before {
    content: "\25cf"
}

.icon-document-fill:before {
    content: "\25d0"
}

.icon-experience1:before {
    content: "\25d1"
}

.icon-job-interview1:before {
    content: "\25d2"
}

.icon-football:before {
    content: "\25d4"
}

.icon-clutch-icon:before {
    content: "\25d8"
}

.icon-uni25D9:before {
    content: "\25d9"
}

.icon-uni25DA:before {
    content: "\25da"
}

.icon-mobile1:before {
    content: "\25e0"
}

.icon-instagram-fill:before {
    content: "\25e1"
}

.icon-businessman:before {
    content: "\25e2"
}

.icon-computer:before {
    content: "\25e4"
}

.icon-briefing:before {
    content: "\25e6"
}

.icon-angularjs:before {
    content: "\25e9"
}

.icon-alert:before {
    content: "\25ea"
}

.icon-typescript:before {
    content: "\25eb"
}

.icon-Training:before {
    content: "\25ec"
}

.icon-vuejs:before {
    content: "\25ee"
}

.icon-award:before {
    content: "\25ef"
}

.icon-shopping-bag:before {
    content: "\25f6"
}

.icon-backend1:before {
    content: "\25f8"
}

.icon-backbonejs-icon:before {
    content: "\25fa"
}

.icon-workhome:before {
    content: "\25fd"
}

.icon-boost:before {
    content: "\25ff"
}

.icon-skype:before {
    content: "\2700"
}

.icon-hire:before {
    content: "\2701"
}

.icon-job-interview:before {
    content: "\2702"
}

.icon-meeting:before {
    content: "\2704"
}

.icon-resource:before {
    content: "\2706"
}

.icon-searchdoc:before {
    content: "\2707"
}

.icon-user-group:before {
    content: "\2708"
}

.icon-document:before {
    content: "\270e"
}

.icon-development:before {
    content: "\271c"
}

.icon-Timings:before {
    content: "\2721"
}

.icon-game-development:before {
    content: "\272d"
}

.icon-cakephp:before {
    content: "\272e"
}

.icon-electronjs-icon:before {
    content: "\2732"
}

.icon-graduated:before {
    content: "\2742"
}

.icon-codeigniter:before {
    content: "\2744"
}

.icon-chat1:before {
    content: "\2749"
}

.icon-wordpress-icon:before {
    content: "\274b"
}

.icon-interview:before {
    content: "\2758"
}

.icon-team:before {
    content: "\275a"
}

.icon-illustrator:before {
    content: "\275b"
}

.icon-Agile-Development1:before {
    content: "\2761"
}

.icon-agile1:before {
    content: "\2763"
}

.icon-linkedin1:before {
    content: "\2769"
}

.icon-b2c1:before {
    content: "\276c"
}

.icon-television:before {
    content: "\276f"
}

.icon-timeline1:before {
    content: "\2771"
}

.icon-b2b1:before {
    content: "\2774"
}

.icon-build:before {
    content: "\2784"
}

.icon-shopping-cart:before {
    content: "\27f0"
}

.icon-daycalendar:before {
    content: "\27f1"
}

.icon-natural-gas:before {
    content: "\27f3"
}

.icon-linkedin-fill:before {
    content: "\27f4"
}

.icon-facebook1:before {
    content: "\27f5"
}

.icon-search2:before {
    content: "\27f7"
}

.icon-feedback1:before {
    content: "\27f8"
}

.icon-gallery:before {
    content: "\27fc"
}

.icon-happy:before {
    content: "\27fe"
}

.icon-laravel:before {
    content: "\27ff"
}

.icon-nodejs:before {
    content: "\2918"
}

.icon-facebook-logo:before {
    content: "\2919"
}

.icon-success1:before {
    content: "\291a"
}

.icon-office-building:before {
    content: "\291c"
}

.icon-photoshop:before {
    content: "\291e"
}

.icon-paperclip1:before {
    content: "\292c"
}

.icon-skills:before {
    content: "\292d"
}

.icon-php:before {
    content: "\2931"
}

.icon-teamwork:before {
    content: "\2933"
}

.icon-businessmen:before {
    content: "\2940"
}

.icon-physics:before {
    content: "\2b09"
}

.icon-agile:before {
    content: "\2b20"
}

.icon-android-outline:before {
    content: "\2b21"
}

.icon-experience:before {
    content: "\2b25"
}

.icon-building:before {
    content: "\2b39"
}

.icon-networking:before {
    content: "\2b56"
}

.icon-tower-bridge:before {
    content: "\2b6c"
}

.icon-moon-fill:before {
    content: "\2b70"
}

.icon-download:before {
    content: "\2b77"
}

.icon-skype-outline:before {
    content: "\2b86"
}

.icon-top:before {
    content: "\2b87"
}

.icon-email1:before {
    content: "\2b88"
}

.icon-graphic-design:before {
    content: "\2b91"
}

.icon-phone-call:before {
    content: "\2b94"
}

.icon-right:before {
    content: "\2b99"
}

.icon-right1:before {
    content: "\2b9c"
}

.icon-gate-of-india:before {
    content: "\2ba2"
}

.icon-instagram:before {
    content: "\2bb0"
}

.icon-physics1:before {
    content: "\2bb3"
}

.icon-quotation:before {
    content: "\2bb6"
}

.icon-quotation-bottom:before {
    content: "\2bb9"
}

.icon-moon:before {
    content: "\2bbe"
}

.icon-page-speed:before {
    content: "\2bbf"
}

.icon-science:before {
    content: "\2bce"
}

.icon-amilia:before {
    content: "\e938"
}

.icon-Firebase1:before {
    content: "\e939"
}

.icon-Aus-building:before {
    content: "\e93a"
}

.icon-dumbbell1:before {
    content: "\e93b"
}

.icon-android:before {
    content: "\e93c"
}

.icon-angellist:before {
    content: "\e93d"
}

.icon-angrycreative:before {
    content: "\e93e"
}

.icon-angular:before {
    content: "\e93f"
}

.icon-apper:before {
    content: "\e940"
}

.icon-apple:before {
    content: "\e941"
}

.icon-apple-pay:before {
    content: "\e942"
}

.icon-app-store:before {
    content: "\e943"
}

.icon-app-store-ios:before {
    content: "\e944"
}

.icon-double-right-arrows-angles:before {
    content: "\e945"
}

.icon-dumbbell:before {
    content: "\e946"
}

.icon-artstation:before {
    content: "\e947"
}

.icon-Pre:before {
    content: "\e948"
}

.icon-asymmetrik:before {
    content: "\e949"
}

.icon-atlassian:before {
    content: "\e94a"
}

.icon-audible:before {
    content: "\e94b"
}

.icon-autoprefixer:before {
    content: "\e94c"
}

.icon-avianex:before {
    content: "\e94d"
}

.icon-aviato:before {
    content: "\e94e"
}

.icon-aws:before {
    content: "\e94f"
}

.icon-bandcamp:before {
    content: "\e950"
}

.icon-battle-net:before {
    content: "\e951"
}

.icon-behance:before {
    content: "\e952"
}

.icon-bilibili:before {
    content: "\e953"
}

.icon-bimobject:before {
    content: "\e954"
}

.icon-bitbucket:before {
    content: "\e955"
}

.icon-bitcoin:before {
    content: "\e956"
}

.icon-bity:before {
    content: "\e957"
}

.icon-blackberry:before {
    content: "\e958"
}

.icon-black-tie:before {
    content: "\e959"
}

.icon-blogger:before {
    content: "\e95a"
}

.icon-blogger-b:before {
    content: "\e95b"
}

.icon-bluetooth:before {
    content: "\e95c"
}

.icon-bluetooth-b:before {
    content: "\e95d"
}

.icon-bootstrap:before {
    content: "\e95e"
}

.icon-bots:before {
    content: "\e95f"
}

.icon-btc:before {
    content: "\e960"
}

.icon-buffer:before {
    content: "\e961"
}

.icon-buy-n-large:before {
    content: "\e962"
}

.icon-buysellads:before {
    content: "\e963"
}

.icon-canadian-maple-leaf:before {
    content: "\e964"
}

.icon-cc-amazon-pay:before {
    content: "\e965"
}

.icon-cc-amex:before {
    content: "\e966"
}

.icon-cc-apple-pay:before {
    content: "\e967"
}

.icon-cc-diners-club:before {
    content: "\e968"
}

.icon-cc-discover:before {
    content: "\e969"
}

.icon-cc-jcb:before {
    content: "\e96a"
}

.icon-cc-mastercard:before {
    content: "\e96b"
}

.icon-cc-paypal:before {
    content: "\e96c"
}

.icon-cc-stripe:before {
    content: "\e96d"
}

.icon-cc-visa:before {
    content: "\e96e"
}

.icon-centercode:before {
    content: "\e96f"
}

.icon-centos:before {
    content: "\e970"
}

.icon-chrome:before {
    content: "\e971"
}

.icon-chromecast:before {
    content: "\e972"
}

.icon-cloudflare:before {
    content: "\e973"
}

.icon-cloudscale:before {
    content: "\e974"
}

.icon-cloudsmith:before {
    content: "\e975"
}

.icon-cloudversify:before {
    content: "\e976"
}

.icon-codepen:before {
    content: "\e977"
}

.icon-codiepie:before {
    content: "\e978"
}

.icon-confluence:before {
    content: "\e979"
}

.icon-connectdevelop:before {
    content: "\e97a"
}

.icon-contao:before {
    content: "\e97b"
}

.icon-cotton-bureau:before {
    content: "\e97c"
}

.icon-cpanel:before {
    content: "\e97d"
}

.icon-creative-commons:before {
    content: "\e97e"
}

.icon-creative-commons-by:before {
    content: "\e97f"
}

.icon-creative-commons-nc:before {
    content: "\e980"
}

.icon-creative-commons-nc-eu:before {
    content: "\e981"
}

.icon-Group-8697:before {
    content: "\e982"
}

.icon-Group-8698:before {
    content: "\e983"
}

.icon-Group-8699:before {
    content: "\e984"
}

.icon-Import-and-Export:before {
    content: "\e985"
}

.icon-Intelligent-call:before {
    content: "\e986"
}

.icon-Kidney-Function:before {
    content: "\e987"
}

.icon-Legal-Guides:before {
    content: "\e988"
}

.icon-Legal-Services:before {
    content: "\e989"
}

.icon-OCR:before {
    content: "\e98b"
}

.icon-Professional-Profile:before {
    content: "\e98c"
}

.icon-Ratings:before {
    content: "\e98d"
}

.icon-Rewards:before {
    content: "\e98e"
}

.icon-Scan-Business:before {
    content: "\e98f"
}

.icon-Secure-Document:before {
    content: "\e990"
}

.icon-Shoot-your-Shot:before {
    content: "\e991"
}

.icon-Shopping:before {
    content: "\e992"
}

.icon-Sneak-Peek:before {
    content: "\e993"
}

.icon-Solicitor-Profile:before {
    content: "\e994"
}

.icon-Timezone:before {
    content: "\e995"
}

.icon-Upcoming-Appointments:before {
    content: "\e996"
}

.icon-Video---Audio-Calls:before {
    content: "\e997"
}

.icon-Video-Chat:before {
    content: "\e998"
}

.icon-Monitor:before {
    content: "\e99a"
}

.icon-more-fill:before {
    content: "\e99b"
}

.icon-mysql-icon:before {
    content: "\e99d"
}

.icon-NextJS:before {
    content: "\e99e"
}

.icon-Night:before {
    content: "\e99f"
}

.icon-Nutritionist:before {
    content: "\e9a1"
}

.icon-Nutritionist-1:before {
    content: "\e9a2"
}

.icon-Page-1:before {
    content: "\e9a3"
}

.icon-Page-2:before {
    content: "\e9a4"
}

.icon-Page-3:before {
    content: "\e9a5"
}

.icon-Page-4:before {
    content: "\e9a6"
}

.icon-Page-5:before {
    content: "\e9a7"
}

.icon-Path-302:before {
    content: "\e9a8"
}

.icon-Path-2954:before {
    content: "\e9a9"
}

.icon-Phone:before {
    content: "\e9aa"
}

.icon-Php-1:before {
    content: "\e9ab"
}

.icon-Play:before {
    content: "\e9ac"
}

.icon-Play-1:before {
    content: "\e9ad"
}

.icon-prototype-1:before {
    content: "\e9ae"
}

.icon-Python:before {
    content: "\e9af"
}

.icon-QA--Incremental1:before {
    content: "\e9b0"
}

.icon-reactjs-icon:before {
    content: "\e9b3"
}

.icon-Relaxation-methods:before {
    content: "\e9b4"
}

.icon-Reminders:before {
    content: "\e9b5"
}

.icon-sails-seeklogocom1:before {
    content: "\e9b6"
}

.icon-sing_time_alarm:before {
    content: "\e9b8"
}

.icon-support-2:before {
    content: "\e9b9"
}

.icon-Target:before {
    content: "\e9ba"
}

.icon-Typescript-1:before {
    content: "\e9bb"
}

.icon-UK:before {
    content: "\e9bc"
}

.icon-Valve-Pipes-Industry-Water-Gas-Pipe:before {
    content: "\e9bd"
}

.icon-Wordpress:before {
    content: "\e9bf"
}

.icon-Wrench:before {
    content: "\e9c0"
}

.icon-yii:before {
    content: "\e9c1"
}

.icon-x33__Smartwatch:before {
    content: "\e9c2"
}

.icon-FixedCost-1:before {
    content: "\e9c3"
}

.icon-FixedCost-2:before {
    content: "\e9c4"
}

.icon-FixedCost-4:before {
    content: "\e9c5"
}

.icon-HireDedicated-1:before {
    content: "\e9c6"
}

.icon-HireDedicated-2:before {
    content: "\e9c7"
}

.icon-HireDedicated-3:before {
    content: "\e9c8"
}

.icon-HireDedicated-6:before {
    content: "\e9c9"
}

.icon-HireDedicated-7:before {
    content: "\e9ca"
}

.icon-TimeAndMaterial-2:before {
    content: "\e9cb"
}

.icon-TimeAndMaterial-3:before {
    content: "\e9cc"
}

.icon-SEO-Monitoring:before {
    content: "\e9cd"
}

.icon-about:before {
    content: "\e9ce"
}

.icon-add:before {
    content: "\e9cf"
}

.icon-Agile-Development2:before {
    content: "\e9d0"
}

.icon-agile-1:before {
    content: "\e9d1"
}

.icon-alarm:before {
    content: "\e9d2"
}

.icon-Alerts:before {
    content: "\e9d3"
}

.icon-app-deve:before {
    content: "\e9d4"
}

.icon-App-development-service:before {
    content: "\e9d5"
}

.icon-Appcenter:before {
    content: "\e9d6"
}

.icon-apple-logo-11:before {
    content: "\e9d7"
}

.icon-article:before {
    content: "\e9d8"
}

.icon-artist:before {
    content: "\e9d9"
}

.icon-blockchain:before {
    content: "\e9db"
}

.icon-calendar:before {
    content: "\e9dc"
}

.icon-cancel:before {
    content: "\e9dd"
}

.icon-card-checklist:before {
    content: "\e9de"
}

.icon-card-cvv:before {
    content: "\e9df"
}

.icon-chat-1:before {
    content: "\e9e0"
}

.icon-checkers:before {
    content: "\e9e1"
}

.icon-Checklist-with-triggers:before {
    content: "\e9e2"
}

.icon-check-r:before {
    content: "\e9e3"
}

.icon-cms-1:before {
    content: "\e9e4"
}

.icon-Creative-tracks:before {
    content: "\e9e5"
}

.icon-credit-card:before {
    content: "\e9e6"
}

.icon-CSS:before {
    content: "\e9e7"
}

.icon-Design-with-care:before {
    content: "\e9e8"
}

.icon-Digitalocean:before {
    content: "\e9e9"
}

.icon-Doctors:before {
    content: "\e9ea"
}

.icon-document-2:before {
    content: "\e9eb"
}

.icon-dollar:before {
    content: "\e9ec"
}

.icon-down-arrow:before {
    content: "\e9ed"
}

.icon-dustbin:before {
    content: "\e9ee"
}

.icon-edit:before {
    content: "\e9ef"
}

.icon-Facebook:before {
    content: "\e9f1"
}

.icon-favorite-heart-border:before {
    content: "\e9f2"
}

.icon-Gitlab:before {
    content: "\e9f4"
}

.icon-Group-148:before {
    content: "\e9f5"
}

.icon-Group-149:before {
    content: "\e9f6"
}

.icon-Group-150:before {
    content: "\e9f7"
}

.icon-Group-151:before {
    content: "\e9f8"
}

.icon-Group-153:before {
    content: "\e9f9"
}

.icon-Group-455:before {
    content: "\e9fb"
}

.icon-Group-8580:before {
    content: "\e9fc"
}

.icon-Group-8582:before {
    content: "\e9fd"
}

.icon-Group-8587:before {
    content: "\e9fe"
}

.icon-Group-8591:before {
    content: "\e9ff"
}

.icon-Group-8592:before {
    content: "\ea00"
}

.icon-Group-8594:before {
    content: "\ea01"
}

.icon-Group-8597:before {
    content: "\ea02"
}

.icon-Group-8598:before {
    content: "\ea03"
}

.icon-Group-8599:before {
    content: "\ea04"
}

.icon-Group-8629:before {
    content: "\ea05"
}

.icon-Group-8658:before {
    content: "\ea06"
}

.icon-Group-8659:before {
    content: "\ea07"
}

.icon-Group-8660:before {
    content: "\ea08"
}

.icon-Group-8661:before {
    content: "\ea09"
}

.icon-Group-8662:before {
    content: "\ea0a"
}

.icon-Group-8663:before {
    content: "\ea0b"
}

.icon-Group-8664:before {
    content: "\ea0c"
}

.icon-Group-8665:before {
    content: "\ea0d"
}

.icon-Group-8666:before {
    content: "\ea0e"
}

.icon-Group-8667:before {
    content: "\ea0f"
}

.icon-Group-8668:before {
    content: "\ea10"
}

.icon-Group-8669:before {
    content: "\ea11"
}

.icon-Group-8670:before {
    content: "\ea12"
}

.icon-Group-8671:before {
    content: "\ea13"
}

.icon-handshake:before {
    content: "\ea14"
}

.icon-healthcare-covid19-coronavirus-hand-hearth:before {
    content: "\ea15"
}

.icon-Hospital:before {
    content: "\ea16"
}

.icon-html-5:before {
    content: "\ea17"
}

.icon-Icon-with-BG:before {
    content: "\ea18"
}

.icon-Icon-5:before {
    content: "\ea19"
}

.icon-icons:before {
    content: "\ea1a"
}

.icon-instagram-3:before {
    content: "\ea1b"
}

.icon-Instagram:before {
    content: "\ea1c"
}

.icon-Integration:before {
    content: "\ea1d"
}

.icon-creative-commons-nc-jp:before {
    content: "\ea1e"
}

.icon-Ionic_Logo:before {
    content: "\ea1f"
}

.icon-IP-Protection2:before {
    content: "\ea21"
}

.icon-Journal:before {
    content: "\ea24"
}

.icon-jquery-icon:before {
    content: "\ea25"
}

.icon-Layer_1:before {
    content: "\ea27"
}

.icon-Layer_43:before {
    content: "\ea28"
}

.icon-letter:before {
    content: "\ea29"
}

.icon-linkedin-2:before {
    content: "\ea2a"
}

.icon-Magento:before {
    content: "\ea2b"
}

.icon-mail:before {
    content: "\ea2c"
}

.icon-Maintenance-Services1:before {
    content: "\ea2d"
}

.icon-Medical-firm:before {
    content: "\ea2e"
}

.icon-Medical-Form:before {
    content: "\ea2f"
}

.icon-mobile-1:before {
    content: "\ea30"
}

.icon-creative-commons-nd:before {
    content: "\ea31"
}

.icon-creative-commons-pd:before {
    content: "\ea32"
}

.icon-creative-commons-pd-alt:before {
    content: "\ea33"
}

.icon-creative-commons-remix:before {
    content: "\ea34"
}

.icon-creative-commons-sa:before {
    content: "\ea35"
}

.icon-creative-commons-sampling:before {
    content: "\ea36"
}

.icon-creative-commons-sampling-plus:before {
    content: "\ea37"
}

.icon-creative-commons-share:before {
    content: "\ea38"
}

.icon-css3:before {
    content: "\ea39"
}

.icon-css3-alt:before {
    content: "\ea3a"
}

.icon-cuttlefish:before {
    content: "\ea3b"
}

.icon-dailymotion:before {
    content: "\ea3c"
}

.icon-dashcube:before {
    content: "\ea3d"
}

.icon-deezer:before {
    content: "\ea3e"
}

.icon-delicious:before {
    content: "\ea3f"
}

.icon-deploydog:before {
    content: "\ea40"
}

.icon-deskpro:before {
    content: "\ea41"
}

.icon-dev:before {
    content: "\ea42"
}

.icon-dhl:before {
    content: "\ea43"
}

.icon-diaspora:before {
    content: "\ea44"
}

.icon-digg:before {
    content: "\ea45"
}

.icon-digital-ocean:before {
    content: "\ea46"
}

.icon-discord:before {
    content: "\ea47"
}

.icon-discourse:before {
    content: "\ea48"
}

.icon-dochub:before {
    content: "\ea49"
}

.icon-docker:before {
    content: "\ea4a"
}

.icon-dribbble:before {
    content: "\ea4b"
}

.icon-dropbox:before {
    content: "\ea4c"
}

.icon-drupal:before {
    content: "\ea4d"
}

.icon-dyalog:before {
    content: "\ea4e"
}

.icon-earlybirds:before {
    content: "\ea4f"
}

.icon-ebay:before {
    content: "\ea50"
}

.icon-edge:before {
    content: "\ea51"
}

.icon-edge-legacy:before {
    content: "\ea52"
}

.icon-elementor:before {
    content: "\ea53"
}

.icon-empire:before {
    content: "\ea54"
}

.icon-envira:before {
    content: "\ea55"
}

.icon-erlang:before {
    content: "\ea56"
}

.icon-etsy:before {
    content: "\ea57"
}

.icon-evernote:before {
    content: "\ea58"
}

.icon-expeditedssl:before {
    content: "\ea59"
}

.icon-facebook-f:before {
    content: "\ea5a"
}

.icon-facebook-messenger:before {
    content: "\ea5b"
}

.icon-fantasy-flight-games:before {
    content: "\ea5c"
}

.icon-fedex:before {
    content: "\ea5d"
}

.icon-fedora:before {
    content: "\ea5e"
}

.icon-figma:before {
    content: "\ea5f"
}

.icon-firefox:before {
    content: "\ea60"
}

.icon-firefox-browser:before {
    content: "\ea61"
}

.icon-firstdraft:before {
    content: "\ea62"
}

.icon-first-order:before {
    content: "\ea63"
}

.icon-first-order-alt:before {
    content: "\ea64"
}

.icon-flickr:before {
    content: "\ea65"
}

.icon-flipboard:before {
    content: "\ea66"
}

.icon-fly:before {
    content: "\ea67"
}

.icon-fonticons:before {
    content: "\ea68"
}

.icon-fonticons-fi:before {
    content: "\ea69"
}

.icon-fort-awesome:before {
    content: "\ea6a"
}

.icon-fort-awesome-alt:before {
    content: "\ea6b"
}

.icon-forumbee:before {
    content: "\ea6c"
}

.icon-foursquare:before {
    content: "\ea6d"
}

.icon-freebsd:before {
    content: "\ea6e"
}

.icon-free-code-camp:before {
    content: "\ea6f"
}

.icon-get-pocket:before {
    content: "\ea70"
}

.icon-gg:before {
    content: "\ea71"
}

.icon-gg-circle:before {
    content: "\ea72"
}

.icon-git:before {
    content: "\ea73"
}

.icon-git-alt:before {
    content: "\ea74"
}

.icon-github:before {
    content: "\ea75"
}

.icon-github-alt:before {
    content: "\ea76"
}

.icon-gitkraken:before {
    content: "\ea77"
}

.icon-gitlab:before {
    content: "\ea78"
}

.icon-gitter:before {
    content: "\ea79"
}

.icon-glide:before {
    content: "\ea7a"
}

.icon-glide-g:before {
    content: "\ea7b"
}

.icon-gofore:before {
    content: "\ea7c"
}

.icon-golang:before {
    content: "\ea7d"
}

.icon-google-drive:before {
    content: "\ea7f"
}

.icon-google-pay:before {
    content: "\ea80"
}

.icon-google-play:before {
    content: "\ea81"
}

.icon-google-plus:before {
    content: "\ea82"
}

.icon-google-plus-g:before {
    content: "\ea83"
}

.icon-google-wallet:before {
    content: "\ea84"
}

.icon-gratipay:before {
    content: "\ea85"
}

.icon-grav:before {
    content: "\ea86"
}

.icon-gripfire:before {
    content: "\ea87"
}

.icon-guilded:before {
    content: "\ea88"
}

.icon-gulp:before {
    content: "\ea89"
}

.icon-hacker-news:before {
    content: "\ea8a"
}

.icon-hackerrank:before {
    content: "\ea8b"
}

.icon-hashnode:before {
    content: "\ea8c"
}

.icon-hips:before {
    content: "\ea8d"
}

.icon-hire-a-helper:before {
    content: "\ea8e"
}

.icon-hive:before {
    content: "\ea8f"
}

.icon-hooli:before {
    content: "\ea90"
}

.icon-hornbill:before {
    content: "\ea91"
}

.icon-hotjar:before {
    content: "\ea92"
}

.icon-houzz:before {
    content: "\ea93"
}

.icon-hubspot:before {
    content: "\ea95"
}

.icon-ideal:before {
    content: "\ea96"
}

.icon-imdb:before {
    content: "\ea97"
}

.icon-instalod:before {
    content: "\ea98"
}

.icon-intercom:before {
    content: "\ea99"
}

.icon-internet-explorer:before {
    content: "\ea9a"
}

.icon-invision:before {
    content: "\ea9b"
}

.icon-ioxhost:before {
    content: "\ea9c"
}

.icon-itch-io:before {
    content: "\ea9d"
}

.icon-itunes:before {
    content: "\ea9e"
}

.icon-itunes-note:before {
    content: "\ea9f"
}

.icon-java:before {
    content: "\eaa0"
}

.icon-jedi-order:before {
    content: "\eaa1"
}

.icon-jenkins:before {
    content: "\eaa2"
}

.icon-jira:before {
    content: "\eaa3"
}

.icon-joget:before {
    content: "\eaa4"
}

.icon-joomla:before {
    content: "\eaa5"
}

.icon-js:before {
    content: "\eaa6"
}

.icon-jsfiddle:before {
    content: "\eaa7"
}

.icon-keybase:before {
    content: "\eaa8"
}

.icon-keycdn:before {
    content: "\eaa9"
}

.icon-kickstarter:before {
    content: "\eaaa"
}

.icon-kickstarter-k:before {
    content: "\eaab"
}

.icon-korvue:before {
    content: "\eaac"
}

.icon-lastfm:before {
    content: "\eaad"
}

.icon-leanpub:before {
    content: "\eaae"
}

.icon-less:before {
    content: "\eaaf"
}

.icon-line:before {
    content: "\eab0"
}

.icon-linkedin-in:before {
    content: "\eab1"
}

.icon-linode:before {
    content: "\eab2"
}

.icon-linux:before {
    content: "\eab3"
}

.icon-lyft:before {
    content: "\eab4"
}

.icon-mailchimp:before {
    content: "\eab6"
}

.icon-mandalorian:before {
    content: "\eab7"
}

.icon-markdown:before {
    content: "\eab8"
}

.icon-mastodon:before {
    content: "\eab9"
}

.icon-maxcdn:before {
    content: "\eaba"
}

.icon-mdb:before {
    content: "\eabb"
}

.icon-medapps:before {
    content: "\eabc"
}

.icon-medium:before {
    content: "\eabd"
}

.icon-medrt:before {
    content: "\eabe"
}

.icon-meetup:before {
    content: "\eabf"
}

.icon-megaport:before {
    content: "\eac0"
}

.icon-mendeley:before {
    content: "\eac1"
}

.icon-meta:before {
    content: "\eac2"
}

.icon-microblog:before {
    content: "\eac3"
}

.icon-microsoft:before {
    content: "\eac4"
}

.icon-mix:before {
    content: "\eac5"
}

.icon-mixcloud:before {
    content: "\eac6"
}

.icon-mixer:before {
    content: "\eac7"
}

.icon-mizuni:before {
    content: "\eac8"
}

.icon-modx:before {
    content: "\eac9"
}

.icon-monero:before {
    content: "\eaca"
}

.icon-napster:before {
    content: "\eacb"
}

.icon-neos:before {
    content: "\eacc"
}

.icon-nfc-directional:before {
    content: "\eacd"
}

.icon-nfc-symbol:before {
    content: "\eace"
}

.icon-nimblr:before {
    content: "\eacf"
}

.icon-node-js:before {
    content: "\ead1"
}

.icon-npm:before {
    content: "\ead2"
}

.icon-ns8:before {
    content: "\ead3"
}

.icon-nutritionix:before {
    content: "\ead4"
}

.icon-octopus-deploy:before {
    content: "\ead5"
}

.icon-odnoklassniki:before {
    content: "\ead6"
}

.icon-old-republic:before {
    content: "\ead7"
}

.icon-opencart:before {
    content: "\ead8"
}

.icon-openid:before {
    content: "\ead9"
}

.icon-opera:before {
    content: "\eada"
}

.icon-optin-monster:before {
    content: "\eadb"
}

.icon-orcid:before {
    content: "\eadc"
}

.icon-osi:before {
    content: "\eadd"
}

.icon-padlet:before {
    content: "\eade"
}

.icon-page4:before {
    content: "\eadf"
}

.icon-pagelines:before {
    content: "\eae0"
}

.icon-palfed:before {
    content: "\eae1"
}

.icon-paypal:before {
    content: "\eae2"
}

.icon-perbyte:before {
    content: "\eae3"
}

.icon-periscope:before {
    content: "\eae4"
}

.icon-phabricator:before {
    content: "\eae5"
}

.icon-phoenix-framework:before {
    content: "\eae6"
}

.icon-phoenix-squadron:before {
    content: "\eae7"
}

.icon-pied-piper:before {
    content: "\eae8"
}

.icon-pied-piper-alt:before {
    content: "\eae9"
}

.icon-pied-piper-hat:before {
    content: "\eaea"
}

.icon-pied-piper-pp:before {
    content: "\eaeb"
}

.icon-pinterest:before {
    content: "\eaec"
}

.icon-pinterest-p:before {
    content: "\eaed"
}

.icon-pix:before {
    content: "\eaee"
}

.icon-playstation:before {
    content: "\eaef"
}

.icon-product-hunt:before {
    content: "\eaf0"
}

.icon-pushed:before {
    content: "\eaf1"
}

.icon-qq:before {
    content: "\eaf3"
}

.icon-quinscape:before {
    content: "\eaf4"
}

.icon-quora:before {
    content: "\eaf5"
}

.icon-raspberry-pi:before {
    content: "\eaf6"
}

.icon-ravelry:before {
    content: "\eaf7"
}

.icon-react:before {
    content: "\eaf8"
}

.icon-reacteurope:before {
    content: "\eaf9"
}

.icon-readme:before {
    content: "\eafa"
}

.icon-rebel:before {
    content: "\eafb"
}

.icon-reddit:before {
    content: "\eafc"
}

.icon-reddit-alien:before {
    content: "\eafd"
}

.icon-redhat:before {
    content: "\eafe"
}

.icon-red-river:before {
    content: "\eaff"
}

.icon-renren:before {
    content: "\eb00"
}

.icon-replyd:before {
    content: "\eb01"
}

.icon-researchgate:before {
    content: "\eb02"
}

.icon-resolving:before {
    content: "\eb03"
}

.icon-rev:before {
    content: "\eb04"
}

.icon-rocketchat:before {
    content: "\eb05"
}

.icon-rockrms:before {
    content: "\eb06"
}

.icon-r-project:before {
    content: "\eb07"
}

.icon-rust:before {
    content: "\eb08"
}

.icon-safari:before {
    content: "\eb09"
}

.icon-salesforce:before {
    content: "\eb0a"
}

.icon-sass:before {
    content: "\eb0b"
}

.icon-schlix:before {
    content: "\eb0c"
}

.icon-screenpal:before {
    content: "\eb0d"
}

.icon-scribd:before {
    content: "\eb0e"
}

.icon-searchengin:before {
    content: "\eb0f"
}

.icon-sellcast:before {
    content: "\eb10"
}

.icon-sellsy:before {
    content: "\eb11"
}

.icon-shirtsinbulk:before {
    content: "\eb13"
}

.icon-shopware:before {
    content: "\eb14"
}

.icon-simplybuilt:before {
    content: "\eb15"
}

.icon-sistrix:before {
    content: "\eb16"
}

.icon-sith:before {
    content: "\eb17"
}

.icon-sitrox:before {
    content: "\eb18"
}

.icon-skyatlas:before {
    content: "\eb1a"
}

.icon-slack:before {
    content: "\eb1b"
}

.icon-slideshare:before {
    content: "\eb1c"
}

.icon-snapchat:before {
    content: "\eb1d"
}

.icon-soundcloud:before {
    content: "\eb1e"
}

.icon-sourcetree:before {
    content: "\eb1f"
}

.icon-space-awesome:before {
    content: "\eb20"
}

.icon-speakap:before {
    content: "\eb21"
}

.icon-speaker-deck:before {
    content: "\eb22"
}

.icon-spotify:before {
    content: "\eb23"
}

.icon-square-behance:before {
    content: "\eb24"
}

.icon-square-dribbble:before {
    content: "\eb25"
}

.icon-square-facebook:before {
    content: "\eb26"
}

.icon-square-font-awesome:before {
    content: "\eb27"
}

.icon-square-font-awesome-stroke:before {
    content: "\eb28"
}

.icon-square-git:before {
    content: "\eb29"
}

.icon-square-github:before {
    content: "\eb2a"
}

.icon-square-gitlab:before {
    content: "\eb2b"
}

.icon-square-google-plus:before {
    content: "\eb2c"
}

.icon-square-hacker-news:before {
    content: "\eb2d"
}

.icon-square-instagram:before {
    content: "\eb2e"
}

.icon-square-js:before {
    content: "\eb2f"
}

.icon-square-lastfm:before {
    content: "\eb30"
}

.icon-square-odnoklassniki:before {
    content: "\eb31"
}

.icon-square-pied-piper:before {
    content: "\eb32"
}

.icon-square-pinterest:before {
    content: "\eb33"
}

.icon-square-reddit:before {
    content: "\eb34"
}

.icon-square-snapchat:before {
    content: "\eb35"
}

.icon-squarespace:before {
    content: "\eb36"
}

.icon-square-steam:before {
    content: "\eb37"
}

.icon-square-tumblr:before {
    content: "\eb38"
}

.icon-square-twitter:before {
    content: "\eb39"
}

.icon-square-viadeo:before {
    content: "\eb3a"
}

.icon-square-vimeo:before {
    content: "\eb3b"
}

.icon-square-whatsapp:before {
    content: "\eb3c"
}

.icon-square-xing:before {
    content: "\eb3d"
}

.icon-square-youtube:before {
    content: "\eb3e"
}

.icon-stack-exchange:before {
    content: "\eb3f"
}

.icon-stack-overflow:before {
    content: "\eb40"
}

.icon-stackpath:before {
    content: "\eb41"
}

.icon-staylinked:before {
    content: "\eb42"
}

.icon-steam:before {
    content: "\eb43"
}

.icon-steam-symbol:before {
    content: "\eb44"
}

.icon-sticker-mule:before {
    content: "\eb45"
}

.icon-strava:before {
    content: "\eb46"
}

.icon-stripe:before {
    content: "\eb47"
}

.icon-stripe-s:before {
    content: "\eb48"
}

.icon-studiovinari:before {
    content: "\eb49"
}

.icon-stumbleupon:before {
    content: "\eb4a"
}

.icon-stumbleupon-circle:before {
    content: "\eb4b"
}

.icon-superpowers:before {
    content: "\eb4c"
}

.icon-supple:before {
    content: "\eb4d"
}

.icon-suse:before {
    content: "\eb4e"
}

.icon-swift:before {
    content: "\eb4f"
}

.icon-symfony:before {
    content: "\eb50"
}

.icon-teamspeak:before {
    content: "\eb51"
}

.icon-telegram:before {
    content: "\eb52"
}

.icon-tencent-weibo:before {
    content: "\eb53"
}

.icon-themeco:before {
    content: "\eb54"
}

.icon-themeisle:before {
    content: "\eb55"
}

.icon-the-red-yeti:before {
    content: "\eb56"
}

.icon-think-peaks:before {
    content: "\eb57"
}

.icon-tiktok:before {
    content: "\eb58"
}

.icon-trade-federation:before {
    content: "\eb59"
}

.icon-trello:before {
    content: "\eb5a"
}

.icon-tumblr:before {
    content: "\eb5b"
}

.icon-twitch:before {
    content: "\eb5c"
}

.icon-twitter:before {
    content: "\eb5d"
}

.icon-typo3:before {
    content: "\eb5e"
}

.icon-uber:before {
    content: "\eb5f"
}

.icon-ubuntu:before {
    content: "\eb60"
}

.icon-uikit:before {
    content: "\eb61"
}

.icon-umbraco:before {
    content: "\eb62"
}

.icon-uncharted:before {
    content: "\eb63"
}

.icon-uniregistry:before {
    content: "\eb64"
}

.icon-unity:before {
    content: "\eb65"
}

.icon-unsplash:before {
    content: "\eb66"
}

.icon-untappd:before {
    content: "\eb67"
}

.icon-ups:before {
    content: "\eb68"
}

.icon-usb:before {
    content: "\eb69"
}

.icon-usps:before {
    content: "\eb6a"
}

.icon-ussunnah:before {
    content: "\eb6b"
}

.icon-vaadin:before {
    content: "\eb6c"
}

.icon-viacoin:before {
    content: "\eb6d"
}

.icon-viadeo:before {
    content: "\eb6e"
}

.icon-viber:before {
    content: "\eb6f"
}

.icon-vimeo:before {
    content: "\eb70"
}

.icon-vimeo-v:before {
    content: "\eb71"
}

.icon-vine:before {
    content: "\eb72"
}

.icon-vk:before {
    content: "\eb73"
}

.icon-vnv:before {
    content: "\eb74"
}

.icon-watchman-monitoring:before {
    content: "\eb75"
}

.icon-waze:before {
    content: "\eb76"
}

.icon-weebly:before {
    content: "\eb77"
}

.icon-weibo:before {
    content: "\eb78"
}

.icon-weixin:before {
    content: "\eb79"
}

.icon-whatsapp:before {
    content: "\eb7a"
}

.icon-whmcs:before {
    content: "\eb7b"
}

.icon-wikipedia-w:before {
    content: "\eb7c"
}

.icon-windows:before {
    content: "\eb7d"
}

.icon-wirsindhandwerk:before {
    content: "\eb7e"
}

.icon-wix:before {
    content: "\eb7f"
}

.icon-wodu:before {
    content: "\eb80"
}

.icon-wolf-pack-battalion:before {
    content: "\eb81"
}

.icon-wordpress-simple:before {
    content: "\eb83"
}

.icon-wpbeginner:before {
    content: "\eb84"
}

.icon-wpexplorer:before {
    content: "\eb85"
}

.icon-wpforms:before {
    content: "\eb86"
}

.icon-wpressr:before {
    content: "\eb87"
}

.icon-xbox:before {
    content: "\eb88"
}

.icon-xing:before {
    content: "\eb89"
}

.icon-yahoo:before {
    content: "\eb8a"
}

.icon-yammer:before {
    content: "\eb8b"
}

.icon-yarn:before {
    content: "\eb8c"
}

.icon-y-combinator:before {
    content: "\eb8d"
}

.icon-yelp:before {
    content: "\eb8e"
}

.icon-yoast:before {
    content: "\eb8f"
}

.icon-zhihu:before {
    content: "\eb91"
}

.icon-0:before {
    content: "\eb92"
}

.icon-1:before {
    content: "\eb93"
}

.icon-2:before {
    content: "\eb94"
}

.icon-3:before {
    content: "\eb95"
}

.icon-4:before {
    content: "\eb96"
}

.icon-5:before {
    content: "\eb97"
}

.icon-6:before {
    content: "\eb98"
}

.icon-7:before {
    content: "\eb99"
}

.icon-8:before {
    content: "\eb9a"
}

.icon-9:before {
    content: "\eb9b"
}

.icon-a:before {
    content: "\eb9c"
}

.icon-address-book:before {
    content: "\eb9d"
}

.icon-address-card:before {
    content: "\eb9e"
}

.icon-align-center:before {
    content: "\eb9f"
}

.icon-align-justify:before {
    content: "\eba0"
}

.icon-align-left:before {
    content: "\eba1"
}

.icon-align-right:before {
    content: "\eba2"
}

.icon-anchor:before {
    content: "\eba3"
}

.icon-anchor-circle-check:before {
    content: "\eba4"
}

.icon-anchor-circle-exclamation:before {
    content: "\eba5"
}

.icon-anchor-circle-xmark:before {
    content: "\eba6"
}

.icon-anchor-lock:before {
    content: "\eba7"
}

.icon-angle-down:before {
    content: "\eba8"
}

.icon-angle-left:before {
    content: "\eba9"
}

.icon-angle-right:before {
    content: "\ebaa"
}

.icon-angles-down:before {
    content: "\ebab"
}

.icon-angles-left:before {
    content: "\ebac"
}

.icon-angles-right:before {
    content: "\ebad"
}

.icon-angles-up:before {
    content: "\ebae"
}

.icon-angle-up:before {
    content: "\ebaf"
}

.icon-ankh:before {
    content: "\ebb0"
}

.icon-apple-whole:before {
    content: "\ebb1"
}

.icon-archway:before {
    content: "\ebb2"
}

.icon-arrow-down:before {
    content: "\ebb3"
}

.icon-arrow-down-1-9:before {
    content: "\ebb4"
}

.icon-arrow-down-9-1:before {
    content: "\ebb5"
}

.icon-arrow-down-a-z:before {
    content: "\ebb6"
}

.icon-arrow-down-long:before {
    content: "\ebb7"
}

.icon-arrow-down-short-wide:before {
    content: "\ebb8"
}

.icon-arrow-down-up-across-line:before {
    content: "\ebb9"
}

.icon-arrow-down-up-lock:before {
    content: "\ebba"
}

.icon-arrow-down-wide-short:before {
    content: "\ebbb"
}

.icon-arrow-down-z-a:before {
    content: "\ebbc"
}

.icon-arrow-left:before {
    content: "\ebbd"
}

.icon-arrow-left-long:before {
    content: "\ebbe"
}

.icon-arrow-pointer:before {
    content: "\ebbf"
}

.icon-arrow-right:before {
    content: "\ebc0"
}

.icon-arrow-right-arrow-left:before {
    content: "\ebc1"
}

.icon-arrow-right-from-bracket:before {
    content: "\ebc2"
}

.icon-arrow-right-long:before {
    content: "\ebc3"
}

.icon-arrow-right-to-bracket:before {
    content: "\ebc4"
}

.icon-arrow-right-to-city:before {
    content: "\ebc5"
}

.icon-arrow-rotate-left:before {
    content: "\ebc6"
}

.icon-arrow-rotate-right:before {
    content: "\ebc7"
}

.icon-arrows-down-to-line:before {
    content: "\ebc8"
}

.icon-arrows-down-to-people:before {
    content: "\ebc9"
}

.icon-arrows-left-right:before {
    content: "\ebca"
}

.icon-arrows-left-right-to-line:before {
    content: "\ebcb"
}

.icon-arrows-rotate:before {
    content: "\ebcc"
}

.icon-arrows-spin:before {
    content: "\ebcd"
}

.icon-arrows-split-up-and-left:before {
    content: "\ebce"
}

.icon-arrows-to-circle:before {
    content: "\ebcf"
}

.icon-arrows-to-dot:before {
    content: "\ebd0"
}

.icon-arrows-to-eye:before {
    content: "\ebd1"
}

.icon-arrows-turn-right:before {
    content: "\ebd2"
}

.icon-arrows-turn-to-dots:before {
    content: "\ebd3"
}

.icon-arrows-up-down:before {
    content: "\ebd4"
}

.icon-arrows-up-down-left-right:before {
    content: "\ebd5"
}

.icon-arrows-up-to-line:before {
    content: "\ebd6"
}

.icon-arrow-trend-down:before {
    content: "\ebd7"
}

.icon-arrow-trend-up:before {
    content: "\ebd8"
}

.icon-arrow-turn-down:before {
    content: "\ebd9"
}

.icon-arrow-turn-up:before {
    content: "\ebda"
}

.icon-arrow-up:before {
    content: "\ebdb"
}

.icon-arrow-up-1-9:before {
    content: "\ebdc"
}

.icon-arrow-up-9-1:before {
    content: "\ebdd"
}

.icon-arrow-up-a-z:before {
    content: "\ebde"
}

.icon-arrow-up-from-bracket:before {
    content: "\ebdf"
}

.icon-arrow-up-from-ground-water:before {
    content: "\ebe0"
}

.icon-arrow-up-from-water-pump:before {
    content: "\ebe1"
}

.icon-arrow-up-long:before {
    content: "\ebe2"
}

.icon-arrow-up-right-dots:before {
    content: "\ebe3"
}

.icon-arrow-up-right-from-square:before {
    content: "\ebe4"
}

.icon-arrow-up-short-wide:before {
    content: "\ebe5"
}

.icon-arrow-up-wide-short:before {
    content: "\ebe6"
}

.icon-arrow-up-z-a:before {
    content: "\ebe7"
}

.icon-asterisk:before {
    content: "\ebe8"
}

.icon-at:before {
    content: "\ebe9"
}

.icon-atom:before {
    content: "\ebea"
}

.icon-audio-description:before {
    content: "\ebeb"
}

.icon-austral-sign:before {
    content: "\ebec"
}

.icon-b:before {
    content: "\ebed"
}

.icon-baby:before {
    content: "\ebee"
}

.icon-baby-carriage:before {
    content: "\ebef"
}

.icon-backward:before {
    content: "\ebf0"
}

.icon-backward-fast:before {
    content: "\ebf1"
}

.icon-backward-step:before {
    content: "\ebf2"
}

.icon-bacon:before {
    content: "\ebf3"
}

.icon-bacteria:before {
    content: "\ebf4"
}

.icon-bacterium:before {
    content: "\ebf5"
}

.icon-bag-shopping:before {
    content: "\ebf6"
}

.icon-bahai:before {
    content: "\ebf7"
}

.icon-baht-sign:before {
    content: "\ebf8"
}

.icon-ban:before {
    content: "\ebf9"
}

.icon-bandage:before {
    content: "\ebfa"
}

.icon-ban-smoking:before {
    content: "\ebfb"
}

.icon-barcode:before {
    content: "\ebfc"
}

.icon-bars:before {
    content: "\ebfd"
}

.icon-bars-progress:before {
    content: "\ebfe"
}

.icon-bars-staggered:before {
    content: "\ebff"
}

.icon-baseball:before {
    content: "\ec00"
}

.icon-baseball-bat-ball:before {
    content: "\ec01"
}

.icon-basketball:before {
    content: "\ec02"
}

.icon-basket-shopping:before {
    content: "\ec03"
}

.icon-bath:before {
    content: "\ec04"
}

.icon-battery-empty:before {
    content: "\ec05"
}

.icon-battery-full:before {
    content: "\ec06"
}

.icon-battery-half:before {
    content: "\ec07"
}

.icon-battery-quarter:before {
    content: "\ec08"
}

.icon-battery-three-quarters:before {
    content: "\ec09"
}

.icon-bed:before {
    content: "\ec0a"
}

.icon-bed-pulse:before {
    content: "\ec0b"
}

.icon-beer-mug-empty:before {
    content: "\ec0c"
}

.icon-bell:before {
    content: "\ec0d"
}

.icon-bell-concierge:before {
    content: "\ec0e"
}

.icon-bell-slash:before {
    content: "\ec0f"
}

.icon-bezier-curve:before {
    content: "\ec10"
}

.icon-bicycle:before {
    content: "\ec11"
}

.icon-biohazard:before {
    content: "\ec12"
}

.icon-bitcoin-sign:before {
    content: "\ec13"
}

.icon-blender-phone:before {
    content: "\ec15"
}

.icon-blog:before {
    content: "\ec16"
}

.icon-bold:before {
    content: "\ec17"
}

.icon-bolt:before {
    content: "\ec18"
}

.icon-bolt-lightning:before {
    content: "\ec19"
}

.icon-bomb:before {
    content: "\ec1a"
}

.icon-bone:before {
    content: "\ec1b"
}

.icon-bong:before {
    content: "\ec1c"
}

.icon-book:before {
    content: "\ec1d"
}

.icon-book-atlas:before {
    content: "\ec1e"
}

.icon-book-bible:before {
    content: "\ec1f"
}

.icon-book-bookmark:before {
    content: "\ec20"
}

.icon-book-journal-whills:before {
    content: "\ec21"
}

.icon-bookmark:before {
    content: "\ec22"
}

.icon-book-medical:before {
    content: "\ec23"
}

.icon-book-open:before {
    content: "\ec24"
}

.icon-book-open-reader:before {
    content: "\ec25"
}

.icon-book-quran:before {
    content: "\ec26"
}

.icon-book-skull:before {
    content: "\ec27"
}

.icon-book-tanakh:before {
    content: "\ec28"
}

.icon-border-all:before {
    content: "\ec29"
}

.icon-border-none:before {
    content: "\ec2a"
}

.icon-border-top-left:before {
    content: "\ec2b"
}

.icon-bore-hole:before {
    content: "\ec2c"
}

.icon-bottle-droplet:before {
    content: "\ec2d"
}

.icon-bottle-water:before {
    content: "\ec2e"
}

.icon-bowl-food:before {
    content: "\ec2f"
}

.icon-bowling-ball:before {
    content: "\ec30"
}

.icon-box:before {
    content: "\ec32"
}

.icon-box-archive:before {
    content: "\ec33"
}

.icon-boxes-packing:before {
    content: "\ec34"
}

.icon-boxes-stacked:before {
    content: "\ec35"
}

.icon-box-open:before {
    content: "\ec36"
}

.icon-box-tissue:before {
    content: "\ec37"
}

.icon-braille:before {
    content: "\ec38"
}

.icon-brain:before {
    content: "\ec39"
}

.icon-brazilian-real-sign:before {
    content: "\ec3a"
}

.icon-bread-slice:before {
    content: "\ec3b"
}

.icon-bridge:before {
    content: "\ec3c"
}

.icon-bridge-circle-check:before {
    content: "\ec3d"
}

.icon-bridge-circle-exclamation:before {
    content: "\ec3e"
}

.icon-bridge-circle-xmark:before {
    content: "\ec3f"
}

.icon-bridge-lock:before {
    content: "\ec40"
}

.icon-bridge-water:before {
    content: "\ec41"
}

.icon-briefcase:before {
    content: "\ec42"
}

.icon-briefcase-medical:before {
    content: "\ec43"
}

.icon-broom:before {
    content: "\ec44"
}

.icon-broom-ball:before {
    content: "\ec45"
}

.icon-brush:before {
    content: "\ec46"
}

.icon-bucket:before {
    content: "\ec47"
}

.icon-bug:before {
    content: "\ec48"
}

.icon-bugs:before {
    content: "\ec49"
}

.icon-bug-slash:before {
    content: "\ec4a"
}

.icon-building-circle-arrow-right:before {
    content: "\ec4b"
}

.icon-building-circle-check:before {
    content: "\ec4c"
}

.icon-building-circle-exclamation:before {
    content: "\ec4d"
}

.icon-building-circle-xmark:before {
    content: "\ec4e"
}

.icon-building-columns:before {
    content: "\ec4f"
}

.icon-building-flag:before {
    content: "\ec50"
}

.icon-building-lock:before {
    content: "\ec51"
}

.icon-building-ngo:before {
    content: "\ec52"
}

.icon-building-shield:before {
    content: "\ec53"
}

.icon-building-un:before {
    content: "\ec54"
}

.icon-building-user:before {
    content: "\ec55"
}

.icon-building-wheat:before {
    content: "\ec56"
}

.icon-bullhorn:before {
    content: "\ec57"
}

.icon-bullseye:before {
    content: "\ec58"
}

.icon-burger:before {
    content: "\ec59"
}

.icon-burst:before {
    content: "\ec5a"
}

.icon-bus:before {
    content: "\ec5b"
}

.icon-business-time:before {
    content: "\ec5c"
}

.icon-bus-simple:before {
    content: "\ec5d"
}

.icon-c:before {
    content: "\ec5e"
}

.icon-cake-candles:before {
    content: "\ec60"
}

.icon-calculator:before {
    content: "\ec61"
}

.icon-calendar-check:before {
    content: "\ec62"
}

.icon-calendar-day:before {
    content: "\ec63"
}

.icon-calendar-days:before {
    content: "\ec64"
}

.icon-calendar-minus:before {
    content: "\ec65"
}

.icon-calendar-plus:before {
    content: "\ec66"
}

.icon-calendar-week:before {
    content: "\ec67"
}

.icon-calendar-xmark:before {
    content: "\ec68"
}

.icon-camera:before {
    content: "\ec69"
}

.icon-camera-retro:before {
    content: "\ec6a"
}

.icon-camera-rotate:before {
    content: "\ec6b"
}

.icon-campground:before {
    content: "\ec6c"
}

.icon-candy-cane:before {
    content: "\ec6d"
}

.icon-cannabis:before {
    content: "\ec6e"
}

.icon-capsules:before {
    content: "\ec6f"
}

.icon-caravan:before {
    content: "\ec71"
}

.icon-car-battery:before {
    content: "\ec72"
}

.icon-car-burst:before {
    content: "\ec73"
}

.icon-caret-down:before {
    content: "\ec74"
}

.icon-caret-left:before {
    content: "\ec75"
}

.icon-caret-right:before {
    content: "\ec76"
}

.icon-caret-up:before {
    content: "\ec77"
}

.icon-car-on:before {
    content: "\ec78"
}

.icon-car-rear:before {
    content: "\ec79"
}

.icon-carrot:before {
    content: "\ec7a"
}

.icon-car-side:before {
    content: "\ec7b"
}

.icon-cart-arrow-down:before {
    content: "\ec7c"
}

.icon-cart-flatbed:before {
    content: "\ec7d"
}

.icon-cart-flatbed-suitcase:before {
    content: "\ec7e"
}

.icon-cart-plus:before {
    content: "\ec7f"
}

.icon-cart-shopping:before {
    content: "\ec80"
}

.icon-car-tunnel:before {
    content: "\ec81"
}

.icon-cash-register:before {
    content: "\ec82"
}

.icon-cat:before {
    content: "\ec83"
}

.icon-cedi-sign:before {
    content: "\ec84"
}

.icon-cent-sign:before {
    content: "\ec85"
}

.icon-certificate:before {
    content: "\ec86"
}

.icon-chair:before {
    content: "\ec87"
}

.icon-chalkboard:before {
    content: "\ec88"
}

.icon-chalkboard-user:before {
    content: "\ec89"
}

.icon-champagne-glasses:before {
    content: "\ec8a"
}

.icon-charging-station:before {
    content: "\ec8b"
}

.icon-chart-area:before {
    content: "\ec8c"
}

.icon-chart-bar:before {
    content: "\ec8d"
}

.icon-chart-column:before {
    content: "\ec8e"
}

.icon-chart-gantt:before {
    content: "\ec8f"
}

.icon-chart-line:before {
    content: "\ec90"
}

.icon-chart-pie:before {
    content: "\ec91"
}

.icon-chart-simple:before {
    content: "\ec92"
}

.icon-check:before {
    content: "\ec93"
}

.icon-check-double:before {
    content: "\ec94"
}

.icon-check-to-slot:before {
    content: "\ec95"
}

.icon-cheese:before {
    content: "\ec96"
}

.icon-chess:before {
    content: "\ec97"
}

.icon-chess-bishop:before {
    content: "\ec98"
}

.icon-chess-board:before {
    content: "\ec99"
}

.icon-chess-king:before {
    content: "\ec9a"
}

.icon-chess-knight:before {
    content: "\ec9b"
}

.icon-chess-pawn:before {
    content: "\ec9c"
}

.icon-chess-queen:before {
    content: "\ec9d"
}

.icon-chess-rook:before {
    content: "\ec9e"
}

.icon-chevron-down:before {
    content: "\ec9f"
}

.icon-chevron-left:before {
    content: "\eca0"
}

.icon-chevron-right:before {
    content: "\eca1"
}

.icon-chevron-up:before {
    content: "\eca2"
}

.icon-child:before {
    content: "\eca3"
}

.icon-child-dress:before {
    content: "\eca4"
}

.icon-child-reaching:before {
    content: "\eca5"
}

.icon-children:before {
    content: "\eca6"
}

.icon-child-rifle:before {
    content: "\eca7"
}

.icon-church:before {
    content: "\eca8"
}

.icon-circle:before {
    content: "\eca9"
}

.icon-circle-arrow-down:before {
    content: "\ecaa"
}

.icon-circle-arrow-left:before {
    content: "\ecab"
}

.icon-circle-arrow-right:before {
    content: "\ecac"
}

.icon-circle-arrow-up:before {
    content: "\ecad"
}

.icon-circle-check:before {
    content: "\ecae"
}

.icon-circle-chevron-down:before {
    content: "\ecaf"
}

.icon-circle-chevron-left:before {
    content: "\ecb0"
}

.icon-circle-chevron-right:before {
    content: "\ecb1"
}

.icon-circle-chevron-up:before {
    content: "\ecb2"
}

.icon-circle-dollar-to-slot:before {
    content: "\ecb3"
}

.icon-circle-dot:before {
    content: "\ecb4"
}

.icon-circle-down:before {
    content: "\ecb5"
}

.icon-circle-exclamation:before {
    content: "\ecb6"
}

.icon-circle-h:before {
    content: "\ecb7"
}

.icon-circle-half-stroke:before {
    content: "\ecb8"
}

.icon-circle-info:before {
    content: "\ecb9"
}

.icon-circle-left:before {
    content: "\ecba"
}

.icon-circle-minus:before {
    content: "\ecbb"
}

.icon-circle-nodes:before {
    content: "\ecbc"
}

.icon-circle-notch:before {
    content: "\ecbd"
}

.icon-circle-pause:before {
    content: "\ecbe"
}

.icon-circle-play:before {
    content: "\ecbf"
}

.icon-circle-plus:before {
    content: "\ecc0"
}

.icon-circle-question:before {
    content: "\ecc1"
}

.icon-circle-radiation:before {
    content: "\ecc2"
}

.icon-circle-right:before {
    content: "\ecc3"
}

.icon-circle-stop:before {
    content: "\ecc4"
}

.icon-circle-up:before {
    content: "\ecc5"
}

.icon-circle-user:before {
    content: "\ecc6"
}

.icon-circle-xmark:before {
    content: "\ecc7"
}

.icon-city:before {
    content: "\ecc8"
}

.icon-clapperboard:before {
    content: "\ecc9"
}

.icon-clipboard:before {
    content: "\ecca"
}

.icon-clipboard-check:before {
    content: "\eccb"
}

.icon-clipboard-list:before {
    content: "\eccc"
}

.icon-clipboard-question:before {
    content: "\eccd"
}

.icon-clipboard-user:before {
    content: "\ecce"
}

.icon-clock-rotate-left:before {
    content: "\eccf"
}

.icon-clone:before {
    content: "\ecd0"
}

.icon-closed-captioning:before {
    content: "\ecd1"
}

.icon-cloud:before {
    content: "\ecd2"
}

.icon-cloud-arrow-down:before {
    content: "\ecd3"
}

.icon-cloud-arrow-up:before {
    content: "\ecd4"
}

.icon-cloud-bolt:before {
    content: "\ecd5"
}

.icon-cloud-meatball:before {
    content: "\ecd6"
}

.icon-cloud-moon:before {
    content: "\ecd7"
}

.icon-cloud-moon-rain:before {
    content: "\ecd8"
}

.icon-cloud-rain:before {
    content: "\ecd9"
}

.icon-cloud-showers-heavy:before {
    content: "\ecda"
}

.icon-cloud-showers-water:before {
    content: "\ecdb"
}

.icon-cloud-sun:before {
    content: "\ecdc"
}

.icon-cloud-sun-rain:before {
    content: "\ecdd"
}

.icon-clover:before {
    content: "\ecde"
}

.icon-code:before {
    content: "\ecdf"
}

.icon-code-branch:before {
    content: "\ece0"
}

.icon-code-commit:before {
    content: "\ece1"
}

.icon-code-compare:before {
    content: "\ece2"
}

.icon-code-fork:before {
    content: "\ece3"
}

.icon-code-merge:before {
    content: "\ece4"
}

.icon-code-pull-request:before {
    content: "\ece5"
}

.icon-coins:before {
    content: "\ece6"
}

.icon-colon-sign:before {
    content: "\ece7"
}

.icon-comment:before {
    content: "\ece8"
}

.icon-comment-dollar:before {
    content: "\ece9"
}

.icon-comment-dots:before {
    content: "\ecea"
}

.icon-comment-medical:before {
    content: "\eceb"
}

.icon-comments:before {
    content: "\ecec"
}

.icon-comments-dollar:before {
    content: "\eced"
}

.icon-comment-slash:before {
    content: "\ecee"
}

.icon-comment-sms:before {
    content: "\ecef"
}

.icon-compact-disc:before {
    content: "\ecf0"
}

.icon-compass:before {
    content: "\ecf1"
}

.icon-compass-drafting:before {
    content: "\ecf2"
}

.icon-compress:before {
    content: "\ecf3"
}

.icon-computer-mouse:before {
    content: "\ecf4"
}

.icon-cookie:before {
    content: "\ecf5"
}

.icon-cookie-bite:before {
    content: "\ecf6"
}

.icon-copy:before {
    content: "\ecf7"
}

.icon-copyright:before {
    content: "\ecf8"
}

.icon-couch:before {
    content: "\ecf9"
}

.icon-cow:before {
    content: "\ecfa"
}

.icon-crop:before {
    content: "\ecfb"
}

.icon-crop-simple:before {
    content: "\ecfc"
}

.icon-cross:before {
    content: "\ecfd"
}

.icon-crosshairs:before {
    content: "\ecfe"
}

.icon-crow:before {
    content: "\ecff"
}

.icon-crown:before {
    content: "\ed00"
}

.icon-crutch:before {
    content: "\ed01"
}

.icon-cruzeiro-sign:before {
    content: "\ed02"
}

.icon-cube:before {
    content: "\ed03"
}

.icon-cubes:before {
    content: "\ed04"
}

.icon-cubes-stacked:before {
    content: "\ed05"
}

.icon-d:before {
    content: "\ed06"
}

.icon-database:before {
    content: "\ed07"
}

.icon-delete-left:before {
    content: "\ed08"
}

.icon-democrat:before {
    content: "\ed09"
}

.icon-desktop:before {
    content: "\ed0a"
}

.icon-dharmachakra:before {
    content: "\ed0b"
}

.icon-diagram-next:before {
    content: "\ed0c"
}

.icon-diagram-predecessor:before {
    content: "\ed0d"
}

.icon-diagram-project:before {
    content: "\ed0e"
}

.icon-diagram-successor:before {
    content: "\ed0f"
}

.icon-diamond:before {
    content: "\ed10"
}

.icon-diamond-turn-right:before {
    content: "\ed11"
}

.icon-dice:before {
    content: "\ed12"
}

.icon-dice-d6:before {
    content: "\ed13"
}

.icon-dice-d20:before {
    content: "\ed14"
}

.icon-dice-five:before {
    content: "\ed15"
}

.icon-dice-four:before {
    content: "\ed16"
}

.icon-dice-one:before {
    content: "\ed17"
}

.icon-dice-six:before {
    content: "\ed18"
}

.icon-dice-three:before {
    content: "\ed19"
}

.icon-dice-two:before {
    content: "\ed1a"
}

.icon-disease:before {
    content: "\ed1b"
}

.icon-display:before {
    content: "\ed1c"
}

.icon-divide:before {
    content: "\ed1d"
}

.icon-dna:before {
    content: "\ed1e"
}

.icon-dog:before {
    content: "\ed1f"
}

.icon-dollar-sign:before {
    content: "\ed20"
}

.icon-dolly:before {
    content: "\ed21"
}

.icon-dong-sign:before {
    content: "\ed22"
}

.icon-door-closed:before {
    content: "\ed23"
}

.icon-door-open:before {
    content: "\ed24"
}

.icon-dove:before {
    content: "\ed25"
}

.icon-down-left-and-up-right-to-center:before {
    content: "\ed26"
}

.icon-down-long:before {
    content: "\ed27"
}

.icon-dragon:before {
    content: "\ed28"
}

.icon-draw-polygon:before {
    content: "\ed29"
}

.icon-droplet:before {
    content: "\ed2a"
}

.icon-droplet-slash:before {
    content: "\ed2b"
}

.icon-drum:before {
    content: "\ed2c"
}

.icon-drum-steelpan:before {
    content: "\ed2d"
}

.icon-drumstick-bite:before {
    content: "\ed2e"
}

.icon-dumpster:before {
    content: "\ed2f"
}

.icon-dumpster-fire:before {
    content: "\ed30"
}

.icon-dungeon:before {
    content: "\ed31"
}

.icon-e:before {
    content: "\ed32"
}

.icon-ear-deaf:before {
    content: "\ed33"
}

.icon-ear-listen:before {
    content: "\ed34"
}

.icon-earth-africa:before {
    content: "\ed35"
}

.icon-earth-americas:before {
    content: "\ed36"
}

.icon-earth-asia:before {
    content: "\ed37"
}

.icon-earth-europe:before {
    content: "\ed38"
}

.icon-earth-oceania:before {
    content: "\ed39"
}

.icon-egg:before {
    content: "\ed3a"
}

.icon-eject:before {
    content: "\ed3b"
}

.icon-elevator:before {
    content: "\ed3c"
}

.icon-ellipsis:before {
    content: "\ed3d"
}

.icon-ellipsis-vertical:before {
    content: "\ed3e"
}

.icon-envelope:before {
    content: "\ed3f"
}

.icon-envelope-circle-check:before {
    content: "\ed40"
}

.icon-envelope-open:before {
    content: "\ed41"
}

.icon-envelope-open-text:before {
    content: "\ed42"
}

.icon-envelopes-bulk:before {
    content: "\ed43"
}

.icon-equals:before {
    content: "\ed44"
}

.icon-eraser:before {
    content: "\ed45"
}

.icon-ethernet:before {
    content: "\ed46"
}

.icon-euro-sign:before {
    content: "\ed47"
}

.icon-exclamation:before {
    content: "\ed48"
}

.icon-expand:before {
    content: "\ed49"
}

.icon-explosion:before {
    content: "\ed4a"
}

.icon-eye:before {
    content: "\ed4b"
}

.icon-eye-dropper:before {
    content: "\ed4c"
}

.icon-eye-low-vision:before {
    content: "\ed4d"
}

.icon-eye-slash:before {
    content: "\ed4e"
}

.icon-face-angry:before {
    content: "\ed4f"
}

.icon-face-dizzy:before {
    content: "\ed50"
}

.icon-face-flushed:before {
    content: "\ed51"
}

.icon-face-frown:before {
    content: "\ed52"
}

.icon-face-frown-open:before {
    content: "\ed53"
}

.icon-face-grimace:before {
    content: "\ed54"
}

.icon-face-grin:before {
    content: "\ed55"
}

.icon-face-grin-beam:before {
    content: "\ed56"
}

.icon-face-grin-beam-sweat:before {
    content: "\ed57"
}

.icon-face-grin-hearts:before {
    content: "\ed58"
}

.icon-face-grin-squint:before {
    content: "\ed59"
}

.icon-face-grin-squint-tears:before {
    content: "\ed5a"
}

.icon-face-grin-stars:before {
    content: "\ed5b"
}

.icon-face-grin-tears:before {
    content: "\ed5c"
}

.icon-face-grin-tongue:before {
    content: "\ed5d"
}

.icon-face-grin-tongue-squint:before {
    content: "\ed5e"
}

.icon-face-grin-tongue-wink:before {
    content: "\ed5f"
}

.icon-face-grin-wide:before {
    content: "\ed60"
}

.icon-face-grin-wink:before {
    content: "\ed61"
}

.icon-face-kiss:before {
    content: "\ed62"
}

.icon-face-kiss-beam:before {
    content: "\ed63"
}

.icon-face-kiss-wink-heart:before {
    content: "\ed64"
}

.icon-face-laugh:before {
    content: "\ed65"
}

.icon-face-laugh-beam:before {
    content: "\ed66"
}

.icon-face-laugh-squint:before {
    content: "\ed67"
}

.icon-face-laugh-wink:before {
    content: "\ed68"
}

.icon-face-meh:before {
    content: "\ed69"
}

.icon-face-meh-blank:before {
    content: "\ed6a"
}

.icon-face-rolling-eyes:before {
    content: "\ed6b"
}

.icon-face-sad-cry:before {
    content: "\ed6c"
}

.icon-face-sad-tear:before {
    content: "\ed6d"
}

.icon-face-smile:before {
    content: "\ed6e"
}

.icon-face-smile-beam:before {
    content: "\ed6f"
}

.icon-face-smile-wink:before {
    content: "\ed70"
}

.icon-face-surprise:before {
    content: "\ed71"
}

.icon-face-tired:before {
    content: "\ed72"
}

.icon-fan:before {
    content: "\ed73"
}

.icon-faucet:before {
    content: "\ed74"
}

.icon-faucet-drip:before {
    content: "\ed75"
}

.icon-fax:before {
    content: "\ed76"
}

.icon-feather:before {
    content: "\ed77"
}

.icon-feather-pointed:before {
    content: "\ed78"
}

.icon-ferry:before {
    content: "\ed79"
}

.icon-file:before {
    content: "\ed7a"
}

.icon-file-arrow-down:before {
    content: "\ed7b"
}

.icon-file-arrow-up:before {
    content: "\ed7c"
}

.icon-file-audio:before {
    content: "\ed7d"
}

.icon-file-circle-check:before {
    content: "\ed7e"
}

.icon-file-circle-exclamation:before {
    content: "\ed7f"
}

.icon-file-circle-minus:before {
    content: "\ed80"
}

.icon-file-circle-plus:before {
    content: "\ed81"
}

.icon-file-circle-question:before {
    content: "\ed82"
}

.icon-file-circle-xmark:before {
    content: "\ed83"
}

.icon-file-code:before {
    content: "\ed84"
}

.icon-file-contract:before {
    content: "\ed85"
}

.icon-file-csv:before {
    content: "\ed86"
}

.icon-file-excel:before {
    content: "\ed87"
}

.icon-file-export:before {
    content: "\ed88"
}

.icon-file-image:before {
    content: "\ed89"
}

.icon-file-import:before {
    content: "\ed8a"
}

.icon-file-invoice:before {
    content: "\ed8b"
}

.icon-file-invoice-dollar:before {
    content: "\ed8c"
}

.icon-file-lines:before {
    content: "\ed8d"
}

.icon-file-medical:before {
    content: "\ed8e"
}

.icon-file-pdf:before {
    content: "\ed8f"
}

.icon-file-pen:before {
    content: "\ed90"
}

.icon-file-powerpoint:before {
    content: "\ed91"
}

.icon-file-prescription:before {
    content: "\ed92"
}

.icon-file-shield:before {
    content: "\ed93"
}

.icon-file-signature:before {
    content: "\ed94"
}

.icon-file-video:before {
    content: "\ed95"
}

.icon-file-waveform:before {
    content: "\ed96"
}

.icon-file-word:before {
    content: "\ed97"
}

.icon-file-zipper:before {
    content: "\ed98"
}

.icon-fill:before {
    content: "\ed99"
}

.icon-fill-drip:before {
    content: "\ed9a"
}

.icon-film:before {
    content: "\ed9b"
}

.icon-filter:before {
    content: "\ed9c"
}

.icon-filter-circle-dollar:before {
    content: "\ed9d"
}

.icon-filter-circle-xmark:before {
    content: "\ed9e"
}

.icon-fingerprint:before {
    content: "\ed9f"
}

.icon-fire:before {
    content: "\eda0"
}

.icon-fire-burner:before {
    content: "\eda1"
}

.icon-fire-extinguisher:before {
    content: "\eda2"
}

.icon-fire-flame-curved:before {
    content: "\eda3"
}

.icon-fire-flame-simple:before {
    content: "\eda4"
}

.icon-fish:before {
    content: "\eda5"
}

.icon-fish-fins:before {
    content: "\eda6"
}

.icon-flag:before {
    content: "\eda7"
}

.icon-flag-checkered:before {
    content: "\eda8"
}

.icon-flag-usa:before {
    content: "\eda9"
}

.icon-flask:before {
    content: "\edaa"
}

.icon-flask-vial:before {
    content: "\edab"
}

.icon-floppy-disk:before {
    content: "\edac"
}

.icon-florin-sign:before {
    content: "\edad"
}

.icon-folder:before {
    content: "\edae"
}

.icon-folder-closed:before {
    content: "\edaf"
}

.icon-folder-minus:before {
    content: "\edb0"
}

.icon-folder-open:before {
    content: "\edb1"
}

.icon-folder-plus:before {
    content: "\edb2"
}

.icon-folder-tree:before {
    content: "\edb3"
}

.icon-font:before {
    content: "\edb4"
}

.icon-font-awesome:before {
    content: "\edb5"
}

.icon-forward:before {
    content: "\edb6"
}

.icon-forward-fast:before {
    content: "\edb7"
}

.icon-forward-step:before {
    content: "\edb8"
}

.icon-futbol:before {
    content: "\edb9"
}

.icon-g:before {
    content: "\edba"
}

.icon-gamepad:before {
    content: "\edbb"
}

.icon-gas-pump:before {
    content: "\edbc"
}

.icon-gauge:before {
    content: "\edbd"
}

.icon-gauge-high:before {
    content: "\edbe"
}

.icon-gauge-simple:before {
    content: "\edbf"
}

.icon-gauge-simple-high:before {
    content: "\edc0"
}

.icon-gavel:before {
    content: "\edc1"
}

.icon-gear:before {
    content: "\edc2"
}

.icon-gears:before {
    content: "\edc3"
}

.icon-gem:before {
    content: "\edc4"
}

.icon-genderless:before {
    content: "\edc5"
}

.icon-ghost:before {
    content: "\edc6"
}

.icon-gift:before {
    content: "\edc7"
}

.icon-gifts:before {
    content: "\edc8"
}

.icon-glasses:before {
    content: "\edc9"
}

.icon-glass-water:before {
    content: "\edca"
}

.icon-glass-water-droplet:before {
    content: "\edcb"
}

.icon-globe:before {
    content: "\edcc"
}

.icon-golf-ball-tee:before {
    content: "\edcd"
}

.icon-gopuram:before {
    content: "\edce"
}

.icon-graduation-cap:before {
    content: "\edcf"
}

.icon-greater-than:before {
    content: "\edd0"
}

.icon-greater-than-equal:before {
    content: "\edd1"
}

.icon-grip:before {
    content: "\edd2"
}

.icon-grip-lines:before {
    content: "\edd3"
}

.icon-grip-lines-vertical:before {
    content: "\edd4"
}

.icon-grip-vertical:before {
    content: "\edd5"
}

.icon-group-arrows-rotate:before {
    content: "\edd6"
}

.icon-guarani-sign:before {
    content: "\edd7"
}

.icon-guitar:before {
    content: "\edd8"
}

.icon-gun:before {
    content: "\edd9"
}

.icon-h:before {
    content: "\edda"
}

.icon-hammer:before {
    content: "\eddb"
}

.icon-hamsa:before {
    content: "\eddc"
}

.icon-hand:before {
    content: "\eddd"
}

.icon-hand-back-fist:before {
    content: "\edde"
}

.icon-handcuffs:before {
    content: "\eddf"
}

.icon-hand-dots:before {
    content: "\ede0"
}

.icon-hand-fist:before {
    content: "\ede1"
}

.icon-hand-holding:before {
    content: "\ede2"
}

.icon-hand-holding-dollar:before {
    content: "\ede3"
}

.icon-hand-holding-droplet:before {
    content: "\ede4"
}

.icon-hand-holding-hand:before {
    content: "\ede5"
}

.icon-hand-holding-heart:before {
    content: "\ede6"
}

.icon-hand-holding-medical:before {
    content: "\ede7"
}

.icon-hand-lizard:before {
    content: "\ede8"
}

.icon-hand-middle-finger:before {
    content: "\ede9"
}

.icon-hand-peace:before {
    content: "\edea"
}

.icon-hand-point-down:before {
    content: "\edeb"
}

.icon-hand-pointer:before {
    content: "\edec"
}

.icon-hand-point-left:before {
    content: "\eded"
}

.icon-hand-point-right:before {
    content: "\edee"
}

.icon-hand-point-up:before {
    content: "\edef"
}

.icon-hands:before {
    content: "\edf0"
}

.icon-hands-asl-interpreting:before {
    content: "\edf1"
}

.icon-hands-bound:before {
    content: "\edf2"
}

.icon-hands-bubbles:before {
    content: "\edf3"
}

.icon-hand-scissors:before {
    content: "\edf4"
}

.icon-hands-clapping:before {
    content: "\edf5"
}

.icon-handshake-angle:before {
    content: "\edf6"
}

.icon-handshake-simple:before {
    content: "\edf7"
}

.icon-handshake-simple-slash:before {
    content: "\edf8"
}

.icon-handshake-slash:before {
    content: "\edf9"
}

.icon-hands-holding:before {
    content: "\edfa"
}

.icon-hands-holding-child:before {
    content: "\edfb"
}

.icon-hands-holding-circle:before {
    content: "\edfc"
}

.icon-hand-sparkles:before {
    content: "\edfd"
}

.icon-hand-spock:before {
    content: "\edfe"
}

.icon-hands-praying:before {
    content: "\edff"
}

.icon-hanukiah:before {
    content: "\ee00"
}

.icon-hard-drive:before {
    content: "\ee01"
}

.icon-hashtag:before {
    content: "\ee02"
}

.icon-hat-cowboy:before {
    content: "\ee03"
}

.icon-hat-cowboy-side:before {
    content: "\ee04"
}

.icon-hat-wizard:before {
    content: "\ee05"
}

.icon-heading:before {
    content: "\ee06"
}

.icon-headphones:before {
    content: "\ee07"
}

.icon-headphones-simple:before {
    content: "\ee08"
}

.icon-headset:before {
    content: "\ee09"
}

.icon-head-side-cough:before {
    content: "\ee0a"
}

.icon-head-side-cough-slash:before {
    content: "\ee0b"
}

.icon-head-side-mask:before {
    content: "\ee0c"
}

.icon-head-side-virus:before {
    content: "\ee0d"
}

.icon-heart:before {
    content: "\ee0e"
}

.icon-heart-circle-bolt:before {
    content: "\ee0f"
}

.icon-heart-circle-check:before {
    content: "\ee10"
}

.icon-heart-circle-exclamation:before {
    content: "\ee11"
}

.icon-heart-circle-minus:before {
    content: "\ee12"
}

.icon-heart-circle-plus:before {
    content: "\ee13"
}

.icon-heart-circle-xmark:before {
    content: "\ee14"
}

.icon-heart-crack:before {
    content: "\ee15"
}

.icon-heart-pulse:before {
    content: "\ee16"
}

.icon-helicopter:before {
    content: "\ee17"
}

.icon-helicopter-symbol:before {
    content: "\ee18"
}

.icon-helmet-safety:before {
    content: "\ee19"
}

.icon-helmet-un:before {
    content: "\ee1a"
}

.icon-highlighter:before {
    content: "\ee1b"
}

.icon-hill-avalanche:before {
    content: "\ee1c"
}

.icon-hill-rockslide:before {
    content: "\ee1d"
}

.icon-hippo:before {
    content: "\ee1e"
}

.icon-hockey-puck:before {
    content: "\ee1f"
}

.icon-holly-berry:before {
    content: "\ee20"
}

.icon-horse:before {
    content: "\ee21"
}

.icon-horse-head:before {
    content: "\ee22"
}

.icon-hospital:before {
    content: "\ee23"
}

.icon-hospital-user:before {
    content: "\ee24"
}

.icon-hotdog:before {
    content: "\ee25"
}

.icon-hotel:before {
    content: "\ee26"
}

.icon-hot-tub-person:before {
    content: "\ee27"
}

.icon-hourglass:before {
    content: "\ee28"
}

.icon-hourglass-end:before {
    content: "\ee29"
}

.icon-hourglass-half:before {
    content: "\ee2a"
}

.icon-hourglass-start:before {
    content: "\ee2b"
}

.icon-house:before {
    content: "\ee2c"
}

.icon-house-chimney:before {
    content: "\ee2d"
}

.icon-house-chimney-crack:before {
    content: "\ee2e"
}

.icon-house-chimney-medical:before {
    content: "\ee2f"
}

.icon-house-chimney-user:before {
    content: "\ee30"
}

.icon-house-chimney-window:before {
    content: "\ee31"
}

.icon-house-circle-check:before {
    content: "\ee32"
}

.icon-house-circle-exclamation:before {
    content: "\ee33"
}

.icon-house-circle-xmark:before {
    content: "\ee34"
}

.icon-house-crack:before {
    content: "\ee35"
}

.icon-house-fire:before {
    content: "\ee36"
}

.icon-house-flag:before {
    content: "\ee37"
}

.icon-house-flood-water:before {
    content: "\ee38"
}

.icon-house-flood-water-circle-arrow-right:before {
    content: "\ee39"
}

.icon-house-laptop:before {
    content: "\ee3a"
}

.icon-house-lock:before {
    content: "\ee3b"
}

.icon-house-medical:before {
    content: "\ee3c"
}

.icon-house-medical-circle-check:before {
    content: "\ee3d"
}

.icon-house-medical-circle-exclamation:before {
    content: "\ee3e"
}

.icon-house-medical-circle-xmark:before {
    content: "\ee3f"
}

.icon-house-medical-flag:before {
    content: "\ee40"
}

.icon-house-signal:before {
    content: "\ee41"
}

.icon-house-tsunami:before {
    content: "\ee42"
}

.icon-house-user:before {
    content: "\ee43"
}

.icon-hryvnia-sign:before {
    content: "\ee44"
}

.icon-hurricane:before {
    content: "\ee45"
}

.icon-i:before {
    content: "\ee46"
}

.icon-ice-cream:before {
    content: "\ee47"
}

.icon-icicles:before {
    content: "\ee48"
}

.icon-i-cursor:before {
    content: "\ee49"
}

.icon-id-badge:before {
    content: "\ee4a"
}

.icon-id-card:before {
    content: "\ee4b"
}

.icon-id-card-clip:before {
    content: "\ee4c"
}

.icon-igloo:before {
    content: "\ee4d"
}

.icon-image:before {
    content: "\ee4e"
}

.icon-image-portrait:before {
    content: "\ee4f"
}

.icon-images:before {
    content: "\ee50"
}

.icon-inbox:before {
    content: "\ee51"
}

.icon-indent:before {
    content: "\ee52"
}

.icon-indian-rupee-sign:before {
    content: "\ee53"
}

.icon-industry:before {
    content: "\ee54"
}

.icon-infinity:before {
    content: "\ee55"
}

.icon-info:before {
    content: "\ee56"
}

.icon-jar:before {
    content: "\ee57"
}

.icon-jar-wheat:before {
    content: "\ee58"
}

.icon-jedi:before {
    content: "\ee59"
}

.icon-jet-fighter:before {
    content: "\ee5a"
}

.icon-jet-fighter-up:before {
    content: "\ee5b"
}

.icon-joint:before {
    content: "\ee5c"
}

.icon-jug-detergent:before {
    content: "\ee5d"
}

.icon-key:before {
    content: "\ee5e"
}

.icon-keyboard:before {
    content: "\ee5f"
}

.icon-khanda:before {
    content: "\ee60"
}

.icon-kip-sign:before {
    content: "\ee61"
}

.icon-kitchen-set:before {
    content: "\ee62"
}

.icon-kit-medical:before {
    content: "\ee63"
}

.icon-landmark:before {
    content: "\ee64"
}

.icon-landmark-dome:before {
    content: "\ee65"
}

.icon-landmark-flag:before {
    content: "\ee66"
}

.icon-land-mine-on:before {
    content: "\ee67"
}

.icon-language:before {
    content: "\ee68"
}

.icon-laptop:before {
    content: "\ee69"
}

.icon-laptop-code:before {
    content: "\ee6a"
}

.icon-laptop-file:before {
    content: "\ee6b"
}

.icon-laptop-medical:before {
    content: "\ee6c"
}

.icon-lari-sign:before {
    content: "\ee6d"
}

.icon-layer-group:before {
    content: "\ee6e"
}

.icon-leaf:before {
    content: "\ee6f"
}

.icon-left-long:before {
    content: "\ee70"
}

.icon-left-right:before {
    content: "\ee71"
}

.icon-lemon:before {
    content: "\ee72"
}

.icon-less-than:before {
    content: "\ee73"
}

.icon-less-than-equal:before {
    content: "\ee74"
}

.icon-life-ring:before {
    content: "\ee75"
}

.icon-lightbulb:before {
    content: "\ee76"
}

.icon-lines-leaning:before {
    content: "\ee77"
}

.icon-link:before {
    content: "\ee78"
}

.icon-link-slash:before {
    content: "\ee79"
}

.icon-lira-sign:before {
    content: "\ee7a"
}

.icon-list:before {
    content: "\ee7b"
}

.icon-list-check:before {
    content: "\ee7c"
}

.icon-list-ol:before {
    content: "\ee7d"
}

.icon-list-ul:before {
    content: "\ee7e"
}

.icon-litecoin-sign:before {
    content: "\ee7f"
}

.icon-location-arrow:before {
    content: "\ee80"
}

.icon-location-crosshairs:before {
    content: "\ee81"
}

.icon-location-dot:before {
    content: "\ee82"
}

.icon-location-pin-lock:before {
    content: "\ee83"
}

.icon-lock:before {
    content: "\ee84"
}

.icon-lock-open:before {
    content: "\ee85"
}

.icon-locust:before {
    content: "\ee86"
}

.icon-lungs:before {
    content: "\ee87"
}

.icon-lungs-virus:before {
    content: "\ee88"
}

.icon-m:before {
    content: "\ee89"
}

.icon-magnet:before {
    content: "\ee8a"
}

.icon-magnifying-glass:before {
    content: "\ee8b"
}

.icon-magnifying-glass-arrow-right:before {
    content: "\ee8c"
}

.icon-magnifying-glass-chart:before {
    content: "\ee8d"
}

.icon-magnifying-glass-dollar:before {
    content: "\ee8e"
}

.icon-magnifying-glass-location:before {
    content: "\ee8f"
}

.icon-magnifying-glass-minus:before {
    content: "\ee90"
}

.icon-magnifying-glass-plus:before {
    content: "\ee91"
}

.icon-manat-sign:before {
    content: "\ee92"
}

.icon-map:before {
    content: "\ee93"
}

.icon-map-location:before {
    content: "\ee94"
}

.icon-map-location-dot:before {
    content: "\ee95"
}

.icon-map-pin:before {
    content: "\ee96"
}

.icon-marker:before {
    content: "\ee97"
}

.icon-mars:before {
    content: "\ee98"
}

.icon-mars-and-venus:before {
    content: "\ee99"
}

.icon-mars-and-venus-burst:before {
    content: "\ee9a"
}

.icon-mars-double:before {
    content: "\ee9b"
}

.icon-mars-stroke:before {
    content: "\ee9c"
}

.icon-mars-stroke-right:before {
    content: "\ee9d"
}

.icon-mars-stroke-up:before {
    content: "\ee9e"
}

.icon-martini-glass:before {
    content: "\ee9f"
}

.icon-martini-glass-citrus:before {
    content: "\eea0"
}

.icon-martini-glass-empty:before {
    content: "\eea1"
}

.icon-mask:before {
    content: "\eea2"
}

.icon-masks-theater:before {
    content: "\eea4"
}

.icon-mask-ventilator:before {
    content: "\eea5"
}

.icon-mattress-pillow:before {
    content: "\eea6"
}

.icon-maximize:before {
    content: "\eea7"
}

.icon-medal:before {
    content: "\eea8"
}

.icon-memory:before {
    content: "\eea9"
}

.icon-menorah:before {
    content: "\eeaa"
}

.icon-mercury:before {
    content: "\eeab"
}

.icon-message:before {
    content: "\eeac"
}

.icon-meteor:before {
    content: "\eead"
}

.icon-microchip:before {
    content: "\eeae"
}

.icon-microphone:before {
    content: "\eeaf"
}

.icon-microphone-lines:before {
    content: "\eeb0"
}

.icon-microphone-lines-slash:before {
    content: "\eeb1"
}

.icon-microphone-slash:before {
    content: "\eeb2"
}

.icon-microscope:before {
    content: "\eeb3"
}

.icon-mill-sign:before {
    content: "\eeb4"
}

.icon-minimize:before {
    content: "\eeb5"
}

.icon-minus:before {
    content: "\eeb6"
}

.icon-mitten:before {
    content: "\eeb7"
}

.icon-mobile-retro:before {
    content: "\eeb8"
}

.icon-mobile-screen:before {
    content: "\eeb9"
}

.icon-mobile-screen-button:before {
    content: "\eeba"
}

.icon-money-bill:before {
    content: "\eebb"
}

.icon-money-bill-1-wave:before {
    content: "\eebd"
}

.icon-money-bills:before {
    content: "\eebe"
}

.icon-money-bill-transfer:before {
    content: "\eebf"
}

.icon-money-bill-trend-up:before {
    content: "\eec0"
}

.icon-money-bill-wave:before {
    content: "\eec1"
}

.icon-money-bill-wheat:before {
    content: "\eec2"
}

.icon-money-check:before {
    content: "\eec3"
}

.icon-money-check-dollar:before {
    content: "\eec4"
}

.icon-monument:before {
    content: "\eec5"
}

.icon-mortar-pestle:before {
    content: "\eec6"
}

.icon-mosque:before {
    content: "\eec7"
}

.icon-mosquito:before {
    content: "\eec8"
}

.icon-mosquito-net:before {
    content: "\eec9"
}

.icon-motorcycle:before {
    content: "\eeca"
}

.icon-mound:before {
    content: "\eecb"
}

.icon-mountain:before {
    content: "\eecc"
}

.icon-mountain-city:before {
    content: "\eecd"
}

.icon-mountain-sun:before {
    content: "\eece"
}

.icon-mug-hot:before {
    content: "\eecf"
}

.icon-mug-saucer:before {
    content: "\eed0"
}

.icon-music:before {
    content: "\eed1"
}

.icon-naira-sign:before {
    content: "\eed2"
}

.icon-network-wired:before {
    content: "\eed3"
}

.icon-neuter:before {
    content: "\eed4"
}

.icon-newspaper:before {
    content: "\eed5"
}

.icon-not-equal:before {
    content: "\eed6"
}

.icon-notes-medical:before {
    content: "\eed7"
}

.icon-note-sticky:before {
    content: "\eed8"
}

.icon-o:before {
    content: "\eed9"
}

.icon-object-group:before {
    content: "\eeda"
}

.icon-object-ungroup:before {
    content: "\eedb"
}

.icon-oil-can:before {
    content: "\eedc"
}

.icon-oil-well:before {
    content: "\eedd"
}

.icon-om:before {
    content: "\eede"
}

.icon-otter:before {
    content: "\eedf"
}

.icon-outdent:before {
    content: "\eee0"
}

.icon-p:before {
    content: "\eee1"
}

.icon-pager:before {
    content: "\eee2"
}

.icon-paintbrush:before {
    content: "\eee3"
}

.icon-paint-roller:before {
    content: "\eee4"
}

.icon-palette:before {
    content: "\eee5"
}

.icon-pallet:before {
    content: "\eee6"
}

.icon-panorama:before {
    content: "\eee7"
}

.icon-paper-plane:before {
    content: "\eee8"
}

.icon-parachute-box:before {
    content: "\eee9"
}

.icon-paragraph:before {
    content: "\eeea"
}

.icon-passport:before {
    content: "\eeeb"
}

.icon-paste:before {
    content: "\eeec"
}

.icon-pause:before {
    content: "\eeed"
}

.icon-paw:before {
    content: "\eeee"
}

.icon-peace:before {
    content: "\eeef"
}

.icon-pen:before {
    content: "\eef0"
}

.icon-pencil:before {
    content: "\eef1"
}

.icon-pen-clip:before {
    content: "\eef2"
}

.icon-pen-fancy:before {
    content: "\eef3"
}

.icon-pen-nib:before {
    content: "\eef4"
}

.icon-pen-ruler:before {
    content: "\eef5"
}

.icon-pen-to-square:before {
    content: "\eef6"
}

.icon-people-arrows:before {
    content: "\eef7"
}

.icon-people-carry-box:before {
    content: "\eef8"
}

.icon-people-group:before {
    content: "\eef9"
}

.icon-people-line:before {
    content: "\eefa"
}

.icon-people-pulling:before {
    content: "\eefb"
}

.icon-people-robbery:before {
    content: "\eefc"
}

.icon-people-roof:before {
    content: "\eefd"
}

.icon-pepper-hot:before {
    content: "\eefe"
}

.icon-percent:before {
    content: "\eeff"
}

.icon-person:before {
    content: "\ef00"
}

.icon-person-arrow-down-to-line:before {
    content: "\ef01"
}

.icon-person-arrow-up-from-line:before {
    content: "\ef02"
}

.icon-person-biking:before {
    content: "\ef03"
}

.icon-person-booth:before {
    content: "\ef04"
}

.icon-person-breastfeeding:before {
    content: "\ef05"
}

.icon-person-burst:before {
    content: "\ef06"
}

.icon-person-cane:before {
    content: "\ef07"
}

.icon-person-chalkboard:before {
    content: "\ef08"
}

.icon-person-circle-check:before {
    content: "\ef09"
}

.icon-person-circle-exclamation:before {
    content: "\ef0a"
}

.icon-person-circle-minus:before {
    content: "\ef0b"
}

.icon-person-circle-plus:before {
    content: "\ef0c"
}

.icon-person-circle-question:before {
    content: "\ef0d"
}

.icon-person-circle-xmark:before {
    content: "\ef0e"
}

.icon-person-digging:before {
    content: "\ef0f"
}

.icon-person-dots-from-line:before {
    content: "\ef10"
}

.icon-person-dress:before {
    content: "\ef11"
}

.icon-person-dress-burst:before {
    content: "\ef12"
}

.icon-person-drowning:before {
    content: "\ef13"
}

.icon-person-falling:before {
    content: "\ef14"
}

.icon-person-falling-burst:before {
    content: "\ef15"
}

.icon-person-half-dress:before {
    content: "\ef16"
}

.icon-person-harassing:before {
    content: "\ef17"
}

.icon-person-hiking:before {
    content: "\ef18"
}

.icon-person-military-pointing:before {
    content: "\ef19"
}

.icon-person-military-rifle:before {
    content: "\ef1a"
}

.icon-person-military-to-person:before {
    content: "\ef1b"
}

.icon-person-praying:before {
    content: "\ef1c"
}

.icon-person-pregnant:before {
    content: "\ef1d"
}

.icon-person-rays:before {
    content: "\ef1e"
}

.icon-person-rifle:before {
    content: "\ef1f"
}

.icon-person-running:before {
    content: "\ef20"
}

.icon-person-shelter:before {
    content: "\ef21"
}

.icon-person-skating:before {
    content: "\ef22"
}

.icon-person-skiing:before {
    content: "\ef23"
}

.icon-person-skiing-nordic:before {
    content: "\ef24"
}

.icon-person-snowboarding:before {
    content: "\ef25"
}

.icon-person-swimming:before {
    content: "\ef26"
}

.icon-person-through-window:before {
    content: "\ef27"
}

.icon-person-walking:before {
    content: "\ef28"
}

.icon-person-walking-arrow-loop-left:before {
    content: "\ef29"
}

.icon-person-walking-arrow-right:before {
    content: "\ef2a"
}

.icon-person-walking-dashed-line-arrow-right:before {
    content: "\ef2b"
}

.icon-person-walking-luggage:before {
    content: "\ef2c"
}

.icon-person-walking-with-cane:before {
    content: "\ef2d"
}

.icon-peseta-sign:before {
    content: "\ef2e"
}

.icon-peso-sign:before {
    content: "\ef2f"
}

.icon-phone:before {
    content: "\ef30"
}

.icon-phone-flip:before {
    content: "\ef31"
}

.icon-phone-slash:before {
    content: "\ef32"
}

.icon-phone-volume:before {
    content: "\ef33"
}

.icon-photo-film:before {
    content: "\ef34"
}

.icon-piggy-bank:before {
    content: "\ef35"
}

.icon-pills:before {
    content: "\ef36"
}

.icon-pizza-slice:before {
    content: "\ef37"
}

.icon-place-of-worship:before {
    content: "\ef38"
}

.icon-plane:before {
    content: "\ef39"
}

.icon-plane-arrival:before {
    content: "\ef3a"
}

.icon-plane-circle-check:before {
    content: "\ef3b"
}

.icon-plane-circle-exclamation:before {
    content: "\ef3c"
}

.icon-plane-circle-xmark:before {
    content: "\ef3d"
}

.icon-plane-lock:before {
    content: "\ef3f"
}

.icon-plane-slash:before {
    content: "\ef40"
}

.icon-plane-up:before {
    content: "\ef41"
}

.icon-plant-wilt:before {
    content: "\ef42"
}

.icon-plate-wheat:before {
    content: "\ef43"
}

.icon-play:before {
    content: "\ef44"
}

.icon-plug:before {
    content: "\ef45"
}

.icon-plug-circle-bolt:before {
    content: "\ef46"
}

.icon-plug-circle-check:before {
    content: "\ef47"
}

.icon-plug-circle-exclamation:before {
    content: "\ef48"
}

.icon-plug-circle-minus:before {
    content: "\ef49"
}

.icon-plug-circle-plus:before {
    content: "\ef4a"
}

.icon-plug-circle-xmark:before {
    content: "\ef4b"
}

.icon-plus:before {
    content: "\ef4c"
}

.icon-plus-minus:before {
    content: "\ef4d"
}

.icon-podcast:before {
    content: "\ef4e"
}

.icon-poo-storm:before {
    content: "\ef4f"
}

.icon-power-off:before {
    content: "\ef50"
}

.icon-prescription:before {
    content: "\ef51"
}

.icon-prescription-bottle:before {
    content: "\ef52"
}

.icon-prescription-bottle-medical:before {
    content: "\ef53"
}

.icon-print:before {
    content: "\ef54"
}

.icon-pump-medical:before {
    content: "\ef55"
}

.icon-pump-soap:before {
    content: "\ef56"
}

.icon-puzzle-piece:before {
    content: "\ef57"
}

.icon-q:before {
    content: "\ef58"
}

.icon-qrcode:before {
    content: "\ef59"
}

.icon-question:before {
    content: "\ef5a"
}

.icon-quote-left:before {
    content: "\ef5b"
}

.icon-quote-right:before {
    content: "\ef5c"
}

.icon-r:before {
    content: "\ef5d"
}

.icon-radiation:before {
    content: "\ef5e"
}

.icon-radio:before {
    content: "\ef5f"
}

.icon-rainbow:before {
    content: "\ef60"
}

.icon-ranking-star:before {
    content: "\ef61"
}

.icon-receipt:before {
    content: "\ef62"
}

.icon-record-vinyl:before {
    content: "\ef63"
}

.icon-rectangle-ad:before {
    content: "\ef64"
}

.icon-rectangle-list:before {
    content: "\ef65"
}

.icon-rectangle-xmark:before {
    content: "\ef66"
}

.icon-recycle:before {
    content: "\ef67"
}

.icon-registered:before {
    content: "\ef68"
}

.icon-repeat:before {
    content: "\ef69"
}

.icon-reply:before {
    content: "\ef6a"
}

.icon-reply-all:before {
    content: "\ef6b"
}

.icon-republican:before {
    content: "\ef6c"
}

.icon-restroom:before {
    content: "\ef6d"
}

.icon-retweet:before {
    content: "\ef6e"
}

.icon-ribbon:before {
    content: "\ef6f"
}

.icon-right-from-bracket:before {
    content: "\ef70"
}

.icon-right-left:before {
    content: "\ef71"
}

.icon-right-long:before {
    content: "\ef72"
}

.icon-right-to-bracket:before {
    content: "\ef73"
}

.icon-ring:before {
    content: "\ef74"
}

.icon-road:before {
    content: "\ef75"
}

.icon-road-barrier:before {
    content: "\ef76"
}

.icon-road-bridge:before {
    content: "\ef77"
}

.icon-road-circle-check:before {
    content: "\ef78"
}

.icon-road-circle-exclamation:before {
    content: "\ef79"
}

.icon-road-circle-xmark:before {
    content: "\ef7a"
}

.icon-road-lock:before {
    content: "\ef7b"
}

.icon-road-spikes:before {
    content: "\ef7c"
}

.icon-robot:before {
    content: "\ef7d"
}

.icon-rocket:before {
    content: "\ef7e"
}

.icon-rotate:before {
    content: "\ef7f"
}

.icon-rotate-left:before {
    content: "\ef80"
}

.icon-rotate-right:before {
    content: "\ef81"
}

.icon-route:before {
    content: "\ef82"
}

.icon-rss:before {
    content: "\ef83"
}

.icon-ruble-sign:before {
    content: "\ef84"
}

.icon-rug:before {
    content: "\ef85"
}

.icon-ruler:before {
    content: "\ef86"
}

.icon-ruler-combined:before {
    content: "\ef87"
}

.icon-ruler-horizontal:before {
    content: "\ef88"
}

.icon-ruler-vertical:before {
    content: "\ef89"
}

.icon-rupee-sign:before {
    content: "\ef8a"
}

.icon-rupiah-sign:before {
    content: "\ef8b"
}

.icon-s:before {
    content: "\ef8c"
}

.icon-sack-dollar:before {
    content: "\ef8d"
}

.icon-sack-xmark:before {
    content: "\ef8e"
}

.icon-sailboat:before {
    content: "\ef8f"
}

.icon-satellite:before {
    content: "\ef90"
}

.icon-satellite-dish:before {
    content: "\ef91"
}

.icon-scale-balanced:before {
    content: "\ef92"
}

.icon-scale-unbalanced:before {
    content: "\ef93"
}

.icon-scale-unbalanced-flip:before {
    content: "\ef94"
}

.icon-school:before {
    content: "\ef95"
}

.icon-school-circle-check:before {
    content: "\ef96"
}

.icon-school-circle-exclamation:before {
    content: "\ef97"
}

.icon-school-circle-xmark:before {
    content: "\ef98"
}

.icon-school-flag:before {
    content: "\ef99"
}

.icon-school-lock:before {
    content: "\ef9a"
}

.icon-scissors:before {
    content: "\ef9b"
}

.icon-screwdriver:before {
    content: "\ef9c"
}

.icon-screwdriver-wrench:before {
    content: "\ef9d"
}

.icon-scroll:before {
    content: "\ef9e"
}

.icon-scroll-torah:before {
    content: "\ef9f"
}

.icon-sd-card:before {
    content: "\efa0"
}

.icon-section:before {
    content: "\efa1"
}

.icon-seedling:before {
    content: "\efa2"
}

.icon-server:before {
    content: "\efa3"
}

.icon-shapes:before {
    content: "\efa4"
}

.icon-share:before {
    content: "\efa5"
}

.icon-share-from-square:before {
    content: "\efa6"
}

.icon-share-nodes:before {
    content: "\efa7"
}

.icon-sheet-plastic:before {
    content: "\efa8"
}

.icon-shekel-sign:before {
    content: "\efa9"
}

.icon-shield-cat:before {
    content: "\efaa"
}

.icon-shield-dog:before {
    content: "\efab"
}

.icon-shield-halved:before {
    content: "\efac"
}

.icon-shield-heart:before {
    content: "\efad"
}

.icon-shield-virus:before {
    content: "\efae"
}

.icon-ship:before {
    content: "\efaf"
}

.icon-shirt:before {
    content: "\efb0"
}

.icon-shoe-prints:before {
    content: "\efb1"
}

.icon-shop:before {
    content: "\efb2"
}

.icon-shop-lock:before {
    content: "\efb3"
}

.icon-shop-slash:before {
    content: "\efb4"
}

.icon-shower:before {
    content: "\efb5"
}

.icon-shuffle:before {
    content: "\efb6"
}

.icon-shuttle-space:before {
    content: "\efb7"
}

.icon-signal:before {
    content: "\efb8"
}

.icon-signature:before {
    content: "\efb9"
}

.icon-sign-hanging:before {
    content: "\efba"
}

.icon-signs-post:before {
    content: "\efbb"
}

.icon-sim-card:before {
    content: "\efbc"
}

.icon-sink:before {
    content: "\efbd"
}

.icon-sitemap:before {
    content: "\efbe"
}

.icon-skull:before {
    content: "\efbf"
}

.icon-skull-crossbones:before {
    content: "\efc0"
}

.icon-slash:before {
    content: "\efc1"
}

.icon-sleigh:before {
    content: "\efc2"
}

.icon-sliders:before {
    content: "\efc3"
}

.icon-smog:before {
    content: "\efc4"
}

.icon-smoking:before {
    content: "\efc5"
}

.icon-snowflake:before {
    content: "\efc6"
}

.icon-snowman:before {
    content: "\efc7"
}

.icon-snowplow:before {
    content: "\efc8"
}

.icon-soap:before {
    content: "\efc9"
}

.icon-socks:before {
    content: "\efca"
}

.icon-solar-panel:before {
    content: "\efcb"
}

.icon-sort:before {
    content: "\efcc"
}

.icon-sort-down:before {
    content: "\efcd"
}

.icon-sort-up:before {
    content: "\efce"
}

.icon-spa:before {
    content: "\efcf"
}

.icon-spaghetti-monster-flying:before {
    content: "\efd0"
}

.icon-spell-check:before {
    content: "\efd1"
}

.icon-spider:before {
    content: "\efd2"
}

.icon-spinner:before {
    content: "\efd3"
}

.icon-splotch:before {
    content: "\efd4"
}

.icon-spoon:before {
    content: "\efd5"
}

.icon-spray-can:before {
    content: "\efd6"
}

.icon-spray-can-sparkles:before {
    content: "\efd7"
}

.icon-square:before {
    content: "\efd8"
}

.icon-square-arrow-up-right:before {
    content: "\efd9"
}

.icon-square-caret-down:before {
    content: "\efda"
}

.icon-square-caret-left:before {
    content: "\efdb"
}

.icon-square-caret-right:before {
    content: "\efdc"
}

.icon-square-caret-up:before {
    content: "\efdd"
}

.icon-square-check:before {
    content: "\efde"
}

.icon-square-envelope:before {
    content: "\efdf"
}

.icon-square-full:before {
    content: "\efe0"
}

.icon-square-h:before {
    content: "\efe1"
}

.icon-square-minus:before {
    content: "\efe2"
}

.icon-square-nfi:before {
    content: "\efe3"
}

.icon-square-parking:before {
    content: "\efe4"
}

.icon-square-pen:before {
    content: "\efe5"
}

.icon-square-person-confined:before {
    content: "\efe6"
}

.icon-square-phone:before {
    content: "\efe7"
}

.icon-square-phone-flip:before {
    content: "\efe8"
}

.icon-square-plus:before {
    content: "\efe9"
}

.icon-square-poll-horizontal:before {
    content: "\efea"
}

.icon-square-poll-vertical:before {
    content: "\efeb"
}

.icon-square-root-variable:before {
    content: "\efec"
}

.icon-square-rss:before {
    content: "\efed"
}

.icon-square-share-nodes:before {
    content: "\efee"
}

.icon-square-up-right:before {
    content: "\efef"
}

.icon-square-virus:before {
    content: "\eff0"
}

.icon-square-xmark:before {
    content: "\eff1"
}

.icon-staff-snake:before {
    content: "\eff2"
}

.icon-stairs:before {
    content: "\eff3"
}

.icon-stamp:before {
    content: "\eff4"
}

.icon-stapler:before {
    content: "\eff5"
}

.icon-star:before {
    content: "\eff6"
}

.icon-star-and-crescent:before {
    content: "\eff7"
}

.icon-star-half:before {
    content: "\eff8"
}

.icon-star-half-stroke:before {
    content: "\eff9"
}

.icon-star-of-david:before {
    content: "\effa"
}

.icon-star-of-life:before {
    content: "\effb"
}

.icon-sterling-sign:before {
    content: "\effc"
}

.icon-stethoscope:before {
    content: "\effd"
}

.icon-stopwatch:before {
    content: "\effe"
}

.icon-stopwatch-20:before {
    content: "\efff"
}

.icon-store:before {
    content: "\f000"
}

.icon-store-slash:before {
    content: "\f001"
}

.icon-street-view:before {
    content: "\f002"
}

.icon-strikethrough:before {
    content: "\f003"
}

.icon-stroopwafel:before {
    content: "\f004"
}

.icon-subscript:before {
    content: "\f005"
}

.icon-suitcase:before {
    content: "\f006"
}

.icon-suitcase-medical:before {
    content: "\f007"
}

.icon-suitcase-rolling:before {
    content: "\f008"
}

.icon-sun:before {
    content: "\f009"
}

.icon-sun-plant-wilt:before {
    content: "\f00a"
}

.icon-superscript:before {
    content: "\f00b"
}

.icon-swatchbook:before {
    content: "\f00c"
}

.icon-synagogue:before {
    content: "\f00d"
}

.icon-syringe:before {
    content: "\f00e"
}

.icon-t:before {
    content: "\f00f"
}

.icon-table:before {
    content: "\f010"
}

.icon-table-cells:before {
    content: "\f011"
}

.icon-table-cells-large:before {
    content: "\f012"
}

.icon-table-columns:before {
    content: "\f013"
}

.icon-table-list:before {
    content: "\f014"
}

.icon-table-tennis-paddle-ball:before {
    content: "\f015"
}

.icon-tablets:before {
    content: "\f016"
}

.icon-tablet-screen-button:before {
    content: "\f017"
}

.icon-tachograph-digital:before {
    content: "\f018"
}

.icon-tag:before {
    content: "\f019"
}

.icon-tags:before {
    content: "\f01a"
}

.icon-tape:before {
    content: "\f01b"
}

.icon-tarp:before {
    content: "\f01c"
}

.icon-tarp-droplet:before {
    content: "\f01d"
}

.icon-taxi:before {
    content: "\f01e"
}

.icon-teeth:before {
    content: "\f01f"
}

.icon-teeth-open:before {
    content: "\f020"
}

.icon-temperature-arrow-down:before {
    content: "\f021"
}

.icon-temperature-arrow-up:before {
    content: "\f022"
}

.icon-temperature-empty:before {
    content: "\f023"
}

.icon-temperature-full:before {
    content: "\f024"
}

.icon-temperature-half:before {
    content: "\f025"
}

.icon-temperature-high:before {
    content: "\f026"
}

.icon-temperature-low:before {
    content: "\f027"
}

.icon-temperature-quarter:before {
    content: "\f028"
}

.icon-temperature-three-quarters:before {
    content: "\f029"
}

.icon-tenge-sign:before {
    content: "\f02a"
}

.icon-tent:before {
    content: "\f02b"
}

.icon-tent-arrow-down-to-line:before {
    content: "\f02c"
}

.icon-tent-arrow-left-right:before {
    content: "\f02d"
}

.icon-tent-arrows-down:before {
    content: "\f02e"
}

.icon-tent-arrow-turn-left:before {
    content: "\f02f"
}

.icon-tents:before {
    content: "\f030"
}

.icon-terminal:before {
    content: "\f031"
}

.icon-text-height:before {
    content: "\f032"
}

.icon-text-slash:before {
    content: "\f033"
}

.icon-text-width:before {
    content: "\f034"
}

.icon-thermometer:before {
    content: "\f035"
}

.icon-thumbs-down:before {
    content: "\f036"
}

.icon-thumbs-up:before {
    content: "\f037"
}

.icon-thumbtack:before {
    content: "\f038"
}

.icon-ticket:before {
    content: "\f039"
}

.icon-toggle-off:before {
    content: "\f03a"
}

.icon-toggle-on:before {
    content: "\f03b"
}

.icon-toilet:before {
    content: "\f03c"
}

.icon-toolbox:before {
    content: "\f03d"
}

.icon-tooth:before {
    content: "\f03e"
}

.icon-torii-gate:before {
    content: "\f03f"
}

.icon-tornado:before {
    content: "\f040"
}

.icon-tower-broadcast:before {
    content: "\f041"
}

.icon-tower-cell:before {
    content: "\f042"
}

.icon-tower-observation:before {
    content: "\f043"
}

.icon-tractor:before {
    content: "\f044"
}

.icon-trademark:before {
    content: "\f045"
}

.icon-traffic-light:before {
    content: "\f046"
}

.icon-trailer:before {
    content: "\f047"
}

.icon-train:before {
    content: "\f048"
}

.icon-train-subway:before {
    content: "\f049"
}

.icon-train-tram:before {
    content: "\f04a"
}

.icon-transgender:before {
    content: "\f04b"
}

.icon-trash:before {
    content: "\f04c"
}

.icon-trash-arrow-up:before {
    content: "\f04d"
}

.icon-trash-can:before {
    content: "\f04e"
}

.icon-trash-can-arrow-up:before {
    content: "\f04f"
}

.icon-tree:before {
    content: "\f050"
}

.icon-tree-city:before {
    content: "\f051"
}

.icon-triangle-exclamation:before {
    content: "\f052"
}

.icon-trophy:before {
    content: "\f053"
}

.icon-trowel:before {
    content: "\f054"
}

.icon-trowel-bricks:before {
    content: "\f055"
}

.icon-truck:before {
    content: "\f056"
}

.icon-truck-arrow-right:before {
    content: "\f057"
}

.icon-truck-droplet:before {
    content: "\f058"
}

.icon-truck-fast:before {
    content: "\f059"
}

.icon-truck-field:before {
    content: "\f05a"
}

.icon-truck-field-un:before {
    content: "\f05b"
}

.icon-truck-front:before {
    content: "\f05c"
}

.icon-truck-medical:before {
    content: "\f05d"
}

.icon-truck-monster:before {
    content: "\f05e"
}

.icon-truck-moving:before {
    content: "\f05f"
}

.icon-truck-pickup:before {
    content: "\f060"
}

.icon-truck-plane:before {
    content: "\f061"
}

.icon-truck-ramp-box:before {
    content: "\f062"
}

.icon-tty:before {
    content: "\f063"
}

.icon-turkish-lira-sign:before {
    content: "\f064"
}

.icon-turn-down:before {
    content: "\f065"
}

.icon-turn-up:before {
    content: "\f066"
}

.icon-tv:before {
    content: "\f067"
}

.icon-u:before {
    content: "\f068"
}

.icon-umbrella:before {
    content: "\f069"
}

.icon-umbrella-beach:before {
    content: "\f06a"
}

.icon-underline:before {
    content: "\f06b"
}

.icon-universal-access:before {
    content: "\f06c"
}

.icon-unlock:before {
    content: "\f06d"
}

.icon-unlock-keyhole:before {
    content: "\f06e"
}

.icon-up-down:before {
    content: "\f06f"
}

.icon-up-down-left-right:before {
    content: "\f070"
}

.icon-upload:before {
    content: "\f071"
}

.icon-up-long:before {
    content: "\f072"
}

.icon-up-right-and-down-left-from-center:before {
    content: "\f073"
}

.icon-up-right-from-square:before {
    content: "\f074"
}

.icon-user:before {
    content: "\f075"
}

.icon-user-astronaut:before {
    content: "\f076"
}

.icon-user-check:before {
    content: "\f077"
}

.icon-user-clock:before {
    content: "\f078"
}

.icon-user-doctor:before {
    content: "\f079"
}

.icon-user-gear:before {
    content: "\f07a"
}

.icon-user-graduate:before {
    content: "\f07b"
}

.icon-user-injured:before {
    content: "\f07c"
}

.icon-user-large:before {
    content: "\f07d"
}

.icon-user-large-slash:before {
    content: "\f07e"
}

.icon-user-lock:before {
    content: "\f07f"
}

.icon-user-minus:before {
    content: "\f080"
}

.icon-user-ninja:before {
    content: "\f081"
}

.icon-user-nurse:before {
    content: "\f082"
}

.icon-user-pen:before {
    content: "\f083"
}

.icon-user-plus:before {
    content: "\f084"
}

.icon-users:before {
    content: "\f085"
}

.icon-users-between-lines:before {
    content: "\f086"
}

.icon-user-secret:before {
    content: "\f087"
}

.icon-users-gear:before {
    content: "\f088"
}

.icon-user-shield:before {
    content: "\f089"
}

.icon-user-slash:before {
    content: "\f08a"
}

.icon-users-line:before {
    content: "\f08b"
}

.icon-users-rays:before {
    content: "\f08c"
}

.icon-users-rectangle:before {
    content: "\f08d"
}

.icon-users-slash:before {
    content: "\f08e"
}

.icon-users-viewfinder:before {
    content: "\f08f"
}

.icon-user-tag:before {
    content: "\f090"
}

.icon-user-tie:before {
    content: "\f091"
}

.icon-user-xmark:before {
    content: "\f092"
}

.icon-utensils:before {
    content: "\f093"
}

.icon-v:before {
    content: "\f094"
}

.icon-van-shuttle:before {
    content: "\f095"
}

.icon-vault:before {
    content: "\f096"
}

.icon-vector-square:before {
    content: "\f097"
}

.icon-venus:before {
    content: "\f098"
}

.icon-venus-double:before {
    content: "\f099"
}

.icon-venus-mars:before {
    content: "\f09a"
}

.icon-vest:before {
    content: "\f09b"
}

.icon-vest-patches:before {
    content: "\f09c"
}

.icon-vial:before {
    content: "\f09d"
}

.icon-vial-circle-check:before {
    content: "\f09e"
}

.icon-vials:before {
    content: "\f09f"
}

.icon-vial-virus:before {
    content: "\f0a0"
}

.icon-video:before {
    content: "\f0a1"
}

.icon-video-slash:before {
    content: "\f0a2"
}

.icon-vihara:before {
    content: "\f0a3"
}

.icon-virus:before {
    content: "\f0a4"
}

.icon-virus-covid:before {
    content: "\f0a5"
}

.icon-virus-covid-slash:before {
    content: "\f0a6"
}

.icon-viruses:before {
    content: "\f0a7"
}

.icon-virus-slash:before {
    content: "\f0a8"
}

.icon-voicemail:before {
    content: "\f0a9"
}

.icon-volcano:before {
    content: "\f0aa"
}

.icon-volleyball:before {
    content: "\f0ab"
}

.icon-volume-high:before {
    content: "\f0ac"
}

.icon-volume-low:before {
    content: "\f0ad"
}

.icon-volume-off:before {
    content: "\f0ae"
}

.icon-volume-xmark:before {
    content: "\f0af"
}

.icon-vr-cardboard:before {
    content: "\f0b0"
}

.icon-w:before {
    content: "\f0b1"
}

.icon-walkie-talkie:before {
    content: "\f0b2"
}

.icon-wallet:before {
    content: "\f0b3"
}

.icon-wand-magic:before {
    content: "\f0b4"
}

.icon-wand-magic-sparkles:before {
    content: "\f0b5"
}

.icon-wand-sparkles:before {
    content: "\f0b6"
}

.icon-warehouse:before {
    content: "\f0b7"
}

.icon-water:before {
    content: "\f0b8"
}

.icon-water-ladder:before {
    content: "\f0b9"
}

.icon-wave-square:before {
    content: "\f0ba"
}

.icon-weight-hanging:before {
    content: "\f0bb"
}

.icon-weight-scale:before {
    content: "\f0bc"
}

.icon-wheat-awn:before {
    content: "\f0bd"
}

.icon-wheat-awn-circle-exclamation:before {
    content: "\f0be"
}

.icon-wheelchair:before {
    content: "\f0bf"
}

.icon-wheelchair-move:before {
    content: "\f0c0"
}

.icon-whiskey-glass:before {
    content: "\f0c1"
}

.icon-wifi:before {
    content: "\f0c2"
}

.icon-wind:before {
    content: "\f0c3"
}

.icon-window-maximize:before {
    content: "\f0c4"
}

.icon-window-minimize:before {
    content: "\f0c5"
}

.icon-window-restore:before {
    content: "\f0c6"
}

.icon-wine-bottle:before {
    content: "\f0c7"
}

.icon-wine-glass:before {
    content: "\f0c8"
}

.icon-wine-glass-empty:before {
    content: "\f0c9"
}

.icon-won-sign:before {
    content: "\f0ca"
}

.icon-worm:before {
    content: "\f0cb"
}

.icon-wrench:before {
    content: "\f0cc"
}

.icon-x:before {
    content: "\f0cd"
}

.icon-xmark:before {
    content: "\f0ce"
}

.icon-xmarks-lines:before {
    content: "\f0cf"
}

.icon-x-ray:before {
    content: "\f0d0"
}

.icon-y:before {
    content: "\f0d1"
}

.icon-yen-sign:before {
    content: "\f0d2"
}

.icon-yin-yang:before {
    content: "\f0d3"
}

.icon-z:before {
    content: "\f0d4"
}

.icon-home:before {
    content: "\e900"
}

.icon-newspaper:before {
    content: "\e904"
}

.icon-camera:before {
    content: "\e90f"
}

.icon-headphones:before {
    content: "\e910"
}

.icon-film:before {
    content: "\e913"
}

.icon-book:before {
    content: "\e91f"
}

.icon-library:before {
    content: "\e921"
}

.icon-profile:before {
    content: "\e923"
}

.icon-qrcode:before {
    content: "\e938"
}

.icon-ticket:before {
    content: "\e939"
}

.icon-location:before {
    content: "\e947"
}

.icon-calendar:before {
    content: "\e953"
}

.icon-cogs:before {
    content: "\e995"
}

.icon-airplane:before {
    content: "\e9af"
}

.icon-truck:before {
    content: "\e9b1"
}

.icon-shield:before {
    content: "\e9b0"
}

.icon-list2:before {
    content: "\e9bb"
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-0 {
    padding-left: 0
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pr-0 {
    padding-right: 0
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.gray-bg {
    background: #eff2f7
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #222
}

.white {
    color: #fff
}

.black {
    color: #222
}

[data-overlay] {
    position: relative
}

[data-overlay]::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

[data-overlay="3"]::before {
    opacity: .3
}

[data-overlay="4"]::before {
    opacity: .4
}

[data-overlay="5"]::before {
    opacity: .5
}

[data-overlay="6"]::before {
    opacity: .6
}

[data-overlay="7"]::before {
    opacity: .7
}

[data-overlay="8"]::before {
    opacity: .8
}

[data-overlay="9"]::before {
    opacity: .9
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: initial
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(/groovy-assets/css/fonts/slick.eot);
    src: url(/groovy-assets/css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/groovy-assets/fonts/slick.woff) format("woff"), url(/groovy-assets/css/fonts/slick.ttf) format("truetype"), url(/groovy-assets/css/fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.iti__country {
    padding: 5px 10px;
    outline: none
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05)
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
    vertical-align: middle
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px
}

.iti__flag {
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("/groovy-assets/img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("/groovy-assets/img/flags@2x.png")
    }
}

.iti__flag.iti__np {
    background-color: transparent
}