/*!
 * Bootstrap v4.5.2 (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: transparent
}

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

body {
    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-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 {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    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]) {
        color: inherit;
        text-decoration: none
    }

        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 {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

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;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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-unstyled, .list-inline {
    padding-left: 0;
    list-style: none
}

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

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

.initialism {
    font-size: 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: "\2014\a0"
    }

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 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-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-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-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.333333%;
    max-width: 33.333333%
}

.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.666667%;
    max-width: 16.666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.333333%;
        max-width: 33.333333%
    }

    .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.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.333333%;
        max-width: 33.333333%
    }

    .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.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.333333%;
        max-width: 33.333333%
    }

    .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.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.333333%;
        max-width: 33.333333%
    }

    .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.666667%;
        max-width: 16.666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #0000000d
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #00000013
}

.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 {
    background-color: #9fcdff
}

    .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 {
    background-color: #c8cbcf
}

    .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 {
    background-color: #b1dfbb
}

    .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 {
    background-color: #abdde5
}

    .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 {
    background-color: #ffe8a1
}

    .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 {
    background-color: #f1b0b7
}

    .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 {
    background-color: #ececf6
}

    .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 {
    background-color: #b9bbbe
}

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

.table-active, .table-active > td, .table-active > th {
    background-color: #00000013
}

.table-hover .table-active:hover {
    background-color: #00000013
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: #00000013
    }

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

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: #ffffff13
    }

@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 #007bff40
}

.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;
    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: #28a745e6;
    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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 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 #28a74540
    }

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 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 #28a74540
    }

.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 #28a74540
}

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

.custom-file-input.is-valid ~ .custom-file-label, .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 #28a74540
}

.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: #dc3545e6;
    border-radius: .25rem
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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 #dc354540
    }

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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 #dc354540
    }

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

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

.custom-file-input.is-invalid ~ .custom-file-label, .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 #dc354540
}

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

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

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .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;
    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 #007bff40
}

.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:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 .2rem #268fff80
    }

    .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 #268fff80
        }

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

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

    .btn-secondary.focus, .btn-secondary:focus {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: 0 0 0 .2rem #828a9180
    }

    .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 #828a9180
        }

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

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

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 .2rem #48b46180
    }

    .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 #48b46180
        }

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

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

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 .2rem #3ab0c380
    }

    .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 #3ab0c380
        }

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

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

    .btn-warning.focus, .btn-warning:focus {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 0 0 .2rem #deaa0c80
    }

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

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

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

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 .2rem #e1536180
    }

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

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

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

    .btn-light.focus, .btn-light:focus {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 .2rem #d8d9db80
    }

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

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

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

    .btn-dark.focus, .btn-dark:focus {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
        box-shadow: 0 0 0 .2rem #52585d80
    }

    .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 #52585d80
        }

.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 #007bff80
    }

    .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 #007bff80
        }

.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 #6c757d80
    }

    .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 #6c757d80
        }

.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 #28a74580
    }

    .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 #28a74580
        }

.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 #17a2b880
    }

    .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 #17a2b880
        }

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

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

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

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

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

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

.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 #343a4080
    }

    .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 #343a4080
        }

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

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline
    }

    .btn-link.focus, .btn-link:focus {
        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: ""
}

.dropleft .dropdown-toggle:after {
    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:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            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 input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .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 #007bff40
    }

    .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 {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }

    .custom-control-label:after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 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: #007bff80
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: #007bff80
}

.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,%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: #007bff80
}

.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: translate(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: #007bff80
}

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 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;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem #007bff40
    }

        .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 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

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

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem #007bff40
    }

    .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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        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;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #007bff40
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #007bff40
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem #007bff40
        }

    .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;
    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 {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.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;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

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

            .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 {
    color: #000000e6
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: #000000e6
    }

.navbar-light .navbar-nav .nav-link {
    color: #00000080
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #000000b3
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: #0000004d
    }

    .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: #000000e6
    }

.navbar-light .navbar-toggler {
    color: #00000080;
    border-color: #0000001a
}

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

.navbar-light .navbar-text {
    color: #00000080
}

    .navbar-light .navbar-text a {
        color: #000000e6
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: #000000e6
        }

.navbar-dark .navbar-brand {
    color: #fff
}

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

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff80
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #ffffffbf
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: #ffffff40
    }

    .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: #ffffff80;
    border-color: #ffffff1a
}

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

.navbar-dark .navbar-text {
    color: #ffffff80
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .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;
    margin-bottom: 0
}

.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: #00000008;
    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: #00000008;
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

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

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

.card-img-overlay {
    position: absolute;
    inset: 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 {
        column-count: 3;
        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 {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

        .breadcrumb-item + .breadcrumb-item:hover:before {
            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 #007bff40
    }

.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 #007bff80
}

.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 #6c757d80
}

.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 #28a74580
}

.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 #17a2b880
}

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

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

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

.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 #343a4080
}

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

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

    to {
        background-position: 0 0
    }
}

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        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: #ffffffd9;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem #0000001a;
    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: #ffffffd9;
    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: 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: 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 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    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 .arrow {
        position: absolute;
        display: block;
        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: #00000040
        }

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

        .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 .5rem;
            border-bottom-color: #00000040
        }

        .bs-popover-auto[x-placement^=bottom] > .arrow:after, .bs-popover-bottom > .arrow:after {
            top: 1px;
            border-width: 0 .5rem .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: #00000040
        }

        .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: translate(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        transform: translate(-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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 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
}

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

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

@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;
    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;
    border-top-right-radius: .25rem !important
}

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

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

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-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.857143%
}

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

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

.user-select-none {
    -webkit-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: sticky !important
}

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

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

@supports (position:sticky) {
    .sticky-top {
        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 #00000013 !important
}

.shadow {
    box-shadow: 0 .5rem 1rem #00000026 !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d !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;
    inset: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: #0000
}

.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: #00000080 !important
}

.text-white-50 {
    color: #ffffff80 !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
    }

    body, .container {
        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
    }
}

@font-face {
    font-family: FontAwesome;
    src: url(fontawesome-webfont.2b13baa7dd4f54c9.eot?v=4.7.0);
    src: url(fontawesome-webfont.2b13baa7dd4f54c9.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fontawesome-webfont.e9955780856cf8aa.woff2?v=4.7.0) format("woff2"),url(fontawesome-webfont.cf011583fb81df9f.woff?v=4.7.0) format("woff"),url(fontawesome-webfont.8a7cb27d142e3e19.ttf?v=4.7.0) format("truetype"),url(fontawesome-webfont.b91c78f31c3adc41.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

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

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

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

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

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

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

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

.fa-lock:before {
    content: "\f023"
}

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

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

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

.fa-tag:before {
    content: "\f02b"
}

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

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

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

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

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

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

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

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

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

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

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

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

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

.fa-retweet:before {
    content: "\f079"
}

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

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

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

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

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

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

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

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

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

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

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

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

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

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

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

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

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

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

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

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

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

.fa-angle-up:before {
    content: "\f106"
}

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

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

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

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

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

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

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

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

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

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

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

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

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

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

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

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

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

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

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

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

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

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

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

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

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

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

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

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

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

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.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: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,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;
        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;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.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;
    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: center center;
    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%
}

.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg, .mfp-container, .mfp-wrap {
    height: 100%;
    width: 100%
}

    .mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
        content: ""
    }

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        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;
    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-close, .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: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px #0009;
    position: absolute;
    left: 0
}

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;
    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-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    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 {
        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-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        display: block;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000
    }

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    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-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .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 all and (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
    }
}

.cssload-preloader {
    position: absolute;
    inset: 0;
    z-index: 10
}

    .cssload-preloader > .cssload-preloader-box {
        position: absolute;
        height: 45px;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        perspective: 300px;
        -o-perspective: 300px;
        -ms-perspective: 300px;
        -webkit-perspective: 300px;
        -moz-perspective: 300px
    }

    .cssload-preloader .cssload-preloader-box > div {
        position: relative;
        width: 45px;
        height: 45px;
        background: rgb(204,204,204);
        float: left;
        text-align: center;
        line-height: 45px;
        font-family: DM Sans,sans-serif;
        font-size: 30px;
        color: #fff
    }

        .cssload-preloader .cssload-preloader-box > div:nth-child(1) {
            background: rgb(34,34,34);
            margin-right: 23px;
            animation: cssload-movement .69s ease 0ms infinite alternate;
            -o-animation: cssload-movement .69s ease 0ms infinite alternate;
            -ms-animation: cssload-movement .69s ease 0ms infinite alternate;
            -webkit-animation: cssload-movement .69s ease 0ms infinite alternate;
            -moz-animation: cssload-movement .69s ease 0ms infinite alternate
        }

        .cssload-preloader .cssload-preloader-box > div:nth-child(2) {
            background: rgb(34,34,34);
            margin-right: 23px;
            animation: cssload-movement .69s ease 86.25ms infinite alternate;
            -o-animation: cssload-movement .69s ease 86.25ms infinite alternate;
            -ms-animation: cssload-movement .69s ease 86.25ms infinite alternate;
            -webkit-animation: cssload-movement .69s ease 86.25ms infinite alternate;
            -moz-animation: cssload-movement .69s ease 86.25ms infinite alternate
        }

        .cssload-preloader .cssload-preloader-box > div:nth-child(3) {
            background: rgb(34,34,34);
            margin-right: 23px;
            animation: cssload-movement .69s ease .1725s infinite alternate;
            -o-animation: cssload-movement .69s ease .1725s infinite alternate;
            -ms-animation: cssload-movement .69s ease .1725s infinite alternate;
            -webkit-animation: cssload-movement .69s ease .1725s infinite alternate;
            -moz-animation: cssload-movement .69s ease .1725s infinite alternate
        }

        .cssload-preloader .cssload-preloader-box > div:nth-child(4) {
            background: rgb(34,34,34);
            margin-right: 23px;
            animation: cssload-movement .69s ease .25875s infinite alternate;
            -o-animation: cssload-movement .69s ease .25875s infinite alternate;
            -ms-animation: cssload-movement .69s ease .25875s infinite alternate;
            -webkit-animation: cssload-movement .69s ease .25875s infinite alternate;
            -moz-animation: cssload-movement .69s ease .25875s infinite alternate
        }

        .cssload-preloader .cssload-preloader-box > div:nth-child(5) {
            background: rgb(34,34,34);
            margin-right: 0;
            animation: cssload-movement .69s ease .30075s infinite alternate;
            -o-animation: cssload-movement .69s ease .30075s infinite alternate;
            -ms-animation: cssload-movement .69s ease .30075s infinite alternate;
            -webkit-animation: cssload-movement .69s ease .30075s infinite alternate;
            -moz-animation: cssload-movement .69s ease .30075s infinite alternate
        }

@keyframes cssload-movement {
    0% {
        transform: scale(1) translateY(0) rotateX(0);
        box-shadow: 0 0 #0000
    }

    to {
        transform: scale(1.5) translateY(-38px) rotateX(45deg);
        box-shadow: 0 50px 20px #0006;
        background: rgb(34,34,34)
    }
}

@media only screen and (max-width:640px) {
    .cssload-preloader .cssload-preloader-box > div {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        margin-right: 20px !important
    }

        .cssload-preloader .cssload-preloader-box > div:last-child {
            margin-right: 0 !important
        }

    .cssload-preloader > .cssload-preloader-box {
        width: max-content
    }
}

@font-face {
    font-family: Flaticon;
    src: url(Flaticon.28ad706669291760.eot);
    src: url(Flaticon.28ad706669291760.eot?#iefix) format("embedded-opentype"),url(Flaticon.09c7249d43672033.woff) format("woff"),url(Flaticon.b144bf751bd5f825.ttf) format("truetype"),url(Flaticon.f73af47a7354edf7.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.f73af47a7354edf7.svg#Flaticon) format("svg")
    }
}

[class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal
}

.mt-icon-box-xl [class^=flaticon-]:before, .mt-icon-box-xl [class*=" flaticon-"]:before, .mt-icon-box-xl [class^=flaticon-]:after, .mt-icon-box-xl [class*=" flaticon-"]:after {
    font-size: 96px
}

.mt-icon-box-lg [class^=flaticon-]:before, .mt-icon-box-lg [class*=" flaticon-"]:before, .mt-icon-box-lg [class^=flaticon-]:after, .mt-icon-box-lg [class*=" flaticon-"]:after {
    font-size: 72px
}

.mt-icon-box-md [class^=flaticon-]:before, .mt-icon-box-md [class*=" flaticon-"]:before, .mt-icon-box-md [class^=flaticon-]:after, .mt-icon-box-md [class*=" flaticon-"]:after {
    font-size: 48px
}

.mt-icon-box-sm [class^=flaticon-]:before, .mt-icon-box-sm [class*=" flaticon-"]:before, .mt-icon-box-sm [class^=flaticon-]:after, .mt-icon-box-sm [class*=" flaticon-"]:after {
    font-size: 36px
}

.mt-icon-box-xs [class^=flaticon-]:before, .mt-icon-box-xs [class*=" flaticon-"]:before, .mt-icon-box-xs [class^=flaticon-]:after, .mt-icon-box-xs [class*=" flaticon-"]:after {
    font-size: 24px
}

.flaticon-sketch:before {
    content: "\f100"
}

.flaticon-layers:before {
    content: "\f101"
}

.flaticon-picture:before {
    content: "\f102"
}

.flaticon-id-card:before {
    content: "\f103"
}

.flaticon-right-quotation-sign:before {
    content: "\f104"
}

.flaticon-paper-plane:before {
    content: "\f105"
}

.flaticon-email:before {
    content: "\f106"
}

.flaticon-smartphone:before {
    content: "\f107"
}

.flaticon-telephone:before {
    content: "\f108"
}

.flaticon-up-arrow:before {
    content: "\f109"
}

.flaticon-return:before {
    content: "\f10a"
}

.flaticon-next:before {
    content: "\f10b"
}

.flaticon-down-arrow:before {
    content: "\f10c"
}

.flaticon-left-quote:before {
    content: "\f10d"
}

.flaticon-half-circle:before {
    content: "\f10e"
}

.flaticon-circle-button-thick-outline:before {
    content: "\f10f"
}

.flaticon-business-graphic-with-semicircles:before {
    content: "\f110"
}

.flaticon-pin:before {
    content: "\f111"
}

@font-face {
    font-family: lc_lightbox;
    src: url(lc_lightbox.151928425c486d7f.eot);
    src: url(lc_lightbox.151928425c486d7f.eot) format("embedded-opentype"),url(lc_lightbox.aa3eb64fc7029e48.woff) format("woff"),url(lc_lightbox.0c6ab53b6de84245.ttf) format("truetype"),url(lc_lightbox.ca3ae12469344b1e.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lcl_fade_oc.lcl_pre_show #lcl_overlay, .lcl_fade_oc.lcl_pre_show #lcl_window, .lcl_fade_oc.lcl_is_closing #lcl_overlay, .lcl_fade_oc.lcl_is_closing #lcl_window {
    opacity: 0 !important
}

.lcl_fade_oc.lcl_is_closing #lcl_overlay {
    transition-delay: .15s !important
}

#lcl_wrap {
    inset: 0;
    position: fixed;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 999999999;
    -webkit-overflow-scrolling: touch
}

    #lcl_wrap:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    #lcl_wrap > * {
        text-align: left;
        box-sizing: border-box
    }

#lcl_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-position: top left;
    background-repeat: repeat;
    transform: translateZ(0)
}

#lcl_wrap:not(.lcl_pre_show) {
    transition: all .35s ease-in
}

#lcl_loader {
    display: block;
    opacity: 0;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: -1;
    transition: opacity .3s ease-out
}

    #lcl_loader.lcl_loader_pre_first_el {
        opacity: 0 !important
    }

.lcl_first_sizing #lcl_loader:not(.no_loader), .lcl_loading_iframe #lcl_loader:not(.no_loader), .lcl_loading_videojs #lcl_loader:not(.no_loader), .lcl_switching_elem #lcl_loader:not(.no_loader) {
    opacity: 1;
    z-index: 99999
}

#lcll_1, #lcll_2 {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-top: -50%;
    margin-left: -50%;
    background: transparent;
    border-color: #aaa #aaa transparent;
    border-width: 3px;
    border-style: solid;
    animation: lcl-loader 1.4s infinite linear
}

#lcll_2 {
    width: 50%;
    height: 50%;
    margin-left: -25%;
    margin-top: -25%;
    border-right-color: transparent !important;
    animation-duration: 1.15s;
    animation-direction: reverse
}

@keyframes lcl-loader {
    to {
        transform: rotate(360deg) translateZ(0)
    }
}

#lcl_subj.lcl_switching_el > * {
    opacity: 0
}

#lcl_contents_wrap {
    transition: opacity .3s ease
}

.lcl_first_sizing #lcl_contents_wrap, .lcl_loading_iframe #lcl_contents_wrap, .lcl_loading_videojs #lcl_contents_wrap, .lcl_switching_elem #lcl_contents_wrap, .lcl_toggling_fs #lcl_contents_wrap {
    opacity: 0 !important
}

    .lcl_first_sizing #lcl_contents_wrap *, .lcl_loading_iframe #lcl_contents_wrap *, .lcl_loading_videojs #lcl_contents_wrap *, .lcl_switching_elem #lcl_contents_wrap *, .lcl_toggling_fs #lcl_contents_wrap * {
        transition: none !important
    }

#lcl_window {
    display: inline-block;
    text-align: left;
    z-index: 30;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-width: 50px;
    min-height: 50px;
    line-height: 0 !important;
    overflow: visible;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: translateZ(0)
}

.lcl_image_elem, #lcl_elem_wrap:not(.lcl_image_elem) .lcl_elem {
    transition: all .3s ease-out
}

.lcl_toggling_fs#lcl_wrap, .lcl_toggling_fs #lcl_window, .lcl_toggling_fs .lcl_image_elem, .lcl_toggling_fs #lcl_elem_wrap .lcl_elem {
    transition: all .05s linear
}

.lcl_is_resizing:not(.lcl_first_sizing):not(.lcl_toggling_txt):not(.lcl_toggling_tn):not(.lcl_toggling_fs) #lcl_window, .lcl_is_resizing:not(.lcl_toggling_txt):not(.lcl_toggling_tn) .lcl_image_elem, .lcl_is_resizing:not(.lcl_toggling_txt):not(.lcl_toggling_tn) #lcl_elem_wrap:not(.lcl_image_elem), .lcl_show_already_shaped #lcl_window {
    transition: none !important
}

.lcl_tn_hidden #lcl_window {
    margin-top: 0 !important
}

.lcl_pre_first_el:not(.lcl_show_already_shaped) #lcl_window {
    width: 100px;
    height: 100px;
    max-width: 85px !important;
    max-height: 85px !important
}

.lcl_is_closing #lcl_window {
    transition-timing-function: ease-in
}

#lcl_contents_wrap, #lcl_subj {
    position: absolute;
    inset: 0;
    overflow: hidden !important
}

.lcl_on_mobile #lcl_subj {
    overflow: auto !important
}

#lcl_subj {
    z-index: 10
}

#lcl_wrap:not(.lcl_switching_elem) #lcl_subj {
    transition: border-width .35s ease
}

.lcl_toggling_txt #lcl_subj {
    transition-delay: .55s !important
}

#lcl_elem_wrap {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 44px solid #fff
}

.lcl_image_elem, .lcl_html_elem {
    position: absolute !important;
    inset: 0
}

    .lcl_image_elem img {
        left: -99999px;
        position: fixed !important
    }

.lcl_html_elem {
    line-height: normal;
    padding: 15px;
    overflow-y: auto;
    background: #fdfdfd
}

.lcl_fullscreen_mode[lcl-type=iframe] #lcl_subj {
    top: 60px
}

.lcl_video_elem > *, .lcl_youtube_elem > *, .lcl_vimeo_elem > *, .lcl_dailymotion_elem > *, .lcl_iframe_elem > *, .lcl_postered_video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lcl_elem.video-js {
    height: auto;
    inset: 0;
    position: absolute;
    width: auto;
    background: #000 !important
}

    .lcl_elem.video-js .vjs-fullscreen-control {
        display: none !important
    }

    .lcl_elem.video-js .vjs-big-play-button {
        background-color: #2b333fb3;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 40px;
        line-height: 62px;
        width: 66px;
        height: 66px;
        left: 50%;
        top: 50%;
        margin: -33px 0 0 -33px
    }

    .lcl_elem.video-js .vjs-poster {
        background-size: cover
    }

.lcl_postered_video {
    background-size: cover;
    background-position: center
}

    .lcl_postered_video:not(.lcl_poster_clicked) {
        cursor: pointer
    }

        .lcl_postered_video:not(.lcl_poster_clicked):before {
            content: "\f0bf";
            box-sizing: border-box;
            font-size: 38px !important;
            line-height: 62px !important;
            text-indent: 5px !important;
            color: #fff;
            border-radius: 50%;
            position: absolute;
            background: rgba(43,51,63,.7);
            top: 50%;
            left: 50%;
            width: 66px;
            height: 66px;
            margin-left: -33px;
            margin-top: -33px;
            border: 2px solid #fff;
            transition: background .03s linear
        }

        .lcl_postered_video:not(.lcl_poster_clicked):hover:before {
            background: rgba(115,133,159,.5)
        }

        .lcl_postered_video:not(.lcl_poster_clicked) iframe {
            display: none
        }

.lcl_html_container {
    margin: auto;
    overflow: auto;
    position: relative
}

#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) .lcl_html_elem {
    position: static !important
}

#lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) #lcl_contents_wrap, #lcl_wrap[lcl-type=html]:not(.lcl_fullscreen_mode) #lcl_subj {
    position: relative !important
}

#lcl_wrap[lcl-type=html].lcl_txt_under:not(.lcl_fullscreen_mode) #lcl_txt {
    position: relative !important
}

#lcl_wrap[lcl-type=html].lcl_txt_under:not(.lcl_forced_over) #lcl_contents_wrap, #lcl_wrap[lcl-type=html] #lcl_subj {
    overflow: auto
}

.lcl_fullscreen_mode#lcl_wrap[lcl-type=html] #lcl_elem_wrap {
    display: flex;
    align-items: center
}

.lcl_fullscreen_mode .lcl_html_elem {
    padding-top: 18px;
    border-top: 42px solid #fdfdfd;
    padding-bottom: 0;
    border-bottom: 15px solid #fdfdfd
}

#lcl_inline {
    padding: 15px 10px;
    line-height: 20px
}

#lcl_nav_cmd {
    position: absolute;
    top: 0;
    z-index: 100;
    overflow: visible;
    padding: 8px;
    height: 0
}

.lcl_corner_close.lcl_inner_cmd:not(.lcl_txt_rside):not(.lcl_forced_outer_cmd) #lcl_nav_cmd, .lcl_corner_close.lcl_no_txt:not(.lcl_forced_outer_cmd) #lcl_nav_cmd, .lcl_corner_close.lcl_hidden_txt:not(.lcl_forced_outer_cmd) #lcl_nav_cmd, .lcl_corner_close.lcl_force_txt_over:not(.lcl_forced_outer_cmd) #lcl_nav_cmd {
    padding-right: 24px !important
}

.lcl_first_sizing #lcl_nav_cmd, .lcl_loading_iframe #lcl_nav_cmd, .lcl_loading_videojs #lcl_nav_cmd, .lcl_switching_elem #lcl_nav_cmd, .lcl_toggling_txt.lcl_inner_cmd #lcl_nav_cmd, .lcl_toggling_fs #lcl_nav_cmd {
    opacity: 0 !important
}

#lcl_nav_cmd {
    right: 0;
    left: 0
}

.lcl_outer_cmd #lcl_nav_cmd {
    z-index: 99999;
    margin: 0 !important;
    padding: 10px 15px
}

.lcl_outer_cmd:not(.lcl_first_sizing):not(.lcl_first_sizing):not(.lcl_loading_iframe):not(.lcl_switching_elem):not(.lcl_toggling_txt):not(.lcl_toggling_fs):not(.lcl_is_closing) #lcl_nav_cmd {
    opacity: 1 !important
}

.lcl_is_closing.lcl_outer_cmd #lcl_nav_cmd {
    transition: all .2s ease;
    opacity: 0 !important
}

#lcl_nav_cmd .lcl_icon {
    display: inline-block;
    border-radius: 3px;
    background: #fefefe;
    box-shadow: 0 0 2px #1414140d;
    border: 1px solid #eaeaea;
    text-align: center;
    vertical-align: top;
    margin: 4px;
    width: 28px;
    height: 28px;
    color: #6f6f6f;
    position: relative
}

.lcl_outer_cmd .lcl_close {
    right: 0 !important;
    top: 0 !important
}

@media screen and (min-width:450px) {
    .lcl_inner_cmd:not(.lcl_on_mobile) #lcl_nav_cmd .lcl_icon, .lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]) #lcl_nav_cmd .lcl_icon {
        opacity: 0;
        transform: scale(.7);
        transition: opacity .2s ease-in .5s,box-shadow .2s ease-in .5s,transform .2s ease-in .5s
    }

    #lcl_window:not(.lcl_on_mobile):hover #lcl_nav_cmd .lcl_icon, .lcl_fullscreen_mode.lcl_outer_cmd:not(.lcl_on_mobile):not([lcl-type=iframe]):not([lcl-type=html]):hover #lcl_nav_cmd .lcl_icon {
        opacity: 1;
        transition: all .2s ease-in 0s;
        transform: scale(1)
    }
}

.lcl_icon:before, .lcl_tn_prev:before, .lcl_tn_next:before, #lcl_corner_close:before, .lcl_postered_video:not(.lcl_poster_clicked):before {
    font-family: lc_lightbox !important;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 27px;
    z-index: 10;
    position: relative;
    transition: all .15s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lcl_icon:not(.lcl_counter):after {
    content: "";
    display: block;
    inset: -1px;
    position: absolute;
    z-index: 5;
    border-radius: 3px;
    opacity: 0;
    background: #6f6f6f;
    transition: all .2s ease;
    transform: scale(0)
}

.lcl_nav_btn_middle .lcl_next:after, .lcl_nav_btn_middle .lcl_prev:after {
    transition-duration: .15s
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_next:after {
    right: 0 !important
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_prev:after {
    left: 0 !important
}

#lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover {
    border-radius: 5px !important
}

    #lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover:before, #lcl_corner_close:before {
        color: #fff
    }

    #lcl_wrap:not(.lcl_on_mobile) .lcl_icon:not(.lcl_counter):not(.lcl_zoom_disabled):not(a):hover:after {
        opacity: 1;
        transform: scale(1)
    }

.lcl_prev:before {
    content: "\f053";
    text-indent: -1px
}

.lcl_next:before {
    content: "\f054";
    text-indent: 1px
}

.lcl_play:before {
    content: "\f0bf";
    font-size: 20px;
    line-height: 28px;
    text-indent: 1px
}

.lcl_is_playing .lcl_play:before {
    content: "\f0bb";
    font-size: 20px;
    line-height: 28px;
    text-indent: 0
}

.lcl_close:before, #lcl_corner_close:before {
    content: "\e901";
    font-size: 20px;
    line-height: 28px
}

.lcl_fullscreen:before {
    content: "\f065"
}

.lcl_fullscreen_mode .lcl_fullscreen:before {
    content: "\e900"
}

.lcl_zoom_out:before {
    content: "\e909";
    font-size: 16px
}

.lcl_zoom_in:before {
    content: "\e908";
    font-size: 16px
}

.lcl_txt_toggle:before {
    content: "\f10e";
    font-size: 16px
}

.lcl_thumbs_toggle:before {
    content: "\e902";
    font-size: 15px;
    line-height: 26px;
    text-indent: -1px
}

.lcl_window:before {
    content: "\e900"
}

.lcl_download:before {
    content: "\e9c5"
}

.lcl_socials:before {
    content: "\e600";
    font-size: 15px;
    line-height: 26px
}

.lcl_fb:before {
    content: "\f09a";
    font-size: 17px
}

.lcl_twit:before {
    content: "\f099";
    font-size: 18px
}

.lcl_pint:before {
    content: "\f0d2";
    font-size: 18px
}

.lcl_wa:before {
    content: "\f232";
    font-size: 18px
}

.lcl_tn_prev:before {
    content: "\f137"
}

.lcl_tn_next:before {
    content: "\f138"
}

.lcl_right_icon {
    float: right
}

.lcl_close {
    margin-left: 36px !important
}

.lcl_counter {
    cursor: default !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 10px;
    width: auto !important
}

@media screen and (max-width:340px) {
    .lcl_counter {
        display: none !important
    }
}

.lcl_download {
    position: relative
}

    .lcl_download a {
        position: absolute;
        inset: 0;
        z-index: 50
    }

.lcl_first_elem:not(.lcl_on_mobile) #lcl_window:hover .lcl_prev {
    opacity: .5 !important;
    cursor: default !important
}

.lcl_last_elem:not(.lcl_on_mobile) #lcl_window:hover .lcl_next {
    opacity: .5 !important;
    cursor: default !important
}

.lcl_last_elem .lcl_play {
    display: none !important
}

#lcl_thumb_prev div:before, #lcl_thumb_next div:before {
    font-size: 20px
}

.lcl_icon {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    box-sizing: content-box !important;
    transition: all .2s linear
}

.lcl_no_carousel[lc-lelem="0"] .lcl_prev:before, .lcl_no_carousel.lcl_last_elem .lcl_next:before, .lcl_hidden_txt .lcl_txt_toggle:before, .lcl_tn_hidden .lcl_thumbs_toggle:before, .lcl_zoom_icon.lcl_zoom_disabled:before {
    opacity: .6 !important
}

.lcl_no_carousel[lc-lelem="0"] .lcl_prev, .lcl_no_carousel.lcl_last_elem .lcl_next {
    cursor: default !important
}

    .lcl_no_carousel[lc-lelem="0"] .lcl_prev:after, .lcl_no_carousel.lcl_last_elem .lcl_next:after {
        display: none !important
    }

#lcl_corner_close {
    position: absolute;
    right: -22px;
    top: -24px;
    border: 3px solid #d3d3d3;
    background: #6f6f6f;
    box-sizing: content-box !important;
    border-radius: 50%;
    min-height: 34px;
    min-width: 34px;
    cursor: pointer;
    z-index: 150;
    transition: opacity .3s ease
}

.lcl_first_sizing #lcl_corner_close, .lcl_loading_iframe #lcl_corner_close, .lcl_loading_videojs #lcl_corner_close, .lcl_switching_elem #lcl_corner_close, .lcl_toggling_fs #lcl_corner_close {
    opacity: 0 !important
}

#lcl_corner_close:before {
    font-size: 20px !important;
    line-height: 34px !important;
    transition: all .3s ease
}

#lcl_corner_close:not(.lcl_on_mobile):hover:before {
    transform: rotate(180deg)
}

.lcl_normal_close #lcl_corner_close, .lcl_outer_cmd #lcl_corner_close, .lcl_corner_close.lcl_inner_cmd .lcl_close {
    display: none !important
}

.lcl_nav_btn_middle .lcl_prev, .lcl_nav_btn_middle .lcl_next {
    position: fixed !important;
    top: 50%;
    margin-top: -32px !important;
    padding: 16px 4px
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_prev, .lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_next {
    box-shadow: none !important;
    border: none !important
}

.lcl_nav_btn_middle .lcl_prev:before, .lcl_nav_btn_middle .lcl_next:before {
    font-size: 23px !important
}

.lcl_nav_btn_middle .lcl_prev {
    left: 0
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_prev {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.lcl_nav_btn_middle .lcl_next {
    right: 0
}

.lcl_nav_btn_middle.lcl_inner_cmd .lcl_next {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.lcl_nav_btn_middle.lcl_outer_cmd .lcl_prev {
    margin-left: 19px !important
}

.lcl_nav_btn_middle.lcl_outer_cmd .lcl_next {
    margin-right: 19px !important
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_prev:after {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.lcl_nav_btn_middle.lcl_inner_cmd:not(.lcl_fullscreen_mode) .lcl_next:after {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

@media screen and (max-width:450px) {
    #lcl_nav_cmd .lcl_icon {
        margin: 0
    }

    .lcl_close {
        margin-left: 26px !important
    }
}

.lcl_on_mobile .lcl_zoom_wrap {
    overflow: scroll !important
}

.lcl_zoom_wrap, .lcl_zoom_wrap * {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab;
    -webkit-user-select: none;
    user-select: none
}

    .lcl_zoom_wrap:active {
        cursor: move;
        cursor: grabbing;
        cursor: -webkit-grabbing
    }

.lcl_zoom_icon.lcl_zoom_disabled {
    cursor: default !important
}

    .lcl_zoom_icon.lcl_zoom_disabled:after {
        display: none !important
    }

.lcl_zoom_helper {
    position: absolute;
    font-size: 8.4px;
    color: #fafafa;
    background: #972626;
    display: inline-block;
    border: 2px solid #972626;
    padding: 5px 1px;
    font-family: arial;
    text-shadow: 0 0 0 rgba(250,250,250,.8);
    letter-spacing: .28px;
    border-radius: 1px;
    line-height: 0;
    z-index: 10;
    bottom: -11px;
    right: -7px;
    -webkit-user-select: none;
    user-select: none
}

#lcl_txt {
    padding: 12px 10px;
    line-height: 20px;
    z-index: 50;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box
}

.lcl_toggling_txt #lcl_txt {
    transition: transform .45s ease .1s,opacity .35s ease .1s
}

#lcl_txt * {
    font-family: "Arial",\200b "sans-serif"
}

.lcl_no_txt #lcl_txt {
    display: none !important
}

#lcl_txt > * {
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto
}

#lcl_title {
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
    color: #212121
}

#lcl_author {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #212121
}

.lcl_comments_wrap {
    min-width: 178px
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt .lcl_txt_border, .lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt .lcl_txt_border {
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 12px;
    padding-bottom: 17px
}

.lcl_txt_under #lcl_txt .lcl_txt_border, .lcl_txt_over #lcl_txt .lcl_txt_border, .lcl_force_txt_over #lcl_txt .lcl_txt_border {
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 10px;
    padding-bottom: 12px
}

#lcl_descr {
    font-size: 14px;
    line-height: 20px
}

.lcl_switching_el #lcl_txt, .lcl_txt_under_calc #lcl_txt, .lcl_txt_under_calc #lcl_txt *, .lcl_txt_under.lcl_is_resizing:not(.lcl_force_txt_over) #lcl_txt {
    transition-duration: 0ms !important
}

.lcl_txt_under #lcl_txt, .lcl_txt_over #lcl_txt {
    left: 0;
    bottom: 0
}

.lcl_txt_under #lcl_txt {
    background: #fff
}

.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt {
    padding: 18px 25px 22px;
    margin-bottom: 0 !important
}

.lcl_txt_under.lcl_is_resizing:not(.lcl_force_txt_over) #lcl_txt, .lcl_txt_under.lcl_toggling_txt:not(.lcl_force_txt_over) #lcl_txt {
    opacity: 0 !important
}

.lcl_txt_under.lcl_hidden_txt.lcl_toggling_txt:not(.lcl_force_txt_over) #lcl_txt {
    visibility: hidden !important
}

.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt:after {
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.lcl_force_txt_over #lcl_txt, .lcl_txt_over #lcl_txt {
    background: rgba(255,255,255,.9);
    background-clip: padding-box !important;
    border: 15px solid transparent;
    border-radius: 0 17px 17px 0;
    max-height: calc(100% - 42px);
    padding: 13px 22px;
    overflow: auto;
    bottom: 40px;
    left: 40px
}

.lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt, .lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
    inset: 42px auto auto 0 !important;
    padding: 17px 22px !important;
    max-width: 33.3%;
    max-height: calc(100% - 42px);
    transition: transform .45s ease .1s,opacity .35s ease .1s,bottom .3s ease
}

.lcl_playing_video.lcl_txt_over #lcl_txt, .lcl_playing_video.lcl_force_txt_over #lcl_txt {
    max-height: calc(100% - 87px);
    bottom: 45px
}

@media screen and (max-width:1024px) {
    .lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt, .lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
        max-width: 66.6%
    }
}

@media screen and (max-width:780px) {
    .lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt, .lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
        max-width: 100%
    }
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt, .lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    padding: 16px 24px;
    top: 0;
    bottom: 0;
    width: 330px;
    overflow-y: auto;
    overflow-x: hidden
}

    .lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt:after, .lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt:after {
        bottom: 0;
        position: absolute;
        top: 0;
        width: 4px
    }

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    padding-left: 18px
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
    padding-right: 18px
}

.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-right: 330px solid transparent
}

.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd, .lcl_nav_btn_middle.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next, .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next, .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav, .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    right: 330px
}

.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
    right: 0;
    background: #fefefe
}

.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
    border-left: 330px solid transparent
}

.lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd, .lcl_nav_btn_middle.lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev, .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev, .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav, .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
    left: 330px
}

.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    left: 0;
    background: #fefefe
}

@media screen and (max-width:780px) {
    .lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt, .lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
        width: 220px
    }

    .lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
        border-right-width: 220px
    }

    .lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
        border-left-width: 220px
    }

    .lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd, .lcl_nav_btn_middle.lcl_txt_rside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next, .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next, .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav, .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
        right: 220px
    }

    .lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd, .lcl_nav_btn_middle .lcl_txt_lside.lcl_inner_cmd:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev, .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev, .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav, .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
        left: 220px
    }
}

@media screen and (min-width:1700px) {
    .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt, .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
        width: 400px
    }

    .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
        border-right-width: 400px
    }

    .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_subj {
        border-left-width: 400px
    }

    .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_next, .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav, .lcl_fullscreen_mode.lcl_txt_rside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
        right: 400px
    }

    .lcl_fullscreen_mode.lcl_nav_btn_middle.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) .lcl_prev, .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_thumbs_nav, .lcl_fullscreen_mode.lcl_txt_lside:not(.lcl_no_txt):not(.lcl_force_txt_over) #lcl_nav_cmd {
        left: 400px
    }
}

.lcl_hidden_txt.lcl_inner_cmd #lcl_nav_cmd, .lcl_hidden_txt.lcl_outer_cmd #lcl_nav_cmd, .lcl_fullscreen_mode.lcl_hidden_txt #lcl_thumbs_nav {
    right: 0 !important;
    left: 0 !important
}

.lcl_nav_btn_middle.lcl_hidden_txt.lcl_inner_cmd .lcl_prev, .lcl_nav_btn_middle.lcl_hidden_txt.lcl_outer_cmd .lcl_prev {
    left: 0 !important
}

.lcl_nav_btn_middle.lcl_hidden_txt.lcl_inner_cmd .lcl_next, .lcl_nav_btn_middle.lcl_hidden_txt.lcl_outer_cmd .lcl_next {
    right: 0 !important
}

#lcl_txt > *:first-child {
    padding-top: 0;
    margin-top: 0
}

#lcl_txt > *:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.lcl_hidden_txt.lcl_txt_under:not(.lcl_force_txt_over) #lcl_txt {
    height: 0 !important;
    padding: 0 !important;
    transform: translateY(100%)
}

.lcl_hidden_txt:not(.lcl_fullscreen_mode).lcl_txt_over #lcl_txt, .lcl_hidden_txt:not(.lcl_fullscreen_mode).lcl_force_txt_over #lcl_txt {
    opacity: 0 !important;
    z-index: -1;
    transform: translateY(30px) scale(.95)
}

.lcl_hidden_txt.lcl_fullscreen_mode.lcl_txt_over #lcl_txt, .lcl_hidden_txt.lcl_fullscreen_mode.lcl_force_txt_over #lcl_txt {
    transform: translate(-110%) scale(.8)
}

.lcl_hidden_txt.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_subj, .lcl_hidden_txt.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_subj {
    border-width: 0 !important
}

.lcl_hidden_txt.lcl_txt_rside:not(.lcl_force_txt_over) #lcl_txt {
    transform: translate(100%)
}

.lcl_hidden_txt.lcl_txt_lside:not(.lcl_force_txt_over) #lcl_txt {
    transform: translate(-100%)
}

.lcl_tooltip {
    position: absolute;
    left: 50%;
    background: #fff;
    padding: 7px;
    border-radius: 3px;
    box-shadow: 0 0 6px 1px #00000026;
    opacity: 0;
    font-size: 14px;
    transition: all .25s ease-out
}

    .lcl_tooltip:before {
        content: "";
        border-style: solid;
        border-width: 7px;
        left: 50%;
        margin-left: -7px;
        position: absolute
    }

    .lcl_tooltip.lcl_tt_bottom:before {
        bottom: 100%;
        border-color: transparent transparent #fff
    }

    .lcl_tooltip.lcl_tt_top:before {
        top: 100%;
        border-color: #fff transparent transparent
    }

    .lcl_tooltip.lcl_tt_bottom {
        top: 115%;
        transform: translate(-50%,8px)
    }

    .lcl_tooltip.lcl_tt_top {
        bottom: 115%;
        transform: translate(-50%,-8px)
    }

    .lcl_tooltip.lcl_show_tt {
        opacity: 1;
        transform: translate(-50%)
    }

    .lcl_tooltip.lcl_socials_tt {
        white-space: nowrap;
        padding-left: 0;
        padding-right: 0;
        top: 150%
    }

.lcl_socials {
    position: relative
}

#lcl_wrap[lcl-type=html] .lcl_socials, #lcl_wrap[lcl-type=iframe] .lcl_socials {
    display: none !important
}

.lcl_socials_tt a {
    border-width: 0 0 0 1px !important;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 12px;
    text-decoration: none !important;
    margin: 0 !important;
    max-width: 17px
}

    .lcl_socials_tt a:first-child {
        border: none !important
    }

#lcl_wrap.lcl_fullscreen_mode {
    padding: 0 !important
}

.lcl_fullscreen_mode #lcl_window, .lcl_fullscreen_mode #lcl_contents_wrap {
    border-radius: 0 !important
}

.lcl_fullscreen_mode #lcl_window {
    border-width: 0 !important;
    margin-top: 0 !important
}

.lcl_fullscreen_mode #lcl_subj, .lcl_fullscreen_mode #lcl_txt {
    margin: 0 !important
}

.lcl_fullscreen_mode #lcl_elem_wrap {
    bottom: 0 !important
}

.lcl_fullscreen_mode.lcl_toggling_txt.lcl_outer_cmd, .lcl_fullscreen_mode.lcl_toggling_txt.lcl_nav_btn_middle .lcl_prev, .lcl_fullscreen_mode.lcl_toggling_txt.lcl_nav_btn_middle .lcl_next {
    transition: all .4s ease .2s !important
}

#lcl_thumbs_nav {
    margin: 10px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: content-box !important;
    z-index: 60;
    transition: transform .35s ease-in,opacity .5s ease,margin .35s ease,left .4s ease .2s,right .4s ease .2s
}

    #lcl_thumbs_nav, #lcl_thumbs_nav * {
        -webkit-user-select: none;
        user-select: none
    }

.lcl_playing_video.lcl_fullscreen_mode #lcl_thumbs_nav {
    margin-bottom: 50px
}

.lcl_tn_hidden #lcl_thumbs_nav, .lcl_pre_first_el #lcl_thumbs_nav, #lcl_thumbs_nav.lcl_pre_tn_scroll {
    opacity: 0;
    transform: translateY(150%)
}

#lcl_thumbs_nav .lcl_tn_inner {
    position: absolute;
    z-index: 10;
    inset: 0 45px;
    list-style: none !important;
    margin: 0 !important;
    text-align: center;
    white-space: nowrap;
    overflow: hidden !important
}

.lcl_on_mobile .lcl_tn_inner {
    overflow: auto !important;
    touch-action: pan-x
}

.lcl_tn_inner li {
    height: 100%;
    margin: 0 0 0 10px;
    display: inline-block;
    border: 0px solid #ccc;
    border-radius: 2px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-clip: content-box;
    background-color: #9f9f9f;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 4px #0a0a0a73;
    transform: scale(.83) translateZ(0);
    transition: all .25s ease
}

    .lcl_tn_inner li:first-child {
        margin: 0
    }

    .lcl_tn_inner li.lcl_sel_thumb, #lcl_wrap:not(.lcl_on_mobile) .lcl_tn_inner li:not(.lcl_sel_thumb):hover {
        transform: scale(.97)
    }

        .lcl_tn_inner li.lcl_tn_preload, .lcl_tn_inner li.lcl_sel_thumb.lcl_tn_preload {
            margin: 0 !important;
            width: 0 !important;
            height: 0 !important;
            transform: scale(0) !important
        }

.lcl_thumb_title_tt {
    padding: 7px 10px
}

#lcl_thumbs_nav span {
    position: absolute;
    cursor: pointer;
    width: 23px;
    height: 23px;
    top: 50%;
    margin-top: -12px;
    z-index: 15;
    color: #f5f5f5
}

#lcl_thumbs_nav:not(.lcl_tn_has_arr) span {
    display: none !important
}

#lcl_thumbs_nav.lcl_tn_has_arr span {
    display: inline-block !important
}

    #lcl_thumbs_nav.lcl_tn_has_arr span:before {
        font-size: 23px
    }

#lcl_thumbs_nav span.lcl_tn_prev {
    left: 0
}

#lcl_thumbs_nav span.lcl_tn_next {
    right: 0
}

.lcl_tn_video video {
    position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%
}

.lcl_tn_mixed_types li:before {
    background: rgba(0,0,0,.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: all .25s ease
}

.lcl_tn_mixed_types li.lcl_sel_thumb:before {
    opacity: 0
}

.lcl_tn_mixed_types li:after {
    font-family: lc_lightbox !important;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    right: 5px;
    position: absolute;
    text-shadow: 0 0 3px rgba(0,0,0,.7);
    z-index: 15;
    content: "\e929"
}

.lcl_tn_mixed_types li.lcl_tn_image:after {
    content: "\e927"
}

.lcl_tn_mixed_types li.lcl_tn_iframe:after {
    content: "\e903"
}

.lcl_tn_mixed_types li.lcl_tn_html:after {
    content: "\e926"
}

#lcl_progressbar {
    position: fixed;
    z-index: 99999;
    top: 0;
    height: 2px;
    left: 0;
    width: 0;
    background: #fff;
    box-shadow: 0 2px 2px #0006;
    transition: opacity .6s ease
}

.lcl_loading_videojs #lcl_progressbar, .lcl_loading_iframe #lcl_progressbar {
    opacity: 0 !important;
    transition-duration: 0s
}

body #magicMouseCursor {
    position: fixed;
    width: 35px;
    height: 35px;
    border: 1px solid #616161;
    border-radius: 50%;
    z-index: 9999;
    left: 0;
    top: 0;
    transition: transform .07s,width .3s,height .3s;
    pointer-events: none
}

    body #magicMouseCursor.cursor-square {
        border-radius: 0
    }

body #magicPointer {
    height: 5px;
    width: 5px;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    transition: background .2s,width .2s,height .2s,box-shadow .2s
}

    body #magicPointer.is-hover {
        background: red
    }

    body #magicPointer.pointer-blur {
        height: 50px;
        width: 50px;
        background: none;
        border: 1px solid #fff;
        box-shadow: 0 0 15px -5px #fff
    }

    body #magicPointer.pointer-overlay {
        height: 50px;
        width: 50px;
        mix-blend-mode: difference;
        box-shadow: 0 0 15px -5px #fff
    }

body .magic-hover {
    transition: all .2s
}

    body .magic-hover:hover {
        cursor: none
    }

@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide, swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        transform-style: preserve-3d
    }

    .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15)
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-feature-settings:;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: "prev"
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: "next"
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
        display: block
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        width: var(--swiper-pagination-progressbar-size,4px);
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        left: var(--swiper-scrollbar-sides-offset,1%);
        bottom: var(--swiper-scrollbar-bottom,4px);
        top: var(--swiper-scrollbar-top,auto);
        z-index: 50;
        height: var(--swiper-scrollbar-size,4px);
        width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
    }

    .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
        position: absolute;
        left: var(--swiper-scrollbar-left,auto);
        right: var(--swiper-scrollbar-right,4px);
        top: var(--swiper-scrollbar-sides-offset,1%);
        z-index: 50;
        width: var(--swiper-scrollbar-size,4px);
        height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
    }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification, swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

    .swiper-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-cube.swiper-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0
    }

        .swiper-cube .swiper-cube-shadow:before {
            content: "";
            background: #000;
            position: absolute;
            inset: 0;
            filter: blur(50px)
        }

.swiper-flip {
    overflow: visible
}

    .swiper-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

    .swiper-cards .swiper-slide {
        transform-origin: center bottom;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden
    }

header-style1 {
    padding: auto
}

.header-style1.site-header {
    position: relative;
    z-index: 999
}

    .header-style1.site-header ul, .header-style1.site-header ol {
        margin-bottom: 0
    }

.header-style1 .extra-nav {
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 9
}

    .header-style1 .extra-nav .extra-cell {
        display: table-cell;
        padding-left: 20px;
        vertical-align: middle
    }

        .header-style1 .extra-nav .extra-cell > a {
            font-size: 18px
        }

.header-style1 .logo-header {
    display: table;
    float: left;
    width: 170px;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #ed4c2f;
    margin: 0;
    position: relative;
    z-index: 11
}

.header-style1 .logo-header-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

    .header-style1 .logo-header-inner img {
        max-width: 100px;
        max-height: 100%
    }

.header-style1 .e-p-bx {
    padding: 0
}

    .header-style1 .e-p-bx li {
        display: inline;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        position: relative;
        font-family: Barlow Condensed,sans-serif;
        padding-right: 20px;
        margin-right: 10px;
        line-height: 40px
    }

        .header-style1 .e-p-bx li:last-child {
            padding-right: 0;
            margin-right: 0x
        }

        .header-style1 .e-p-bx li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            background-color: #0006;
            height: 100%;
            width: 1px
        }

        .header-style1 .e-p-bx li:last-child:after {
            display: none
        }

        .header-style1 .e-p-bx li span {
            text-transform: uppercase;
            display: inline-block;
            padding-right: 10px;
            font-weight: 600
        }

        .header-style1 .e-p-bx li a {
            color: #000
        }

        .header-style1 .e-p-bx li i {
            margin-right: 5px;
            vertical-align: middle
        }

.social-bx {
    margin: 0;
    border-right: 1px solid rgba(0,0,0,.4)
}

    .social-bx li {
        font-size: 12px;
        margin: 0;
        position: relative
    }

        .social-bx li a {
            font-size: 14px;
            padding: 0;
            width: 34px;
            text-align: right;
            display: inline-block
        }

    .social-bx.text-white li a {
        color: #fff
    }

.header-style1 .main-bar {
    position: relative;
    width: 100%;
    padding: 10px 0;
    transition: all .5s ease
}

    .header-style1 .main-bar:after, .header-style1 .main-bar:after {
        clear: both;
        content: "";
        display: table
    }

.header-style1 .site-search {
    background-color: #ed4c2f;
    transition: all .4s linear
}

@media only screen and (max-width: 540px) {
    .header-style1 .site-search {
        width: 160px;
        box-shadow: none
    }
}

.header-style1 .site-search:hover {
    box-shadow: none
}

.header-style1 .site-search .form-control {
    background-color: transparent;
    height: 50px;
    border: none
}

.header-style1 .site-search button {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    padding: 0 15px;
    font-size: 14px
}

.header-style1 .site-search .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.header-style1 .site-search .form-control::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.header-style1 .site-search .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.header-style1 .site-search .form-control:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.header-style1 .navbar-toggler {
    border: none;
    margin: 24px -10px 24px 0;
    padding: 12px 10px
}

    .header-style1 .navbar-toggler .icon-bar {
        background: #000;
        height: 3px;
        border-radius: 0;
        display: block;
        width: 22px
    }

        .header-style1 .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px
        }

.header-style1 .navbar-toggler {
    display: none;
    margin-top: 14px;
    margin-bottom: 14px
}

.header-style1 .header-nav {
    position: relative;
    padding: 0;
    z-index: 7
}

    .header-style1 .header-nav .nav {
        float: right;
        display: flex;
        justify-content: flex-end;
        flex-direction: inherit
    }

        .header-style1 .header-nav .nav i {
            font-size: 9px;
            margin-left: 3px;
            margin-top: -3px;
            vertical-align: middle;
            opacity: .7
        }

        .header-style1 .header-nav .nav > li {
            font-weight: 500;
            position: relative;
            text-transform: uppercase;
            margin: -10px 0;
            padding: 10px 0
        }

            .header-style1 .header-nav .nav > li > a {
                border-radius: 0;
                color: #222;
                display: inline-block;
                font-size: 20px;
                padding: 33px 12px;
                cursor: pointer;
                margin: -9px 0;
                font-weight: 500;
                text-transform: capitalize;
                font-family: Barlow Condensed,sans-serif
            }

                .header-style1 .header-nav .nav > li > a:hover {
                    background-color: transparent;
                    color: #212427
                }

                .header-style1 .header-nav .nav > li > a:active, .header-style1 .header-nav .nav > li > a:focus {
                    background-color: transparent
                }

            .header-style1 .header-nav .nav > li.active > a, .header-style1 .header-nav .nav > li.current-menu-item > a {
                background-color: transparent;
                color: #ed4c2f
            }

            .header-style1 .header-nav .nav > li:hover > a {
                color: #ed4c2f
            }

            .header-style1 .header-nav .nav > li:hover > .sub-menu, .header-style1 .header-nav .nav > li:hover > .mega-menu {
                opacity: 1;
                visibility: visible;
                margin-top: 0;
                transition: all .3s ease
            }

            .header-style1 .header-nav .nav > li .sub-menu {
                background-color: #fff;
                border: 1px solid #f4f4f4;
                display: block;
                left: 0;
                top: 100%;
                list-style: none;
                margin: 20px 0 0;
                opacity: 0;
                padding: 0;
                position: absolute;
                visibility: hidden;
                width: 220px;
                z-index: 10
            }

                .header-style1 .header-nav .nav > li .sub-menu li {
                    position: relative;
                    text-transform: none
                }

                    .header-style1 .header-nav .nav > li .sub-menu li a {
                        color: #000;
                        display: block;
                        font-size: 13px;
                        padding: 10px 20px;
                        overflow: hidden;
                        border-left: 0px solid transparent;
                        transition: all .2s linear
                    }

                        .header-style1 .header-nav .nav > li .sub-menu li a:hover {
                            color: #000;
                            text-decoration: none
                        }

                            .header-style1 .header-nav .nav > li .sub-menu li a:hover:after {
                                width: 4px;
                                left: -1px
                            }

                    .header-style1 .header-nav .nav > li .sub-menu li:hover > a {
                        color: #000;
                        background-color: #f6f6f6
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li:last-child {
                        border-bottom: 0px
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li .fa {
                        color: #000;
                        display: block;
                        float: right;
                        position: absolute;
                        right: 10px;
                        top: 1px
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li:hover .fa {
                        color: #000
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li > .sub-menu {
                        left: 220px;
                        top: 0;
                        margin: 0 0 0 20px;
                        transition: all .3s ease
                    }

                    .header-style1 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
                        left: 220px;
                        margin: 0;
                        opacity: 1;
                        top: -1px;
                        visibility: visible
                    }

                        .header-style1 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
                            background-color: transparent;
                            bottom: 0;
                            content: "";
                            display: block;
                            height: 100%;
                            left: -6px;
                            position: absolute;
                            top: 0;
                            width: 6px
                        }

            .header-style1 .header-nav .nav > li.has-mega-menu {
                position: inherit
            }

            .header-style1 .header-nav .nav > li .mega-menu li a > i {
                font-size: 13px;
                margin-right: 5px;
                min-width: 20px
            }

            .header-style1 .header-nav .nav > li .mega-menu {
                background-color: #fff;
                border: 1px solid #e9e9e9;
                display: table;
                left: 0;
                top: 88px;
                padding: 20px 0;
                list-style: none;
                opacity: 0;
                position: absolute;
                right: 0;
                visibility: hidden;
                width: 100%;
                margin-top: 20px;
                z-index: 10
            }

                .header-style1 .header-nav .nav > li .mega-menu > li {
                    display: table-cell;
                    padding: 10px 0;
                    position: relative;
                    vertical-align: top;
                    width: 25%;
                    text-transform: none
                }

                    .header-style1 .header-nav .nav > li .mega-menu > li:after {
                        content: "";
                        background-color: #ccc6;
                        position: absolute;
                        right: 0;
                        top: 0;
                        display: block;
                        width: 1px;
                        height: 100%
                    }

                    .header-style1 .header-nav .nav > li .mega-menu > li:last-child:after {
                        display: none
                    }

                    .header-style1 .header-nav .nav > li .mega-menu > li > a {
                        color: #000;
                        display: block;
                        font-size: 15px;
                        padding: 0 20px
                    }

                    .header-style1 .header-nav .nav > li .mega-menu > li ul {
                        list-style: none;
                        margin: 10px 0 0;
                        padding: 0
                    }

                        .header-style1 .header-nav .nav > li .mega-menu > li ul a {
                            color: #474747;
                            display: block;
                            font-size: 13px;
                            line-height: 34px;
                            padding: 2px 20px
                        }

                            .header-style1 .header-nav .nav > li .mega-menu > li ul a:hover {
                                color: #ed4c2f;
                                background-color: #f2f2f2
                            }

            .header-style1 .header-nav .nav > li.menu-item-has-children:before {
                content: "\f078";
                display: block;
                font-family: FontAwesome;
                right: 4px;
                position: absolute;
                top: 50%;
                color: #999;
                margin-top: -8px;
                font-size: 8px
            }

            .header-style1 .header-nav .nav > li.submenu-direction .sub-menu {
                left: auto;
                right: 0
            }

                .header-style1 .header-nav .nav > li.submenu-direction .sub-menu li > .sub-menu {
                    left: auto;
                    right: 220px;
                    margin: 0 20px 0 0
                }

                .header-style1 .header-nav .nav > li.submenu-direction .sub-menu li:hover > .sub-menu {
                    left: auto;
                    right: 220px;
                    margin: 0
                }

.header-style1 .has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    display: none
}

.header-style1 .header-nav .has-child li .submenu-toogle {
    opacity: .9
}

.header-style1 .header-nav .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right:before {
    content: "\f107"
}

.header-style1 .nav-dark.header-nav .nav > li .sub-menu li:hover > a {
    color: #ed4c2f;
    background-color: transparent
}

.header-style1 .nav-dark.header-nav .nav > li .sub-menu li .fa {
    color: #ed4c2f
}

.header-style1 .nav-dark.header-nav .nav > li .sub-menu li:hover .fa {
    color: #ed4c2f
}

.header-style1 .nav-dark.header-nav .nav > li .sub-menu, .header-style1 .nav-dark.header-nav .nav > li .mega-menu {
    background-color: #000;
    border: 1px solid rgba(0,0,0,.2)
}

    .header-style1 .nav-dark.header-nav .nav > li .sub-menu li:last-child {
        border-bottom: 0px
    }

    .header-style1 .nav-dark.header-nav .nav > li .sub-menu li a {
        color: #fff
    }

    .header-style1 .nav-dark.header-nav .nav > li .mega-menu > li ul a {
        color: #fff
    }

    .header-style1 .nav-dark.header-nav .nav > li .mega-menu > li > a {
        color: #ed4c2f
    }

    .header-style1 .nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
        background-color: transparent;
        color: #ed4c2f
    }

    .header-style1 .nav-dark.header-nav .nav > li .mega-menu > li:after {
        background-color: #0003
    }

@media only screen and (max-width:1200px) {
    .header-style1.site-header .container {
        width: auto
    }
}

@media only screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important
    }

    .header-style1 .navbar-collapse.collapse {
        align-items: start
    }

    .header-style1 .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
        width: 100%;
        display: block;
        height: 100%
    }

        .header-style1 .header-nav .nav li {
            float: none;
            width: 100%;
            display: block
        }

        .header-style1 .header-nav .nav i {
            float: right
        }

        .header-style1 .header-nav .nav li .sub-menu > li a {
            padding-left: 30px
        }

        .header-style1 .header-nav .nav li.has-child {
            position: relative
        }

        .header-style1 .header-nav .nav li .sub-menu, .header-style1 .header-nav .nav li .mega-menu {
            opacity: 1;
            margin: 0 !important
        }

        .header-style1 .header-nav .nav i {
            margin-top: 6px
        }

        .header-style1 .header-nav .nav li.has-child.nav-active > a {
            color: #ed4c2f
        }

        .header-style1 .header-nav .nav > li {
            margin: 0;
            padding: 0
        }

            .header-style1 .header-nav .nav > li.active > a, .header-style1 .header-nav .nav > li.current-menu-item > a {
                color: #000
            }

            .header-style1 .header-nav .nav > li > a:hover, .header-style1 .header-nav .nav > li > a:active, .header-style1 .header-nav .nav > li > a:focus {
                background-color: #f0f0f0;
                text-decoration: none
            }

            .header-style1 .header-nav .nav > li > a {
                border-top: 1px solid #E9E9E9;
                color: #777;
                margin: 0;
                padding: 10px 15px;
                font-weight: 600;
                display: block
            }

            .header-style1 .header-nav .nav > li .sub-menu > li, .header-style1 .header-nav .nav > li .mega-menu > li {
                float: none;
                display: block;
                width: auto;
                padding: 0
            }

            .header-style1 .header-nav .nav > li .sub-menu li a {
                font-size: 12px
            }

            .header-style1 .header-nav .nav > li .mega-menu > li:after {
                display: none
            }

            .header-style1 .header-nav .nav > li ul, .header-style1 .header-nav .nav > li .sub-menu, .header-style1 .header-nav .nav > li .mega-menu {
                display: none;
                position: static;
                visibility: visible;
                width: auto;
                background: #f9f9f9
            }

                .header-style1 .header-nav .nav > li ul.mega-menu ul {
                    display: block;
                    margin-bottom: 10px
                }

                .header-style1 .header-nav .nav > li ul.mega-menu li:hover ul {
                    display: block
                }

    .header-style1 .has-child .submenu-toogle {
        display: block
    }

    header .logo {
        display: block;
        padding: 4px 0
    }

    .header-style1 .is-fixed .color-fill .header-nav .nav > li {
        margin: 0;
        padding: 0
    }

        .header-style1 .is-fixed .color-fill .header-nav .nav > li > a {
            margin: 0;
            padding: 10px 15px;
            display: block
        }

    .header-style1 .is-fixed#header-part .navbar-toggler {
        margin: 15px 0
    }

    .logo-header {
        width: 120px
    }

    .header-style1 .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0,0,0,.2)
    }

        .header-style1 .nav-dark.header-nav .nav {
            background-color: #212121
        }

            .header-style1 .nav-dark.header-nav .nav > li > a {
                border-top: 1px solid rgba(0,0,0,.2);
                color: #fff;
                display: block
            }

                .header-style1 .nav-dark.header-nav .nav > li > a:hover, .header-style1 .nav-dark.header-nav .nav > li > a:active, .header-style1 .nav-dark.header-nav .nav > li > a:focus {
                    background-color: #212121;
                    color: #ed4c2f
                }

            .header-style1 .nav-dark.header-nav .nav > li ul, .header-style1 .nav-dark.header-nav .nav > li .sub-menu, .header-style1 .nav-dark.header-nav .nav > li .mega-menu {
                background-color: #212121
            }

            .header-style1 .nav-dark.header-nav .nav > li .sub-menu {
                background-color: #212121
            }

    .header-style1 .nav-dark .has-child .submenu-toogle {
        color: #fff
    }
}

@media only screen and (max-width:768px) {
    .header-style1 .is-fixed .extra-nav {
        padding: 13px 7px
    }

    .header-style1 .main-bar .container {
        max-width: 100%;
        padding: 0 15px
    }
}

@media only screen and (max-width:767px) {
    .header-style1 .is-fixed .extra-nav {
        padding: 13px 0
    }

    .header-style1 .main-bar, .header-style1 .is-fixed .main-bar, .header-style1 .is-fixed .color-fill.main-bar {
        padding: 0
    }
}

@media only screen and (max-width:540px) {
    .header-style1 .is-fixed .navbar-toggler {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 540px) {
    .header-style1 .main-bar {
        padding-left: 0;
        padding-right: 0
    }

    .header-style1 .logo-header {
        width: 80px
    }

    .header-style1 .header-style1 .navbar-toggler {
        margin-left: 5px
    }

    .header-style1 .extra-nav .extra-cell {
        margin-left: 0;
        padding-left: 10px
    }
}

.header-style1.nav-transparent .is-fixed .color-fill.main-bar {
    background: #f7f7f3
}

.header-style1.nav-transparent .top-bar .social-bx li a:hover {
    color: #ed4c2f
}

.header-style1.nav-transparent .navbar-toggler .icon-bar {
    background-color: #000
}

.header-style1.nav-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

    .header-style1.nav-transparent .top-bar {
        border-bottom: 1px solid rgba(0,0,0,.4);
        min-height: 40px
    }

        .header-style1.nav-transparent .top-bar .social-bx ul {
            margin-bottom: 0;
            display: flex;
            border-right: 1px solid #dcdcdc;
            list-style: none
        }

        .header-style1.nav-transparent .top-bar .social-bx li {
            font-size: 12px;
            margin: 0;
            position: relative
        }

            .header-style1.nav-transparent .top-bar .social-bx li a {
                list-style: none;
                display: block;
                position: relative;
                width: 40px;
                height: 42px;
                line-height: 42px;
                border-left: 1px solid rgba(0,0,0,.4);
                text-align: center
            }

    .header-style1.nav-transparent .main-bar {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0
    }

        .header-style1.nav-transparent .main-bar .container {
            padding: 10px 15px
        }

        .header-style1.nav-transparent .main-bar .header-nav .nav > li > a {
            color: #000
        }

@media only screen and (max-width:991px) {
    .header-style1.nav-transparent .main-bar .header-nav .nav > li > a {
        display: block;
        color: #000
    }

    .header-style1.nav-transparent .main-bar .header-nav.nav-dark .nav > li > a {
        display: block;
        color: #fff
    }

    .header-style1.nav-transparent .main-bar .container {
        padding: 0 15px;
        max-width: 100%
    }

    .header-style1.nav-transparent .top-bar .container {
        max-width: 100%
    }
}

@media only screen and (max-width:540px) {
    .header-style1 .e-p-bx li:last-child {
        display: none
    }

    .header-style1.nav-transparent .top-bar .social-bx li a {
        width: 30px
    }

    .header-style1 .e-p-bx li {
        padding-right: 15px;
        font-size: 14px
    }

        .header-style1 .e-p-bx li:after {
            display: none
        }

    .header-style1 .site-search .form-control, .header-style1 .site-search button {
        height: 40px
    }
}

.header-style1 .sticky-no .main-bar {
    position: static !important
}

.header-style1 .is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0
}

.header-style1 .is-fixed .extra-nav {
    padding: 13px 0
}

.header-style1 .is-fixed .color-fill.main-bar {
    background: #141b1f
}

@media (max-width: 991px) {
    .header-style1.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0;
        transition: all .5s linear;
        background-color: #fff
    }

        .header-style1.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
            transition: none
        }

        .header-style1.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
            transition: none
        }

    .header-style1.mobile-sider-drawer-menu.active .header-nav {
        left: 0%
    }

    .header-style1.mobile-sider-drawer-menu .icon-bar {
        transition: all .5s linear;
        position: relative
    }

    .header-style1.mobile-sider-drawer-menu #mobile-side-drawer {
        position: relative;
        z-index: 1
    }

    .header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translate(3px) translateY(2px)
    }

    .header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translate(3px) translateY(-2px)
    }

    .header-style1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%
    }

    .header-style1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0
    }

    .header-style1.mobile-sider-drawer-menu .is-fixed .header-nav .nav, .header-style1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%
    }
}

.header-style2.site-header {
    position: relative;
    z-index: 999
}

    .header-style2.site-header ul, .header-style2.site-header ol {
        margin-bottom: 0
    }

.header-style2 .extra-nav {
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 9
}

    .header-style2 .extra-nav .extra-cell {
        display: table-cell;
        padding-left: 20px;
        vertical-align: middle
    }

        .header-style2 .extra-nav .extra-cell > a {
            font-size: 18px;
            color: #fff
        }

.header-style2 .logo-header {
    display: table;
    float: left;
    width: 170px;
    height: 70px;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #ed4c2f;
    margin: 0;
    position: relative;
    z-index: 11
}

.header-style2 .logo-header-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

    .header-style2 .logo-header-inner img {
        max-width: 100px;
        max-height: 100%
    }

.header-style2 .e-p-bx {
    padding: 0
}

    .header-style2 .e-p-bx li {
        display: inline;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        position: relative;
        font-family: Barlow Condensed,sans-serif;
        padding-right: 20px;
        margin-right: 10px;
        line-height: 40px
    }

        .header-style2 .e-p-bx li:last-child {
            padding-right: 0;
            margin-right: 0x
        }

        .header-style2 .e-p-bx li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            background-color: #0006;
            height: 100%;
            width: 1px
        }

        .header-style2 .e-p-bx li:last-child:after {
            display: none
        }

        .header-style2 .e-p-bx li span {
            text-transform: uppercase;
            display: inline-block;
            padding-right: 10px;
            font-weight: 600
        }

        .header-style2 .e-p-bx li a {
            color: #000
        }

        .header-style2 .e-p-bx li i {
            margin-right: 5px;
            vertical-align: middle
        }

.header-style2 .social-bx {
    margin: 0;
    border: 1px solid #413d51
}

    .header-style2 .social-bx li {
        font-size: 12px;
        margin: 0;
        position: relative;
        border-right: 1px solid #413d51
    }

        .header-style2 .social-bx li:last-child {
            border-right: 0px
        }

        .header-style2 .social-bx li a {
            position: relative;
            z-index: 1;
            font-size: 10px;
            padding: 0;
            width: 34px;
            text-align: center;
            display: inline-block;
            color: #fff;
            height: 34px;
            line-height: 34px
        }

    .header-style2 .social-bx.text-white li a {
        color: #fff
    }

    .header-style2 .social-bx li a:after {
        content: "";
        position: absolute;
        left: 100%;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 0px;
        z-index: -1;
        background-color: #ed4c2f;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease
    }

    .header-style2 .social-bx li a:hover:after {
        width: 100%;
        left: 0;
        transition: width .3s ease;
        z-index: -1
    }

.header-style2 .main-bar {
    position: relative;
    width: 100%;
    padding: 10px 0;
    transition: all .5s ease
}

    .header-style2 .main-bar:after, .header-style2 .main-bar:after {
        clear: both;
        content: "";
        display: table
    }

.header-style2 .site-search {
    background-color: #ed4c2f;
    box-shadow: -3px 3px #0003;
    transition: all .4s linear
}

    .header-style2 .site-search:hover {
        box-shadow: none
    }

    .header-style2 .site-search .form-control {
        background-color: transparent;
        height: 50px;
        border: none
    }

    .header-style2 .site-search button {
        background-color: transparent;
        color: #fff;
        text-transform: uppercase;
        height: 50px;
        padding: 0 15px;
        font-size: 14px
    }

    .header-style2 .site-search .form-control::-webkit-input-placeholder {
        color: #fff;
        font-size: 14px;
        font-weight: 400
    }

    .header-style2 .site-search .form-control::-moz-placeholder {
        color: #fff;
        font-size: 14px;
        font-weight: 400
    }

    .header-style2 .site-search .form-control:-ms-input-placeholder {
        color: #fff;
        font-size: 14px;
        font-weight: 400
    }

    .header-style2 .site-search .form-control:-moz-placeholder {
        color: #fff;
        font-size: 14px;
        font-weight: 400
    }

.header-style2 .navbar-toggler {
    border: none;
    margin: 24px -10px 24px 15px;
    padding: 12px 10px
}

    .header-style2 .navbar-toggler .icon-bar {
        background: #000;
        height: 3px;
        border-radius: 0;
        display: block;
        width: 22px
    }

        .header-style2 .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px
        }

.header-style2 .navbar-toggler {
    display: none;
    margin-top: 14px;
    margin-bottom: 14px
}

.header-style2 .header-nav {
    position: relative;
    padding: 0;
    z-index: 7
}

    .header-style2 .header-nav .nav {
        float: right;
        display: flex;
        justify-content: flex-end;
        flex-direction: inherit
    }

        .header-style2 .header-nav .nav i {
            font-size: 9px;
            margin-left: 3px;
            margin-top: -3px;
            vertical-align: middle;
            opacity: .7
        }

        .header-style2 .header-nav .nav > li {
            font-weight: 500;
            position: relative;
            text-transform: uppercase;
            margin: -10px 0;
            padding: 10px 0
        }

            .header-style2 .header-nav .nav > li > a {
                border-radius: 0;
                color: #222;
                display: inline-block;
                font-size: 20px;
                padding: 33px 12px;
                cursor: pointer;
                margin: -9px 0;
                font-weight: 500;
                text-transform: capitalize;
                font-family: Barlow Condensed,sans-serif
            }

                .header-style2 .header-nav .nav > li > a:hover {
                    background-color: transparent;
                    color: #212427
                }

                .header-style2 .header-nav .nav > li > a:active, .header-style2 .header-nav .nav > li > a:focus {
                    background-color: transparent
                }

            .header-style2 .header-nav .nav > li.active > a, .header-style2 .header-nav .nav > li.current-menu-item > a {
                background-color: transparent;
                color: #ed4c2f
            }

            .header-style2 .header-nav .nav > li:hover > a {
                color: #ed4c2f
            }

            .header-style2 .header-nav .nav > li:hover > .sub-menu, .header-style2 .header-nav .nav > li:hover > .mega-menu {
                opacity: 1;
                visibility: visible;
                margin-top: 0;
                transition: all .3s ease
            }

            .header-style2 .header-nav .nav > li .sub-menu {
                background-color: #fff;
                border: 1px solid #f4f4f4;
                display: block;
                left: 0;
                top: 100%;
                list-style: none;
                margin: 20px 0 0;
                opacity: 0;
                padding: 0;
                position: absolute;
                visibility: hidden;
                width: 220px;
                z-index: 10
            }

                .header-style2 .header-nav .nav > li .sub-menu li {
                    position: relative;
                    text-transform: none
                }

                    .header-style2 .header-nav .nav > li .sub-menu li a {
                        color: #000;
                        display: block;
                        font-size: 13px;
                        padding: 10px 20px;
                        overflow: hidden;
                        border-left: 0px solid transparent;
                        transition: all .2s linear
                    }

                        .header-style2 .header-nav .nav > li .sub-menu li a:hover {
                            color: #000;
                            text-decoration: none
                        }

                            .header-style2 .header-nav .nav > li .sub-menu li a:hover:after {
                                width: 4px;
                                left: -1px
                            }

                    .header-style2 .header-nav .nav > li .sub-menu li:hover > a {
                        color: #ed4c2f
                    }

                    .header-style2 .header-nav .nav > li .sub-menu li:last-child {
                        border-bottom: 0px
                    }

                    .header-style2 .header-nav .nav > li .sub-menu li .fa {
                        color: #000;
                        display: block;
                        float: right;
                        position: absolute;
                        right: 10px;
                        top: 6px
                    }

                    .header-style2 .header-nav .nav > li .sub-menu li:hover .fa {
                        color: #000
                    }

                    .header-style2 .header-nav .nav > li .sub-menu li > .sub-menu {
                        left: 220px;
                        top: 0;
                        margin: 0 0 0 20px;
                        transition: all .3s ease
                    }

                    .header-style2 .header-nav .nav > li .sub-menu li:hover > .sub-menu {
                        left: 220px;
                        margin: 0;
                        opacity: 1;
                        top: -1px;
                        visibility: visible
                    }

                        .header-style2 .header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
                            background-color: transparent;
                            bottom: 0;
                            content: "";
                            display: block;
                            height: 100%;
                            left: -6px;
                            position: absolute;
                            top: 0;
                            width: 6px
                        }

            .header-style2 .header-nav .nav > li.has-mega-menu {
                position: inherit
            }

            .header-style2 .header-nav .nav > li .mega-menu li a > i {
                font-size: 13px;
                margin-right: 5px;
                min-width: 20px
            }

            .header-style2 .header-nav .nav > li .mega-menu {
                background-color: #fff;
                border: 1px solid #e9e9e9;
                display: table;
                left: 0;
                top: 88px;
                padding: 20px 0;
                list-style: none;
                opacity: 0;
                position: absolute;
                right: 0;
                visibility: hidden;
                width: 100%;
                margin-top: 20px;
                z-index: 10
            }

                .header-style2 .header-nav .nav > li .mega-menu > li {
                    display: table-cell;
                    padding: 10px 0;
                    position: relative;
                    vertical-align: top;
                    width: 25%;
                    text-transform: none
                }

                    .header-style2 .header-nav .nav > li .mega-menu > li:after {
                        content: "";
                        background-color: #ccc6;
                        position: absolute;
                        right: 0;
                        top: 0;
                        display: block;
                        width: 1px;
                        height: 100%
                    }

                    .header-style2 .header-nav .nav > li .mega-menu > li:last-child:after {
                        display: none
                    }

                    .header-style2 .header-nav .nav > li .mega-menu > li > a {
                        color: #000;
                        display: block;
                        font-size: 15px;
                        padding: 0 20px
                    }

                    .header-style2 .header-nav .nav > li .mega-menu > li ul {
                        list-style: none;
                        margin: 10px 0 0;
                        padding: 0
                    }

                        .header-style2 .header-nav .nav > li .mega-menu > li ul a {
                            color: #474747;
                            display: block;
                            font-size: 13px;
                            line-height: 34px;
                            padding: 2px 20px
                        }

                            .header-style2 .header-nav .nav > li .mega-menu > li ul a:hover {
                                color: #ed4c2f;
                                background-color: #f2f2f2
                            }

            .header-style2 .header-nav .nav > li.menu-item-has-children:before {
                content: "\f078";
                display: block;
                font-family: FontAwesome;
                right: 4px;
                position: absolute;
                top: 50%;
                color: #999;
                margin-top: -8px;
                font-size: 8px
            }

            .header-style2 .header-nav .nav > li.submenu-direction .sub-menu {
                left: auto;
                right: 0
            }

                .header-style2 .header-nav .nav > li.submenu-direction .sub-menu li > .sub-menu {
                    left: auto;
                    right: 220px;
                    margin: 0 20px 0 0
                }

                .header-style2 .header-nav .nav > li.submenu-direction .sub-menu li:hover > .sub-menu {
                    left: auto;
                    right: 220px;
                    margin: 0
                }

.header-style2 .has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    display: none
}

.header-style2 .header-nav .has-child li .submenu-toogle {
    opacity: .9
}

.header-style2 .header-nav .has-child.nav-active > a + .submenu-toogle.fa.fa-angle-right:before {
    content: "\f107"
}

.header-style2 .nav-dark.header-nav .nav > li .sub-menu li:hover > a {
    color: #ed4c2f;
    background-color: transparent
}

.header-style2 .nav-dark.header-nav .nav > li .sub-menu li .fa {
    color: #ed4c2f
}

.header-style2 .nav-dark.header-nav .nav > li .sub-menu li:hover .fa {
    color: #ed4c2f
}

.header-style2 .nav-dark.header-nav .nav > li .sub-menu, .header-style2 .nav-dark.header-nav .nav > li .mega-menu {
    background-color: #212121;
    border: 1px solid rgba(0,0,0,.2)
}

    .header-style2 .nav-dark.header-nav .nav > li .sub-menu li:last-child {
        border-bottom: 0px
    }

    .header-style2 .nav-dark.header-nav .nav > li .sub-menu li a, .header-style2 .nav-dark.header-nav .nav > li .mega-menu > li ul a, .header-style2 .nav-dark.header-nav .nav > li .mega-menu > li > a {
        color: #fff
    }

        .header-style2 .nav-dark.header-nav .nav > li .mega-menu > li ul a:hover {
            background-color: transparent;
            color: #ed4c2f
        }

    .header-style2 .nav-dark.header-nav .nav > li .mega-menu > li:after {
        background-color: #0003
    }

@media only screen and (max-width:1200px) {
    .header-style2.site-header .container {
        width: auto
    }
}

@media only screen and (max-width: 991px) {
    .header-style2 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important
    }

    .header-style2 .navbar-collapse.collapse {
        align-items: start
    }

    .header-style2 .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
        width: 100%;
        display: block;
        height: 100%
    }

        .header-style2 .header-nav .nav li {
            float: none;
            width: 100%;
            display: block
        }

        .header-style2 .header-nav .nav i {
            float: right
        }

        .header-style2 .header-nav .nav li .sub-menu > li a {
            padding-left: 30px
        }

        .header-style2 .header-nav .nav li.has-child {
            position: relative
        }

        .header-style2 .header-nav .nav li .sub-menu, .header-style2 .header-nav .nav li .mega-menu {
            opacity: 1;
            margin: 0 !important
        }

        .header-style2 .header-nav .nav i {
            margin-top: 6px
        }

        .header-style2 .header-nav .nav li.has-child.nav-active > a {
            color: #ed4c2f
        }

        .header-style2 .header-nav .nav > li {
            margin: 0;
            padding: 0
        }

            .header-style2 .header-nav .nav > li.active > a, .header-style2 .header-nav .nav > li.current-menu-item > a {
                color: #000
            }

            .header-style2 .header-nav .nav > li > a:hover, .header-style2 .header-nav .nav > li > a:active, .header-style2 .header-nav .nav > li > a:focus {
                background-color: #f0f0f0;
                text-decoration: none
            }

            .header-style2 .header-nav .nav > li > a {
                border-top: 1px solid #E9E9E9;
                color: #777;
                margin: 0;
                padding: 10px 15px;
                font-weight: 600;
                display: block
            }

            .header-style2 .header-nav .nav > li .sub-menu > li, .header-style2 .header-nav .nav > li .mega-menu > li {
                float: none;
                display: block;
                width: auto;
                padding: 0
            }

            .header-style2 .header-nav .nav > li .sub-menu li a {
                font-size: 12px
            }

            .header-style2 .header-nav .nav > li .mega-menu > li:after {
                display: none
            }

            .header-style2 .header-nav .nav > li ul, .header-style2 .header-nav .nav > li .sub-menu, .header-style2 .header-nav .nav > li .mega-menu {
                display: none;
                position: static;
                visibility: visible;
                width: auto;
                background: #f9f9f9
            }

                .header-style2 .header-nav .nav > li ul.mega-menu ul {
                    display: block;
                    margin-bottom: 10px
                }

                .header-style2 .header-nav .nav > li ul.mega-menu li:hover ul {
                    display: block
                }

    .header-style2 .has-child .submenu-toogle {
        display: block
    }

    header .logo {
        display: block;
        padding: 4px 0
    }

    .header-style2 .is-fixed .color-fill .header-nav .nav > li {
        margin: 0;
        padding: 0
    }

        .header-style2 .is-fixed .color-fill .header-nav .nav > li > a {
            margin: 0;
            padding: 10px 15px;
            display: block
        }

    .header-style2 .is-fixed#header-part .navbar-toggler {
        margin: 15px 0
    }

    .logo-header {
        width: 120px
    }

    .header-style2 .nav-dark.header-nav {
        border-bottom: 1px solid rgba(0,0,0,.2)
    }

        .header-style2 .nav-dark.header-nav .nav {
            background-color: #212121
        }

            .header-style2 .nav-dark.header-nav .nav > li > a {
                border-top: 1px solid rgba(0,0,0,.2);
                color: #fff;
                display: block
            }

                .header-style2 .nav-dark.header-nav .nav > li > a:hover, .header-style2 .nav-dark.header-nav .nav > li > a:active, .header-style2 .nav-dark.header-nav .nav > li > a:focus {
                    background-color: #212121;
                    color: #ed4c2f
                }

            .header-style2 .nav-dark.header-nav .nav > li ul, .header-style2 .nav-dark.header-nav .nav > li .sub-menu, .header-style2 .nav-dark.header-nav .nav > li .mega-menu {
                background-color: #212121
            }

            .header-style2 .nav-dark.header-nav .nav > li .sub-menu {
                background-color: #212121
            }

    .header-style2 .nav-dark .has-child .submenu-toogle {
        color: #fff
    }
}

@media only screen and (max-width:768px) {
    .header-style2 .is-fixed .extra-nav {
        padding: 13px 7px
    }

    .header-style2 .main-bar .container {
        max-width: 100%;
        padding: 0 15px
    }
}

@media only screen and (max-width:767px) {
    .header-style2 .is-fixed .extra-nav {
        padding: 13px 0
    }

    .header-style2 .main-bar, .header-style2 .is-fixed .main-bar, .header-style2 .is-fixed .color-fill.main-bar {
        padding: 0
    }
}

@media only screen and (max-width:540px) {
    .header-style2 .is-fixed .navbar-toggler {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 480px) {
    .header-style2 .main-bar {
        padding-left: 0;
        padding-right: 0
    }

    .header-style2 .logo-header {
        width: 100px
    }

    .header-style2 .header-style2 .navbar-toggler {
        margin-left: 5px
    }

    .header-style2 .extra-nav .extra-cell {
        margin-left: 0;
        padding-left: 10px
    }
}

@media only screen and (max-width: 400px) {
    .header-style2 .extra-nav .extra-cell:last-child {
        display: none
    }
}

.header-style2 .is-fixed .color-fill.main-bar {
    background: #242535
}

.header-style2 .navbar-toggler .icon-bar {
    background-color: #fff
}

.header-style2 {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #242535
}

    .header-style2 .top-bar {
        border-bottom: 1px solid rgba(0,0,0,.4)
    }

        .header-style2 .top-bar .social-bx ul {
            margin-bottom: 0;
            display: flex;
            border-right: 1px solid #dcdcdc;
            list-style: none
        }

        .header-style2 .top-bar .social-bx li {
            font-size: 12px;
            margin: 0;
            position: relative
        }

            .header-style2 .top-bar .social-bx li a {
                list-style: none;
                display: block;
                position: relative;
                width: 40px;
                height: 42px;
                line-height: 42px;
                border-left: 1px solid rgba(0,0,0,.4);
                text-align: center
            }

    .header-style2 .main-bar {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0
    }

        .header-style2 .main-bar .container {
            padding: 10px 50px;
            max-width: 100%
        }

        .header-style2 .main-bar .header-nav .nav > li > a {
            color: #fff
        }

@media only screen and (max-width:991px) {
    .header-style2 .main-bar .header-nav .nav > li > a {
        display: block;
        color: #000
    }

    .header-style2 .main-bar .header-nav.nav-dark .nav > li > a {
        display: block;
        color: #fff
    }

    .header-style2 .main-bar .container {
        padding: 0 15px;
        max-width: 100%
    }

    .header-style2 .top-bar .container {
        max-width: 100%
    }
}

@media only screen and (max-width:640px) {
    .header-style2 .top-bar .container .d-flex {
        display: block !important
    }

        .header-style2 .top-bar .container .d-flex .social-bx li {
            display: inline-block;
            padding-bottom: 7px
        }

            .header-style2 .top-bar .container .d-flex .social-bx li a {
                text-align: left
            }
}

.header-style2 .sticky-no .main-bar {
    position: static !important
}

.header-style2 .is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0
}

.header-style2 .is-fixed .extra-nav {
    padding: 13px 0
}

.header-style2 .is-fixed .color-fill.main-bar {
    background: #141b1f
}

@media (max-width: 991px) {
    .header-style2.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0;
        transition: all .5s linear;
        background-color: #fff
    }

        .header-style2.mobile-sider-drawer-menu .header-nav .nav > li:hover > .sub-menu {
            transition: none
        }

        .header-style2.mobile-sider-drawer-menu .header-nav .nav > li .sub-menu li:hover > .sub-menu {
            transition: none
        }

    .header-style2.mobile-sider-drawer-menu.active .header-nav {
        left: 0%
    }

    .header-style2.mobile-sider-drawer-menu .icon-bar {
        transition: all .5s linear;
        position: relative
    }

    .header-style2.mobile-sider-drawer-menu #mobile-side-drawer {
        position: relative
    }

    .header-style2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translate(3px) translateY(2px)
    }

    .header-style2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translate(3px) translateY(-2px)
    }

    .header-style2.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%
    }

    .header-style2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0
    }

    .header-style2.mobile-sider-drawer-menu .is-fixed .header-nav .nav, .header-style2.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%
    }
}

body {
    background-color: #fff;
    font-family: DM Sans,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #777;
    padding: 0;
    margin: 0;
    overflow-x: hidden
}

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

@media only screen and (max-width:767px) {
    body {
        font-size: 14px
    }
}

a {
    color: #000;
    outline: 0 none;
    text-decoration: none
}

    a:hover, a:focus {
        text-decoration: none;
        outline: 0 none
    }

    a:active, a:hover, a:focus {
        color: #ed4c2f
    }

p {
    font-family: DM Sans,sans-serif
}

    p a {
        color: #4c4c4c
    }

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

hr {
    clear: both
}

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

.overflow-hide {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.clear {
    clear: both
}

::selection {
    background: #000;
    color: #fff
}

::-moz-selection {
    background: #000;
    color: #fff
}

::-webkit-selection {
    background: #000;
    color: #fff
}

@media only screen and (max-width:600px) {
    .col-xs-100pc {
        width: 100%
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #000
    }

        h1 a.sx-text-white, h2 a.sx-text-white, h3 a.sx-text-white, h4 a.sx-text-white, h5 a.sx-text-white, h6 a.sx-text-white {
            color: #fff
        }

            h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a.sx-text-white:hover, h2 a.sx-text-white:hover, h3 a.sx-text-white:hover, h4 a.sx-text-white:hover, h5 a.sx-text-white:hover, h6 a.sx-text-white:hover {
                color: #ed4c2f
            }

h1 {
    font-family: Barlow Condensed,sans-serif;
    font-weight: 900;
    font-size: 50px;
    color: #000
}

h2 {
    font-family: Barlow Condensed,sans-serif;
    font-weight: 800;
    font-size: 54px;
    color: #000
}

h3 {
    font-family: Barlow Condensed,sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #000;
    margin-bottom: 30px
}

h4 {
    font-family: Barlow Condensed,sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px
}

h5 {
    font-family: Barlow Condensed,sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px
}

h6 {
    font-family: Barlow Condensed,sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px
}

p {
    line-height: 1.6;
    margin-bottom: 20px
}

strong {
    font-weight: 600
}

.bg-center {
    background-position: center
}

.bg-top-left {
    background-position: top left
}

.bg-top-right {
    background-position: top right
}

.bg-top-center {
    background-position: top center
}

.bg-bottom-left {
    background-position: bottom left
}

.bg-bottom-right {
    background-position: bottom right
}

.bg-bottom-center {
    background-position: bottom center
}

.bg-left-center {
    background-position: left
}

.bg-right-center {
    background-position: right
}

.bg-auto {
    background-size: auto
}

.bg-contain {
    background-size: contain
}

.bg-cover {
    background-size: cover
}

.bg-full-width {
    background-size: 100% auto
}

.bg-full-height {
    background-size: auto 100%
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-repeat-x {
    background-repeat: repeat-x
}

.bg-repeat-y {
    background-repeat: repeat-y
}

.bg-fixed {
    background-attachment: fixed
}

.bg-scroll {
    background-attachment: scroll
}

.contact-info .icon-content p {
    word-break: normal
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

dl, ul, ol {
    list-style-position: outside;
    padding: 0
}

ul, ol {
    margin-bottom: 24px
}

    ul li, ol li {
        padding: 0
    }

dl {
    margin-left: 0;
    margin-bottom: 30px
}

    dl dd, .list-simple li {
        margin-bottom: 10px
    }

        .list-simple li ul {
            margin-left: 15px;
            margin-top: 10px
        }

.list-simple.list-unstyled li ul {
    margin-left: 30px;
    margin-top: 10px
}

.list-circle, .list-angle-right, .list-arrow, .list-check, .list-checked, .list-check-circle, .list-chevron-circle, .list-arrow-circle, .list-times-circle {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

    .list-circle li, .list-angle-right li, .list-arrow li, .list-check li, .list-checked li, .list-check-circle li, .list-chevron-circle li, .list-arrow-circle li, .list-times-circle li {
        padding: 5px 5px 5px 20px;
        position: relative
    }

        .list-circle li:before, .list-angle-right li:before, .list-arrow li:before, .list-check li:before, .list-checked li:before, .list-check-circle li:before, .list-chevron-circle li:before, .list-arrow-circle li:before, .list-times-circle li:before {
            font-family: FontAwesome;
            position: absolute;
            left: 0;
            top: 3px;
            display: block;
            font-size: 15px;
            color: #000
        }

        .list-circle li:before {
            top: 6px;
            font-size: 10px
        }

        .list-circle li:before {
            content: "\f111"
        }

        .list-angle-right li:before {
            content: "\f105"
        }

        .list-arrow li:before {
            content: "\f0da"
        }

        .list-check li:before {
            content: "\f00c"
        }

        .list-checked li:before {
            content: "\f046"
        }

        .list-check-circle li:before {
            content: "\f058"
        }

        .list-chevron-circle li:before {
            content: "\f138"
        }

        .list-arrow-circle li:before {
            content: "\f0a9"
        }

        .list-times-circle li:before {
            content: "\f057"
        }

ul.primary li:before {
    color: #ed4c2f
}

ul.secondry li:before {
    color: #77c04b
}

ul.black li:before {
    color: #000
}

ul.white li:before {
    color: #fff
}

ul.orange li:before {
    color: #f60
}

ul.green li:before {
    color: #0c0
}

ul.red li:before {
    color: #ff3737
}

dl.no-margin, ul.no-margin, ol.no-margin {
    margin: 0 !important;
    list-style: none
}

ol.list-num-count {
    counter-reset: li;
    padding-left: 0
}

    ol.list-num-count > li {
        position: relative;
        margin: 0 0 6px 30px;
        padding: 4px 8px;
        list-style: none
    }

        ol.list-num-count > li:before {
            content: counter(li,decimal);
            counter-increment: li;
            position: absolute;
            top: 0;
            left: -28px;
            width: 28px;
            height: 28px;
            padding: 5px;
            color: #fff;
            background: #000;
            font-weight: 700;
            text-align: center;
            font-size: 12px
        }

    ol.list-num-count.lower-alpha > li:before {
        content: counter(li,lower-alpha)
    }

    ol.list-num-count.upper-alpha > li:before {
        content: counter(li,upper-alpha)
    }

    ol.list-num-count.list-outline > li:before {
        border: 1px solid #000;
        background-color: transparent;
        color: #000
    }

    ol.list-num-count.list-outline-none > li:before {
        background-color: transparent;
        color: #000
    }

.p-a0 {
    padding: 0
}

.p-a5 {
    padding: 5px
}

.p-a10 {
    padding: 10px
}

.p-a15 {
    padding: 15px
}

.p-a20 {
    padding: 20px
}

.p-a25 {
    padding: 25px
}

.p-a30 {
    padding: 30px
}

.p-a40 {
    padding: 40px
}

.p-a50 {
    padding: 50px
}

.p-a60 {
    padding: 60px
}

.p-a70 {
    padding: 70px
}

.p-a80 {
    padding: 80px
}

.p-a90 {
    padding: 90px
}

.p-a100 {
    padding: 100px
}

.p-a110 {
    padding: 110px
}

.p-a120 {
    padding: 120px
}

.p-a130 {
    padding: 130px
}

.p-a140 {
    padding: 140px
}

.p-a150 {
    padding: 150px
}

.p-t0 {
    padding-top: 0
}

.p-t5 {
    padding-top: 5px
}

.p-t10 {
    padding-top: 10px
}

.p-t15 {
    padding-top: 15px
}

.p-t20 {
    padding-top: 20px
}

.p-t30 {
    padding-top: 30px
}

.p-t40 {
    padding-top: 40px
}

.p-t50 {
    padding-top: 50px
}

.p-t60 {
    padding-top: 60px
}

.p-t70 {
    padding-top: 70px
}

.p-t80 {
    padding-top: 80px
}

.p-t90 {
    padding-top: 90px
}

.p-t100 {
    padding-top: 100px
}

.p-t110 {
    padding-top: 110px
}

.p-t120 {
    padding-top: 120px
}

.p-t130 {
    padding-top: 130px
}

.p-t140 {
    padding-top: 140px
}

.p-t150 {
    padding-top: 150px
}

.p-b0 {
    padding-bottom: 0
}

.p-b5 {
    padding-bottom: 5px
}

.p-b10 {
    padding-bottom: 10px
}

.p-b15 {
    padding-bottom: 15px
}

.p-b20 {
    padding-bottom: 20px
}

.p-b30 {
    padding-bottom: 30px
}

.p-b40 {
    padding-bottom: 40px
}

.p-b50 {
    padding-bottom: 50px
}

.p-b60 {
    padding-bottom: 60px
}

.p-b70 {
    padding-bottom: 70px
}

.p-b80 {
    padding-bottom: 80px
}

.p-b90 {
    padding-bottom: 90px
}

.p-b100 {
    padding-bottom: 100px
}

.p-b110 {
    padding-bottom: 110px
}

.p-b120 {
    padding-bottom: 120px
}

.p-b130 {
    padding-bottom: 130px
}

.p-b140 {
    padding-bottom: 140px
}

.p-b150 {
    padding-bottom: 150px
}

.p-l0 {
    padding-left: 0
}

.p-l5 {
    padding-left: 5px
}

.p-l10 {
    padding-left: 10px
}

.p-l15 {
    padding-left: 15px
}

.p-l20 {
    padding-left: 20px
}

.p-l30 {
    padding-left: 30px
}

.p-l40 {
    padding-left: 40px
}

.p-l50 {
    padding-left: 50px
}

.p-l60 {
    padding-left: 60px
}

.p-l70 {
    padding-left: 70px
}

.p-l80 {
    padding-left: 80px
}

.p-l90 {
    padding-left: 90px
}

.p-l100 {
    padding-left: 100px
}

.p-l110 {
    padding-left: 110px
}

.p-l120 {
    padding-left: 120px
}

.p-l130 {
    padding-left: 130px
}

.p-l140 {
    padding-left: 140px
}

.p-l150 {
    padding-left: 150px
}

.p-r0 {
    padding-right: 0
}

.p-r5 {
    padding-right: 5px
}

.p-r10 {
    padding-right: 10px
}

.p-r15 {
    padding-right: 15px
}

.p-r20 {
    padding-right: 20px
}

.p-r30 {
    padding-right: 30px
}

.p-r40 {
    padding-right: 40px
}

.p-r50 {
    padding-right: 50px
}

.p-r60 {
    padding-right: 60px
}

.p-r70 {
    padding-right: 70px
}

.p-r80 {
    padding-right: 80px
}

.p-r90 {
    padding-right: 90px
}

.p-r100 {
    padding-right: 100px
}

.p-r110 {
    padding-right: 110px
}

.p-r120 {
    padding-right: 120px
}

.p-r130 {
    padding-right: 130px
}

.p-r140 {
    padding-right: 140px
}

.p-r150 {
    padding-right: 150px
}

.p-lr0 {
    padding-left: 0;
    padding-right: 0
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px
}

.p-lr120 {
    padding-left: 120px;
    padding-right: 120px
}

.p-lr150 {
    padding-left: 150px;
    padding-right: 150px
}

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px
}

.p-tb120 {
    padding-bottom: 120px;
    padding-top: 120px
}

.p-tb150 {
    padding-bottom: 150px;
    padding-top: 150px
}

.m-a-1 {
    margin: -1px
}

.m-a0 {
    margin: 0
}

.m-a5 {
    margin: 5px
}

.m-a10 {
    margin: 10px
}

.m-a15 {
    margin: 15px
}

.m-a20 {
    margin: 20px
}

.m-a30 {
    margin: 30px
}

.m-a40 {
    margin: 40px
}

.m-a50 {
    margin: 50px
}

.m-a60 {
    margin: 60px
}

.m-a70 {
    margin: 70px
}

.m-a80 {
    margin: 80px
}

.m-a90 {
    margin: 90px
}

.m-a100 {
    margin: 100px
}

.m-a110 {
    margin: 110px
}

.m-a120 {
    margin: 120px
}

.m-a130 {
    margin: 130px
}

.m-a140 {
    margin: 140px
}

.m-a150 {
    margin: 150px
}

.m-t0 {
    margin-top: 0
}

.m-t5 {
    margin-top: 5px
}

.m-t10 {
    margin-top: 10px
}

.m-t15 {
    margin-top: 15px
}

.m-t20 {
    margin-top: 20px
}

.m-t30 {
    margin-top: 30px
}

.m-t40 {
    margin-top: 40px
}

.m-t50 {
    margin-top: 50px
}

.m-t60 {
    margin-top: 60px
}

.m-t70 {
    margin-top: 70px
}

.m-t80 {
    margin-top: 80px
}

.m-t90 {
    margin-top: 90px
}

.m-t100 {
    margin-top: 100px
}

.m-t110 {
    margin-top: 110px
}

.m-t120 {
    margin-top: 120px
}

.m-t130 {
    margin-top: 130px
}

.m-t140 {
    margin-top: 140px
}

.m-t150 {
    margin-top: 150px
}

.m-b0 {
    margin-bottom: 0
}

.m-b5 {
    margin-bottom: 5px
}

.m-b10 {
    margin-bottom: 10px
}

.m-b15 {
    margin-bottom: 15px
}

.m-b20 {
    margin-bottom: 20px
}

.m-b30 {
    margin-bottom: 30px
}

.m-b40 {
    margin-bottom: 40px
}

.m-b50 {
    margin-bottom: 50px
}

.m-b60 {
    margin-bottom: 60px
}

.m-b70 {
    margin-bottom: 70px
}

.m-b80 {
    margin-bottom: 80px
}

.m-b90 {
    margin-bottom: 90px
}

.m-b100 {
    margin-bottom: 100px
}

.m-b110 {
    margin-bottom: 110px
}

.m-b120 {
    margin-bottom: 120px
}

.m-b130 {
    margin-bottom: 130px
}

.m-b140 {
    margin-bottom: 140px
}

.m-b150 {
    margin-bottom: 150px
}

.m-l0 {
    margin-left: 0
}

.m-l5 {
    margin-left: 5px
}

.m-l10 {
    margin-left: 10px
}

.m-l15 {
    margin-left: 15px
}

.m-l20 {
    margin-left: 20px
}

.m-l30 {
    margin-left: 30px
}

.m-l40 {
    margin-left: 40px
}

.m-l50 {
    margin-left: 50px
}

.m-l60 {
    margin-left: 60px
}

.m-l70 {
    margin-left: 70px
}

.m-l80 {
    margin-left: 80px
}

.m-l90 {
    margin-left: 90px
}

.m-l100 {
    margin-left: 100px
}

.m-l110 {
    margin-left: 110px
}

.m-l120 {
    margin-left: 120px
}

.m-l130 {
    margin-left: 130px
}

.m-l140 {
    margin-left: 140px
}

.m-l150 {
    margin-left: 150px
}

.m-r0 {
    margin-right: 0
}

.m-r5 {
    margin-right: 5px
}

.m-r10 {
    margin-right: 10px
}

.m-r15 {
    margin-right: 15px
}

.m-r20 {
    margin-right: 20px
}

.m-r30 {
    margin-right: 30px
}

.m-r40 {
    margin-right: 40px
}

.m-r50 {
    margin-right: 50px
}

.m-r60 {
    margin-right: 60px
}

.m-r70 {
    margin-right: 70px
}

.m-r80 {
    margin-right: 80px
}

.m-r90 {
    margin-right: 90px
}

.m-r100 {
    margin-right: 100px
}

.m-r110 {
    margin-right: 110px
}

.m-r120 {
    margin-right: 120px
}

.m-r130 {
    margin-right: 130px
}

.m-r140 {
    margin-right: 140px
}

.m-r150 {
    margin-right: 150px
}

.m-lr0 {
    margin-left: 0;
    margin-right: 0
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px
}

.m-lr120 {
    margin-left: 120px;
    margin-right: 120px
}

.m-lr150 {
    margin-left: 150px;
    margin-right: 150px
}

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px
}

.m-tb120 {
    margin-bottom: 120px;
    margin-top: 120px
}

.m-tb150 {
    margin-bottom: 150px;
    margin-top: 150px
}

.no-col-gap [class*=col-xs-], .no-col-gap [class*=col-sm-], .no-col-gap [class*=col-md-], .no-col-gap [class*=col-lg-] {
    padding-left: 0;
    padding-right: 0
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.static {
    position: static
}

.sx-text-primary {
    color: #ed4c2f
}

.sx-text-secondry {
    color: #222
}

.sx-text-black {
    color: #000
}

.sx-dark-one {
    background-color: #343243
}

.sx-dark-two {
    background-color: #242535
}

.bg-transparent {
    background-color: transparent
}

.sx-bg-primary {
    background-color: #ed4c2f
}

.sx-bg-secondry, .sx-bg-black {
    background-color: #000
}

.sx-bg-light {
    background-color: #fcf9f0
}

.sx-bg-white {
    background-color: #fff
}

.bg-dark {
    background-color: #141414
}

.bg-dark-light {
    background-color: #2a2a2a
}

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

.bg-black {
    background-color: #000
}

.bg-black-light {
    background-color: #212121
}

.bg-gray {
    background-color: #eef1f2
}

.bg-gray-light {
    background-color: #f9f9f9
}

.bg-gray-dark {
    background-color: #d3d3d3
}

.bg-red {
    background-color: #fb5455
}

.overlay-wraper {
    position: relative
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5
}

.opacity-0 {
    opacity: 0
}

.opacity-01 {
    opacity: .1
}

.opacity-02 {
    opacity: .2
}

.opacity-03 {
    opacity: .3
}

.opacity-04 {
    opacity: .4
}

.opacity-05 {
    opacity: .5
}

.opacity-06 {
    opacity: .6
}

.opacity-07 {
    opacity: .7
}

.opacity-08 {
    opacity: .8
}

.opacity-09 {
    opacity: .9
}

.overlay-light .overlay-main {
    opacity: .3
}

.overlay-dark .overlay-main {
    opacity: .9
}

.overlay-wraper > .container, .overlay-wraper > .container-fluid, .overlay-wraper > .sx-icon-box-wraper {
    position: relative;
    z-index: 1
}

.rounded-bx, .sx-box, .sx-icon-box, .sx-icon-box-small, .sx-thum-bx, .sx-post-thum {
    position: relative
}

    .sx-box.no-margin {
        margin-bottom: 0
    }

.sx-icon-box-xld, .sx-icon-box-xl, .sx-icon-box-lg, .sx-icon-box-md, .sx-icon-box-sm, .sx-icon-box-xs {
    display: inline-block;
    text-align: center
}

.sx-icon-box-xld {
    width: 180px;
    height: 180px
}

.sx-icon-box-xl {
    width: 150px;
    height: 150px
}

.sx-icon-box-lg {
    width: 120px;
    height: 120px
}

.sx-icon-box-md {
    width: 100px;
    height: 100px
}

.sx-icon-box-sm {
    width: 80px;
    height: 80px
}

.sx-icon-box-xs {
    width: 40px;
    height: 40px
}

    .sx-icon-box-xld.radius, .sx-icon-box-xl.radius, .sx-icon-box-lg.radius, .sx-icon-box-md.radius, .sx-icon-box-sm.radius, .sx-icon-box-xs.radius {
        border-radius: 100%
    }

    .sx-icon-box-xld i, .sx-icon-box-xl i, .sx-icon-box-lg i, .sx-icon-box-md i, .sx-icon-box-sm i, .sx-icon-box-xs i {
        vertical-align: middle
    }

.sx-icon-box-xld i {
    font-size: 100px
}

.sx-icon-box-xl i {
    font-size: 80px
}

.sx-icon-box-lg i {
    font-size: 60px
}

.sx-icon-box-md i {
    font-size: 45px
}

.sx-icon-box-sm i {
    font-size: 30px
}

.sx-icon-box-xs i {
    font-size: 20px
}

.sx-icon-box-xld img, .sx-icon-box-xl img, .sx-icon-box-lg img, .sx-icon-box-md img, .sx-icon-box-sm img, .sx-icon-box-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto
}

.sx-icon-box-xld img {
    height: 90px
}

.sx-icon-box-xl img {
    height: 80px
}

.sx-icon-box-lg img {
    height: 55px
}

.sx-icon-box-md img {
    height: 40px
}

.sx-icon-box-sm img {
    height: 30px
}

.sx-icon-box-xs img {
    height: 20px
}

.icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
    display: inline-block;
    text-align: center
}

    .icon-xld i, .icon-xl i, .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
        vertical-align: middle
    }

.icon-xld {
    width: 100px
}

    .icon-xld i {
        font-size: 80px;
        line-height: 80px
    }

    .icon-xld.inline-icon {
        width: auto
    }

.icon-xl {
    width: 80px
}

    .icon-xl i {
        font-size: 60px;
        line-height: 60px
    }

    .icon-xl.inline-icon {
        width: auto
    }

.icon-lg {
    width: 65px
}

    .icon-lg i {
        font-size: 55px;
        line-height: 55px
    }

    .icon-lg.inline-icon {
        width: auto
    }

.icon-md {
    width: 60px
}

    .icon-md i {
        font-size: 45px
    }

    .icon-md.inline-icon {
        width: auto
    }

.icon-sm {
    width: 40px
}

    .icon-sm i {
        font-size: 30px
    }

    .icon-sm.inline-icon {
        width: auto
    }

.icon-xs {
    width: 30px
}

    .icon-xs i {
        font-size: 20px
    }

    .icon-xs.inline-icon {
        width: auto
    }

    .icon-xld img, .icon-xl img, .icon-lg img, .icon-md img, .icon-sm img, .icon-xs img {
        vertical-align: middle;
        max-width: 100%;
        width: auto
    }

.icon-xld img {
    height: 90px
}

.icon-xl img {
    height: 80px
}

.icon-lg img {
    height: 70px
}

.icon-md img {
    height: 60px
}

.icon-sm img {
    height: 30px
}

.icon-xs img {
    height: 20px
}

.about-types .sx-icon-box-wraper {
    border-width: 0px 0px 0px 3px
}

.sx-icon-box-wraper {
    position: relative
}

    .sx-icon-box-wraper .sx-tilte {
        margin-top: 0
    }

    .sx-icon-box-wraper .after-titile-line {
        margin-bottom: 10px
    }

    .sx-icon-box-wraper p:last-child {
        margin: 0
    }

.icon-content {
    overflow: hidden
}

.sx-icon-box-xld, .sx-icon-box-xl, .sx-icon-box-lg, .sx-icon-box-md, .sx-icon-box-sm, .sx-icon-box-xs {
    display: table
}

    .sx-icon-box-xld .icon-cell, .sx-icon-box-xl .icon-cell, .sx-icon-box-lg .icon-cell, .sx-icon-box-md .icon-cell, .sx-icon-box-sm .icon-cell, .sx-icon-box-xs .icon-cell {
        display: table-cell;
        vertical-align: middle
    }

.sx-icon-box-wraper.left .sx-icon-box-xld, .sx-icon-box-wraper.left .sx-icon-box-xl, .sx-icon-box-wraper.left .sx-icon-box-lg, .sx-icon-box-wraper.left .sx-icon-box-md, .sx-icon-box-wraper.left .sx-icon-box-sm, .sx-icon-box-wraper.left .sx-icon-box-xs {
    float: left;
    margin-right: 20px
}

.sx-icon-box-wraper.left .icon-xld, .sx-icon-box-wraper.left .icon-xl, .sx-icon-box-wraper.left .icon-lg, .sx-icon-box-wraper.left .icon-md, .sx-icon-box-wraper.left .icon-sm, .sx-icon-box-wraper.left .icon-xs {
    float: left;
    margin-right: 10px
}

.sx-icon-box-wraper.right {
    text-align: right
}

    .sx-icon-box-wraper.right .sx-icon-box-xld, .sx-icon-box-wraper.right .sx-icon-box-xl, .sx-icon-box-wraper.right .sx-icon-box-lg, .sx-icon-box-wraper.right .sx-icon-box-md, .sx-icon-box-wraper.right .sx-icon-box-sm, .sx-icon-box-wraper.right .sx-icon-box-xs {
        float: right;
        display: table;
        margin-left: 20px
    }

    .sx-icon-box-wraper.right .icon-xld, .sx-icon-box-wraper.right .icon-xl, .sx-icon-box-wraper.right .icon-lg, .sx-icon-box-wraper.right .icon-md, .sx-icon-box-wraper.right .icon-sm, .sx-icon-box-wraper.right .icon-xs {
        float: right;
        margin-left: 10px
    }

.sx-icon-box-wraper.center {
    text-align: center
}

    .sx-icon-box-wraper.center .sx-icon-box-xld, .sx-icon-box-wraper.center .sx-icon-box-xl, .sx-icon-box-wraper.center .sx-icon-box-lg, .sx-icon-box-wraper.center .sx-icon-box-md, .sx-icon-box-wraper.center .sx-icon-box-sm, .sx-icon-box-wraper.center .sx-icon-box-xs {
        margin-left: auto;
        margin-right: auto
    }

.sx-thum-bx img, .sx-post-thum img {
    width: 100%;
    height: auto
}

.yt-thum-box {
    max-height: 270px
}

.sx-img-overlay1 {
    position: relative
}

    .sx-img-overlay1:before, .sx-img-overlay1:after {
        content: "";
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        opacity: .4;
        z-index: 0;
        transition: all .3s linear
    }

    .sx-img-overlay1:before {
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .sx-img-overlay1:hover:before, .sx-box:hover .sx-img-overlay1:before {
        opacity: .5
    }

.btn {
    padding-top: 9px;
    padding-bottom: 9px
}

.site-button, .site-button-secondry {
    position: relative;
    padding: 15px;
    letter-spacing: 4px;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    font-family: Barlow Condensed,sans-serif;
    text-transform: uppercase;
    border: 3px solid transparent
}

    .site-button.outline, .site-button-secondry.outline {
        background: none;
        color: #000;
        border: 3px solid #000;
        padding-right: 60px;
        position: relative
    }

        .site-button.outline span, .site-button-secondry.outline span {
            width: 30px;
            height: 3px;
            right: 20px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%)
        }

@media only screen and (max-width:768px) {
    .site-button, .site-button-secondry {
        padding: 10px;
        letter-spacing: 3px;
        font-size: 12px
    }
}

.rev-btn .site-button, .rev-btn .site-button-secondry {
    letter-spacing: 10px !important
}

@media only screen and (max-width:480px) {
    .rev-btn .site-button, .rev-btn .site-button-secondry {
        letter-spacing: 0px !important;
        font-size: 14px !important
    }
}

.site-button {
    background-color: #ed4c2f;
    color: #fff
}

    .site-button:active, .site-button:hover, .site-button:focus, .active > .site-button {
        background-color: #ed4c2f;
        color: #fff
    }

    .site-button:hover {
        background-color: #222;
        color: #fff
    }

.site-button-secondry {
    background-color: #000;
    color: #fff
}

    .site-button-secondry:active, .site-button-secondry:hover, .site-button-secondry:focus, .active > .site-button-secondry {
        background-color: #222;
        color: #fff
    }

.mfp-video.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: -25px;
    color: #fff;
    display: block;
    z-index: 10;
    font-size: 14px;
    border-radius: 8px
}

    .mfp-video.video-play-btn:hover {
        background-color: #000;
        color: #fff;
        border: 1px solid transparent
    }

    .mfp-video.video-play-btn i {
        margin-right: -5px
    }

.site-button.text-uppercase {
    text-transform: uppercase
}

.button-sm {
    padding: 5px 10px;
    font-size: 12px
}

.button-lg {
    padding: 10px 20px;
    font-size: 16px
}

.button-xl {
    padding: 30px 50px;
    font-size: 24px
}

.radius-no {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.radius-sm {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px
}

.radius-bx {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%
}

.site-button.white {
    background-color: #fff;
    color: #777
}

    .site-button.white:hover, .site-button.white:active, .site-button.white:focus {
        background-color: #f4f4f4;
        color: #555
    }

.site-button.outline {
    color: #888;
    background: none;
    border-width: 2px;
    border-style: solid;
    border-color: #eee
}

    .site-button.outline.white {
        color: #e7e7e7;
        border-color: #e7e7e7
    }

        .site-button.outline.white:hover {
            color: #666
        }

    .site-button.outline.black {
        color: #171717;
        border-color: #171717
    }

.site-button-link {
    display: inline-block;
    position: relative;
    padding-left: 0;
    padding-top: 6px;
    font-size: 16px;
    z-index: 1;
    text-transform: uppercase;
    font-family: Barlow Condensed,sans-serif;
    letter-spacing: 4px;
    font-weight: 600
}

    .site-button-link i {
        display: inline-block;
        margin: -4px 0 0 5px;
        font-size: 16px;
        vertical-align: middle;
        line-height: 24px
    }

    .site-button-link:before {
        content: "";
        left: 0;
        top: 0;
        height: 1px;
        background-color: #000;
        width: 100%;
        position: absolute;
        z-index: -1;
        transition: all .5s linear
    }

    .site-button-link:after {
        content: "";
        left: 0;
        top: -1px;
        height: 3px;
        background-color: #ed4c2f;
        width: 75%;
        position: absolute;
        z-index: -1;
        transition: all .5s linear
    }

    .site-button-link:hover:after {
        width: 100%
    }

    .site-button-link.white {
        color: #e7e7e7
    }

        .site-button-link.white:hover, .site-button-link.white:active, .site-button-link.white:focus {
            color: #ccc
        }

    .site-button-link.black {
        color: #171717
    }

        .site-button-link.black:hover, .site-button-link.black:active, .site-button-link.black:focus {
            color: #000
        }

.masonry-filter {
    display: table;
    margin-bottom: 0
}

    .masonry-filter > li {
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 20px;
        position: relative
    }

        .masonry-filter > li a {
            color: #000;
            font-size: 14px;
            font-weight: 600
        }

            .masonry-filter > li.active a, .masonry-filter > li a:hover, .masonry-filter > li a:active, .masonry-filter > li a:focus {
                color: #ed4c2f
            }

@media only screen and (max-width: 600px) {
    .masonry-filter > li {
        margin-bottom: 10px
    }
}

.filter-wrap.right > .masonry-filter {
    float: right
}

@media only screen and (max-width:991px) {
    .filter-wrap.right > .masonry-filter {
        float: none
    }
}

.filter-wrap.center > .masonry-filter {
    margin-left: auto;
    margin-right: auto
}

.masonry-filter.link-style > li a {
    font-size: 14px
}

.masonry-filter.link-style > li:after {
    content: "|";
    position: relative;
    opacity: .3
}

.masonry-filter.link-style.white > li:after {
    color: #fff
}

.masonry-filter.link-style > li:last-child:after {
    display: none
}

.masonry-filter.link-style.white > li a {
    color: #fff
}

btn-half {
    cursor: pointer;
    z-index: 0;
    display: inline-block;
    position: relative
}

.btn-half span {
    color: #000;
    display: block;
    padding-left: 0%;
    text-transform: uppercase;
    font-weight: 600;
    transform: scaleX(.9);
    transform-origin: center center;
    transition: color .3s ease;
    position: relative;
    z-index: 1
}

.btn-half.site-button span {
    color: #000
}

.btn-half.site-button-secondry span {
    color: #fff
}

.btn-half:before, .btn-half:after {
    content: "";
    background-color: #fff3;
    height: 50%;
    width: 0;
    position: absolute;
    transition: .3s cubic-bezier(.785,.135,.15,.86)
}

.btn-half:before {
    top: 0;
    left: 0;
    right: auto
}

.btn-half:after {
    bottom: 0;
    right: 0;
    left: auto
}

.btn-half.site-button:hover {
    background-color: #000
}

.btn-half:hover:before {
    width: 100%;
    right: 0;
    left: auto
}

.btn-half:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

.btn-half:hover span {
    color: #fff
}

.sx-separator {
    position: relative;
    z-index: 1
}

    .sx-separator:after {
        position: absolute;
        content: attr(data-title);
        color: #d2d2d24d;
        font-weight: 900;
        font-size: 100px;
        line-height: 100px;
        text-transform: uppercase;
        top: -12px;
        left: 0;
        width: 100%;
        z-index: -1;
        font-family: Roboto,sans-serif
    }

    .sx-separator:before {
        position: absolute;
        content: "";
        background-color: #ed4c2f;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 2px;
        width: 30px;
        z-index: 0;
        margin-top: 0
    }

@media only screen and (max-width: 767px) {
    .sx-separator:before {
        width: 20px
    }

    .sx-separator:after {
        font-size: 60px;
        line-height: 70px;
        top: -12px
    }
}

@media only screen and (max-width: 540px) {
    .sx-separator:after {
        font-size: 40px;
        line-height: 70px;
        top: -12px
    }
}

.sx-separator-outer {
    overflow: hidden
}

    .sx-separator-outer.when-bg-dark .sep-line-one {
        color: #fff
    }

.sx-separator {
    margin-top: 0;
    transition: all .5s linear
}

.sx-separator-outer.separator-center {
    text-align: center;
    overflow: visible
}

.section-head .sx-separator-outer.separator-center .sep-line-one {
    padding: 90px 0 0
}

@media only screen and (max-width:767px) {
    .section-head .sx-separator-outer.separator-center .sep-line-one {
        padding: 70px 0 0
    }
}

.section-head-two {
    position: relative
}

    .section-head-two:before {
        position: absolute;
        content: "";
        background-color: #ed4c2f;
        top: -6px;
        left: 0;
        height: 4px;
        width: 50px;
        z-index: 0;
        margin-top: 0;
        transform: translateY(-50%)
    }

    .section-head-two.center {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6px;
        text-align: center
    }

        .section-head-two.center:before {
            left: 50%;
            transform: translate(-50%);
            top: -6px
        }

        .section-head-two.center .sx-title-two {
            margin-bottom: 60px
        }

    .section-head-two.when-bg-dark .sx-title-two {
        color: #fff
    }

    .section-head-two.left {
        text-align: left;
        max-width: 620px;
        margin-top: 9px
    }

        .section-head-two.left .sx-title-two {
            margin-bottom: 35px
        }

.large-title .section-head-two.left {
    max-width: 100%
}

.sx-separator-outer.separator-center .sx-separator:after {
    top: -0px
}

.sx-separator-outer.separator-center .sx-separator:before {
    top: 50px;
    margin-left: -60px;
    left: 50%
}

@media only screen and (max-width: 768px) {
    .sx-separator h1, .sx-separator h2, .sx-separator h3 {
        font-size: 24px;
        margin-bottom: 0
    }

    .section-head-two.center .sx-title-two, .section-head-two.left .sx-title-two {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .sx-separator-outer.separator-center .sx-separator:before {
        top: 35px;
        margin-left: -40px;
        width: 20px
    }
}

.section-head {
    margin-bottom: 0
}

    .section-head p {
        margin-bottom: 30px
    }

    .section-head.no-margin {
        margin-bottom: 0
    }

    .section-head h1, .section-head h2, .section-head h3 {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 18px 0 0 130px
    }

.text-center.section-head p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 767px) {
    .section-head h1, .section-head h2, .section-head h3 {
        padding: 10px 0 9px 90px
    }
}

@media only screen and (max-width: 540px) {
    .section-head h1, .section-head h2, .section-head h3 {
        padding: 10px 0 9px 55px
    }
}

.sx-tabs:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

@media only screen and (max-width: 767px) {
    .sx-tabs .nav-tabs > li {
        float: none
    }
}

.sx-tabs p:last-child {
    margin-bottom: 0
}

.sx-tabs .tab-pane {
    padding: 20px 0
}

.sx-tabs .nav-tabs > li > a {
    color: #000;
    font-size: 12px;
    padding: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0px;
    border-bottom: 3px solid transparent
}

.sx-tabs .nav-tabs > li.active > a, .sx-tabs .nav-tabs > li.active > a:focus, .sx-tabs .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border-bottom: 3px solid #000;
    color: #000
}

.sx-tabs .nav > li > a:focus, .sx-tabs .nav > li > a:hover {
    background-color: transparent;
    border: 0px
}

.sx-tabs .nav li a:hover {
    border: 1px
}

.sx-tabs .nav-tabs > li > a i {
    margin-right: 5px
}

.sx-tabs.tabs-default.has-bg .nav-tabs > li > a {
    color: #fff
}

.sx-tabs.tabs-default.has-bg .nav-tabs > li.active > a, .sx-tabs.tabs-default.has-bg .nav-tabs > li.active > a:focus, .sx-tabs.tabs-default.has-bg .nav-tabs > li.active > a:hover {
    color: #000;
    border-color: #ddd #ddd #fff
}

.sx-tabs.tabs-default.has-bg .tab-pane {
    color: #fff
}

.sx-accordion .sx-panel {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

    .sx-accordion .sx-panel:last-child {
        margin-bottom: 0
    }

.acod-head {
    position: relative
}

.acod-title {
    margin-top: 0;
    margin-bottom: 0
}

    .acod-title a {
        position: relative;
        z-index: 1;
        overflow: hidden
    }

.acod-head .fa {
    margin-right: 5px
}

.acod-head a {
    display: block;
    padding: 15px 50px 15px 15px;
    font-weight: 600
}

    .acod-head a, .acod-head a:hover, .acod-head a:active, .acod-head a:focus {
        color: #000
    }

.acod-body {
    color: #777
}

.acod-head .indicator {
    padding: 15px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

    .acod-head .indicator .fa {
        position: relative;
        font-size: 16px
    }

.acod-content p:last-child {
    margin-bottom: 0
}

.acc-bg-dark .acod-head .indicator .fa:after, .acc-bg-dark .acod-head .indicator .fa:before {
    color: #000
}

.acod-head.acc-actives .indicator .fa:before, .acod-head [aria-expanded=false] .indicator .fa:before {
    content: "\f105";
    font-family: FontAwesome
}

.acod-head.acc-actives .indicator .fa:before, .acod-head [aria-expanded=true] .indicator .fa:before {
    font-family: FontAwesome;
    content: "\f107"
}

.acod-head .collapsed .indicator .fa:before, .acod-head .collapsed [aria-expanded=false] .indicator .fa:before {
    content: "\f105";
    font-family: FontAwesome
}

.acod-head .indicator .fa:before, .acod-head [aria-expanded=true] .indicator .fa:before {
    font-family: FontAwesome;
    content: "\f107"
}

.acc-default .acod-title a {
    padding: 5px 30px 5px 20px;
    border-bottom: 1px solid #ececec;
    position: relativel
}

    .acc-default .acod-title a i {
        position: absolute;
        left: 0;
        top: 5px
    }

.acc-default .acod-head .indicator {
    padding: 0
}

.acc-default.acc-has-bg .acod-head a, .acc-default.acc-has-bg .acod-head a:hover, .acc-default.acc-has-bg .acod-head a:active, .acc-default.acc-has-bg .acod-head a:focus, .acc-default.acc-has-bg .acod-head .indicator, .acc-default.acc-has-bg .acod-body {
    color: #fff
}

.acc-dotted .acod-title a {
    border-style: dashed;
    border-color: #000;
    border-width: 1px 0px 0px 0px;
    padding: 20px 50px 20px 20px
}

.acc-dotted .wt-panel .acod-content {
    border: 0px solid #ddd;
    border-bottom: 1px solid transparent;
    padding: 15px
}

.acc-outline .acod-title a {
    border: 1px solid #ddd;
    border-bottom: 0px
}

.acc-outline .wt-panel .acod-content {
    border: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    padding: 15px
}

.acc-outline .wt-panel:last-child .acod-title a {
    border: 1px solid #ddd
}

.acc-outline .wt-panel:last-child .acod-content {
    border: 1px solid #ddd;
    border-top: 1px solid transparent
}

.acc-outline.acc-has-bg .acod-head a, .acc-outline.acc-has-bg .acod-head a:hover, .acc-outline.acc-has-bg .acod-head a:active, .acc-outline.acc-has-bg .acod-head a:focus, .acc-outline.acc-has-bg .acod-head .indicator, .acc-outline.acc-has-bg .acod-body {
    color: #fff
}

.acc-bg-primary a {
    background-color: #ed4c2f
}

.acc-bg-primary .acod-head a, .acc-bg-primary .acod-head a:hover, .acc-bg-primary .acod-head a:active, .acc-bg-primary .acod-head a:focus {
    color: #fff
}

.acc-bg-primary .acod-head .indicator, .acc-bg-primary.acc-has-bg .acod-body {
    color: #fff
}

.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px
}

.client-logo-media img {
    max-width: 100% !important;
    margin: 0 auto !important;
    width: 50% !important
}

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block
}

.quote-left, .quote-right {
    position: relative
}

    .quote-left:before, .quote-right:after {
        font-family: FontAwesome;
        position: absolute;
        z-index: 10;
        top: 15px
    }

    .quote-left:before {
        content: "\f10d";
        left: 0
    }

    .quote-right:after {
        content: "\f10e";
        left: auto;
        right: 0
    }

.testimonial-text {
    padding: 15px;
    position: relative
}

    .testimonial-text p:last-child {
        margin: 0
    }

.testimonial-detail {
    padding: 5px
}

.testimonial-name, .testimonial-position {
    display: block
}

.testimonial-text p {
    margin: 0
}

.testimonial-home {
    position: relative
}

    .testimonial-home .owl-nav {
        position: absolute;
        right: 15px;
        bottom: 15px
    }

    .testimonial-home .owl-prev, .testimonial-home .owl-next {
        background-color: #eaeaea;
        color: #000 !important;
        padding: 8px 10px;
        width: 35px;
        height: 35px;
        text-align: center;
        font-size: 13px;
        display: inline-block;
        cursor: pointer;
        outline: none !important;
        font-weight: 700 !important
    }

        .testimonial-home .owl-prev:hover, .testimonial-home.owl-prev:active, .testimonial-home .owl-prev:focus, .testimonial-home .owl-next:hover, .testimonial-home .owl-next:active, .testimonial-home .owl-next:focus {
            background-color: #ed4c2f !important;
            border-color: #ed4c2f !important;
            color: #fff !important;
            opacity: 1
        }

.textimonial-left-media {
    position: absolute;
    margin-right: -150px;
    height: 100%;
    inset: 0 0 0 15px
}

    .textimonial-left-media .sx-media img {
        width: 100%
    }

.testimonial-home .testimonial-2 {
    margin: 60px 60px 60px 25px
}

.testimonial-2 {
    position: relative;
    padding: 50px;
    margin-bottom: 30px
}

    .testimonial-2 .testimonial-text {
        background-color: #fff;
        padding: 0
    }

    .testimonial-2 .testimonial-quote {
        font-size: 90px;
        line-height: 76px;
        display: block;
        margin-bottom: 40px
    }

    .testimonial-2 .testimonial-text p {
        margin-bottom: 40px;
        color: #000;
        font-size: 18px
    }

        .testimonial-2 .testimonial-text p:last-child {
            margin-bottom: 40px;
            color: #000;
            font-size: 18px
        }

    .testimonial-2 .fa-quote-right {
        position: absolute;
        right: 15px;
        top: 0;
        font-size: 70px;
        color: #ed4c2f
    }

    .testimonial-2 .testimonial-detail {
        padding: 0;
        display: flex;
        justify-content: start;
        align-items: center
    }

    .testimonial-2 .testimonial-pic {
        float: left;
        margin-right: 15px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden
    }

    .testimonial-2 .testimonial-name {
        color: #000;
        margin-bottom: 5px
    }

    .testimonial-2 .testimonial-position {
        font-size: 14px;
        font-weight: 500
    }

    .testimonial-2 .quote-left:before {
        top: 50px
    }

    .testimonial-2.testimonial-bg .testimonial-name, .testimonial-2.testimonial-bg .testimonial-position {
        color: #ed4c2f
    }

@media only screen and (max-width:991px) {
    .textimonial-left-media {
        position: inherit;
        left: auto;
        right: auto;
        margin-right: 0;
        min-height: 500px;
        background-position: center
    }

    .testimonial-home .testimonial-2 {
        margin: 30px 0 60px
    }
}

@media only screen and (max-width:768px) {
    .testimonial-2.no-bg-testimonial {
        margin: 0;
        border: 1px solid #f0f0f0
    }

    .testimonial-2 {
        margin: 0
    }
}

@media only screen and (max-width:576px) {
    .testimonial-2 .fa-quote-right {
        position: inherit;
        right: inherit;
        top: inherit;
        font-size: 22px;
        padding-top: 12px
    }

    .testimonial-2 {
        padding: 40px
    }

        .testimonial-2 .testimonial-quote {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 10px
        }
}

@media only screen and (max-width:480px) {
    .testimonial-2 .testimonial-text p:last-child {
        margin-bottom: 20px;
        color: #000;
        font-size: 18px
    }

    .testimonial-2 .testimonial-pic {
        float: none;
        clear: both;
        margin-right: 0;
        margin-bottom: 8px
    }

    .testimonial-2 .testimonial-detail {
        text-align: center;
        display: block
    }

    .testimonial-2 .testimonial-text {
        text-align: center
    }

    .textimonial-left-media {
        min-height: 300px
    }

    .testimonial-home .testimonial-2 {
        margin: 30px 0 60px
    }
}

@media only screen and (max-width:380px) {
    .testimonial-2 .testimonial-text p:last-child {
        font-size: 14px
    }
}

.pricingtable-wrapper {
    border: 1px dashed #000;
    padding: 30px
}

.pricingtable-inner {
    text-align: left
}

.pricingtable-price {
    padding: 10px 0
}

.pricingtable-bx {
    font-size: 70px;
    color: #000;
    font-weight: 700
}

.pricingtable-type {
    font-size: 20px;
    text-transform: uppercase
}

@media only screen and (max-width:991px) {
    .pricingtable-bx {
        font-size: 48px
    }

    .pricingtable-type {
        font-size: 12px
    }

    .pricingtable-wrapper {
        padding: 20px
    }

    .pricingtable-price {
        padding: 10px 0 0
    }
}

.pricingtable-type:before {
    content: "/";
    margin-right: 3px
}

.pricingtable-title {
    text-transform: uppercase
}

    .pricingtable-title * {
        margin: 0;
        color: #000
    }

.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none
}

    .pricingtable-features li {
        padding: 10px 0
    }

        .pricingtable-features li i {
            margin: 0 3px
        }

        .pricingtable-features li:last-child {
            border-bottom: none
        }

.pricingtable-footer {
    margin-top: 15px;
    padding: 20px 0 0
}

.pricingtable-highlight {
    position: relative;
    background-color: #1d1d1d;
    color: #fff
}

    .pricingtable-highlight .pricingtable-title *, .pricingtable-highlight .pricingtable-bx {
        color: #fff
    }

.sx-img-effect {
    position: relative;
    overflow: hidden;
    display: block
}

    .sx-img-effect img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        box-shadow: 0 0 #0000;
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 rgba(0,0,0,0);
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s;
        -o-transition: all .25s
    }

    .sx-img-effect.opacity img:hover {
        opacity: .8;
        -moz-opacity: .8;
        -webkit-opacity: .8
    }

    .sx-img-effect.rotate:hover img {
        transform: scale(1.5) rotate(-20deg)
    }

    .sx-img-effect.blurr img {
        transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        -o-transition: all .2s
    }

    .sx-img-effect.blurr:hover img {
        filter: blur(3px);
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px)
    }

    .sx-img-effect.blurr-invert img {
        transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
        -o-transition: all .2s
    }

    .sx-img-effect.blurr-invert img {
        filter: blur(3px);
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px)
    }

    .sx-img-effect.blurr-invert:hover img {
        filter: blur(0px);
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px)
    }

    .sx-img-effect.off-color img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0)
    }

    .sx-img-effect.off-color:hover img, .sx-img-effect.on-color img {
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1)
    }

    .sx-img-effect.on-color:hover img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0)
    }

.img-reflection {
    background-position: left top;
    position: relative;
    overflow: hidden;
    background-size: 100% auto;
    background-repeat: no-repeat
}

    .img-reflection:after {
        content: "";
        background-color: #fff3;
        position: absolute;
        width: 35%;
        height: 200%;
        left: -100%;
        top: -50%;
        transition: all .5s linear;
        transform: rotate(40deg)
    }

    .img-reflection:hover:after {
        left: 150%
    }

.social-icons {
    list-style: none;
    font-size: 12px;
    margin: 0
}

    .social-icons li {
        display: inline-block;
        text-align: center;
        margin-right: 3px
    }

        .social-icons li a {
            display: block;
            padding: 3px
        }

    .social-icons.social-md {
        font-size: 18px
    }

    .social-icons.social-lg li a {
        font-size: 24px
    }

    .social-icons.has-bg li a:hover, .social-icons.social-light a {
        color: #fff
    }

    .social-icons.social-light.has-bg li a:hover {
        color: #777
    }

.sx-breadcrumb {
    margin: 0;
    list-style: none
}

    .sx-breadcrumb li {
        padding: 0;
        margin-right: 3px;
        color: #000;
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 500
    }

        .sx-breadcrumb li a {
            color: #ed4c2f
        }

            .sx-breadcrumb li a:hover {
                color: #000
            }

        .sx-breadcrumb li:last-child {
            color: #000
        }

        .sx-breadcrumb li:first-child a i {
            font-size: 18px;
            vertical-align: text-top
        }

        .sx-breadcrumb li:last-child:after {
            display: none
        }

.breadcrumb-style-2 li:after {
    content: "\f105";
    margin-left: 7px;
    font-family: FontAwesome;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.google-map {
    width: 100%;
    height: 460px
}

.gmap-outline iframe {
    width: 100%;
    height: 450px
}

@media only screen and (max-width:768px) {
    .gmap-outline {
        margin-bottom: 30px
    }
}

label {
    font-weight: 600;
    margin-bottom: 10px
}

.panel-default, .panel-default > .panel-heading {
    border-color: #e7ecf1;
    color: inherit
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #e7ecf1
    }

.form-group {
    margin-bottom: 25px
}

.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 44px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px
}

    .form-control:focus {
        border-color: #e1e1e1;
        outline: 0
    }

    .form-control:focus, .has-error .form-control:focus {
        box-shadow: none
    }

    .form-control.kv-fileinput-caption {
        height: 39px
    }

.form-group.form-inline .radio, .form-group.form-inline .checkbox {
    margin-right: 15px
}

.input-group {
    width: 100%
}

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell
    }

.input-group-addon {
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px
}

    .input-group-addon.font-size-20 {
        font-size: 20px
    }

    .input-group-addon.fixed-w {
        text-align: center;
        padding: 6px 0;
        width: 40px
    }

    .input-group-addon.v-align-t {
        line-height: 30px
    }

input[type=checkbox], input[type=radio] {
    opacity: 0;
    margin-left: 1px !important
}

    input[type=checkbox] + label, input[type=radio] + label {
        display: block;
        padding-left: 30px !important;
        position: relative
    }

        input[type=checkbox] + label:hover:before, input[type=radio] + label:hover:before {
            border-color: #222
        }

        input[type=checkbox] + label:before, input[type=radio] + label:before {
            background-color: #fff;
            border: 2px solid #b6b7b8;
            border-radius: 0;
            content: "";
            display: inline-block;
            height: 16px;
            line-height: 1;
            margin-left: -30px;
            position: absolute;
            top: 2px;
            transition: all linear .1s;
            width: 16px
        }

        input[type=checkbox] + label:after {
            color: #fff;
            content: "\f00c";
            font-family: FontAwesome;
            font-size: 0px;
            -webkit-font-smoothing: antialiased;
            left: 7px;
            position: absolute;
            top: 6px;
            transition: all linear .1s
        }

    input[type=checkbox]:checked + label:before {
        border-width: 7px;
        border-color: #000
    }

    input[type=checkbox]:checked + label:after {
        font-size: 10px;
        left: 3px;
        top: 1px
    }

    input[type=radio] + label:before {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        content: ""
    }

    input[type=radio]:checked + label:before {
        border-color: #3396d1;
        border-width: 5px
    }

.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: absolute;
    left: 0;
    bottom: 0
}

.btn-file {
    overflow: hidden;
    position: relative
}

    .btn-file input[type=file] {
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        cursor: inherit;
        display: block;
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0
    }

.has-feedback label ~ .form-control-feedback {
    top: 31px
}

.loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden
}

.loading-box {
    width: 100%;
    height: 100%;
    background-color: #202020;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9999
}

.loading-pic {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 99999;
    text-align: center;
    transform: translateY(-50%)
}

.widget {
    margin-bottom: 40px
}

.widget-title {
    margin: 0 0 25px
}

.widget-title {
    margin-bottom: 20px
}

.recent-posts-entry ul {
    margin: 0;
    list-style: none;
    padding: 0
}

.widget_services ul {
    list-style: none;
    margin-bottom: 0
}

    .widget_services ul li {
        position: relative;
        padding: 5px 0;
        margin-bottom: 0;
        line-height: 20px
    }

        .widget_services ul li:last-child {
            border-bottom: 0px
        }

    .widget_services ul li {
        transition: all .1s linear
    }

        .widget_services ul li a {
            color: #777;
            display: flex;
            justify-content: space-between
        }

            .widget_services ul li a span {
                display: inline;
                font-weight: 600
            }

            .widget_services ul li a:hover {
                color: #ed4c2f
            }

.widget_services li {
    border-bottom: none;
    line-height: 28px
}

    .widget_services li:before {
        top: 0;
        left: 1px
    }

.site-footer .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border: 0px
}

    .site-footer .widget_services ul li {
        margin-bottom: 0;
        position: relative;
        padding: 0 10px 10px 0;
        line-height: 20px;
        background: none
    }

        .site-footer .widget_services ul li:first-child {
            padding-top: 0
        }

        .site-footer .widget_services ul li:last-child {
            border-bottom: 0px
        }

        .site-footer .widget_services ul li:hover {
            border-left: 0px solid #ed4c2f;
            box-shadow: none
        }

        .site-footer .widget_services ul li a {
            color: #fff
        }

            .site-footer .widget_services ul li a:hover {
                color: #ed4c2f
            }

.site-footer .widget_services li {
    border-bottom: none;
    line-height: 28px
}

    .site-footer .widget_services li:before {
        top: 0;
        left: 1px
    }

.widget_services.inline-links li {
    display: block;
    border-bottom: none
}

.widget_about p {
    font-family: Barlow Condensed,sans-serif;
    margin-bottom: 10px
}

.site-footer .widget_social ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border: 0px
}

    .site-footer .widget_social ul li {
        margin-bottom: 0;
        position: relative;
        padding: 0 10px 10px 0;
        line-height: 20px;
        background: none
    }

        .site-footer .widget_social ul li:first-child {
            padding-top: 0
        }

        .site-footer .widget_social ul li:last-child {
            border-bottom: 0px
        }

        .site-footer .widget_social ul li:hover {
            border-left: 0px solid #ed4c2f;
            box-shadow: none
        }

        .site-footer .widget_social ul li a {
            color: #fff
        }

            .site-footer .widget_social ul li a:hover {
                color: #ed4c2f
            }

.site-footer .widget_social li {
    border-bottom: none;
    line-height: 28px
}

    .site-footer .widget_social li:before {
        top: 0;
        left: 1px
    }

.search-bx .site-button {
    border-left-color: #fff;
    padding: 10px 15px;
    color: #000;
    background-color: #fff;
    border: none
}

.search-bx .input-group {
    border: 2px solid #ed4c2f
}

    .search-bx .input-group .form-control {
        border: none;
        background: none
    }

.search-bx .input-group-btn .btn {
    padding: 10px 15px 8px
}

    .search-bx .input-group-btn .btn:hover {
        color: #ed4c2f
    }

.widget_search .screen-reader-text {
    display: block
}

.recent-posts-entry .post-date, .tweets-feed-entry .tweet-date {
    color: #3396d1;
    font-style: normal
}

.widget .post-title {
    font-size: 14px;
    margin-top: 0;
    line-height: normal;
    font-family: DM Sans,sans-serif;
    margin-bottom: 0
}

.recent-posts-entry .widget-post {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

    .recent-posts-entry .widget-post:last-child {
        padding-bottom: 0;
        border-bottom: none
    }

.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none
}

.recent-posts-entry .widget-post:last-child {
    margin-bottom: 0
}

.recent-posts-entry .widget-post:first-child {
    padding-top: 0
}

.recent-posts-entry .widget-post .sx-post-meta {
    margin-bottom: 0
}

.recent-posts-entry .sx-post-media {
    float: left;
    width: 90px
}

.recent-posts-entry .sx-post-info {
    background: transparent;
    padding: 0;
    margin-left: 105px;
    border: none
}

.recent-posts-entry .post-meta span {
    margin-right: 10px
}

@media only screen and (max-width:1199px) {
    .recent-posts-entry .sx-post-media {
        width: 65px
    }

    .recent-posts-entry .sx-post-info {
        margin-left: 75px
    }
}

@media only screen and (max-width:991px) {
    .recent-posts-entry .sx-post-media {
        width: 90px
    }

    .recent-posts-entry .sx-post-info {
        margin-left: 105px
    }
}

.single-post-tag {
    padding: 40px 0
}

.widget_tag_cloud .tagcloud {
    padding-bottom: 5px
}

.widget_tag_cloud a {
    padding: 3px 14px;
    font-size: 14px;
    display: inline-block;
    color: #777;
    position: relative;
    border: 1px solid #e8e7e7;
    margin-bottom: 5px;
    margin-right: 4px;
    border-radius: 4px
}

    .widget_tag_cloud a:hover {
        color: #ed4c2f
    }

        .widget_tag_cloud a:hover:after {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            width: 10px;
            right: -5px
        }

.widget_gallery ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap
}

.widget_gallery li {
    display: block;
    width: 33.333%;
    float: left
}

    .widget_gallery li a {
        position: relative;
        border: 2px solid #fff
    }

    .widget_gallery li:hover img {
        margin-bottom: 0;
        opacity: .3
    }

    .widget_gallery li:hover a:after {
        opacity: 1
    }

.widget_gallery a {
    display: block
}

@media only screen and (max-width:991px) {
    .widget_gallery li {
        width: 25%
    }
}

@media only screen and (max-width:360px) {
    .widget_gallery li {
        width: 50%
    }
}

.widget_newsletter-2 .newsletter-bx {
    text-align: left
}

    .widget_newsletter-2 .newsletter-bx .site-button {
        display: block;
        width: 100%
    }

    .widget_newsletter-2 .newsletter-bx .form-control {
        height: 60px;
        background-color: #f6f7f8;
        border: 0px;
        padding: 0 20px;
        line-height: 60px
    }

    .widget_newsletter-2 .newsletter-bx .newsletter-icon {
        background-color: #ed4c2f;
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto 15px;
        text-align: center
    }

        .widget_newsletter-2 .newsletter-bx .newsletter-icon i {
            font-size: 32px;
            color: #fff;
            line-height: 100px
        }

.widget-client {
    border: 1px solid #f6f7f8
}

.widget_address li {
    margin-bottom: 20px
}

.widget_address_outer .social-icons li {
    padding-right: 10px
}

.widget_newsletter .newsletter-bx .form-control {
    background-color: #000;
    border: 0px;
    color: #fff
}

.footer-dark .social-icons {
    margin-top: 50px
}

    .footer-dark .social-icons li a {
        color: #000;
        font-size: 14px;
        text-align: center;
        width: 36px;
        height: 36px;
        line-height: 28px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid transparent
    }

        .footer-dark .social-icons li a:hover {
            color: #000;
            background-color: #ed4c2f;
            border: 1px solid rgba(255,255,255,.1)
        }

.footer-dark .widget_newsletter .newsletter-bx {
    text-align: left;
    border: 2px solid #ed4c2e
}

.footer-dark .footer-top .widget_newsletter .form-control {
    background-color: transparent;
    height: 50px
}

.footer-dark .widget_newsletter p {
    font-family: Barlow Condensed,sans-serif;
    line-height: 24px;
    margin-bottom: 40px
}

.footer-dark .widget_newsletter .newsletter-bx input {
    padding: 10px
}

.footer-dark .widget_newsletter .newsletter-bx button {
    background-color: transparent;
    color: #ed4c2f;
    text-transform: uppercase;
    height: 50px;
    padding: 0 15px;
    font-size: 24px
}

.footer-dark .footer-top .widget_newsletter .form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px
}

.footer-dark .footer-top .widget_newsletter .form-control::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px
}

.footer-dark .footer-top .widget_newsletter .form-control:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px
}

.footer-dark .footer-top .widget_newsletter .form-control:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px
}

.yt-thum-box img {
    margin: -9.5% 0%
}

blockquote.author-quote {
    margin: 30px 30px 30px 130px;
    color: #000;
    padding: 50px 30px;
    position: relative;
    clear: both;
    border-left: 1px solid gray
}

    blockquote.author-quote p {
        font-size: 24px;
        line-height: 32px
    }

    blockquote.author-quote strong {
        font-size: 18px;
        display: block
    }

    blockquote.author-quote span {
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 0
    }

blockquote.author-quote {
    position: relative
}

    blockquote.author-quote .fa-quote-right {
        font-size: 50px;
        position: absolute;
        bottom: 30px;
        right: 30px;
        color: #000;
        padding-left: 20px;
        opacity: .2
    }

    blockquote.author-quote .fa-quote-left {
        font-size: 24px;
        position: absolute;
        top: 50%;
        left: -130px;
        color: #000;
        padding-left: 0;
        opacity: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

@media only screen and (max-width:640px) {
    blockquote.author-quote {
        padding: 30px;
        margin: 0 0 20px
    }

    blockquote h4 {
        text-indent: 50px
    }

    blockquote.author-quote .fa-quote-left {
        top: 40px;
        left: -20px
    }
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto
}

.blog-post {
    position: relative;
    margin-bottom: 30px
}

    .blog-post.blog-grid.date-style-2.nomedia .sx-post-info.p-t30 {
        padding-top: 0
    }

.sx-post-meta {
    margin-bottom: 10px
}

    .sx-post-meta ul {
        margin: 0;
        list-style: none
    }

    .sx-post-meta li {
        padding: 0;
        display: inline-block;
        font-size: 12px;
        color: #828282;
        letter-spacing: 1.6px;
        font-weight: 500;
        margin: 0;
        text-transform: uppercase
    }

        .sx-post-meta li a {
            color: #828282
        }

            .sx-post-meta li a:hover {
                color: #ed4c2f
            }

    .sx-post-meta i {
        margin: 0 5px
    }

    .sx-post-meta li:after {
        content: "-";
        color: #ed4c2f;
        display: inline-block;
        font-weight: 400;
        margin-left: 5px;
        position: relative;
        font-weight: 800
    }

    .sx-post-meta li:last-child:after {
        display: none
    }

.sx-post-text {
    margin-bottom: 20px
}

    .sx-post-text p a {
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block
    }

    .sx-post-text p:last-child {
        margin: 0
    }

.sx-post-readmore {
    margin-bottom: 0
}

@media only screen and (max-width:420px) {
    .masonry-item .sx-post-info {
        padding-bottom: 0
    }

    .masonry-item .sx-post-title h2.post-title {
        line-height: 14px
    }

        .masonry-item .sx-post-title h2.post-title a {
            font-size: 14px;
            line-height: none
        }

    .news-grid .sx-post-text {
        display: none
    }
}

.blog-list2 .sx-post-info {
    padding-top: 20px
}

.side-bar .widget {
    margin-bottom: 40px
}

    .side-bar .widget .widget-title {
        position: relative;
        padding-left: 30px;
        text-transform: uppercase
    }

        .side-bar .widget .widget-title:before {
            position: absolute;
            content: "";
            background-color: #ed4c2f;
            top: 50%;
            left: 0;
            height: 2px;
            width: 20px;
            z-index: 0;
            margin-top: 0
        }

.widget .widget-post img {
    width: 100%
}

@media only screen and (max-width:991px) {
    .side-bar {
        margin-top: 30px
    }
}

.comments-area {
    padding: 0
}

    .comments-area .comments-title {
        font-weight: 600;
        font-size: 20px
    }

ol.comment-list {
    list-style: none
}

    ol.comment-list li.comment {
        position: relative;
        padding: 0
    }

        ol.comment-list li.comment .comment-body {
            padding: 20px 30px 20px 120px;
            margin-left: 0;
            color: #777;
            position: relative;
            border: 1px solid #edecec;
            margin-bottom: 10px
        }

        ol.comment-list li.comment .comment-author {
            display: block;
            margin-bottom: 10px
        }

            ol.comment-list li.comment .comment-author .avatar {
                position: absolute;
                top: 20px;
                left: 20px;
                width: 80px;
                height: 80px;
                background-color: #fff;
                border-radius: 50%;
                -webkit-border-radius: 50%
            }

            ol.comment-list li.comment .comment-author .fn {
                display: inline-block;
                color: #000;
                font-size: 16px;
                font-weight: 600;
                font-style: normal
            }

            ol.comment-list li.comment .comment-author .says {
                display: none;
                color: #999;
                font-weight: 600
            }

        ol.comment-list li.comment .comment-meta {
            margin-bottom: 5px;
            font-size: 12px
        }

            ol.comment-list li.comment .comment-meta a {
                color: #ed4c2f;
                display: inline-block;
                letter-spacing: 1px
            }

            ol.comment-list li.comment .comment-meta:before, ol.comment-list li.comment .reply a:before {
                font-family: FontAwesome;
                font-size: 16px;
                vertical-align: top
            }

        ol.comment-list li.comment p {
            margin: 0 0 15px
        }

        ol.comment-list li.comment .reply {
            text-align: right;
            position: absolute;
            top: 15px;
            right: 15px
        }

            ol.comment-list li.comment .reply a {
                font-size: 14px;
                color: #000;
                font-weight: 500
            }

    ol.comment-list li .children {
        list-style: none;
        margin-left: 80px
    }

        ol.comment-list li .children li {
            padding: 0
        }

@media only screen and (max-width: 640px) {
    ol.comment-list li .children {
        margin-left: 0
    }
}

@media only screen and (max-width: 500px) {
    ol.comment-list li.comment .comment-body {
        padding: 20px 30px 20px 20px;
        text-align: center
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -15px;
        top: 12px;
        width: 60px;
        height: 60px;
        position: inherit;
        display: block;
        margin: 0 auto 20px
    }

    ol.comment-list li.comment .reply {
        text-align: center
    }
}

.comment-respond .comment-reply-title {
    font-size: 20px;
    font-weight: 600
}

.comments-area .comment-form .comment-notes {
    display: none
}

.comments-area .comment-form p {
    width: 100%;
    position: relative;
    font-weight: 600
}

    .comments-area .comment-form p.form-allowed-tags {
        width: 100%
    }

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important
}

.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px
}

.comments-area .comment-form p.comment-form-cookies-consent label {
    display: block;
    line-height: 18px;
    margin-bottom: 30px
}

.comments-area .comment-form p input[type=text], .comments-area .comment-form p textarea {
    width: 100%;
    height: 40px;
    padding: 10px 15px 10px 0;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #edecec
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both
}

.comments-area .comment-form p textarea {
    height: 120px;
    resize: none
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0
}

.comments-area .comment-form p input[type=submit] {
    background-color: #77c04b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-width: 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase
}

    .comments-area .comment-form p input[type=submit]:hover, .comments-area .comment-form p input[type=submit]:focus, .comments-area .comment-form p input[type=submit]:active {
        background-color: #6ab33e;
        border-color: #6ab33e;
        color: #fff
    }

.comment-respond .form-submit .site-button {
    font-weight: 300;
    padding: 15px 30px
}

.comment-form .form-control::-webkit-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.comment-form .form-control::-moz-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.comment-form .form-control:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.comment-form .form-control:-moz-placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:1280px) {
    .sx-post-info-inner {
        padding: 20px
    }
}

@media only screen and (max-width:767px) {
    .sx-post-info-inner {
        height: auto
    }
}

.portfolio-item {
    overflow: hidden;
    color: #fff;
    width: 100%;
    border: 0;
    position: relative
}

.portfolio-detail-small {
    padding-left: 0
}

@media only screen and (max-width:991px) {
    .portfolio-detail-small {
        padding-left: 0
    }
}

.blog-style-1 {
    border: 1px solid #e8e8e8;
    padding: 50px 30px;
    background-color: #fff
}

    .blog-style-1:hover {
        border: 1px solid transparent;
        box-shadow: 0 0 20px #0000001a;
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1)
    }

    .blog-style-1 .sx-post-info {
        position: relative
    }

    .blog-style-1 .sx-post-title {
        margin-bottom: 30px
    }

    .blog-style-1 .sx-post-meta {
        margin-bottom: 0
    }

    .blog-style-1 .sx-post-info {
        transition: all .5s linear;
        transform: translateY(0);
        -webkit-transform: translateY(0px)
    }

    .blog-style-1:hover .sx-post-info {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }

    .blog-style-1 .sx-post-readmore {
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .5s linear;
        transform: translateY(60px);
        -webkit-transform: translateY(60px);
        opacity: 0
    }

    .blog-style-1:hover .sx-post-readmore {
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        opacity: 1
    }

.sx-largr-media-20 {
    margin: 30px -20%;
    max-width: none;
    width: auto
}

    .sx-largr-media-20 img {
        width: 100%
    }

@media only screen and (max-width: 991px) {
    .sx-largr-media-20 {
        margin-left: 0%;
        margin-right: 0%
    }
}

@media only screen and (max-width: 768px) {
    .blog-single-space .blog-post.blog-detail {
        margin-bottom: 0
    }
}

.blog-style-1 .post-category {
    margin-bottom: 30px
}

    .blog-style-1 .post-category a {
        background-color: #000;
        color: #fff;
        font-size: 14px;
        padding: 10px 15px;
        display: inline-block;
        position: relative;
        z-index: 1
    }

        .blog-style-1 .post-category a:after {
            content: "";
            position: absolute;
            left: 100%;
            bottom: 0;
            top: 0;
            height: 100%;
            width: 0px;
            z-index: -1;
            background-color: #ed4c2f !important;
            transition: all .5s linear;
            -moz-transition: all .5s linear;
            -webkit-transition: all .5s linear;
            -o-transition: all .5s linear
        }

.blog-style-1:hover .post-category a:after {
    width: 100%;
    left: 0;
    transition: width .5s linear
}

.blog-style-1 .post-date {
    text-transform: uppercase;
    display: inline-flex
}

.blog-style-1 .sx-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 30px;
    border: 1px solid #d8d8d8
}

.blog-style-1 .post-date span {
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-right: 5px;
    color: #ed4c2f
}

    .blog-style-1 .post-date span:last-child {
        padding-left: 15px;
        margin-left: 5px;
        margin-right: 0
    }

        .blog-style-1 .post-date span:last-child:before {
            position: absolute;
            content: "";
            left: -4px;
            width: 10px;
            height: 2px;
            background-color: #000;
            top: 9px
        }

.blog-style-1 .post-date:after, .blog-style-1 .post-date .fa, .date-style-outline .post-date:after, .date-style-outline2 .post-date:after {
    display: none
}

.date-style-3 {
    display: flex;
    align-items: center
}

    .date-style-3 .sx-post-media {
        flex: 1;
        overflow: hidden;
        padding: 0 40px 0 0
    }

        .date-style-3 .sx-post-media a, .date-style-3 .sx-post-media .sx-thum-bx {
            display: block;
            overflow: hidden
        }

    .date-style-3 .sx-post-text {
        padding-bottom: 10px
    }

    .date-style-3 .sx-post-info {
        position: relative;
        flex: 1
    }

@media only screen and (max-width:767px) {
    .date-style-3 {
        display: block
    }

        .date-style-3 .sx-post-media {
            padding: 0 0 20px
        }
}

@media only screen and (max-width:480px) {
    .date-style-3 .widget_social_inks {
        position: inherit;
        height: 100%
    }

    .sx-post-readmore.pull-left {
        float: none
    }

    .widget_social_inks.pull-right {
        float: none;
        display: inline-block;
        margin-top: 20px
    }
}

.date-style-1 .sx-post-media img {
    width: 100%
}

.date-style-1 .sx-post-meta .post-date strong {
    font-size: 38px;
    line-height: 38px;
    border-bottom: 3px solid;
    min-height: 56px;
    display: inline-block;
    margin-right: 10px
}

.logo-footer {
    display: table;
    width: 170px;
    height: 70px;
    vertical-align: middle;
    padding: 0 0 15px;
    font-size: 36px;
    color: #ed4c2f;
    margin: 0;
    position: relative;
    z-index: 9
}

    .logo-footer a {
        font-size: 56px;
        line-height: 46px;
        font-weight: 700;
        font-family: Barlow Condensed,sans-serif
    }

.logo-footer-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

    .logo-footer-inner img {
        max-width: 100%;
        max-height: 100%
    }

.sx-bnr-inr {
    height: 620px;
    background-position: center center;
    display: table;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat
}

@media only screen and (max-width: 1024px) {
    .sx-bnr-inr {
        height: 400px;
        background-attachment: scroll;
        background-position: right bottom
    }
}

.sx-bnr-inr .container {
    display: table;
    height: 100%
}

.sx-bnr-inr-entry {
    display: table-cell;
    text-align: center;
    position: relative;
    z-index: 1;
    vertical-align: bottom;
    width: 100%;
    padding-bottom: 30px
}

    .sx-bnr-inr-entry .banner-title-outer {
        position: relative;
        margin-bottom: 20px
    }

        .sx-bnr-inr-entry .banner-title-outer h2 {
            position: relative;
            margin-top: 0;
            margin-bottom: 30px;
            color: #000;
            font-size: 50px;
            font-weight: 300;
            letter-spacing: 0px;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(0,0,0,.1);
            display: inline-block;
            padding: 0 30px 20px
        }

            .sx-bnr-inr-entry .banner-title-outer h2:after {
                content: "";
                position: absolute;
                width: 30px;
                height: 5px;
                background-color: #ed4c2f;
                left: 50%;
                bottom: -3px;
                margin-left: -15px
            }

        .sx-bnr-inr-entry .banner-title-outer p {
            color: #777;
            max-width: 555px;
            width: 100%;
            margin: 0 auto
        }

@media only screen and (max-width: 640px) {
    .sx-bnr-inr-entry .banner-title-name h1, .sx-bnr-inr-entry .banner-title-name h2, .sx-bnr-inr-entry .banner-title-name h3 {
        font-size: 32px;
        margin-bottom: 10px
    }
}

.banner-inner-row h1, .banner-inner-row h2, .banner-inner-row h3, .banner-inner-row h4, .banner-inner-row h5, .banner-inner-row h6 {
    color: #fff
}

.owl-carousel .owl-nav {
    margin-top: 30px;
    text-align: center
}

    .owl-carousel .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        outline: none !important
    }

        .owl-carousel .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px;
            background: #444;
            display: block;
            border-radius: 50%;
            transition: opacity .2s ease;
            transition: all .5s linear
        }

        .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
            background: #ed4c2f
        }

.owl-btn-top-center .owl-nav, .owl-btn-top-left .owl-nav, .owl-btn-top-right .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0
}

.owl-btn-top-center .owl-stage-outer, .owl-btn-top-left .owl-stage-outer, .owl-btn-top-right .owl-stage-outer {
    padding-top: 40px
}

.owl-btn-top-center .owl-nav {
    text-align: center
}

.owl-btn-top-left .owl-nav {
    text-align: left
}

.owl-btn-top-right .owl-nav {
    text-align: right
}

.owl-btn-bottom-center .owl-nav {
    text-align: center
}

.owl-btn-bottom-left .owl-nav {
    text-align: left
}

.owl-btn-bottom-right .owl-nav {
    text-align: right
}

.owl-btn-vertical-center .owl-nav {
    margin: 0
}

    .owl-btn-vertical-center .owl-nav .owl-prev, .owl-btn-vertical-center .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        margin: -15px 0;
        background-color: #ed4c2f !important;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #fff !important;
        outline: none !important
    }

    .owl-btn-vertical-center .owl-nav .owl-prev {
        left: 0
    }

    .owl-btn-vertical-center .owl-nav .owl-next {
        right: 0
    }

.owl-btn-hover .owl-nav {
    opacity: 0
}

.owl-btn-hover:hover .owl-nav {
    opacity: 1
}

.owl-carousel .owl-item img {
    transform-style: inherit
}

.owl-prev, .owl-next {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    padding: 8px 10px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s linear
}

.owl-prev {
    margin-right: 5px
}

.owl-next {
    margin-left: 5px
}

    .owl-prev:hover, .owl-prev:active, .owl-prev:focus, .owl-next:hover, .owl-next:active, .owl-next:focus {
        background-color: #212121;
        border-color: #212121;
        color: #fff;
        opacity: .9
    }

.owl-dots-bottom-left .owl-dots, .owl-dots-bottom-right .owl-dots, .owl-dots-bottom-center .owl-dots {
    bottom: 0;
    padding: 15px 20px;
    position: absolute;
    width: 100%
}

.owl-dots-bottom-left .owl-dots {
    text-align: left
}

.owl-dots-bottom-right .owl-dots {
    text-align: right
}

.pagination {
    padding: 10px 0 25px;
    display: inline-flex
}

    .pagination > li:first-child > a {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: 0
    }

    .pagination > li:last-child > a {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .pagination > li > a {
        background-color: #fff;
        color: #000;
        font-weight: 600;
        font-size: 14;
        padding: 10px 15px
    }

        .pagination > li > a:hover, .pagination > li > a:focus {
            color: #767676;
            border-color: transparent
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
        color: #767676;
        border-color: transparent
    }

    .pagination > .previous > a, .pagination > .next > a {
        font-size: 12px
    }

@media only screen and (max-width:991px) {
    .pagination {
        padding: 10px 0 0
    }
}

.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    border: none;
    z-index: 0
}

.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff
}

@media only screen and (max-width:1200px) {
    .footer-fixed .site-footer {
        position: static
    }

    .footer-fixed .page-wraper {
        padding-bottom: 0 !important
    }
}

.site-footer .widget > .widget-title {
    font-weight: 600
}

.site-footer p, .site-footer li {
    line-height: 20px
}

.site-footer {
    background-position: center;
    background-size: cover;
    position: relative;
    font-family: Barlow Condensed,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px
}

    .site-footer p {
        line-height: 20px
    }

    .site-footer .widget ul {
        list-style: none;
        margin-top: 0
    }

.footer-dark .footer-bottom .copyrights-text {
    color: #fff
}

.footer-dark .footer-bottom .copyrights-nav {
    list-style: none;
    display: inline-block;
    margin-bottom: 0
}

    .footer-dark .footer-bottom .copyrights-nav li {
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px
    }

        .footer-dark .footer-bottom .copyrights-nav li:first-child {
            margin-left: 0
        }

        .footer-dark .footer-bottom .copyrights-nav li:last-child {
            margin-right: 0
        }

            .footer-dark .footer-bottom .copyrights-nav li:last-child:after {
                display: none
            }

        .footer-dark .footer-bottom .copyrights-nav li:after {
            content: "/";
            position: relative;
            right: -8px
        }

        .footer-dark .footer-bottom .copyrights-nav li a {
            color: #b7b7b7
        }

            .footer-dark .footer-bottom .copyrights-nav li a:hover, .footer-dark .footer-bottom .copyrights-nav li a:active, .footer-dark .footer-bottom .copyrights-nav li a:focus, .footer-dark .footer-bottom .copyrights-nav li.active a {
                color: #e2e2e2
            }

.footer-bottom {
    padding: 100px 0;
    color: #787878;
    font-size: 13px
}

    .footer-bottom .copyrights-text {
        color: #000
    }

    .footer-bottom .copyrights-nav {
        list-style: none;
        display: inline-block
    }

        .footer-bottom .copyrights-nav li {
            display: inline-block;
            margin-left: 8px;
            margin-right: 8px
        }

            .footer-bottom .copyrights-nav li:first-child {
                margin-left: 0
            }

            .footer-bottom .copyrights-nav li:last-child {
                margin-right: 0
            }

                .footer-bottom .copyrights-nav li:last-child:after {
                    display: none
                }

            .footer-bottom .copyrights-nav li:after {
                content: "/";
                position: relative;
                right: -8px
            }

            .footer-bottom .copyrights-nav li a {
                color: #000
            }

                .footer-bottom .copyrights-nav li a:hover, .footer-bottom .copyrights-nav li a:active, .footer-bottom .copyrights-nav li a:focus, .footer-bottom .copyrights-nav li.active a {
                    color: #333
                }

@media only screen and (max-width:991px) {
    .site-footer {
        padding: 0
    }

    .copyright-block {
        padding-top: 5px
    }
}

.footer-dark.site-footer {
    border-top: 0px solid #212121
}

.footer-dark .footer-top {
    background-color: #151515
}

.footer-dark .footer-bottom {
    background-color: #000;
    border-top: 1px solid #2e313b
}

.footer-dark .footer-top h1, .footer-dark .footer-top h2, .footer-dark .footer-top h3, .footer-dark .footer-top h4, .footer-dark .footer-top h5, .footer-dark .footer-top h6, .footer-dark .footer-top h1 a, .footer-dark .footer-top h2 a, .footer-dark .footer-top h3 a, .footer-dark .footer-top h4 a, .footer-dark .footer-top h5 a, .footer-dark .footer-top h6 a {
    color: #fff
}

.footer-dark .footer-top .widget-title:before {
    border-color: #fff
}

.footer-dark .footer-top p, .footer-dark .footer-top strong, .footer-dark .footer-top b, .footer-dark .footer-top {
    color: #fff
}

.footer-dark .site-button {
    background-color: #0e0e0e
}

    .footer-dark .site-button:hover {
        background-color: #fff;
        color: #000
    }

.footer-dark .footer-top a:active, .footer-dark .footer-top a:focus, .footer-dark .footer-top a:hover {
    color: #ed4c2f
}

.footer-dark .footer-top p a {
    color: #fff
}

.footer-top {
    padding: 60px 0 10px
}

@media only screen and (max-width: 991px) {
    .footer-top {
        padding: 60px 0 50px
    }
}

.footer-bottom ul {
    margin: 0
}

.sx-footer-bot-left, .sx-footer-bot-right, .sx-footer-bot-center {
    padding-left: 15px;
    padding-right: 15px
}

.sx-footer-bot-left {
    float: left
}

.sx-footer-bot-right {
    float: right
}

.sx-footer-bot-center {
    text-align: center
}

@media only screen and (max-width:1200px) {
    .footer-col-3 {
        clear: both
    }
}

@media only screen and (max-width:991px) {
    footer .container {
        width: 100%
    }

    .sx-footer-bot-left, .sx-footer-bot-right {
        float: none;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px
    }

        .sx-footer-bot-right .copyrights-nav {
            float: none !important
        }
}

@media only screen and (max-width: 767px) {
    .footer-clear {
        display: block !important;
        clear: both
    }

    #footer .footer-4-col, .footer-bottom [class*=clo-] {
        width: 100%
    }
}

button.scroltop {
    height: 40px;
    width: 40px;
    background: #ed4c2f;
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #fff
}

    button.scroltop span {
        display: block;
        font-size: 24px;
        line-height: 24px
    }

.string {
    position: relative
}

#btn-vibrate {
    animation: vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    -webkit-animation: vibrate 2s linear 0s infinite;
    -o-animation: vibrate 2s linear 0s infinite
}

@keyframes vibrate {
    0% {
        top: 0
    }

    25% {
        top: -3px
    }

    50% {
        top: 0
    }

    75% {
        top: 3px
    }

    to {
        top: 0
    }
}

@media only screen and (max-width:480px) {
    button.scroltop {
        font-size: 7px;
        height: 30px;
        width: 30px;
        line-height: 16px
    }

        button.scroltop span {
            font-size: 10px;
            line-height: 10px
        }
}

#bg {
    background-attachment: fixed;
    background-size: cover
}

.page-wraper {
    background: #fff
}

.page-content, .section-full {
    position: relative
}

.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .title-small {
    color: #fff
}

@media only screen and (max-width:1024px) {
    .section-full {
        background-attachment: scroll !important
    }
}

@media only screen and (max-width:767px) {
    .section-head h1, .section-head h2, .section-head h3, h1, h2, .sx-post-title h2.post-title {
        font-size: 26px
    }

    h3 {
        font-size: 21px
    }

    h4 {
        font-size: 18px
    }
}

.contact-form {
    padding-right: 100px
}

.contact-info {
    margin: 0
}

    .contact-info .sx-icon-box-wraper {
        position: relative;
        border: 1px solid #f3f2f2;
        padding: 20px;
        margin-bottom: 10px
    }

        .contact-info .sx-icon-box-wraper:last-child {
            margin-bottom: 0
        }

ul.contact-info li {
    padding: 0 0 15px 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    line-height: 20px
}

    ul.contact-info li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    ul.contact-info li h4 ul.contact-info li h5, ul.contact-info li h6 {
        margin: 0 0 10px
    }

    ul.contact-info li p {
        line-height: 20px;
        margin: 0
    }

    ul.contact-info li .fa {
        position: absolute;
        left: 0;
        top: 2px;
        color: #3396d1;
        font-size: 16px
    }

@media only screen and (max-width:991px) {
    .contact-info {
        padding: 0
    }
}

.sticky, .gallery-caption, .bypostauthor {
    clear: both
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        box-shadow: 0 0 2px 2px #0009;
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.max-w100 {
    max-width: 100px
}

.max-w200 {
    max-width: 200px
}

.max-w300 {
    max-width: 300px
}

.max-w400 {
    max-width: 400px
}

.max-w500 {
    max-width: 500px
}

.max-w600 {
    max-width: 600px
}

.max-w700 {
    max-width: 700px
}

.max-w800 {
    max-width: 800px
}

.max-w900 {
    max-width: 900px
}

.max-w1000 {
    max-width: 1000px
}

.comment-reply-title {
    margin-top: 0
}

.comment-form [class*=comment-form] {
    width: 50%
}

@media only screen and (max-width: 767px) {
    .comment-form [class*=comment-form] {
        width: 100%
    }
}

.comment-form [class*=-form-comment] {
    width: 100%
}

.comment-form label {
    display: block
}

.comment-form [class*=comment-form] input, .comment-form [class*=comment-form] textarea {
    border: 1px solid #CCC;
    padding: 8px 10px;
    width: 100%
}

.comment-form .form-submit input:active, .comment-form .form-submit input:focus, .comment-form .form-submit input:hover {
    background: #037a85
}

@media only screen and (max-width:768px) {
    .sx-media > img, .sx-media a > img {
        width: 100%
    }
}

.btn, .panel, .form-control, .img-thumbnail, .panel-head ing, .dropdown-menu, .panel-group .panel, .nav-tabs > li > a, .modal-content, .navbar-toggler, .nav-pills > li > a, .pager li > a, .pager li > span, .well, .alert, .list-group-item:first-child, .list-group-item:last-child, .input-group-addon, .btn-group > .dropdown-toggle:not(:first-child), .searchform input[type=text], .searchform input[type=submit], ol.comment-list li.comment .comment-body {
    border-radius: 0
}

a, .btn, .form-control, .overlay-bx, .overlay-icon li a i, .sx-icon-box-xld, .sx-icon-box-xl, .sx-icon-box-lg, .sx-icon-box-md, .sx-icon-box-sm, .sx-icon-box-xs, .share-social-bx li, .indicator, .navbar-toggler, .logo-header, .header-nav .nav > li > a, .extra-nav, .acod-head .indicator .fa {
    transition: all .2s linear
}

.clearfix:after, .filter-wrap:after, .filter-wrap:after, .sx-icon-box-wraper:after, ol.commentlist li:after {
    content: "";
    display: table;
    clear: both
}

.product-block p {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .project-v-wide {
        margin-bottom: 0
    }
}

.project-carousel {
    position: relative;
    z-index: 1
}

.project-carousel1 {
    position: relative
}

    .project-carousel1 .image-single-carousel .sx-info {
        position: absolute;
        background-color: #000c;
        right: 50px;
        bottom: 50px;
        padding: 30px;
        max-width: 360px
    }

        .project-carousel1 .image-single-carousel .sx-info:after {
            position: absolute;
            content: "";
            right: 10px;
            bottom: 10px;
            width: 40px;
            height: 40px;
            border-right: 3px solid #fff;
            border-bottom: 3px solid #fff
        }

        .project-carousel1 .image-single-carousel .sx-info .sx-tilte a {
            color: #fff
        }

@media only screen and (max-width: 640px) {
    .project-carousel1 .image-single-carousel .sx-info {
        right: 0;
        bottom: 0;
        padding: 30px;
        max-width: 100%;
        margin: 15px
    }
}

.our-story {
    position: relative;
    z-index: 0;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px dashed #404040;
    padding: 0 0 20px
}

    .our-story:last-child {
        margin-bottom: 0
    }

.our-story-detail {
    margin-left: 20px
}

    .our-story-detail p {
        margin-bottom: 0
    }

.our-story-year {
    margin-bottom: 0;
    color: #ed4c2f
}

.experience .our-story {
    position: relative;
    z-index: 0;
    display: flex;
    margin-bottom: 30px;
    border: 1px dashed #ddd;
    background-color: #fff;
    padding: 20px
}

@media only screen and (max-width:640px) {
    .our-story {
        display: block
    }

        .our-story .our-story-info {
            display: block !important;
            justify-content: inherit !important;
            margin-bottom: 10px
        }

    .our-story-year {
        border-left: 0px;
        padding-left: 0;
        margin-left: 0;
        display: inline-block;
        font-size: 16px;
        font-weight: 600
    }

    .our-story-time {
        min-width: auto;
        display: inline-block
    }

        .our-story-time .date, .our-story-time .month {
            display: inline-block;
            font-size: 14px;
            font-weight: 500
        }

        .our-story-time .date {
            padding-right: 3px
        }

    .our-story-detail {
        margin-left: 0
    }
}

.btn-filter-wrap, .btn-filter-wrap2 {
    list-style: none;
    margin: 0
}

.owl-carousel-filter .owl-item {
    opacity: 0;
    transition: all 1s ease
}

    .owl-carousel-filter .owl-item.active {
        opacity: 1
    }

    .owl-carousel-filter .owl-item > .owl-item {
        opacity: 1
    }

.navigation-with-name .owl-nav .owl-prev, .navigation-with-name .owl-nav .owl-next {
    font-size: 12px;
    border: 1px solid #ddd;
    padding: 5px 20px
}

.filter-pos-left {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    max-width: 290px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 10px
}

    .filter-pos-left .btn-filter-wrap li {
        display: block;
        font-size: 16px;
        font-weight: 600;
        font-family: Barlow Condensed,sans-serif;
        color: #000;
        cursor: pointer;
        position: relative;
        padding: 5px 10px;
        overflow: hidden;
        text-transform: uppercase;
        letter-spacing: 1px
    }

        .filter-pos-left .btn-filter-wrap li.btn-active, .filter-pos-left .btn-filter-wrap li:hover {
            color: #ed4c2f
        }

        .filter-pos-left .btn-filter-wrap li:before, .filter-pos-left .btn-filter-wrap li:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 100%;
            background-color: #a1a1a1;
            top: 0;
            transition: all .5s linear;
            opacity: 0
        }

        .filter-pos-left .btn-filter-wrap li:before {
            right: 0%;
            transform: translate(-50%)
        }

        .filter-pos-left .btn-filter-wrap li:after {
            left: 0%;
            transform: translate(50%)
        }

        .filter-pos-left .btn-filter-wrap li:hover:before {
            right: 100%;
            width: 100%;
            opacity: 1;
            background-color: #ff5e14
        }

        .filter-pos-left .btn-filter-wrap li:hover:after {
            left: 94%;
            width: 5%;
            opacity: 1;
            background-color: #ff5e14
        }

@media only screen and (max-width:540px) {
    .filter-pos-left {
        position: inherit;
        left: inherit;
        right: inherit;
        top: inherit;
        margin: 0;
        padding: 15px 15px 10px;
        text-align: left !important
    }

        .filter-pos-left .btn-filter-wrap li {
            border: 1px solid #fff;
            padding: 0 8px;
            margin-bottom: 5px
        }

        .filter-pos-left .btn-filter-wrap {
            float: left
        }

            .filter-pos-left .btn-filter-wrap li:last-child {
                padding-right: 15px
            }

            .filter-pos-left .btn-filter-wrap li:after {
                display: none
            }
}

@media only screen and (max-width:768px) {
    .filter-content-left, .filter-content-right {
        width: 100%;
        float: none;
        clear: both
    }

        .filter-content-left .btn-filter-wrap li {
            display: block;
            font-size: 14px;
            padding: 0 20px 10px 0;
            float: left
        }
}

.filter-carousal-1-outer {
    position: relative
}

.filter-carousal-1 {
    margin-left: 320px
}

@media only screen and (max-width:1024px) {
    .filter-pos-left {
        max-width: 230px
    }

    .filter-carousal-1 {
        margin-left: 260px
    }
}

@media only screen and (max-width:767px) {
    .filter-pos-left {
        max-width: 100%;
        position: inherit;
        margin-bottom: 30px;
        padding: 15px 10px
    }

    .filter-carousal-1 {
        margin-left: 0
    }

    .btn-filter-wrap {
        display: flex;
        flex-wrap: wrap
    }
}

.product-block ul {
    margin-bottom: 0;
    list-style: none
}

    .product-block ul li {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

        .product-block ul li .sx-title {
            text-transform: uppercase
        }

        .product-block ul li:last-child {
            border-bottom: 0px
        }

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all .5s ease-in-out;
    transform: translateY(-100%) scale(0);
    opacity: 0;
    display: none
}

    #search.open {
        transform: translate(0) scale(1);
        opacity: 1;
        z-index: 999;
        display: block
    }

    #search .input-group {
        display: flex;
        justify-content: end;
        flex-wrap: inherit;
        position: relative
    }

        #search .input-group:after {
            content: "";
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            width: 22px;
            height: 20px;
            left: -10px;
            bottom: -10px;
            position: absolute
        }

        #search .input-group:before {
            content: "";
            border-right: 2px solid #fff;
            border-top: 2px solid #fff;
            width: 22px;
            height: 20px;
            right: -10px;
            top: -10px;
            position: absolute
        }

    #search form {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -51px;
        width: 40%;
        margin-left: 30%;
        font-size: 22px;
        font-weight: 300;
        text-align: left;
        outline: none;
        padding: 10px;
        border-radius: 0;
        background-color: #282b34
    }

    #search input[type=search] {
        width: 100%;
        background: none;
        border: none;
        padding: 0 12px;
        outline: none;
        color: #fff
    }

    #search .search-btn {
        border: none;
        background: none;
        padding: 0 30px;
        outline: none;
        color: #fff
    }

        #search .search-btn i {
            font-size: 24px
        }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        opacity: 1;
        font-size: 27px;
        color: #fff;
        width: 30px;
        height: 30px
    }

        #search .close:after, #search .close:before {
            content: "";
            position: absolute;
            width: 2px;
            height: 32px;
            background-color: #fff;
            right: 20px;
            top: 0
        }

        #search .close:after {
            transform: rotate(45deg)
        }

        #search .close:before {
            transform: rotate(-45deg)
        }

        #search .close:hover:after, #search .close:hover:before {
            cursor: pointer
        }

@media only screen and (max-width:768px) {
    #search form {
        width: 90%;
        margin-left: 5%;
        font-size: 26px
    }

    #search input[type=search] {
        padding: 0 0 0 30px
    }

    #search .search-btn {
        padding: 0 15px
    }

        #search .search-btn i {
            font-size: 24px
        }
}

@media only screen and (max-width:400px) {
    #search form {
        font-size: 16px
    }

    #search input[type=search] {
        padding: 0 0 0 10px
    }

    #search .search-btn {
        padding: 0 15px
    }

        #search .search-btn i {
            font-size: 18px
        }
}

@media only screen and (max-width:767px) {
    .site-search {
        width: 100%
    }

        .site-search .site-button {
            padding: 0
        }

        .site-search form {
            padding-left: 0
        }
}

.play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    transform: translate(-50%) translateY(-50%);
    transform-origin: center center
}

    .play-now .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 65px;
        width: 65px;
        text-align: center;
        line-height: 65px;
        background-color: #fff;
        color: #000;
        z-index: 1;
        font-size: 20px;
        padding-left: 5px;
        display: block;
        transform: translate(-50%) translateY(-50%);
        transform-origin: center center;
        border-radius: 50%;
        -ms-box-shadow: 0 5px 10px 0 rgba(255,255,255,.1);
        -o-box-shadow: 0 5px 10px 0 rgba(255,255,255,.1);
        box-shadow: 0 5px 10px #ffffff1a
    }

    .play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 65px;
        width: 65px;
        transform: translate(-50%) translateY(-50%);
        transform-origin: center center;
        border-radius: 50%;
        -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.3);
        -o-box-shadow: 0 0 0 0 rgba(255,255,255,.3);
        box-shadow: 0 0 #ffffff4d;
        animation: ripple 3s infinite
    }

        .play-now .ripple:before {
            animation-delay: .9s;
            content: "";
            position: absolute
        }

        .play-now .ripple:after {
            animation-delay: .6s;
            content: "";
            position: absolute
        }

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px #fff0
    }

    to {
        box-shadow: 0 0 #fff0
    }
}

.slider-play-icon .play-now {
    right: 30%;
    left: auto;
    top: 45%
}

@media only screen and (max-width:768px) {
    .m-about {
        padding: 0;
        margin: 0
    }

        .m-about:after {
            display: none
        }
}

.our-team-2 {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: -10px;
    transition: all .5s linear
}

    .our-team-2:hover {
        margin-top: -10px;
        box-shadow: 0 0 40px #00000026
    }

    .our-team-2 .profile-image {
        position: relative;
        background-color: #000
    }

        .our-team-2 .profile-image img {
            max-width: 100%;
            width: 100%;
            transition: all .5s linear
        }

    .our-team-2 .figcaption {
        padding: 30px;
        text-align: center
    }

        .our-team-2 .figcaption p {
            font-weight: 500;
            margin-bottom: 0;
            font-style: italic;
            display: block;
            letter-spacing: 1px;
            color: #ed4c2f
        }

    .our-team-2 .icons {
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 90%;
        width: 100%;
        text-align: center;
        transform: translate(-50%,-50%);
        transition: all .5s linear
    }

    .our-team-2:hover .profile-image img {
        opacity: .5
    }

    .our-team-2:hover .icons {
        opacity: 1
    }

        .our-team-2:hover .icons a i, .our-team-2:hover .icons a span {
            transition: all .5s linear
        }

        .our-team-2:hover .icons a i, .our-team-2:hover .icons a span {
            animation: scale-up-hor-center 1s cubic-bezier(.39,.575,.565,1) both
        }

@keyframes scale-up-hor-center {
    0% {
        transform: scaleX(.4)
    }

    to {
        transform: scaleX(1)
    }
}

.our-team-2 .icons i {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background-color: #ed4c2f;
    width: 46px;
    height: 46px;
    line-height: 46px
}

.our-team-2 .icons span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin-right: 3px
}

.our-team-2 .icons i:hover {
    color: #fff;
    background-color: #222
}

.our-team-2 .icons i a {
    text-decoration: none
}

@media only screen and (max-width:991px) {
    .our-team-2-outer.no-gutters > .col {
        padding-right: 15px;
        padding-left: 15px
    }

    .our-team-2 {
        margin: 0;
        padding: 0
    }

        .our-team-2:hover {
            margin-top: 0;
            box-shadow: none
        }
}

@media only screen and (max-width:767px) {
    .our-team-2 .figcaption {
        padding: 20px 0
    }

        .our-team-2 .figcaption p {
            font-size: 14px
        }
}

@media only screen and (max-width:575px) {
    .our-team-2-outer.no-gutters > .col {
        padding-right: 0;
        padding-left: 0
    }
}

.icon-font-block {
    display: inline-block;
    width: 24.7%;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    vertical-align: top;
    background: #fff;
    padding: 1%;
    border: 1px solid #e7e7e7;
    transition: all .5s linear
}

    .icon-font-block:hover {
        box-shadow: 0 10px 30px #32323229;
        position: relative;
        z-index: 10
    }

    .icon-font-block .flat-icon {
        padding: 10px;
        display: block;
        font-size: 44px;
        line-height: 1
    }

@media only screen and (max-width: 1200px) {
    .icon-font-block {
        width: 32%
    }
}

@media only screen and (max-width:767px) {
    .icon-font-block {
        width: 49.5%
    }
}

@media only screen and (max-width:620px) {
    .icon-font-block {
        width: 100%
    }
}

.client-grid {
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-color: #ddd;
    border-width: 0px 0px 1px 1px
}

.client-logo-pic {
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 1px 0px 0px
}

    .client-logo-pic * {
        box-sizing: border-box;
        transition: all .35s ease
    }

    .client-logo-pic:before, .client-logo-pic:after {
        position: absolute;
        inset: 0;
        transition: all .35s ease;
        background-color: #fff;
        content: "";
        opacity: .9;
        z-index: 1
    }

    .client-logo-pic:before {
        transform: skew(0) translate(-155%)
    }

    .client-logo-pic:after {
        transform: skew(0) translate(155%)
    }

    .client-logo-pic img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        max-width: 100%;
        vertical-align: top;
        position: relative;
        z-index: 2;
        opacity: .2
    }

    .client-logo-pic div {
        top: 30px;
        left: 60px;
        position: absolute;
        z-index: 2;
        transform: translate(-20%,-20%);
        opacity: 0
    }

    .client-logo-pic span {
        white-space: nowrap;
        background-color: #fff
    }

    .client-logo-pic:hover > img {
        opacity: 1;
        transform: scale(.6)
    }

    .client-logo-pic:hover:before {
        transform: skew(0) translate(-50%)
    }

    .client-logo-pic:hover:after {
        transform: skew(0) translate(50%)
    }

    .client-logo-pic:hover div {
        transform: translate(-50%,-50%);
        opacity: 1
    }

    .client-logo-pic:hover {
        transform: scale(1)
    }

.client-logo-pic2 {
    text-align: center;
    display: block
}

    .client-logo-pic2 img {
        margin: 0 auto
    }

.grid-5 [class*=col-] {
    max-width: 20%
}

.grid-4 [class*=col-] {
    max-width: 25%
}

.grid-3 [class*=col-] {
    max-width: 33.33%
}

.grid-2 [class*=col-] {
    max-width: 50%
}

@media only screen and (max-width: 1365px) {
    .grid-5 [class*=col-] {
        max-width: 25%
    }
}

@media only screen and (max-width: 1200px) {
    .grid-5 [class*=col-] {
        max-width: 33.333%
    }
}

@media only screen and (max-width: 1024px) {
    .grid-5 [class*=col-] {
        max-width: 33.333%
    }
}

@media only screen and (max-width: 991px) {
    .grid-5 [class*=col-], .grid-4 [class*=col-], .grid-3 [class*=col-] {
        max-width: 50%
    }
}

@media only screen and (max-width: 640px) {
    .grid-5 [class*=col-], .grid-4 [class*=col-], .grid-3 [class*=col-] {
        max-width: 100%
    }
}

.column-grid-4 .container, .column-grid-5 .container {
    max-width: 100%;
    padding: 0 80px
}

@media only screen and (max-width: 480px) {
    .column-grid-4 .container, .column-grid-5 .container {
        padding: 0 15px
    }
}

.progressText b {
    font-family: Barlow Condensed,sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000
}

.progress {
    position: relative;
    font-family: Barlow Condensed,sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: right
}

    .progress .progress-bar {
        position: relative;
        transition: width 1.5s ease-in-out;
        height: 10px;
        top: -4px
    }

    .progress .tooltip {
        left: 100%;
        z-index: 1
    }

    .progress span {
        position: absolute;
        right: 0;
        top: -33px;
        color: #000
    }

.tooltip {
    z-index: 1 !important
}

.progress {
    overflow: visible;
    background-color: #000;
    border-radius: 0;
    height: 2px;
    margin: 20px 0
}

.box-shadow {
    box-shadow: 0 0 5px #dcdcdc
}

.hilite-title {
    border: 0px
}

    .hilite-title.hilite-dark strong {
        color: #bfbfbf33
    }

    .hilite-title strong {
        font-family: Barlow Condensed,sans-serif;
        display: inline-block;
        font-size: 120px;
        line-height: 120px;
        font-weight: 800;
        transform: rotate(270deg);
        position: absolute;
        right: 80px;
        top: 0;
        white-space: nowrap;
        transform-origin: center right;
        opacity: 1;
        color: #fff;
        -webkit-text-fill-color: rgba(0,0,0,0);
        -ms-text-fill-color: rgba(0,0,0,0);
        -moz-text-fill-color: rgba(0,0,0,0);
        -o-text-fill-color: rgba(0,0,0,0);
        -webkit-text-stroke-width: 1px;
        -ms-text-stroke-width: 1px;
        -moz-text-stroke-width: 1px;
        -o-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        -ms-text-stroke-color: #000;
        -moz-text-stroke-color: #000;
        -o-text-stroke-color: #000;
        opacity: .2
    }

@media only screen and (max-width: 1500px) {
    .hilite-title strong {
        font-size: 60px;
        line-height: 60px;
        right: 40px
    }
}

@media only screen and (max-width: 1340px) {
    .hilite-title {
        display: none
    }
}

.filter-navigation {
    margin-bottom: 0;
    display: inline-block
}

    .filter-navigation li {
        display: block;
        float: left;
        list-style: outside none none;
        margin: 0
    }

        .filter-navigation li a.btn-inline {
            position: relative;
            font-size: 14px;
            color: #000;
            cursor: pointer;
            -webkit-user-select: none;
            user-select: none;
            display: inline-block;
            font-weight: 500;
            padding: 8px 15px 8px 0;
            margin-right: 15px
        }

            .filter-navigation li a.btn-inline .num {
                position: relative;
                font-size: 10px;
                top: -10px;
                left: 5px
            }

        .filter-navigation li.active a {
            color: #ed4c2f;
            display: block
        }

        .filter-navigation li a.btn-inline:after {
            content: "/";
            position: absolute;
            transition: inherit;
            z-index: 1;
            font-size: 12px;
            right: 0;
            bottom: 10px;
            color: #000
        }

        .filter-navigation li a.btn-inline:hover {
            color: #ed4c2f
        }

        .filter-navigation li:first-child a.btn-inline {
            padding-left: 0
        }

        .filter-navigation li:last-child a.btn-inline:after {
            display: none
        }

.load-more-btn-outer {
    padding: 20px
}

@media only screen and (max-width:768px) {
    .load-more-btn-outer {
        margin-top: 30px
    }

        .load-more-btn-outer button {
            outline: none
        }
}

.contact-home1-left {
    position: relative
}

    .contact-home1-left .form-control {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgb(135,135,135);
        color: #fff;
        padding-left: 0;
        text-transform: uppercase
    }

        .contact-home1-left .form-control::-webkit-input-placeholder {
            color: #878787
        }

        .contact-home1-left .form-control::-moz-placeholder {
            color: #878787
        }

        .contact-home1-left .form-control:-ms-input-placeholder {
            color: #878787
        }

        .contact-home1-left .form-control:-moz-placeholder {
            color: #878787
        }

.contact-home1-right {
    position: relative;
    z-index: 1;
    margin-left: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px #0000001a;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1)
}

    .contact-home1-right:before {
        position: absolute;
        content: "";
        left: -30px;
        top: 30px;
        height: 100%;
        width: 100%;
        border: 10px solid #ed4c2f;
        z-index: -1
    }

.contact-home-1-form {
    padding: 80px 80px 120px
}

@media only screen and (max-width:768px) {
    .contact-home-1-form {
        padding: 20px
    }
}

.input-animate.input, .login-animate.input label, .login-animate.input input, .login-animate.input textarea, .login-animate.input .spin {
    transition: .3s cubic-bezier(.4,0,.2,1);
    -webkit-transition: .3s cubic-bezier(.4,0,.2,1);
    -ms-transition: .3s cubic-bezier(.4,0,.2,1)
}

    .input-animate.input input, .input-animate.input textarea, .input-animate.input label {
        font-size: 12px;
        color: #000c;
        font-weight: 500
    }

.input-animate.input {
    margin-bottom: 30px;
    height: 44px
}

    .input-animate.input:before {
        content: "";
        background: #f5f5f5;
        z-index: 3
    }

    .input-animate.input input {
        height: 44px;
        top: 0;
        border: none;
        background: transparent
    }

    .input-animate.input textarea {
        height: 44px;
        padding-top: 15px;
        top: 0;
        border: none;
        background: transparent
    }

    .input-animate.input label {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 2;
        cursor: pointer;
        line-height: 40px
    }

    .input-animate.input input, .input-animate.input textarea, .input-animate.input label {
        font-size: 18px;
        color: #000;
        font-weight: 600
    }

    .input-animate.input:before, .input-animate.input .spin {
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .input-animate.input, .input-animate.input input, .input-animate.input textarea {
        position: relative;
        width: 100%;
        outline: none
    }

        .input-animate.input input, .input-animate.input textarea {
            background: #fcf9f0;
            width: calc(100% - 140px);
            left: 140px;
            padding: 0 20px
        }

        .input-animate.input textarea {
            resize: none;
            padding: 5px 20px
        }

        .input-animate.input .spin {
            background: #ed4c2f;
            z-index: 4;
            width: 0
        }

        .input-animate.input, .input-animate.input label, .input-animate.input input, .input-animate.input textarea, .input-animate.input .spin {
            transition: .3s cubic-bezier(.4,0,.2,1);
            -webkit-transition: .3s cubic-bezier(.4,0,.2,1);
            -ms-transition: .3s cubic-bezier(.4,0,.2,1);
            box-shadow: none;
            font-family: Barlow Condensed,sans-serif
        }

@media only screen and (max-width:480px) {
    .input-animate.input {
        height: auto;
        margin-bottom: 10px
    }

        .input-animate.input input {
            width: 100%;
            left: 0;
            padding: 0 10px;
            font-size: 14px !important
        }

        .input-animate.input label {
            position: inherit;
            top: auto;
            left: auto;
            z-index: 2;
            cursor: pointer;
            line-height: normal
        }

        .input-animate.input textarea {
            width: 100%;
            left: 0;
            padding: 10px;
            font-size: 14px !important
        }

        .input-animate.input textarea {
            margin-bottom: -6px
        }
}

.contact-home-1-form .bold-bottom-title {
    position: absolute;
    bottom: 13px;
    right: 20px
}

.bold-bottom-title {
    font-family: Barlow Condensed,sans-serif;
    display: inline-block;
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    white-space: nowrap;
    opacity: 1;
    color: #fff;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -ms-text-fill-color: rgba(0,0,0,0);
    -moz-text-fill-color: rgba(0,0,0,0);
    -o-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -ms-text-stroke-width: 1px;
    -moz-text-stroke-width: 1px;
    -o-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -ms-text-stroke-color: #000;
    -moz-text-stroke-color: #000;
    -o-text-stroke-color: #000;
    opacity: .2;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    .contact-home-1-form .bold-bottom-title {
        display: none
    }
}

.about-home-right {
    position: relative;
    z-index: 1;
    padding-bottom: 60px
}

    .about-home-right .about-home-before {
        position: absolute;
        top: 70px;
        z-index: -1;
        right: 0;
        max-width: 360px;
        width: 100%
    }

        .about-home-right .about-home-before img {
            width: 100%
        }

@media only screen and (max-width:768px) {
    .about-home-right .about-home-before {
        top: 60px
    }
}

.about-home {
    max-width: 369px;
    width: 100%
}

    .about-home img {
        width: 100%
    }

    .about-home .owl-carousel .owl-dots {
        position: absolute;
        right: 20px;
        margin-top: 0;
        top: 50%;
        width: 0px;
        transform: translate(-50%) translateY(-50%)
    }

        .about-home .owl-carousel .owl-dots .owl-dot span {
            width: 12px;
            height: 3px;
            border: none;
            float: right;
            clear: both;
            position: relative
        }

            .about-home .owl-carousel .owl-dots .owl-dot span:after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 12px;
                height: 3px;
                background-color: #000;
                transition: all .5s linear
            }

        .about-home.owl-carousel .owl-dots .owl-dot span {
            background: #444
        }

        .about-home.owl-carousel .owl-dots .owl-dot.active span {
            background: #ed4c2f
        }

@media only screen and (max-width:480px) {
    .about-home-right .about-home-before {
        display: none
    }

    .about-home {
        max-width: 100%;
        width: 100%
    }

    .about-home-right {
        padding-bottom: 50px
    }
}

.home-2-about {
    position: absolute;
    inset: 0 15px;
    min-height: 300px
}

.number-block-one {
    position: relative
}

    .number-block-one .figcaption {
        position: relative;
        z-index: 1;
        transition: all .5s linear
    }

        .number-block-one .figcaption:after {
            content: "";
            position: absolute;
            left: 100%;
            bottom: 0;
            top: 0;
            width: 0px;
            z-index: -1;
            background-color: #fff;
            opacity: 1;
            transition: all .4s ease;
            -moz-transition: all .4s ease;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease
        }

    .number-block-one:hover .figcaption:after {
        width: 100%;
        left: 0;
        opacity: 1;
        transition: width .3s ease;
        z-index: -1
    }

    .number-block-one .figcaption-number {
        opacity: 1;
        color: #ed4c2f;
        margin-bottom: 15px
    }

        .number-block-one .figcaption-number span {
            font-size: 40px;
            font-weight: 900;
            display: block;
            height: 30px;
            line-height: 30px
        }

.animate-in-to-top:hover .animate-in-to-top-content {
    animation: animate-in-to-top-content .7s cubic-bezier(.25,.46,.45,.94) both
}

@keyframes animate-in-to-top-content {
    0% {
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform-origin: 50% 100%;
        opacity: 0
    }

    to {
        transform: translateY(0) rotateX(0) scale(1);
        transform-origin: 50% 1400px;
        opacity: 1
    }
}

.number-block-two {
    position: relative;
    border: 1px solid #f1f1f1
}

    .number-block-two .figcaption {
        position: relative;
        z-index: 1;
        transition: all .5s linear
    }

    .number-block-two .figcaption-number {
        overflow: hidden;
        position: absolute;
        right: 20px;
        bottom: 0;
        opacity: .1;
        color: #c4c4c4
    }

        .number-block-two .figcaption-number span {
            font-size: 80px;
            font-weight: 800;
            display: block
        }

    .number-block-two:hover .figcaption {
        box-shadow: 0 10px 30px #32323229
    }

.icon-font-block:hover .flat-icon, .sx-icon-box-wraper:hover .scale-in-center, .hover-animation-1:hover .scale-in-center {
    animation: bounce-in-fwd 1.1s both
}

@keyframes bounce-in-fwd {
    0% {
        transform: scale(0);
        animation-timing-function: ease-in;
        opacity: 0
    }

    38% {
        transform: scale(1);
        animation-timing-function: ease-out;
        opacity: 1
    }

    55% {
        transform: scale(.7);
        animation-timing-function: ease-in
    }

    72% {
        transform: scale(1);
        animation-timing-function: ease-out
    }

    81% {
        transform: scale(.84);
        animation-timing-function: ease-in
    }

    89% {
        transform: scale(1);
        animation-timing-function: ease-out
    }

    95% {
        transform: scale(.95);
        animation-timing-function: ease-in
    }

    to {
        transform: scale(1);
        animation-timing-function: ease-out
    }
}

.anchor-line a {
    text-decoration: none;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    padding-bottom: 3px;
    font-weight: 600
}

    .anchor-line a:hover, .anchor-line a:focus {
        background-size: 100% 2px
    }

.page-notfound {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

    .page-notfound span.title {
        position: relative;
        display: block;
        color: #ed4c2f;
        font-size: 250px;
        line-height: 150px;
        font-weight: 900;
        height: 175px;
        text-transform: uppercase;
        margin: 0 0 30px;
        font-family: Barlow Condensed,sans-serif
    }

    .page-notfound p {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        font-family: Barlow Condensed,sans-serif
    }

@media only screen and (max-width:480px) {
    .page-notfound span.title {
        font-size: 125px;
        line-height: 75px;
        font-weight: 900;
        height: 87px
    }
}

.get-in-touch-form {
    position: relative
}

.get-in-touch-form-section {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 520px
}

.get-in-touch-info {
    position: absolute;
    bottom: 0;
    max-width: 330px;
    left: 0;
    box-shadow: -10px -10px #ed4c2f
}

@media only screen and (max-width:991px) {
    .get-in-touch-form-section {
        max-width: 400px
    }
}

@media only screen and (max-width:768px) {
    .mobile-page-padding {
        padding: 30px 0
    }

        .mobile-page-padding.p-b10 {
            padding-bottom: 0
        }

    .inner-page-padding {
        padding: 30px 0
    }

    .mobile-page-padding .row.when-item-four [class*=col-]:nth-of-type(3) {
        margin-bottom: 0 !important
    }

    .mobile-page-padding .row [class*=col-]:last-child.m-b30 {
        margin-bottom: 0
    }

    .get-in-touch-form-section {
        position: inherit;
        left: auto;
        bottom: auto;
        margin: 0 auto
    }

    .get-in-touch-info {
        position: relative
    }
}

@media only screen and (max-width:575px) {
    .mobile-page-padding .row.when-item-four [class*=col-]:nth-of-type(3) {
        margin-bottom: 30px !important
    }
}

@media only screen and (max-width:480px) {
    .faq-1 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.faq-list div:last-child p {
    margin-bottom: 0
}

.counter-blocks .st-count-number {
    position: relative;
    display: inline-block;
    padding: 20px 0 11px 10px;
    z-index: 1
}

    .counter-blocks .st-count-number:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 27px;
        height: 100%;
        border: 4px solid #efefef;
        z-index: -1
    }

.sx-count {
    background-size: contain;
    border: 1px solid #e0e0e0
}

.project-mas p {
    margin-bottom: 0
}

.our-team-3 {
    position: relative
}

    .our-team-3 .our-team-info {
        position: relative;
        overflow: hidden;
        background: #000
    }

        .our-team-3 .our-team-info img {
            position: relative;
            display: block;
            width: 100%
        }

        .our-team-3 .our-team-info .our-team-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            z-index: 1
        }

            .our-team-3 .our-team-info .our-team-content a {
                color: #fff
            }

                .our-team-3 .our-team-info .our-team-content a:hover {
                    color: #ed4c2f
                }

.our-team-info {
    background: #34495e
}

    .our-team-info .our-team-content {
        padding: 30px 15px 30px 30px
    }

    .our-team-info .sx-team-name {
        position: absolute;
        bottom: 50px;
        left: 20px;
        right: 20px;
        margin: 0;
        z-index: 1;
        transition: transform .35s;
        transform: translate3d(200%,0,0)
    }

    .our-team-info .sx-team-position {
        position: absolute;
        color: #ed4c2f;
        bottom: 15px;
        left: 20px;
        margin: 0;
        right: 20px;
        z-index: 1;
        transition: transform .35s;
        transform: translate3d(200%,0,0)
    }

    .our-team-info p {
        float: right;
        clear: both;
        text-align: left;
        text-transform: none
    }

        .our-team-info p a {
            display: block;
            color: #fff;
            z-index: 10;
            opacity: 0;
            transform: translate3d(90px,0,0)
        }

            .our-team-info p a:hover, .our-team-info p a:focus {
                color: #ed4c2f
            }

    .our-team-info:hover .our-team-content:before, .our-team-info:hover .our-team-content:after {
        transform: translateZ(0)
    }

    .our-team-info:hover img {
        opacity: .3
    }

    .our-team-info:hover .sx-team-name, .our-team-info:hover .sx-team-position {
        transform: translateZ(0)
    }

    .our-team-info:hover p a {
        opacity: 1;
        transform: translateZ(0)
    }

        .our-team-info:hover p a:first-child {
            transition-delay: 25ms
        }

        .our-team-info:hover p a:nth-child(2) {
            transition-delay: .05s
        }

        .our-team-info:hover p a:nth-child(3) {
            transition-delay: 75ms
        }

        .our-team-info:hover p a:nth-child(4) {
            transition-delay: .1s
        }

@media only screen and (max-width:767px) {
    .our-team-info .sx-team-name {
        font-size: 20px;
        line-height: inherit;
        font-weight: 500
    }

    .our-team-info .sx-team-position {
        font-weight: 500
    }
}

.large-title-block {
    margin-bottom: 0;
    margin-top: 0
}

    .large-title-block.full-content {
        padding: 30px;
        margin-bottom: 50px
    }

    .large-title-block.full-content2 {
        padding-top: 56px;
        padding-bottom: 50px
    }

@media only screen and (max-width:991px) {
    .large-title-block {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:768px) {
    .large-title-block.full-content {
        padding-top: 30px;
        margin-bottom: 0;
        margin-top: 30px
    }

    .large-title-block.full-content2 {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .large-title-block {
        margin-bottom: 20px
    }
}

.team-single-social ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-family: Barlow Condensed,sans-serif;
    font-size: 20px
}

    .team-single-social ul li span:first-child {
        padding-right: 20px
    }

    .team-single-social ul li span i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
        font-size: 14px;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%
    }

.about-single-team-info {
    padding-left: 20px
}

    .about-single-team-info .our-story-year {
        border-left: 1px solid #000
    }

@media only screen and (max-width:991px) {
    .about-single-team-info {
        margin-top: 30px;
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .our-exp {
        padding-bottom: 0
    }
}

@media only screen and (max-width:480px) {
    .about-single-team-info .our-story {
        display: block
    }

        .about-single-team-info .our-story .our-story-info {
            display: block !important;
            justify-content: inherit !important
        }

    .about-single-team-info .our-story-year {
        border-left: 0px;
        padding-left: 0;
        margin-left: 0;
        display: inline-block;
        font-size: 14px;
        font-weight: 500
    }

    .about-single-team-info .our-story-time {
        min-width: auto;
        display: inline-block
    }

        .about-single-team-info .our-story-time .date, .about-single-team-info .our-story-time .month {
            display: inline-block;
            font-size: 14px;
            font-weight: 500
        }

        .about-single-team-info .our-story-time .date {
            padding-right: 3px
        }

    .about-single-team-info .our-story-detail {
        margin-left: 0
    }
}

.our-history .our-history-pic {
    height: 100%;
    position: absolute;
    z-index: 1;
    inset: 0
}

.our-history .pic-bg-border {
    position: relative
}

    .our-history .pic-bg-border:after {
        content: "";
        width: 50px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        background-image: url(cross-line2.338c836c2af52f94.png)
    }

.our-history .our-history-content {
    padding: 50px
}

.large-title .sx-title {
    position: relative;
    z-index: 1
}

    .large-title .sx-title:before {
        position: absolute;
        content: attr(data-title);
        color: #d2d2d21a;
        font-weight: 900;
        font-size: 130px;
        line-height: 130px;
        text-transform: uppercase;
        top: -60px;
        right: -60px;
        z-index: -1;
        font-family: Roboto,sans-serif
    }

@media only screen and (max-width:1199px) {
    .our-history .our-history-content {
        padding: 30px
    }

    .our-history .pic-bg-border:after {
        display: none
    }

    .large-title .sx-title:before {
        position: inherit;
        color: #d2d2d266;
        font-weight: 900;
        font-size: 60px;
        line-height: 60px;
        top: auto;
        right: auto;
        padding-right: 10px
    }
}

@media only screen and (max-width:991px) {
    .our-history .our-history-pic {
        position: inherit;
        z-index: 1;
        inset: 0;
        height: 350px
    }

    .our-history .our-history-content {
        padding: 20px 0 30px
    }

    .our-history.m-b30 {
        margin-bottom: 0
    }

        .our-history.m-b30 .our-history-content.pic-bg-border {
            padding-bottom: 0
        }
}

@media only screen and (max-width: 767px) {
    .large-title .sx-title {
        font-size: 20px
    }
}

.rs-addon-beforeafter-btn i {
    color: #fff;
    background-color: #2e313b;
    padding: 0 10px
}

.a-about {
    position: relative;
    margin-right: 80px;
    margin-bottom: 100px;
    z-index: 1
}

    .a-about .sx-media img {
        width: 100%
    }

    .a-about .dot-corner {
        position: absolute;
        right: -80px;
        bottom: -80px;
        z-index: -1
    }

    .a-about:after {
        border: 10px solid #ed4c2f;
        position: absolute;
        content: "";
        inset: 40px -40px -40px 40px;
        z-index: -1
    }

.a-about-home-right {
    margin-left: 30px
}

    .a-about-home-right .sx-tilte {
        margin-bottom: 50px
    }

.year-ex {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

    .year-ex .year-ex-info {
        padding: 30px;
        margin-right: 40px;
        display: flex;
        align-items: center
    }

    .year-ex .dot-corner {
        position: absolute;
        right: 0;
        bottom: -40px;
        z-index: -1
    }

.year-ex-count {
    margin-right: 30px
}

    .year-ex-count .text-outline {
        font-size: 130px;
        line-height: 140px;
        font-weight: 700;
        opacity: 1;
        color: #fff;
        -webkit-text-fill-color: rgba(0,0,0,0);
        -ms-text-fill-color: rgba(0,0,0,0);
        -moz-text-fill-color: rgba(0,0,0,0);
        -o-text-fill-color: rgba(0,0,0,0);
        -webkit-text-stroke-width: 1px;
        -ms-text-stroke-width: 1px;
        -moz-text-stroke-width: 1px;
        -o-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        -ms-text-stroke-color: #000;
        -moz-text-stroke-color: #000;
        -o-text-stroke-color: #000
    }

.year-ex-content {
    font-family: Barlow Condensed,sans-serif
}

    .year-ex-content span {
        display: block
    }

        .year-ex-content span.info1 {
            font-size: 24px;
            font-weight: 400
        }

        .year-ex-content span.info2 {
            font-size: 30px;
            font-weight: 500
        }

@media only screen and (max-width:1199px) {
    .year-ex .year-ex-info {
        padding: 20px;
        margin-right: 20px
    }

    .year-ex-count .text-outline {
        font-size: 60px;
        line-height: 60px
    }

    .year-ex-count {
        margin-right: 20px
    }

    .a-about-home-right {
        margin-left: 0
    }

    .sx-about-me-info {
        margin-bottom: 20px
    }

    .year-ex .dot-corner {
        bottom: -20px
    }

    .year-ex {
        margin-bottom: 30px
    }

    .a-about {
        margin-right: 60px;
        margin-bottom: 60px
    }

        .a-about .dot-corner {
            right: -60px;
            bottom: -60px
        }

    .a-about-home-right .sx-tilte {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:400px) {
    .year-ex-content span.info2 {
        font-size: 18px
    }

    .year-ex-content span.info1 {
        font-size: 16px
    }

    .two-part-b-section {
        display: block !important
    }

        .two-part-b-section .social-icons-style-one ul {
            display: inline-block;
            margin-top: 30px
        }
}

.a-about2 {
    position: relative;
    margin-right: 50px;
    margin-bottom: 80px;
    z-index: 1;
    padding: 0 20px
}

    .a-about2 .sx-media img {
        width: 100%
    }

    .a-about2 .dot-corner {
        position: absolute;
        right: -50px;
        bottom: -60px;
        z-index: -1
    }

    .a-about2:after {
        background-color: #ed4c2f;
        position: absolute;
        content: "";
        inset: 30% 0 0;
        z-index: -1;
        border-radius: 120px 0 0;
        box-shadow: 20px 30px 30px #0000001a
    }

.a-about-home-right2 {
    margin-left: 30px
}

    .a-about-home-right2 .sx-tilte {
        margin-bottom: 50px
    }

.year-ex2 {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    margin-left: 50px
}

    .year-ex2 .year-ex-info2 {
        padding: 30px 30px 30px 40px;
        display: flex;
        align-items: baseline
    }

.year-ex-count2 {
    margin-right: 30px
}

    .year-ex-count2 .text-outline {
        font-size: 130px;
        line-height: 140px;
        font-weight: 700;
        opacity: 1;
        color: #ed4c2f
    }

.year-ex-content2 {
    font-family: Barlow Condensed,sans-serif
}

    .year-ex-content2 span {
        display: block
    }

        .year-ex-content2 span.info1 {
            font-size: 24px;
            font-weight: 700;
            position: absolute;
            left: -40px;
            bottom: 0;
            transform: rotate(-90deg);
            width: 0px;
            white-space: nowrap
        }

        .year-ex-content2 span.info2 {
            font-size: 34px;
            font-weight: 700
        }

@media only screen and (max-width:1199px) {
    .a-about-home-right2 {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .year-ex2 {
        margin-bottom: 30px;
        margin-left: 0;
        background-image: none !important
    }

        .year-ex2 .year-ex-info2 {
            display: block
        }

        .year-ex2 .year-ex-info2 {
            padding: 0
        }

    .year-ex-count2 .text-outline {
        font-size: 70px;
        line-height: 60px;
        font-weight: 600
    }

    .year-ex-content2 span.info1 {
        font-size: 24px;
        font-weight: 600;
        position: inherit;
        left: auto;
        bottom: auto;
        transform: inherit
    }
}

@media only screen and (max-width:400px) {
    .year-ex-count2 .text-outline {
        font-size: 40px;
        line-height: 30px
    }

    .year-ex-content2 span.info2 {
        font-size: 20px;
        font-weight: 600
    }

    .a-about2 {
        margin-right: 20px;
        margin-bottom: 20px
    }

        .a-about2 .dot-corner {
            right: -15px;
            bottom: -15px
        }
}

.m-skills-left {
    margin-right: 40px
}

    .m-skills-left .sx-tilte {
        margin-bottom: 50px
    }

.m-skills-right {
    padding-left: 0;
    margin-top: 30px
}

    .m-skills-right .row [class*=col-]:nth-child(odd) {
        margin-top: -30px
    }

@media only screen and (max-width:1199px) {
    .m-skills-right .row [class*=col-]:nth-child(odd) {
        margin-top: 0
    }
}

@media only screen and (max-width:991px) {
    .m-skills-left {
        margin-right: 0
    }
}

.icon-count-2-outer {
    position: relative;
    z-index: 1;
    background-color: #fff;
    transition: all .5s linear;
    overflow: hidden;
    box-shadow: 0 0 20px #0000001a;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1)
}

    .icon-count-2-outer .icon-count-2 {
        padding: 40px 25px
    }

        .icon-count-2-outer .icon-count-2 p {
            margin-bottom: 30px
        }

    .icon-count-2-outer:hover {
        box-shadow: 0 10px 30px #32323229
    }

    .icon-count-2-outer:after {
        content: "";
        position: absolute;
        left: 100%;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 0px;
        z-index: -1;
        background-color: #000 !important;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease
    }

    .icon-count-2-outer:hover:after {
        width: 100%;
        left: 0;
        transition: width .3s ease;
        z-index: -1
    }

    .icon-count-2-outer:hover .icon-count-2 p, .icon-count-2-outer:hover .icon-count-2 .sx-tilte, .icon-count-2-outer:hover .site-button-link {
        color: #fff
    }

        .icon-count-2-outer:hover .site-button-link:before {
            background-color: #fff
        }

@media only screen and (max-width:767px) {
    .icon-count-2-outer-section [class*=col-]:last-child .icon-count-2-outer {
        margin-bottom: 0
    }
}

@media only screen and (max-width:575px) {
    .icon-count-2-outer .icon-count-2 {
        margin: 0
    }
}

.social-icons-style-one {
    position: relative;
    text-transform: uppercase
}

    .social-icons-style-one ul {
        position: relative;
        margin-right: 50px
    }

        .social-icons-style-one ul:after {
            position: absolute;
            content: "";
            left: 100%;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            width: 50px;
            height: 1px;
            background-color: #7e7c78
        }

    .social-icons-style-one .social-icons li a {
        color: #7e7c78;
        font-size: 14px;
        text-align: center;
        width: 36px;
        height: 36px;
        line-height: 28px;
        background-color: transparent;
        border: 1px solid #7e7c78;
        position: relative;
        z-index: 1
    }

        .social-icons-style-one .social-icons li a:hover {
            color: #fff;
            border: 1px solid transparent
        }

        .social-icons-style-one .social-icons li a:after {
            content: "";
            position: absolute;
            left: 100%;
            bottom: 0;
            top: 0;
            height: 100%;
            width: 0px;
            z-index: -1;
            background-color: #000 !important;
            transition: all .4s ease;
            -moz-transition: all .4s ease;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease
        }

        .social-icons-style-one .social-icons li a:hover:after {
            width: 100%;
            left: 0;
            transition: width .3s ease;
            z-index: -1
        }

    .social-icons-style-one.sm-style .social-icons li a {
        font-size: 12px;
        width: 24px;
        height: 24px;
        line-height: 16px
    }

.contact-home1-left .line-list-style {
    margin: 0
}

.line-list-style li {
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-family: Barlow Condensed,sans-serif;
    font-size: 20px;
    color: #000;
    padding-left: 30px;
    font-weight: 500
}

    .line-list-style li:last-child {
        margin-bottom: 0
    }

    .line-list-style li:before {
        position: absolute;
        content: "";
        left: 0;
        top: 18px;
        width: 20px;
        height: 2px;
        background-color: #ec4c2f
    }

[class^=box-animation-] {
    position: relative;
    display: block;
    margin: 0;
    max-width: 100%;
    background-color: #ed4c2fcc;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

    [class^=box-animation-] img {
        width: 100%
    }

    [class^=box-animation-] .box-inner-content {
        background-color: #ffffffe6;
        padding: 20px;
        position: absolute;
        inset: 15px;
        border: 1px solid rgba(0,0,0,.1);
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    [class^=box-animation-], [class^=box-animation-] *, [class^=box-animation-] :after, [class^=box-animation-] :before, [class^=box-animation-]:after, [class^=box-animation-]:before {
        box-sizing: border-box;
        transition: all .35s ease
    }

[class^=box-animation-one]:before {
    opacity: 0;
    background: inherit;
    position: absolute;
    content: "";
    transition-delay: .1s
}

[class^=box-animation-one] .box-inner-content {
    opacity: 0;
    transition-delay: 0s
}

    [class^=box-animation-one] .box-inner-content .sx-tilte {
        margin-bottom: 5px
    }

[class^=box-animation-one]:hover:before {
    opacity: 1;
    transition-delay: 0s
}

[class^=box-animation-one]:hover .box-inner-content {
    opacity: 1;
    transition-delay: .1s
}

.box-animation-one:before {
    inset: 50% -35%;
    transform: rotate(45deg)
}

.box-animation-one:hover:before {
    top: -50%;
    bottom: -50%
}

.box-inner-content i {
    display: inline-block;
    margin-top: 20px;
    width: 70px;
    height: 70px;
    position: relative
}

    .box-inner-content i:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 1px;
        background-color: #000;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%
    }

    .box-inner-content i:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 0px;
        background-color: #000;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%
    }

.box-animation-one:hover .box-inner-content i:after {
    width: 70px
}

.box-animation-one:hover .box-inner-content i:before {
    height: 70px
}

@media only screen and (max-width:991px) {
    .box-animation-one:hover .box-inner-content i:before {
        height: 30px
    }

    .box-animation-one:hover .box-inner-content i:after {
        width: 35px
    }

    .box-inner-content i {
        margin-top: 10px;
        width: 35px;
        height: 35px
    }
}

.full-landing-image {
    width: 100%
}

.s-post-pagination-control {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    position: relative;
    padding: 40px
}

    .s-post-pagination-control:before {
        position: absolute;
        content: "";
        background-color: #e4e4e4;
        height: 100%;
        width: 1px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1
    }

@media only screen and (max-width: 767px) {
    .s-post-pagination-control {
        padding: 12px
    }
}

.s-post-pagination-control .paging-item {
    display: flex;
    align-items: center
}

@media all and (max-width: 767.98px) {
    .s-post-pagination-control .paging-item {
        flex-direction: column
    }
}

@media all and (max-width: 991.98px) {
    .s-post-pagination-control .paging-item {
        align-items: end
    }
}

.s-post-pagination-control .paging-item .paging-content .paging-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0
}

    .s-post-pagination-control .paging-item .paging-content .paging-title a {
        color: #393738
    }

        .s-post-pagination-control .paging-item .paging-content .paging-title a:hover {
            color: #ee212b
        }

.s-post-pagination-control .paging-item .paging-content a.paging-link {
    display: inline-block;
    color: #3e3e3e;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 10px;
    background-color: #fcf9f0;
    padding: 10px
}

@media only screen and (max-width:480px) {
    .s-post-pagination-control .paging-item .paging-content a.paging-link {
        font-size: 12px
    }
}

.s-post-pagination-control .paging-item .paging-content a.paging-link:hover {
    color: #ed4c2f
}

.s-post-pagination-control .paging-item .paging-content a.paging-link i {
    padding-right: 10px;
    font-weight: 700;
    color: #ed4c2f
}

.s-post-pagination-control .paging-left {
    margin-right: 10px;
    max-width: 300px
}

.s-post-pagination-control .paging-right {
    margin-left: 10px;
    max-width: 300px
}

@media all and (max-width: 767.98px) {
    .s-post-pagination-control .paging-right {
        flex-direction: column-reverse;
        align-items: flex-end
    }
}

.s-post-pagination-control .paging-right .paging-content {
    text-align: right
}

    .s-post-pagination-control .paging-right .paging-content a.paging-link i {
        padding: 0 0 0 10px
    }

.rotate-center {
    animation: rotate-center 20s linear infinite
}

@keyframes rotate-center {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ed4c2f
}

.swiper-button-next, .swiper-button-prev {
    color: #ed4c2f
}

.product-block {
    background-color: #f7f7f3;
    padding: 20px;
    margin-bottom: 30px
}

    .product-block ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

.sx-service2-box {
    position: relative
}

    .sx-service2-box .sx-service2-inner {
        position: relative;
        overflow: hidden;
        background: #000
    }

        .sx-service2-box .sx-service2-inner img {
            position: relative;
            display: block;
            max-width: none;
            width: calc(100% + 30px);
            opacity: 1;
            transition: opacity .35s,transform .35s;
            transform: translate3d(-15px,0,0) scale(1.1);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

        .sx-service2-box .sx-service2-inner .figcaption {
            padding: 30px;
            color: #fff;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

        .sx-service2-box .sx-service2-inner .figcaption {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

.sx-service2-inner:hover img {
    opacity: .5;
    transform: translateZ(0) scale(1)
}

.sx-service2-inner .sx-title {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    background-color: #fff
}

.sx-service2-inner p {
    padding: 0 15px 10px 0;
    width: 80%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    transition: opacity .35s,transform .35s;
    transform: translate3d(-40px,0,0)
}

.sx-service2-inner:hover p {
    opacity: 1;
    transform: translateZ(0)
}

.sx-service2-inner a.site-button-link {
    opacity: 0;
    transition: opacity .35s,transform .35s;
    transform: translate3d(-40px,0,0)
}

.sx-service2-inner:hover a.site-button-link {
    opacity: 1;
    transform: translateZ(0)
}

.awards-left {
    padding-right: 20px
}

.swiper-container {
    position: relative;
    overflow: hidden
}

.sx-team2-swiper.swiper-container {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px
}

    .sx-team2-swiper.swiper-container .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 500px
    }

@media only screen and (max-width:991px) {
    .sx-team2-swiper.swiper-container .swiper-slide {
        width: 380px
    }
}

@media only screen and (max-width:420px) {
    .sx-team2-swiper.swiper-container .swiper-slide {
        width: 260px
    }
}

.sx-team2-swiper .swiper-pagination.swiper-pagination-fraction {
    font-size: 45px;
    line-height: 40px;
    font-weight: 100;
    bottom: 0;
    color: #000;
    font-family: Barlow Condensed,sans-serif
}

.sx-team2-swiper .swiper-pagination-current {
    font-size: 24px;
    font-weight: 600
}

.sx-team2-swiper .swiper-pagination-total {
    color: #ed4c2f;
    font-weight: 600
}

.typewrite > .wrap {
    border-color: transparent !important
}

.list-my-skils {
    margin-top: 0;
    float: left;
    width: 100%
}

@media only screen and (max-width:991px) {
    .list-my-skils {
        margin-top: -30px
    }
}

.list-my-skils ul {
    list-style: none;
    margin-bottom: 0;
    width: 50%;
    float: left
}

    .list-my-skils ul li {
        padding-right: 10px
    }

        .list-my-skils ul li span {
            padding: 5px 20px;
            font-family: Barlow Condensed,sans-serif;
            font-weight: 600;
            font-size: 24px;
            color: #000;
            display: block;
            position: relative;
            cursor: pointer;
            outline: none !important
        }

            .list-my-skils ul li span:hover {
                color: #ed4c2f
            }

.popover {
    border: 0px
}

    .popover .arrow {
        display: none
    }

    .popover .popover-body {
        padding: 0;
        box-shadow: -15px 15px 30px #0003
    }

@media only screen and (max-width:640px) {
    .popover .popover-body {
        max-width: 100px;
        box-shadow: -5px 5px 15px #0003
    }
}

@media only screen and (max-width:767px) {
    .list-my-skils ul li span {
        font-size: 20px
    }
}

@media only screen and (max-width:480px) {
    .list-my-skils ul li span {
        font-size: 16px
    }
}

@media only screen and (max-width:400px) {
    .list-my-skils ul li {
        width: 100%
    }

        .list-my-skils ul li span {
            padding: 5px 0
        }
}

.swiper-pagination-bullet {
    background-color: #727272;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #ed4c2f
}

.hvr-gradeant {
    background: #000;
    background: linear-gradient(135deg,#000000 0%,#000000 25%,#1e539e 50%,#ff3083 75%,#7800a8 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: .5s all;
    z-index: 1
}

    .hvr-gradeant:hover {
        background-position: 100% 100%
    }

    .hvr-gradeant img {
        position: relative;
        z-index: 0;
        opacity: .5
    }

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px
}

@media only screen and (max-width:767px) {
    .sx-bg-none {
        background-image: none !important
    }
}

.custom-tp-navigation {
    position: absolute !important;
    left: 50%;
    bottom: 100px
}

.home-1-slider {
    width: 100%;
    height: 960px;
    position: relative;
    overflow: hidden
}

    .home-1-slider .swiper-slide {
        background-size: cover;
        background-position: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .home-1-slider .sx-bnr-2-content > * {
        opacity: 0;
        transform: translateY(25px);
        transition: all .4s
    }

    .home-1-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-2-content > * {
        opacity: 1;
        transform: none
    }

    .home-1-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-2-content > .sx-bnr-2-small-title {
        transition-delay: .3s
    }

    .home-1-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-2-content > .sx-bnr-2-large-title {
        transition-delay: .4s
    }

    .home-1-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-2-content > .sx-bnr-readmore {
        transition-delay: .6s
    }

    .home-1-slider .sx-bnr-2-content-wrap {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .home-1-slider .sx-bnr-2-content {
        max-width: 790px
    }

        .home-1-slider .sx-bnr-2-content .sx-bnr-readmore {
            display: inline-block;
            position: relative
        }

            .home-1-slider .sx-bnr-2-content .sx-bnr-readmore .sld-1-btn {
                display: inline-flex;
                padding: 25px 50px;
                margin-right: 50px
            }

    .home-1-slider .sx-bnr-2-small-title {
        margin-bottom: 30px;
        position: relative;
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        padding: 0 20px;
        color: #000;
        letter-spacing: 0px;
        display: inline-block;
        font-family: Barlow Condensed,sans-serif
    }

        .home-1-slider .sx-bnr-2-small-title:before {
            position: absolute;
            left: 0;
            top: 0;
            content: "[";
            font-size: 30px;
            line-height: 30px;
            font-weight: 600;
            color: #000;
            display: inline-block;
            font-family: Barlow Condensed,sans-serif
        }

        .home-1-slider .sx-bnr-2-small-title:after {
            position: absolute;
            right: 0;
            top: 0;
            content: "]";
            font-size: 30px;
            line-height: 30px;
            font-weight: 600;
            color: #000;
            display: inline-block;
            font-family: Barlow Condensed,sans-serif
        }

    .home-1-slider .sx-bnr-2-large-title {
        margin-bottom: 40px;
        font-size: 80px;
        font-weight: 800;
        color: #000;
        display: inline-block;
        text-transform: uppercase;
        font-family: Barlow Condensed,sans-serif
    }

    .home-1-slider .sx-bnr-images {
        margin-top: 100px;
        opacity: 0;
        transform: translateY(25px);
        transition: all .4s
    }

    .home-1-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-images {
        transition-delay: .6s;
        opacity: 1;
        transform: none
    }

    .home-1-slider .sld-bld-text-wrap {
        position: absolute;
        right: 0;
        bottom: 40px;
        z-index: 1
    }

        .home-1-slider .sld-bld-text-wrap .sld-bld-text {
            opacity: 0;
            transform: translate(200px);
            transition: all 1s;
            white-space: nowrap;
            font-size: 200px;
            line-height: .75;
            font-weight: 800;
            letter-spacing: 10px;
            color: #fff;
            display: inline-block;
            text-transform: uppercase;
            text-shadow: 0px 15px 30px rgba(0,0,0,.15);
            font-family: Barlow Condensed,sans-serif
        }

    .home-1-slider .sx-bnr-2-wrap.swiper-slide-active .sld-bld-text-wrap .sld-bld-text {
        transition-delay: 1s;
        opacity: 1;
        transform: none
    }

    .home-1-slider .swiper-button-prev, .home-1-slider .swiper-button-next {
        background: transparent;
        width: 55px;
        height: 55px;
        line-height: 53px;
        margin-top: -30px;
        text-align: center;
        border: 1px solid #212223;
        border-radius: 55px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        color: #000;
        overflow: hidden
    }

        .home-1-slider .swiper-button-prev:before, .home-1-slider .swiper-button-next:before {
            content: "";
            background-color: #000;
            width: 55px;
            height: 55px;
            position: absolute;
            right: 100%;
            top: 0;
            transition: all .3s ease;
            z-index: 0
        }

    .home-1-slider:hover .swiper-button-prev, .home-1-slider:hover .swiper-button-next {
        transform: translate(0);
        opacity: 1;
        visibility: visible
    }

    .home-1-slider .swiper-button-prev:hover:before, .home-1-slider .swiper-button-next:hover:before {
        right: 0%
    }

    .home-1-slider .swiper-button-prev:hover:after, .home-1-slider .swiper-button-next:hover:after {
        color: #fff;
        z-index: 1
    }

    .home-1-slider .swiper-button-prev {
        left: 25px;
        transform: translate(50px)
    }

    .home-1-slider .swiper-button-next {
        right: 25px;
        transform: translate(-50px)
    }

@media only screen and (max-width:1366px) {
    .home-1-slider {
        height: 820px
    }
}

@media only screen and (max-width:1200px) {
    .home-1-slider {
        height: 800px
    }

        .home-1-slider .sx-bnr-images {
            margin-top: 160px
        }

        .home-1-slider .sx-bnr-2-content {
            margin-left: 55px
        }

        .home-1-slider .sld-bld-text-wrap .sld-bld-text {
            font-size: 100px
        }
}

@media only screen and (max-width:1199px) {
    .home-1-slider .sx-bnr-2-content {
        max-width: 590px;
        margin-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .home-1-slider .sx-bnr-images {
        margin-top: 50px
    }

    .home-1-slider .sx-bnr-2-content {
        max-width: 630px
    }
}

@media only screen and (max-width:991px) {
    .home-1-slider {
        height: 1270px
    }

        .home-1-slider .sx-bnr-2-content {
            margin: 200px auto 30px;
            text-align: center
        }

        .home-1-slider .sx-bnr-images {
            margin-top: 0
        }

        .home-1-slider .sx-bnr-2-content-wrap {
            display: block
        }

        .home-1-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-images {
            text-align: center;
            margin: 0 auto;
            max-width: 424px
        }

            .home-1-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-images img {
                display: block;
                margin: 0 auto
            }
}

@media only screen and (max-width:768px) {
    .home-1-slider .sx-bnr-2-content {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

    .home-1-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-images {
        text-align: center
    }
}

@media only screen and (max-width:575px) {
    .home-1-slider .sx-bnr-2-content {
        max-width: 360px;
        text-align: center
    }

    .home-1-slider .sx-bnr-2-large-title {
        font-size: 50px
    }

    .home-1-slider .sx-bnr-2-small-title {
        font-size: 22px
    }

    .home-1-slider .sld-bld-text-wrap .sld-bld-text {
        font-size: 50px
    }
}

@media only screen and (max-width:460px) {
    .home-1-slider .sx-bnr-2-large-title {
        font-size: 32px
    }

    .home-1-slider .sx-bnr-2-small-title {
        font-size: 18px
    }

    .home-1-slider {
        height: auto
    }
}

.home-2-slider {
    width: 100%;
    height: 900px;
    position: relative;
    overflow: hidden;
    border-style: solid;
    border-color: #242535;
    border-width: 0px 100px 100px 100px
}

    .home-2-slider .swiper-slide {
        background-size: cover;
        background-position: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        overflow: hidden
    }

    .home-2-slider .sx-bnr-2-content > * {
        opacity: 0;
        transform: translateY(25px);
        transition: all .4s
    }

    .home-2-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-2-content > * {
        opacity: 1;
        transform: none
    }

    .home-2-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-2-content > .sx-bnr-2-small-title {
        transition-delay: .3s
    }

    .home-2-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-2-content > .sx-bnr-2-large-title {
        transition-delay: .4s
    }

    .home-2-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-2-content > .sx-bnr-readmore {
        transition-delay: .6s
    }

    .home-2-slider .sx-bnr-2-content-wrap {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .home-2-slider .sx-bnr-2-content {
        max-width: 790px;
        position: relative;
        z-index: 1
    }

        .home-2-slider .sx-bnr-2-content .sx-bnr-readmore {
            display: inline-block;
            position: relative
        }

            .home-2-slider .sx-bnr-2-content .sx-bnr-readmore .sld-1-btn {
                display: inline-flex;
                padding: 25px 50px;
                margin-right: 50px
            }

    .home-2-slider .sx-bnr-2-small-title {
        margin-bottom: 30px;
        position: relative;
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        padding: 0 20px;
        color: #fff;
        letter-spacing: 0px;
        display: inline-block;
        font-family: Barlow Condensed,sans-serif
    }

        .home-2-slider .sx-bnr-2-small-title:before {
            position: absolute;
            left: 0;
            top: 0;
            content: "[";
            font-size: 30px;
            line-height: 30px;
            font-weight: 600;
            color: #fff;
            display: inline-block;
            font-family: Barlow Condensed,sans-serif
        }

        .home-2-slider .sx-bnr-2-small-title:after {
            position: absolute;
            right: 0;
            top: 0;
            content: "]";
            font-size: 30px;
            line-height: 30px;
            font-weight: 600;
            color: #fff;
            display: inline-block;
            font-family: Barlow Condensed,sans-serif
        }

    .home-2-slider .sx-bnr-2-large-title {
        margin-bottom: 40px;
        font-size: 80px;
        font-weight: 800;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        font-family: Barlow Condensed,sans-serif
    }

    .home-2-slider .sx-bnr-images {
        margin-top: 100px;
        max-width: 820px;
        opacity: 0;
        transform: translateY(25px);
        transition: all .4s;
        position: absolute;
        right: -100px;
        bottom: -100px
    }

        .home-2-slider .sx-bnr-images img {
            display: block;
            margin-left: auto
        }

    .home-2-slider .sx-bnr-2-wrap.swiper-slide-active .sx-bnr-images {
        transition-delay: .6s;
        opacity: 1;
        transform: none
    }

    .home-2-slider .sld-bld-text-wrap {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1
    }

        .home-2-slider .sld-bld-text-wrap .sld-bld-text {
            opacity: 0;
            transform: translate(200px);
            transition: all 1s;
            white-space: nowrap;
            font-size: 200px;
            line-height: .75;
            font-weight: 800;
            letter-spacing: 10px;
            color: #fff;
            display: inline-block;
            text-transform: uppercase;
            text-shadow: 0px 15px 30px rgba(0,0,0,.15);
            font-family: Barlow Condensed,sans-serif
        }

    .home-2-slider .sx-bnr-2-wrap.swiper-slide-active .sld-bld-text-wrap .sld-bld-text {
        transition-delay: 1s;
        opacity: 1;
        transform: none
    }

    .home-2-slider .swiper-button-prev, .home-2-slider .swiper-button-next {
        background: transparent;
        width: 55px;
        height: 55px;
        line-height: 53px;
        margin-top: -30px;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 55px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        color: #fff;
        overflow: hidden
    }

        .home-2-slider .swiper-button-prev:before, .home-2-slider .swiper-button-next:before {
            content: "";
            background-color: #000;
            width: 55px;
            height: 55px;
            position: absolute;
            right: 100%;
            top: 0;
            transition: all .3s ease;
            z-index: 0
        }

    .home-2-slider:hover .swiper-button-prev, .home-2-slider:hover .swiper-button-next {
        transform: translate(0);
        opacity: 1;
        visibility: visible
    }

    .home-2-slider .swiper-button-prev:hover:before, .home-2-slider .swiper-button-next:hover:before {
        right: 0%
    }

    .home-2-slider .swiper-button-prev:hover:after, .home-2-slider .swiper-button-next:hover:after {
        color: #fff;
        z-index: 1
    }

    .home-2-slider .swiper-button-prev {
        left: 25px;
        transform: translate(50px)
    }

    .home-2-slider .swiper-button-next {
        right: 25px;
        transform: translate(-50px)
    }

@media only screen and (max-width:1366px) {
    .home-2-slider {
        height: 720px
    }

        .home-2-slider .sx-bnr-images {
            max-width: 700px
        }
}

@media only screen and (max-width:1365px) {
    .home-2-slider {
        height: 700px;
        border-width: 0px 40px 40px 40px
    }

        .home-2-slider .sx-bnr-images {
            max-width: 600px;
            right: -40px;
            bottom: -40px
        }

        .home-2-slider .sx-bnr-2-content {
            margin-left: 55px
        }

        .home-2-slider .sld-bld-text-wrap .sld-bld-text {
            font-size: 100px
        }
}

@media only screen and (max-width:1199px) {
    .home-2-slider .sx-bnr-2-content {
        max-width: 540px;
        margin-left: 0
    }
}

@media only screen and (max-width:991px) {
    .home-2-slider {
        height: 1000px;
        border-width: 0px
    }

        .home-2-slider .sx-bnr-images {
            position: relative
        }

        .home-2-slider .sx-bnr-2-content {
            margin-top: 120px
        }

        .home-2-slider .sx-bnr-images {
            margin-top: 0
        }

        .home-2-slider .sx-bnr-images {
            max-width: 600px;
            right: 0;
            bottom: 0;
            margin: 0 20px
        }
}

@media only screen and (max-width:575px) {
    .home-2-slider .sx-bnr-2-content {
        max-width: 540px;
        text-align: center
    }

    .home-2-slider .sx-bnr-2-large-title {
        font-size: 50px
    }

    .home-2-slider .sx-bnr-2-small-title {
        font-size: 22px
    }

    .home-2-slider .sld-bld-text-wrap .sld-bld-text {
        font-size: 50px
    }
}

@media only screen and (max-width:460px) {
    .home-2-slider .sx-bnr-2-large-title {
        font-size: 32px
    }

    .home-2-slider .sx-bnr-2-small-title {
        font-size: 18px
    }

    .home-2-slider {
        height: auto
    }
}

.styleswitcher .switcher-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px
}

.styleswitcher {
    position: fixed;
    transition: .5s all ease;
    left: -148px;
    top: 250px;
    width: 148px;
    height: 108px;
    padding: 15px;
    z-index: 999;
    background-color: #fff;
    box-shadow: 2px 1px 5px #0000001a;
    -webkit-box-shadow: 2px 1px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 2px 1px 5px rgba(0,0,0,.1);
    -o-box-shadow: 2px 1px 5px rgba(0,0,0,.1)
}

    .styleswitcher.active {
        left: 0
    }

.styleswitcher-inner {
    position: absolute;
    top: 3px;
    left: 0;
    padding: 18px;
    width: 100%;
    height: 100%;
    overflow: auto
}

.styleswitcher .switcher-btn-bx {
    position: absolute;
    right: -40px;
    top: 69px;
    box-shadow: 7px 0 5px #0000001a;
    -webkit-box-shadow: 7px 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: 7px 0 5px rgba(0,0,0,.1);
    -o-box-shadow: 7px 0 5px rgba(0,0,0,.1)
}

.switch-btn {
    box-shadow: 2px 1px 5px #00000080;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 21px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    background: #111
}

    .switch-btn:hover {
        color: #f5bf23
    }

.layout-view, .nav-view, .nav-width, .header-view, .color-skins, .pattern-switcher, .background-switcher {
    margin: 0;
    padding: 0
}

.color-skins {
    display: flex;
    flex-wrap: wrap
}

.layout-view li, .nav-view li, .nav-width li, .header-view li {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px -3px 5px 0;
    font-weight: 400;
    cursor: pointer;
    min-width: 90px;
    text-align: center;
    font-size: 11px;
    border: 1px solid #212121;
    color: #5c5c5c;
    text-transform: uppercase;
    border-radius: 10px
}

    .layout-view li.active, .nav-view li.active, .nav-width li.active, .header-view li.active {
        color: #fff;
        border: 1px solid #494848
    }

    .layout-view li a {
        color: inherit;
        padding: 5px 10px;
        display: block
    }

.color-skins li {
    display: block;
    list-style: outside none none;
    margin: 0 2px 2px 0;
    cursor: pointer
}

    .color-skins li a {
        display: block;
        width: 20px;
        height: 20px
    }

    .color-skins li .skin-1 {
        background-color: #ed4c2f
    }

    .color-skins li .skin-2 {
        background-color: #1c63b8
    }

    .color-skins li .skin-3 {
        background-color: #5c85b7
    }

    .color-skins li .skin-4 {
        background-color: #d87c44
    }

    .color-skins li .skin-5 {
        background-color: red
    }

    .color-skins li .skin-6 {
        background-color: #3c50ff
    }

    .color-skins li .skin-7 {
        background-color: #f5bf23
    }

    .color-skins li .skin-8 {
        background-color: #e63f75
    }

    .color-skins li .skin-9 {
        background-color: #1bbce8
    }

    .color-skins li .skin-10 {
        background-color: #1abc9c
    }

.background-switcher li, .pattern-switcher li {
    display: inline-block;
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin: 0 4px 10px;
    cursor: pointer
}

    .background-switcher li img, .pattern-switcher li img {
        display: inline-block;
        width: 35px;
        height: 35px;
        min-width: 35px;
        margin: 0 4px 10px;
        cursor: pointer;
        border-radius: 100%
    }
