@charset "UTF-8";

/*!
 * Bootstrap v4.5.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

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

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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 {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

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

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

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

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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
    }
}

.row {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

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

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    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::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

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

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.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;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    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 {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .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: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' 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: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .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)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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 .2rem 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)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem 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-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    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;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

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

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

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

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

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

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

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

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.dropdown,
.dropleft,
.dropright,
.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;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 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-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    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
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

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

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

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

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

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

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.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.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.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:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.dropleft .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:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

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

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

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

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

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

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .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) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    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) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    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) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-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;
    appearance: none
}

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

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

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

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

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

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

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

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    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
}

.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 {
    border-radius: .25rem
}

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

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

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

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

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.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;
    float: none
}

.navbar-text {
    display: inline-block;
    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
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

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

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row 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>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

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

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

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

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

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        padding-left: 0px;
    }

    .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>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

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

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

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row 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>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

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

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

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row 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>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.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>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

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

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

.navbar-light .navbar-brand,
.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, .5)
}

.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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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, .5)
}

.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,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

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

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.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;
    min-height: 1px;
    padding: 1.25rem
}

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

.card-subtitle {
    margin-top: -.375rem
}

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

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

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

.card-header {
    padding: .75rem 1.25rem;
    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: .75rem 1.25rem;
    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-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

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

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    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-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

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

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb,
.breadcrumb-item {
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

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

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    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
}

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

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

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

.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;
    line-height: 1.5
}

.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: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

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

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

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.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: .75rem 1.25rem;
    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: #007bff;
    border-color: #007bff
}

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

.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: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .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-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    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: translateY(-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 {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.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;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem 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;
    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
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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 .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    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 {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    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
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-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 #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    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-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        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%;
    color: #fff;
    text-align: center;
    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: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.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: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

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

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

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

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

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

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

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

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

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

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

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

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

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #007bff !important
}

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

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

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

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

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

.border-dark {
    border-color: #343a40 !important
}

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

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

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !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
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

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

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

    .d-sm-block {
        display: block !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
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

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

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

    .d-md-block {
        display: block !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
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

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

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

    .d-lg-block {
        display: block !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
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

    .d-xl-block {
        display: block !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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

    .d-print-block {
        display: block !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
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.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-wrap {
    flex-wrap: wrap !important
}

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

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

.flex-fill {
    flex: 1 1 auto !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
}

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

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

@media (min-width:576px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !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
    }

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

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

@media (min-width:768px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !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
    }

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

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

@media (min-width:992px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !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
    }

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

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

@media (min-width:1200px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !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
    }

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

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

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

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

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

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

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

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

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

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

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

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !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
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

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

.shadow-none {
    box-shadow: none !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
}

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

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

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

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

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

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

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

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

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

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

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

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

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

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

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

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

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

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

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

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

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

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

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

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

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

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

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

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

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

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

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

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

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

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

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

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

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

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

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

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

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

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

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

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

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

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

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

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

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

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

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

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

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

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

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

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

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

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

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

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

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

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

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

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

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

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

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

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

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

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

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

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

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

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

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

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

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

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

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

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

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

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

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

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

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

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

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

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

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

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

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

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

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

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

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !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: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

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

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.4a37f8008959c75f619b.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }

    14% {
        transform: scale(1.3)
    }

    28% {
        transform: scale(1)
    }

    42% {
        transform: scale(1.3)
    }

    70% {
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg)
    }

    to {
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

@font-face {
    font-family: boxicons;
    font-weight: 400;
    font-style: normal;
    src: url(boxicons.afbad0fa2cbbb785e034.eot);
    src: url(boxicons.afbad0fa2cbbb785e034.eot)format("embedded-opentype"), url(boxicons.1ec26ee17fd6b5903e74.woff2)format("woff2"), url(boxicons.deea39cb9dc8b17f9d64.woff)format("woff"), url(boxicons.f46ca69e63f9c5f08020.ttf)format("truetype"), url(boxicons.d80a04657ac29725e698.svg?#boxicons)format("svg")
}

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bx-ul {
    margin-left: 2em;
    padding-left: 0;
    list-style: none
}

.bx-ul>li {
    position: relative
}

.bx-ul .bx {
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    left: -2em;
    width: 2em;
    text-align: center
}

@-webkit-keyframes spin {
    0 {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0 {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes burst {
    0 {
        transform: scale(1);
        opacity: 1
    }

    90% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes burst {
    0 {
        transform: scale(1);
        opacity: 1
    }

    90% {
        transform: scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes flashing {
    0 {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}

@keyframes flashing {
    0 {
        opacity: 1
    }

    45% {
        opacity: 0
    }

    90% {
        opacity: 1
    }
}

@-webkit-keyframes fade-left {
    0 {
        transform: translateX(0);
        opacity: 1
    }

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

@keyframes fade-left {
    0 {
        transform: translateX(0);
        opacity: 1
    }

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

@-webkit-keyframes fade-right {
    0 {
        transform: translateX(0);
        opacity: 1
    }

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

@keyframes fade-right {
    0 {
        transform: translateX(0);
        opacity: 1
    }

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

@-webkit-keyframes fade-up {
    0 {
        transform: translateY(0);
        opacity: 1
    }

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

@keyframes fade-up {
    0 {
        transform: translateY(0);
        opacity: 1
    }

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

@-webkit-keyframes fade-down {
    0 {
        transform: translateY(0);
        opacity: 1
    }

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

@keyframes fade-down {
    0 {
        transform: translateY(0);
        opacity: 1
    }

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

@-webkit-keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.95, .95, .95)rotate(-10deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scaleX(1)rotate(10deg)
    }

    40%,
    60%,
    80% {
        transform: scaleX(1)rotate(-10deg)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.95, .95, .95)rotate(-10deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scaleX(1)rotate(10deg)
    }

    40%,
    60%,
    80% {
        transform: rotate(-10deg)
    }

    to {
        transform: scaleX(1)
    }
}

.bx-spin,
.bx-spin-hover:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

.bx-tada,
.bx-tada-hover:hover {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite
}

.bx-flashing,
.bx-flashing-hover:hover {
    -webkit-animation: flashing 1.5s linear infinite;
    animation: flashing 1.5s linear infinite
}

.bx-burst,
.bx-burst-hover:hover {
    -webkit-animation: burst 1.5s linear infinite;
    animation: burst 1.5s linear infinite
}

.bx-fade-up,
.bx-fade-up-hover:hover {
    -webkit-animation: fade-up 1.5s linear infinite;
    animation: fade-up 1.5s linear infinite
}

.bx-fade-down,
.bx-fade-down-hover:hover {
    -webkit-animation: fade-down 1.5s linear infinite;
    animation: fade-down 1.5s linear infinite
}

.bx-fade-left,
.bx-fade-left-hover:hover {
    -webkit-animation: fade-left 1.5s linear infinite;
    animation: fade-left 1.5s linear infinite
}

.bx-fade-right,
.bx-fade-right-hover:hover {
    -webkit-animation: fade-right 1.5s linear infinite;
    animation: fade-right 1.5s linear infinite
}

.bx-xs {
    font-size: 1rem !important
}

.bx-sm {
    font-size: 1.55rem !important
}

.bx-md {
    font-size: 2.25rem !important
}

.bx-fw {
    font-size: 1.2857142857em;
    line-height: .8em;
    width: 1.2857142857em;
    height: .8em;
    margin-top: -.2em !important;
    vertical-align: middle
}

.bx-lg {
    font-size: 3 !important
}

.bx-pull-left {
    float: left;
    margin-right: .3em !important
}

.bx-pull-right {
    float: right;
    margin-left: .3em !important
}

.bx-rotate-90 {
    transform: rotate(90deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"
}

.bx-rotate-180 {
    transform: rotate(180deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"
}

.bx-rotate-270 {
    transform: rotate(270deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"
}

.bx-flip-horizontal {
    transform: scaleX(-1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)"
}

.bx-flip-vertical {
    transform: scaleY(-1);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)"
}

.bx-border {
    padding: .25em;
    border: .07em solid rgba(0, 0, 0, .1);
    border-radius: .25em
}

.bx-border-circle {
    padding: .25em;
    border: .07em solid rgba(0, 0, 0, .1);
    border-radius: 50%
}

.bxl-adobe:before {
    content: "\e900"
}

.bxl-algolia:before {
    content: "\e901"
}

.bxl-audible:before {
    content: "\e902"
}

.bxl-figma:before {
    content: "\e903"
}

.bxl-redbubble:before {
    content: "\e904"
}

.bxl-etsy:before {
    content: "\e905"
}

.bxl-gitlab:before {
    content: "\e906"
}

.bxl-patreon:before {
    content: "\e907"
}

.bxl-facebook-circle:before {
    content: "\e908"
}

.bxl-imdb:before {
    content: "\e909"
}

.bxl-jquery:before {
    content: "\e90a"
}

.bxl-pinterest-alt:before {
    content: "\e90b"
}

.bxl-500px:before {
    content: "\e90c"
}

.bxl-airbnb:before {
    content: "\e90d"
}

.bxl-amazon:before {
    content: "\e90e"
}

.bxl-android:before {
    content: "\e90f"
}

.bxl-angular:before {
    content: "\e910"
}

.bxl-apple:before {
    content: "\e911"
}

.bxl-baidu:before {
    content: "\e912"
}

.bxl-behance:before {
    content: "\e913"
}

.bxl-bing:before {
    content: "\e914"
}

.bxl-bitcoin:before {
    content: "\e915"
}

.bxl-blogger:before {
    content: "\e916"
}

.bxl-bootstrap:before {
    content: "\e917"
}

.bxl-chrome:before {
    content: "\e918"
}

.bxl-codepen:before {
    content: "\e919"
}

.bxl-creative-commons:before {
    content: "\e91a"
}

.bxl-css3:before {
    content: "\e91b"
}

.bxl-dailymotion:before {
    content: "\e91c"
}

.bxl-deviantart:before {
    content: "\e91d"
}

.bxl-digg:before {
    content: "\e91e"
}

.bxl-digitalocean:before {
    content: "\e91f"
}

.bxl-discord:before {
    content: "\e920"
}

.bxl-discourse:before {
    content: "\e921"
}

.bxl-dribbble:before {
    content: "\e922"
}

.bxl-dropbox:before {
    content: "\e923"
}

.bxl-drupal:before {
    content: "\e924"
}

.bxl-ebay:before {
    content: "\e925"
}

.bxl-edge:before {
    content: "\e926"
}

.bxl-facebook:before {
    content: "\e927"
}

.bxl-facebook-square:before {
    content: "\e928"
}

.bxl-firefox:before {
    content: "\e929"
}

.bxl-flickr:before {
    content: "\e92a"
}

.bxl-flickr-square:before {
    content: "\e92b"
}

.bxl-foursquare:before {
    content: "\e92c"
}

.bxl-git:before {
    content: "\e92d"
}

.bxl-github:before {
    content: "\e92e"
}

.bxl-google:before {
    content: "\e92f"
}

.bxl-google-plus:before {
    content: "\e930"
}

.bxl-google-plus-circle:before {
    content: "\e931"
}

.bxl-html5:before {
    content: "\e932"
}

.bxl-instagram:before {
    content: "\e933"
}

.bxl-instagram-alt:before {
    content: "\e934"
}

.bxl-internet-explorer:before {
    content: "\e935"
}

.bxl-invision:before {
    content: "\e936"
}

.bxl-javascript:before {
    content: "\e937"
}

.bxl-joomla:before {
    content: "\e938"
}

.bxl-jsfiddle:before {
    content: "\e939"
}

.bxl-kickstarter:before {
    content: "\e93a"
}

.bxl-less:before {
    content: "\e93b"
}

.bxl-linkedin:before {
    content: "\e93c"
}

.bxl-linkedin-square:before {
    content: "\e93d"
}

.bxl-magento:before {
    content: "\e93e"
}

.bxl-mailchimp:before {
    content: "\e93f"
}

.bxl-mastercard:before {
    content: "\e940"
}

.bxl-medium:before {
    content: "\e941"
}

.bxl-medium-old:before {
    content: "\e942"
}

.bxl-medium-square:before {
    content: "\e943"
}

.bxl-messenger:before {
    content: "\e944"
}

.bxl-microsoft:before {
    content: "\e945"
}

.bxl-nodejs:before {
    content: "\e946"
}

.bxl-opera:before {
    content: "\e947"
}

.bxl-paypal:before {
    content: "\e948"
}

.bxl-periscope:before {
    content: "\e949"
}

.bxl-pinterest:before {
    content: "\e94a"
}

.bxl-play-store:before {
    content: "\e94b"
}

.bxl-pocket:before {
    content: "\e94c"
}

.bxl-product-hunt:before {
    content: "\e94d"
}

.bxl-quora:before {
    content: "\e94e"
}

.bxl-react:before {
    content: "\e94f"
}

.bxl-reddit:before {
    content: "\e950"
}

.bxl-redux:before {
    content: "\e951"
}

.bxl-sass:before {
    content: "\e952"
}

.bxl-shopify:before {
    content: "\e953"
}

.bxl-skype:before {
    content: "\e954"
}

.bxl-slack:before {
    content: "\e955"
}

.bxl-slack-old:before {
    content: "\e956"
}

.bxl-snapchat:before {
    content: "\e957"
}

.bxl-soundcloud:before {
    content: "\e958"
}

.bxl-spotify:before {
    content: "\e959"
}

.bxl-squarespace:before {
    content: "\e95a"
}

.bxl-stack-overflow:before {
    content: "\e95b"
}

.bxl-stripe:before {
    content: "\e95c"
}

.bxl-telegram:before {
    content: "\e95d"
}

.bxl-trello:before {
    content: "\e95e"
}

.bxl-tumblr:before {
    content: "\e95f"
}

.bxl-twitch:before {
    content: "\e960"
}

.bxl-twitter:before {
    content: "\e961"
}

.bxl-unsplash:before {
    content: "\e962"
}

.bxl-vimeo:before {
    content: "\e963"
}

.bxl-visa:before {
    content: "\e964"
}

.bxl-vk:before {
    content: "\e965"
}

.bxl-vuejs:before {
    content: "\e966"
}

.bxl-whatsapp:before {
    content: "\e967"
}

.bxl-whatsapp-square:before {
    content: "\e968"
}

.bxl-wikipedia:before {
    content: "\e969"
}

.bxl-windows:before {
    content: "\e96a"
}

.bxl-wix:before {
    content: "\e96b"
}

.bxl-wordpress:before {
    content: "\e96c"
}

.bxl-yahoo:before {
    content: "\e96d"
}

.bxl-yelp:before {
    content: "\e96e"
}

.bxl-youtube:before {
    content: "\e96f"
}

.bx-accessibility:before {
    content: "\e970"
}

.bx-add-to-queue:before {
    content: "\e971"
}

.bx-adjust:before {
    content: "\e972"
}

.bx-alarm:before {
    content: "\e973"
}

.bx-alarm-add:before {
    content: "\e974"
}

.bx-alarm-off:before {
    content: "\e975"
}

.bx-album:before {
    content: "\e976"
}

.bx-align-justify:before {
    content: "\e977"
}

.bx-align-left:before {
    content: "\e978"
}

.bx-align-middle:before {
    content: "\e979"
}

.bx-align-right:before {
    content: "\e97a"
}

.bx-analyse:before {
    content: "\e97b"
}

.bx-anchor:before {
    content: "\e97c"
}

.bx-angry:before {
    content: "\e97d"
}

.bx-aperture:before {
    content: "\e97e"
}

.bx-archive:before {
    content: "\e97f"
}

.bx-archive-in:before {
    content: "\e980"
}

.bx-archive-out:before {
    content: "\e981"
}

.bx-area:before {
    content: "\e982"
}

.bx-arrow-back:before {
    content: "\e983"
}

.bx-at:before {
    content: "\e984"
}

.bx-award:before {
    content: "\e985"
}

.bx-badge:before {
    content: "\e986"
}

.bx-badge-check:before {
    content: "\e987"
}

.bx-ball:before {
    content: "\e988"
}

.bx-band-aid:before {
    content: "\e989"
}

.bx-bar-chart:before {
    content: "\e98a"
}

.bx-bar-chart-alt:before {
    content: "\e98b"
}

.bx-bar-chart-alt-2:before {
    content: "\e98c"
}

.bx-bar-chart-square:before {
    content: "\e98d"
}

.bx-barcode:before {
    content: "\e98e"
}

.bx-basket:before {
    content: "\e98f"
}

.bx-basketball:before {
    content: "\e990"
}

.bx-bath:before {
    content: "\e991"
}

.bx-battery:before {
    content: "\e992"
}

.bx-bed:before {
    content: "\e993"
}

.bx-bell:before {
    content: "\e994"
}

.bx-bell-minus:before {
    content: "\e995"
}

.bx-bell-off:before {
    content: "\e996"
}

.bx-bell-plus:before {
    content: "\e997"
}

.bx-bitcoin:before {
    content: "\e998"
}

.bx-block:before {
    content: "\e999"
}

.bx-bluetooth:before {
    content: "\e99a"
}

.bx-body:before {
    content: "\e99b"
}

.bx-bold:before {
    content: "\e99c"
}

.bx-bolt-circle:before {
    content: "\e99d"
}

.bx-book:before {
    content: "\e99e"
}

.bx-book-bookmark:before {
    content: "\e99f"
}

.bx-book-content:before {
    content: "\e9a0"
}

.bx-bookmark:before {
    content: "\e9a1"
}

.bx-bookmark-minus:before {
    content: "\e9a2"
}

.bx-bookmark-plus:before {
    content: "\e9a3"
}

.bx-bookmarks:before {
    content: "\e9a4"
}

.bx-book-open:before {
    content: "\e9a5"
}

.bx-border-all:before {
    content: "\e9a6"
}

.bx-border-bottom:before {
    content: "\e9a7"
}

.bx-border-left:before {
    content: "\e9a8"
}

.bx-border-radius:before {
    content: "\e9a9"
}

.bx-border-right:before {
    content: "\e9aa"
}

.bx-border-top:before {
    content: "\e9ab"
}

.bx-bot:before {
    content: "\e9ac"
}

.bx-bowling-ball:before {
    content: "\e9ad"
}

.bx-box:before {
    content: "\e9ae"
}

.bx-briefcase:before {
    content: "\e9af"
}

.bx-briefcase-alt:before {
    content: "\e9b0"
}

.bx-briefcase-alt-2:before {
    content: "\e9b1"
}

.bx-brightness:before {
    content: "\e9b2"
}

.bx-brightness-half:before {
    content: "\e9b3"
}

.bx-broadcast:before {
    content: "\e9b4"
}

.bx-brush:before {
    content: "\e9b5"
}

.bx-brush-alt:before {
    content: "\e9b6"
}

.bx-bug:before {
    content: "\e9b7"
}

.bx-bug-alt:before {
    content: "\e9b8"
}

.bx-building:before {
    content: "\e9b9"
}

.bx-building-house:before {
    content: "\e9ba"
}

.bx-buildings:before {
    content: "\e9bb"
}

.bx-bulb:before {
    content: "\e9bc"
}

.bx-bullseye:before {
    content: "\e9bd"
}

.bx-buoy:before {
    content: "\e9be"
}

.bx-bus:before {
    content: "\e9bf"
}

.bx-cake:before {
    content: "\e9c0"
}

.bx-calculator:before {
    content: "\e9c1"
}

.bx-calendar:before {
    content: "\e9c2"
}

.bx-calendar-alt:before {
    content: "\e9c3"
}

.bx-calendar-check:before {
    content: "\e9c4"
}

.bx-calendar-event:before {
    content: "\e9c5"
}

.bx-calendar-minus:before {
    content: "\e9c6"
}

.bx-calendar-plus:before {
    content: "\e9c7"
}

.bx-calendar-x:before {
    content: "\e9c8"
}

.bx-camera:before {
    content: "\e9c9"
}

.bx-camera-off:before {
    content: "\e9ca"
}

.bx-captions:before {
    content: "\e9cb"
}

.bx-car:before {
    content: "\e9cc"
}

.bx-card:before {
    content: "\e9cd"
}

.bx-caret-down:before {
    content: "\e9ce"
}

.bx-caret-left:before {
    content: "\e9cf"
}

.bx-caret-right:before {
    content: "\e9d0"
}

.bx-caret-up:before {
    content: "\e9d1"
}

.bx-carousel:before {
    content: "\e9d2"
}

.bx-cart:before {
    content: "\e9d3"
}

.bx-cart-alt:before {
    content: "\e9d4"
}

.bx-cast:before {
    content: "\e9d5"
}

.bx-certification:before {
    content: "\e9d6"
}

.bx-chalkboard:before {
    content: "\e9d7"
}

.bx-chart:before {
    content: "\e9d8"
}

.bx-chat:before {
    content: "\e9d9"
}

.bx-check:before {
    content: "\e9da"
}

.bx-checkbox:before {
    content: "\e9db"
}

.bx-checkbox-checked:before {
    content: "\e9dc"
}

.bx-checkbox-square:before {
    content: "\e9dd"
}

.bx-check-circle:before {
    content: "\e9de"
}

.bx-check-double:before {
    content: "\e9df"
}

.bx-check-shield:before {
    content: "\e9e0"
}

.bx-check-square:before {
    content: "\e9e1"
}

.bx-chevron-down:before {
    content: "\e9e2"
}

.bx-chevron-left:before {
    content: "\e9e3"
}

.bx-chevron-right:before {
    content: "\e9e4"
}

.bx-chevrons-down:before {
    content: "\e9e5"
}

.bx-chevrons-left:before {
    content: "\e9e6"
}

.bx-chevrons-right:before {
    content: "\e9e7"
}

.bx-chevrons-up:before {
    content: "\e9e8"
}

.bx-chevron-up:before {
    content: "\e9e9"
}

.bx-chip:before {
    content: "\e9ea"
}

.bx-circle:before {
    content: "\e9eb"
}

.bx-clinic:before {
    content: "\e9ec"
}

.bx-clipboard:before {
    content: "\e9ed"
}

.bx-closet:before {
    content: "\e9ee"
}

.bx-cloud:before {
    content: "\e9ef"
}

.bx-cloud-download:before {
    content: "\e9f0"
}

.bx-cloud-drizzle:before {
    content: "\e9f1"
}

.bx-cloud-lightning:before {
    content: "\e9f2"
}

.bx-cloud-light-rain:before {
    content: "\e9f3"
}

.bx-cloud-rain:before {
    content: "\e9f4"
}

.bx-cloud-snow:before {
    content: "\e9f5"
}

.bx-cloud-upload:before {
    content: "\e9f6"
}

.bx-code:before {
    content: "\e9f7"
}

.bx-code-alt:before {
    content: "\e9f8"
}

.bx-code-block:before {
    content: "\e9f9"
}

.bx-code-curly:before {
    content: "\e9fa"
}

.bx-coffee:before {
    content: "\e9fb"
}

.bx-cog:before {
    content: "\e9fc"
}

.bx-collapse:before {
    content: "\e9fd"
}

.bx-collection:before {
    content: "\e9fe"
}

.bx-columns:before {
    content: "\e9ff"
}

.bx-command:before {
    content: "\ea00"
}

.bx-comment:before {
    content: "\ea01"
}

.bx-comment-dots:before {
    content: "\ea02"
}

.bx-compass:before {
    content: "\ea03"
}

.bx-confused:before {
    content: "\ea04"
}

.bx-conversation:before {
    content: "\ea05"
}

.bx-cool:before {
    content: "\ea06"
}

.bx-copy:before {
    content: "\ea07"
}

.bx-copy-alt:before {
    content: "\ea08"
}

.bx-copyright:before {
    content: "\ea09"
}

.bx-credit-card:before {
    content: "\ea0a"
}

.bx-credit-card-alt:before {
    content: "\ea0b"
}

.bx-crop:before {
    content: "\ea0c"
}

.bx-crosshair:before {
    content: "\ea0d"
}

.bx-crown:before {
    content: "\ea0e"
}

.bx-cube:before {
    content: "\ea0f"
}

.bx-cube-alt:before {
    content: "\ea10"
}

.bx-cuboid:before {
    content: "\ea11"
}

.bx-customize:before {
    content: "\ea12"
}

.bx-cut:before {
    content: "\ea13"
}

.bx-cycling:before {
    content: "\ea14"
}

.bx-cylinder:before {
    content: "\ea15"
}

.bx-data:before {
    content: "\ea16"
}

.bx-desktop:before {
    content: "\ea17"
}

.bx-detail:before {
    content: "\ea18"
}

.bx-devices:before {
    content: "\ea19"
}

.bx-dialpad:before {
    content: "\ea1a"
}

.bx-dialpad-alt:before {
    content: "\ea1b"
}

.bx-diamond:before {
    content: "\ea1c"
}

.bx-directions:before {
    content: "\ea1d"
}

.bx-disc:before {
    content: "\ea1e"
}

.bx-dish:before {
    content: "\ea1f"
}

.bx-dislike:before {
    content: "\ea20"
}

.bx-dizzy:before {
    content: "\ea21"
}

.bx-dna:before {
    content: "\ea22"
}

.bx-dock-bottom:before {
    content: "\ea23"
}

.bx-dock-left:before {
    content: "\ea24"
}

.bx-dock-right:before {
    content: "\ea25"
}

.bx-dock-top:before {
    content: "\ea26"
}

.bx-dollar:before {
    content: "\ea27"
}

.bx-dollar-circle:before {
    content: "\ea28"
}

.bx-dots-horizontal:before {
    content: "\ea29"
}

.bx-dots-horizontal-rounded:before {
    content: "\ea2a"
}

.bx-dots-vertical:before {
    content: "\ea2b"
}

.bx-dots-vertical-rounded:before {
    content: "\ea2c"
}

.bx-doughnut-chart:before {
    content: "\ea2d"
}

.bx-down-arrow:before {
    content: "\ea2e"
}

.bx-down-arrow-alt:before {
    content: "\ea2f"
}

.bx-down-arrow-circle:before {
    content: "\ea30"
}

.bx-download:before {
    content: "\ea31"
}

.bx-downvote:before {
    content: "\ea32"
}

.bx-droplet:before {
    content: "\ea33"
}

.bx-dumbbell:before {
    content: "\ea34"
}

.bx-duplicate:before {
    content: "\ea35"
}

.bx-edit:before {
    content: "\ea36"
}

.bx-edit-alt:before {
    content: "\ea37"
}

.bx-envelope:before {
    content: "\ea38"
}

.bx-equalizer:before {
    content: "\ea39"
}

.bx-error:before {
    content: "\ea3a"
}

.bx-error-alt:before {
    content: "\ea3b"
}

.bx-error-circle:before {
    content: "\ea3c"
}

.bx-euro:before {
    content: "\ea3d"
}

.bx-exit:before {
    content: "\ea3e"
}

.bx-exit-fullscreen:before {
    content: "\ea3f"
}

.bx-expand:before {
    content: "\ea40"
}

.bx-export:before {
    content: "\ea41"
}

.bx-extension:before {
    content: "\ea42"
}

.bx-face:before {
    content: "\ea43"
}

.bx-fast-forward:before {
    content: "\ea44"
}

.bx-fast-forward-circle:before {
    content: "\ea45"
}

.bx-female:before {
    content: "\ea46"
}

.bx-female-sign:before {
    content: "\ea47"
}

.bx-file:before {
    content: "\ea48"
}

.bx-file-blank:before {
    content: "\ea49"
}

.bx-file-find:before {
    content: "\ea4a"
}

.bx-film:before {
    content: "\ea4b"
}

.bx-filter:before {
    content: "\ea4c"
}

.bx-filter-alt:before {
    content: "\ea4d"
}

.bx-fingerprint:before {
    content: "\ea4e"
}

.bx-first-aid:before {
    content: "\ea4f"
}

.bx-first-page:before {
    content: "\ea50"
}

.bx-flag:before {
    content: "\ea51"
}

.bx-folder:before {
    content: "\ea52"
}

.bx-folder-minus:before {
    content: "\ea53"
}

.bx-folder-open:before {
    content: "\ea54"
}

.bx-folder-plus:before {
    content: "\ea55"
}

.bx-font:before {
    content: "\ea56"
}

.bx-font-color:before {
    content: "\ea57"
}

.bx-font-family:before {
    content: "\ea58"
}

.bx-font-size:before {
    content: "\ea59"
}

.bx-food-menu:before {
    content: "\ea5a"
}

.bx-food-tag:before {
    content: "\ea5b"
}

.bx-football:before {
    content: "\ea5c"
}

.bx-fridge:before {
    content: "\ea5d"
}

.bx-fullscreen:before {
    content: "\ea5e"
}

.bx-gas-pump:before {
    content: "\ea5f"
}

.bx-ghost:before {
    content: "\ea60"
}

.bx-gift:before {
    content: "\ea61"
}

.bx-git-branch:before {
    content: "\ea62"
}

.bx-git-commit:before {
    content: "\ea63"
}

.bx-git-compare:before {
    content: "\ea64"
}

.bx-git-merge:before {
    content: "\ea65"
}

.bx-git-pull-request:before {
    content: "\ea66"
}

.bx-git-repo-forked:before {
    content: "\ea67"
}

.bx-globe:before {
    content: "\ea68"
}

.bx-globe-alt:before {
    content: "\ea69"
}

.bx-grid:before {
    content: "\ea6a"
}

.bx-grid-alt:before {
    content: "\ea6b"
}

.bx-grid-horizontal:before {
    content: "\ea6c"
}

.bx-grid-small:before {
    content: "\ea6d"
}

.bx-grid-vertical:before {
    content: "\ea6e"
}

.bx-group:before {
    content: "\ea6f"
}

.bx-handicap:before {
    content: "\ea70"
}

.bx-happy:before {
    content: "\ea71"
}

.bx-happy-alt:before {
    content: "\ea72"
}

.bx-happy-beaming:before {
    content: "\ea73"
}

.bx-happy-heart-eyes:before {
    content: "\ea74"
}

.bx-hash:before {
    content: "\ea75"
}

.bx-hdd:before {
    content: "\ea76"
}

.bx-heading:before {
    content: "\ea77"
}

.bx-headphone:before {
    content: "\ea78"
}

.bx-health:before {
    content: "\ea79"
}

.bx-heart:before {
    content: "\ea7a"
}

.bx-help-circle:before {
    content: "\ea7b"
}

.bx-hide:before {
    content: "\ea7c"
}

.bx-highlight:before {
    content: "\ea7d"
}

.bx-history:before {
    content: "\ea7e"
}

.bx-hive:before {
    content: "\ea7f"
}

.bx-home:before {
    content: "\ea80"
}

.bx-home-alt:before {
    content: "\ea81"
}

.bx-home-circle:before {
    content: "\ea82"
}

.bx-horizontal-center:before {
    content: "\ea83"
}

.bx-hotel:before {
    content: "\ea84"
}

.bx-hourglass:before {
    content: "\ea85"
}

.bx-id-card:before {
    content: "\ea86"
}

.bx-image:before {
    content: "\ea87"
}

.bx-image-add:before {
    content: "\ea88"
}

.bx-image-alt:before {
    content: "\ea89"
}

.bx-images:before {
    content: "\ea8a"
}

.bx-import:before {
    content: "\ea8b"
}

.bx-infinite:before {
    content: "\ea8c"
}

.bx-info-circle:before {
    content: "\ea8d"
}

.bx-italic:before {
    content: "\ea8e"
}

.bx-joystick:before {
    content: "\ea8f"
}

.bx-joystick-alt:before {
    content: "\ea90"
}

.bx-joystick-button:before {
    content: "\ea91"
}

.bx-key:before {
    content: "\ea92"
}

.bx-label:before {
    content: "\ea93"
}

.bx-landscape:before {
    content: "\ea94"
}

.bx-laptop:before {
    content: "\ea95"
}

.bx-last-page:before {
    content: "\ea96"
}

.bx-laugh:before {
    content: "\ea97"
}

.bx-layer:before {
    content: "\ea98"
}

.bx-layout:before {
    content: "\ea99"
}

.bx-left-arrow:before {
    content: "\ea9a"
}

.bx-left-arrow-alt:before {
    content: "\ea9b"
}

.bx-left-arrow-circle:before {
    content: "\ea9c"
}

.bx-left-down-arrow-circle:before {
    content: "\ea9d"
}

.bx-left-indent:before {
    content: "\ea9e"
}

.bx-left-top-arrow-circle:before {
    content: "\ea9f"
}

.bx-like:before {
    content: "\eaa0"
}

.bx-line-chart:before {
    content: "\eaa1"
}

.bx-link:before {
    content: "\eaa2"
}

.bx-link-alt:before {
    content: "\eaa3"
}

.bx-link-external:before {
    content: "\eaa4"
}

.bx-lira:before {
    content: "\eaa5"
}

.bx-list-check:before {
    content: "\eaa6"
}

.bx-list-minus:before {
    content: "\eaa7"
}

.bx-list-ol:before {
    content: "\eaa8"
}

.bx-list-plus:before {
    content: "\eaa9"
}

.bx-list-ul:before {
    content: "\eaaa"
}

.bx-loader:before {
    content: "\eaab"
}

.bx-loader-alt:before {
    content: "\eaac"
}

.bx-loader-circle:before {
    content: "\eaad"
}

.bx-lock:before {
    content: "\eaae"
}

.bx-lock-alt:before {
    content: "\eaaf"
}

.bx-lock-open:before {
    content: "\eab0"
}

.bx-lock-open-alt:before {
    content: "\eab1"
}

.bx-log-in:before {
    content: "\eab2"
}

.bx-log-in-circle:before {
    content: "\eab3"
}

.bx-log-out:before {
    content: "\eab4"
}

.bx-log-out-circle:before {
    content: "\eab5"
}

.bx-magnet:before {
    content: "\eab6"
}

.bx-mail-send:before {
    content: "\eab7"
}

.bx-male:before {
    content: "\eab8"
}

.bx-male-sign:before {
    content: "\eab9"
}

.bx-map:before {
    content: "\eaba"
}

.bx-map-alt:before {
    content: "\eabb"
}

.bx-map-pin:before {
    content: "\eabc"
}

.bx-meh:before {
    content: "\eabd"
}

.bx-meh-alt:before {
    content: "\eabe"
}

.bx-meh-blank:before {
    content: "\eabf"
}

.bx-memory-card:before {
    content: "\eac0"
}

.bx-menu:before {
    content: "\eac1"
}

.bx-menu-alt-left:before {
    content: "\eac2"
}

.bx-menu-alt-right:before {
    content: "\eac3"
}

.bx-message:before {
    content: "\eac4"
}

.bx-message-alt:before {
    content: "\eac5"
}

.bx-message-alt-dots:before {
    content: "\eac6"
}

.bx-message-dots:before {
    content: "\eac7"
}

.bx-message-rounded:before {
    content: "\eac8"
}

.bx-message-rounded-dots:before {
    content: "\eac9"
}

.bx-message-square:before {
    content: "\eaca"
}

.bx-message-square-dots:before {
    content: "\eacb"
}

.bx-microphone:before {
    content: "\eacc"
}

.bx-microphone-off:before {
    content: "\eacd"
}

.bx-minus:before {
    content: "\eace"
}

.bx-minus-circle:before {
    content: "\eacf"
}

.bx-mobile:before {
    content: "\ead0"
}

.bx-mobile-alt:before {
    content: "\ead1"
}

.bx-mobile-landscape:before {
    content: "\ead2"
}

.bx-mobile-vibration:before {
    content: "\ead3"
}

.bx-money:before {
    content: "\ead4"
}

.bx-moon:before {
    content: "\ead5"
}

.bx-mouse:before {
    content: "\ead6"
}

.bx-mouse-alt:before {
    content: "\ead7"
}

.bx-move:before {
    content: "\ead8"
}

.bx-move-horizontal:before {
    content: "\ead9"
}

.bx-move-vertical:before {
    content: "\eada"
}

.bx-movie:before {
    content: "\eadb"
}

.bx-music:before {
    content: "\eadc"
}

.bx-navigation:before {
    content: "\eadd"
}

.bx-news:before {
    content: "\eade"
}

.bx-no-entry:before {
    content: "\eadf"
}

.bx-note:before {
    content: "\eae0"
}

.bx-notepad:before {
    content: "\eae1"
}

.bx-notification:before {
    content: "\eae2"
}

.bx-notification-off:before {
    content: "\eae3"
}

.bx-package:before {
    content: "\eae4"
}

.bx-paint:before {
    content: "\eae5"
}

.bx-paint-roll:before {
    content: "\eae6"
}

.bx-palette:before {
    content: "\eae7"
}

.bx-paperclip:before {
    content: "\eae8"
}

.bx-paper-plane:before {
    content: "\eae9"
}

.bx-paragraph:before {
    content: "\eaea"
}

.bx-paste:before {
    content: "\eaeb"
}

.bx-pause:before {
    content: "\eaec"
}

.bx-pause-circle:before {
    content: "\eaed"
}

.bx-pen:before {
    content: "\eaee"
}

.bx-pencil:before {
    content: "\eaef"
}

.bx-phone:before {
    content: "\eaf0"
}

.bx-phone-call:before {
    content: "\eaf1"
}

.bx-phone-incoming:before {
    content: "\eaf2"
}

.bx-phone-outgoing:before {
    content: "\eaf3"
}

.bx-photo-album:before {
    content: "\eaf4"
}

.bx-pie-chart:before {
    content: "\eaf5"
}

.bx-pie-chart-alt:before {
    content: "\eaf6"
}

.bx-pie-chart-alt-2:before {
    content: "\eaf7"
}

.bx-pin:before {
    content: "\eaf8"
}

.bx-planet:before {
    content: "\eaf9"
}

.bx-play:before {
    content: "\eafa"
}

.bx-play-circle:before {
    content: "\eafb"
}

.bx-plug:before {
    content: "\eafc"
}

.bx-plus:before {
    content: "\eafd"
}

.bx-plus-circle:before {
    content: "\eafe"
}

.bx-plus-medical:before {
    content: "\eaff"
}

.bx-poll:before {
    content: "\eb00"
}

.bx-polygon:before {
    content: "\eb01"
}

.bx-pound:before {
    content: "\eb02"
}

.bx-power-off:before {
    content: "\eb03"
}

.bx-printer:before {
    content: "\eb04"
}

.bx-pulse:before {
    content: "\eb05"
}

.bx-purchase-tag:before {
    content: "\eb06"
}

.bx-purchase-tag-alt:before {
    content: "\eb07"
}

.bx-pyramid:before {
    content: "\eb08"
}

.bx-question-mark:before {
    content: "\eb09"
}

.bx-radar:before {
    content: "\eb0a"
}

.bx-radio:before {
    content: "\eb0b"
}

.bx-radio-circle:before {
    content: "\eb0c"
}

.bx-radio-circle-marked:before {
    content: "\eb0d"
}

.bx-receipt:before {
    content: "\eb0e"
}

.bx-rectangle:before {
    content: "\eb0f"
}

.bx-redo:before {
    content: "\eb10"
}

.bx-rename:before {
    content: "\eb11"
}

.bx-repeat:before {
    content: "\eb12"
}

.bx-reply:before {
    content: "\eb13"
}

.bx-reply-all:before {
    content: "\eb14"
}

.bx-repost:before {
    content: "\eb15"
}

.bx-reset:before {
    content: "\eb16"
}

.bx-restaurant:before {
    content: "\eb17"
}

.bx-revision:before {
    content: "\eb18"
}

.bx-rewind:before {
    content: "\eb19"
}

.bx-rewind-circle:before {
    content: "\eb1a"
}

.bx-right-arrow:before {
    content: "\eb1b"
}

.bx-right-arrow-alt:before {
    content: "\eb1c"
}

.bx-right-arrow-circle:before {
    content: "\eb1d"
}

.bx-right-down-arrow-circle:before {
    content: "\eb1e"
}

.bx-right-indent:before {
    content: "\eb1f"
}

.bx-right-top-arrow-circle:before {
    content: "\eb20"
}

.bx-rocket:before {
    content: "\eb21"
}

.bx-rotate-left:before {
    content: "\eb22"
}

.bx-rotate-right:before {
    content: "\eb23"
}

.bx-rss:before {
    content: "\eb24"
}

.bx-ruble:before {
    content: "\eb25"
}

.bx-ruler:before {
    content: "\eb26"
}

.bx-run:before {
    content: "\eb27"
}

.bx-rupee:before {
    content: "\eb28"
}

.bx-sad:before {
    content: "\eb29"
}

.bx-save:before {
    content: "\eb2a"
}

.bx-screenshot:before {
    content: "\eb2b"
}

.bx-search:before {
    content: "\eb2c"
}

.bx-search-alt:before {
    content: "\eb2d"
}

.bx-search-alt-2:before {
    content: "\eb2e"
}

.bx-selection:before {
    content: "\eb2f"
}

.bx-select-multiple:before {
    content: "\eb30"
}

.bx-send:before {
    content: "\eb31"
}

.bx-server:before {
    content: "\eb32"
}

.bx-shape-circle:before {
    content: "\eb33"
}

.bx-shape-square:before {
    content: "\eb34"
}

.bx-shape-triangle:before {
    content: "\eb35"
}

.bx-share:before {
    content: "\eb36"
}

.bx-share-alt:before {
    content: "\eb37"
}

.bx-shekel:before {
    content: "\eb38"
}

.bx-shield:before {
    content: "\eb39"
}

.bx-shield-alt:before {
    content: "\eb3a"
}

.bx-shield-alt-2:before {
    content: "\eb3b"
}

.bx-shield-quarter:before {
    content: "\eb3c"
}

.bx-shocked:before {
    content: "\eb3d"
}

.bx-shopping-bag:before {
    content: "\eb3e"
}

.bx-show:before {
    content: "\eb3f"
}

.bx-show-alt:before {
    content: "\eb40"
}

.bx-shuffle:before {
    content: "\eb41"
}

.bx-sidebar:before {
    content: "\eb42"
}

.bx-sitemap:before {
    content: "\eb43"
}

.bx-skip-next:before {
    content: "\eb44"
}

.bx-skip-next-circle:before {
    content: "\eb45"
}

.bx-skip-previous:before {
    content: "\eb46"
}

.bx-skip-previous-circle:before {
    content: "\eb47"
}

.bx-sleepy:before {
    content: "\eb48"
}

.bx-slider:before {
    content: "\eb49"
}

.bx-slider-alt:before {
    content: "\eb4a"
}

.bx-slideshow:before {
    content: "\eb4b"
}

.bx-smile:before {
    content: "\eb4c"
}

.bx-sort:before {
    content: "\eb4d"
}

.bx-sort-a-z:before {
    content: "\eb4e"
}

.bx-sort-down:before {
    content: "\eb4f"
}

.bx-sort-up:before {
    content: "\eb50"
}

.bx-sort-z-a:before {
    content: "\eb51"
}

.bx-spa:before {
    content: "\eb52"
}

.bx-space-bar:before {
    content: "\eb53"
}

.bx-spreadsheet:before {
    content: "\eb54"
}

.bx-square:before {
    content: "\eb55"
}

.bx-square-rounded:before {
    content: "\eb56"
}

.bx-star:before {
    content: "\eb57"
}

.bx-station:before {
    content: "\eb58"
}

.bx-stats:before {
    content: "\eb59"
}

.bx-sticker:before {
    content: "\eb5a"
}

.bx-stop:before {
    content: "\eb5b"
}

.bx-stop-circle:before {
    content: "\eb5c"
}

.bx-stopwatch:before {
    content: "\eb5d"
}

.bx-store:before {
    content: "\eb5e"
}

.bx-store-alt:before {
    content: "\eb5f"
}

.bx-street-view:before {
    content: "\eb60"
}

.bx-strikethrough:before {
    content: "\eb61"
}

.bx-subdirectory-left:before {
    content: "\eb62"
}

.bx-subdirectory-right:before {
    content: "\eb63"
}

.bx-sun:before {
    content: "\eb64"
}

.bx-support:before {
    content: "\eb65"
}

.bx-swim:before {
    content: "\eb66"
}

.bx-sync:before {
    content: "\eb67"
}

.bx-tab:before {
    content: "\eb68"
}

.bx-table:before {
    content: "\eb69"
}

.bx-tag:before {
    content: "\eb6a"
}

.bx-target-lock:before {
    content: "\eb6b"
}

.bx-task:before {
    content: "\eb6c"
}

.bx-taxi:before {
    content: "\eb6d"
}

.bx-tennis-ball:before {
    content: "\eb6e"
}

.bx-terminal:before {
    content: "\eb6f"
}

.bx-test-tube:before {
    content: "\eb70"
}

.bx-text:before {
    content: "\eb71"
}

.bx-time:before {
    content: "\eb72"
}

.bx-time-five:before {
    content: "\eb73"
}

.bx-timer:before {
    content: "\eb74"
}

.bx-tired:before {
    content: "\eb75"
}

.bx-toggle-left:before {
    content: "\eb76"
}

.bx-toggle-right:before {
    content: "\eb77"
}

.bx-tone:before {
    content: "\eb78"
}

.bx-train:before {
    content: "\eb79"
}

.bx-transfer:before {
    content: "\eb7a"
}

.bx-transfer-alt:before {
    content: "\eb7b"
}

.bx-trash:before {
    content: "\eb7c"
}

.bx-trash-alt:before {
    content: "\eb7d"
}

.bx-trending-down:before {
    content: "\eb7e"
}

.bx-trending-up:before {
    content: "\eb7f"
}

.bx-trophy:before {
    content: "\eb80"
}

.bx-tv:before {
    content: "\eb81"
}

.bx-underline:before {
    content: "\eb82"
}

.bx-undo:before {
    content: "\eb83"
}

.bx-unlink:before {
    content: "\eb84"
}

.bx-up-arrow:before {
    content: "\eb85"
}

.bx-up-arrow-alt:before {
    content: "\eb86"
}

.bx-up-arrow-circle:before {
    content: "\eb87"
}

.bx-upload:before {
    content: "\eb88"
}

.bx-upside-down:before {
    content: "\eb89"
}

.bx-upvote:before {
    content: "\eb8a"
}

.bx-usb:before {
    content: "\eb8b"
}

.bx-user:before {
    content: "\eb8c"
}

.bx-user-check:before {
    content: "\eb8d"
}

.bx-user-circle:before {
    content: "\eb8e"
}

.bx-user-minus:before {
    content: "\eb8f"
}

.bx-user-pin:before {
    content: "\eb90"
}

.bx-user-plus:before {
    content: "\eb91"
}

.bx-user-voice:before {
    content: "\eb92"
}

.bx-user-x:before {
    content: "\eb93"
}

.bx-vertical-center:before {
    content: "\eb94"
}

.bx-video:before {
    content: "\eb95"
}

.bx-video-off:before {
    content: "\eb96"
}

.bx-video-plus:before {
    content: "\eb97"
}

.bx-video-recording:before {
    content: "\eb98"
}

.bx-voicemail:before {
    content: "\eb99"
}

.bx-volume:before {
    content: "\eb9a"
}

.bx-volume-full:before {
    content: "\eb9b"
}

.bx-volume-low:before {
    content: "\eb9c"
}

.bx-volume-mute:before {
    content: "\eb9d"
}

.bx-walk:before {
    content: "\eb9e"
}

.bx-wallet:before {
    content: "\eb9f"
}

.bx-wallet-alt:before {
    content: "\eba0"
}

.bx-water:before {
    content: "\eba1"
}

.bx-wifi:before {
    content: "\eba2"
}

.bx-wifi-off:before {
    content: "\eba3"
}

.bx-wind:before {
    content: "\eba4"
}

.bx-window:before {
    content: "\eba5"
}

.bx-window-close:before {
    content: "\eba6"
}

.bx-window-open:before {
    content: "\eba7"
}

.bx-windows:before {
    content: "\eba8"
}

.bx-wink-smile:before {
    content: "\eba9"
}

.bx-wink-tongue:before {
    content: "\ebaa"
}

.bx-won:before {
    content: "\ebab"
}

.bx-world:before {
    content: "\ebac"
}

.bx-wrench:before {
    content: "\ebad"
}

.bx-x:before {
    content: "\ebae"
}

.bx-x-circle:before {
    content: "\ebaf"
}

.bx-yen:before {
    content: "\ebb0"
}

.bx-zoom-in:before {
    content: "\ebb1"
}

.bx-zoom-out:before {
    content: "\ebb2"
}

.bxs-add-to-queue:before {
    content: "\ebb3"
}

.bxs-adjust:before {
    content: "\ebb4"
}

.bxs-adjust-alt:before {
    content: "\ebb5"
}

.bxs-alarm:before {
    content: "\ebb6"
}

.bxs-alarm-add:before {
    content: "\ebb7"
}

.bxs-alarm-off:before {
    content: "\ebb8"
}

.bxs-album:before {
    content: "\ebb9"
}

.bxs-ambulance:before {
    content: "\ebba"
}

.bxs-analyse:before {
    content: "\ebbb"
}

.bxs-angry:before {
    content: "\ebbc"
}

.bxs-archive:before {
    content: "\ebbd"
}

.bxs-archive-in:before {
    content: "\ebbe"
}

.bxs-archive-out:before {
    content: "\ebbf"
}

.bxs-area:before {
    content: "\ebc0"
}

.bxs-award:before {
    content: "\ebc1"
}

.bxs-baby-carriage:before {
    content: "\ebc2"
}

.bxs-badge:before {
    content: "\ebc3"
}

.bxs-badge-check:before {
    content: "\ebc4"
}

.bxs-ball:before {
    content: "\ebc5"
}

.bxs-band-aid:before {
    content: "\ebc6"
}

.bxs-bank:before {
    content: "\ebc7"
}

.bxs-bar-chart-alt-2:before {
    content: "\ebc8"
}

.bxs-bar-chart-square:before {
    content: "\ebc9"
}

.bxs-barcode:before {
    content: "\ebca"
}

.bxs-basket:before {
    content: "\ebcb"
}

.bxs-bath:before {
    content: "\ebcc"
}

.bxs-battery:before {
    content: "\ebcd"
}

.bxs-battery-charging:before {
    content: "\ebce"
}

.bxs-battery-full:before {
    content: "\ebcf"
}

.bxs-battery-low:before {
    content: "\ebd0"
}

.bxs-bed:before {
    content: "\ebd1"
}

.bxs-bell:before {
    content: "\ebd2"
}

.bxs-bell-minus:before {
    content: "\ebd3"
}

.bxs-bell-off:before {
    content: "\ebd4"
}

.bxs-bell-plus:before {
    content: "\ebd5"
}

.bxs-bell-ring:before {
    content: "\ebd6"
}

.bxs-bolt:before {
    content: "\ebd7"
}

.bxs-bolt-circle:before {
    content: "\ebd8"
}

.bxs-book:before {
    content: "\ebd9"
}

.bxs-book-bookmark:before {
    content: "\ebda"
}

.bxs-book-content:before {
    content: "\ebdb"
}

.bxs-bookmark:before {
    content: "\ebdc"
}

.bxs-bookmark-minus:before {
    content: "\ebdd"
}

.bxs-bookmark-plus:before {
    content: "\ebde"
}

.bxs-bookmarks:before {
    content: "\ebdf"
}

.bxs-bookmark-star:before {
    content: "\ebe0"
}

.bxs-book-open:before {
    content: "\ebe1"
}

.bxs-bot:before {
    content: "\ebe2"
}

.bxs-bowling-ball:before {
    content: "\ebe3"
}

.bxs-box:before {
    content: "\ebe4"
}

.bxs-briefcase:before {
    content: "\ebe5"
}

.bxs-briefcase-alt:before {
    content: "\ebe6"
}

.bxs-briefcase-alt-2:before {
    content: "\ebe7"
}

.bxs-brightness:before {
    content: "\ebe8"
}

.bxs-brightness-half:before {
    content: "\ebe9"
}

.bxs-brush:before {
    content: "\ebea"
}

.bxs-brush-alt:before {
    content: "\ebeb"
}

.bxs-bug:before {
    content: "\ebec"
}

.bxs-bug-alt:before {
    content: "\ebed"
}

.bxs-building:before {
    content: "\ebee"
}

.bxs-building-house:before {
    content: "\ebef"
}

.bxs-buildings:before {
    content: "\ebf0"
}

.bxs-bulb:before {
    content: "\ebf1"
}

.bxs-buoy:before {
    content: "\ebf2"
}

.bxs-bus:before {
    content: "\ebf3"
}

.bxs-business:before {
    content: "\ebf4"
}

.bxs-cake:before {
    content: "\ebf5"
}

.bxs-calculator:before {
    content: "\ebf6"
}

.bxs-calendar:before {
    content: "\ebf7"
}

.bxs-calendar-alt:before {
    content: "\ebf8"
}

.bxs-calendar-check:before {
    content: "\ebf9"
}

.bxs-calendar-event:before {
    content: "\ebfa"
}

.bxs-calendar-minus:before {
    content: "\ebfb"
}

.bxs-calendar-plus:before {
    content: "\ebfc"
}

.bxs-calendar-x:before {
    content: "\ebfd"
}

.bxs-camera:before {
    content: "\ebfe"
}

.bxs-camera-off:before {
    content: "\ebff"
}

.bxs-camera-plus:before {
    content: "\ec00"
}

.bxs-capsule:before {
    content: "\ec01"
}

.bxs-captions:before {
    content: "\ec02"
}

.bxs-car:before {
    content: "\ec03"
}

.bxs-card:before {
    content: "\ec04"
}

.bxs-caret-down-circle:before {
    content: "\ec05"
}

.bxs-caret-left-circle:before {
    content: "\ec06"
}

.bxs-caret-right-circle:before {
    content: "\ec07"
}

.bxs-caret-up-circle:before {
    content: "\ec08"
}

.bxs-carousel:before {
    content: "\ec09"
}

.bxs-cart:before {
    content: "\ec0a"
}

.bxs-cart-alt:before {
    content: "\ec0b"
}

.bxs-certification:before {
    content: "\ec0c"
}

.bxs-chalkboard:before {
    content: "\ec0d"
}

.bxs-chart:before {
    content: "\ec0e"
}

.bxs-chat:before {
    content: "\ec0f"
}

.bxs-checkbox:before {
    content: "\ec10"
}

.bxs-checkbox-checked:before {
    content: "\ec11"
}

.bxs-check-circle:before {
    content: "\ec12"
}

.bxs-check-shield:before {
    content: "\ec13"
}

.bxs-check-square:before {
    content: "\ec14"
}

.bxs-chip:before {
    content: "\ec15"
}

.bxs-circle:before {
    content: "\ec16"
}

.bxs-city:before {
    content: "\ec17"
}

.bxs-clinic:before {
    content: "\ec18"
}

.bxs-cloud:before {
    content: "\ec19"
}

.bxs-cloud-download:before {
    content: "\ec1a"
}

.bxs-cloud-lightning:before {
    content: "\ec1b"
}

.bxs-cloud-rain:before {
    content: "\ec1c"
}

.bxs-cloud-upload:before {
    content: "\ec1d"
}

.bxs-coffee:before {
    content: "\ec1e"
}

.bxs-coffee-alt:before {
    content: "\ec1f"
}

.bxs-cog:before {
    content: "\ec20"
}

.bxs-collection:before {
    content: "\ec21"
}

.bxs-color-fill:before {
    content: "\ec22"
}

.bxs-comment:before {
    content: "\ec23"
}

.bxs-comment-add:before {
    content: "\ec24"
}

.bxs-comment-detail:before {
    content: "\ec25"
}

.bxs-comment-dots:before {
    content: "\ec26"
}

.bxs-comment-error:before {
    content: "\ec27"
}

.bxs-compass:before {
    content: "\ec28"
}

.bxs-component:before {
    content: "\ec29"
}

.bxs-confused:before {
    content: "\ec2a"
}

.bxs-contact:before {
    content: "\ec2b"
}

.bxs-conversation:before {
    content: "\ec2c"
}

.bxs-cool:before {
    content: "\ec2d"
}

.bxs-copy:before {
    content: "\ec2e"
}

.bxs-copy-alt:before {
    content: "\ec2f"
}

.bxs-coupon:before {
    content: "\ec30"
}

.bxs-credit-card:before {
    content: "\ec31"
}

.bxs-credit-card-alt:before {
    content: "\ec32"
}

.bxs-crown:before {
    content: "\ec33"
}

.bxs-cube:before {
    content: "\ec34"
}

.bxs-cube-alt:before {
    content: "\ec35"
}

.bxs-cuboid:before {
    content: "\ec36"
}

.bxs-customize:before {
    content: "\ec37"
}

.bxs-cylinder:before {
    content: "\ec38"
}

.bxs-dashboard:before {
    content: "\ec39"
}

.bxs-data:before {
    content: "\ec3a"
}

.bxs-detail:before {
    content: "\ec3b"
}

.bxs-devices:before {
    content: "\ec3c"
}

.bxs-direction-left:before {
    content: "\ec3d"
}

.bxs-direction-right:before {
    content: "\ec3e"
}

.bxs-directions:before {
    content: "\ec3f"
}

.bxs-disc:before {
    content: "\ec40"
}

.bxs-discount:before {
    content: "\ec41"
}

.bxs-dish:before {
    content: "\ec42"
}

.bxs-dislike:before {
    content: "\ec43"
}

.bxs-dizzy:before {
    content: "\ec44"
}

.bxs-dock-bottom:before {
    content: "\ec45"
}

.bxs-dock-left:before {
    content: "\ec46"
}

.bxs-dock-right:before {
    content: "\ec47"
}

.bxs-dock-top:before {
    content: "\ec48"
}

.bxs-dollar-circle:before {
    content: "\ec49"
}

.bxs-doughnut-chart:before {
    content: "\ec4a"
}

.bxs-down-arrow:before {
    content: "\ec4b"
}

.bxs-down-arrow-circle:before {
    content: "\ec4c"
}

.bxs-down-arrow-square:before {
    content: "\ec4d"
}

.bxs-download:before {
    content: "\ec4e"
}

.bxs-downvote:before {
    content: "\ec4f"
}

.bxs-drink:before {
    content: "\ec50"
}

.bxs-droplet:before {
    content: "\ec51"
}

.bxs-droplet-half:before {
    content: "\ec52"
}

.bxs-duplicate:before {
    content: "\ec53"
}

.bxs-edit:before {
    content: "\ec54"
}

.bxs-edit-alt:before {
    content: "\ec55"
}

.bxs-eject:before {
    content: "\ec56"
}

.bxs-envelope:before {
    content: "\ec57"
}

.bxs-eraser:before {
    content: "\ec58"
}

.bxs-error:before {
    content: "\ec59"
}

.bxs-error-alt:before {
    content: "\ec5a"
}

.bxs-error-circle:before {
    content: "\ec5b"
}

.bxs-exit:before {
    content: "\ec5c"
}

.bxs-extension:before {
    content: "\ec5d"
}

.bxs-eyedropper:before {
    content: "\ec5e"
}

.bxs-face:before {
    content: "\ec5f"
}

.bxs-factory:before {
    content: "\ec60"
}

.bxs-fast-forward-circle:before {
    content: "\ec61"
}

.bxs-file:before {
    content: "\ec62"
}

.bxs-file-blank:before {
    content: "\ec63"
}

.bxs-file-css:before {
    content: "\ec64"
}

.bxs-file-doc:before {
    content: "\ec65"
}

.bxs-file-find:before {
    content: "\ec66"
}

.bxs-file-gif:before {
    content: "\ec67"
}

.bxs-file-html:before {
    content: "\ec68"
}

.bxs-file-image:before {
    content: "\ec69"
}

.bxs-file-jpg:before {
    content: "\ec6a"
}

.bxs-file-js:before {
    content: "\ec6b"
}

.bxs-file-json:before {
    content: "\ec6c"
}

.bxs-file-md:before {
    content: "\ec6d"
}

.bxs-file-pdf:before {
    content: "\ec6e"
}

.bxs-file-plus:before {
    content: "\ec6f"
}

.bxs-file-png:before {
    content: "\ec70"
}

.bxs-file-txt:before {
    content: "\ec71"
}

.bxs-film:before {
    content: "\ec72"
}

.bxs-filter-alt:before {
    content: "\ec73"
}

.bxs-first-aid:before {
    content: "\ec74"
}

.bxs-flag:before {
    content: "\ec75"
}

.bxs-flag-alt:before {
    content: "\ec76"
}

.bxs-flame:before {
    content: "\ec77"
}

.bxs-flask:before {
    content: "\ec78"
}

.bxs-folder:before {
    content: "\ec79"
}

.bxs-folder-minus:before {
    content: "\ec7a"
}

.bxs-folder-open:before {
    content: "\ec7b"
}

.bxs-folder-plus:before {
    content: "\ec7c"
}

.bxs-food-menu:before {
    content: "\ec7d"
}

.bxs-fridge:before {
    content: "\ec7e"
}

.bxs-gas-pump:before {
    content: "\ec7f"
}

.bxs-ghost:before {
    content: "\ec80"
}

.bxs-gift:before {
    content: "\ec81"
}

.bxs-graduation:before {
    content: "\ec82"
}

.bxs-grid:before {
    content: "\ec83"
}

.bxs-grid-alt:before {
    content: "\ec84"
}

.bxs-group:before {
    content: "\ec85"
}

.bxs-hand-down:before {
    content: "\ec86"
}

.bxs-hand-left:before {
    content: "\ec87"
}

.bxs-hand-right:before {
    content: "\ec88"
}

.bxs-hand-up:before {
    content: "\ec89"
}

.bxs-happy:before {
    content: "\ec8a"
}

.bxs-happy-alt:before {
    content: "\ec8b"
}

.bxs-happy-beaming:before {
    content: "\ec8c"
}

.bxs-happy-heart-eyes:before {
    content: "\ec8d"
}

.bxs-hdd:before {
    content: "\ec8e"
}

.bxs-heart:before {
    content: "\ec8f"
}

.bxs-help-circle:before {
    content: "\ec90"
}

.bxs-hide:before {
    content: "\ec91"
}

.bxs-home:before {
    content: "\ec92"
}

.bxs-home-circle:before {
    content: "\ec93"
}

.bxs-hot:before {
    content: "\ec94"
}

.bxs-hotel:before {
    content: "\ec95"
}

.bxs-hourglass:before {
    content: "\ec96"
}

.bxs-hourglass-bottom:before {
    content: "\ec97"
}

.bxs-hourglass-top:before {
    content: "\ec98"
}

.bxs-id-card:before {
    content: "\ec99"
}

.bxs-image:before {
    content: "\ec9a"
}

.bxs-image-add:before {
    content: "\ec9b"
}

.bxs-image-alt:before {
    content: "\ec9c"
}

.bxs-inbox:before {
    content: "\ec9d"
}

.bxs-info-circle:before {
    content: "\ec9e"
}

.bxs-institution:before {
    content: "\ec9f"
}

.bxs-joystick:before {
    content: "\eca0"
}

.bxs-joystick-alt:before {
    content: "\eca1"
}

.bxs-joystick-button:before {
    content: "\eca2"
}

.bxs-key:before {
    content: "\eca3"
}

.bxs-keyboard:before {
    content: "\eca4"
}

.bxs-label:before {
    content: "\eca5"
}

.bxs-landmark:before {
    content: "\eca6"
}

.bxs-landscape:before {
    content: "\eca7"
}

.bxs-laugh:before {
    content: "\eca8"
}

.bxs-layer:before {
    content: "\eca9"
}

.bxs-layout:before {
    content: "\ecaa"
}

.bxs-left-arrow:before {
    content: "\ecab"
}

.bxs-left-arrow-circle:before {
    content: "\ecac"
}

.bxs-left-arrow-square:before {
    content: "\ecad"
}

.bxs-left-down-arrow-circle:before {
    content: "\ecae"
}

.bxs-left-top-arrow-circle:before {
    content: "\ecaf"
}

.bxs-like:before {
    content: "\ecb0"
}

.bxs-lock:before {
    content: "\ecb1"
}

.bxs-lock-alt:before {
    content: "\ecb2"
}

.bxs-lock-open:before {
    content: "\ecb3"
}

.bxs-lock-open-alt:before {
    content: "\ecb4"
}

.bxs-log-in:before {
    content: "\ecb5"
}

.bxs-log-in-circle:before {
    content: "\ecb6"
}

.bxs-log-out:before {
    content: "\ecb7"
}

.bxs-log-out-circle:before {
    content: "\ecb8"
}

.bxs-magic-wand:before {
    content: "\ecb9"
}

.bxs-magnet:before {
    content: "\ecba"
}

.bxs-map:before {
    content: "\ecbb"
}

.bxs-map-alt:before {
    content: "\ecbc"
}

.bxs-map-pin:before {
    content: "\ecbd"
}

.bxs-megaphone:before {
    content: "\ecbe"
}

.bxs-meh:before {
    content: "\ecbf"
}

.bxs-meh-alt:before {
    content: "\ecc0"
}

.bxs-meh-blank:before {
    content: "\ecc1"
}

.bxs-memory-card:before {
    content: "\ecc2"
}

.bxs-message:before {
    content: "\ecc3"
}

.bxs-message-alt:before {
    content: "\ecc4"
}

.bxs-message-alt-dots:before {
    content: "\ecc5"
}

.bxs-message-dots:before {
    content: "\ecc6"
}

.bxs-message-rounded:before {
    content: "\ecc7"
}

.bxs-message-rounded-dots:before {
    content: "\ecc8"
}

.bxs-message-square:before {
    content: "\ecc9"
}

.bxs-message-square-dots:before {
    content: "\ecca"
}

.bxs-microphone:before {
    content: "\eccb"
}

.bxs-microphone-alt:before {
    content: "\eccc"
}

.bxs-microphone-off:before {
    content: "\eccd"
}

.bxs-minus-circle:before {
    content: "\ecce"
}

.bxs-minus-square:before {
    content: "\eccf"
}

.bxs-mobile:before {
    content: "\ecd0"
}

.bxs-mobile-vibration:before {
    content: "\ecd1"
}

.bxs-moon:before {
    content: "\ecd2"
}

.bxs-mouse:before {
    content: "\ecd3"
}

.bxs-mouse-alt:before {
    content: "\ecd4"
}

.bxs-movie:before {
    content: "\ecd5"
}

.bxs-music:before {
    content: "\ecd6"
}

.bxs-navigation:before {
    content: "\ecd7"
}

.bxs-news:before {
    content: "\ecd8"
}

.bxs-no-entry:before {
    content: "\ecd9"
}

.bxs-note:before {
    content: "\ecda"
}

.bxs-notepad:before {
    content: "\ecdb"
}

.bxs-notification:before {
    content: "\ecdc"
}

.bxs-notification-off:before {
    content: "\ecdd"
}

.bxs-offer:before {
    content: "\ecde"
}

.bxs-package:before {
    content: "\ecdf"
}

.bxs-paint:before {
    content: "\ece0"
}

.bxs-paint-roll:before {
    content: "\ece1"
}

.bxs-palette:before {
    content: "\ece2"
}

.bxs-paper-plane:before {
    content: "\ece3"
}

.bxs-parking:before {
    content: "\ece4"
}

.bxs-paste:before {
    content: "\ece5"
}

.bxs-pen:before {
    content: "\ece6"
}

.bxs-pencil:before {
    content: "\ece7"
}

.bxs-phone:before {
    content: "\ece8"
}

.bxs-phone-call:before {
    content: "\ece9"
}

.bxs-phone-incoming:before {
    content: "\ecea"
}

.bxs-phone-outgoing:before {
    content: "\eceb"
}

.bxs-photo-album:before {
    content: "\ecec"
}

.bxs-pie-chart:before {
    content: "\eced"
}

.bxs-pie-chart-alt:before {
    content: "\ecee"
}

.bxs-pie-chart-alt-2:before {
    content: "\ecef"
}

.bxs-pin:before {
    content: "\ecf0"
}

.bxs-plane:before {
    content: "\ecf1"
}

.bxs-plane-alt:before {
    content: "\ecf2"
}

.bxs-plane-land:before {
    content: "\ecf3"
}

.bxs-planet:before {
    content: "\ecf4"
}

.bxs-plane-take-off:before {
    content: "\ecf5"
}

.bxs-playlist:before {
    content: "\ecf6"
}

.bxs-plug:before {
    content: "\ecf7"
}

.bxs-plus-circle:before {
    content: "\ecf8"
}

.bxs-plus-square:before {
    content: "\ecf9"
}

.bxs-polygon:before {
    content: "\ecfa"
}

.bxs-printer:before {
    content: "\ecfb"
}

.bxs-purchase-tag:before {
    content: "\ecfc"
}

.bxs-purchase-tag-alt:before {
    content: "\ecfd"
}

.bxs-pyramid:before {
    content: "\ecfe"
}

.bxs-quote-alt-left:before {
    content: "\ecff"
}

.bxs-quote-alt-right:before {
    content: "\ed00"
}

.bxs-quote-left:before {
    content: "\ed01"
}

.bxs-quote-right:before {
    content: "\ed02"
}

.bxs-quote-single-left:before {
    content: "\ed03"
}

.bxs-quote-single-right:before {
    content: "\ed04"
}

.bxs-radio:before {
    content: "\ed05"
}

.bxs-receipt:before {
    content: "\ed06"
}

.bxs-rectangle:before {
    content: "\ed07"
}

.bxs-rename:before {
    content: "\ed08"
}

.bxs-report:before {
    content: "\ed09"
}

.bxs-rewind-circle:before {
    content: "\ed0a"
}

.bxs-right-arrow:before {
    content: "\ed0b"
}

.bxs-right-arrow-circle:before {
    content: "\ed0c"
}

.bxs-right-arrow-square:before {
    content: "\ed0d"
}

.bxs-right-down-arrow-circle:before {
    content: "\ed0e"
}

.bxs-right-top-arrow-circle:before {
    content: "\ed0f"
}

.bxs-rocket:before {
    content: "\ed10"
}

.bxs-ruler:before {
    content: "\ed11"
}

.bxs-sad:before {
    content: "\ed12"
}

.bxs-save:before {
    content: "\ed13"
}

.bxs-school:before {
    content: "\ed14"
}

.bxs-search:before {
    content: "\ed15"
}

.bxs-search-alt-2:before {
    content: "\ed16"
}

.bxs-select-multiple:before {
    content: "\ed17"
}

.bxs-send:before {
    content: "\ed18"
}

.bxs-server:before {
    content: "\ed19"
}

.bxs-share:before {
    content: "\ed1a"
}

.bxs-share-alt:before {
    content: "\ed1b"
}

.bxs-shield:before {
    content: "\ed1c"
}

.bxs-shield-alt-2:before {
    content: "\ed1d"
}

.bxs-ship:before {
    content: "\ed1e"
}

.bxs-shocked:before {
    content: "\ed1f"
}

.bxs-shopping-bag:before {
    content: "\ed20"
}

.bxs-shopping-bag-alt:before {
    content: "\ed21"
}

.bxs-show:before {
    content: "\ed22"
}

.bxs-skip-next-circle:before {
    content: "\ed23"
}

.bxs-skip-previous-circle:before {
    content: "\ed24"
}

.bxs-skull:before {
    content: "\ed25"
}

.bxs-sleepy:before {
    content: "\ed26"
}

.bxs-slideshow:before {
    content: "\ed27"
}

.bxs-smile:before {
    content: "\ed28"
}

.bxs-sort-alt:before {
    content: "\ed29"
}

.bxs-spa:before {
    content: "\ed2a"
}

.bxs-spreadsheet:before {
    content: "\ed2b"
}

.bxs-square:before {
    content: "\ed2c"
}

.bxs-square-rounded:before {
    content: "\ed2d"
}

.bxs-star:before {
    content: "\ed2e"
}

.bxs-star-half:before {
    content: "\ed2f"
}

.bxs-stopwatch:before {
    content: "\ed30"
}

.bxs-store:before {
    content: "\ed31"
}

.bxs-store-alt:before {
    content: "\ed32"
}

.bxs-sun:before {
    content: "\ed33"
}

.bxs-tag:before {
    content: "\ed34"
}

.bxs-tag-x:before {
    content: "\ed35"
}

.bxs-taxi:before {
    content: "\ed36"
}

.bxs-tennis-ball:before {
    content: "\ed37"
}

.bxs-terminal:before {
    content: "\ed38"
}

.bxs-time:before {
    content: "\ed39"
}

.bxs-time-five:before {
    content: "\ed3a"
}

.bxs-timer:before {
    content: "\ed3b"
}

.bxs-tired:before {
    content: "\ed3c"
}

.bxs-toggle-left:before {
    content: "\ed3d"
}

.bxs-toggle-right:before {
    content: "\ed3e"
}

.bxs-tone:before {
    content: "\ed3f"
}

.bxs-torch:before {
    content: "\ed40"
}

.bxs-to-top:before {
    content: "\ed41"
}

.bxs-traffic:before {
    content: "\ed42"
}

.bxs-traffic-barrier:before {
    content: "\ed43"
}

.bxs-train:before {
    content: "\ed44"
}

.bxs-trash:before {
    content: "\ed45"
}

.bxs-trash-alt:before {
    content: "\ed46"
}

.bxs-tree:before {
    content: "\ed47"
}

.bxs-trophy:before {
    content: "\ed48"
}

.bxs-truck:before {
    content: "\ed49"
}

.bxs-t-shirt:before {
    content: "\ed4a"
}

.bxs-up-arrow:before {
    content: "\ed4b"
}

.bxs-up-arrow-circle:before {
    content: "\ed4c"
}

.bxs-up-arrow-square:before {
    content: "\ed4d"
}

.bxs-upside-down:before {
    content: "\ed4e"
}

.bxs-upvote:before {
    content: "\ed4f"
}

.bxs-user:before {
    content: "\ed50"
}

.bxs-user-badge:before {
    content: "\ed51"
}

.bxs-user-check:before {
    content: "\ed52"
}

.bxs-user-circle:before {
    content: "\ed53"
}

.bxs-user-detail:before {
    content: "\ed54"
}

.bxs-user-minus:before {
    content: "\ed55"
}

.bxs-user-pin:before {
    content: "\ed56"
}

.bxs-user-plus:before {
    content: "\ed57"
}

.bxs-user-rectangle:before {
    content: "\ed58"
}

.bxs-user-voice:before {
    content: "\ed59"
}

.bxs-user-x:before {
    content: "\ed5a"
}

.bxs-vial:before {
    content: "\ed5b"
}

.bxs-video:before {
    content: "\ed5c"
}

.bxs-video-off:before {
    content: "\ed5d"
}

.bxs-video-plus:before {
    content: "\ed5e"
}

.bxs-video-recording:before {
    content: "\ed5f"
}

.bxs-videos:before {
    content: "\ed60"
}

.bxs-volume:before {
    content: "\ed61"
}

.bxs-volume-full:before {
    content: "\ed62"
}

.bxs-volume-low:before {
    content: "\ed63"
}

.bxs-volume-mute:before {
    content: "\ed64"
}

.bxs-wallet:before {
    content: "\ed65"
}

.bxs-wallet-alt:before {
    content: "\ed66"
}

.bxs-watch:before {
    content: "\ed67"
}

.bxs-watch-alt:before {
    content: "\ed68"
}

.bxs-widget:before {
    content: "\ed69"
}

.bxs-wine:before {
    content: "\ed6a"
}

.bxs-wink-smile:before {
    content: "\ed6b"
}

.bxs-wink-tongue:before {
    content: "\ed6c"
}

.bxs-wrench:before {
    content: "\ed6d"
}

.bxs-x-circle:before {
    content: "\ed6e"
}

.bxs-x-square:before {
    content: "\ed6f"
}

.bxs-yin-yang:before {
    content: "\ed70"
}

.bxs-zap:before {
    content: "\ed71"
}

.bxs-zoom-in:before {
    content: "\ed72"
}

.bxs-zoom-out:before {
    content: "\ed73"
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-21px);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

@font-face {
    font-family: Flaticon;
    src: url(Flaticon.e85dcb3e2f092637ec28.eot);
    src: url(Flaticon.e85dcb3e2f092637ec28.eot?#iefix) format("embedded-opentype"), url(Flaticon.d6eed51c553e9e0ea7eb.woff2) format("woff2"), url(Flaticon.ee7b3466d69012a1d2c8.woff) format("woff"), url(Flaticon.23cbe39805d7ce90a29f.ttf) format("truetype"), url(Flaticon.58db6bcca66b692f0beb.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Flaticon;
        src: url(Flaticon.58db6bcca66b692f0beb.svg#Flaticon) format("svg")
    }
}

[class*=" flaticon-"]:after,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-shopping-bags:before {
    content: "\f100"
}

.flaticon-loupe:before {
    content: "\f101"
}

.flaticon-contact:before {
    content: "\f102"
}

.flaticon-curve-arrow:before {
    content: "\f103"
}

.flaticon-place:before {
    content: "\f104"
}

.flaticon-vision:before {
    content: "\f105"
}

.flaticon-category:before {
    content: "\f106"
}

.flaticon-bake:before {
    content: "\f107"
}

.flaticon-hotel:before {
    content: "\f108"
}

.flaticon-barbell:before {
    content: "\f109"
}

.flaticon-store:before {
    content: "\f10a"
}

.flaticon-event:before {
    content: "\f10b"
}

.flaticon-flower:before {
    content: "\f10c"
}

.flaticon-like:before {
    content: "\f10d"
}

.flaticon-cursor:before {
    content: "\f10e"
}

.flaticon-position:before {
    content: "\f10f"
}

.flaticon-to-do-list:before {
    content: "\f110"
}

.flaticon-box:before {
    content: "\f111"
}

.flaticon-buildings:before {
    content: "\f112"
}

.flaticon-workflow:before {
    content: "\f113"
}

.flaticon-quote:before {
    content: "\f114"
}

.flaticon-email:before {
    content: "\f115"
}

.flaticon-verify:before {
    content: "\f116"
}

.flaticon-left:before {
    content: "\f117"
}

.flaticon-arrow:before {
    content: "\f118"
}

.flaticon-security:before {
    content: "\f119"
}

.flaticon-support:before {
    content: "\f11a"
}

.flaticon-web-page:before {
    content: "\f11b"
}

.flaticon-phone-call:before {
    content: "\f11c"
}

.flaticon-telephone:before {
    content: "\f11d"
}

.flaticon-email-1:before {
    content: "\f11e"
}

.flaticon-favorite:before {
    content: "\f11f"
}

.flaticon-writing:before {
    content: "\f120"
}

.flaticon-touch:before {
    content: "\f121"
}

.flaticon-gallery:before {
    content: "\f122"
}

.flaticon-worldwide:before {
    content: "\f123"
}

.flaticon-coffee-cup:before {
    content: "\f124"
}

.flaticon-wifi:before {
    content: "\f125"
}

.flaticon-parking:before {
    content: "\f126"
}

.flaticon-bread:before {
    content: "\f127"
}

.flaticon-left-arrow-1:before {
    content: "\f128"
}

.flaticon-arrow-1:before {
    content: "\f129"
}

.flaticon-email-2:before {
    content: "\f12a"
}

.flaticon-calendar:before {
    content: "\f12b"
}

.flaticon-filter:before {
    content: "\f12c"
}

.flaticon-list:before {
    content: "\f12d"
}

.flaticon-menu:before {
    content: "\f12e"
}

.flaticon-deal:before {
    content: "\f12f"
}

.flaticon-megaphone:before {
    content: "\f130"
}

.flaticon-diamond:before {
    content: "\f131"
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    background: transparent;
    padding: 20px 0 0;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    height: 55px
}

.mean-container a.meanmenu-reveal {
    width: 35px;
    height: 30px;
    padding: 12px 15px 0 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    position: relative;
    height: 4px;
    margin-top: -5px;
    top: 8px;
    border-radius: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 55px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #677294;
    border-top: 1px solid #dbeefd;
    text-decoration: none
}

.mean-container .mean-nav ul li a.active {
    color: #000
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    color: #677294;
    border-top: 1px solid #dbeefd;
    opacity: 1;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
    text-transform: none;
    font-size: 14px
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: hsla(0, 0%, 100%, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 3px;
    width: 100%;
    height: 24px;
    padding: 12px !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none !important
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-push,
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

.mobile-nav {
    display: none
}

.mobile-nav.mean-container .mean-nav ul li a.active {
    color: #ff2d55
}

.main-nav {
    background: #000;
    padding-top: 15px;
    padding-bottom: 15px
}

.mean-nav .dropdown-toggle:after {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1
}

.main-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0
}

.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a:hover {
    color: #ff2d55
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    background: #0d1028;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    padding: 20px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #fff
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ff2d55
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #fff;
    text-transform: capitalize
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #fff
}

.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0
}

@media only screen and (max-width:991px) {
    .mobile-nav {
        display: block;
        position: relative
    }

    .mobile-nav .logo {
        text-decoration: none;
        position: absolute;
        top: 11px;
        z-index: 999;
        left: 15px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px
    }

    .mean-container .mean-bar {
        background-color: #2a2a2a;
        padding: 0
    }

    .mean-container a.meanmenu-reveal {
        padding: 20px 15px 0 0;
        margin-top: -5px
    }

    .mobile-nav nav .navbar-nav {
        height: 300px;
        overflow-y: scroll
    }

    .mobile-nav nav .navbar-nav .nav-item a i {
        display: none
    }

    .main-nav {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 14px
    }

    .ptb-100 {
        padding-bottom: 50px
    }

    .pt-100,
    .ptb-70,
    .ptb-100 {
        padding-top: 50px
    }

    .pb-70,
    .ptb-70 {
        padding-bottom: 20px
    }

    .pt-45 {
        padding-top: 30px
    }

    .mb-45 {
        margin-bottom: 25px
    }

    .default-btn {
        padding: 10px 25px
    }

    .default-btn.active {
        margin-left: 10px
    }

    .section-title span {
        font-size: 12px
    }

    .section-title h2 {
        font-size: 24px
    }

    .section-title p {
        padding-top: 10px
    }

    .mobile-nav .logo img {
        max-width: 110px;
        height: 40px;
        margin-top: -5px
    }

    .d-in-line {
        display: none
    }

    .side-nav-responsive {
        display: block
    }

    .search-overlay .search-form form .input-search {
        height: 50px;
        padding: 0 0 0 15px
    }

    .search-overlay .search-form {
        max-width: 100%;
        width: 100%
    }

    .search-overlay .search-form form button {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 35px
    }

    .side-nav-responsive .side-nav-inner .side-nav {
        text-align: center
    }

    .side-nav-responsive .side-nav-inner .side-nav .side-item {
        padding-left: unset;
        margin: 0 10px;
        text-align: center
    }

    .slider-item .slider-content {
        padding-top: 130px;
        padding-bottom: 180px
    }

    .slider-item .slider-content h1 {
        font-size: 34px
    }

    .slider-area .owl-nav .owl-prev {
        left: 0;
        font-size: 20px !important
    }

    .slider-area .owl-nav .owl-next {
        right: 0;
        font-size: 20px !important
    }

    .banner-content {
        padding-top: 130px;
        padding-bottom: 70px
    }

    .banner-content h1 {
        font-size: 42px
    }

    .banner-content-ptb {
        padding-top: 130px !important;
        padding-bottom: 70px !important
    }

    .banner-img {
        display: none
    }

    .inner-banner-text {
        padding-bottom: 20px
    }

    .inner-banner-text h3 {
        font-size: 28px
    }

    .inner-banner-text ul li {
        font-size: 15px;
        margin-right: 10px;
        margin-bottom: 5px
    }

    .banner-rating {
        float: left
    }

    .banner-rating ul li {
        font-size: 10px
    }

    .banner-rating ul li.rating-star {
        top: 5px;
        padding-left: 20px
    }

    .banner-rating ul li span {
        font-size: 12px
    }

    .banner-rating ul li a {
        width: 50px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        top: -3.5px
    }

    .banner-bottom {
        border: none
    }

    .banner-tag ul li {
        margin-right: 10px
    }

    .banner-profile {
        float: left;
        margin-top: 30px
    }

    .banner-list {
        margin-bottom: 45px
    }

    .banner-list .list {
        margin-bottom: 15px
    }

    .banner-list .social-link,
    .banner-list p {
        float: none
    }

    .inner-banner .inner-title {
        padding-top: 140px;
        padding-bottom: 90px
    }

    .inner-banner .inner-title h3 {
        font-size: 26px
    }

    .inner-banner .inner-title ul li {
        font-size: 16px
    }

    .inner-content {
        padding-top: 150px
    }

    .inner-banner .inner-banner-title {
        padding-top: 145px;
        padding-bottom: 50px
    }

    .inner-banner .inner-banner-title h3 {
        font-size: 30px
    }

    .form-list {
        margin-bottom: 30px
    }

    .form-list ul li {
        margin: 0 3px
    }

    .form-list ul li i {
        font-size: 16px;
        margin-right: 0
    }

    .banner-form {
        padding: 20px 15px 30px
    }

    .banner-form.border-radius {
        border-radius: 0 !important
    }

    .banner-form .form-group {
        margin-bottom: 15px
    }

    .banner-form .form-group i {
        left: 15px
    }

    .banner-form .form-group .form-control {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 10px 20px 10px 45px
    }

    .banner-form .default-btn {
        margin-top: 20px;
        width: 100% !important;
    }

    .about-list {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .about-list ul li {
        font-size: 15px
    }

    .choose-area-two {
        position: relative;
        top: 0
    }

    .pricing-area {
        padding-top: 50px
    }

    .price-card .content i {
        font-size: 40px;
        width: 75px;
        height: 75px;
        line-height: 80px
    }

    .price-card .content h3 {
        font-size: 18px
    }

    .price-card .content h2 {
        font-size: 38px
    }

    .price-card .content h2 sup {
        font-size: 28px
    }

    .category-bg {
        margin-top: 30px;
        padding: 30px 15px 0;
        margin-bottom: 20px
    }

    .category-card {
        margin-bottom: 0
    }

    .category-card a i {
        font-size: 40px
    }

    .category-card a h3 {
        font-size: 18px
    }

    .category-card p {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .category-box a i {
        font-size: 45px
    }

    .category-box-area {
        box-shadow: 0 0 15px rgba(0, 0, 0, .2)
    }

    .place-list-item .content {
        padding: 25px 15px 15px
    }

    .place-list-area .owl-dots {
        margin-bottom: 20px
    }

    .place-list-two .section-title p {
        max-width: 260px
    }

    .place-list-two .owl-nav .owl-prev {
        font-size: 20px !important
    }

    .place-list-two .owl-nav .owl-next {
        right: 0;
        font-size: 20px !important
    }

    .place-slider-three {
        left: 0
    }

    .place-list-three .section-title p {
        max-width: 260px
    }

    .place-list-three .owl-nav .owl-prev {
        right: 15%;
        font-size: 20px !important
    }

    .place-list-three .owl-nav .owl-next {
        right: 6%;
        font-size: 20px !important
    }

    .listing-section-right .facilities-list {
        padding: 0 30px 10px
    }

    .listing-section-right .facilities-list ul li {
        display: block;
        margin-right: 15px
    }

    .listing-widget-into .listing-widget-menu {
        margin-left: 20px;
        margin-bottom: 30px;
        float: none
    }

    .listing-widget-into .default-btn {
        margin-top: 0
    }

    .listing-widget .title {
        font-size: 18px
    }

    .listing-category ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px
    }

    .listing-category ul li a {
        padding: 5px 15px
    }

    .listing-widget.listing-widget-desc p {
        margin-bottom: 20px;
        padding: 0 20px
    }

    .listing-widget.listing-widget-desc .default-btn {
        margin-left: 20px;
        margin-top: 0;
        margin-bottom: 30px
    }

    .listing-features {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        margin: 0 20px
    }

    .gallery-slider-area .owl-nav .owl-next,
    .gallery-slider-area .owl-nav .owl-prev {
        font-size: 20px !important;
        width: 45px !important;
        height: 35px !important;
        line-height: 40px !important
    }

    .listing-map iframe {
        padding-left: 20px;
        padding-right: 20px
    }

    .listing-comment ul li {
        padding: 0;
        border-bottom: none;
        margin-bottom: 30px
    }

    .listing-comment ul li:last-child {
        margin-bottom: 0
    }

    .listing-comment ul li img {
        border-radius: 50%;
        position: inherit;
        top: 0;
        left: 0;
        margin-bottom: 20px
    }

    .listing-comment ul li .content {
        padding: 20px
    }

    .listing-comment ul li .content .comment-rating {
        right: auto;
        left: 110px
    }

    .listing-comment ul li .content .view-list {
        bottom: 15px
    }

    .listing-widget-side .title {
        margin-bottom: 20px
    }

    .listing-contact-review {
        float: none
    }

    .listing-Booking-form {
        padding: 0 20px
    }

    .listing-Booking-form .form-input-counter {
        right: -35px
    }

    .listing-widget-list li {
        margin: 7px 15px
    }

    .side-host-list {
        text-align: center
    }

    .side-host-list li span {
        color: var(--mainColor);
        top: 0;
        right: 0;
        position: relative;
        font-size: 15px
    }

    .listing-widget-post {
        list-style: none;
        margin: 0 15px;
        padding: 0
    }

    .listing-widget-post li .content h4 {
        font-size: 16px
    }

    .listing-widget-post li .content p {
        max-width: 160px
    }

    .process-card .process-number {
        right: 10px;
        font-size: 30px
    }

    .process-card p {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .process-line,
    .process-line-2 {
        display: none
    }

    .process-into {
        box-shadow: none;
        border-bottom: 1px solid #eee
    }

    .process-into .col-lg-4:nth-child(2) .process-item,
    .process-into .col-lg-4:nth-child(3) .process-item {
        margin-top: 0
    }

    .process-into-2 {
        margin-bottom: 0;
        margin-top: 0
    }

    .process-item .number1,
    .process-item .number2,
    .process-item .number3 {
        left: 0;
        right: 0;
        top: -15px
    }

    .process-item .process-item-number {
        font-size: 30px
    }

    .process-item i {
        font-size: 50px
    }

    .process-item .content {
        margin-top: -70px;
        margin-left: 70px
    }

    .process-item .content h3 {
        margin-bottom: 10px;
        font-size: 18px
    }

    .city-area {
        padding-bottom: 45px
    }

    .city-area .mt-3,
    .city-area .my-3 {
        margin-top: 0 !important
    }

    .city-item .city-img img {
        height: 270px;
        width: 100%
    }

    .city-item .city-content {
        left: 20px
    }

    .city-item .city-content .city-text {
        display: block
    }

    .city-item .city-content .city-text p {
        color: var(--whiteColor);
        margin-bottom: 0;
        padding-right: 10px
    }

    .city-item .city-location {
        left: 20px;
        right: auto;
        font-size: 25px;
        bottom: 20px
    }

    .city-btn {
        float: none
    }

    .city-card a img {
        height: auto;
        width: auto
    }

    .city-card .content {
        padding-top: 15px
    }

    .city-card .content a h3 {
        font-size: 20px
    }

    .city-card .content span {
        font-size: 22px
    }

    .video-content {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .video-content h2 {
        font-size: 25px
    }

    .video-content .play-btn {
        margin-top: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50px;
        font-size: 26px;
        background-color: var(--mainColor);
        color: var(--whiteColor);
        position: relative
    }

    .video-ptb {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .video-option {
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: center
    }

    .video-option .video-btn {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .video-option .video-btn .play-video {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }

    .video-option .video-btn span {
        font-size: 24px
    }

    .video-option .video-btn span i {
        font-size: 18px
    }

    .counter-area {
        position: relative;
        margin-top: 0
    }

    .counter-area-three,
    .counter-bg {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .counter-area-three {
        margin-top: 0;
        background-color: #000
    }

    .counter-bg2 {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .single-counter {
        margin-bottom: 30px
    }

    .single-counter h3 {
        font-size: 28px;
        margin-bottom: 5px
    }

    .place-area .section-title,
    .place-btn {
        text-align: center
    }

    .place-btn {
        float: none;
        margin-bottom: 30px
    }

    .place-card .rating {
        left: 15px
    }

    .place-card .status-tag {
        padding: 7px 12px 7px 25px
    }

    .place-card .content {
        padding: 35px 15px 20px
    }

    .application-area {
        margin-bottom: 0;
        padding-bottom: 45px
    }

    .application-img {
        margin-bottom: 0
    }

    .application-content {
        margin-left: 0
    }

    .application-area-two {
        padding-top: 50px
    }

    .application-img-two {
        text-align: center;
        margin-top: 30px
    }

    .application-img-two:before {
        display: none
    }

    .application-img-two img {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .application-btn .application-play-btn {
        width: 170px;
        height: 55px;
        padding: 0 7px;
        margin-right: 10px
    }

    .application-btn .application-play-btn img {
        width: 35px;
        top: -7px
    }

    .application-btn .application-play-btn .btn-content {
        padding-top: 5px
    }

    .application-btn .application-play-btn .btn-content h3 {
        font-size: 16px
    }

    .blog-article .article-comment-area .article-comment li {
        margin-right: 20px
    }

    .blog-article .article-comment-area .article-comment li:before {
        display: none
    }

    .blog-article .article-comment-area .article-comment li .content h3 {
        font-size: 18px
    }

    .blog-article .article-comment-area .article-comment li .content-list:before {
        display: none
    }

    .blog-article .article-comment-area .article-comment li .content-list h3 {
        font-size: 17px
    }

    .blog-article .article-content {
        padding: 30px 20px
    }

    .blog-article .article-content h3 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .blog-article .article-content .blockquote p {
        font-size: 17px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0
    }

    .blog-article .blog-tag ul li {
        display: inline-block;
        padding: 5px;
        transition: .7s;
        color: var(--titleColor)
    }

    .blog-article .article-post {
        padding: 30px 20px
    }

    .blog-article .article-post:before {
        display: none
    }

    .blog-article .article-post .article-post-share {
        padding: 15px
    }

    .blog-article .comments-wrap {
        padding-top: 30px
    }

    .blog-article .comments-wrap ul li {
        padding-left: 30px
    }

    .blog-article .comments-wrap ul li img {
        position: inherit;
        top: 0;
        left: 0;
        margin-bottom: 20px
    }

    .blog-article .comments-wrap ul li a {
        position: inherit;
        top: 0;
        right: 0;
        margin-top: 15px
    }

    .blog-article .comments-wrap ul li.ml-30 {
        margin-left: 0
    }

    .blog-article .comments-form .contact-form .agree-label {
        margin-bottom: 0
    }

    .blog-article .comments-form .contact-form .agree-label label {
        margin-left: 24px;
        font-size: 14px;
        position: relative;
        top: -27px
    }

    .testimonial-area {
        padding-top: 50px
    }

    .testimonial-area .owl-dots {
        margin-bottom: 20px
    }

    .testimonial-item {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .testimonial-area-two .owl-nav {
        margin-bottom: 17px
    }

    .testimonial-area-two .owl-nav .owl-next,
    .testimonial-area-two .owl-nav .owl-prev {
        font-size: 20px !important
    }

    .client-area {
        margin-bottom: 50px
    }

    .client-area .owl-nav {
        position: absolute;
        bottom: -75px;
        margin-top: 0;
        margin-bottom: 15px;
        left: 0;
        right: 0
    }

    .client-bg {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding-top: 35px;
        padding-bottom: 80px;
        background-color: #f9f9f9
    }

    .client-bg:before {
        display: none
    }

    .client-content {
        margin-top: 30px;
        text-align: center
    }

    .client-content p {
        color: #555;
        font-size: 15px;
        max-width: 480px;
        margin: 10px 15px 0
    }

    .cart-wraps-area .cart-table {
        text-align: center
    }

    .cart-wraps-area .cart-table table thead tr th {
        padding: 0 40px 10px;
        white-space: nowrap;
        font-size: 16px
    }

    .cart-wraps-area .cart-table table thead tr th:first-child {
        text-align: left;
        padding-left: 0
    }

    .cart-wraps-area .cart-table table thead tr td {
        white-space: nowrap
    }

    .cart-wraps-area .cart-table table thead tr td:first-child {
        text-align: left;
        padding-left: 0
    }

    .cart-wraps-area .cart-buttons {
        text-align: center
    }

    .cart-wraps-area .cart-buttons .text-right {
        text-align: center !important;
        margin-top: 0
    }

    .cart-wraps-area .cart-buttons .default-btn1 {
        display: block;
        text-align: center;
        width: 100%
    }

    .cart-wraps-area .cart-totals {
        padding: 20px;
        margin-top: 35px
    }

    .cart-wraps-area .cart-totals h3 {
        margin-bottom: 18px;
        font-size: 20px
    }

    .cart-wraps-area .cart-totals ul li {
        font-size: 14px
    }

    .cart-wraps-area .cart-totals .default-btn {
        display: block;
        text-align: center;
        width: 100%
    }

    .cart-wraps-area .cart-wraps .continue-shopping-box {
        margin-bottom: 20px
    }

    .cart-wraps-area .cart-calc {
        padding: 20px !important;
        margin-top: 30px
    }

    .cart-wraps-area .cart-calc .cart-wraps-form h3 {
        font-size: 18px
    }

    .cart-wraps-area .cart-calc .cart-wraps-form .default-btn,
    .cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
        width: 100%
    }

    .checkout-area .checkout-user {
        margin-bottom: 30px;
        padding: 20px 10px
    }

    .checkout-area .checkout-user span {
        font-size: 16px
    }

    .billing-details {
        padding: 30px
    }

    .billing-details h3 {
        font-size: 20px
    }

    .billing-details .form-group {
        margin-bottom: 15px
    }

    .order-details .order-table {
        padding: 30px 15px
    }

    .order-details .order-table h3 {
        font-size: 20px
    }

    .order-details .order-table table thead tr th {
        padding: 15px 10px;
        font-size: 16px
    }

    .order-details .payment-box {
        padding: 30px
    }

    .shop-desc h3 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 600
    }

    .shop-detls-tab .tabs li a {
        padding: 12px 10px
    }

    .shop-detls-tab .tab_content {
        padding: 20px
    }

    .shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content h3 {
        margin-bottom: 10px;
        font-size: 20px
    }

    .shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content p {
        margin-bottom: 15px
    }

    .shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .btn-right {
        position: inherit
    }

    .shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form .contact-wrap-form .contact-form {
        padding: 30px 15px
    }

    .shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item {
        padding-right: 0
    }

    .shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item h3 {
        font-size: 20px
    }

    .shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item .review-report-link {
        position: inherit;
        top: 5px;
        font-size: 13px
    }

    .shop-desc .shop-add .default-btn {
        border: none;
        margin: 7px
    }

    .footer-top {
        padding-top: 35px;
        padding-bottom: 50px
    }

    .newsletter-title {
        margin-bottom: 20px;
        text-align: center
    }

    .newsletter-title i {
        font-size: 40px;
        display: block
    }

    .newsletter-title h2 {
        font-size: 25px;
        margin-left: auto;
        display: block
    }

    .newsletter-form {
        max-width: 100%
    }

    .newsletter-form .form-control {
        height: 45px;
        line-height: 45px;
        padding: 0 25px
    }

    .newsletter-form .default-btn {
        position: inherit;
        top: 10px;
        right: 0;
        left: 0;
        line-height: 45px;
        padding: 0 30px;
        height: 45px;
        width: 100%;
        margin-bottom: 7px
    }

    .footer-widget .logo {
        margin-bottom: 15px
    }

    .footer-widget h3,
    .footer-widget p {
        margin-bottom: 10px
    }

    .footer-widget h3 {
        margin-top: 0
    }

    .footer-widget .footer-news li .content {
        top: 25px
    }

    .footer-widget .footer-news li .content h4 {
        font-size: 12px
    }

    .footer-widget .footer-news li .content span {
        font-size: 14px;
        max-width: 190px
    }

    .footer-widget.pl-5,
    .footer-widget.px-5 {
        padding-left: 0 !important
    }

    .copy-right-text p {
        text-align: center;
        margin-bottom: 15px
    }

    .copy-right-list {
        text-align: center
    }

    .copy-right-list ul li {
        display: inline-block;
        margin: 0 5px
    }

    .copy-right-area-two .copy-right-text p {
        margin-top: 10px;
        margin-bottom: 0
    }

    .contact-area {
        padding-top: 34px;
        padding-bottom: 20px
    }

    .contact-card {
        text-align: center
    }

    .contact-card:before {
        display: none
    }

    .contact-form {
        padding: 30px 15px
    }

    .contact-wrap {
        top: 55px;
        left: 0;
        right: 0
    }

    .contact-wrap .contact-form {
        width: 90%
    }

    .user-section .user-all-form .contact-form {
        padding: 35px 15px !important
    }

    .user-section .user-all-form .contact-form .forget {
        margin-top: 10px;
        float: left
    }

    .user-section .user-all-form .contact-form .social-option {
        margin-top: 30px
    }

    .user-section .user-all-form .contact-form .social-option:after,
    .user-section .user-all-form .contact-form .social-option:before {
        width: 27%
    }

    .user-section .user-all-form .contact-form .social-option ul li a {
        width: 84px;
        font-size: 12px
    }

    .user-section .user-content {
        margin-bottom: 30px;
        margin-top: 40px
    }

    .user-section .user-content h2 {
        font-size: 24px
    }

    .user-section .tabs li {
        padding: 13px 30px
    }

    .error-area .error-content {
        max-width: 90%;
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 15px
    }

    .error-area .error-content img {
        margin-bottom: 50px;
        max-width: 110px
    }

    .error-area .error-content h1 {
        font-size: 100px
    }

    .error-area .error-content h3 {
        margin: 40px 0 0;
        font-size: 22px
    }

    .error-area .error-content p {
        font-size: 15px;
        margin-top: 10px;
        padding: 0 15px
    }

    .coming-soon-area .coming-soon-content {
        padding: 30px 15px 20px
    }

    .coming-soon-area .coming-soon-content img {
        max-width: 110px;
        margin-bottom: 20px
    }

    .coming-soon-area .coming-soon-content h1 {
        font-size: 30px;
        line-height: 1.1;
        margin-top: 0
    }

    .coming-soon-area .coming-soon-content p {
        font-size: 14px;
        margin-top: 15px
    }

    .coming-soon-area .coming-soon-content #timer {
        margin-top: 10px
    }

    .coming-soon-area .coming-soon-content #timer div {
        font-size: 30px;
        margin-left: 5px;
        margin-right: 5px
    }

    .coming-soon-area .coming-soon-content #timer div span {
        font-size: 14px;
        margin-top: -5px
    }

    .coming-soon-area .coming-soon-content #timer div:before {
        display: none
    }

    .coming-soon-area .coming-soon-content .newsletter-form {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
        height: 55px;
        padding-left: 13px;
        font-size: 15px
    }

    .coming-soon-area .coming-soon-content .newsletter-form button {
        position: relative;
        height: auto;
        font-size: 14px;
        margin-top: 15px;
        width: 100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .place-list-two .owl-nav .owl-prev {
        right: 3.5%
    }

    .place-list-three .section-title p {
        max-width: 100%
    }

    .place-list-three .owl-nav .owl-prev {
        right: 7.5%
    }

    .place-list-three .owl-nav .owl-next {
        right: 3.5%
    }

    .contact-map iframe {
        height: 670px
    }

    .listing-widget-into .listing-widget-menu {
        margin-left: 0;
        margin-bottom: 30px
    }

    .cart-wraps-area .cart-wraps .continue-shopping-box {
        margin-bottom: 0
    }

    .user-section .user-all-form .contact-form {
        padding: 35px 15px !important
    }

    .user-section .user-all-form .contact-form .forget {
        margin-top: 30px;
        float: right
    }

    .user-section .user-all-form .contact-form .social-option {
        margin-top: 30px
    }

    .user-section .user-all-form .contact-form .social-option:after,
    .user-section .user-all-form .contact-form .social-option:before {
        width: 36%
    }

    .user-section .user-all-form .contact-form .social-option ul li a {
        width: 120px;
        font-size: 14px
    }

    .user-section .user-content h2 {
        font-size: 27px
    }

    .user-section .tabs li {
        padding: 13px 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    body {
        font-size: 14px
    }

    .ptb-100 {
        padding-bottom: 50px
    }

    .pt-100,
    .ptb-70,
    .ptb-100 {
        padding-top: 50px
    }

    .pb-70,
    .ptb-70 {
        padding-bottom: 20px
    }

    .pt-45 {
        padding-top: 30px
    }

    .mb-45 {
        margin-bottom: 25px
    }

    .default-btn {
        padding: 10px 25px
    }

    .default-btn.active {
        margin-left: 10px
    }

    .section-title span {
        font-size: 12px
    }

    .section-title h2 {
        font-size: 24px
    }

    .section-title p {
        padding-top: 10px
    }

    .mobile-nav .logo img {
        max-width: 110px;
        height: 40px;
        margin-top: -5px
    }

    .d-in-line {
        display: none
    }

    .side-nav-responsive {
        display: block
    }

    .search-overlay .search-form form .input-search {
        height: 50px;
        padding: 0 0 0 15px
    }

    .search-overlay .search-form form button {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 35px
    }

    .slider-item .slider-content h1 {
        font-size: 36px
    }

    .slider-area .owl-nav .owl-prev {
        left: 0;
        font-size: 20px !important
    }

    .slider-area .owl-nav .owl-next {
        right: 0;
        font-size: 20px !important
    }

    .banner-content {
        padding-top: 130px;
        padding-bottom: 70px
    }

    .banner-content h1 {
        font-size: 42px
    }

    .banner-content-ptb {
        padding-top: 130px !important;
        padding-bottom: 70px !important
    }

    .banner-img {
        left: 0
    }

    .banner-img img {
        width: auto
    }

    .inner-banner .inner-title {
        padding-top: 140px;
        padding-bottom: 90px
    }

    .inner-banner .inner-title h3 {
        font-size: 26px
    }

    .inner-banner .inner-title ul li {
        font-size: 16px
    }

    .inner-banner .inner-banner-title {
        padding-top: 145px;
        padding-bottom: 50px
    }

    .inner-banner .inner-banner-title h3 {
        font-size: 30px
    }

    .inner-content {
        padding-top: 170px
    }

    .inner-banner-text {
        padding-bottom: 15px
    }

    .inner-banner-text h3 {
        font-size: 32px
    }

    .banner-rating {
        float: left;
        margin-bottom: 35px
    }

    .banner-list {
        margin-bottom: 45px
    }

    .form-list {
        margin-bottom: 30px
    }

    .form-list ul li {
        margin: 0 3px
    }

    .form-list ul li a i {
        font-size: 16px;
        margin-right: 0
    }

    .banner-form {
        padding: 30px 15px
    }

    .banner-form.border-radius {
        border-radius: 0 !important
    }

    .banner-form .form-group {
        margin-bottom: 15px
    }

    .banner-form .form-group i {
        left: 15px
    }

    .banner-form .form-group .form-control {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 10px 20px 10px 45px
    }

    .banner-form .default-btn {
        margin-top: 20px;
        width: 300px
    }

    .about-list {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .about-list ul li {
        font-size: 15px
    }

    .choose-area-two {
        position: relative;
        top: 0
    }

    .pricing-area {
        padding-top: 50px
    }

    .price-card .content i {
        font-size: 40px;
        width: 75px;
        height: 75px;
        line-height: 80px
    }

    .price-card .content h3 {
        font-size: 18px
    }

    .price-card .content h2 {
        font-size: 38px
    }

    .price-card .content h2 sup {
        font-size: 28px
    }

    .category-bg {
        margin-top: 30px;
        padding: 30px 15px 0
    }

    .place-list-area .owl-dots {
        margin-bottom: 20px
    }

    .place-list-item .content {
        padding: 30px 15px 20px
    }

    .place-list-two .owl-nav .owl-prev {
        right: 8.5%
    }

    .place-slider-three {
        left: 0
    }

    .listing-widget-into .default-btn {
        margin-top: 0
    }

    .gallery-slider-area .owl-nav .owl-next,
    .gallery-slider-area .owl-nav .owl-prev {
        top: 42%;
        font-size: 20px !important;
        width: 45px !important;
        height: 35px !important;
        line-height: 40px !important
    }

    .listing-comment {
        margin-top: 0;
        padding-top: 0
    }

    .listing-Booking-form .add-counter h3 {
        padding-right: 100px
    }

    .side-host-list li span {
        right: -430px
    }

    .process-card .process-number {
        font-size: 30px
    }

    .process-line-2 {
        display: none
    }

    .process-into .col-lg-4:nth-child(2) .process-item,
    .process-into .col-lg-4:nth-child(3) .process-item {
        margin-top: 0
    }

    .process-item .number1,
    .process-item .number2,
    .process-item .number3 {
        left: 0;
        right: 0;
        top: -15px
    }

    .process-item .process-item-number {
        font-size: 30px
    }

    .place-list-three .owl-nav .owl-prev {
        right: 6%
    }

    .place-list-three .owl-nav .owl-next {
        right: 2%
    }

    .city-area {
        padding-bottom: 45px
    }

    .city-area .mt-3,
    .city-area .my-3 {
        margin-top: 0 !important
    }

    .city-item .city-location {
        font-size: 26px
    }

    .city-btn {
        float: none
    }

    .video-area {
        margin-bottom: 50px
    }

    .video-content {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .video-content h2 {
        font-size: 25px
    }

    .video-content .play-btn {
        margin-top: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50px;
        font-size: 26px;
        background-color: var(--mainColor);
        color: var(--whiteColor);
        position: relative
    }

    .video-ptb {
        padding-top: 70px !important;
        padding-bottom: 70px !important
    }

    .video-option {
        padding-top: 45px;
        text-align: center
    }

    .video-option .video-btn {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .video-option .video-btn .play-video {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px
    }

    .video-option .video-btn span {
        font-size: 24px
    }

    .video-option .video-btn span i {
        font-size: 18px
    }

    .counter-area {
        position: relative;
        margin-top: 0
    }

    .counter-bg {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .counter-area-three {
        padding-top: 40px;
        padding-bottom: 10px
    }

    .single-counter {
        margin-bottom: 30px
    }

    .single-counter h3 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .place-btn {
        float: right;
        margin-bottom: 0
    }

    .application-area {
        margin-bottom: 0;
        padding-bottom: 50px
    }

    .application-img {
        margin-bottom: 0;
        text-align: center
    }

    .application-area-two {
        padding-top: 50px
    }

    .application-img-two {
        margin-top: 30px;
        text-align: center
    }

    .application-img-two img {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .blog-article .article-comment-area .article-comment li {
        margin-right: 90px
    }

    .blog-article .article-comment-area .article-comment li .content h3 {
        font-size: 18px
    }

    .blog-article .article-comment-area .article-comment li .content span {
        font-size: 14px
    }

    .testimonial-area {
        padding-top: 50px
    }

    .client-area {
        margin-bottom: 50px
    }

    .client-area .owl-nav {
        position: absolute;
        bottom: -75px;
        margin-top: 0;
        margin-bottom: 15px;
        left: 0;
        right: 0
    }

    .client-img img {
        width: auto !important;
        margin-left: auto;
        margin-right: auto
    }

    .client-bg {
        position: relative;
        width: 100%;
        margin-bottom: 0;
        padding-top: 35px;
        padding-bottom: 80px;
        background-color: #f9f9f9
    }

    .client-bg:before {
        display: none
    }

    .client-content {
        margin-top: 30px;
        text-align: center
    }

    .client-content p {
        margin-top: 10px;
        font-size: 15px;
        margin-left: auto;
        margin-right: auto
    }

    .footer-top {
        padding-top: 35px;
        padding-bottom: 50px
    }

    .newsletter-title {
        margin-bottom: 20px
    }

    .newsletter-title i {
        font-size: 40px;
        display: block
    }

    .newsletter-title h2 {
        font-size: 24px;
        margin-left: auto;
        display: block
    }

    .newsletter-form {
        max-width: 100%
    }

    .footer-widget h3 {
        margin-top: 0
    }

    .footer-widget.pl-5,
    .footer-widget.px-5 {
        padding-left: 0 !important
    }

    .copy-right-text p {
        padding: 0;
        margin: 0;
        font-size: 13px;
        color: #a6a6a6
    }

    .copy-right-list ul li {
        display: inline-block;
        margin-right: 5px
    }

    .copy-right-list ul li a {
        font-size: 12px
    }

    .contact-area {
        padding-top: 34px;
        padding-bottom: 20px
    }

    .contact-card {
        text-align: center;
        padding: 0 20px
    }

    .contact-card:before {
        display: none
    }

    .contact-form {
        padding: 40px 20px
    }

    .contact-wrap {
        top: 55px;
        left: 0;
        right: 0
    }

    .contact-wrap .contact-form {
        width: 90%
    }

    .contact-map iframe {
        display: block;
        width: 100%;
        height: 690px
    }

    .user-section .user-content {
        margin-top: 50px
    }

    .error-area .error-content {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 15px
    }

    .error-area .error-content img {
        margin-bottom: 50px;
        max-width: 110px
    }

    .error-area .error-content h1 {
        font-size: 120px
    }

    .error-area .error-content h3 {
        margin: 40px 0 0;
        font-size: 24px
    }

    .error-area .error-content p {
        font-size: 15px;
        margin-top: 10px;
        padding: 0 15px
    }

    .coming-soon-area .coming-soon-content {
        padding: 30px 15px 20px
    }

    .coming-soon-area .coming-soon-content img {
        max-width: 110px;
        margin-bottom: 20px
    }

    .coming-soon-area .coming-soon-content h1 {
        font-size: 35px;
        line-height: 1.1;
        margin-top: 0
    }

    .coming-soon-area .coming-soon-content p {
        font-size: 14px;
        margin-top: 15px
    }

    .coming-soon-area .coming-soon-content #timer {
        margin-top: 10px
    }

    .coming-soon-area .coming-soon-content #timer div {
        font-size: 35px;
        margin-left: 15px;
        margin-right: 15px
    }

    .coming-soon-area .coming-soon-content #timer div span {
        font-size: 14px;
        margin-top: -5px
    }

    .coming-soon-area .coming-soon-content #timer div:before {
        display: none
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-nav nav .navbar-nav .nav-item a {
        margin-left: 8px;
        margin-right: 8px
    }

    .main-nav nav .side-nav {
        padding: 10px 0 3px;
        margin-left: 10px
    }

    .main-nav nav .side-nav .side-item {
        padding-left: 10px
    }

    .banner-form .col-lg-2 {
        padding-left: 0 !important
    }

    .place-slider-three {
        left: calc((100% - 960px)/2)
    }

    .place-list-three .owl-nav .owl-prev {
        right: 17.7%
    }

    .place-list-three .section-title {
        max-width: 960px;
        margin-left: auto
    }

    .listing-section-right .facilities-list {
        padding: 0 30px 15px
    }

    .listing-section-right .facilities-list ul li {
        display: block;
        margin-right: 10px
    }

    .place-card .status-tag {
        padding: 7px 14px 7px 20px
    }

    .process-line-2 img {
        max-width: 780px
    }

    .listing-Booking-form .form-input-counter {
        right: -15px
    }

    .listing-widget-list li {
        margin: 7px 10px
    }

    .side-host-list li span {
        color: var(--mainColor);
        top: 0;
        right: -35px;
        position: relative
    }

    .listing-contact-title {
        padding-left: 20px
    }

    .listing-widget-post {
        list-style: none;
        margin: 0 15px;
        padding: 0
    }

    .listing-widget-post li .content h4 {
        font-size: 16px
    }

    .listing-widget-post li .content p {
        font-size: 14px;
        max-width: 160px;
        color: var(--paragraphColor)
    }

    .process-item .number1 {
        left: 105px;
        top: -65px
    }

    .process-item .number2 {
        left: 105px;
        top: -60px
    }

    .process-item .number3 {
        left: 125px;
        top: -75px
    }

    .process-item .process-item-number {
        font-size: 30px
    }

    .client-content {
        margin-top: 20px
    }

    .client-area .owl-nav {
        bottom: 25px
    }

    .application-img-two img,
    .blog-article .article-post .article-post-share.active {
        margin-left: 0
    }

    .blog-article .article-comment-area .article-comment li {
        display: inline-block;
        text-align: left;
        position: relative;
        margin-right: 80px;
        padding-top: 10px
    }

    .blog-article .comments-form .contact-form .agree-label {
        margin-bottom: 0
    }

    .blog-article .comments-form .contact-form .agree-label label {
        margin-left: 24px;
        font-size: 14px;
        position: relative;
        top: -27px
    }

    .footer-widget .social-link li a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .footer-widget .footer-news li .content {
        top: 25px
    }

    .footer-widget .footer-news li .content h4 {
        font-size: 12px
    }

    .footer-widget .footer-news li .content span {
        font-size: 14px;
        max-width: 190px
    }

    .footer-widget.pl-5,
    .footer-widget.px-5 {
        padding-left: 15px !important
    }

    .copy-right-list ul li {
        margin-right: 10px
    }

    .contact-card {
        padding: 0 10px
    }

    .user-section .user-all-form .contact-form {
        padding: 35px 5px !important
    }

    .user-section .user-all-form .contact-form .social-option ul li a {
        width: 115px
    }
}

@media only screen and (min-width:1550px) {
    .slider-item .slider-content {
        padding-top: 325px;
        padding-bottom: 300px
    }

    .place-list-item .images .place-profile,
    .place-list-item .images .place-tag {
        left: 35px
    }

    .place-list-three .section-title {
        max-width: 1500px;
        margin-left: auto
    }

    .testimonial-item p {
        max-width: 490px
    }

    .place-list-two .owl-nav .owl-next {
        right: 18%
    }

    .place-list-two .owl-nav .owl-prev {
        right: 19.5%
    }

    .place-list-three .owl-nav .owl-next {
        right: 40% !important
    }

    .place-list-three .owl-nav .owl-prev {
        right: 42% !important
    }
}

@media only screen and (min-width:1200px) {
    .container-max {
        max-width: 1300px !important;
        margin: 0 auto
    }

    .container {
        max-width: 1170px !important;
        margin: 0 auto
    }

    .banner-max {
        max-width: 1140px
    }

    .contact-max {
        max-width: 1090px;
        margin: 0 auto
    }

    .process-into {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto
    }
}

:root {
    --fontFamily: "Poppins", sans-serif;
    --mainColor: #f14300;
    --paragraphColor: #8c8c8c;
    --whiteColor: #fff;
    --titleColor: #2a2a2a;
    --optionalColor: #ffc0a7;
    --fontSize: 16px;
    --transition: .5s
}

body {
    padding: 0;
    margin: 0;
    font-size: var(--fontSize);
    font-family: var(--fontFamily)
}

p {
    color: var(--paragraphColor)
}

a {
    display: inline-block;
    transition: all .5s
}

a:focus,
a:hover {
    text-decoration: none
}

button {
    margin: 0;
    padding: 0;
    outline: 0
}

button:focus {
    outline: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--titleColor);
    line-height: 1.4
}

h3 {
    font-size: 20px
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle
}

img {
    max-width: 100%
}

.border-radius {
    border-radius: 50px
}

.ptb-100 {
    padding-bottom: 100px
}

.pt-100,
.ptb-100,
.ptb-700 {
    padding-top: 100px
}

.ptb-700 {
    padding-bottom: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-45 {
    padding-top: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.bg-dark-orange {
    background-color: var(--mainColor)
}

.bg-color-blue {
    background-color: #2d5eff
}

.bg-color-heliotrope {
    background-color: #cf3cff
}

.bg-color-green {
    background-color: #028311
}

.text-color-white {
    color: var(--whiteColor) !important
}

.margin-auto {
    margin: 0 auto
}

.default-btn {
    padding: 12px 27px;
    color: var(--whiteColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: var(--mainColor);
    border: none;
    outline: none
}

.default-btn i {
    margin-left: 5px
}

.default-btn:before {
    top: 0;
    left: 0
}

.default-btn:after,
.default-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--titleColor);
    z-index: -1;
    transition: all .5s
}

.default-btn:after {
    bottom: 0;
    right: 0
}

.default-btn:hover {
    color: var(--whiteColor);
    border: none
}

.default-btn:hover:before {
    left: auto;
    right: 0;
    width: 50%
}

.default-btn:hover:after {
    left: 0;
    right: 0;
    width: 50%
}

.section-title span {
    color: var(--mainColor);
    line-height: 0;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 5px;
    font-weight: 600
}

.section-title h2 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 5px;
    line-height: 1.5
}

.section-title h2 b {
    font-weight: 300
}

.section-title p {
    padding-top: 10px;
    margin-bottom: 0
}

.navbar-area {
    transition: .3s;
    position: relative
}

.navbar-area,
.navbar-light {
    background-color: transparent;
    padding: 0
}

.navbar-light .navbar-brand img {
    float: left;
    padding: 5px 0
}

.navbar-light .navbar-brand-sticky {
    display: none
}

.main-nav {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
    height: auto
}

.main-nav nav .navbar-nav .nav-item .active,
.main-nav nav .navbar-nav .nav-item:hover a {
    color: var(--mainColor) !important
}

.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: var(--whiteColor);
    font-weight: 400;
    margin-left: 12px;
    margin-right: 12px
}

.main-nav nav .navbar-nav .nav-item a i {
    line-height: 0;
    position: relative;
    top: 3px;
    font-size: 18px
}

.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item a :focus,
.main-nav nav .navbar-nav .nav-item a:hover {
    color: var(--mainColor) !important
}

.main-nav nav .navbar-nav .nav-item a .active:before {
    transform: scale(1)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    border: none;
    border-top: 3px solid var(--mainColor);
    padding: 0;
    border-radius: 0;
    background-color: var(--whiteColor) !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid var(--whiteColor)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: none
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    color: var(--titleColor) !important;
    position: relative;
    transition: .7s;
    font-weight: 400;
    padding: 10px;
    border-bottom: 1px dashed #ebebeb
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    border-radius: .25rem;
    color: var(--mainColor) !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: var(--mainColor) !important;
    margin-left: 5px;
    border-radius: .25rem
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
    color: var(--mainColor) !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 20px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 100%
}

.main-nav nav .side-nav {
    padding: 10px 18px 3px;
    margin-left: 30px
}

.main-nav nav .side-nav .side-item {
    padding-left: 15px;
    position: relative;
    display: inline-block
}

.main-nav nav .side-nav .side-item .cart-btn {
    position: relative;
    top: -12px
}

.main-nav nav .side-nav .side-item .cart-btn i {
    display: inline-block;
    font-size: 25px;
    color: var(--whiteColor);
    border-radius: 50px;
    text-align: center
}

.main-nav nav .side-nav .side-item .cart-btn span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: var(--whiteColor);
    color: var(--mainColor);
    font-size: 12px;
    font-weight: 500
}

.main-nav nav .side-nav .side-item .search-box {
    position: relative;
    top: -12px
}

.main-nav nav .side-nav .side-item .search-box i {
    cursor: pointer;
    font-size: 18px;
    color: var(--whiteColor);
    position: relative;
    display: inline-block;
    top: -2px;
    line-height: 35px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    border: 1px solid var(--whiteColor);
    text-align: center;
    transition: var(--transition)
}

.main-nav nav .side-nav .side-item .search-box:hover i {
    border-color: var(--mainColor);
    color: var(--mainColor)
}

.main-nav nav .side-nav .side-item .user-btn {
    position: relative;
    top: -12px
}

.main-nav nav .side-nav .side-item .user-btn i {
    cursor: pointer;
    font-size: 18px;
    color: var(--whiteColor);
    position: relative;
    display: inline-block;
    top: -2px;
    line-height: 35px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    border: 1px solid var(--whiteColor);
    text-align: center;
    transition: var(--transition)
}

.main-nav nav .side-nav .side-item .user-btn:hover i {
    border-color: var(--mainColor);
    color: var(--mainColor)
}

.nav-two {
    position: inherit;
    background-color: var(--whiteColor)
}

.nav-two nav .navbar-nav .nav-item a {
    color: var(--titleColor)
}

.nav-two nav .side-nav .side-item .cart-btn i {
    color: var(--mainColor)
}

.nav-two nav .side-nav .side-item .cart-btn span {
    background-color: var(--mainColor);
    color: var(--whiteColor)
}

.nav-two nav .side-nav .side-item .cart-btn:hover i {
    color: var(--titleColor)
}

.nav-two nav .side-nav .side-item .cart-btn:hover span {
    background-color: var(--titleColor)
}

.nav-two nav .side-nav .side-item .search-box i {
    color: var(--mainColor);
    border: 1px solid var(--mainColor)
}

.nav-two nav .side-nav .side-item .search-box:hover i {
    border-color: var(--titleColor);
    color: var(--titleColor)
}

.nav-two nav .side-nav .side-item .user-btn {
    position: relative;
    top: -12px
}

.nav-two nav .side-nav .side-item .user-btn i {
    color: var(--mainColor);
    border: 1px solid var(--mainColor)
}

.nav-two nav .side-nav .side-item .user-btn:hover i {
    border-color: var(--titleColor);
    color: var(--titleColor)
}

.side-nav-responsive {
    display: none
}

.side-nav-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    right: 60px;
    top: 12px
}

.side-nav-responsive .dot-menu .circle-inner {
    display: flex;
    align-items: center;
    height: 30px
}

.side-nav-responsive .dot-menu .circle-inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    transition: var(--transition);
    background-color: var(--whiteColor)
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
    background-color: var(--mainColor)
}

.side-nav-responsive .container {
    position: relative;
    display: flex
}

.side-nav-responsive .container .container {
    position: absolute;
    right: 0;
    top: 55px;
    max-width: 300px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.side-nav-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1)
}

.side-nav-responsive .side-nav-inner {
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
    background-color: var(--whiteColor)
}

.side-nav-responsive .side-nav-inner .side-nav {
    background-color: var(--mainColor);
    border-radius: 15px;
    padding: 10px 18px 3px
}

.side-nav-responsive .side-nav-inner .side-nav .side-item {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
    display: inline-block
}

.side-nav-responsive .side-nav-inner .side-nav .side-item .cart-btn {
    position: relative;
    display: inline-block;
    top: -4px
}

.side-nav-responsive .side-nav-inner .side-nav .side-item .cart-btn i {
    display: inline-block;
    font-size: 25px;
    color: var(--whiteColor);
    border-radius: 50px;
    text-align: center
}

.side-nav-responsive .side-nav-inner .side-nav .side-item .cart-btn span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-color: var(--whiteColor);
    color: var(--mainColor);
    font-size: 12px;
    font-weight: 500
}

.side-nav-responsive .side-nav-inner .side-nav .side-item .nav-add-btn {
    margin-top: 15px
}

.side-nav-responsive .side-nav-inner .side-nav .side-item .nav-add-btn .default-btn {
    background-color: transparent;
    border: 1px solid var(--whiteColor)
}

.side-nav-responsive .side-nav-inner .side-nav .search-box {
    position: relative;
    display: inline-block
}

.side-nav-responsive .side-nav-inner .side-nav .search-box i {
    cursor: pointer;
    font-size: 18px;
    color: var(--whiteColor);
    position: relative;
    display: inline-block;
    top: -2px;
    line-height: 35px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    border: 1px solid var(--whiteColor);
    text-align: center;
    transition: var(--transition)
}

.side-nav-responsive .side-nav-inner .side-nav .search-box:hover i {
    border-color: var(--mainColor);
    color: var(--mainColor)
}

.side-nav-responsive .side-nav-inner .side-nav .user-btn {
    position: relative;
    display: inline-block
}

.side-nav-responsive .side-nav-inner .side-nav .user-btn i {
    cursor: pointer;
    font-size: 18px;
    color: var(--whiteColor);
    position: relative;
    display: inline-block;
    top: -2px;
    line-height: 35px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    border: 1px solid var(--whiteColor);
    text-align: center;
    transition: var(--transition)
}

.side-nav-responsive .side-nav-inner .side-nav .user-btn:hover i {
    border-color: var(--mainColor);
    color: var(--mainColor)
}

.sticky-nav {
    top: 0;
    position: fixed;
    -webkit-animation: fadeInDown .9s ease-in-out 5s 1 normal none running;
    animation: fadeInDown .9s ease-in-out 5s 1 normal none running;
    transition: .9s;
    width: 100% !important;
    z-index: 999
}

.sticky-nav .main-nav {
    background-color: var(--titleColor)
}

.sticky-nav .main-nav,
.sticky-nav .nav-two {
    top: 0;
    position: fixed;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.sticky-nav .nav-two {
    background-color: var(--whiteColor)
}

.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    overflow: hidden
}

.search-overlay .search-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%)
}

.search-overlay .search-layer:first-child {
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all .3s ease-in-out 0s
}

.search-overlay .search-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all .3s ease-in-out .3s
}

.search-overlay .search-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: all .9s ease-in-out .6s
}

.search-overlay .search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transition: all .9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden
}

.search-overlay .search-close .search-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    background-color: var(--whiteColor);
    transition: all .5s ease
}

.search-overlay .search-close .search-close-line:first-child {
    transform: rotate(45deg)
}

.search-overlay .search-close .search-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg)
}

.search-overlay .search-close:hover .search-close-line {
    background: var(--mainColor);
    transform: rotate(180deg)
}

.search-overlay .search-form {
    transition: all .9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
    padding: 0 15px
}

.search-overlay .search-form form {
    position: relative
}

.search-overlay .search-form form .input-search {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    color: var(--titleColor);
    padding: 3px 0 0 25px
}

.search-overlay .search-form form .input-search::-ms-input-placeholder {
    -ms-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: var(--titleColor)
}

.search-overlay .search-form form .input-search::-moz-placeholder {
    -moz-transition: var(--transition);
    transition: var(--transition);
    letter-spacing: .5px;
    color: var(--titleColor)
}

.search-overlay .search-form form .input-search::placeholder {
    transition: var(--transition);
    letter-spacing: .5px;
    color: var(--titleColor)
}

.search-overlay .search-form form .input-search:focus {
    border: none;
    outline: none
}

.search-overlay .search-form form .input-search:focus::-ms-input-placeholder {
    color: transparent
}

.search-overlay .search-form form .input-search:focus::-moz-placeholder {
    color: transparent
}

.search-overlay .search-form form .input-search:focus::placeholder {
    color: transparent
}

.search-overlay .search-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    color: var(--whiteColor);
    height: 50px;
    border-radius: 50%;
    background-color: var(--mainColor);
    transition: var(--transition);
    border: none;
    font-size: 20px;
    line-height: 45px
}

.search-overlay .search-form form button:hover {
    background-color: var(--titleColor);
    color: var(--mainColor)
}

.search-overlay .search-form form:hover {
    border: none;
    outline: none
}

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

.search-overlay.search-overlay-active.search-overlay .search-layer {
    transform: translateX(0)
}

.search-overlay.search-overlay-active.search-overlay .search-close,
.search-overlay.search-overlay-active.search-overlay .search-form {
    opacity: 1;
    visibility: visible
}

.slider-area {
    position: relative
}

.slider-area .owl-nav {
    margin-top: 0
}

.slider-area .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-16px);
    left: 45px;
    color: var(--mainColor) !important;
    font-size: 24px !important;
    font-weight: 700
}

.slider-area .owl-nav .owl-prev:hover {
    color: var(--whiteColor) !important;
    background-color: transparent !important
}

.slider-area .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-16px);
    right: 45px;
    color: var(--mainColor) !important;
    font-size: 24px !important;
    font-weight: 700
}

.slider-area .owl-nav .owl-next:hover {
    color: var(--whiteColor) !important;
    background-color: transparent !important
}

.slider-item {
    text-align: center;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.slider-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5
}

.slider-item .slider-content {
    padding-top: 285px;
    padding-bottom: 270px;
    position: relative;
    z-index: 1
}

.slider-item .slider-content h1 {
    font-size: 60px;
    color: var(--whiteColor);
    max-width: 790px;
    margin: 0 auto
}

.slider-item .slider-content h1 b {
    font-weight: 300
}

.item-bg1 {
    background-image: url(home1.bb612bf2ac1b1b8a0685.jpg)
}

.item-bg2 {
    background-image: url(home2.ef420879a25fb84763d5.jpg)
}

.item-bg3 {
    background-image: url(home3.b35227b4f49617316779.jpg)
}

.item-bg4 {
    background-image: url(home4.dd7fc6b3957dab88bb71.jpg)
}

.banner-area {
    background-image: url(home2.7dfefefaace4c5449658.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.banner-content {
    padding-top: 150px;
    padding-bottom: 190px
}

.banner-content p {
    color: var(--mainColor)
}

.banner-content h1 {
    font-size: 90px;
    color: var(--titleColor);
    font-weight: 700;
    max-width: 590px;
    margin-bottom: 20px
}

.banner-content h1 b {
    font-weight: 300
}

.banner-content .form-list {
    margin-bottom: 35px
}

.banner-content .form-list ul li {
    color: var(--titleColor)
}

.banner-content-ptb {
    padding-top: 160px !important;
    padding-bottom: 230px !important
}

.banner-area-two {
    background-image: url(home-three1.ad21441334a606fb4f62.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.banner-img {
    position: absolute;
    bottom: 0;
    left: 200px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1
}

.banner-img img {
    width: 780px
}

.form-list {
    margin-bottom: 50px
}

.form-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.form-list ul li {
    display: inline-block;
    margin: 0 10px;
    color: var(--whiteColor);
    text-transform: uppercase;
    font-weight: 500
}

.form-list ul li i {
    font-size: 18px;
    color: #e9272a;
    margin-right: 5px;
    opacity: 0;
    transform: var(--transition)
}

.form-list ul li:hover {
    color: var(--mainColor)
}

.form-list ul li:hover i {
    opacity: 1
}

.form-list ul li.active {
    color: var(--mainColor)
}

.form-list ul li.active i {
    opacity: 1
}

.banner-form {
    background-color: #ffffffe6;
    padding: 15px 0 15px 40px;
    box-shadow: 0 0 15px #2a2a2a;
}

.banner-form .form-group {
    position: relative;
    margin-bottom: 0
}

.banner-form .form-group i {
    position: absolute;
    top: 15px;
    left: 0;
    line-height: 1;
    font-size: 18px;
    color: var(--mainColor);
    z-index: 1
}

.banner-form .form-group .form-control {
    height: 50px;
    padding: 10px 20px 10px 25px;
    border: none;
    border-right: 1px solid #ebebeb;
    color: var(--paragraphColor);
    background-color: #fff0;
    font-weight: 400;
    border-radius: 0;
}

.banner-form .form-group .form-control:focus {
    box-shadow: none;
    outline: none
}

.banner-form .form-group textarea.form-control {
    height: auto
}

.banner-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    border-radius: 50px;
    background-color: var(--mainColor);
    color: var(--whiteColor)
}

.banner-form .nice-select .list {
    background-color: var(--whiteColor);
    box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.banner-form .nice-select .list .option {
    transition: .6s;
    color: var(--paragraphColor);
    padding-left: 20px;
    padding-right: 20px
}

.banner-form .nice-select .list .option:hover {
    background-color: var(--mainColor) !important;
    color: #fff
}

.banner-form .nice-select .list .option .selected {
    background-color: transparent;
    font-weight: 600
}

.banner-form .nice-select:after {
    height: 8px;
    width: 8px;
    border-color: var(--paragraphColor);
    right: 23px
}

.banner-form-mt {
    position: relative;
    margin-top: -170px;
    z-index: 55
}

.banner-form .form-group .form-control::-ms-input-placeholder {
    color: var(--paragraphColor)
}

.banner-form .form-group .form-control::-moz-placeholder {
    color: var(--paragraphColor)
}

.banner-form .form-group .form-control::placeholder {
    color: var(--paragraphColor)
}

.inner-banner {
    position: relative;
    background-position: 50%;
    background-size: cover
}

.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .7
}

.inner-banner .inner-title {
    padding-top: 250px;
    padding-bottom: 200px;
    position: relative
}

.inner-banner .inner-title h3 {
    font-size: 30px;
    color: var(--whiteColor);
    font-weight: 700;
    text-transform: capitalize
}

.inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.inner-banner .inner-title ul li {
    font-size: 18px;
    color: var(--whiteColor);
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize
}

.inner-banner .inner-title ul li:last-child {
    margin-right: 0
}

.inner-banner .inner-title ul li i {
    font-size: 26px;
    color: var(--whiteColor);
    position: relative;
    top: 4px
}

.inner-banner .inner-title ul li a {
    color: var(--whiteColor)
}

.inner-banner .inner-title ul li a:hover {
    color: var(--mainColor)
}

.inner-banner .inner-title p {
    color: var(--whiteColor);
    margin-bottom: 0
}

.inner-banner .inner-banner-title {
    padding-top: 250px;
    padding-bottom: 160px;
    position: relative
}

.inner-banner .inner-banner-title h3 {
    font-size: 50px;
    color: var(--whiteColor);
    font-weight: 700;
    text-transform: capitalize
}

.inner-banner .inner-banner-title p {
    color: var(--whiteColor);
    margin-bottom: 0
}

.inner-content {
    padding-top: 250px
}

.inner-banner-text {
    padding-bottom: 37px
}

.inner-banner-text h3 {
    font-size: 50px;
    color: var(--whiteColor);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px
}

.inner-banner-text ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.inner-banner-text ul li {
    display: inline-block;
    font-size: 16px;
    color: var(--whiteColor);
    margin-right: 25px
}

.inner-banner-text ul li:hover,
.inner-banner-text ul li:hover a {
    color: var(--mainColor)
}

.inner-banner-text ul li:hover i {
    color: var(--whiteColor)
}

.inner-banner-text ul li i {
    color: var(--mainColor);
    margin-right: 5px
}

.inner-banner-text ul li a {
    color: var(--whiteColor);
    font-weight: 400
}

.banner-rating {
    float: right
}

.banner-rating ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 50px
}

.banner-rating ul li {
    display: inline-block;
    font-size: 14px
}

.banner-rating ul li.rating-star {
    position: relative;
    top: 10px;
    padding-left: 25px
}

.banner-rating ul li span {
    font-size: 14px;
    color: var(--whiteColor);
    display: block
}

.banner-rating ul li i {
    color: #ff8400
}

.banner-rating ul li a {
    width: 70px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 700;
    color: var(--whiteColor);
    text-align: center;
    background-color: var(--mainColor);
    border-radius: 50px;
    position: relative;
    top: -1.5px
}

.banner-bottom {
    padding-top: 35px;
    border-top: 1px solid hsla(0, 0%, 100%, .62);
    padding-bottom: 10px
}

.banner-tag ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.banner-tag ul li {
    display: inline-block;
    margin-right: 15px
}

.banner-tag ul li a {
    padding: 7px 18px;
    border-radius: 50px;
    background-color: hsla(0, 0%, 100%, .2);
    border: 1px dashed hsla(0, 0%, 100%, .28);
    color: var(--whiteColor)
}

.banner-profile {
    float: right
}

.banner-profile img {
    display: inline-block;
    margin-right: 10px;
    width: 35px !important
}

.banner-profile h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--whiteColor)
}

.banner-profile .banner-status {
    margin-left: 25px;
    display: inline-block;
    background-color: var(--mainColor);
    padding: 7px 25px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 13% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 13% 50%, 0 0)
}

.banner-profile .banner-status a {
    display: block
}

.banner-profile .banner-status a h3 {
    font-size: 15px;
    color: var(--whiteColor);
    font-weight: 500;
    margin-bottom: 0
}

.banner-list {
    background-color: var(--whiteColor);
    padding: 25px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    z-index: 1;
    position: relative;
    bottom: -40px;
    border-radius: 10px;
    margin-bottom: 40px
}

.banner-list .list {
    list-style: none;
    padding: 0;
    margin: 0
}

.banner-list .list li {
    font-size: 16px;
    color: #8c8c8c;
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize
}

.banner-list .list li:last-child {
    margin-right: 0
}

.banner-list .list li i {
    font-size: 20px;
    color: #8c8c8c;
    position: relative;
    top: 4px
}

.banner-list .list li a {
    color: #8c8c8c
}

.banner-list .list li.active,
.banner-list .list li a:hover {
    color: var(--mainColor)
}

.banner-list .social-link {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none
}

.banner-list .social-link li {
    display: inline-block;
    margin-right: 5px
}

.banner-list .social-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: var(--whiteColor)
}

.banner-list .social-link li:first-child a {
    background-color: #3b5998
}

.banner-list .social-link li:first-child a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.banner-list .social-link li:nth-child(2) a {
    background-color: #55acee
}

.banner-list .social-link li:nth-child(2) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.banner-list .social-link li:nth-child(3) a {
    background-color: #3f729b
}

.banner-list .social-link li:nth-child(3) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.banner-list .social-link li:nth-child(4) a {
    background-color: red
}

.banner-list .social-link li:nth-child(4) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.banner-list .social-link li:nth-child(5) a {
    background-color: #c80000
}

.banner-list .social-link li:nth-child(5) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.banner-list p {
    float: right;
    position: relative;
    top: 7px
}

.banner-list p a {
    color: var(--mainColor)
}

.banner-list p a:hover {
    color: var(--titleColor)
}

.inner-bg1 {
    background-image: url(inner-banner1.f69d830c12cd37875e29.jpg)
}

.inner-bg2 {
    background-image: url(inner-banner2.1f6783f5304b6fb1d740.jpg)
}

.inner-bg3 {
    background-image: url(inner-banner3.7c581b0f96fc4254dfa4.jpg)
}

.inner-bg4 {
    background-image: url(inner-banner4.ad633031671366d19ce1.jpg)
}

.inner-bg5 {
    background-image: url(inner-banner5.b5bb20bef35987a977f4.jpg)
}

.inner-bg6 {
    background-image: url(inner-banner6.87542e13aed2ae2faab4.jpg)
}

.inner-bg7 {
    background-image: url(inner-banner7.ee47f968a9a9840e7a60.jpg)
}

.inner-bg8 {
    background-image: url(inner-banner8.eb0686b67f4070301378.jpg)
}

.inner-bg9 {
    background-image: url(inner-banner9.46294098baffd0bb1c88.jpg)
}

.inner-bg10 {
    background-image: url(inner-banner10.7d43b4fd7a0cacbda406.jpg)
}

.inner-bg11 {
    background-image: url(inner-banner11.58f10713ddd8be09e457.jpg)
}

.about-list {
    margin-top: 30px;
    margin-bottom: 30px
}

.about-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.about-list ul li {
    display: block;
    font-size: 16px;
    color: var(--paragraphColor);
    margin-bottom: 7px
}

.about-list ul li i {
    color: var(--mainColor);
    margin-right: 5px
}

.about-content,
.about-img {
    margin-bottom: 30px
}

.choose-width {
    margin-top: 45px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1)
}

.border-radius-5 {
    border-radius: 5px 5px 0 0
}

.choose-area-two {
    position: relative;
    top: -100px
}

.choose-card {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.choose-card:hover i:after {
    right: auto;
    left: -15px
}

.choose-card i {
    font-size: 55px;
    color: #6d6d6d;
    position: relative
}

.choose-card i:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--optionalColor);
    top: -5px;
    right: -15px;
    z-index: -1;
    transition: .9s
}

.choose-card h3 {
    margin-bottom: 10px
}

.choose-card p {
    max-width: 290px;
    margin: 0 auto;
    font-size: 15px
}

.price-card {
    margin-bottom: 30px;
    text-align: center;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1);
    padding-bottom: 20px
}

.price-card .content {
    padding: 20px 20px 10px;
    background-color: var(--mainColor);
    border-radius: 0 0 30px 30px;
    margin-bottom: 20px
}

.price-card .content i {
    font-size: 50px;
    background-color: var(--whiteColor);
    color: #11114b;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px
}

.price-card .content h3 {
    color: var(--whiteColor);
    padding: 10px 0;
    background-color: rgba(236, 234, 233, .34);
    font-weight: 500;
    margin-bottom: 10px
}

.price-card .content h2 {
    font-size: 45px;
    color: var(--whiteColor)
}

.price-card .content h2 sup {
    font-size: 30px;
    font-weight: 400
}

.price-card .content span {
    font-size: 14px;
    color: var(--whiteColor);
    font-weight: 400;
    position: relative;
    top: -15px
}

.price-card ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0
}

.price-card ul li {
    display: block;
    color: var(--paragraphColor);
    padding: 10px 0;
    border-bottom: 1px solid #ededed
}

.team-area {
    background-color: #fdf8f5
}

.team-card {
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1);
    margin-bottom: 30px;
    transition: .7s
}

.team-card:hover {
    transform: translateY(-10px)
}

.team-card a {
    display: block
}

.team-card a img {
    max-width: 100%;
    border-radius: 5px 5px 0 0
}

.team-card .content {
    padding: 30px 25px;
    position: relative
}

.team-card .content:before {
    content: "";
    top: 30px;
    left: 0;
    position: absolute;
    height: 45px;
    width: 7px;
    border-radius: 2px;
    background-color: var(--mainColor)
}

.team-card .content h3 {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--titleColor)
}

.team-card .content h3 a {
    color: var(--titleColor);
    display: block
}

.team-card .content span {
    font-size: 15px;
    font-weight: 500;
    color: var(--titleColor)
}

.team-card .content p {
    margin-top: 10px
}

.team-card .content .social-link {
    margin: 0;
    padding: 0;
    list-style: none
}

.team-card .content .social-link li {
    display: inline-block;
    margin-right: 5px
}

.team-card .content .social-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: var(--whiteColor)
}

.team-card .content .social-link li:first-child a {
    background-color: #3b5998
}

.team-card .content .social-link li:first-child a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.team-card .content .social-link li:nth-child(2) a {
    background-color: #55acee
}

.team-card .content .social-link li:nth-child(2) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.team-card .content .social-link li:nth-child(3) a {
    background-color: #3f729b
}

.team-card .content .social-link li:nth-child(3) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.team-card .content .social-link li:nth-child(4) a {
    background-color: red
}

.team-card .content .social-link li:nth-child(4) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.category-bg {
    margin-top: 45px;
    background-color: var(--whiteColor);
    box-shadow: 0 -65px 50px 7px hsla(0, 0%, 96.5%, .7);
    padding: 70px 70px 0
}

.category-card {
    margin-bottom: 30px;
    text-align: center
}

.category-card:hover a i {
    color: var(--mainColor)
}

.category-card a {
    display: block
}

.category-card a i {
    font-size: 50px;
    color: #6a6a6a;
    margin-bottom: 15px;
    transition: var(--transition)
}

.category-card a h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.category-card p {
    margin: 0 auto;
    max-width: 320px
}

.category-box {
    margin-bottom: 30px;
    text-align: center;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1
}

.category-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    background-color: var(--mainColor);
    transition: .7s;
    z-index: -1
}

.category-box:hover:before {
    opacity: 1;
    width: 100%
}

.category-box:hover a h3,
.category-box:hover a i {
    color: var(--whiteColor)
}

.category-box a i {
    font-size: 50px;
    color: var(--mainColor);
    margin-bottom: 15px;
    transition: var(--transition)
}

.category-box a {
    display: block
}

.category-box a h3 {
    margin-bottom: 0;
    color: var(--mainColor)
}

.category-box-area {
    background-color: var(--whiteColor);
    padding-top: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed
}

.category-box-card {
    margin-bottom: 30px;
    text-align: center
}

.category-box-card:hover a i:after {
    left: auto;
    right: 10px
}

.category-box-card:hover h3 a {
    color: var(--mainColor)
}

.category-box-card a {
    display: block;
    position: relative;
    z-index: 1
}

.category-box-card a i {
    font-size: 50px;
    color: var(--titleColor);
    margin-bottom: 15px;
    transition: var(--transition);
    position: relative;
    z-index: 1
}

.category-box-card a i:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--optionalColor);
    top: 0;
    left: 10px;
    z-index: -1;
    transition: .9s
}

.category-box-card h3 {
    margin-bottom: 0
}

.category-box-card h3 a {
    display: block;
    color: var(--titleColor);
    transition: var(--transition)
}

.place-list-area {
    position: relative
}

.place-list-area .owl-dots {
    margin-top: 0 !important;
    margin-bottom: 30px
}

.place-list-area .owl-dots .owl-dot span {
    background-color: var(--mainColor) !important;
    width: 7px !important;
    height: 7px !important;
    transition: .7s
}

.place-list-area .owl-dots .owl-dot.active span,
.place-list-area .owl-dots .owl-dot:hover span {
    background-color: var(--mainColor) !important;
    width: 12px !important;
    height: 12px !important
}

.place-list-two {
    position: relative;
    overflow: hidden
}

.place-list-two .owl-nav {
    margin-top: 0
}

.place-list-two .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    right: 15%;
    color: var(--mainColor) !important;
    font-size: 24px !important;
    font-weight: 700
}

.place-list-two .owl-nav .owl-prev:hover {
    color: var(--titleColor) !important;
    background-color: transparent !important
}

.place-list-two .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 12%;
    color: var(--mainColor) !important;
    font-size: 24px !important;
    font-weight: 700
}

.place-list-two .owl-nav .owl-next:hover {
    color: var(--titleColor) !important;
    background-color: transparent !important
}

.place-list-three {
    position: relative;
    overflow: hidden
}

.place-list-three .section-title {
    max-width: 1240px;
    margin-left: auto
}

.place-list-three .owl-nav {
    margin-top: 0
}

.place-list-three .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    right: 17%;
    color: var(--mainColor) !important;
    font-size: 24px !important;
    font-weight: 700
}

.place-list-three .owl-nav .owl-prev:hover {
    color: var(--titleColor) !important;
    background-color: transparent !important
}

.place-list-three .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 15%;
    color: var(--mainColor) !important;
    font-size: 24px !important;
    font-weight: 700
}

.place-list-three .owl-nav .owl-next:hover {
    color: var(--titleColor) !important;
    background-color: transparent !important
}

.place-slider-three {
    left: calc((100% - 1170px)/2);
    position: relative
}

.place-list-item {
    margin-bottom: 30px
}

.place-list-item .images {
    position: relative
}

.place-list-item .images .images-list {
    display: block;
    position: relative
}

.place-list-item .images .images-list:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.place-list-item .images .images-list img {
    width: 100%;
    border-radius: 5px 0 5px 0
}

.place-list-item .images .place-profile {
    position: absolute;
    top: 30px;
    left: 15px
}

.place-list-item .images .place-profile img {
    display: inline-block;
    margin-right: 10px;
    width: 35px !important
}

.place-list-item .images .place-profile h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--whiteColor)
}

.place-list-item .images .place-status {
    position: absolute;
    top: 30px;
    right: -10px;
    padding: 5px 15px 5px 25px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 13% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 13% 50%, 0 0)
}

.place-list-item .images .place-status a {
    display: block
}

.place-list-item .images .place-status a h3 {
    font-size: 13px;
    color: var(--whiteColor);
    font-weight: 500;
    margin-bottom: 0
}

.place-list-item .images .place-tag {
    position: absolute;
    bottom: 20px;
    left: 15px
}

.place-list-item .images .place-tag ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.place-list-item .images .place-tag ul li {
    display: inline-block
}

.place-list-item .images .place-tag ul li a {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: var(--mainColor);
    background-color: var(--whiteColor);
    border-radius: 50px
}

.place-list-item .images .place-tag ul li a:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor)
}

.place-list-item .images .place-tag span {
    display: inline-block;
    margin-left: 25px
}

.place-list-item .images .place-tag span a {
    display: inline-block;
    color: var(--whiteColor)
}

.place-list-item .images .place-tag h3 {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px;
    font-weight: 500
}

.place-list-item .images .place-tag h3 a {
    display: inline-block;
    color: var(--whiteColor)
}

.place-list-item .content {
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1);
    padding: 30px 30px 20px
}

.place-list-item .content:hover a h3 {
    color: var(--mainColor)
}

.place-list-item .content a {
    display: block
}

.place-list-item .content a h3 {
    margin-bottom: 15px;
    transition: var(--transition)
}

.place-list-item .content p {
    margin-left: 30px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e8e8e8;
    position: relative
}

.place-list-item .content p i {
    position: absolute;
    font-size: 18px;
    color: var(--mainColor);
    left: -30px
}

.place-list-item .content .place-rating {
    padding: 15px 0;
    list-style: none;
    margin: 0
}

.place-list-item .content .place-rating li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px
}

.place-list-item .content .place-rating li i {
    color: var(--mainColor)
}

.place-list-item .content .place-rating li .icon-color {
    color: var(--optionalColor) !important
}

.place-list-item .content .place-rating li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: var(--mainColor);
    text-align: center;
    border: 1px solid var(--mainColor);
    border-radius: 50px
}

.listing-section-right {
    margin-bottom: 35px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding-bottom: 30px
}

.listing-section-right .title {
    font-size: 20px;
    color: var(--titleColor);
    margin-bottom: 30px;
    border-bottom: 1px solid var(--mainColor);
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 400;
    padding-left: 35px
}

.listing-section-right .title i {
    color: var(--mainColor);
    margin-right: 10px
}

.listing-section-right .facilities-list {
    padding: 0 30px 30px;
    border-bottom: 1px solid #ececec
}

.listing-section-right .facilities-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.listing-section-right .facilities-list ul li {
    display: inline-block;
    margin-right: 15px
}

.listing-section-right .facilities-list ul li .agree-label label {
    font-size: 15px;
    font-weight: 400;
    color: #636363;
    margin-left: 5px
}

.listing-section-right .facilities-list .facilities-title {
    font-size: 17px;
    text-align: center;
    border: 1px dashed var(--mainColor);
    padding: 4px 0;
    font-weight: 400;
    color: #7f7f7f;
    background-color: #fff6f2;
    margin-bottom: 20px
}

.listing-section-right .default-btn {
    margin-top: 20px
}

.listing-right-form {
    margin-left: 30px;
    margin-right: 30px
}

.listing-right-form .form-group {
    margin-bottom: 25px;
    position: relative
}

.listing-right-form .form-group label {
    color: var(--paragraphColor);
    position: relative;
    top: 12px
}

.listing-right-form .form-group i {
    position: absolute;
    top: 18px;
    left: 15px;
    line-height: 1;
    font-size: 18px;
    color: var(--mainColor);
    z-index: 1
}

.listing-right-form .form-group .form-control {
    height: 50px;
    color: #7f7f7f;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    width: 100%
}

.listing-right-form .form-group .form-control:focus {
    outline: none;
    border-color: #ffc0a7;
    box-shadow: none
}

.listing-right-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 25px;
    padding-left: 20px;
    border-radius: 50px;
    background-color: var(--mainColor);
    color: var(--whiteColor)
}

.listing-right-form .nice-select .list {
    background-color: var(--whiteColor);
    box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.listing-right-form .nice-select .list .option {
    transition: .6s;
    color: var(--paragraphColor);
    padding-left: 20px;
    padding-right: 20px
}

.listing-right-form .nice-select .list .option:hover {
    background-color: var(--mainColor) !important;
    color: #fff
}

.listing-right-form .nice-select .list .option .selected {
    background-color: transparent;
    font-weight: 600
}

.listing-right-form .nice-select:after {
    height: 8px;
    width: 8px;
    border-color: var(--mainColor);
    right: 23px
}

.listing-widget-into .listing-widget-menu {
    list-style: none;
    margin: 7px 0 0;
    padding: 0;
    float: right
}

.listing-widget-into .listing-widget-menu li {
    display: inline-block
}

.listing-widget-into .listing-widget-menu li a {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #a3a3a3;
    border: 1px solid #a3a3a3;
    border-radius: 50px
}

.listing-widget-into .listing-widget-menu li a.active,
.listing-widget-into .listing-widget-menu li a:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor);
    border-color: var(--mainColor)
}

.listing-widget-into .default-btn {
    margin-top: 20px;
    margin-bottom: 30px
}

.process-bg {
    background-color: #f5f5f5
}

.process-bg2 {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(process-bg.9e7329e89d5b148864bc.jpg);
    margin-bottom: 50px
}

.process-into {
    bottom: -50px;
    position: relative;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    padding-top: 60px;
    padding-bottom: 30px
}

.process-into-2 {
    background: none !important;
    box-shadow: none !important;
    bottom: 0 !important;
    margin-bottom: 40px;
    margin-top: 40px
}

.process-line {
    top: 50%;
    left: 70px
}

.process-line,
.process-line-2 {
    position: absolute;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.process-line-2 {
    top: 32%;
    left: 0
}

.process-card {
    text-align: center;
    position: relative;
    margin-bottom: 30px
}

.process-card:hover i:after {
    right: 10px;
    left: auto
}

.process-card:hover .process-number {
    color: var(--mainColor)
}

.process-card i {
    font-size: 55px;
    color: var(--titleColor);
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    transition: .9s
}

.process-card i:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--optionalColor);
    top: 25px;
    left: 10px;
    z-index: -1;
    transition: .9s
}

.process-card i:hover:after {
    right: 10px;
    left: auto
}

.process-card .icon-bg {
    width: 95px;
    height: 95px;
    background-color: var(--whiteColor);
    border-radius: 50px;
    line-height: 95px;
    display: inline-block
}

.process-card h3 {
    margin-bottom: 15px
}

.process-card p {
    margin-bottom: 0
}

.process-card .process-number {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 40px;
    color: var(--paragraphColor);
    transition: var(--transition)
}

.process-card .process-number.active {
    color: var(--mainColor)
}

.process-item {
    margin-bottom: 30px;
    position: relative
}

.process-item .process-item-number {
    text-align: center;
    position: absolute;
    font-size: 40px;
    color: var(--paragraphColor);
    transition: var(--transition)
}

.process-item .process-item-number.active {
    color: var(--mainColor)
}

.process-item .number1 {
    position: absolute;
    left: 120px;
    top: -75px
}

.process-item .number2 {
    position: absolute;
    left: 130px;
    top: -60px
}

.process-item .number3 {
    position: absolute;
    left: 165px;
    top: -88px
}

.process-item i {
    font-size: 55px;
    color: var(--titleColor);
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    transition: .9s;
    display: inline-block
}

.process-item .content {
    display: inline-block;
    position: relative;
    margin-top: -80px;
    margin-left: 70px
}

.process-item .content h3 {
    margin-bottom: 15px;
    font-weight: 500;
    display: inline-block
}

.process-item .content p {
    margin-bottom: 0;
    display: inline-block
}

.process-into .col-lg-4:nth-child(2) .process-item {
    margin-top: 50px
}

.process-into .col-lg-4:nth-child(3) .process-item {
    margin-top: 20px
}

.city-item {
    position: relative;
    margin-bottom: 30px
}

.city-item .city-img {
    display: block;
    border-radius: 5px
}

.city-item .city-img img {
    width: 100%;
    height: 410px;
    border-radius: 5px
}

.city-item .city-content {
    position: absolute;
    top: 40px;
    left: 30px
}

.city-item .city-content i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--whiteColor);
    color: var(--mainColor);
    text-align: center;
    position: relative;
    top: -10px;
    margin-right: 10px
}

.city-item .city-content .city-text {
    display: inline-block
}

.city-item .city-content .city-text a h3 {
    color: var(--whiteColor);
    margin-bottom: 5px;
    font-size: 18px
}

.city-item .city-content .city-text p {
    color: var(--whiteColor);
    margin-bottom: 0;
    font-size: 15px
}

.city-item .city-location {
    position: absolute;
    bottom: 30px;
    right: 60px;
    font-size: 30px;
    color: var(--whiteColor)
}

.city-btn {
    margin-top: 20px;
    float: right
}

.city-card {
    margin-bottom: 30px
}

.city-card a {
    display: block
}

.city-card a img {
    height: 365px;
    width: 100%;
    transition: .7s
}

.city-card:hover a img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.city-card:hover .content a h3 {
    color: var(--mainColor)
}

.city-card .content {
    padding-top: 25px
}

.city-card .content a {
    display: block
}

.city-card .content a h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    transition: .7s
}

.city-card .content span {
    font-size: 25px;
    color: var(--mainColor)
}

.video-area-bg {
    background-image: url(video-area-bg.d657b9de43a766100a27.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.video-area-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.video-ptb {
    padding-top: 124px !important;
    padding-bottom: 124px !important
}

.video-content {
    padding-top: 100px;
    padding-bottom: 200px;
    text-align: center;
    position: relative
}

.video-content h2 {
    font-size: 38px;
    color: var(--whiteColor)
}

.video-content .play-btn {
    margin-top: 50px;
    width: 85px;
    height: 85px;
    line-height: 90px;
    border-radius: 50px;
    font-size: 35px;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    position: relative
}

.video-content .play-btn:hover {
    background-color: var(--whiteColor);
    color: var(--mainColor)
}

.video-content .play-btn:hover:before {
    border-color: var(--whiteColor)
}

.video-content .play-btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid var(--mainColor);
    -webkit-animation: ripple 1s linear 2s infinite;
    animation: ripple 1s linear 2s infinite
}

.video-area-two {
    background-image: url(video-area-bg2.d5fe95fb83b36463bc94.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.video-area-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}

.video-option {
    padding-top: 100px;
    padding-bottom: 250px;
    position: relative
}

.video-option h2 {
    font-size: 38px;
    color: var(--whiteColor)
}

.video-option .video-btn {
    margin-left: 200px
}

.video-option .video-btn .play-video {
    margin-top: 50px;
    width: 85px;
    text-align: center;
    height: 85px;
    line-height: 85px;
    border-radius: 50px;
    font-size: 35px;
    background-color: var(--whiteColor);
    color: var(--mainColor);
    position: relative
}

.video-option .video-btn .play-video:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor)
}

.video-option .video-btn .play-video:hover:after {
    border-color: var(--mainColor)
}

.video-option .video-btn .play-video:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid var(--whiteColor);
    -webkit-animation: ripple 1s linear 2s infinite;
    animation: ripple 1s linear 2s infinite
}

.video-option .video-btn:hover span {
    color: var(--mainColor)
}

.video-option .video-btn span {
    font-size: 35px;
    color: var(--whiteColor);
    margin-left: 30px
}

.video-option .video-btn span i {
    font-weight: 500;
    font-size: 24px
}

.counter-area {
    position: relative;
    margin-top: -70px
}

.counter-area-three {
    background-color: rgba(21, 0, 1, .66);
    padding: 40px 0;
    position: relative;
    margin-top: -160px
}

.counter-bg {
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .3);
    padding: 40px 0
}

.counter-bg2 {
    position: relative;
    padding: 40px 0
}

.counter-bg2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#f14300, #ababab);
    opacity: .2
}

.single-counter {
    text-align: center;
    position: relative
}

.single-counter h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 400
}

.single-counter span {
    color: var(--paragraphColor);
    margin-bottom: 0;
    font-weight: 500
}

.place-btn {
    float: right;
    margin-bottom: 45px
}

.place-card {
    position: relative;
    margin-bottom: 30px;
    transition: .7s
}

.place-card:hover {
    transform: translateY(-10px)
}

.place-card:hover .status-tag {
    background-color: var(--whiteColor) !important
}

.place-card:hover .status-tag h3 {
    color: var(--mainColor)
}

.place-card .place-images {
    display: block;
    position: relative;
    border-radius: 5px
}

.place-card .place-images:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    border-radius: 5px
}

.place-card .place-images img {
    max-width: 100%;
    border-radius: 5px
}

.place-card .rating {
    position: absolute;
    top: 40px;
    left: 35px
}

.place-card .rating ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.place-card .rating ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px
}

.place-card .rating ul li span {
    font-size: 14px;
    color: var(--whiteColor);
    display: block
}

.place-card .rating ul li i {
    color: #ff8400
}

.place-card .rating ul li .i-color {
    color: #a85802 !important
}

.place-card .rating ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: var(--whiteColor);
    text-align: center;
    border: 1px solid var(--whiteColor);
    border-radius: 50px;
    position: relative;
    top: -10px
}

.place-card .status-tag {
    position: absolute;
    top: 40px;
    right: -10px;
    padding: 5px 15px 5px 25px;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 13% 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 13% 50%, 0 0);
    transition: .7s
}

.place-card .status-tag h3 {
    font-size: 13px;
    color: var(--whiteColor);
    font-weight: 500;
    margin-bottom: 0;
    transition: .7s
}

.place-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 35px 20px 30px
}

.place-card .content .content-profile {
    margin-bottom: 10px
}

.place-card .content .content-profile img {
    display: inline-block;
    margin-right: 10px
}

.place-card .content .content-profile h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--whiteColor)
}

.place-card .content span {
    color: var(--whiteColor);
    font-size: 14px;
    margin-bottom: 10px
}

.place-card .content span i {
    color: var(--mainColor);
    font-size: 18px;
    margin-right: 5px
}

.place-card .content h3 {
    color: var(--whiteColor);
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px
}

.place-card .content p {
    color: var(--whiteColor);
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #615649;
    font-size: 15px
}

.place-card .content .content-tag {
    padding-top: 15px
}

.place-card .content .content-tag ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.place-card .content .content-tag ul li {
    display: inline-block
}

.place-card .content .content-tag ul li a {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: var(--whiteColor);
    background-color: hsla(0, 0%, 100%, .0031);
    border-radius: 50px
}

.place-card .content .content-tag ul li:hover a {
    background-color: var(--whiteColor);
    color: var(--mainColor)
}

.place-card .content .content-tag h3 {
    margin-left: 25px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500
}

.place-card .content .content-tag h3 a {
    display: inline-block;
    color: var(--mainColor)
}

.place-card .content .content-tag h3:hover a {
    color: var(--whiteColor)
}

.place-card .content .content-tag .price {
    float: right
}

.place-card .content-bg {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.place-card .content-bg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 0;
    background-color: var(--whiteColor);
    transition: .7s
}

.place-card:hover .content-bg {
    z-index: 1
}

.place-card:hover .content-bg:before {
    height: 100%
}

.place-card:hover .content-bg .content-profile h3,
.place-card:hover .content-bg h3,
.place-card:hover .content-bg p,
.place-card:hover .content-bg span {
    color: var(--titleColor)
}

.place-card:hover .content-bg .content-tag {
    padding-top: 15px
}

.place-card:hover .content-bg .content-tag ul li {
    display: inline-block
}

.place-card:hover .content-bg .content-tag ul li a {
    background-color: var(--whiteColor);
    color: var(--mainColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.place-card:hover .content-bg .content-tag ul li:hover a {
    background-color: var(--titleColor);
    color: var(--whiteColor)
}

.place-card:hover .content-bg .content-tag h3 a {
    display: inline-block;
    color: var(--mainColor)
}

.place-card:hover .content-bg .content-tag h3:hover a {
    color: var(--titleColor)
}

.place-card:hover .content-bg .content-tag .price {
    float: right
}

.place-card.active .content-bg {
    z-index: 1
}

.place-card.active .content-bg:before {
    height: 100%
}

.place-card.active .content-bg .content-profile h3,
.place-card.active .content-bg h3,
.place-card.active .content-bg p,
.place-card.active .content-bg span {
    color: var(--titleColor)
}

.place-card.active .content-bg .content-tag {
    padding-top: 15px
}

.place-card.active .content-bg .content-tag ul li {
    display: inline-block
}

.place-card.active .content-bg .content-tag ul li a {
    background-color: var(--whiteColor);
    color: var(--mainColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.place-card.active .content-bg .content-tag ul li:hover a {
    background-color: var(--mainColor);
    color: var(--whiteColor)
}

.place-card.active .content-bg .content-tag h3 a {
    display: inline-block;
    color: var(--mainColor)
}

.place-card.active .content-bg .content-tag h3:hover a {
    color: var(--titleColor)
}

.place-card.active .content-bg .content-tag .price {
    float: right
}

.listing-category,
.listing-details-wrap {
    margin-bottom: 30px
}

.listing-category {
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 20px
}

.listing-category ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.listing-category ul li {
    display: inline-block;
    margin-right: 15px
}

.listing-category ul li a {
    padding: 7px 18px;
    border-radius: 50px;
    background-color: #fff6f2;
    border: 1px dashed var(--mainColor);
    color: var(--mainColor)
}

.listing-category ul li:hover a {
    background-color: var(--mainColor);
    color: var(--whiteColor)
}

.listing-category h3 {
    float: right;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-top: -30px;
    text-decoration: underline
}

.listing-category h3 i {
    color: var(--mainColor);
    margin-right: 7px
}

.listing-widget {
    margin-bottom: 35px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.listing-widget .title {
    font-size: 20px;
    color: var(--titleColor);
    margin-bottom: 30px;
    border-bottom: 1px solid #c8ccd0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 400;
    padding-left: 35px
}

.listing-widget.listing-widget-desc {
    padding-bottom: 35px
}

.listing-widget.listing-widget-desc p {
    margin-bottom: 20px;
    font-weight: 400;
    padding: 0 35px;
    font-size: 15px
}

.listing-widget.listing-widget-desc .default-btn {
    margin-left: 35px;
    margin-top: 10px;
    margin-bottom: 40px
}

.listing-features {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    margin: 0 35px;
    border: 1px dashed var(--mainColor);
    background-color: #fff6f2
}

.listing-features .features-title {
    font-size: 17px;
    color: var(--mainColor);
    width: 185px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    line-height: 45px;
    border-left: 1px dashed var(--mainColor);
    border-right: 1px dashed var(--mainColor);
    border-bottom: 1px dashed var(--mainColor)
}

.listing-features .features-card,
.listing-features .features-title {
    text-align: center;
    margin-bottom: 30px
}

.listing-features .features-card i {
    width: 50px;
    height: 50px;
    background-color: var(--whiteColor);
    border-radius: 50px;
    font-size: 24px;
    color: var(--mainColor);
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px
}

.listing-features .features-card h3 {
    font-size: 15px;
    color: var(--mainColor);
    margin-bottom: 0
}

.gallery-slider-area {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative
}

.gallery-slider-area .owl-nav {
    margin-top: 0
}

.gallery-slider-area .owl-nav .owl-prev {
    position: absolute;
    top: 35%;
    transform: translateY(-16px);
    left: 5px;
    color: var(--whiteColor) !important;
    font-size: 24px !important;
    width: 70px !important;
    height: 55px !important;
    line-height: 55px !important;
    background-color: var(--mainColor) !important;
    border-radius: 50px
}

.gallery-slider-area .owl-nav .owl-prev:hover {
    color: var(--whiteColor) !important;
    background-color: var(--titleColor) !important
}

.gallery-slider-area .owl-nav .owl-next {
    position: absolute;
    top: 35%;
    transform: translateY(-16px);
    right: 5px;
    color: var(--whiteColor) !important;
    font-size: 24px !important;
    width: 70px !important;
    height: 55px !important;
    line-height: 55px !important;
    background-color: var(--mainColor) !important;
    border-radius: 50px
}

.gallery-slider-area .owl-nav .owl-next:hover {
    color: var(--whiteColor) !important;
    background-color: var(--titleColor) !important
}

.listing-map iframe {
    width: 100%;
    height: 380px;
    padding-left: 30px;
    border: none;
    padding-right: 30px;
    padding-bottom: 30px
}

.listing-widget-review {
    padding: 0 30px 60px;
    position: relative
}

.listing-widget-review:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -30px;
    margin: 0;
    left: 0;
    right: 0;
    background-color: #fef0eb
}

.listing-widget-review ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #162c44;
    border-radius: 50px;
    width: 200px
}

.listing-widget-review ul li {
    display: inline-block;
    font-size: 14px
}

.listing-widget-review ul li.rating-star {
    position: relative;
    top: 10px;
    padding-left: 35px
}

.listing-widget-review ul li span {
    font-size: 14px;
    color: var(--whiteColor);
    display: block
}

.listing-widget-review ul li i {
    color: #ff8400
}

.listing-widget-review ul li a {
    width: 70px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 700;
    color: var(--whiteColor);
    text-align: center;
    background-color: var(--mainColor);
    border-radius: 50px;
    position: relative;
    top: -1.5px
}

.progressbar-area {
    padding: 0 30px 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb
}

.progressbar-area .single-progressbar {
    margin-bottom: 30px
}

.progressbar-area .single-progressbar h3 {
    font-size: 18px;
    color: var(--titleColor);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px
}

.progressbar-area .single-progressbar .progressbar-count {
    position: relative;
    width: 100%;
    height: 5px;
    border-radius: 0;
    background-color: var(--mainColor)
}

.progressbar-area .single-progressbar .progressbar-count .progressbar-number {
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    color: var(--titleColor)
}

.progressbar-area .single-progressbar .progressbar-count .progressbar-circle {
    width: 13px;
    height: 13px;
    background-color: var(--mainColor);
    border-radius: 50px;
    position: absolute
}

.progressbar-area .single-progressbar .progressbar-count .pn-1 {
    top: -40px;
    right: 35%
}

.progressbar-area .single-progressbar .progressbar-count .pc-1 {
    top: -5px;
    right: 36%
}

.progressbar-area .single-progressbar .progressbar-count .pn-2 {
    top: -40px;
    right: 25%
}

.progressbar-area .single-progressbar .progressbar-count .pc-2 {
    top: -5px;
    right: 26%
}

.progressbar-area .single-progressbar .progressbar-count .pn-3 {
    top: -40px;
    right: 35%
}

.progressbar-area .single-progressbar .progressbar-count .pc-3 {
    top: -5px;
    right: 35%
}

.progressbar-area .single-progressbar .progressbar-count .pn-4 {
    top: -40px;
    right: 38%
}

.progressbar-area .single-progressbar .progressbar-count .pc-4 {
    top: -5px;
    right: 38%
}

.listing-comment {
    padding-bottom: 40px
}

.listing-comment ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.listing-comment ul li {
    position: relative;
    padding: 30px 30px 30px 150px;
    border-bottom: 1px solid #eee
}

.listing-comment ul li:last-child {
    border: none
}

.listing-comment ul li img {
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 30px
}

.listing-comment ul li .content {
    background-color: #fff6f2;
    padding: 35px;
    border: 1px dashed var(--mainColor)
}

.listing-comment ul li .content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500
}

.listing-comment ul li .content span {
    margin-bottom: 10px;
    display: block
}

.listing-comment ul li .content p {
    margin-bottom: 0;
    font-size: 15px
}

.listing-comment ul li .content .comment-rating {
    position: absolute;
    top: 60px;
    right: 60px
}

.listing-comment ul li .content .comment-rating i {
    color: #ff8400;
    display: inline-block
}

.listing-comment ul li .content .comment-rating span {
    margin-left: 10px;
    display: inline-block;
    width: 42px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 700;
    color: var(--whiteColor);
    text-align: center;
    background-color: var(--mainColor);
    border-radius: 50px;
    position: relative;
    top: -3px
}

.listing-comment ul li .content .comment-rating:hover {
    color: var(--titleColor)
}

.listing-comment ul li .content a {
    color: var(--mainColor);
    font-weight: 600;
    margin-top: 15px
}

.listing-comment ul li .content a:hover {
    color: var(--titleColor)
}

.listing-comment ul li .content .view-list {
    position: absolute;
    right: 60px;
    bottom: 60px;
    font-size: 12px;
    color: var(--mainColor);
    padding: 4px 7px;
    border-radius: 50px;
    border: 1px dashed var(--mainColor);
    width: 148px;
    text-align: center
}

.progressbar-area-title .title {
    margin-bottom: 0 !important
}

.progressbar-bg {
    padding: 30px !important;
    position: relative;
    background-color: #fef8f5
}

.listing-widget-contact {
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.listing-contact-title {
    border-bottom: 1px solid #c8ccd0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 400;
    padding-left: 35px
}

.listing-contact-title .listing-widget-mail i {
    font-size: 50px;
    color: #9fa8b2;
    display: inline-block
}

.listing-contact-title .listing-widget-mail .content {
    display: inline-block;
    margin-left: 15px
}

.listing-contact-title .listing-widget-mail .content h3 {
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 0
}

.listing-contact-title .listing-widget-mail .content p {
    font-size: 14px;
    color: var(--titleColor)
}

.listing-contact-review {
    float: right;
    padding-right: 30px;
    padding-top: 10px
}

.listing-contact-review ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #162c44;
    border-radius: 50px;
    width: 200px
}

.listing-contact-review ul li {
    display: inline-block;
    font-size: 14px
}

.listing-contact-review ul li.rating-star {
    position: relative;
    top: 10px;
    padding-left: 35px
}

.listing-contact-review ul li span {
    font-size: 14px;
    color: var(--whiteColor);
    display: block
}

.listing-contact-review ul li i {
    color: #ff8400
}

.listing-contact-review ul li a {
    width: 70px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 700;
    color: var(--whiteColor);
    text-align: center;
    background-color: var(--mainColor);
    border-radius: 50px;
    position: relative;
    top: -1.5px
}

.listing-widget-side {
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.listing-widget-side .title {
    font-size: 20px;
    color: var(--titleColor);
    margin-bottom: 30px;
    border-bottom: 1px solid #c8ccd0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 400;
    padding-left: 30px
}

.listing-widget-side .social-link {
    margin: 0;
    padding: 10px 30px 0;
    list-style: none
}

.listing-widget-side .social-link li {
    display: inline-block;
    margin-right: 5px
}

.listing-widget-side .social-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: var(--whiteColor)
}

.listing-widget-side .social-link li:first-child a {
    background-color: #3b5998
}

.listing-widget-side .social-link li:first-child a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.listing-widget-side .social-link li:nth-child(2) a {
    background-color: #55acee
}

.listing-widget-side .social-link li:nth-child(2) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.listing-widget-side .social-link li:nth-child(3) a {
    background-color: #3f729b
}

.listing-widget-side .social-link li:nth-child(3) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.listing-widget-side .social-link li:nth-child(4) a {
    background-color: red
}

.listing-widget-side .social-link li:nth-child(4) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.listing-widget-side .social-link li:nth-child(5) a {
    background-color: #c80000
}

.listing-widget-side .social-link li:nth-child(5) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.listing-widget-side .listing-side-tag {
    list-style: none;
    margin: 0 10px;
    padding: 0
}

.listing-widget-side .listing-side-tag li {
    display: inline-block;
    padding: 0 5px;
    transition: .7s;
    color: #777;
    font-size: 18px
}

.listing-widget-side .listing-side-tag li a {
    color: #777
}

.listing-widget-side .listing-side-tag li.active a,
.listing-widget-side .listing-side-tag li:hover a {
    color: var(--mainColor)
}

.listing-Booking-form {
    padding: 0 30px
}

.listing-Booking-form .form-group {
    margin-bottom: 25px;
    position: relative
}

.listing-Booking-form .form-group i {
    position: absolute;
    top: 14px;
    left: 15px;
    line-height: 1;
    font-size: 18px;
    color: var(--mainColor);
    z-index: 1
}

.listing-Booking-form .form-group .form-control {
    height: 50px;
    color: #7f7f7f;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    width: 100%
}

.listing-Booking-form .form-group .form-control:focus {
    outline: none;
    border-color: #ffc0a7;
    box-shadow: none
}

.listing-Booking-form .form-group textarea.form-control {
    height: auto
}

.listing-Booking-form .add-counter {
    padding: 10px 0
}

.listing-Booking-form .add-counter h3 {
    display: inline-block;
    font-size: 16px;
    color: var(--titleColor);
    padding-left: 20px
}

.listing-Booking-form .form-input-counter {
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    position: relative;
    right: -85px;
    top: -15px
}

.listing-Booking-form .form-input-counter .plus-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    color: var(--titleColor);
    width: 20px;
    height: 22px;
    border: 1px solid #eee;
    transition: .5s
}

.listing-Booking-form .form-input-counter .plus-btn:hover {
    color: var(--mainColor) !important
}

.listing-Booking-form .form-input-counter .minus-btn {
    position: absolute;
    top: 22px;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    color: var(--titleColor);
    width: 20px;
    height: 22px;
    border: 1px solid #eee;
    transition: .5s
}

.listing-Booking-form .form-input-counter .minus-btn:hover {
    color: var(--mainColor) !important
}

.listing-Booking-form .form-input-counter input {
    height: 45px;
    color: var(--titleColor);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.listing-Booking-form .price-rate {
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-bottom: 25px
}

.listing-Booking-form .price-rate span {
    color: var(--mainColor);
    float: right
}

.listing-widget-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.listing-widget-list li {
    display: block;
    padding: 10px;
    margin: 7px 30px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    color: #162c44
}

.listing-widget-list li span {
    float: right;
    color: var(--paragraphColor)
}

.listing-widget-list li span a {
    color: var(--paragraphColor)
}

.listing-widget-list li span a:hover {
    color: var(--mainColor)
}

.price-title {
    font-size: 16px;
    padding: 0 30px
}

.price-title span {
    color: var(--mainColor);
    float: right
}

.listing-side-host {
    text-align: center;
    margin-bottom: 30px
}

.listing-side-host img {
    margin-bottom: 20px
}

.listing-side-host h3 {
    font-size: 17px;
    margin-bottom: 0
}

.listing-side-host span {
    font-size: 12px;
    color: var(--mainColor)
}

.side-host-list {
    list-style: none;
    margin: 0 30px;
    padding: 10px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.side-host-list li {
    display: inline-block;
    margin-right: 10px
}

.side-host-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--mainColor);
    font-size: 20px;
    text-align: center;
    border-radius: 50px
}

.side-host-list li a,
.side-host-list li a i {
    color: var(--whiteColor)
}

.side-host-list li span {
    color: var(--mainColor);
    top: 0;
    right: -100px;
    position: relative
}

.listing-blog-post .title {
    margin-bottom: 0 !important
}

.listing-widget-post {
    list-style: none;
    margin: 0 30px;
    padding: 0
}

.listing-widget-post li {
    display: inline-block;
    margin-bottom: 5px;
    position: relative
}

.listing-widget-post li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -22px;
    background-color: #ededed
}

.listing-widget-post li:last-child:before {
    display: none
}

.listing-widget-post li .img {
    display: inline-block;
    margin-right: 15px
}

.listing-widget-post li .content {
    display: inline-block;
    position: relative;
    top: 36px
}

.listing-widget-post li .content span {
    display: block;
    font-size: 14px;
    color: var(--mainColor)
}

.listing-widget-post li .content h4 {
    display: block;
    font-size: 18px;
    color: var(--titleColor);
    position: relative;
    font-weight: 500
}

.listing-widget-post li .content p {
    font-size: 14px;
    max-width: 200px;
    color: var(--paragraphColor)
}

.listing-widget-post li .content p i {
    font-size: 14px;
    color: var(--mainColor)
}

.application-area {
    background-color: #fef6f2;
    position: relative;
    margin-bottom: 150px
}

.application-area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(shape1.c5c770f2991116adfa42.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: flash 3s linear infinite;
    animation: flash 3s linear infinite
}

.application-area-two {
    background-color: #fef6f2;
    overflow: hidden
}

.application-img {
    position: relative;
    margin-bottom: -150px
}

.application-content {
    margin-left: 40px
}

.application-content .section-title p {
    max-width: 580px;
    color: #737373
}

.application-btn {
    margin-top: 30px
}

.application-btn .application-play-btn {
    display: inline-block;
    width: 185px;
    height: 60px;
    list-style: 60px;
    background-color: var(--titleColor);
    padding: 0 15px;
    border-radius: 7px;
    margin-right: 20px;
    overflow: hidden;
    transition: var(--transition)
}

.application-btn .application-play-btn:hover {
    background-color: var(--mainColor)
}

.application-btn .application-play-btn img {
    width: 40px;
    position: relative;
    top: -5px
}

.application-btn .application-play-btn .btn-content {
    display: inline-block;
    padding-top: 3px
}

.application-btn .application-play-btn .btn-content span {
    font-size: 10px;
    color: var(--whiteColor)
}

.application-btn .application-play-btn .btn-content h3 {
    font-size: 18px;
    color: var(--whiteColor);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1
}

.application-img-two {
    position: relative;
    z-index: 1
}

.application-img-two img {
    margin-left: 75px
}

.application-img-two:before {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 565px;
    height: 565px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: var(--mainColor);
    z-index: -1
}

.application-area-two .application-content {
    margin-left: 0 !important
}

.blog-card {
    margin-bottom: 30px
}

.blog-card a {
    display: block
}

.blog-card a img {
    max-width: 100%
}

.blog-card .content {
    padding: 30px;
    border: 1px dashed var(--optionalColor)
}

.blog-card .content span {
    font-size: 14px;
    font-weight: 500
}

.blog-card .content span a {
    display: inline-block;
    color: var(--mainColor)
}

.blog-card .content span a:hover {
    color: var(--titleColor)
}

.blog-card .content h3 {
    margin-top: 10px
}

.blog-card .content h3 a {
    color: var(--titleColor)
}

.blog-card .content .read-more {
    font-size: 15px;
    color: var(--mainColor);
    font-weight: 500;
    text-decoration: underline
}

.blog-card .content .read-more:hover {
    color: var(--titleColor)
}

.blog-article {
    margin-bottom: 30px
}

.blog-article .article-comment-area {
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1)
}

.blog-article .article-comment-area .article-img {
    margin-bottom: 30px
}

.blog-article .article-comment-area .article-comment {
    margin-top: 40px;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0 30px 15px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.blog-article .article-comment-area .article-comment li {
    display: inline-block;
    text-align: left;
    position: relative;
    margin-right: 150px;
    padding-top: 10px
}

.blog-article .article-comment-area .article-comment li:last-child {
    margin-right: 0;
    float: right
}

.blog-article .article-comment-area .article-comment li .image {
    text-align: center;
    position: absolute;
    left: 0;
    top: 10px
}

.blog-article .article-comment-area .article-comment li .content {
    display: block;
    margin-left: 55px;
    padding-top: 0
}

.blog-article .article-comment-area .article-comment li .content h3 {
    font-size: 22px;
    color: var(--titleColor);
    display: block;
    line-height: 1;
    font-weight: 500
}

.blog-article .article-comment-area .article-comment li .content span {
    font-size: 15px;
    color: var(--mainColor);
    display: block
}

.blog-article .article-comment-area .article-comment li .content-list {
    display: block;
    margin-left: 15px;
    padding-top: 10px;
    position: relative
}

.blog-article .article-comment-area .article-comment li .content-list:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -15px;
    width: 1px;
    height: 45px;
    background-color: #ededed
}

.blog-article .article-comment-area .article-comment li .content-list h3 {
    font-size: 20px;
    color: var(--titleColor);
    display: block;
    font-weight: 500
}

.blog-article .article-comment-area .article-comment li .content-list span {
    font-size: 15px;
    color: var(--mainColor);
    display: block
}

.blog-article .article-content {
    padding: 35px 30px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1)
}

.blog-article .article-content h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500
}

.blog-article .article-content .content-text {
    position: relative
}

.blog-article .article-content .content-text:before {
    content: "D";
    position: absolute;
    font-size: 100px;
    color: var(--titleColor);
    top: -35px;
    left: 0;
    font-weight: 500
}

.blog-article .article-content .content-text p {
    margin-left: 75px;
    margin-bottom: 10px
}

.blog-article .article-content .blockquote {
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
    background-color: #fff6f2;
    padding: 20px;
    border: 1px dashed var(--mainColor)
}

.blog-article .article-content .blockquote:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 30px;
    font-weight: 400;
    color: var(--mainColor);
    font-family: Flaticon
}

.blog-article .article-content .blockquote p {
    font-size: 19px;
    color: var(--titleColor);
    font-weight: 400;
    margin-top: 20px;
    margin-right: 15px
}

.blog-article .blog-tag {
    margin-top: 30px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 12px 0
}

.blog-article .blog-tag ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .blog-tag ul li {
    display: inline-block;
    padding: 5px 8px;
    transition: .7s;
    color: var(--titleColor)
}

.blog-article .blog-tag ul li a {
    color: var(--mainColor)
}

.blog-article .blog-tag ul li:hover a {
    color: var(--titleColor)
}

.blog-article .article-post {
    position: relative;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1);
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 30px
}

.blog-article .article-post:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 100px;
    background-color: #eee
}

.blog-article .article-post .article-post-share {
    padding: 15px 30px
}

.blog-article .article-post .article-post-share span {
    font-size: 14px;
    color: var(--mainColor);
    position: relative;
    margin-left: 40px;
    display: inline-block
}

.blog-article .article-post .article-post-share span:before {
    content: "";
    position: absolute;
    left: -35px;
    width: 30px;
    height: 1px;
    bottom: 0;
    background-color: var(--mainColor)
}

.blog-article .article-post .article-post-share span a {
    color: var(--paragraphColor);
    display: inline-block;
    margin-bottom: 0;
    color: var(--mainColor)
}

.blog-article .article-post .article-post-share span a:hover {
    color: var(--mainColor)
}

.blog-article .article-post .article-post-share a {
    display: block
}

.blog-article .article-post .article-post-share a h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 15px;
    transition: .7s;
    max-width: 600px;
    color: #6a8096;
    font-weight: 400
}

.blog-article .article-post .article-post-share a h3:hover {
    color: var(--mainColor);
    text-decoration: underline
}

.blog-article .article-post .article-post-share a h3.active {
    color: var(--titleColor);
    text-decoration: underline
}

.blog-article .article-post .article-post-share a h3.active:hover {
    color: var(--mainColor)
}

.blog-article .article-post .article-post-share.text-align {
    float: right
}

.blog-article .article-post .article-post-share.active {
    margin-left: 20px;
    background-color: #fff6f2;
    border: 1px dashed var(--mainColor)
}

.blog-article .comments-wrap {
    padding-bottom: 20px;
    margin-top: 20px;
    padding-top: 40px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1)
}

.blog-article .comments-wrap .title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    margin-left: 30px
}

.blog-article .comments-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .comments-wrap ul li {
    position: relative;
    padding: 30px 30px 30px 150px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.blog-article .comments-wrap ul li:last-child {
    margin-bottom: 0;
    border: none
}

.blog-article .comments-wrap ul li img {
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 30px
}

.blog-article .comments-wrap ul li h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500
}

.blog-article .comments-wrap ul li span {
    margin-bottom: 10px;
    display: block
}

.blog-article .comments-wrap ul li p {
    margin-bottom: 0
}

.blog-article .comments-wrap ul li a {
    position: absolute;
    top: 30px;
    right: 30px;
    color: var(--mainColor);
    font-weight: 500
}

.blog-article .comments-wrap ul li a:hover {
    color: var(--titleColor)
}

.blog-article .comments-wrap ul li.ml-30 {
    margin-left: 30px
}

.blog-article .comments-form {
    margin-top: 40px;
    background-attachment: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1)
}

.blog-article .comments-form .contact-form .agree-label {
    margin-bottom: 20px
}

.blog-article .comments-form .contact-form .agree-label label {
    font-weight: 400;
    color: #636363;
    margin-left: 5px;
    font-size: 15px
}

.blog-widget {
    margin-bottom: 35px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1)
}

.blog-widget .title {
    font-size: 20px;
    color: var(--titleColor);
    border-bottom: 1px solid #ededed;
    padding: 15px 30px;
    font-weight: 400
}

.blog-widget .search-widget {
    padding: 20px 30px 30px
}

.blog-widget .search-widget .search-form {
    position: relative
}

.blog-widget .search-widget .search-form .form-control {
    height: 50px;
    border: 1px solid #ededed;
    background-color: #f4f4f4;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 10px 20px;
    width: 100%;
    border-radius: 0
}

.blog-widget .search-widget .search-form .form-control:focus {
    border-color: var(--optionalColor)
}

.blog-widget .search-widget .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: var(--mainColor);
    transition: all .5s;
    border: none;
    outline: none
}

.blog-widget .search-widget .search-form button i {
    color: var(--whiteColor)
}

.blog-widget .search-widget .search-form button:hover {
    background-color: var(--titleColor)
}

.blog-widget .widget-popular-post {
    position: relative;
    overflow: hidden;
    padding: 20px 30px 30px
}

.blog-widget .widget-popular-post .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef
}

.blog-widget .widget-popular-post .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.blog-widget .widget-popular-post .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px
}

.blog-widget .widget-popular-post .item .thumb .full-image {
    width: 75px;
    height: 105px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50% !important;
    position: relative;
    background-color: var(--titleColor)
}

.blog-widget .widget-popular-post .item .thumb .full-image.bg1 {
    background-image: url(blog-post1.2c4d63024c02da07b333.png)
}

.blog-widget .widget-popular-post .item .thumb .full-image.bg2 {
    background-image: url(blog-post2.d6de25741775bd697554.png)
}

.blog-widget .widget-popular-post .item .thumb .full-image.bg3 {
    background-image: url(blog-post3.32eb5fd60cb54b9ea769.png)
}

.blog-widget .widget-popular-post .item .info {
    overflow: hidden
}

.blog-widget .widget-popular-post .item .info span {
    display: block;
    color: var(--mainColor);
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500
}

.blog-widget .widget-popular-post .item .info .title-text {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600
}

.blog-widget .widget-popular-post .item .info .title-text a {
    display: inline-block;
    color: var(--titleColor)
}

.blog-widget .widget-popular-post .item .info .title-text a:hover {
    color: var(--titleColor)
}

.blog-widget .widget-popular-post .item .info p {
    font-size: 14px;
    margin-bottom: 0;
    max-width: 180px
}

.blog-widget .blog-widget-tag {
    list-style: none;
    margin: 0;
    padding: 10px 20px 30px
}

.blog-widget .blog-widget-tag li {
    display: inline-block;
    padding: 0 5px;
    transition: .7s;
    color: #777;
    font-size: 16px
}

.blog-widget .blog-widget-tag li a {
    color: #777
}

.blog-widget .blog-widget-tag li:hover a {
    color: var(--mainColor)
}

.blog-widget .widget_categories {
    padding: 20px 30px
}

.blog-widget .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-widget .widget_categories ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ededed
}

.blog-widget .widget_categories ul li a {
    display: block;
    color: var(--paragraphColor);
    font-weight: 400
}

.blog-widget .widget_categories ul li a span {
    float: right;
    font-size: 13px;
    color: var(--mainColor);
    font-weight: 600
}

.blog-widget .widget_categories ul li a:hover {
    color: var(--mainColor)
}

.blog-widget .widget-post-into {
    padding: 20px 30px 30px
}

.blog-widget .widget-post-into .blog-widget-post span {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 600
}

.blog-widget .widget-post-into .blog-widget-post a {
    display: block
}

.blog-widget .widget-post-into .blog-widget-post a h3 {
    font-size: 16px;
    color: #777;
    position: relative;
    margin-left: 40px;
    margin-top: 10px;
    max-width: 280px;
    font-weight: 500
}

.blog-widget .widget-post-into .blog-widget-post a h3:before {
    content: "";
    position: absolute;
    left: -35px;
    width: 30px;
    height: 1px;
    top: 15px;
    background-color: #777
}

.blog-widget-profile {
    padding: 30px;
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1);
    text-align: center;
    margin-bottom: 35px
}

.blog-widget-profile .images {
    background-color: #fff6f2;
    padding: 15px 30px;
    border: 1px dashed var(--mainColor)
}

.blog-widget-profile .content {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px
}

.blog-widget-profile .content h3 {
    font-size: 16px;
    color: var(--titleColor);
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 7px
}

.blog-widget-profile .content span {
    font-size: 14px;
    color: var(--mainColor)
}

.blog-widget-profile p {
    padding-top: 20px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px
}

.blog-widget-profile .social-link {
    margin: 20px 0 0;
    padding: 0;
    list-style: 0
}

.blog-widget-profile .social-link li {
    display: inline-block;
    margin-right: 5px
}

.blog-widget-profile .social-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: var(--whiteColor)
}

.blog-widget-profile .social-link li:first-child a {
    background-color: #3b5998
}

.blog-widget-profile .social-link li:first-child a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.blog-widget-profile .social-link li:nth-child(2) a {
    background-color: #55acee
}

.blog-widget-profile .social-link li:nth-child(2) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.blog-widget-profile .social-link li:nth-child(3) a {
    background-color: #3f729b
}

.blog-widget-profile .social-link li:nth-child(3) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.blog-widget-profile .social-link li:nth-child(4) a {
    background-color: red
}

.blog-widget-profile .social-link li:nth-child(4) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.blog-widget-profile .social-link li:nth-child(5) a {
    background-color: #c80000
}

.blog-widget-profile .social-link li:nth-child(5) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.testimonial-area {
    position: relative;
    overflow: hidden
}

.testimonial-area .owl-dots {
    margin-top: 0 !important;
    margin-bottom: 30px
}

.testimonial-area .owl-dots .owl-dot span {
    background-color: var(--mainColor) !important;
    width: 5px !important;
    height: 5px !important;
    transition: .7s
}

.testimonial-area .owl-dots .owl-dot.active span,
.testimonial-area .owl-dots .owl-dot:hover span {
    background-color: var(--mainColor) !important;
    width: 10px !important;
    height: 10px !important
}

.testimonial-area .testimonial-slider .center .testimonial-item {
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px hsla(0, 0%, 40%, .1)
}

.testimonial-area-two {
    background-image: url(testimonial-bg.2d25b19779b6b59ba869.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.testimonial-area-two .owl-nav {
    margin-top: 0;
    margin-bottom: 15px
}

.testimonial-area-two .owl-nav .owl-prev {
    color: #bbb !important;
    font-size: 24px !important;
    font-weight: 700
}

.testimonial-area-two .owl-nav .owl-prev:hover {
    color: var(--mainColor) !important;
    background-color: transparent !important
}

.testimonial-area-two .owl-nav .owl-next {
    color: #bbb !important;
    font-size: 24px !important;
    font-weight: 700
}

.testimonial-area-two .owl-nav .owl-next:hover {
    color: var(--mainColor) !important;
    background-color: transparent !important
}

.testimonial-area-three {
    background-image: url(testimonial-bg.2d25b19779b6b59ba869.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.testimonial-area-three .testimonial-item {
    margin-top: 0 !important
}

.testimonial-item-bg {
    background-color: #f7f7f7
}

.testimonial-item-bg2 {
    background-color: var(--whiteColor)
}

.testimonial-item {
    position: relative;
    padding: 30px;
    margin-top: 45px;
    margin-bottom: 30px
}

.testimonial-item h3 {
    font: 18px;
    margin-bottom: 5px
}

.testimonial-item span {
    font-size: 14px;
    color: var(--mainColor)
}

.testimonial-item p {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 15px
}

.testimonial-item .rating {
    list-style: none;
    margin: 0;
    padding: 0
}

.testimonial-item .rating li {
    display: inline-block;
    color: var(--mainColor)
}

.testimonial-item .testimonial-top {
    position: absolute;
    top: 0;
    right: 0
}

.testimonial-item .testimonial-top i {
    font-size: 60px;
    color: var(--optionalColor);
    padding-right: 30px;
    padding-top: 30px
}

.client-area {
    position: relative
}

.client-area .owl-nav {
    position: absolute;
    bottom: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    left: 110px;
    right: 0
}

.client-area .owl-nav .owl-prev {
    color: #bbb !important;
    font-size: 24px !important;
    font-weight: 700
}

.client-area .owl-nav .owl-prev:hover {
    color: var(--mainColor) !important;
    background-color: transparent !important
}

.client-area .owl-nav .owl-next {
    color: #bbb !important;
    font-size: 24px !important;
    font-weight: 700
}

.client-area .owl-nav .owl-next:hover {
    color: var(--mainColor) !important;
    background-color: transparent !important
}

.client-bg {
    position: relative;
    width: 100%;
    margin-bottom: 110px
}

.client-bg:before {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 360px;
    width: 100%;
    left: 0;
    right: 0;
    background-image: url(testimonial-bg3.727b7e3eeca4253b2e46.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.client-img {
    position: relative
}

.client-img img {
    width: 520px !important
}

.client-content {
    margin-top: 50px
}

.client-content h3 {
    font-weight: 500;
    margin-bottom: 10px
}

.client-content span {
    color: var(--mainColor);
    font-weight: 400
}

.client-content p {
    margin-top: 20px;
    color: #555;
    font-size: 18px;
    margin-bottom: 0;
    max-width: 480px
}

.product-card {
    transition: all .5s;
    border: 1px dashed #eee;
    margin-bottom: 30px
}

.product-card .product-content {
    padding: 30px 20px
}

.product-card .product-content ul {
    list-style: none;
    padding: 0;
    line-height: 1;
    margin-bottom: 15px
}

.product-card .product-content ul li {
    display: inline-block;
    color: var(--mainColor);
    padding: 0 5px
}

.product-card .product-content ul li del {
    color: var(--titleColor)
}

.product-card .product-content .rating {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    float: right
}

.product-card .product-content .rating li {
    color: var(--mainColor);
    font-size: 14px;
    display: inline-block
}

.product-card .product-content a {
    display: block
}

.product-card .product-content a h3 {
    text-transform: capitalize;
    margin-bottom: 0;
    transition: all .5s
}

.product-card .product-content a h3:hover {
    color: var(--mainColor)
}

.product-card .product-content .default-btn.product-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 180px;
    bottom: 200px;
    padding: 10px 20px;
    transform: scale(0)
}

.product-card .product-content .default-btn.product-btn i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.product-card:hover {
    background-color: var(--whiteColor);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.product-card:hover .default-btn.product-btn {
    transform: scale(1)
}

.cart-wraps-area .cart-table table {
    margin-bottom: 0
}

.cart-wraps-area .cart-table table thead tr th {
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    font-size: 18px
}

.cart-wraps-area .cart-table table tbody tr td {
    vertical-align: middle;
    color: var(--titleColor);
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    border-color: #eee;
    border-left: none;
    border-right: none
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
    width: 60px;
    height: 60px
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
    color: var(--titleColor);
    font-weight: 600;
    display: inline-block;
    font-size: 16px
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
    color: var(--mainColor) !important
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
    color: var(--titleColor);
    float: right;
    position: relative;
    top: 1px;
    transition: all .5s
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
    font-size: 24px
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
    color: var(--mainColor)
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
    font-weight: 600
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: var(--titleColor);
    width: 40px;
    height: 100%;
    line-height: 48px;
    transition: .5s
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: var(--paragraphColor) !important
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
    left: 0
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
    color: var(--paragraphColor) !important
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
    right: 0
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
    color: var(--paragraphColor) !important
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: var(--titleColor);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.cart-wraps-area .cart-buttons {
    margin-top: 30px
}

.cart-wraps-area .cart-totals {
    background: #fff;
    padding: 46px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    border-radius: 0;
    margin: 50px auto auto
}

.cart-wraps-area .cart-totals h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.cart-wraps-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-wraps-area .cart-totals ul li {
    border: 1px solid var(--optionalColor);
    padding: 10px 15px;
    color: var(--titleColor);
    overflow: hidden;
    font-weight: 500
}

.cart-wraps-area .cart-totals ul li:first-child {
    border-bottom: none
}

.cart-wraps-area .cart-totals ul li:last-child,
.cart-wraps-area .cart-totals ul li:nth-child(3) {
    border-top: none
}

.cart-wraps-area .cart-totals ul li span {
    float: right;
    color: var(--paragraphColor);
    font-weight: 400
}

.cart-wraps-area .cart-calc {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.cart-wraps-area .cart-calc .cart-wraps-form h3 {
    font-size: 24px;
    color: var(--titleColor);
    padding-bottom: 20px
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
    margin-bottom: 20px
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
    height: 50px;
    padding: 7px 18px;
    color: #6c777d;
    border: 1px solid var(--optionalColor)
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--titleColor);
    background-color: var(--mainColor) !important
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
    padding: 10px
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
    background-color: var(--mainColor) !important
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
    font-size: 16px;
    border: 1px solid var(--optionalColor);
    color: #6c777d;
    padding: 25px 18px;
    font-weight: 400
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--titleColor)
}

.cart-wraps-area .cart-calc .nice-select {
    height: 50px;
    width: 100%;
    margin-bottom: 19px;
    border: 1px solid var(--optionalColor)
}

.cart-wraps-area .cart-calc .nice-select .list {
    width: 100%
}

.cart-wraps-area .cart-calc .nice-select .option {
    color: var(--titleColor) !important
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
    color: #fff !important;
    background-color: var(--mainColor) !important
}

.cart-wraps-area .cart-calc .nice-select .current {
    position: relative;
    top: 4px
}

.cart-wraps-area .nice-select .option.focus,
.cart-wraps-area .nice-select .option.selected.focus,
.cart-wraps-area .nice-select .option:hover {
    background-color: var(--mainColor) !important;
    color: var(--whiteColor) !important;
    font-weight: 600
}

.cart-wraps-area .cart-calc .nice-select .option.selected.focus,
.cart-wraps-area .cart-calc select .option.focus {
    background-color: var(--mainColor) !important;
    color: #fff !important
}

.cart-wraps-area.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: var(--titleColor)
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
    color: var(--titleColor)
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: var(--titleColor)
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: var(--titleColor)
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-ms-input-placeholder {
    color: #6c777d
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-moz-placeholder {
    color: #495057
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
    color: #495057
}

.checkout-area .checkout-user {
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .08);
    background: var(--whiteColor);
    padding: 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid var(--mainColor);
    color: var(--mainColor)
}

.checkout-area .checkout-user span {
    color: var(--titleColor);
    font-size: 20px
}

.checkout-area .checkout-user span a {
    color: var(--mainColor)
}

.checkout-area .checkout-user span a:hover {
    color: var(--titleColor)
}

.billing-details {
    margin-bottom: 30px;
    background-color: var(--whiteColor);
    padding: 50px 30px 25px;
    box-shadow: 0 5px 28px rgba(0, 0, 0, .07)
}

.billing-details h3 {
    font-size: 24px;
    color: var(--titleColor);
    margin-bottom: 15px;
    font-weight: 600
}

.billing-details .form-group {
    margin-bottom: 25px
}

.billing-details .form-group label {
    color: var(--titleColor);
    display: block;
    margin-bottom: 10px;
    font-weight: 500
}

.billing-details .form-group label span {
    color: var(--mainColor)
}

.billing-details .form-group .form-control {
    height: 50px;
    color: #2d3652;
    border: 1px solid #e8e8e8;
    background-color: #fcfcff;
    border-radius: 0;
    padding: 10px 20px;
    width: 100%
}

.billing-details .form-group .form-control:focus,
.billing-details .form-group .form-control :hover {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--paragraphColor)
}

.billing-details .form-group .form-message {
    font-size: 16px;
    border: 1px solid #e8e8e8;
    background-color: #fcfcff;
    padding: 18px;
    font-weight: 400;
    width: 100%
}

.billing-details .form-group .form-message:focus,
.billing-details .form-group .form-message :hover {
    outline: 0;
    box-shadow: none;
    border: 1px solid var(--paragraphColor)
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 45px;
    color: var(--titleColor);
    padding-top: 0;
    padding-bottom: 0
}

.billing-details .form-group .nice-select .list {
    background-color: #fff;
    box-shadow: 0 0 29px 0 hsla(0, 0%, 40%, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
    transition: .5s;
    padding-left: 20px;
    padding-right: 20px
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: var(--mainColor) !important;
    color: #fff
}

.billing-details .form-group .nice-select .list .option:focus {
    border: none;
    outline: none
}

.billing-details .form-group .nice-select .list .option .selected {
    background-color: transparent
}

.billing-details .form-group .nice-select:after {
    right: 20px
}

.billing-details .form-check {
    margin-bottom: 15px
}

.billing-details .form-check .form-check-input {
    width: 15px;
    height: 15px
}

.billing-details .form-check .form-check-label {
    color: var(--titleColor);
    margin-left: 5px;
    font-weight: 500
}

.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus,
.checkout-area .billing-details .form-group .nice-select .option:hover {
    background-color: var(--mainColor) !important;
    color: #fff !important;
    border: none;
    outline: none
}

.order-details .order-table {
    background-color: var(--whiteColor);
    padding: 50px 30px;
    box-shadow: 0 5px 28px rgba(0, 0, 0, .07)
}

.order-details .order-table h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.order-details .order-table table {
    margin-bottom: 0
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding: 15px 20px;
    font-weight: 600;
    color: var(--titleColor);
    font-size: 18px
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: var(--titleColor);
    border-color: #eaedff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600
}

.order-details .order-table table tbody tr td.product-name a {
    color: #6e768f;
    display: inline-block;
    font-weight: 600
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: var(--titleColor)
}

.order-details .order-table table tbody tr td.order-subtotal span {
    color: var(--titleColor);
    font-weight: 600
}

.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: var(--titleColor);
    font-weight: 700
}

.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal,
.order-details .order-table table tbody tr td.shipping-price {
    font-weight: 700
}

.order-details .payment-box {
    background-color: var(--whiteColor);
    box-shadow: 0 5px 28px rgba(0, 0, 0, .07);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 50px 30px
}

.order-details .payment-box .payment-method p [type=radio]:checked {
    display: none
}

.order-details .payment-box .payment-method p [type=radio]:checked+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: var(--titleColor);
    position: relative;
    margin-bottom: 8px
}

.order-details .payment-box .payment-method p [type=radio]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.order-details .payment-box .payment-method p [type=radio]:checked+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--mainColor);
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    transition: .5s;
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #172541;
    position: relative;
    margin-bottom: 8px
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--mainColor);
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0)
}

.order-details .payment-box .order-btn {
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 12px 27px;
    color: var(--whiteColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--titleColor)
}

.order-details .payment-box .order-btn:before {
    top: 0;
    left: 0
}

.order-details .payment-box .order-btn:after,
.order-details .payment-box .order-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: var(--mainColor);
    z-index: -1;
    transition: all .5s
}

.order-details .payment-box .order-btn:after {
    bottom: 0;
    right: 0
}

.order-details .payment-box .order-btn:hover {
    color: var(--whiteColor);
    border: none
}

.order-details .payment-box .order-btn:hover:before {
    left: auto;
    right: 0;
    width: 50%
}

.order-details .payment-box .order-btn:hover:after {
    left: 0;
    right: 0;
    width: 50%
}

.billing-details .form-group .nice-select .option.focus,
.billing-details .form-group .nice-select .option.selected.focus,
.billing-details .form-group .nice-select .option:hover {
    background-color: var(--mainColor) !important;
    color: #fff !important
}

.shop-detls-image {
    margin-bottom: 30px;
    border: 1px dashed #eee
}

.shop-detls-image:hover {
    border-color: var(--mainColor)
}

.shop-desc h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600
}

.shop-desc .price {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600
}

.shop-desc .price .old-price {
    text-decoration: line-through;
    color: var(--titleColor);
    margin-left: 10px
}

.shop-desc .shop-review {
    margin-bottom: 15px
}

.shop-desc .shop-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

.shop-desc .shop-review .rating i {
    color: var(--mainColor)
}

.shop-desc .shop-review .rating-count {
    margin-left: 5px;
    display: inline-block;
    color: var(--titleColor);
    border-bottom: 1px solid var(--titleColor);
    line-height: normal
}

.shop-desc .shop-review .rating-count:hover {
    color: var(--mainColor);
    border-color: var(--mainColor)
}

.shop-desc p {
    margin-bottom: 0
}

.shop-desc .input-count-area h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    margin-right: 15px
}

.shop-desc .input-count-area .input-counter {
    margin-top: 10px;
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-bottom: 15px
}

.shop-desc .input-count-area .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: var(--mainColor);
    width: 50px;
    height: 100%;
    line-height: 45px;
    transition: .5s
}

.shop-desc .input-count-area .input-counter span:hover {
    color: var(--mainColor)
}

.shop-desc .input-count-area .input-counter .minus-btn {
    left: 0
}

.shop-desc .input-count-area .input-counter .plus-btn {
    right: 0
}

.shop-desc .input-count-area .input-counter input {
    height: 45px;
    color: var(--titleColor);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 500
}

.shop-desc .shop-add {
    margin-top: 20px
}

.shop-desc .shop-add .default-btn {
    border: none;
    margin-right: 20px
}

.shop-desc .shop-share {
    margin-top: 30px
}

.shop-desc .shop-share ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.shop-desc .shop-share ul li {
    display: inline-block;
    margin: 0 3px
}

.shop-desc .shop-share ul li span {
    color: var(--paragraphColor);
    margin-right: 5px;
    font-size: 16px
}

.shop-desc .shop-share ul li a {
    width: 35px;
    height: 35px;
    background-color: var(--mainColor);
    font-size: 16px;
    color: var(--whiteColor);
    line-height: 35px;
    border-radius: 50px;
    text-align: center
}

.shop-desc .shop-share ul li a:hover {
    background-color: var(--titleColor)
}

.shop .input-count-area .input-counter input::-ms-input-placeholder {
    color: var(--titleColor)
}

.shop .input-count-area .input-counter input::-moz-placeholder {
    color: var(--titleColor)
}

.shop .input-count-area .input-counter input::placeholder {
    color: var(--titleColor)
}

.tab .tabs_item {
    display: none
}

.tab .tabs_item:first-child {
    display: block
}

.shop-detls-tab {
    margin-top: 30px
}

.shop-detls-tab .tabs {
    margin: 0;
    padding: 0;
    list-style: none
}

.shop-detls-tab .tabs li {
    display: inline-block;
    line-height: normal;
    margin-right: 5px
}

.shop-detls-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: var(--titleColor);
    border: 1px dashed #eee;
    padding: 17px 30px 13px
}

.shop-detls-tab .tabs li.active a,
.shop-detls-tab .tabs li.current a,
.shop-detls-tab .tabs li a:focus {
    color: var(--whiteColor);
    background-color: var(--mainColor);
    border-color: var(--mainColor)
}

.shop-detls-tab .tab_content {
    border: 1px dashed #eee;
    padding: 30px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content p {
    color: var(--titleColor);
    margin-bottom: 20px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content p:last-child {
    margin-bottom: 0
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .additional-information li {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px 15px 7px;
    color: #737b9a
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eee
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .additional-information li span {
    display: inline-block;
    width: 40%;
    color: #212529;
    font-weight: 600
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: var(--titleColor)
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title {
    position: relative
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .rating {
    display: inline-block
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .rating i {
    color: var(--mainColor);
    font-size: 14px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .rating p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: normal
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .btn-right {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: var(--whiteColor);
    background-color: var(--titleColor);
    padding: 7px 15px;
    border-radius: 5px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .btn-right:hover {
    background-color: var(--mainColor);
    color: var(--whiteColor)
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments {
    margin-top: 35px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eee;
    padding-top: 30px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item .rating i {
    color: var(--mainColor);
    font-size: 14px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--titleColor)
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    font-weight: 500
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item span strong {
    font-weight: 600
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item p {
    margin-bottom: 0
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #737b9a;
    top: 40px;
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item .review-report-link:hover {
    color: var(--mainColor)
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form {
    margin-top: 30px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form h3 {
    margin-bottom: 20px
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form .contact-wrap-form {
    box-shadow: none;
    padding: 0
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form .contact-wrap-form .contact-form {
    padding: 50px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f4f4f4
}

.footer-bg {
    background-color: #2a2a2a;
    position: relative
}

.footer-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(footer-dots.6d7e989003ce5b9e3d0d.png);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.footer-bg2 {
    background-color: #2a2a2a
}

.footer-top {
    padding-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #393939
}

.newsletter-title i {
    font-size: 50px
}

.newsletter-title h2,
.newsletter-title i {
    color: var(--whiteColor);
    display: inline-block
}

.newsletter-title h2 {
    font-size: 30px;
    font-weight: 500;
    margin-left: 20px;
    margin-bottom: 0
}

.newsletter-form {
    position: relative;
    max-width: 550px;
    border-radius: 50px
}

.newsletter-form .form-control {
    background: var(--whiteColor);
    height: 55px;
    line-height: 55px;
    margin: 0;
    border-radius: 50px;
    border: none;
    padding: 0 25px
}

.newsletter-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border: none
}

.newsletter-form .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    line-height: 55px;
    padding: 0 30px;
    height: 55px;
    border: 0
}

.newsletter-form .validation-danger {
    font-size: 18px;
    margin-top: 15px;
    color: red
}

.footer-widget {
    margin-bottom: 30px
}

.footer-widget .logo {
    margin-bottom: 20px
}

.footer-widget p {
    margin-bottom: 15px;
    color: #a6a6a6;
    max-width: 290px;
    font-weight: 500
}

.footer-widget p:last-child {
    margin-bottom: 0
}

.footer-widget h3 {
    margin-top: 30px;
    color: var(--whiteColor);
    margin-bottom: 15px;
    font-weight: 500
}

.footer-widget .footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-widget .footer-contact-list li {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    color: #a6a6a6
}

.footer-widget .footer-contact-list li span {
    color: #a6a6a6;
    font-weight: 500
}

.footer-widget .footer-contact-list li a {
    color: #a6a6a6
}

.footer-widget .social-link {
    margin: 20px 0 0;
    padding: 0;
    list-style: 0
}

.footer-widget .social-link li {
    display: inline-block;
    margin-right: 5px
}

.footer-widget .social-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: var(--whiteColor)
}

.footer-widget .social-link li:first-child a {
    background-color: #3b5998
}

.footer-widget .social-link li:first-child a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.footer-widget .social-link li:nth-child(2) a {
    background-color: #55acee
}

.footer-widget .social-link li:nth-child(2) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.footer-widget .social-link li:nth-child(3) a {
    background-color: #3f729b
}

.footer-widget .social-link li:nth-child(3) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.footer-widget .social-link li:nth-child(4) a {
    background-color: red
}

.footer-widget .social-link li:nth-child(4) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.footer-widget .social-link li:nth-child(5) a {
    background-color: #c80000
}

.footer-widget .social-link li:nth-child(5) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.footer-widget .footer-news {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-widget .footer-news li {
    display: inline-block;
    margin-bottom: 5px
}

.footer-widget .footer-news li .img {
    display: inline-block;
    margin-right: 15px
}

.footer-widget .footer-news li .img a {
    display: inline-block
}

.footer-widget .footer-news li .content {
    display: inline-block;
    position: relative;
    top: 10px
}

.footer-widget .footer-news li .content h4 {
    display: block;
    font-size: 14px;
    color: #d7d7d7;
    position: relative;
    margin-left: 30px;
    font-weight: 500
}

.footer-widget .footer-news li .content h4:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 30px;
    height: 1px;
    background-color: #d7d7d7
}

.footer-widget .footer-news li .content span {
    display: block;
    font-size: 15px;
    color: #d7d7d7
}

.footer-widget .footer-news li .content span a {
    display: block;
    color: #d7d7d7
}

.footer-widget .footer-news li .content span:hover a {
    color: var(--mainColor)
}

.footer-widget .footer-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-widget .footer-list li {
    display: block;
    margin-bottom: 5px
}

.footer-widget .footer-list li:last-child {
    margin-bottom: 0
}

.footer-widget .footer-list li a {
    color: #bdcbd5
}

.footer-widget .footer-list li:hover a {
    color: var(--mainColor);
    letter-spacing: .25px
}

.footer-widget .footer-form .form-group {
    margin-bottom: 15px
}

.footer-widget .footer-form .form-group .form-control {
    border: 0;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 20px
}

.footer-widget .footer-form .form-group .form-control:focus,
.footer-widget .footer-form .form-group .form-control:hover {
    outline: none;
    box-shadow: none;
    border: none
}

.footer-widget .footer-form .default-btn {
    width: 100%
}

.copy-right-area {
    background-color: #000;
    padding: 25px 0
}

.copy-right-text p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #a6a6a6
}

.copy-right-text p a {
    color: var(--whiteColor);
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline
}

.copy-right-text p a:hover {
    color: var(--mainColor)
}

.copy-right-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.copy-right-list ul li {
    display: inline-block;
    margin-right: 15px
}

.copy-right-list ul li a {
    color: #a3a3a3
}

.copy-right-list ul li a:hover {
    color: var(--mainColor)
}

.pagination-area {
    margin-bottom: 20px
}

.pagination-area .page-numbers {
    width: 38px;
    height: 38px;
    color: var(--titleColor);
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    line-height: 38px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 20px;
    font-weight: 500
}

.pagination-area .page-numbers:hover {
    color: var(--mainColor)
}

.pagination-area .page-numbers i {
    position: relative;
    font-size: 30px;
    top: 5px
}

.pagination-area .page-numbers.current {
    color: var(--mainColor)
}

.faq-area {
    background-color: #f5f5f5
}

.faq-item {
    margin-bottom: 30px
}

.faq-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--titleColor);
    font-weight: 500
}

.faq-item p {
    margin-bottom: 0
}

.faq-section .contact-card {
    background-color: none !important
}

.faq-section .contact-card:before {
    display: none
}

.faq-contact .contact-form {
    background-color: #f5f5f5 !important;
    margin-bottom: 30px
}

.contact-area {
    padding-top: 84px;
    padding-bottom: 70px
}

.contact-card {
    margin-bottom: 30px;
    padding: 0 30px;
    background-color: var(--whiteColor);
    position: relative
}

.contact-card:before {
    content: "";
    position: absolute;
    right: -15px;
    height: 180px;
    width: 2px;
    top: -5px;
    background-color: #ededed
}

.contact-card i {
    font-size: 60px;
    color: var(--mainColor);
    margin-bottom: 10px
}

.contact-card h3 {
    font-size: 16px;
    color: #727272
}

.contact-card h3 a {
    color: #727272
}

.contact-card h3 a:hover {
    color: var(--mainColor)
}

.contact-area .col-lg-4:nth-child(3) .contact-card:before {
    display: none
}

.contact-map {
    position: relative
}

.contact-map iframe {
    width: 100%;
    border: none;
    height: 820px
}

.contact-wrap {
    position: absolute;
    top: 100px;
    right: 5%
}

.contact-form {
    padding: 50px;
    max-width: 800px;
    margin: 0 auto;
    background-color: var(--whiteColor)
}

.contact-form span {
    color: var(--mainColor);
    line-height: 0;
    font-size: 14px;
    text-transform: uppercase
}

.contact-form h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #234467;
    font-weight: 400
}

.contact-form .form-group {
    margin-bottom: 25px;
    position: relative
}

.contact-form .form-group i {
    position: absolute;
    top: 14px;
    left: 15px;
    line-height: 1;
    font-size: 18px;
    color: #7f7f7f;
    z-index: 1
}

.contact-form .form-group .form-control {
    height: 50px;
    color: #7f7f7f;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px 10px 40px;
    width: 100%
}

.contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #ffc0a7;
    box-shadow: none
}

.contact-form .form-group textarea.form-control {
    height: auto
}

.contact-form .with-errors {
    float: left;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 400;
    display: block
}

.contact-form .text-danger {
    font-size: 18px;
    margin-top: 15px
}

.contact-form .default-btn {
    border: 0;
    outline: none
}

.contact-form .form-group .form-control::-ms-input-placeholder {
    color: #7f7f7f
}

.contact-form .form-group .form-control::-moz-placeholder {
    color: #7f7f7f
}

.contact-form .form-group .form-control::placeholder {
    color: #7f7f7f
}

.user-section .user-content {
    margin-bottom: 40px
}

.user-section .user-content img {
    margin-bottom: 25px
}

.user-section .user-content h2 {
    color: var(--titleColor);
    font-size: 30px
}

.user-section .user-content h2 b {
    font-weight: 300
}

.user-section .tabs {
    margin: 0;
    padding: 0;
    list-style: none
}

.user-section .tabs li {
    display: inline-block;
    line-height: normal;
    padding: 13px 50px;
    border-bottom: 1px solid #ededed
}

.user-section .tabs li a {
    font-size: 16px;
    color: var(--titleColor)
}

.user-section .tabs li a i {
    color: var(--mainColor);
    font-size: 18px
}

.user-section .tabs li.active,
.user-section .tabs li.current {
    border-bottom: 1px solid var(--mainColor)
}

.user-section .user-all-form {
    margin-bottom: 30px
}

.user-section .user-all-form .contact-form {
    padding: 35px 50px !important
}

.user-section .user-all-form .contact-form .agree-label {
    margin-top: 30px;
    float: left
}

.user-section .user-all-form .contact-form .agree-label label {
    font-weight: 400;
    color: #828282;
    margin-left: 10px
}

.user-section .user-all-form .contact-form .form-group .form-control {
    background-color: #f7f7f7 !important
}

.user-section .user-all-form .contact-form .forget {
    margin-top: 30px;
    float: right;
    color: var(--mainColor);
    border-bottom: 1px solid var(--mainColor);
    font-weight: 400
}

.user-section .user-all-form .contact-form .forget:hover {
    color: var(--titleColor);
    border-color: var(--titleColor)
}

.user-section .user-all-form .contact-form .account-desc {
    margin-top: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0
}

.user-section .user-all-form .contact-form .account-desc a {
    color: #828282
}

.user-section .user-all-form .contact-form .account-desc a:hover {
    color: var(--mainColor)
}

.user-section .user-all-form .contact-form .user-all-btn {
    width: 100%
}

.user-section .user-all-form .contact-form .social-option {
    margin-top: 50px;
    position: relative
}

.user-section .user-all-form .contact-form .social-option:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 37%;
    height: 1px;
    background-color: #d5d5d5
}

.user-section .user-all-form .contact-form .social-option:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 37%;
    height: 1px;
    background-color: #d5d5d5
}

.user-section .user-all-form .contact-form .social-option h3 {
    font-size: 16px;
    color: #828282;
    font-weight: 400;
    margin-bottom: 30px
}

.user-section .user-all-form .contact-form .social-option ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.user-section .user-all-form .contact-form .social-option ul li {
    display: inline-block
}

.user-section .user-all-form .contact-form .social-option ul li a {
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: var(--whiteColor);
    border-radius: 50px
}

.user-section .user-all-form .contact-form .social-option ul li:first-child a {
    background-color: #3b5998
}

.user-section .user-all-form .contact-form .social-option ul li:first-child a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.user-section .user-all-form .contact-form .social-option ul li:nth-child(2) a {
    background-color: #55acee
}

.user-section .user-all-form .contact-form .social-option ul li:nth-child(2) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.user-section .user-all-form .contact-form .social-option ul li:nth-child(3) a {
    background-color: #3f729b
}

.user-section .user-all-form .contact-form .social-option ul li:nth-child(3) a:hover {
    background-color: var(--mainColor);
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear
}

.error-area {
    height: 100vh;
    background-image: url(inner-banner1.f69d830c12cd37875e29.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.error-area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .8
}

.error-area .error-content {
    max-width: 700px;
    background: var(--whiteColor);
    border-radius: 5px;
    margin: 0 auto;
    padding: 80px 50px 50px;
    text-align: center;
    position: relative
}

.error-area .error-content img {
    margin-bottom: 70px
}

.error-area .error-content h1 {
    font-size: 150px;
    line-height: .5;
    font-weight: 600;
    color: var(--titleColor)
}

.error-area .error-content h1 span {
    color: var(--mainColor)
}

.error-area .error-content h3 {
    margin: 50px 0 0;
    position: relative;
    color: var(--mainColor);
    font-size: 24px
}

.error-area .error-content p {
    font-size: 18px;
    max-width: 520px;
    margin: 20px auto;
    color: var(--titleColor)
}

.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-image: url(inner-banner6.87542e13aed2ae2faab4.jpg);
    background-size: cover;
    background-position: 50%
}

.coming-soon-area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .8
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 50px 30px;
    border: 5px solid #aec5df
}

.coming-soon-area .coming-soon-content img {
    margin-bottom: 30px
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: var(--titleColor);
    font-size: 60px;
    margin-top: -18px
}

.coming-soon-area .coming-soon-content p {
    font-size: 16px;
    max-width: 600px;
    margin: 15px auto 0
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 20px
}

.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: var(--titleColor);
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 45px;
    font-weight: 700
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: 400
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0
}

.coming-soon-area .coming-soon-content #timer div:last-child:before {
    display: none
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0
}

.coming-soon-area .coming-soon-content #timer div:before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #fff
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: hsla(0, 0%, 100%, .3);
    padding-left: 15px;
    color: #fff;
    outline: 0;
    transition: .5s;
    border-radius: 0;
    border: 1px solid var(--optionalColor);
    color: #5d5d5d
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
    border-color: var(--mainColor)
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    border: 0;
    outline: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #fff;
    transition: .5s;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer
}

.coming-soon-area .coming-soon-content .newsletter-form button:after,
.coming-soon-area .coming-soon-content .newsletter-form button:before {
    border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color: #fff;
    background-color: #190f3c
}

.coming-soon-area .coming-soon-content ul {
    list-style: none;
    margin-top: 30px;
    padding: 0
}

.coming-soon-area .coming-soon-content ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 18px;
    background-color: var(--mainColor);
    color: var(--whiteColor);
    border-radius: 50px;
    margin-right: 10px
}

.coming-soon-area .coming-soon-content ul li a {
    color: var(--whiteColor)
}

.coming-soon-area .coming-soon-content ul li:hover {
    background-color: var(--titleColor)
}

.coming-soon-area #validator-newsletter {
    text-align: left;
    color: #dc3545 !important
}

.single-content {
    margin-bottom: 30px
}

.single-content h3 {
    font-size: 24px;
    color: var(--titleColor);
    margin-bottom: 10px
}

.single-content p {
    margin-bottom: 10px
}

.single-content p:last-child {
    margin-bottom: 0
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--mainColor)
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: var(--whiteColor);
    margin: 100px auto;
    -webkit-animation: rotate-in 1.2s ease-in-out infinite;
    animation: rotate-in 1.2s ease-in-out infinite
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 99
}

.top-btn {
    background-color: var(--mainColor);
    color: var(--whiteColor);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 15px var(--mainColor);
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    transition: .9s
}

.top-btn:hover {
    background: var(--titleColor);
    box-shadow: 0 0 15px var(--titleColor);
    color: #fff
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.75);
        opacity: 1
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.75);
        opacity: 1
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes rotate-in {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes rotate-in {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}
.headerImage {
    width:100%;        
    margin-left:auto;
    margin-right:auto;
    background-position:center;
    background-repeat:no-repeat;
   }

.greeting{
  
  padding: 0px;
  position: relative;

}

.greetin-h1{
text-align: center;
color:#000;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index: 9999;
  
}
/* @media only screen and (min-width:180px) and (max-width:480px){
    .container{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 153px;
    }
} */
@media only screen and (min-width:380px) and (max-width:767px){
    .container{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 153px;
    }
}
@media only screen and (max-width:480px){
    .subtitulo{
        position: absolute;
        bottom: -15px;
        color: white;
        left: 0;
        right: 0;
        font-size: 23px;
        text-align: center;
        display: none;
    }
}
@media only screen and (min-width:480px) and  (max-width:767px){
    .subtitulo{
        position: absolute;
        bottom: -15px;
        color: white;
        left: 0;
        right: 0;
        font-size: 23px;
        text-align: center;
        display: none;
    }
}
@media only screen and (max-width:480px){
    .titulo{
        position: absolute;
        bottom: 117px;
        color: white;
        left: 0;
        right: 0;
        font-size: 45px;
        text-align: center;
        
    }
}
@media only screen and (min-width:480px) and (max-width:767px){
    .titulo{
        position: absolute;
        bottom: 68px;
        color: white;
        left: 0;
        right: 0;
        font-size: 45px;
        text-align: center;
        
    }
}
