@charset "UTF-8";

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --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%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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

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

[tabindex="-1"]:focus {
    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
}

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
}

dfn {
    font-style: italic
}

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;
    -webkit-text-decoration-skip: objects
}

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

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, 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:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

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-cancel-button,
[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-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

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

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

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

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

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

.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,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: 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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

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

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

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

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

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

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

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

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

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

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

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

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

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

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

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

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

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

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

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

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

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

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

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

.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-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-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-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-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-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-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-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: rgba(0, 0, 0, .075)
}

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

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

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

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

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

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

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

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

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

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

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

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: .5px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

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

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

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

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

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

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

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

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-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.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-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.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-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    padding: 14px;
    margin-bottom: 1rem
}

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

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
    color: #6c757d
}

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

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

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

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

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

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

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    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 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.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~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

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

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

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

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

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

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

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

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

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

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    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 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.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~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

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

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

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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 .input-group {
        width: auto
    }

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

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

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

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

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

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

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

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 {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

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

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

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

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

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

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

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

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

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

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

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

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

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

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

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

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

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

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

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

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

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

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

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

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

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

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

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

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

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

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

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

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

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

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

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

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

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

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

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

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

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

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

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

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

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

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

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

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

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

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

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

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.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 {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

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

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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 {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    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 {
    margin-top: 0;
    margin-right: .125rem
}

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

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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-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;
    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
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 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-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

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

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.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 {
    margin-left: 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

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

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

.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 {
    margin-left: -1px
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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>.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;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

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

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

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

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

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

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

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

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

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

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

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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: rgba(0, 123, 255, .5)
}

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

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

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

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

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

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

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.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 {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

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

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

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff
}

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    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(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

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

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

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

.nav-link.disabled {
    color: #6c757d
}

.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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

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

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

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

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

.navbar-toggler {
    padding: .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:not(:disabled):not(.disabled) {
    cursor: pointer
}

.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 {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767.98px) {

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

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991.98px) {

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

@media (min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199.98px) {

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

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

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

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

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

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

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

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .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: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

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

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

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

.card-header-tabs {
    margin-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;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

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

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

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

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

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .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: -webkit-box;
    display: -ms-flexbox;
    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 {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

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

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

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

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

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

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

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

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

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

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

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

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

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

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

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

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

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

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

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

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

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

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    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;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 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:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

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

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

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

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

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .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-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

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

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

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

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

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-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) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

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

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

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

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

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

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    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-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

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

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.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: transparent no-repeat center center;
    background-size: 100% 100%
}

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

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

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

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

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

.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 {
    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-circle {
    border-radius: 50% !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

.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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

.fixed-top {
    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:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

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

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

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

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

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

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

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

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

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

.mh-100 {
    max-height: 100% !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-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-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-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-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-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
    }
}

.text-justify {
    text-align: justify !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-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !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: #0062cc !important
}

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

a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

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

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

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

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

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

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

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

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.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 #999;
        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 {
        min-width: 992px !important
    }

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

.post-thumb-container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa
}

.post-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.post-thumb-img:hover {
    transform: scale(1.05)
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    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
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-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 {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.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;
    -ms-touch-action: pan-Y;
    -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;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.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 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-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
    }

    100% {
        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 img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 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%
}

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left
}

.ss-content {
    height: 100%;
    width: calc(100% + 18px);
    padding: 0;
    position: relative;
    overflow-x: auto;
    overflow-y: scroll;
    box-sizing: border-box
}

.ss-content.rtl {
    width: calc(100% + 18px);
    right: auto
}

.ss-scroll {
    position: relative;
    background: rgba(0, 0, 0, .1);
    width: 9px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity .25s linear
}

.ss-hidden {
    display: none
}

.ss-container:active .ss-scroll,
.ss-container:hover .ss-scroll {
    opacity: 1
}

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../../webfonts/fontawesome-webfont3e6e.eot);
    src: url(../../webfonts/fontawesome-webfontd41d.eot) format('embedded-opentype'), url(../../webfonts/fontawesome-webfont3e6e.woff2) format('woff2'), url(../../webfonts/fontawesome-webfont3e6e.woff) format('woff'), url(../../webfonts/fontawesome-webfont3e6e.ttf) format('truetype'), url(../../webfonts/fontawesome-webfont3e6e.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 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 {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

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

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-tiktok:before {
    content: '\e07b'
}

.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-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

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

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

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

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

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

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

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

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

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

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

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

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

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

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

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

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

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

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

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

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

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

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

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

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

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

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

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

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc: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-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing: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-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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
}

@font-face {
    font-family: icomoon;
    src: url(https://www.upbeyond.com.co/assets/webfonts/icomoonb124.eot);
    src: url(https://www.upbeyond.com.co/assets/webfonts/icomoonb124.eot) format('embedded-opentype'), url(https://www.upbeyond.com.co/assets/webfonts/icomoonb124.ttf) format('truetype'), url(https://www.upbeyond.com.co/assets/webfonts/icomoonb124.woff) format('woff'), url(https://www.upbeyond.com.co/assets/webfonts/icomoonb124.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-banking-mobile:before {
    content: "\e967"
}

.icon-analysis:before {
    content: "\e968"
}

.icon-anchor:before {
    content: "\e969"
}

.icon-announcement:before {
    content: "\e96a"
}

.icon-bank:before {
    content: "\e96b"
}

.icon-bid:before {
    content: "\e96c"
}

.icon-bug3:before {
    content: "\e96d"
}

.icon-business-man:before {
    content: "\e96e"
}

.icon-chair:before {
    content: "\e96f"
}

.icon-cloud-service:before {
    content: "\e970"
}

.icon-code:before {
    content: "\e975"
}

.icon-card-credict:before {
    content: "\e976"
}

.icon-analysis-data:before {
    content: "\e977"
}

.icon-date:before {
    content: "\e978"
}

.icon-document:before {
    content: "\e979"
}

.icon-dollar:before {
    content: "\e97a"
}

.icon-employee:before {
    content: "\e97b"
}

.icon-file-sharing:before {
    content: "\e97c"
}

.icon-folder3:before {
    content: "\e97d"
}

.icon-global-money:before {
    content: "\e97e"
}

.icon-growth:before {
    content: "\e97f"
}

.icon-idea:before {
    content: "\e980"
}

.icon-keywords:before {
    content: "\e981"
}

.icon-landing-page:before {
    content: "\e982"
}

.icon-law:before {
    content: "\e983"
}

.icon-link3:before {
    content: "\e984"
}

.icon-location4:before {
    content: "\e985"
}

.icon-designing-mobile:before {
    content: "\e986"
}

.icon-money:before {
    content: "\e987"
}

.icon-banking-online:before {
    content: "\e988"
}

.icon-page-quality:before {
    content: "\e989"
}

.icon-page-security:before {
    content: "\e98a"
}

.icon-page-setting:before {
    content: "\e98b"
}

.icon-page-view:before {
    content: "\e98c"
}

.icon-partnership:before {
    content: "\e98d"
}

.icon-pay-perclick:before {
    content: "\e98e"
}

.icon-pin:before {
    content: "\e98f"
}

.icon-portfolio:before {
    content: "\e990"
}

.icon-premium:before {
    content: "\e991"
}

.icon-presentation:before {
    content: "\e992"
}

.icon-rocket3:before {
    content: "\e993"
}

.icon-money-save:before {
    content: "\e994"
}

.icon-seo-tag:before {
    content: "\e995"
}

.icon-sharing:before {
    content: "\e996"
}

.icon-signature:before {
    content: "\e997"
}

.icon-social:before {
    content: "\e998"
}

.icon-speed:before {
    content: "\e999"
}

.icon-stamp:before {
    content: "\e99a"
}

.icon-tap:before {
    content: "\e99b"
}

.icon-attention-favori:before {
    content: "\e99c"
}

.icon-discount-price-t:before {
    content: "\e99d"
}

.icon-draw-edit-pencil:before {
    content: "\e99e"
}

.icon-find-magnifier-m:before {
    content: "\e99f"
}

.icon-approve-like-thu:before {
    content: "\e9a0"
}

.icon-download-loop-re:before {
    content: "\e9a1"
}

.icon-close-no-reject:before {
    content: "\e9a2"
}

.icon-approve-check-ok:before {
    content: "\e9a3"
}

.icon-history-left-pre:before {
    content: "\e9a4"
}

.icon-lock-open-unlock:before {
    content: "\e9a5"
}

.icon-arrow-bottom-dow:before {
    content: "\e9a6"
}

.icon-arrow-left4:before {
    content: "\e9a7"
}

.icon-arrow-back-left-:before {
    content: "\e9a8"
}

.icon-arrow-forward-ne:before {
    content: "\e9a9"
}

.icon-arrow-forward-ne1:before {
    content: "\e9aa"
}

.icon-arrow-top-up:before {
    content: "\e9ab"
}

.icon-attention-exclam:before {
    content: "\e9ac"
}

.icon-account-avatar-p:before {
    content: "\e9ad"
}

.icon-delete-garbage-t:before {
    content: "\e9ae"
}

.icon-alarm-bell-sound:before {
    content: "\e9af"
}

.icon-box-files-storag:before {
    content: "\e9b0"
}

.icon-calendar-events-:before {
    content: "\e9b1"
}

.icon-camera-images-ph:before {
    content: "\e9b2"
}

.icon-cart-checkout-co:before {
    content: "\e9b3"
}

.icon-attach-attachmen:before {
    content: "\e9b4"
}

.icon-clock-schedule-t:before {
    content: "\e9b5"
}

.icon-close-no-reject1:before {
    content: "\e9b6"
}

.icon-chat-cloud-speec:before {
    content: "\e9b7"
}

.icon-credit-card-paym:before {
    content: "\e9b8"
}

.icon-award-champion-c:before {
    content: "\e9b9"
}

.icon-eye-sight-view:before {
    content: "\e9ba"
}

.icon-click-finger-tou:before {
    content: "\e9bb"
}

.icon-favorite-heart-l:before {
    content: "\e9bc"
}

.icon-hyperlink-link:before {
    content: "\e9bd"
}

.icon-location-map-mar:before {
    content: "\e9be"
}

.icon-lock-padlock-sec:before {
    content: "\e9bf"
}

.icon-email-envenlope-:before {
    content: "\e9c0"
}

.icon-hamburger-menu:before {
    content: "\e9c1"
}

.icon-close-less-minus:before {
    content: "\e9c2"
}

.icon-image-photograph:before {
    content: "\e9c3"
}

.icon-audio-play-playe:before {
    content: "\e9c4"
}

.icon-add-more-plus:before {
    content: "\e9c5"
}

.icon-help-question:before {
    content: "\e9c6"
}

.icon-forward-right-ro:before {
    content: "\e9c7"
}

.icon-loop-repeat-rota:before {
    content: "\e9c8"
}

.icon-gear-options-pre:before {
    content: "\e9c9"
}

.icon-graph-network-sh:before {
    content: "\e9ca"
}

.icon-launch-open-shar:before {
    content: "\e9cb"
}

.icon-analytics-bar-ch:before {
    content: "\e9cc"
}

.icon-upload5:before {
    content: "\e9cd"
}

.icon-accounting-finance:before {
    content: "\e9ce"
}

.icon-accounting-finance1:before {
    content: "\e9cf"
}

.icon-accounting-finance2:before {
    content: "\e9d0"
}

.icon-accounting-finance3:before {
    content: "\e9d1"
}

.icon-accounting-finance4:before {
    content: "\e9d2"
}

.icon-accounting-finance5:before {
    content: "\e9d3"
}

.icon-accounting-finance6:before {
    content: "\e9d4"
}

.icon-accounting-finance7:before {
    content: "\e9d5"
}

.icon-accounting-finance8:before {
    content: "\e9d6"
}

.icon-accounting-finance9:before {
    content: "\e9d7"
}

.icon-accounting-finance10:before {
    content: "\e9d8"
}

.icon-accounting-finance11:before {
    content: "\e9d9"
}

.icon-accounting-finance12:before {
    content: "\e9da"
}

.icon-accounting-finance13:before {
    content: "\e9db"
}

.icon-accounting-finance14:before {
    content: "\e9dc"
}

.icon-accounting-finance15:before {
    content: "\e9dd"
}

.icon-accounting-finance16:before {
    content: "\e9de"
}

.icon-accounting-finance17:before {
    content: "\e9df"
}

.icon-accounting-finance18:before {
    content: "\e9e0"
}

.icon-accounting-finance19:before {
    content: "\e9e1"
}

.icon-accounting-finance20:before {
    content: "\e9e2"
}

.icon-accounting-finance21:before {
    content: "\e9e3"
}

.icon-accounting-finance22:before {
    content: "\e9e4"
}

.icon-accounting-finance23:before {
    content: "\e9e5"
}

.icon-accounting-finance24:before {
    content: "\e9e6"
}

.icon-accounting-finance25:before {
    content: "\e9e7"
}

.icon-accounting-finance26:before {
    content: "\e9e8"
}

.icon-accounting-finance27:before {
    content: "\e9e9"
}

.icon-accounting-finance28:before {
    content: "\e9ea"
}

.icon-accounting-finance29:before {
    content: "\e9eb"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money:before {
    content: "\e9ec"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money1:before {
    content: "\e9ed"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money2:before {
    content: "\e9ee"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money3:before {
    content: "\e9ef"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money4:before {
    content: "\e9f0"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money5:before {
    content: "\e9f1"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money6:before {
    content: "\e9f2"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money7:before {
    content: "\e9f3"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money8:before {
    content: "\e9f4"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money9:before {
    content: "\e9f5"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money10:before {
    content: "\e9f6"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money11:before {
    content: "\e9f7"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money12:before {
    content: "\e9f8"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money13:before {
    content: "\e9f9"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money14:before {
    content: "\e9fa"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money15:before {
    content: "\e9fb"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money16:before {
    content: "\e9fc"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money17:before {
    content: "\e9fd"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money18:before {
    content: "\e9fe"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money19:before {
    content: "\e9ff"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money20:before {
    content: "\ea00"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money21:before {
    content: "\ea01"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money22:before {
    content: "\ea02"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money23:before {
    content: "\ea03"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money24:before {
    content: "\ea04"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money25:before {
    content: "\ea05"
}

.icon-coin-crypto-cryptocurrency-currency-dash-money26:before {
    content: "\ea06"
}

.icon-analysis-bar-chart-chart-data-graph:before {
    content: "\ea07"
}

.icon-analysis-bar-chart-chart-graph-statistics:before {
    content: "\ea08"
}

.icon-analysis-bar-chart-diagram-graph-statistics:before {
    content: "\ea09"
}

.icon-chart-data-diagram-graph-report:before {
    content: "\ea0a"
}

.icon-business-presentation-presentation-project-presentation-projector-board-report:before {
    content: "\ea0b"
}

.icon-chart-data-diagram-graph-pie-chart:before {
    content: "\ea0c"
}

.icon-analysis-chart-data-graph-statistics:before {
    content: "\ea0d"
}

.icon-diagram-graph-pie-report-statistics:before {
    content: "\ea0e"
}

.icon-data-diagram-graph-report-statistics:before {
    content: "\ea0f"
}

.icon-analysis-diagram-graph-report-statistics:before {
    content: "\ea10"
}

.icon-analysis-chart-data-diagram-graph:before {
    content: "\ea11"
}

.icon-analysis-chart-data-diagram-graph1:before {
    content: "\ea12"
}

.icon-analysis-chart-diagram-report-statistics:before {
    content: "\ea13"
}

.icon-analysis-chart-data-graph-statistics1:before {
    content: "\ea14"
}

.icon-analysis-chart-data-graph-statistics2:before {
    content: "\ea15"
}

.icon-chart-diagram-graph-report-statistics:before {
    content: "\ea16"
}

.icon-analysis-diagram-graph-report-statistics1:before {
    content: "\ea17"
}

.icon-analysis-chart-data-diagram-report:before {
    content: "\ea18"
}

.icon-business-chat-management-negotiation:before {
    content: "\ea19"
}

.icon-building-business-management-office:before {
    content: "\ea1a"
}

.icon-business-management-stamp:before {
    content: "\ea1b"
}

.icon-business-growth-management-stat-statistic:before {
    content: "\ea1c"
}

.icon-business-card-management:before {
    content: "\ea1d"
}

.icon-agenda-book-business-management:before {
    content: "\ea1e"
}

.icon-binoculars-business-management-vision:before {
    content: "\ea1f"
}

.icon-business-calculator-management:before {
    content: "\ea20"
}

.icon-briefcase-business-management:before {
    content: "\ea21"
}

.icon-bank-business-management:before {
    content: "\ea22"
}

.icon-auction-business-management:before {
    content: "\ea23"
}

.icon-business-management-tributte-trophy:before {
    content: "\ea24"
}

.icon-business-management-todolist:before {
    content: "\ea25"
}

.icon-business-management-suit-tie:before {
    content: "\ea26"
}

.icon-business-cash-management-money:before {
    content: "\ea27"
}

.icon-bulb-business-idea-management:before {
    content: "\ea28"
}

.icon-business-management-megaphone:before {
    content: "\ea29"
}

.icon-business-management-target:before {
    content: "\ea2a"
}

.icon-business-management-pen-signature:before {
    content: "\ea2b"
}

.icon-business-dollar-management-search:before {
    content: "\ea2c"
}

.icon-business-management-presentation-statistic-stats:before {
    content: "\ea2d"
}

.icon-business-chart-management-pie:before {
    content: "\ea2e"
}

.icon-business-management-network:before {
    content: "\ea2f"
}

.icon-business-management-mission-mountain:before {
    content: "\ea30"
}

.icon-business-calendar-management:before {
    content: "\ea31"
}

.icon-analytics-board-presentation-icon:before {
    content: "\ea32"
}

.icon-browser-online-shop-icon:before {
    content: "\ea33"
}

.icon-budget-money-stocks-icon:before {
    content: "\ea34"
}

.icon-messages-smartphone-talk-icon:before {
    content: "\ea35"
}

.icon-bank-budget-money-stocks-icon:before {
    content: "\ea36"
}

.icon-analytics-board-presentation-presentation-icon:before {
    content: "\ea37"
}

.icon-economy-graph-statistics-icon:before {
    content: "\ea38"
}

.icon-personal-personal-wallet-purse-wallet-icon:before {
    content: "\ea39"
}

.icon-cash-money-personal-personal-wallet-purse-wallet-wallet-icon:before {
    content: "\ea3a"
}

.icon-badge-pass-security-security-icon:before {
    content: "\ea3b"
}

.icon-eye-view-visibility-icon:before {
    content: "\ea3c"
}

.icon-busy-hourglass-wait-icon:before {
    content: "\ea3d"
}

.icon-banking-budget-money-stocks-icon:before {
    content: "\ea3e"
}

.icon-business-money-plant-icon-settings:before {
    content: "\ea3f"
}

.icon-business-money-plant-icon:before {
    content: "\ea40"
}

.icon-cashbox-cashier-shop-icon:before {
    content: "\ea41"
}

.icon-contract-document-paper-icon:before {
    content: "\ea42"
}

.icon-stopwatch-time-timer-icon:before {
    content: "\ea43"
}

.icon-print-printer-printing-icon:before {
    content: "\ea44"
}

.icon-glass-magnifying-magnifying-glass-search-icon:before {
    content: "\ea45"
}

.icon-business-money-plant-plant-icon:before {
    content: "\ea46"
}

.icon-card-credit-payment-icon:before {
    content: "\ea47"
}

.icon-business-card-id-id-icon:before {
    content: "\ea48"
}

.icon-labyrinth-maze-strategy-icon:before {
    content: "\ea49"
}

.icon-card-credit-payment-icon1:before {
    content: "\ea4a"
}

.icon-iconfinder_9_1250310:before {
    content: "\ea4b"
}

.icon-iconfinder_12_1250322:before {
    content: "\ea4c"
}

.icon-iconfinder_arrow_down2_1814082:before {
    content: "\ea4d"
}

.icon-iconfinder_Attention_1814088:before {
    content: "\ea4e"
}

.icon-iconfinder_basics-19_296814:before {
    content: "\ea4f"
}

.icon-iconfinder_close_1814098:before {
    content: "\ea50"
}

.icon-iconfinder_close2_1814078:before {
    content: "\ea51"
}

.icon-iconfinder_eye_1814102:before {
    content: "\ea52"
}

.icon-iconfinder_icon-ios7-search_211818:before {
    content: "\ea53"
}

.icon-iconfinder_link_1814105:before {
    content: "\ea54"
}

.icon-iconfinder_location_1814106:before {
    content: "\ea55"
}

.icon-iconfinder_plus_1814113:before {
    content: "\ea56"
}

.icon-iconfinder_search_172546:before {
    content: "\ea57"
}

.icon-iconfinder_shop_wallet_1469736:before {
    content: "\ea58";
    color: #505070
}

.icon-iconfinder_shopping_bag_172551:before {
    content: "\ea59"
}

.icon-iconfinder_User_Interface-40_2044248:before {
    content: "\ea5a"
}

.icon-iconfinder_user_male4_172628:before {
    content: "\ea5b"
}

.icon-settings-1:before {
    content: "\e965"
}

.icon-settings2:before {
    content: "\e966"
}

.icon-puzzle:before {
    content: "\e94d"
}

.icon-heartbeat:before {
    content: "\e94e"
}

.icon-video-camera3:before {
    content: "\e94f"
}

.icon-gamepad-console:before {
    content: "\e950"
}

.icon-speaker:before {
    content: "\e951"
}

.icon-mobile-phone-design:before {
    content: "\e952"
}

.icon-desktop-monitor:before {
    content: "\e953"
}

.icon-washing-machine:before {
    content: "\e954"
}

.icon-speakers:before {
    content: "\e947"
}

.icon-computer:before {
    content: "\e948"
}

.icon-photo-camera-1:before {
    content: "\e94a"
}

.icon-photo-camera:before {
    content: "\e94b"
}

.icon-smartphone2:before {
    content: "\e94c"
}

.icon-notebook-computer:before {
    content: "\e955"
}

.icon-laptop3:before {
    content: "\e956"
}

.icon-television-2:before {
    content: "\e957"
}

.icon-television-1:before {
    content: "\e958"
}

.icon-television:before {
    content: "\e959"
}

.icon-headphone:before {
    content: "\e95a"
}

.icon-earphones:before {
    content: "\e95b"
}

.icon-gift4:before {
    content: "\e95c"
}

.icon-wifi:before {
    content: "\e95d"
}

.icon-cinema:before {
    content: "\e95e"
}

.icon-cosmetics:before {
    content: "\e95f"
}

.icon-appliances:before {
    content: "\e960"
}

.icon-archive2:before {
    content: "\e961"
}

.icon-like2:before {
    content: "\e962"
}

.icon-heart3:before {
    content: "\e963"
}

.icon-archive:before {
    content: "\e945"
}

.icon-like:before {
    content: "\e946"
}

.icon-magnifying-glass:before {
    content: "\e942"
}

.icon-search3:before {
    content: "\e943"
}

.icon-user-1:before {
    content: "\e944"
}

.icon-user4:before {
    content: "\e941"
}

.icon-user3:before {
    content: "\e93a"
}

.icon-arrows-2:before {
    content: "\e93b"
}

.icon-arrows-1:before {
    content: "\e93c"
}

.icon-arrows:before {
    content: "\e93d"
}

.icon-navigation:before {
    content: "\e93e"
}

.icon-back3:before {
    content: "\e93f"
}

.icon-next4:before {
    content: "\e940"
}

.icon-warehouse:before {
    content: "\e913"
}

.icon-point-of-service:before {
    content: "\e914"
}

.icon-wall-clock:before {
    content: "\e915"
}

.icon-smartphone:before {
    content: "\e916"
}

.icon-placeholder2:before {
    content: "\e917"
}

.icon-headset:before {
    content: "\e918"
}

.icon-package:before {
    content: "\e919"
}

.icon-bag-2:before {
    content: "\e91a"
}

.icon-business-1:before {
    content: "\e91b"
}

.icon-commerce:before {
    content: "\e91c"
}

.icon-bag:before {
    content: "\e91d"
}

.icon-business:before {
    content: "\e91e"
}

.icon-paper-bag:before {
    content: "\e91f"
}

.icon-shopping-bag:before {
    content: "\e920"
}

.icon-credit-card3:before {
    content: "\e921"
}

.icon-eco-bag:before {
    content: "\e922"
}

.icon-sneakers:before {
    content: "\e923"
}

.icon-barcode3:before {
    content: "\e924"
}

.icon-online-shopping:before {
    content: "\e925"
}

.icon-offer:before {
    content: "\e926"
}

.icon-price-tag-1:before {
    content: "\e927"
}

.icon-high-heels:before {
    content: "\e928"
}

.icon-shopping-bags:before {
    content: "\e929"
}

.icon-hanger:before {
    content: "\e92a"
}

.icon-invoice:before {
    content: "\e92b"
}

.icon-sale:before {
    content: "\e92c"
}

.icon-jeans:before {
    content: "\e92d"
}

.icon-dress:before {
    content: "\e92e"
}

.icon-payment:before {
    content: "\e92f"
}

.icon-discount:before {
    content: "\e930"
}

.icon-wallet:before {
    content: "\e931"
}

.icon-customer-service:before {
    content: "\e932"
}

.icon-gift3:before {
    content: "\e933"
}

.icon-shirt:before {
    content: "\e934"
}

.icon-card:before {
    content: "\e935"
}

.icon-price-tag3:before {
    content: "\e936"
}

.icon-shopping-cart:before {
    content: "\e937"
}

.icon-business-card:before {
    content: "\e938"
}

.icon-bag-1:before {
    content: "\e939"
}

.icon-next3:before {
    content: "\eb33"
}

.icon-back:before {
    content: "\eb34"
}

.icon-clown:before {
    content: "\eb3c"
}

.icon-exam:before {
    content: "\eb3a"
}

.icon-placeholder:before {
    content: "\eb3b"
}

.icon-next32:before {
    content: "\eb37"
}

.icon-back2:before {
    content: "\eb36"
}

.icon-house:before {
    content: "\e901"
}

.icon-fast-food:before {
    content: "\eb38"
}

.icon-wrench2:before {
    content: "\74"
}

.icon-sunbed:before {
    content: "\e904"
}

.icon-building:before {
    content: "\eb39"
}

.icon-grooming:before {
    content: "\e906"
}

.icon-gps-fixed-indicator:before {
    content: "\e900"
}

.icon-car-garage:before {
    content: "\e902"
}

.icon-car-in-garage:before {
    content: "\e905"
}

.icon-bed-1:before {
    content: "\e907"
}

.icon-bathtub-1:before {
    content: "\e908"
}

.icon-design-grid-simple-structure-with-three-areas:before {
    content: "\e909"
}

.icon-assembly-area:before {
    content: "\e90a"
}

.icon-building2:before {
    content: "\e90b"
}

.icon-bed2:before {
    content: "\e90c"
}

.icon-bathtub:before {
    content: "\e90d"
}

.icon-house-roof:before {
    content: "\e90e"
}

.icon-house-roof2:before {
    content: "\e903"
}

.icon-bathtube:before {
    content: "\f113"
}

.icon-bed:before {
    content: "\f112"
}

.icon-bath:before {
    content: "\ef21"
}

.icon-blueprint:before {
    content: "\ef22"
}

.icon-garage:before {
    content: "\ef23"
}

.icon-room-bed:before {
    content: "\ef24"
}

.icon-square:before {
    content: "\ef25"
}

.icon-bedroom:before {
    content: "\f111"
}

.icon-envelope-in-black-paper-with-a-white-letter-sheet-inside:before {
    content: "\ef11"
}

.icon-next31:before {
    content: "\eb35"
}

.icon-back1:before {
    content: "\eb3d"
}

.icon-clown1:before {
    content: "\eb3e"
}

.icon-exam1:before {
    content: "\eb3f"
}

.icon-placeholder1:before {
    content: "\eb40"
}

.icon-next321:before {
    content: "\eb41"
}

.icon-back21:before {
    content: "\eb42"
}

.icon-house1:before {
    content: "\e90f"
}

.icon-fast-food1:before {
    content: "\eb43"
}

.icon-wrench21:before {
    content: "\75"
}

.icon-sunbed1:before {
    content: "\e910"
}

.icon-building1:before {
    content: "\eb44"
}

.icon-grooming1:before {
    content: "\e911"
}

.icon-gps-fixed-indicator1:before {
    content: "\e912"
}

.icon-star:before {
    content: "\eaed"
}

.icon-key3:before {
    content: "\eaf3"
}

.icon-settings:before {
    content: "\eaf5"
}

.icon-lock2:before {
    content: "\eaf8"
}

.icon-calendar2:before {
    content: "\eb16"
}

.icon-star1:before {
    content: "\eaee"
}

.icon-key31:before {
    content: "\eaf4"
}

.icon-settings1:before {
    content: "\eaf6"
}

.icon-lock21:before {
    content: "\eaf9"
}

.icon-calendar21:before {
    content: "\eb17"
}

.icon-home41:before {
    content: "\ef0c"
}

.icon-home221:before {
    content: "\ef0d"
}

.icon-home321:before {
    content: "\ef0e"
}

.icon-office21:before {
    content: "\ef0f"
}

.icon-newspaper21:before {
    content: "\ef10"
}

.icon-pencil31:before {
    content: "\ef12"
}

.icon-pencil221:before {
    content: "\ef13"
}

.icon-quill21:before {
    content: "\ef14"
}

.icon-pen21:before {
    content: "\ef15"
}

.icon-blog21:before {
    content: "\ef16"
}

.icon-eyedropper21:before {
    content: "\ef17"
}

.icon-droplet21:before {
    content: "\ef18"
}

.icon-paint-format21:before {
    content: "\ef19"
}

.icon-image21:before {
    content: "\ef1a"
}

.icon-images21:before {
    content: "\ef1b"
}

.icon-camera21:before {
    content: "\ef1c"
}

.icon-headphones21:before {
    content: "\ef1d"
}

.icon-music21:before {
    content: "\ef1e"
}

.icon-play41:before {
    content: "\ef1f"
}

.icon-film21:before {
    content: "\ef20"
}

.icon-video-camera21:before {
    content: "\f114"
}

.icon-dice21:before {
    content: "\f115"
}

.icon-pacman21:before {
    content: "\f116"
}

.icon-spades21:before {
    content: "\f117"
}

.icon-clubs21:before {
    content: "\f118"
}

.icon-diamonds21:before {
    content: "\f119"
}

.icon-bullhorn21:before {
    content: "\f11a"
}

.icon-connection21:before {
    content: "\f11b"
}

.icon-podcast21:before {
    content: "\f11c"
}

.icon-feed21:before {
    content: "\f11d"
}

.icon-mic21:before {
    content: "\f11e"
}

.icon-book21:before {
    content: "\f11f"
}

.icon-books21:before {
    content: "\f120"
}

.icon-library21:before {
    content: "\f121"
}

.icon-file-text31:before {
    content: "\f122"
}

.icon-profile21:before {
    content: "\f123"
}

.icon-file-empty21:before {
    content: "\f124"
}

.icon-files-empty21:before {
    content: "\f125"
}

.icon-file-text221:before {
    content: "\f126"
}

.icon-file-picture21:before {
    content: "\f127"
}

.icon-file-music21:before {
    content: "\f128"
}

.icon-file-play21:before {
    content: "\f129"
}

.icon-file-video21:before {
    content: "\f12a"
}

.icon-file-zip21:before {
    content: "\f12b"
}

.icon-copy21:before {
    content: "\f12c"
}

.icon-paste21:before {
    content: "\f12d"
}

.icon-stack21:before {
    content: "\f12e"
}

.icon-folder21:before {
    content: "\f12f"
}

.icon-folder-open21:before {
    content: "\f130"
}

.icon-folder-plus21:before {
    content: "\f131"
}

.icon-folder-minus21:before {
    content: "\f132"
}

.icon-folder-download21:before {
    content: "\f133"
}

.icon-folder-upload21:before {
    content: "\f134"
}

.icon-price-tag21:before {
    content: "\f135"
}

.icon-price-tags21:before {
    content: "\f136"
}

.icon-barcode21:before {
    content: "\f137"
}

.icon-qrcode21:before {
    content: "\f138"
}

.icon-ticket21:before {
    content: "\f139"
}

.icon-cart21:before {
    content: "\f13a"
}

.icon-coin-dollar21:before {
    content: "\f13b"
}

.icon-coin-euro21:before {
    content: "\f13c"
}

.icon-coin-pound21:before {
    content: "\f13d"
}

.icon-coin-yen21:before {
    content: "\f13e"
}

.icon-credit-card21:before {
    content: "\f13f"
}

.icon-calculator21:before {
    content: "\f140"
}

.icon-lifebuoy21:before {
    content: "\f141"
}

.icon-phone21:before {
    content: "\f142"
}

.icon-phone-hang-up21:before {
    content: "\f143"
}

.icon-address-book21:before {
    content: "\f144"
}

.icon-envelop21:before {
    content: "\f145"
}

.icon-pushpin21:before {
    content: "\f146"
}

.icon-location31:before {
    content: "\f147"
}

.icon-location221:before {
    content: "\f148"
}

.icon-compass321:before {
    content: "\f149"
}

.icon-compass221:before {
    content: "\f14a"
}

.icon-map31:before {
    content: "\f14b"
}

.icon-map221:before {
    content: "\f14c"
}

.icon-history21:before {
    content: "\f14d"
}

.icon-clock31:before {
    content: "\f14e"
}

.icon-clock221:before {
    content: "\f14f"
}

.icon-alarm21:before {
    content: "\f150"
}

.icon-bell21:before {
    content: "\f151"
}

.icon-stopwatch21:before {
    content: "\f152"
}

.icon-calendar221:before {
    content: "\f153"
}

.icon-printer21:before {
    content: "\f154"
}

.icon-keyboard21:before {
    content: "\f155"
}

.icon-display21:before {
    content: "\f156"
}

.icon-laptop21:before {
    content: "\f157"
}

.icon-mobile31:before {
    content: "\f158"
}

.icon-mobile221:before {
    content: "\f159"
}

.icon-tablet21:before {
    content: "\f15a"
}

.icon-tv21:before {
    content: "\f15b"
}

.icon-drawer31:before {
    content: "\f15c"
}

.icon-drawer221:before {
    content: "\f15d"
}

.icon-box-add21:before {
    content: "\f15e"
}

.icon-box-remove21:before {
    content: "\f15f"
}

.icon-download41:before {
    content: "\f160"
}

.icon-upload41:before {
    content: "\f161"
}

.icon-floppy-disk21:before {
    content: "\f162"
}

.icon-drive21:before {
    content: "\f163"
}

.icon-database21:before {
    content: "\f164"
}

.icon-undo31:before {
    content: "\f165"
}

.icon-redo31:before {
    content: "\f166"
}

.icon-undo221:before {
    content: "\f167"
}

.icon-redo221:before {
    content: "\f168"
}

.icon-forward41:before {
    content: "\f169"
}

.icon-reply21:before {
    content: "\f16a"
}

.icon-bubble31:before {
    content: "\f16b"
}

.icon-bubbles51:before {
    content: "\f16c"
}

.icon-bubbles221:before {
    content: "\f16d"
}

.icon-bubble221:before {
    content: "\f16e"
}

.icon-bubbles321:before {
    content: "\f16f"
}

.icon-bubbles421:before {
    content: "\f170"
}

.icon-user221:before {
    content: "\f171"
}

.icon-users221:before {
    content: "\f172"
}

.icon-user-plus21:before {
    content: "\f173"
}

.icon-user-minus21:before {
    content: "\f174"
}

.icon-user-check21:before {
    content: "\f175"
}

.icon-user-tie21:before {
    content: "\f176"
}

.icon-quotes-left21:before {
    content: "\f177"
}

.icon-quotes-right21:before {
    content: "\f178"
}

.icon-hour-glass21:before {
    content: "\f179"
}

.icon-spinner121:before {
    content: "\f17a"
}

.icon-spinner221:before {
    content: "\f17b"
}

.icon-spinner321:before {
    content: "\f17c"
}

.icon-spinner421:before {
    content: "\f17d"
}

.icon-spinner521:before {
    content: "\f17e"
}

.icon-spinner621:before {
    content: "\f17f"
}

.icon-spinner721:before {
    content: "\f180"
}

.icon-spinner821:before {
    content: "\f181"
}

.icon-spinner921:before {
    content: "\f182"
}

.icon-spinner1021:before {
    content: "\f183"
}

.icon-spinner1121:before {
    content: "\f184"
}

.icon-binoculars21:before {
    content: "\f185"
}

.icon-search21:before {
    content: "\f186"
}

.icon-zoom-in21:before {
    content: "\f187"
}

.icon-zoom-out21:before {
    content: "\f188"
}

.icon-enlarge31:before {
    content: "\f189"
}

.icon-shrink31:before {
    content: "\f18a"
}

.icon-enlarge221:before {
    content: "\f18b"
}

.icon-shrink221:before {
    content: "\f18c"
}

.icon-key321:before {
    content: "\f18d"
}

.icon-key221:before {
    content: "\f18e"
}

.icon-lock221:before {
    content: "\f18f"
}

.icon-unlocked21:before {
    content: "\f190"
}

.icon-wrench221:before {
    content: "\f191"
}

.icon-equalizer31:before {
    content: "\f192"
}

.icon-equalizer221:before {
    content: "\f193"
}

.icon-cog21:before {
    content: "\f194"
}

.icon-cogs21:before {
    content: "\f195"
}

.icon-hammer31:before {
    content: "\f196"
}

.icon-magic-wand21:before {
    content: "\f197"
}

.icon-aid-kit21:before {
    content: "\f198"
}

.icon-bug21:before {
    content: "\f199"
}

.icon-pie-chart21:before {
    content: "\f19a"
}

.icon-stats-dots21:before {
    content: "\f19b"
}

.icon-stats-bars31:before {
    content: "\f19c"
}

.icon-stats-bars221:before {
    content: "\f19d"
}

.icon-trophy21:before {
    content: "\f19e"
}

.icon-gift21:before {
    content: "\f19f"
}

.icon-glass31:before {
    content: "\f1a0"
}

.icon-glass221:before {
    content: "\f1a1"
}

.icon-mug21:before {
    content: "\f1a2"
}

.icon-spoon-knife21:before {
    content: "\f1a3"
}

.icon-leaf21:before {
    content: "\f1a4"
}

.icon-rocket21:before {
    content: "\f1a5"
}

.icon-meter31:before {
    content: "\f1a6"
}

.icon-meter221:before {
    content: "\f1a7"
}

.icon-hammer221:before {
    content: "\f1a8"
}

.icon-fire21:before {
    content: "\f1a9"
}

.icon-lab21:before {
    content: "\f1aa"
}

.icon-magnet21:before {
    content: "\f1ab"
}

.icon-bin31:before {
    content: "\f1ac"
}

.icon-bin221:before {
    content: "\f1ad"
}

.icon-briefcase21:before {
    content: "\f1ae"
}

.icon-airplane21:before {
    content: "\f1af"
}

.icon-truck21:before {
    content: "\f1b0"
}

.icon-road21:before {
    content: "\f1b1"
}

.icon-accessibility21:before {
    content: "\f1b2"
}

.icon-target21:before {
    content: "\f1b3"
}

.icon-shield21:before {
    content: "\f1b4"
}

.icon-power21:before {
    content: "\f1b5"
}

.icon-switch21:before {
    content: "\f1b6"
}

.icon-power-cord21:before {
    content: "\f1b7"
}

.icon-clipboard21:before {
    content: "\f1b8"
}

.icon-list-numbered21:before {
    content: "\f1b9"
}

.icon-list31:before {
    content: "\f1ba"
}

.icon-list221:before {
    content: "\f1bb"
}

.icon-tree21:before {
    content: "\f1bc"
}

.icon-menu51:before {
    content: "\f1bd"
}

.icon-menu221:before {
    content: "\f1be"
}

.icon-menu321:before {
    content: "\f1bf"
}

.icon-menu421:before {
    content: "\f1c0"
}

.icon-cloud21:before {
    content: "\f1c1"
}

.icon-cloud-download21:before {
    content: "\f1c2"
}

.icon-cloud-upload21:before {
    content: "\f1c3"
}

.icon-cloud-check21:before {
    content: "\f1c4"
}

.icon-download221:before {
    content: "\f1c5"
}

.icon-upload221:before {
    content: "\f1c6"
}

.icon-download321:before {
    content: "\f1c7"
}

.icon-upload321:before {
    content: "\f1c8"
}

.icon-sphere21:before {
    content: "\f1c9"
}

.icon-earth21:before {
    content: "\f1ca"
}

.icon-link21:before {
    content: "\f1cb"
}

.icon-flag21:before {
    content: "\f1cc"
}

.icon-attachment21:before {
    content: "\f1cd"
}

.icon-eye21:before {
    content: "\f1ce"
}

.icon-eye-plus21:before {
    content: "\f1cf"
}

.icon-eye-minus21:before {
    content: "\f1d0"
}

.icon-eye-blocked21:before {
    content: "\f1d1"
}

.icon-bookmark21:before {
    content: "\f1d2"
}

.icon-bookmarks21:before {
    content: "\f1d3"
}

.icon-sun21:before {
    content: "\f1d4"
}

.icon-contrast21:before {
    content: "\f1d5"
}

.icon-brightness-contrast21:before {
    content: "\f1d6"
}

.icon-star-empty21:before {
    content: "\f1d7"
}

.icon-star-half21:before {
    content: "\f1d8"
}

.icon-star-full21:before {
    content: "\f1d9"
}

.icon-heart21:before {
    content: "\f1da"
}

.icon-heart-broken21:before {
    content: "\f1db"
}

.icon-man21:before {
    content: "\f1dc"
}

.icon-woman21:before {
    content: "\f1dd"
}

.icon-man-woman21:before {
    content: "\f1de"
}

.icon-happy31:before {
    content: "\f1df"
}

.icon-happy221:before {
    content: "\f1e0"
}

.icon-smile31:before {
    content: "\f1e1"
}

.icon-smile221:before {
    content: "\f1e2"
}

.icon-tongue31:before {
    content: "\f1e3"
}

.icon-tongue221:before {
    content: "\f1e4"
}

.icon-sad31:before {
    content: "\f1e5"
}

.icon-sad221:before {
    content: "\f1e6"
}

.icon-wink31:before {
    content: "\f1e7"
}

.icon-wink221:before {
    content: "\f1e8"
}

.icon-grin31:before {
    content: "\f1e9"
}

.icon-grin221:before {
    content: "\f1ea"
}

.icon-cool31:before {
    content: "\f1eb"
}

.icon-cool221:before {
    content: "\f1ec"
}

.icon-angry31:before {
    content: "\f1ed"
}

.icon-angry221:before {
    content: "\f1ee"
}

.icon-evil31:before {
    content: "\f1ef"
}

.icon-evil221:before {
    content: "\f1f0"
}

.icon-shocked31:before {
    content: "\f1f1"
}

.icon-shocked221:before {
    content: "\f1f2"
}

.icon-baffled31:before {
    content: "\f1f3"
}

.icon-baffled221:before {
    content: "\f1f4"
}

.icon-confused31:before {
    content: "\f1f5"
}

.icon-confused221:before {
    content: "\f1f6"
}

.icon-neutral31:before {
    content: "\f1f7"
}

.icon-neutral221:before {
    content: "\f1f8"
}

.icon-hipster31:before {
    content: "\f1f9"
}

.icon-hipster221:before {
    content: "\f1fa"
}

.icon-wondering31:before {
    content: "\f1fb"
}

.icon-wondering221:before {
    content: "\f1fc"
}

.icon-sleepy31:before {
    content: "\f1fd"
}

.icon-sleepy221:before {
    content: "\f1fe"
}

.icon-frustrated31:before {
    content: "\f1ff"
}

.icon-frustrated221:before {
    content: "\f200"
}

.icon-crying31:before {
    content: "\f201"
}

.icon-crying221:before {
    content: "\f202"
}

.icon-point-up21:before {
    content: "\f203"
}

.icon-point-right21:before {
    content: "\f204"
}

.icon-point-down21:before {
    content: "\f205"
}

.icon-point-left21:before {
    content: "\f206"
}

.icon-warning21:before {
    content: "\f207"
}

.icon-notification21:before {
    content: "\f208"
}

.icon-question21:before {
    content: "\f209"
}

.icon-plus21:before {
    content: "\f20a"
}

.icon-minus21:before {
    content: "\f20b"
}

.icon-info21:before {
    content: "\f20c"
}

.icon-cancel-circle21:before {
    content: "\f20d"
}

.icon-blocked21:before {
    content: "\f20e"
}

.icon-cross21:before {
    content: "\f20f"
}

.icon-checkmark31:before {
    content: "\f210"
}

.icon-checkmark221:before {
    content: "\f211"
}

.icon-spell-check21:before {
    content: "\f212"
}

.icon-enter21:before {
    content: "\f213"
}

.icon-exit21:before {
    content: "\f214"
}

.icon-play221:before {
    content: "\f215"
}

.icon-pause31:before {
    content: "\f216"
}

.icon-stop31:before {
    content: "\f217"
}

.icon-previous31:before {
    content: "\f218"
}

.icon-next331:before {
    content: "\f219"
}

.icon-backward31:before {
    content: "\f21a"
}

.icon-forward221:before {
    content: "\f21b"
}

.icon-play321:before {
    content: "\f21c"
}

.icon-pause221:before {
    content: "\f21d"
}

.icon-stop221:before {
    content: "\f21e"
}

.icon-backward221:before {
    content: "\f21f"
}

.icon-forward321:before {
    content: "\f220"
}

.icon-first21:before {
    content: "\f221"
}

.icon-last21:before {
    content: "\f222"
}

.icon-previous221:before {
    content: "\f223"
}

.icon-next221:before {
    content: "\f224"
}

.icon-eject21:before {
    content: "\f225"
}

.icon-volume-high21:before {
    content: "\f226"
}

.icon-volume-medium21:before {
    content: "\f227"
}

.icon-volume-low21:before {
    content: "\f228"
}

.icon-volume-mute31:before {
    content: "\f229"
}

.icon-volume-mute221:before {
    content: "\f22a"
}

.icon-volume-increase21:before {
    content: "\f22b"
}

.icon-volume-decrease21:before {
    content: "\f22c"
}

.icon-loop31:before {
    content: "\f22d"
}

.icon-loop221:before {
    content: "\f22e"
}

.icon-infinite21:before {
    content: "\f22f"
}

.icon-shuffle21:before {
    content: "\f230"
}

.icon-arrow-up-left31:before {
    content: "\f231"
}

.icon-arrow-up31:before {
    content: "\f232"
}

.icon-arrow-up-right31:before {
    content: "\f233"
}

.icon-arrow-right31:before {
    content: "\f234"
}

.icon-arrow-down-right31:before {
    content: "\f235"
}

.icon-arrow-down31:before {
    content: "\f236"
}

.icon-arrow-down-left31:before {
    content: "\f237"
}

.icon-arrow-left31:before {
    content: "\f238"
}

.icon-arrow-up-left221:before {
    content: "\f239"
}

.icon-arrow-up221:before {
    content: "\f23a"
}

.icon-arrow-up-right221:before {
    content: "\f23b"
}

.icon-arrow-right221:before {
    content: "\f23c"
}

.icon-arrow-down-right221:before {
    content: "\f23d"
}

.icon-arrow-down221:before {
    content: "\f23e"
}

.icon-arrow-down-left221:before {
    content: "\f23f"
}

.icon-arrow-left221:before {
    content: "\f240"
}

.icon-circle-up21:before {
    content: "\f241"
}

.icon-circle-right21:before {
    content: "\f242"
}

.icon-circle-down21:before {
    content: "\f243"
}

.icon-circle-left21:before {
    content: "\f244"
}

.icon-tab21:before {
    content: "\f245"
}

.icon-move-up21:before {
    content: "\f246"
}

.icon-move-down21:before {
    content: "\f247"
}

.icon-sort-alpha-asc21:before {
    content: "\f248"
}

.icon-sort-alpha-desc21:before {
    content: "\f249"
}

.icon-sort-numeric-asc21:before {
    content: "\f24a"
}

.icon-sort-numberic-desc21:before {
    content: "\f24b"
}

.icon-sort-amount-asc21:before {
    content: "\f24c"
}

.icon-sort-amount-desc21:before {
    content: "\f24d"
}

.icon-command21:before {
    content: "\f24e"
}

.icon-shift21:before {
    content: "\f24f"
}

.icon-ctrl21:before {
    content: "\f250"
}

.icon-opt21:before {
    content: "\f251"
}

.icon-checkbox-checked21:before {
    content: "\f252"
}

.icon-checkbox-unchecked21:before {
    content: "\f253"
}

.icon-radio-checked31:before {
    content: "\f254"
}

.icon-radio-checked221:before {
    content: "\f255"
}

.icon-radio-unchecked21:before {
    content: "\f256"
}

.icon-crop21:before {
    content: "\f257"
}

.icon-make-group21:before {
    content: "\f258"
}

.icon-ungroup21:before {
    content: "\f259"
}

.icon-scissors21:before {
    content: "\f25a"
}

.icon-filter21:before {
    content: "\f25b"
}

.icon-font21:before {
    content: "\f25c"
}

.icon-ligature31:before {
    content: "\f25d"
}

.icon-ligature221:before {
    content: "\f25e"
}

.icon-text-height21:before {
    content: "\f25f"
}

.icon-text-width21:before {
    content: "\f260"
}

.icon-font-size21:before {
    content: "\f261"
}

.icon-bold21:before {
    content: "\f262"
}

.icon-underline21:before {
    content: "\f263"
}

.icon-italic21:before {
    content: "\f264"
}

.icon-strikethrough21:before {
    content: "\f265"
}

.icon-omega21:before {
    content: "\f266"
}

.icon-sigma21:before {
    content: "\f267"
}

.icon-page-break21:before {
    content: "\f268"
}

.icon-superscript31:before {
    content: "\f269"
}

.icon-subscript31:before {
    content: "\f26a"
}

.icon-superscript221:before {
    content: "\f26b"
}

.icon-subscript221:before {
    content: "\f26c"
}

.icon-text-color21:before {
    content: "\f26d"
}

.icon-pagebreak21:before {
    content: "\f26e"
}

.icon-clear-formatting21:before {
    content: "\f26f"
}

.icon-table31:before {
    content: "\f270"
}

.icon-table221:before {
    content: "\f271"
}

.icon-insert-template21:before {
    content: "\f272"
}

.icon-pilcrow21:before {
    content: "\f273"
}

.icon-ltr21:before {
    content: "\f274"
}

.icon-rtl21:before {
    content: "\f275"
}

.icon-section21:before {
    content: "\f276"
}

.icon-paragraph-left21:before {
    content: "\f277"
}

.icon-paragraph-center21:before {
    content: "\f278"
}

.icon-paragraph-right21:before {
    content: "\f279"
}

.icon-paragraph-justify21:before {
    content: "\f27a"
}

.icon-indent-increase21:before {
    content: "\f27b"
}

.icon-indent-decrease21:before {
    content: "\f27c"
}

.icon-share31:before {
    content: "\f27d"
}

.icon-new-tab21:before {
    content: "\f27e"
}

.icon-embed31:before {
    content: "\f27f"
}

.icon-embed221:before {
    content: "\f280"
}

.icon-terminal21:before {
    content: "\f281"
}

.icon-share221:before {
    content: "\f282"
}

.icon-mail51:before {
    content: "\f283"
}

.icon-mail221:before {
    content: "\f284"
}

.icon-mail321:before {
    content: "\f285"
}

.icon-mail421:before {
    content: "\f286"
}

.icon-amazon21:before {
    content: "\f287"
}

.icon-google41:before {
    content: "\f288"
}

.icon-google221:before {
    content: "\f289"
}

.icon-google321:before {
    content: "\f28a"
}

.icon-google-plus41:before {
    content: "\f28b"
}

.icon-google-plus221:before {
    content: "\f28c"
}

.icon-google-plus321:before {
    content: "\f28d"
}

.icon-hangouts21:before {
    content: "\f28e"
}

.icon-google-drive21:before {
    content: "\f28f"
}

.icon-facebook31:before {
    content: "\f290"
}

.icon-facebook221:before {
    content: "\f291"
}

.icon-instagram21:before {
    content: "\f292"
}

.icon-whatsapp21:before {
    content: "\f293"
}

.icon-spotify21:before {
    content: "\f294"
}

.icon-telegram21:before {
    content: "\f295"
}

.icon-twitter21:before {
    content: "\f296"
}

.icon-vine21:before {
    content: "\f297"
}

.icon-vk21:before {
    content: "\f298"
}

.icon-renren21:before {
    content: "\f299"
}

.icon-sina-weibo21:before {
    content: "\f29a"
}

.icon-rss31:before {
    content: "\f29b"
}

.icon-rss221:before {
    content: "\f29c"
}

.icon-youtube31:before {
    content: "\f29d"
}

.icon-youtube221:before {
    content: "\f29e"
}

.icon-twitch21:before {
    content: "\f29f"
}

.icon-vimeo31:before {
    content: "\f2a0"
}

.icon-vimeo221:before {
    content: "\f2a1"
}

.icon-lanyrd21:before {
    content: "\f2a2"
}

.icon-flickr51:before {
    content: "\f2a3"
}

.icon-flickr221:before {
    content: "\f2a4"
}

.icon-flickr321:before {
    content: "\f2a5"
}

.icon-flickr421:before {
    content: "\f2a6"
}

.icon-dribbble21:before {
    content: "\f2a7"
}

.icon-behance31:before {
    content: "\f2a8"
}

.icon-behance221:before {
    content: "\f2a9"
}

.icon-deviantart21:before {
    content: "\f2aa"
}

.icon-500px21:before {
    content: "\f2ab"
}

.icon-steam31:before {
    content: "\f2ac"
}

.icon-steam221:before {
    content: "\f2ad"
}

.icon-dropbox21:before {
    content: "\f2ae"
}

.icon-onedrive21:before {
    content: "\f2af"
}

.icon-github21:before {
    content: "\f2b0"
}

.icon-npm21:before {
    content: "\f2b1"
}

.icon-basecamp21:before {
    content: "\f2b2"
}

.icon-trello21:before {
    content: "\f2b3"
}

.icon-wordpress21:before {
    content: "\f2b4"
}

.icon-joomla21:before {
    content: "\f2b5"
}

.icon-ello21:before {
    content: "\f2b6"
}

.icon-blogger31:before {
    content: "\f2b7"
}

.icon-blogger221:before {
    content: "\f2b8"
}

.icon-tumblr31:before {
    content: "\f2b9"
}

.icon-tumblr221:before {
    content: "\f2ba"
}

.icon-yahoo31:before {
    content: "\f2bb"
}

.icon-yahoo221:before {
    content: "\f2bc"
}

.icon-tux21:before {
    content: "\f2bd"
}

.icon-appleinc21:before {
    content: "\f2be"
}

.icon-finder21:before {
    content: "\f2bf"
}

.icon-android21:before {
    content: "\f2c0"
}

.icon-windows21:before {
    content: "\f2c1"
}

.icon-windows821:before {
    content: "\f2c2"
}

.icon-soundcloud31:before {
    content: "\f2c3"
}

.icon-soundcloud221:before {
    content: "\f2c4"
}

.icon-skype21:before {
    content: "\f2c5"
}

.icon-reddit21:before {
    content: "\f2c6"
}

.icon-hackernews21:before {
    content: "\f2c7"
}

.icon-wikipedia21:before {
    content: "\f2c8"
}

.icon-linkedin31:before {
    content: "\f2c9"
}

.icon-linkedin221:before {
    content: "\f2ca"
}

.icon-lastfm31:before {
    content: "\f2cb"
}

.icon-lastfm221:before {
    content: "\f2cc"
}

.icon-delicious21:before {
    content: "\f2cd"
}

.icon-stumbleupon31:before {
    content: "\f2ce"
}

.icon-stumbleupon221:before {
    content: "\f2cf"
}

.icon-stackoverflow21:before {
    content: "\f2d0"
}

.icon-pinterest31:before {
    content: "\f2d1"
}

.icon-pinterest221:before {
    content: "\f2d2"
}

.icon-xing31:before {
    content: "\f2d3"
}

.icon-xing221:before {
    content: "\f2d4"
}

.icon-flattr21:before {
    content: "\f2d5"
}

.icon-foursquare21:before {
    content: "\f2d6"
}

.icon-yelp21:before {
    content: "\f2d7"
}

.icon-paypal21:before {
    content: "\f2d8"
}

.icon-chrome21:before {
    content: "\f2d9"
}

.icon-firefox21:before {
    content: "\f2da"
}

.icon-IE21:before {
    content: "\f2db"
}

.icon-edge21:before {
    content: "\f2dc"
}

.icon-safari21:before {
    content: "\f2dd"
}

.icon-opera21:before {
    content: "\f2de"
}

.icon-file-pdf21:before {
    content: "\f2df"
}

.icon-file-openoffice21:before {
    content: "\f2e0"
}

.icon-file-word21:before {
    content: "\f2e1"
}

.icon-file-excel21:before {
    content: "\f2e2"
}

.icon-libreoffice21:before {
    content: "\f2e3"
}

.icon-html-five31:before {
    content: "\f2e4"
}

.icon-html-five221:before {
    content: "\f2e5"
}

.icon-css321:before {
    content: "\f2e6"
}

.icon-git21:before {
    content: "\f2e7"
}

.icon-codepen21:before {
    content: "\f2e8"
}

.icon-svg21:before {
    content: "\f2e9"
}

.icon-IcoMoon21:before {
    content: "\f2ea"
}

.icon-home1:before {
    content: "\f2eb"
}

.icon-home21:before {
    content: "\f2ec"
}

.icon-home31:before {
    content: "\f2ed"
}

.icon-office1:before {
    content: "\f2ee"
}

.icon-newspaper1:before {
    content: "\f2ef"
}

.icon-pencil1:before {
    content: "\f2f0"
}

.icon-pencil21:before {
    content: "\f2f1"
}

.icon-quill1:before {
    content: "\f2f2"
}

.icon-pen1:before {
    content: "\f2f3"
}

.icon-blog1:before {
    content: "\f2f4"
}

.icon-eyedropper1:before {
    content: "\f2f5"
}

.icon-droplet1:before {
    content: "\f2f6"
}

.icon-paint-format1:before {
    content: "\f2f7"
}

.icon-image1:before {
    content: "\f2f8"
}

.icon-images1:before {
    content: "\f2f9"
}

.icon-camera1:before {
    content: "\f2fa"
}

.icon-headphones1:before {
    content: "\f2fb"
}

.icon-music1:before {
    content: "\f2fc"
}

.icon-play1:before {
    content: "\f2fd"
}

.icon-film1:before {
    content: "\f2fe"
}

.icon-video-camera1:before {
    content: "\f2ff"
}

.icon-dice1:before {
    content: "\f300"
}

.icon-pacman1:before {
    content: "\f301"
}

.icon-spades1:before {
    content: "\f302"
}

.icon-clubs1:before {
    content: "\f303"
}

.icon-diamonds1:before {
    content: "\f304"
}

.icon-bullhorn1:before {
    content: "\f305"
}

.icon-connection1:before {
    content: "\f306"
}

.icon-podcast1:before {
    content: "\f307"
}

.icon-feed1:before {
    content: "\f308"
}

.icon-mic1:before {
    content: "\f309"
}

.icon-book1:before {
    content: "\f30a"
}

.icon-books1:before {
    content: "\f30b"
}

.icon-library1:before {
    content: "\f30c"
}

.icon-file-text1:before {
    content: "\f30d"
}

.icon-profile1:before {
    content: "\f30e"
}

.icon-file-empty1:before {
    content: "\f30f"
}

.icon-files-empty1:before {
    content: "\f310"
}

.icon-file-text21:before {
    content: "\f311"
}

.icon-file-picture1:before {
    content: "\f312"
}

.icon-file-music1:before {
    content: "\f313"
}

.icon-file-play1:before {
    content: "\f314"
}

.icon-file-video1:before {
    content: "\f315"
}

.icon-file-zip1:before {
    content: "\f316"
}

.icon-copy1:before {
    content: "\f317"
}

.icon-paste1:before {
    content: "\f318"
}

.icon-stack1:before {
    content: "\f319"
}

.icon-folder1:before {
    content: "\f31a"
}

.icon-folder-open1:before {
    content: "\f31b"
}

.icon-folder-plus1:before {
    content: "\f31c"
}

.icon-folder-minus1:before {
    content: "\f31d"
}

.icon-folder-download1:before {
    content: "\f31e"
}

.icon-folder-upload1:before {
    content: "\f31f"
}

.icon-price-tag1:before {
    content: "\f320"
}

.icon-price-tags1:before {
    content: "\f321"
}

.icon-barcode1:before {
    content: "\f322"
}

.icon-qrcode1:before {
    content: "\f323"
}

.icon-ticket1:before {
    content: "\f324"
}

.icon-cart1:before {
    content: "\f325"
}

.icon-coin-dollar1:before {
    content: "\f326"
}

.icon-coin-euro1:before {
    content: "\f327"
}

.icon-coin-pound1:before {
    content: "\f328"
}

.icon-coin-yen1:before {
    content: "\f329"
}

.icon-credit-card1:before {
    content: "\f32a"
}

.icon-calculator1:before {
    content: "\f32b"
}

.icon-lifebuoy1:before {
    content: "\f32c"
}

.icon-phone1:before {
    content: "\f32d"
}

.icon-phone-hang-up1:before {
    content: "\f32e"
}

.icon-address-book1:before {
    content: "\f32f"
}

.icon-envelop1:before {
    content: "\f330"
}

.icon-pushpin1:before {
    content: "\f331"
}

.icon-location1:before {
    content: "\f332"
}

.icon-location21:before {
    content: "\f333"
}

.icon-compass1:before {
    content: "\f334"
}

.icon-compass21:before {
    content: "\f335"
}

.icon-map1:before {
    content: "\f336"
}

.icon-map21:before {
    content: "\f337"
}

.icon-history1:before {
    content: "\f338"
}

.icon-clock1:before {
    content: "\f339"
}

.icon-clock21:before {
    content: "\f33a"
}

.icon-alarm1:before {
    content: "\f33b"
}

.icon-bell1:before {
    content: "\f33c"
}

.icon-stopwatch1:before {
    content: "\f33d"
}

.icon-calendar1:before {
    content: "\f33e"
}

.icon-printer1:before {
    content: "\f33f"
}

.icon-keyboard1:before {
    content: "\f340"
}

.icon-display1:before {
    content: "\f341"
}

.icon-laptop1:before {
    content: "\f342"
}

.icon-mobile1:before {
    content: "\f343"
}

.icon-mobile21:before {
    content: "\f344"
}

.icon-tablet1:before {
    content: "\f345"
}

.icon-tv1:before {
    content: "\f346"
}

.icon-drawer1:before {
    content: "\f347"
}

.icon-drawer21:before {
    content: "\f348"
}

.icon-box-add1:before {
    content: "\f349"
}

.icon-box-remove1:before {
    content: "\f34a"
}

.icon-download1:before {
    content: "\f34b"
}

.icon-upload1:before {
    content: "\f34c"
}

.icon-floppy-disk1:before {
    content: "\f34d"
}

.icon-drive1:before {
    content: "\f34e"
}

.icon-database1:before {
    content: "\f34f"
}

.icon-undo1:before {
    content: "\f350"
}

.icon-redo1:before {
    content: "\f351"
}

.icon-undo21:before {
    content: "\f352"
}

.icon-redo21:before {
    content: "\f353"
}

.icon-forward1:before {
    content: "\f354"
}

.icon-reply1:before {
    content: "\f355"
}

.icon-bubble1:before {
    content: "\f356"
}

.icon-bubbles1:before {
    content: "\f357"
}

.icon-bubbles21:before {
    content: "\f358"
}

.icon-bubble21:before {
    content: "\f359"
}

.icon-bubbles31:before {
    content: "\f35a"
}

.icon-bubbles41:before {
    content: "\f35b"
}

.icon-user1:before {
    content: "\f35c"
}

.icon-users1:before {
    content: "\f35d"
}

.icon-user-plus1:before {
    content: "\f35e"
}

.icon-user-minus1:before {
    content: "\f35f"
}

.icon-user-check1:before {
    content: "\f360"
}

.icon-user-tie1:before {
    content: "\f361"
}

.icon-quotes-left1:before {
    content: "\f362"
}

.icon-quotes-right1:before {
    content: "\f363"
}

.icon-hour-glass1:before {
    content: "\f364"
}

.icon-spinner1:before {
    content: "\f365"
}

.icon-spinner21:before {
    content: "\f366"
}

.icon-spinner31:before {
    content: "\f367"
}

.icon-spinner41:before {
    content: "\f368"
}

.icon-spinner51:before {
    content: "\f369"
}

.icon-spinner61:before {
    content: "\f36a"
}

.icon-spinner71:before {
    content: "\f36b"
}

.icon-spinner81:before {
    content: "\f36c"
}

.icon-spinner91:before {
    content: "\f36d"
}

.icon-spinner101:before {
    content: "\f36e"
}

.icon-spinner111:before {
    content: "\f36f"
}

.icon-binoculars1:before {
    content: "\f370"
}

.icon-search1:before {
    content: "\f371"
}

.icon-zoom-in1:before {
    content: "\f372"
}

.icon-zoom-out1:before {
    content: "\f373"
}

.icon-enlarge1:before {
    content: "\f374"
}

.icon-shrink1:before {
    content: "\f375"
}

.icon-enlarge21:before {
    content: "\f376"
}

.icon-shrink21:before {
    content: "\f377"
}

.icon-key1:before {
    content: "\f378"
}

.icon-key21:before {
    content: "\f379"
}

.icon-lock1:before {
    content: "\f37a"
}

.icon-unlocked1:before {
    content: "\f37b"
}

.icon-wrench1:before {
    content: "\f37c"
}

.icon-equalizer1:before {
    content: "\f37d"
}

.icon-equalizer21:before {
    content: "\f37e"
}

.icon-cog1:before {
    content: "\f37f"
}

.icon-cogs1:before {
    content: "\f380"
}

.icon-hammer1:before {
    content: "\f381"
}

.icon-magic-wand1:before {
    content: "\f382"
}

.icon-aid-kit1:before {
    content: "\f383"
}

.icon-bug1:before {
    content: "\f384"
}

.icon-pie-chart1:before {
    content: "\f385"
}

.icon-stats-dots1:before {
    content: "\f386"
}

.icon-stats-bars1:before {
    content: "\f387"
}

.icon-stats-bars21:before {
    content: "\f388"
}

.icon-trophy1:before {
    content: "\f389"
}

.icon-gift1:before {
    content: "\f38a"
}

.icon-glass1:before {
    content: "\f38b"
}

.icon-glass21:before {
    content: "\f38c"
}

.icon-mug1:before {
    content: "\f38d"
}

.icon-spoon-knife1:before {
    content: "\f38e"
}

.icon-leaf1:before {
    content: "\f38f"
}

.icon-rocket1:before {
    content: "\f390"
}

.icon-meter1:before {
    content: "\f391"
}

.icon-meter21:before {
    content: "\f392"
}

.icon-hammer21:before {
    content: "\f393"
}

.icon-fire1:before {
    content: "\f394"
}

.icon-lab1:before {
    content: "\f395"
}

.icon-magnet1:before {
    content: "\f396"
}

.icon-bin1:before {
    content: "\f397"
}

.icon-bin21:before {
    content: "\f398"
}

.icon-briefcase1:before {
    content: "\f399"
}

.icon-airplane1:before {
    content: "\f39a"
}

.icon-truck1:before {
    content: "\f39b"
}

.icon-road1:before {
    content: "\f39c"
}

.icon-accessibility1:before {
    content: "\f39d"
}

.icon-target1:before {
    content: "\f39e"
}

.icon-shield1:before {
    content: "\f39f"
}

.icon-power1:before {
    content: "\f3a0"
}

.icon-switch1:before {
    content: "\f3a1"
}

.icon-power-cord1:before {
    content: "\f3a2"
}

.icon-clipboard1:before {
    content: "\f3a3"
}

.icon-list-numbered1:before {
    content: "\f3a4"
}

.icon-list1:before {
    content: "\f3a5"
}

.icon-list21:before {
    content: "\f3a6"
}

.icon-tree1:before {
    content: "\f3a7"
}

.icon-menu1:before {
    content: "\f3a8"
}

.icon-menu21:before {
    content: "\f3a9"
}

.icon-menu31:before {
    content: "\f3aa"
}

.icon-menu41:before {
    content: "\f3ab"
}

.icon-cloud1:before {
    content: "\f3ac"
}

.icon-cloud-download1:before {
    content: "\f3ad"
}

.icon-cloud-upload1:before {
    content: "\f3ae"
}

.icon-cloud-check1:before {
    content: "\f3af"
}

.icon-download21:before {
    content: "\f3b0"
}

.icon-upload21:before {
    content: "\f3b1"
}

.icon-download31:before {
    content: "\f3b2"
}

.icon-upload31:before {
    content: "\f3b3"
}

.icon-sphere1:before {
    content: "\f3b4"
}

.icon-earth1:before {
    content: "\f3b5"
}

.icon-link1:before {
    content: "\f3b6"
}

.icon-flag1:before {
    content: "\f3b7"
}

.icon-attachment1:before {
    content: "\f3b8"
}

.icon-eye1:before {
    content: "\f3b9"
}

.icon-eye-plus1:before {
    content: "\f3ba"
}

.icon-eye-minus1:before {
    content: "\f3bb"
}

.icon-eye-blocked1:before {
    content: "\f3bc"
}

.icon-bookmark1:before {
    content: "\f3bd"
}

.icon-bookmarks1:before {
    content: "\f3be"
}

.icon-sun1:before {
    content: "\f3bf"
}

.icon-contrast1:before {
    content: "\f3c0"
}

.icon-brightness-contrast1:before {
    content: "\f3c1"
}

.icon-star-empty1:before {
    content: "\f3c2"
}

.icon-star-half1:before {
    content: "\f3c3"
}

.icon-star-full1:before {
    content: "\f3c4"
}

.icon-heart1:before {
    content: "\f3c5"
}

.icon-heart-broken1:before {
    content: "\f3c6"
}

.icon-man1:before {
    content: "\f3c7"
}

.icon-woman1:before {
    content: "\f3c8"
}

.icon-man-woman1:before {
    content: "\f3c9"
}

.icon-happy1:before {
    content: "\f3ca"
}

.icon-happy21:before {
    content: "\f3cb"
}

.icon-smile1:before {
    content: "\f3cc"
}

.icon-smile21:before {
    content: "\f3cd"
}

.icon-tongue1:before {
    content: "\f3ce"
}

.icon-tongue21:before {
    content: "\f3cf"
}

.icon-sad1:before {
    content: "\f3d0"
}

.icon-sad21:before {
    content: "\f3d1"
}

.icon-wink1:before {
    content: "\f3d2"
}

.icon-wink21:before {
    content: "\f3d3"
}

.icon-grin1:before {
    content: "\f3d4"
}

.icon-grin21:before {
    content: "\f3d5"
}

.icon-cool1:before {
    content: "\f3d6"
}

.icon-cool21:before {
    content: "\f3d7"
}

.icon-angry1:before {
    content: "\f3d8"
}

.icon-angry21:before {
    content: "\f3d9"
}

.icon-evil1:before {
    content: "\f3da"
}

.icon-evil21:before {
    content: "\f3db"
}

.icon-shocked1:before {
    content: "\f3dc"
}

.icon-shocked21:before {
    content: "\f3dd"
}

.icon-baffled1:before {
    content: "\f3de"
}

.icon-baffled21:before {
    content: "\f3df"
}

.icon-confused1:before {
    content: "\f3e0"
}

.icon-confused21:before {
    content: "\f3e1"
}

.icon-neutral1:before {
    content: "\f3e2"
}

.icon-neutral21:before {
    content: "\f3e3"
}

.icon-hipster1:before {
    content: "\f3e4"
}

.icon-hipster21:before {
    content: "\f3e5"
}

.icon-wondering1:before {
    content: "\f3e6"
}

.icon-wondering21:before {
    content: "\f3e7"
}

.icon-sleepy1:before {
    content: "\f3e8"
}

.icon-sleepy21:before {
    content: "\f3e9"
}

.icon-frustrated1:before {
    content: "\f3ea"
}

.icon-frustrated21:before {
    content: "\f3eb"
}

.icon-crying1:before {
    content: "\f3ec"
}

.icon-crying21:before {
    content: "\f3ed"
}

.icon-point-up1:before {
    content: "\f3ee"
}

.icon-point-right1:before {
    content: "\f3ef"
}

.icon-point-down1:before {
    content: "\f3f0"
}

.icon-point-left1:before {
    content: "\f3f1"
}

.icon-warning1:before {
    content: "\f3f2"
}

.icon-notification1:before {
    content: "\f3f3"
}

.icon-question1:before {
    content: "\f3f4"
}

.icon-plus1:before {
    content: "\f3f5"
}

.icon-minus1:before {
    content: "\f3f6"
}

.icon-info1:before {
    content: "\f3f7"
}

.icon-cancel-circle1:before {
    content: "\f3f8"
}

.icon-blocked1:before {
    content: "\f3f9"
}

.icon-cross1:before {
    content: "\f3fa"
}

.icon-checkmark1:before {
    content: "\f3fb"
}

.icon-checkmark21:before {
    content: "\f3fc"
}

.icon-spell-check1:before {
    content: "\f3fd"
}

.icon-enter1:before {
    content: "\f3fe"
}

.icon-exit1:before {
    content: "\f3ff"
}

.icon-play21:before {
    content: "\f400"
}

.icon-pause1:before {
    content: "\f401"
}

.icon-stop1:before {
    content: "\f402"
}

.icon-previous1:before {
    content: "\f403"
}

.icon-next1:before {
    content: "\f404"
}

.icon-backward1:before {
    content: "\f405"
}

.icon-forward21:before {
    content: "\f406"
}

.icon-play31:before {
    content: "\f407"
}

.icon-pause21:before {
    content: "\f408"
}

.icon-stop21:before {
    content: "\f409"
}

.icon-backward21:before {
    content: "\f40a"
}

.icon-forward31:before {
    content: "\f40b"
}

.icon-first1:before {
    content: "\f40c"
}

.icon-last1:before {
    content: "\f40d"
}

.icon-previous21:before {
    content: "\f40e"
}

.icon-next21:before {
    content: "\f40f"
}

.icon-eject1:before {
    content: "\f410"
}

.icon-volume-high1:before {
    content: "\f411"
}

.icon-volume-medium1:before {
    content: "\f412"
}

.icon-volume-low1:before {
    content: "\f413"
}

.icon-volume-mute1:before {
    content: "\f414"
}

.icon-volume-mute21:before {
    content: "\f415"
}

.icon-volume-increase1:before {
    content: "\f416"
}

.icon-volume-decrease1:before {
    content: "\f417"
}

.icon-loop1:before {
    content: "\f418"
}

.icon-loop21:before {
    content: "\f419"
}

.icon-infinite1:before {
    content: "\f41a"
}

.icon-shuffle1:before {
    content: "\f41b"
}

.icon-arrow-up-left1:before {
    content: "\f41c"
}

.icon-arrow-up1:before {
    content: "\f41d"
}

.icon-arrow-up-right1:before {
    content: "\f41e"
}

.icon-arrow-right1:before {
    content: "\f41f"
}

.icon-arrow-down-right1:before {
    content: "\f420"
}

.icon-arrow-down1:before {
    content: "\f421"
}

.icon-arrow-down-left1:before {
    content: "\f422"
}

.icon-arrow-left1:before {
    content: "\f423"
}

.icon-arrow-up-left21:before {
    content: "\f424"
}

.icon-arrow-up21:before {
    content: "\f425"
}

.icon-arrow-up-right21:before {
    content: "\f426"
}

.icon-arrow-right21:before {
    content: "\f427"
}

.icon-arrow-down-right21:before {
    content: "\f428"
}

.icon-arrow-down21:before {
    content: "\f429"
}

.icon-arrow-down-left21:before {
    content: "\f42a"
}

.icon-arrow-left21:before {
    content: "\f42b"
}

.icon-circle-up1:before {
    content: "\f42c"
}

.icon-circle-right1:before {
    content: "\f42d"
}

.icon-circle-down1:before {
    content: "\f42e"
}

.icon-circle-left1:before {
    content: "\f42f"
}

.icon-tab1:before {
    content: "\f430"
}

.icon-move-up1:before {
    content: "\f431"
}

.icon-move-down1:before {
    content: "\f432"
}

.icon-sort-alpha-asc1:before {
    content: "\f433"
}

.icon-sort-alpha-desc1:before {
    content: "\f434"
}

.icon-sort-numeric-asc1:before {
    content: "\f435"
}

.icon-sort-numberic-desc1:before {
    content: "\f436"
}

.icon-sort-amount-asc1:before {
    content: "\f437"
}

.icon-sort-amount-desc1:before {
    content: "\f438"
}

.icon-command1:before {
    content: "\f439"
}

.icon-shift1:before {
    content: "\f43a"
}

.icon-ctrl1:before {
    content: "\f43b"
}

.icon-opt1:before {
    content: "\f43c"
}

.icon-checkbox-checked1:before {
    content: "\f43d"
}

.icon-checkbox-unchecked1:before {
    content: "\f43e"
}

.icon-radio-checked1:before {
    content: "\f43f"
}

.icon-radio-checked21:before {
    content: "\f440"
}

.icon-radio-unchecked1:before {
    content: "\f441"
}

.icon-crop1:before {
    content: "\f442"
}

.icon-make-group1:before {
    content: "\f443"
}

.icon-ungroup1:before {
    content: "\f444"
}

.icon-scissors1:before {
    content: "\f445"
}

.icon-filter1:before {
    content: "\f446"
}

.icon-font1:before {
    content: "\f447"
}

.icon-ligature1:before {
    content: "\f448"
}

.icon-ligature21:before {
    content: "\f449"
}

.icon-text-height1:before {
    content: "\f44a"
}

.icon-text-width1:before {
    content: "\f44b"
}

.icon-font-size1:before {
    content: "\f44c"
}

.icon-bold1:before {
    content: "\f44d"
}

.icon-underline1:before {
    content: "\f44e"
}

.icon-italic1:before {
    content: "\f44f"
}

.icon-strikethrough1:before {
    content: "\f450"
}

.icon-omega1:before {
    content: "\f451"
}

.icon-sigma1:before {
    content: "\f452"
}

.icon-page-break1:before {
    content: "\f453"
}

.icon-superscript1:before {
    content: "\f454"
}

.icon-subscript1:before {
    content: "\f455"
}

.icon-superscript21:before {
    content: "\f456"
}

.icon-subscript21:before {
    content: "\f457"
}

.icon-text-color1:before {
    content: "\f458"
}

.icon-pagebreak1:before {
    content: "\f459"
}

.icon-clear-formatting1:before {
    content: "\f45a"
}

.icon-table1:before {
    content: "\f45b"
}

.icon-table21:before {
    content: "\f45c"
}

.icon-insert-template1:before {
    content: "\f45d"
}

.icon-pilcrow1:before {
    content: "\f45e"
}

.icon-ltr1:before {
    content: "\f45f"
}

.icon-rtl1:before {
    content: "\f460"
}

.icon-section1:before {
    content: "\f461"
}

.icon-paragraph-left1:before {
    content: "\f462"
}

.icon-paragraph-center1:before {
    content: "\f463"
}

.icon-paragraph-right1:before {
    content: "\f464"
}

.icon-paragraph-justify1:before {
    content: "\f465"
}

.icon-indent-increase1:before {
    content: "\f466"
}

.icon-indent-decrease1:before {
    content: "\f467"
}

.icon-share1:before {
    content: "\f468"
}

.icon-new-tab1:before {
    content: "\f469"
}

.icon-embed1:before {
    content: "\f46a"
}

.icon-embed21:before {
    content: "\f46b"
}

.icon-terminal1:before {
    content: "\f46c"
}

.icon-share21:before {
    content: "\f46d"
}

.icon-mail1:before {
    content: "\f46e"
}

.icon-mail21:before {
    content: "\f46f"
}

.icon-mail31:before {
    content: "\f470"
}

.icon-mail41:before {
    content: "\f471"
}

.icon-amazon1:before {
    content: "\f472"
}

.icon-google1:before {
    content: "\f473"
}

.icon-google21:before {
    content: "\f474"
}

.icon-google31:before {
    content: "\f475"
}

.icon-google-plus1:before {
    content: "\f476"
}

.icon-google-plus21:before {
    content: "\f477"
}

.icon-google-plus31:before {
    content: "\f478"
}

.icon-hangouts1:before {
    content: "\f479"
}

.icon-google-drive1:before {
    content: "\f47a"
}

.icon-facebook1:before {
    content: "\f47b"
}

.icon-facebook21:before {
    content: "\f47c"
}

.icon-instagram1:before {
    content: "\f47d"
}

.icon-whatsapp1:before {
    content: "\f47e"
}

.icon-spotify1:before {
    content: "\f47f"
}

.icon-telegram1:before {
    content: "\f480"
}

.icon-twitter1:before {
    content: "\f481"
}

.icon-vine1:before {
    content: "\f482"
}

.icon-vk1:before {
    content: "\f483"
}

.icon-renren1:before {
    content: "\f484"
}

.icon-sina-weibo1:before {
    content: "\f485"
}

.icon-rss1:before {
    content: "\f486"
}

.icon-rss21:before {
    content: "\f487"
}

.icon-youtube1:before {
    content: "\f488"
}

.icon-youtube21:before {
    content: "\f489"
}

.icon-twitch1:before {
    content: "\f48a"
}

.icon-vimeo1:before {
    content: "\f48b"
}

.icon-vimeo21:before {
    content: "\f48c"
}

.icon-lanyrd1:before {
    content: "\f48d"
}

.icon-flickr1:before {
    content: "\f48e"
}

.icon-flickr21:before {
    content: "\f48f"
}

.icon-flickr31:before {
    content: "\f490"
}

.icon-flickr41:before {
    content: "\f491"
}

.icon-dribbble1:before {
    content: "\f492"
}

.icon-behance1:before {
    content: "\f493"
}

.icon-behance21:before {
    content: "\f494"
}

.icon-deviantart1:before {
    content: "\f495"
}

.icon-500px1:before {
    content: "\f496"
}

.icon-steam1:before {
    content: "\f497"
}

.icon-steam21:before {
    content: "\f498"
}

.icon-dropbox1:before {
    content: "\f499"
}

.icon-onedrive1:before {
    content: "\f49a"
}

.icon-github1:before {
    content: "\f49b"
}

.icon-npm1:before {
    content: "\f49c"
}

.icon-basecamp1:before {
    content: "\f49d"
}

.icon-trello1:before {
    content: "\f49e"
}

.icon-wordpress1:before {
    content: "\f49f"
}

.icon-joomla1:before {
    content: "\f4a0"
}

.icon-ello1:before {
    content: "\f4a1"
}

.icon-blogger1:before {
    content: "\f4a2"
}

.icon-blogger21:before {
    content: "\f4a3"
}

.icon-tumblr1:before {
    content: "\f4a4"
}

.icon-tumblr21:before {
    content: "\f4a5"
}

.icon-yahoo1:before {
    content: "\f4a6"
}

.icon-yahoo21:before {
    content: "\f4a7"
}

.icon-tux1:before {
    content: "\f4a8"
}

.icon-appleinc1:before {
    content: "\f4a9"
}

.icon-finder1:before {
    content: "\f4aa"
}

.icon-android1:before {
    content: "\f4ab"
}

.icon-windows1:before {
    content: "\f4ac"
}

.icon-windows81:before {
    content: "\f4ad"
}

.icon-soundcloud1:before {
    content: "\f4ae"
}

.icon-soundcloud21:before {
    content: "\f4af"
}

.icon-skype1:before {
    content: "\f4b0"
}

.icon-reddit1:before {
    content: "\f4b1"
}

.icon-hackernews1:before {
    content: "\f4b2"
}

.icon-wikipedia1:before {
    content: "\f4b3"
}

.icon-linkedin1:before {
    content: "\f4b4"
}

.icon-linkedin21:before {
    content: "\f4b5"
}

.icon-lastfm1:before {
    content: "\f4b6"
}

.icon-lastfm21:before {
    content: "\f4b7"
}

.icon-delicious1:before {
    content: "\f4b8"
}

.icon-stumbleupon1:before {
    content: "\f4b9"
}

.icon-stumbleupon21:before {
    content: "\f4ba"
}

.icon-stackoverflow1:before {
    content: "\f4bb"
}

.icon-pinterest1:before {
    content: "\f4bc"
}

.icon-pinterest21:before {
    content: "\f4bd"
}

.icon-xing1:before {
    content: "\f4be"
}

.icon-xing21:before {
    content: "\f4bf"
}

.icon-flattr1:before {
    content: "\f4c0"
}

.icon-foursquare1:before {
    content: "\f4c1"
}

.icon-yelp1:before {
    content: "\f4c2"
}

.icon-paypal1:before {
    content: "\f4c3"
}

.icon-chrome1:before {
    content: "\f4c4"
}

.icon-firefox1:before {
    content: "\f4c5"
}

.icon-IE1:before {
    content: "\f4c6"
}

.icon-edge1:before {
    content: "\f4c7"
}

.icon-safari1:before {
    content: "\f4c8"
}

.icon-opera1:before {
    content: "\f4c9"
}

.icon-file-pdf1:before {
    content: "\f4ca"
}

.icon-file-openoffice1:before {
    content: "\f4cb"
}

.icon-file-word1:before {
    content: "\f4cc"
}

.icon-file-excel1:before {
    content: "\f4cd"
}

.icon-libreoffice1:before {
    content: "\f4ce"
}

.icon-html-five1:before {
    content: "\f4cf"
}

.icon-html-five21:before {
    content: "\f4d0"
}

.icon-css31:before {
    content: "\f4d1"
}

.icon-git1:before {
    content: "\f4d2"
}

.icon-codepen1:before {
    content: "\f4d3"
}

.icon-svg1:before {
    content: "\f4d4"
}

.icon-IcoMoon1:before {
    content: "\f4d5"
}

.icon-compass31:before {
    content: "\e964"
}

.icon-user21:before {
    content: "\e973"
}

.icon-users21:before {
    content: "\e974"
}

.icon-home4:before {
    content: "\ed21"
}

.icon-home22:before {
    content: "\ed22"
}

.icon-home32:before {
    content: "\ed23"
}

.icon-office2:before {
    content: "\ed24"
}

.icon-newspaper2:before {
    content: "\ed25"
}

.icon-pencil3:before {
    content: "\ed26"
}

.icon-pencil22:before {
    content: "\ed27"
}

.icon-quill2:before {
    content: "\ed28"
}

.icon-pen2:before {
    content: "\ed29"
}

.icon-blog2:before {
    content: "\ed2a"
}

.icon-eyedropper2:before {
    content: "\ed2b"
}

.icon-droplet2:before {
    content: "\ed2c"
}

.icon-paint-format2:before {
    content: "\ed2d"
}

.icon-image2:before {
    content: "\ed2e"
}

.icon-images2:before {
    content: "\ed2f"
}

.icon-camera2:before {
    content: "\ed30"
}

.icon-headphones2:before {
    content: "\ed31"
}

.icon-music2:before {
    content: "\ed32"
}

.icon-play4:before {
    content: "\ed33"
}

.icon-film2:before {
    content: "\ed34"
}

.icon-video-camera2:before {
    content: "\ed35"
}

.icon-dice2:before {
    content: "\ed36"
}

.icon-pacman2:before {
    content: "\ed37"
}

.icon-spades2:before {
    content: "\ed38"
}

.icon-clubs2:before {
    content: "\ed39"
}

.icon-diamonds2:before {
    content: "\ed3a"
}

.icon-bullhorn2:before {
    content: "\ed3b"
}

.icon-connection2:before {
    content: "\ed3c"
}

.icon-podcast2:before {
    content: "\ed3d"
}

.icon-feed2:before {
    content: "\ed3e"
}

.icon-mic2:before {
    content: "\ed3f"
}

.icon-book2:before {
    content: "\ed40"
}

.icon-books2:before {
    content: "\ed41"
}

.icon-library2:before {
    content: "\ed42"
}

.icon-file-text3:before {
    content: "\ed43"
}

.icon-profile2:before {
    content: "\ed44"
}

.icon-file-empty2:before {
    content: "\ed45"
}

.icon-files-empty2:before {
    content: "\ed46"
}

.icon-file-text22:before {
    content: "\ed47"
}

.icon-file-picture2:before {
    content: "\ed48"
}

.icon-file-music2:before {
    content: "\ed49"
}

.icon-file-play2:before {
    content: "\ed4a"
}

.icon-file-video2:before {
    content: "\ed4b"
}

.icon-file-zip2:before {
    content: "\ed4c"
}

.icon-copy2:before {
    content: "\ed4d"
}

.icon-paste2:before {
    content: "\ed4e"
}

.icon-stack2:before {
    content: "\ed4f"
}

.icon-folder2:before {
    content: "\ed50"
}

.icon-folder-open2:before {
    content: "\ed51"
}

.icon-folder-plus2:before {
    content: "\ed52"
}

.icon-folder-minus2:before {
    content: "\ed53"
}

.icon-folder-download2:before {
    content: "\ed54"
}

.icon-folder-upload2:before {
    content: "\ed55"
}

.icon-price-tag2:before {
    content: "\ed56"
}

.icon-price-tags2:before {
    content: "\ed57"
}

.icon-barcode2:before {
    content: "\ed58"
}

.icon-qrcode2:before {
    content: "\ed59"
}

.icon-ticket2:before {
    content: "\ed5a"
}

.icon-cart2:before {
    content: "\ed5b"
}

.icon-coin-dollar2:before {
    content: "\ed5c"
}

.icon-coin-euro2:before {
    content: "\ed5d"
}

.icon-coin-pound2:before {
    content: "\ed5e"
}

.icon-coin-yen2:before {
    content: "\ed5f"
}

.icon-credit-card2:before {
    content: "\ed60"
}

.icon-calculator2:before {
    content: "\ed61"
}

.icon-lifebuoy2:before {
    content: "\ed62"
}

.icon-phone2:before {
    content: "\ed63"
}

.icon-phone-hang-up2:before {
    content: "\ed64"
}

.icon-address-book2:before {
    content: "\ed65"
}

.icon-envelop2:before {
    content: "\ed66"
}

.icon-pushpin2:before {
    content: "\ed67"
}

.icon-location3:before {
    content: "\ed68"
}

.icon-location22:before {
    content: "\ed69"
}

.icon-compass32:before {
    content: "\ed6a"
}

.icon-compass22:before {
    content: "\ed6b"
}

.icon-map3:before {
    content: "\ed6c"
}

.icon-map22:before {
    content: "\ed6d"
}

.icon-history2:before {
    content: "\ed6e"
}

.icon-clock3:before {
    content: "\ed6f"
}

.icon-clock22:before {
    content: "\ed70"
}

.icon-alarm2:before {
    content: "\ed71"
}

.icon-bell2:before {
    content: "\ed72"
}

.icon-stopwatch2:before {
    content: "\ed73"
}

.icon-calendar22:before {
    content: "\ed74"
}

.icon-printer2:before {
    content: "\ed75"
}

.icon-keyboard2:before {
    content: "\ed76"
}

.icon-display2:before {
    content: "\ed77"
}

.icon-laptop2:before {
    content: "\ed78"
}

.icon-mobile3:before {
    content: "\ed79"
}

.icon-mobile22:before {
    content: "\ed7a"
}

.icon-tablet2:before {
    content: "\ed7b"
}

.icon-tv2:before {
    content: "\ed7c"
}

.icon-drawer3:before {
    content: "\ed7d"
}

.icon-drawer22:before {
    content: "\ed7e"
}

.icon-box-add2:before {
    content: "\ed7f"
}

.icon-box-remove2:before {
    content: "\ed80"
}

.icon-download4:before {
    content: "\ed81"
}

.icon-upload4:before {
    content: "\ed82"
}

.icon-floppy-disk2:before {
    content: "\ed83"
}

.icon-drive2:before {
    content: "\ed84"
}

.icon-database2:before {
    content: "\ed85"
}

.icon-undo3:before {
    content: "\ed86"
}

.icon-redo3:before {
    content: "\ed87"
}

.icon-undo22:before {
    content: "\ed88"
}

.icon-redo22:before {
    content: "\ed89"
}

.icon-forward4:before {
    content: "\ed8a"
}

.icon-reply2:before {
    content: "\ed8b"
}

.icon-bubble3:before {
    content: "\ed8c"
}

.icon-bubbles5:before {
    content: "\ed8d"
}

.icon-bubbles22:before {
    content: "\ed8e"
}

.icon-bubble22:before {
    content: "\ed8f"
}

.icon-bubbles32:before {
    content: "\ed90"
}

.icon-bubbles42:before {
    content: "\ed91"
}

.icon-user22:before {
    content: "\ed92"
}

.icon-users22:before {
    content: "\ed93"
}

.icon-user-plus2:before {
    content: "\ed94"
}

.icon-user-minus2:before {
    content: "\ed95"
}

.icon-user-check2:before {
    content: "\ed96"
}

.icon-user-tie2:before {
    content: "\ed97"
}

.icon-quotes-left2:before {
    content: "\ed98"
}

.icon-quotes-right2:before {
    content: "\ed99"
}

.icon-hour-glass2:before {
    content: "\ed9a"
}

.icon-spinner12:before {
    content: "\ed9b"
}

.icon-spinner22:before {
    content: "\ed9c"
}

.icon-spinner32:before {
    content: "\ed9d"
}

.icon-spinner42:before {
    content: "\ed9e"
}

.icon-spinner52:before {
    content: "\ed9f"
}

.icon-spinner62:before {
    content: "\eda0"
}

.icon-spinner72:before {
    content: "\eda1"
}

.icon-spinner82:before {
    content: "\eda2"
}

.icon-spinner92:before {
    content: "\eda3"
}

.icon-spinner102:before {
    content: "\eda4"
}

.icon-spinner112:before {
    content: "\eda5"
}

.icon-binoculars2:before {
    content: "\eda6"
}

.icon-search2:before {
    content: "\eda7"
}

.icon-zoom-in2:before {
    content: "\eda8"
}

.icon-zoom-out2:before {
    content: "\eda9"
}

.icon-enlarge3:before {
    content: "\edaa"
}

.icon-shrink3:before {
    content: "\edab"
}

.icon-enlarge22:before {
    content: "\edac"
}

.icon-shrink22:before {
    content: "\edad"
}

.icon-key32:before {
    content: "\edae"
}

.icon-key22:before {
    content: "\edaf"
}

.icon-lock22:before {
    content: "\edb0"
}

.icon-unlocked2:before {
    content: "\edb1"
}

.icon-wrench22:before {
    content: "\edb2"
}

.icon-equalizer3:before {
    content: "\edb3"
}

.icon-equalizer22:before {
    content: "\edb4"
}

.icon-cog2:before {
    content: "\edb5"
}

.icon-cogs2:before {
    content: "\edb6"
}

.icon-hammer3:before {
    content: "\edb7"
}

.icon-magic-wand2:before {
    content: "\edb8"
}

.icon-aid-kit2:before {
    content: "\edb9"
}

.icon-bug2:before {
    content: "\edba"
}

.icon-pie-chart2:before {
    content: "\edbb"
}

.icon-stats-dots2:before {
    content: "\edbc"
}

.icon-stats-bars3:before {
    content: "\edbd"
}

.icon-stats-bars22:before {
    content: "\edbe"
}

.icon-trophy2:before {
    content: "\edbf"
}

.icon-gift2:before {
    content: "\edc0"
}

.icon-glass3:before {
    content: "\edc1"
}

.icon-glass22:before {
    content: "\edc2"
}

.icon-mug2:before {
    content: "\edc3"
}

.icon-spoon-knife2:before {
    content: "\edc4"
}

.icon-leaf2:before {
    content: "\edc5"
}

.icon-rocket2:before {
    content: "\edc6"
}

.icon-meter3:before {
    content: "\edc7"
}

.icon-meter22:before {
    content: "\edc8"
}

.icon-hammer22:before {
    content: "\edc9"
}

.icon-fire2:before {
    content: "\edca"
}

.icon-lab2:before {
    content: "\edcb"
}

.icon-magnet2:before {
    content: "\edcc"
}

.icon-bin3:before {
    content: "\edcd"
}

.icon-bin22:before {
    content: "\edce"
}

.icon-briefcase2:before {
    content: "\edcf"
}

.icon-airplane2:before {
    content: "\edd0"
}

.icon-truck2:before {
    content: "\edd1"
}

.icon-road2:before {
    content: "\edd2"
}

.icon-accessibility2:before {
    content: "\edd3"
}

.icon-target2:before {
    content: "\edd4"
}

.icon-shield2:before {
    content: "\edd5"
}

.icon-power2:before {
    content: "\edd6"
}

.icon-switch2:before {
    content: "\edd7"
}

.icon-power-cord2:before {
    content: "\edd8"
}

.icon-clipboard2:before {
    content: "\edd9"
}

.icon-list-numbered2:before {
    content: "\edda"
}

.icon-list3:before {
    content: "\eddb"
}

.icon-list22:before {
    content: "\eddc"
}

.icon-tree2:before {
    content: "\eddd"
}

.icon-menu5:before {
    content: "\edde"
}

.icon-menu22:before {
    content: "\eddf"
}

.icon-menu32:before {
    content: "\ede0"
}

.icon-menu42:before {
    content: "\ede1"
}

.icon-cloud2:before {
    content: "\ede2"
}

.icon-cloud-download2:before {
    content: "\ede3"
}

.icon-cloud-upload2:before {
    content: "\ede4"
}

.icon-cloud-check2:before {
    content: "\ede5"
}

.icon-download22:before {
    content: "\ede6"
}

.icon-upload22:before {
    content: "\ede7"
}

.icon-download32:before {
    content: "\ede8"
}

.icon-upload32:before {
    content: "\ede9"
}

.icon-sphere2:before {
    content: "\edea"
}

.icon-earth2:before {
    content: "\edeb"
}

.icon-link2:before {
    content: "\edec"
}

.icon-flag2:before {
    content: "\eded"
}

.icon-attachment2:before {
    content: "\edee"
}

.icon-eye2:before {
    content: "\edef"
}

.icon-eye-plus2:before {
    content: "\edf0"
}

.icon-eye-minus2:before {
    content: "\edf1"
}

.icon-eye-blocked2:before {
    content: "\edf2"
}

.icon-bookmark2:before {
    content: "\edf3"
}

.icon-bookmarks2:before {
    content: "\edf4"
}

.icon-sun2:before {
    content: "\edf5"
}

.icon-contrast2:before {
    content: "\edf6"
}

.icon-brightness-contrast2:before {
    content: "\edf7"
}

.icon-star-empty2:before {
    content: "\edf8"
}

.icon-star-half2:before {
    content: "\edf9"
}

.icon-star-full2:before {
    content: "\edfa"
}

.icon-heart2:before {
    content: "\edfb"
}

.icon-heart-broken2:before {
    content: "\edfc"
}

.icon-man2:before {
    content: "\edfd"
}

.icon-woman2:before {
    content: "\edfe"
}

.icon-man-woman2:before {
    content: "\edff"
}

.icon-happy3:before {
    content: "\ee00"
}

.icon-happy22:before {
    content: "\ee01"
}

.icon-smile3:before {
    content: "\ee02"
}

.icon-smile22:before {
    content: "\ee03"
}

.icon-tongue3:before {
    content: "\ee04"
}

.icon-tongue22:before {
    content: "\ee05"
}

.icon-sad3:before {
    content: "\ee06"
}

.icon-sad22:before {
    content: "\ee07"
}

.icon-wink3:before {
    content: "\ee08"
}

.icon-wink22:before {
    content: "\ee09"
}

.icon-grin3:before {
    content: "\ee0a"
}

.icon-grin22:before {
    content: "\ee0b"
}

.icon-cool3:before {
    content: "\ee0c"
}

.icon-cool22:before {
    content: "\ee0d"
}

.icon-angry3:before {
    content: "\ee0e"
}

.icon-angry22:before {
    content: "\ee0f"
}

.icon-evil3:before {
    content: "\ee10"
}

.icon-evil22:before {
    content: "\ee11"
}

.icon-shocked3:before {
    content: "\ee12"
}

.icon-shocked22:before {
    content: "\ee13"
}

.icon-baffled3:before {
    content: "\ee14"
}

.icon-baffled22:before {
    content: "\ee15"
}

.icon-confused3:before {
    content: "\ee16"
}

.icon-confused22:before {
    content: "\ee17"
}

.icon-neutral3:before {
    content: "\ee18"
}

.icon-neutral22:before {
    content: "\ee19"
}

.icon-hipster3:before {
    content: "\ee1a"
}

.icon-hipster22:before {
    content: "\ee1b"
}

.icon-wondering3:before {
    content: "\ee1c"
}

.icon-wondering22:before {
    content: "\ee1d"
}

.icon-sleepy3:before {
    content: "\ee1e"
}

.icon-sleepy22:before {
    content: "\ee1f"
}

.icon-frustrated3:before {
    content: "\ee20"
}

.icon-frustrated22:before {
    content: "\ee21"
}

.icon-crying3:before {
    content: "\ee22"
}

.icon-crying22:before {
    content: "\ee23"
}

.icon-point-up2:before {
    content: "\ee24"
}

.icon-point-right2:before {
    content: "\ee25"
}

.icon-point-down2:before {
    content: "\ee26"
}

.icon-point-left2:before {
    content: "\ee27"
}

.icon-warning2:before {
    content: "\ee28"
}

.icon-notification2:before {
    content: "\ee29"
}

.icon-question2:before {
    content: "\ee2a"
}

.icon-plus2:before {
    content: "\ee2b"
}

.icon-minus2:before {
    content: "\ee2c"
}

.icon-info2:before {
    content: "\ee2d"
}

.icon-cancel-circle2:before {
    content: "\ee2e"
}

.icon-blocked2:before {
    content: "\ee2f"
}

.icon-cross2:before {
    content: "\ee30"
}

.icon-checkmark3:before {
    content: "\ee31"
}

.icon-checkmark22:before {
    content: "\ee32"
}

.icon-spell-check2:before {
    content: "\ee33"
}

.icon-enter2:before {
    content: "\ee34"
}

.icon-exit2:before {
    content: "\ee35"
}

.icon-play22:before {
    content: "\ee36"
}

.icon-pause3:before {
    content: "\ee37"
}

.icon-stop3:before {
    content: "\ee38"
}

.icon-previous3:before {
    content: "\ee39"
}

.icon-next33:before {
    content: "\ee3a"
}

.icon-backward3:before {
    content: "\ee3b"
}

.icon-forward22:before {
    content: "\ee3c"
}

.icon-play32:before {
    content: "\ee3d"
}

.icon-pause22:before {
    content: "\ee3e"
}

.icon-stop22:before {
    content: "\ee3f"
}

.icon-backward22:before {
    content: "\ee40"
}

.icon-forward32:before {
    content: "\ee41"
}

.icon-first2:before {
    content: "\ee42"
}

.icon-last2:before {
    content: "\ee43"
}

.icon-previous22:before {
    content: "\ee44"
}

.icon-next22:before {
    content: "\ee45"
}

.icon-eject2:before {
    content: "\ee46"
}

.icon-volume-high2:before {
    content: "\ee47"
}

.icon-volume-medium2:before {
    content: "\ee48"
}

.icon-volume-low2:before {
    content: "\ee49"
}

.icon-volume-mute3:before {
    content: "\ee4a"
}

.icon-volume-mute22:before {
    content: "\ee4b"
}

.icon-volume-increase2:before {
    content: "\ee4c"
}

.icon-volume-decrease2:before {
    content: "\ee4d"
}

.icon-loop3:before {
    content: "\ee4e"
}

.icon-loop22:before {
    content: "\ee4f"
}

.icon-infinite2:before {
    content: "\ee50"
}

.icon-shuffle2:before {
    content: "\ee51"
}

.icon-arrow-up-left3:before {
    content: "\ee52"
}

.icon-arrow-up3:before {
    content: "\ee53"
}

.icon-arrow-up-right3:before {
    content: "\ee54"
}

.icon-arrow-right3:before {
    content: "\ee55"
}

.icon-arrow-down-right3:before {
    content: "\ee56"
}

.icon-arrow-down3:before {
    content: "\ee57"
}

.icon-arrow-down-left3:before {
    content: "\ee58"
}

.icon-arrow-left3:before {
    content: "\ee59"
}

.icon-arrow-up-left22:before {
    content: "\ee5a"
}

.icon-arrow-up22:before {
    content: "\ee5b"
}

.icon-arrow-up-right22:before {
    content: "\ee5c"
}

.icon-arrow-right22:before {
    content: "\ee5d"
}

.icon-arrow-down-right22:before {
    content: "\ee5e"
}

.icon-arrow-down22:before {
    content: "\ee5f"
}

.icon-arrow-down-left22:before {
    content: "\ee60"
}

.icon-arrow-left22:before {
    content: "\ee61"
}

.icon-circle-up2:before {
    content: "\ee62"
}

.icon-circle-right2:before {
    content: "\ee63"
}

.icon-circle-down2:before {
    content: "\ee64"
}

.icon-circle-left2:before {
    content: "\ee65"
}

.icon-tab2:before {
    content: "\ee66"
}

.icon-move-up2:before {
    content: "\ee67"
}

.icon-move-down2:before {
    content: "\ee68"
}

.icon-sort-alpha-asc2:before {
    content: "\ee69"
}

.icon-sort-alpha-desc2:before {
    content: "\ee6a"
}

.icon-sort-numeric-asc2:before {
    content: "\ee6b"
}

.icon-sort-numberic-desc2:before {
    content: "\ee6c"
}

.icon-sort-amount-asc2:before {
    content: "\ee6d"
}

.icon-sort-amount-desc2:before {
    content: "\ee6e"
}

.icon-command2:before {
    content: "\ee6f"
}

.icon-shift2:before {
    content: "\ee70"
}

.icon-ctrl2:before {
    content: "\ee71"
}

.icon-opt2:before {
    content: "\ee72"
}

.icon-checkbox-checked2:before {
    content: "\ee73"
}

.icon-checkbox-unchecked2:before {
    content: "\ee74"
}

.icon-radio-checked3:before {
    content: "\ee75"
}

.icon-radio-checked22:before {
    content: "\ee76"
}

.icon-radio-unchecked2:before {
    content: "\ee77"
}

.icon-crop2:before {
    content: "\ee78"
}

.icon-make-group2:before {
    content: "\ee79"
}

.icon-ungroup2:before {
    content: "\ee7a"
}

.icon-scissors2:before {
    content: "\ee7b"
}

.icon-filter2:before {
    content: "\ee7c"
}

.icon-font2:before {
    content: "\ee7d"
}

.icon-ligature3:before {
    content: "\ee7e"
}

.icon-ligature22:before {
    content: "\ee7f"
}

.icon-text-height2:before {
    content: "\ee80"
}

.icon-text-width2:before {
    content: "\ee81"
}

.icon-font-size2:before {
    content: "\ee82"
}

.icon-bold2:before {
    content: "\ee83"
}

.icon-underline2:before {
    content: "\ee84"
}

.icon-italic2:before {
    content: "\ee85"
}

.icon-strikethrough2:before {
    content: "\ee86"
}

.icon-omega2:before {
    content: "\ee87"
}

.icon-sigma2:before {
    content: "\ee88"
}

.icon-page-break2:before {
    content: "\ee89"
}

.icon-superscript3:before {
    content: "\ee8a"
}

.icon-subscript3:before {
    content: "\ee8b"
}

.icon-superscript22:before {
    content: "\ee8c"
}

.icon-subscript22:before {
    content: "\ee8d"
}

.icon-text-color2:before {
    content: "\ee8e"
}

.icon-pagebreak2:before {
    content: "\ee8f"
}

.icon-clear-formatting2:before {
    content: "\ee90"
}

.icon-table3:before {
    content: "\ee91"
}

.icon-table22:before {
    content: "\ee92"
}

.icon-insert-template2:before {
    content: "\ee93"
}

.icon-pilcrow2:before {
    content: "\ee94"
}

.icon-ltr2:before {
    content: "\ee95"
}

.icon-rtl2:before {
    content: "\ee96"
}

.icon-section2:before {
    content: "\ee97"
}

.icon-paragraph-left2:before {
    content: "\ee98"
}

.icon-paragraph-center2:before {
    content: "\ee99"
}

.icon-paragraph-right2:before {
    content: "\ee9a"
}

.icon-paragraph-justify2:before {
    content: "\ee9b"
}

.icon-indent-increase2:before {
    content: "\ee9c"
}

.icon-indent-decrease2:before {
    content: "\ee9d"
}

.icon-share3:before {
    content: "\ee9e"
}

.icon-new-tab2:before {
    content: "\ee9f"
}

.icon-embed3:before {
    content: "\eea0"
}

.icon-embed22:before {
    content: "\eea1"
}

.icon-terminal2:before {
    content: "\eea2"
}

.icon-share22:before {
    content: "\eea3"
}

.icon-mail5:before {
    content: "\eea4"
}

.icon-mail22:before {
    content: "\eea5"
}

.icon-mail32:before {
    content: "\eea6"
}

.icon-mail42:before {
    content: "\eea7"
}

.icon-amazon2:before {
    content: "\eea8"
}

.icon-google4:before {
    content: "\eea9"
}

.icon-google22:before {
    content: "\eeaa"
}

.icon-google32:before {
    content: "\eeab"
}

.icon-google-plus4:before {
    content: "\eeac"
}

.icon-google-plus22:before {
    content: "\eead"
}

.icon-google-plus32:before {
    content: "\eeae"
}

.icon-hangouts2:before {
    content: "\eeaf"
}

.icon-google-drive2:before {
    content: "\eeb0"
}

.icon-facebook3:before {
    content: "\eeb1"
}

.icon-facebook22:before {
    content: "\eeb2"
}

.icon-instagram2:before {
    content: "\eeb3"
}

.icon-whatsapp2:before {
    content: "\eeb4"
}

.icon-spotify2:before {
    content: "\eeb5"
}

.icon-telegram2:before {
    content: "\eeb6"
}

.icon-twitter2:before {
    content: "\eeb7"
}

.icon-vine2:before {
    content: "\eeb8"
}

.icon-vk2:before {
    content: "\eeb9"
}

.icon-renren2:before {
    content: "\eeba"
}

.icon-sina-weibo2:before {
    content: "\eebb"
}

.icon-rss3:before {
    content: "\eebc"
}

.icon-rss22:before {
    content: "\eebd"
}

.icon-youtube3:before {
    content: "\eebe"
}

.icon-youtube22:before {
    content: "\eebf"
}

.icon-twitch2:before {
    content: "\eec0"
}

.icon-vimeo3:before {
    content: "\eec1"
}

.icon-vimeo22:before {
    content: "\eec2"
}

.icon-lanyrd2:before {
    content: "\eec3"
}

.icon-flickr5:before {
    content: "\eec4"
}

.icon-flickr22:before {
    content: "\eec5"
}

.icon-flickr32:before {
    content: "\eec6"
}

.icon-flickr42:before {
    content: "\eec7"
}

.icon-dribbble2:before {
    content: "\eec8"
}

.icon-behance3:before {
    content: "\eec9"
}

.icon-behance22:before {
    content: "\eeca"
}

.icon-deviantart2:before {
    content: "\eecb"
}

.icon-500px2:before {
    content: "\eecc"
}

.icon-steam3:before {
    content: "\eecd"
}

.icon-steam22:before {
    content: "\eece"
}

.icon-dropbox2:before {
    content: "\eecf"
}

.icon-onedrive2:before {
    content: "\eed0"
}

.icon-github2:before {
    content: "\eed1"
}

.icon-npm2:before {
    content: "\eed2"
}

.icon-basecamp2:before {
    content: "\eed3"
}

.icon-trello2:before {
    content: "\eed4"
}

.icon-wordpress2:before {
    content: "\eed5"
}

.icon-joomla2:before {
    content: "\eed6"
}

.icon-ello2:before {
    content: "\eed7"
}

.icon-blogger3:before {
    content: "\eed8"
}

.icon-blogger22:before {
    content: "\eed9"
}

.icon-tumblr3:before {
    content: "\eeda"
}

.icon-tumblr22:before {
    content: "\eedb"
}

.icon-yahoo3:before {
    content: "\eedc"
}

.icon-yahoo22:before {
    content: "\eedd"
}

.icon-tux2:before {
    content: "\eede"
}

.icon-appleinc2:before {
    content: "\eedf"
}

.icon-finder2:before {
    content: "\eee0"
}

.icon-android2:before {
    content: "\eee1"
}

.icon-windows2:before {
    content: "\eee2"
}

.icon-windows82:before {
    content: "\eee3"
}

.icon-soundcloud3:before {
    content: "\eee4"
}

.icon-soundcloud22:before {
    content: "\eee5"
}

.icon-skype2:before {
    content: "\eee6"
}

.icon-reddit2:before {
    content: "\eee7"
}

.icon-hackernews2:before {
    content: "\eee8"
}

.icon-wikipedia2:before {
    content: "\eee9"
}

.icon-linkedin3:before {
    content: "\eeea"
}

.icon-linkedin22:before {
    content: "\eeeb"
}

.icon-lastfm3:before {
    content: "\eeec"
}

.icon-lastfm22:before {
    content: "\eeed"
}

.icon-delicious2:before {
    content: "\eeee"
}

.icon-stumbleupon3:before {
    content: "\eeef"
}

.icon-stumbleupon22:before {
    content: "\eef0"
}

.icon-stackoverflow2:before {
    content: "\eef1"
}

.icon-pinterest3:before {
    content: "\eef2"
}

.icon-pinterest22:before {
    content: "\eef3"
}

.icon-xing3:before {
    content: "\eef4"
}

.icon-xing22:before {
    content: "\eef5"
}

.icon-flattr2:before {
    content: "\eef6"
}

.icon-foursquare2:before {
    content: "\eef7"
}

.icon-yelp2:before {
    content: "\eef8"
}

.icon-paypal2:before {
    content: "\eef9"
}

.icon-chrome2:before {
    content: "\eefa"
}

.icon-firefox2:before {
    content: "\eefb"
}

.icon-IE2:before {
    content: "\eefc"
}

.icon-edge2:before {
    content: "\eefd"
}

.icon-safari2:before {
    content: "\eefe"
}

.icon-opera2:before {
    content: "\eeff"
}

.icon-file-pdf2:before {
    content: "\ef00"
}

.icon-file-openoffice2:before {
    content: "\ef01"
}

.icon-file-word2:before {
    content: "\ef02"
}

.icon-file-excel2:before {
    content: "\ef03"
}

.icon-libreoffice2:before {
    content: "\ef04"
}

.icon-html-five3:before {
    content: "\ef05"
}

.icon-html-five22:before {
    content: "\ef06"
}

.icon-css32:before {
    content: "\ef07"
}

.icon-git2:before {
    content: "\ef08"
}

.icon-codepen2:before {
    content: "\ef09"
}

.icon-svg2:before {
    content: "\ef0a"
}

.icon-IcoMoon2:before {
    content: "\ef0b"
}

.icon-home:before {
    content: "\ef26"
}

.icon-home2:before {
    content: "\ef27"
}

.icon-home3:before {
    content: "\ef28"
}

.icon-office:before {
    content: "\ef29"
}

.icon-newspaper:before {
    content: "\ef2a"
}

.icon-pencil:before {
    content: "\ef2b"
}

.icon-pencil2:before {
    content: "\ef2c"
}

.icon-quill:before {
    content: "\ef2d"
}

.icon-pen:before {
    content: "\ef2e"
}

.icon-blog:before {
    content: "\ef2f"
}

.icon-eyedropper:before {
    content: "\ef30"
}

.icon-droplet:before {
    content: "\ef31"
}

.icon-paint-format:before {
    content: "\ef32"
}

.icon-image:before {
    content: "\ef33"
}

.icon-images:before {
    content: "\ef34"
}

.icon-camera:before {
    content: "\ef35"
}

.icon-headphones:before {
    content: "\ef36"
}

.icon-music:before {
    content: "\ef37"
}

.icon-play:before {
    content: "\ef38"
}

.icon-film:before {
    content: "\ef39"
}

.icon-video-camera:before {
    content: "\ef3a"
}

.icon-dice:before {
    content: "\ef3b"
}

.icon-pacman:before {
    content: "\ef3c"
}

.icon-spades:before {
    content: "\ef3d"
}

.icon-clubs:before {
    content: "\ef3e"
}

.icon-diamonds:before {
    content: "\ef3f"
}

.icon-bullhorn:before {
    content: "\ef40"
}

.icon-connection:before {
    content: "\ef41"
}

.icon-podcast:before {
    content: "\ef42"
}

.icon-feed:before {
    content: "\ef43"
}

.icon-mic:before {
    content: "\ef44"
}

.icon-book:before {
    content: "\ef45"
}

.icon-books:before {
    content: "\ef46"
}

.icon-library:before {
    content: "\ef47"
}

.icon-file-text:before {
    content: "\ef48"
}

.icon-profile:before {
    content: "\ef49"
}

.icon-file-empty:before {
    content: "\ef4a"
}

.icon-files-empty:before {
    content: "\ef4b"
}

.icon-file-text2:before {
    content: "\ef4c"
}

.icon-file-picture:before {
    content: "\ef4d"
}

.icon-file-music:before {
    content: "\ef4e"
}

.icon-file-play:before {
    content: "\ef4f"
}

.icon-file-video:before {
    content: "\ef50"
}

.icon-file-zip:before {
    content: "\ef51"
}

.icon-copy:before {
    content: "\ef52"
}

.icon-paste:before {
    content: "\ef53"
}

.icon-stack:before {
    content: "\ef54"
}

.icon-folder:before {
    content: "\ef55"
}

.icon-folder-open:before {
    content: "\ef56"
}

.icon-folder-plus:before {
    content: "\ef57"
}

.icon-folder-minus:before {
    content: "\ef58"
}

.icon-folder-download:before {
    content: "\ef59"
}

.icon-folder-upload:before {
    content: "\ef5a"
}

.icon-price-tag:before {
    content: "\ef5b"
}

.icon-price-tags:before {
    content: "\ef5c"
}

.icon-barcode:before {
    content: "\ef5d"
}

.icon-qrcode:before {
    content: "\ef5e"
}

.icon-ticket:before {
    content: "\ef5f"
}

.icon-cart:before {
    content: "\ef60"
}

.icon-coin-dollar:before {
    content: "\ef61"
}

.icon-coin-euro:before {
    content: "\ef62"
}

.icon-coin-pound:before {
    content: "\ef63"
}

.icon-coin-yen:before {
    content: "\ef64"
}

.icon-credit-card:before {
    content: "\ef65"
}

.icon-calculator:before {
    content: "\ef66"
}

.icon-lifebuoy:before {
    content: "\ef67"
}

.icon-phone:before {
    content: "\ef68"
}

.icon-phone-hang-up:before {
    content: "\ef69"
}

.icon-address-book:before {
    content: "\ef6a"
}

.icon-envelop:before {
    content: "\ef6b"
}

.icon-pushpin:before {
    content: "\ef6c"
}

.icon-location:before {
    content: "\ef6d"
}

.icon-location2:before {
    content: "\ef6e"
}

.icon-compass:before {
    content: "\ef6f"
}

.icon-compass2:before {
    content: "\ef70"
}

.icon-map:before {
    content: "\ef71"
}

.icon-map2:before {
    content: "\ef72"
}

.icon-history:before {
    content: "\ef73"
}

.icon-clock:before {
    content: "\ef74"
}

.icon-clock2:before {
    content: "\ef75"
}

.icon-alarm:before {
    content: "\ef76"
}

.icon-bell:before {
    content: "\ef77"
}

.icon-stopwatch:before {
    content: "\ef78"
}

.icon-calendar:before {
    content: "\ef79"
}

.icon-printer:before {
    content: "\ef7a"
}

.icon-keyboard:before {
    content: "\ef7b"
}

.icon-display:before {
    content: "\ef7c"
}

.icon-laptop:before {
    content: "\ef7d"
}

.icon-mobile:before {
    content: "\ef7e"
}

.icon-mobile2:before {
    content: "\ef7f"
}

.icon-tablet:before {
    content: "\ef80"
}

.icon-tv:before {
    content: "\ef81"
}

.icon-drawer:before {
    content: "\ef82"
}

.icon-drawer2:before {
    content: "\ef83"
}

.icon-box-add:before {
    content: "\ef84"
}

.icon-box-remove:before {
    content: "\ef85"
}

.icon-download:before {
    content: "\ef86"
}

.icon-upload:before {
    content: "\ef87"
}

.icon-floppy-disk:before {
    content: "\ef88"
}

.icon-drive:before {
    content: "\ef89"
}

.icon-database:before {
    content: "\ef8a"
}

.icon-undo:before {
    content: "\ef8b"
}

.icon-redo:before {
    content: "\ef8c"
}

.icon-undo2:before {
    content: "\ef8d"
}

.icon-redo2:before {
    content: "\ef8e"
}

.icon-forward:before {
    content: "\ef8f"
}

.icon-reply:before {
    content: "\ef90"
}

.icon-bubble:before {
    content: "\ef91"
}

.icon-bubbles:before {
    content: "\ef92"
}

.icon-bubbles2:before {
    content: "\ef93"
}

.icon-bubble2:before {
    content: "\ef94"
}

.icon-bubbles3:before {
    content: "\ef95"
}

.icon-bubbles4:before {
    content: "\ef96"
}

.icon-user:before {
    content: "\ef97"
}

.icon-users:before {
    content: "\ef98"
}

.icon-user-plus:before {
    content: "\ef99"
}

.icon-user-minus:before {
    content: "\ef9a"
}

.icon-user-check:before {
    content: "\ef9b"
}

.icon-user-tie:before {
    content: "\ef9c"
}

.icon-quotes-left:before {
    content: "\ef9d"
}

.icon-quotes-right:before {
    content: "\ef9e"
}

.icon-hour-glass:before {
    content: "\ef9f"
}

.icon-spinner:before {
    content: "\efa0"
}

.icon-spinner2:before {
    content: "\efa1"
}

.icon-spinner3:before {
    content: "\efa2"
}

.icon-spinner4:before {
    content: "\efa3"
}

.icon-spinner5:before {
    content: "\efa4"
}

.icon-spinner6:before {
    content: "\efa5"
}

.icon-spinner7:before {
    content: "\efa6"
}

.icon-spinner8:before {
    content: "\efa7"
}

.icon-spinner9:before {
    content: "\efa8"
}

.icon-spinner10:before {
    content: "\efa9"
}

.icon-spinner11:before {
    content: "\efaa"
}

.icon-binoculars:before {
    content: "\efab"
}

.icon-search:before {
    content: "\efac"
}

.icon-zoom-in:before {
    content: "\efad"
}

.icon-zoom-out:before {
    content: "\efae"
}

.icon-enlarge:before {
    content: "\efaf"
}

.icon-shrink:before {
    content: "\efb0"
}

.icon-enlarge2:before {
    content: "\efb1"
}

.icon-shrink2:before {
    content: "\efb2"
}

.icon-key:before {
    content: "\efb3"
}

.icon-key2:before {
    content: "\efb4"
}

.icon-lock:before {
    content: "\efb5"
}

.icon-unlocked:before {
    content: "\efb6"
}

.icon-wrench:before {
    content: "\efb7"
}

.icon-equalizer:before {
    content: "\efb8"
}

.icon-equalizer2:before {
    content: "\efb9"
}

.icon-cog:before {
    content: "\efba"
}

.icon-cogs:before {
    content: "\efbb"
}

.icon-hammer:before {
    content: "\efbc"
}

.icon-magic-wand:before {
    content: "\efbd"
}

.icon-aid-kit:before {
    content: "\efbe"
}

.icon-bug:before {
    content: "\efbf"
}

.icon-pie-chart:before {
    content: "\efc0"
}

.icon-stats-dots:before {
    content: "\efc1"
}

.icon-stats-bars:before {
    content: "\efc2"
}

.icon-stats-bars2:before {
    content: "\efc3"
}

.icon-trophy:before {
    content: "\efc4"
}

.icon-gift:before {
    content: "\efc5"
}

.icon-glass:before {
    content: "\efc6"
}

.icon-glass2:before {
    content: "\efc7"
}

.icon-mug:before {
    content: "\efc8"
}

.icon-spoon-knife:before {
    content: "\efc9"
}

.icon-leaf:before {
    content: "\efca"
}

.icon-rocket:before {
    content: "\efcb"
}

.icon-meter:before {
    content: "\efcc"
}

.icon-meter2:before {
    content: "\efcd"
}

.icon-hammer2:before {
    content: "\efce"
}

.icon-fire:before {
    content: "\efcf"
}

.icon-lab:before {
    content: "\efd0"
}

.icon-magnet:before {
    content: "\efd1"
}

.icon-bin:before {
    content: "\efd2"
}

.icon-bin2:before {
    content: "\efd3"
}

.icon-briefcase:before {
    content: "\efd4"
}

.icon-airplane:before {
    content: "\efd5"
}

.icon-truck:before {
    content: "\efd6"
}

.icon-road:before {
    content: "\efd7"
}

.icon-accessibility:before {
    content: "\efd8"
}

.icon-target:before {
    content: "\efd9"
}

.icon-shield:before {
    content: "\efda"
}

.icon-power:before {
    content: "\efdb"
}

.icon-switch:before {
    content: "\efdc"
}

.icon-power-cord:before {
    content: "\efdd"
}

.icon-clipboard:before {
    content: "\efde"
}

.icon-list-numbered:before {
    content: "\efdf"
}

.icon-list:before {
    content: "\efe0"
}

.icon-list2:before {
    content: "\efe1"
}

.icon-tree:before {
    content: "\efe2"
}

.icon-menu:before {
    content: "\efe3"
}

.icon-menu2:before {
    content: "\efe4"
}

.icon-menu3:before {
    content: "\efe5"
}

.icon-menu4:before {
    content: "\efe6"
}

.icon-cloud:before {
    content: "\efe7"
}

.icon-cloud-download:before {
    content: "\efe8"
}

.icon-cloud-upload:before {
    content: "\efe9"
}

.icon-cloud-check:before {
    content: "\efea"
}

.icon-download2:before {
    content: "\efeb"
}

.icon-upload2:before {
    content: "\efec"
}

.icon-download3:before {
    content: "\efed"
}

.icon-upload3:before {
    content: "\efee"
}

.icon-sphere:before {
    content: "\efef"
}

.icon-earth:before {
    content: "\eff0"
}

.icon-link:before {
    content: "\eff1"
}

.icon-flag:before {
    content: "\eff2"
}

.icon-attachment:before {
    content: "\eff3"
}

.icon-eye:before {
    content: "\eff4"
}

.icon-eye-plus:before {
    content: "\eff5"
}

.icon-eye-minus:before {
    content: "\eff6"
}

.icon-eye-blocked:before {
    content: "\eff7"
}

.icon-bookmark:before {
    content: "\eff8"
}

.icon-bookmarks:before {
    content: "\eff9"
}

.icon-sun:before {
    content: "\effa"
}

.icon-contrast:before {
    content: "\effb"
}

.icon-brightness-contrast:before {
    content: "\effc"
}

.icon-star-empty:before {
    content: "\effd"
}

.icon-star-half:before {
    content: "\effe"
}

.icon-star-full:before {
    content: "\efff"
}

.icon-heart:before {
    content: "\f000"
}

.icon-heart-broken:before {
    content: "\f001"
}

.icon-man:before {
    content: "\f002"
}

.icon-woman:before {
    content: "\f003"
}

.icon-man-woman:before {
    content: "\f004"
}

.icon-happy:before {
    content: "\f005"
}

.icon-happy2:before {
    content: "\f006"
}

.icon-smile:before {
    content: "\f007"
}

.icon-smile2:before {
    content: "\f008"
}

.icon-tongue:before {
    content: "\f009"
}

.icon-tongue2:before {
    content: "\f00a"
}

.icon-sad:before {
    content: "\f00b"
}

.icon-sad2:before {
    content: "\f00c"
}

.icon-wink:before {
    content: "\f00d"
}

.icon-wink2:before {
    content: "\f00e"
}

.icon-grin:before {
    content: "\f00f"
}

.icon-grin2:before {
    content: "\f010"
}

.icon-cool:before {
    content: "\f011"
}

.icon-cool2:before {
    content: "\f012"
}

.icon-angry:before {
    content: "\f013"
}

.icon-angry2:before {
    content: "\f014"
}

.icon-evil:before {
    content: "\f015"
}

.icon-evil2:before {
    content: "\f016"
}

.icon-shocked:before {
    content: "\f017"
}

.icon-shocked2:before {
    content: "\f018"
}

.icon-baffled:before {
    content: "\f019"
}

.icon-baffled2:before {
    content: "\f01a"
}

.icon-confused:before {
    content: "\f01b"
}

.icon-confused2:before {
    content: "\f01c"
}

.icon-neutral:before {
    content: "\f01d"
}

.icon-neutral2:before {
    content: "\f01e"
}

.icon-hipster:before {
    content: "\f01f"
}

.icon-hipster2:before {
    content: "\f020"
}

.icon-wondering:before {
    content: "\f021"
}

.icon-wondering2:before {
    content: "\f022"
}

.icon-sleepy:before {
    content: "\f023"
}

.icon-sleepy2:before {
    content: "\f024"
}

.icon-frustrated:before {
    content: "\f025"
}

.icon-frustrated2:before {
    content: "\f026"
}

.icon-crying:before {
    content: "\f027"
}

.icon-crying2:before {
    content: "\f028"
}

.icon-point-up:before {
    content: "\f029"
}

.icon-point-right:before {
    content: "\f02a"
}

.icon-point-down:before {
    content: "\f02b"
}

.icon-point-left:before {
    content: "\f02c"
}

.icon-warning:before {
    content: "\f02d"
}

.icon-notification:before {
    content: "\f02e"
}

.icon-question:before {
    content: "\f02f"
}

.icon-plus:before {
    content: "\f030"
}

.icon-minus:before {
    content: "\f031"
}

.icon-info:before {
    content: "\f032"
}

.icon-cancel-circle:before {
    content: "\f033"
}

.icon-blocked:before {
    content: "\f034"
}

.icon-cross:before {
    content: "\f035"
}

.icon-checkmark:before {
    content: "\f036"
}

.icon-checkmark2:before {
    content: "\f037"
}

.icon-spell-check:before {
    content: "\f038"
}

.icon-enter:before {
    content: "\f039"
}

.icon-exit:before {
    content: "\f03a"
}

.icon-play2:before {
    content: "\f03b"
}

.icon-pause:before {
    content: "\f03c"
}

.icon-stop:before {
    content: "\f03d"
}

.icon-previous:before {
    content: "\f03e"
}

.icon-next:before {
    content: "\f03f"
}

.icon-backward:before {
    content: "\f040"
}

.icon-forward2:before {
    content: "\f041"
}

.icon-play3:before {
    content: "\f042"
}

.icon-pause2:before {
    content: "\f043"
}

.icon-stop2:before {
    content: "\f044"
}

.icon-backward2:before {
    content: "\f045"
}

.icon-forward3:before {
    content: "\f046"
}

.icon-first:before {
    content: "\f047"
}

.icon-last:before {
    content: "\f048"
}

.icon-previous2:before {
    content: "\f049"
}

.icon-next2:before {
    content: "\f04a"
}

.icon-eject:before {
    content: "\f04b"
}

.icon-volume-high:before {
    content: "\f04c"
}

.icon-volume-medium:before {
    content: "\f04d"
}

.icon-volume-low:before {
    content: "\f04e"
}

.icon-volume-mute:before {
    content: "\f04f"
}

.icon-volume-mute2:before {
    content: "\f050"
}

.icon-volume-increase:before {
    content: "\f051"
}

.icon-volume-decrease:before {
    content: "\f052"
}

.icon-loop:before {
    content: "\f053"
}

.icon-loop2:before {
    content: "\f054"
}

.icon-infinite:before {
    content: "\f055"
}

.icon-shuffle:before {
    content: "\f056"
}

.icon-arrow-up-left:before {
    content: "\f057"
}

.icon-arrow-up:before {
    content: "\f058"
}

.icon-arrow-up-right:before {
    content: "\f059"
}

.icon-arrow-right:before {
    content: "\f05a"
}

.icon-arrow-down-right:before {
    content: "\f05b"
}

.icon-arrow-down:before {
    content: "\f05c"
}

.icon-arrow-down-left:before {
    content: "\f05d"
}

.icon-arrow-left:before {
    content: "\f05e"
}

.icon-arrow-up-left2:before {
    content: "\f05f"
}

.icon-arrow-up2:before {
    content: "\f060"
}

.icon-arrow-up-right2:before {
    content: "\f061"
}

.icon-arrow-right2:before {
    content: "\f062"
}

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

.icon-arrow-down2:before {
    content: "\f064"
}

.icon-arrow-down-left2:before {
    content: "\f065"
}

.icon-arrow-left2:before {
    content: "\f066"
}

.icon-circle-up:before {
    content: "\f067"
}

.icon-circle-right:before {
    content: "\f068"
}

.icon-circle-down:before {
    content: "\f069"
}

.icon-circle-left:before {
    content: "\f06a"
}

.icon-tab:before {
    content: "\f06b"
}

.icon-move-up:before {
    content: "\f06c"
}

.icon-move-down:before {
    content: "\f06d"
}

.icon-sort-alpha-asc:before {
    content: "\f06e"
}

.icon-sort-alpha-desc:before {
    content: "\f06f"
}

.icon-sort-numeric-asc:before {
    content: "\f070"
}

.icon-sort-numberic-desc:before {
    content: "\f071"
}

.icon-sort-amount-asc:before {
    content: "\f072"
}

.icon-sort-amount-desc:before {
    content: "\f073"
}

.icon-command:before {
    content: "\f074"
}

.icon-shift:before {
    content: "\f075"
}

.icon-ctrl:before {
    content: "\f076"
}

.icon-opt:before {
    content: "\f077"
}

.icon-checkbox-checked:before {
    content: "\f078"
}

.icon-checkbox-unchecked:before {
    content: "\f079"
}

.icon-radio-checked:before {
    content: "\f07a"
}

.icon-radio-checked2:before {
    content: "\f07b"
}

.icon-radio-unchecked:before {
    content: "\f07c"
}

.icon-crop:before {
    content: "\f07d"
}

.icon-make-group:before {
    content: "\f07e"
}

.icon-ungroup:before {
    content: "\f07f"
}

.icon-scissors:before {
    content: "\f080"
}

.icon-filter:before {
    content: "\f081"
}

.icon-font:before {
    content: "\f082"
}

.icon-ligature:before {
    content: "\f083"
}

.icon-ligature2:before {
    content: "\f084"
}

.icon-text-height:before {
    content: "\f085"
}

.icon-text-width:before {
    content: "\f086"
}

.icon-font-size:before {
    content: "\f087"
}

.icon-bold:before {
    content: "\f088"
}

.icon-underline:before {
    content: "\f089"
}

.icon-italic:before {
    content: "\f08a"
}

.icon-strikethrough:before {
    content: "\f08b"
}

.icon-omega:before {
    content: "\f08c"
}

.icon-sigma:before {
    content: "\f08d"
}

.icon-page-break:before {
    content: "\f08e"
}

.icon-superscript:before {
    content: "\f08f"
}

.icon-subscript:before {
    content: "\f090"
}

.icon-superscript2:before {
    content: "\f091"
}

.icon-subscript2:before {
    content: "\f092"
}

.icon-text-color:before {
    content: "\f093"
}

.icon-pagebreak:before {
    content: "\f094"
}

.icon-clear-formatting:before {
    content: "\f095"
}

.icon-table:before {
    content: "\f096"
}

.icon-table2:before {
    content: "\f097"
}

.icon-insert-template:before {
    content: "\f098"
}

.icon-pilcrow:before {
    content: "\f099"
}

.icon-ltr:before {
    content: "\f09a"
}

.icon-rtl:before {
    content: "\f09b"
}

.icon-section:before {
    content: "\f09c"
}

.icon-paragraph-left:before {
    content: "\f09d"
}

.icon-paragraph-center:before {
    content: "\f09e"
}

.icon-paragraph-right:before {
    content: "\f09f"
}

.icon-paragraph-justify:before {
    content: "\f0a0"
}

.icon-indent-increase:before {
    content: "\f0a1"
}

.icon-indent-decrease:before {
    content: "\f0a2"
}

.icon-share:before {
    content: "\f0a3"
}

.icon-new-tab:before {
    content: "\f0a4"
}

.icon-embed:before {
    content: "\f0a5"
}

.icon-embed2:before {
    content: "\f0a6"
}

.icon-terminal:before {
    content: "\f0a7"
}

.icon-share2:before {
    content: "\f0a8"
}

.icon-mail:before {
    content: "\f0a9"
}

.icon-mail2:before {
    content: "\f0aa"
}

.icon-mail3:before {
    content: "\f0ab"
}

.icon-mail4:before {
    content: "\f0ac"
}

.icon-amazon:before {
    content: "\f0ad"
}

.icon-google:before {
    content: "\f0ae"
}

.icon-google2:before {
    content: "\f0af"
}

.icon-google3:before {
    content: "\f0b0"
}

.icon-google-plus:before {
    content: "\f0b1"
}

.icon-google-plus2:before {
    content: "\f0b2"
}

.icon-google-plus3:before {
    content: "\f0b3"
}

.icon-hangouts:before {
    content: "\f0b4"
}

.icon-google-drive:before {
    content: "\f0b5"
}

.icon-facebook:before {
    content: "\f0b6"
}

.icon-facebook2:before {
    content: "\f0b7"
}

.icon-instagram:before {
    content: "\f0b8"
}

.icon-whatsapp:before {
    content: "\f0b9"
}

.icon-spotify:before {
    content: "\f0ba"
}

.icon-telegram:before {
    content: "\f0bb"
}

.icon-twitter:before {
    content: "\f0bc"
}

.icon-vine:before {
    content: "\f0bd"
}

.icon-vk:before {
    content: "\f0be"
}

.icon-renren:before {
    content: "\f0bf"
}

.icon-sina-weibo:before {
    content: "\f0c0"
}

.icon-rss:before {
    content: "\f0c1"
}

.icon-rss2:before {
    content: "\f0c2"
}

.icon-youtube:before {
    content: "\f0c3"
}

.icon-youtube2:before {
    content: "\f0c4"
}

.icon-twitch:before {
    content: "\f0c5"
}

.icon-vimeo:before {
    content: "\f0c6"
}

.icon-vimeo2:before {
    content: "\f0c7"
}

.icon-lanyrd:before {
    content: "\f0c8"
}

.icon-flickr:before {
    content: "\f0c9"
}

.icon-flickr2:before {
    content: "\f0ca"
}

.icon-flickr3:before {
    content: "\f0cb"
}

.icon-flickr4:before {
    content: "\f0cc"
}

.icon-dribbble:before {
    content: "\f0cd"
}

.icon-behance:before {
    content: "\f0ce"
}

.icon-behance2:before {
    content: "\f0cf"
}

.icon-deviantart:before {
    content: "\f0d0"
}

.icon-500px:before {
    content: "\f0d1"
}

.icon-steam:before {
    content: "\f0d2"
}

.icon-steam2:before {
    content: "\f0d3"
}

.icon-dropbox:before {
    content: "\f0d4"
}

.icon-onedrive:before {
    content: "\f0d5"
}

.icon-github:before {
    content: "\f0d6"
}

.icon-npm:before {
    content: "\f0d7"
}

.icon-basecamp:before {
    content: "\f0d8"
}

.icon-trello:before {
    content: "\f0d9"
}

.icon-wordpress:before {
    content: "\f0da"
}

.icon-joomla:before {
    content: "\f0db"
}

.icon-ello:before {
    content: "\f0dc"
}

.icon-blogger:before {
    content: "\f0dd"
}

.icon-blogger2:before {
    content: "\f0de"
}

.icon-tumblr:before {
    content: "\f0df"
}

.icon-tumblr2:before {
    content: "\f0e0"
}

.icon-yahoo:before {
    content: "\f0e1"
}

.icon-yahoo2:before {
    content: "\f0e2"
}

.icon-tux:before {
    content: "\f0e3"
}

.icon-appleinc:before {
    content: "\f0e4"
}

.icon-finder:before {
    content: "\f0e5"
}

.icon-android:before {
    content: "\f0e6"
}

.icon-windows:before {
    content: "\f0e7"
}

.icon-windows8:before {
    content: "\f0e8"
}

.icon-soundcloud:before {
    content: "\f0e9"
}

.icon-soundcloud2:before {
    content: "\f0ea"
}

.icon-skype:before {
    content: "\f0eb"
}

.icon-reddit:before {
    content: "\f0ec"
}

.icon-hackernews:before {
    content: "\f0ed"
}

.icon-wikipedia:before {
    content: "\f0ee"
}

.icon-linkedin:before {
    content: "\f0ef"
}

.icon-linkedin2:before {
    content: "\f0f0"
}

.icon-lastfm:before {
    content: "\f0f1"
}

.icon-lastfm2:before {
    content: "\f0f2"
}

.icon-delicious:before {
    content: "\f0f3"
}

.icon-stumbleupon:before {
    content: "\f0f4"
}

.icon-stumbleupon2:before {
    content: "\f0f5"
}

.icon-stackoverflow:before {
    content: "\f0f6"
}

.icon-pinterest:before {
    content: "\f0f7"
}

.icon-pinterest2:before {
    content: "\f0f8"
}

.icon-xing:before {
    content: "\f0f9"
}

.icon-xing2:before {
    content: "\f0fa"
}

.icon-flattr:before {
    content: "\f0fb"
}

.icon-foursquare:before {
    content: "\f0fc"
}

.icon-yelp:before {
    content: "\f0fd"
}

.icon-paypal:before {
    content: "\f0fe"
}

.icon-chrome:before {
    content: "\f0ff"
}

.icon-firefox:before {
    content: "\f100"
}

.icon-IE:before {
    content: "\f101"
}

.icon-edge:before {
    content: "\f102"
}

.icon-safari:before {
    content: "\f103"
}

.icon-opera:before {
    content: "\f104"
}

.icon-file-pdf:before {
    content: "\f105"
}

.icon-file-openoffice:before {
    content: "\f106"
}

.icon-file-word:before {
    content: "\f107"
}

.icon-file-excel:before {
    content: "\f108"
}

.icon-libreoffice:before {
    content: "\f109"
}

.icon-html-five:before {
    content: "\f10a"
}

.icon-html-five2:before {
    content: "\f10b"
}

.icon-css3:before {
    content: "\f10c"
}

.icon-git:before {
    content: "\f10d"
}

.icon-codepen:before {
    content: "\f10e"
}

.icon-svg:before {
    content: "\f10f"
}

.icon-IcoMoon:before {
    content: "\f110"
}

.icon-compass3:before {
    content: "\e949"
}

.icon-user2:before {
    content: "\e971"
}

.icon-users2:before {
    content: "\e972"
}

html {
    font-size: 100%
}

body {
    background-color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45em;
    color: #727272
}

@media only screen and (max-width:1199px) {
    body {
        font-size: 15px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Poppins, sans-serif;
    line-height: 1.2em;
    color: #121212;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-display: swap
}

h1 {
    font-size: 2.441em
}

h2 {
    font-size: 1.953em
}

h3 {
    font-size: 1.563em
}

h4 {
    font-size: 1.25em
}

h5 {
    font-size: 1em
}

h6 {
    font-size: .8em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: inherit;
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: inherit;
    text-decoration: none
}

.extra-lg-title {
    font-size: 7.323em;
    text-transform: uppercase;
    font-weight: 700;
    color: #eb5100;
    margin: 0;
    position: absolute;
    left: -8px;
    right: 0;
    text-align: center;
    top: -75px
}

@media only screen and (max-width:767px) {
    .extra-lg-title {
        font-size: 2.441em
    }
}

.section-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 0;
    position: relative
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    margin-top: -5px
}

@media only screen and (max-width:1199px) {
    .section-title {
        margin-bottom: 30px
    }
}

.section-title .title-sub {
    color: #e0be0b;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .175em;
    display: inline-block;
    margin-bottom: 20px
}

@media only screen and (max-width:1199px) {
    .section-title .title-sub {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .section-title .title-sub {
        font-size: 10px;
        margin-bottom: 11px
    }
}

.section-title .title-sub img {
    margin-left: 10px
}

.section-title .title-main {
    font-weight: 700;
    font-size: 42px;
    position: relative;
    z-index: 2;
    line-height: 1.25em;
    color: #293b5f
}

@media only screen and (max-width:1199px) {
    .section-title .title-main {
        font-size: 36px
    }
}

@media only screen and (max-width:991px) {
    .section-title .title-main {
        font-size: 32px
    }
}

@media only screen and (max-width:767px) {
    .section-title .title-main {
        font-size: 28px
    }
}

@media only screen and (max-width:575px) {
    .section-title .title-main {
        font-size: 24px
    }
}

.section-title .title-main>span {
    color: #e0be0b
}

.section-title .title-text {
    margin-bottom: 22px;
    padding-top: 23px
}

.section-title.white .title-main {
    color: #fff
}

@media only screen and (max-width:991px) {
    .section-title.text-right {
        text-align: left !important
    }
}

.section-title.text-center {
    margin-bottom: 55px
}

.section-title.text-center .title-main {
    margin-bottom: 18px
}

@media only screen and (max-width:767px) {
    .section-title.text-center {
        margin-bottom: 45px
    }

    .section-title.text-center .title-main {
        margin-bottom: 15px
    }
}

.section-title.style-two {
    position: relative;
    padding-top: 75px
}

.section-title.style-two.text-center .title-no {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-title.style-two .title-no {
    font-size: 260px;
    font-weight: 800;
    opacity: .02;
    line-height: .75em;
    position: absolute;
    left: -80px;
    top: 0;
    margin-bottom: 0;
    z-index: 0;
    color: #fff
}

.section-title.style-two .title-main {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.15em
}

.section-title.style-two .title-main.color-yellow>span {
    color: #ff8c19
}

.section-title.style-two .title-main.color-green>span {
    color: #7dbd00
}

.section-title.style-two .title-main.color-turquoise>span {
    color: #21a8eb
}

@media only screen and (max-width:1199px) {
    .section-title.style-two {
        padding-top: 65px
    }

    .section-title.style-two .title-no {
        font-size: 220px;
        left: -50px
    }

    .section-title.style-two .title-main {
        font-size: 42px
    }
}

@media only screen and (max-width:991px) {
    .section-title.style-two {
        padding-top: 55px;
        margin-bottom: 40px
    }

    .section-title.style-two .title-no {
        font-size: 160px;
        left: -30px
    }

    .section-title.style-two .title-main {
        font-size: 42px
    }
}

@media only screen and (max-width:991px) {
    .section-title.style-two .title-main {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {
    .section-title.style-two {
        padding-top: 45px
    }

    .section-title.style-two .title-no {
        font-size: 120px;
        left: -15px
    }

    .section-title.style-two .title-main {
        font-size: 32px
    }
}

@media only screen and (max-width:1199px) {
    .description.mrb-55 {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:767px) {
    .description.mrb-55 {
        margin-bottom: 30px
    }
}

.sm-title {
    font-family: inherit;
    color: #2d2d2d;
    font-weight: 700;
    letter-spacing: .015em
}

.xl-title {
    font-weight: 700;
    font-size: 2.441em
}

.xl-title span {
    color: #eb5100
}

p {
    margin-bottom: 1.3em;
    line-height: 1.75em
}

p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    p {
        line-height: 1.7em
    }
}

blockquote {
    margin: 0 0 1.3em
}

address {
    margin: 0 0 1.3em
}

cite,
code,
dfn,
em,
i,
kbd,
tt,
var {
    font-size: 1em
}

cite,
em,
i {
    font-style: italic
}

abbr,
acronym {
    border-bottom: 1px dotted #646363;
    cursor: help
}

ins,
mark {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

pre {
    background: #f7f7f7;
    padding: 20px 30px;
    margin-bottom: 30px;
    max-width: 100%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: .929em;
    overflow: auto
}

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

.dropcap {
    display: block;
    float: left;
    margin: 15px 5px 0 0;
    font-weight: 700;
    font-size: 60px;
    color: #ccc
}

.el-text-rotation {
    white-space: nowrap;
    position: relative;
    display: inline-block
}

.el-text-rotation .inner-el {
    text-transform: uppercase;
    letter-spacing: .015em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg)
}

.fts-13 {
    font-size: 13px
}

.fts-15 {
    font-size: 15px
}

.fts-18 {
    font-size: 18px
}

.fts-20 {
    font-size: 20px
}

.fts-25 {
    font-size: 25px
}

.fts-30 {
    font-size: 30px
}

.fts-35 {
    font-size: 35px
}

.fts-40 {
    font-size: 40px
}

.fts-45 {
    font-size: 45px
}

.fts-50 {
    font-size: 50px
}

.fts-60 {
    font-size: 60px
}

.fts-65 {
    font-size: 65px
}

.fts-70 {
    font-size: 70px
}

.fts-75 {
    font-size: 75px
}

.w-100 {
    font-weight: 100
}

.w-300 {
    font-weight: 300
}

.w-400 {
    font-weight: 400
}

.w-500 {
    font-weight: 500
}

.w-600 {
    font-weight: 600
}

.w-700 {
    font-weight: 700
}

.w-800 {
    font-weight: 800
}

.w-900 {
    font-weight: 900
}

.mr-0 {
    margin: 0
}

.mrt-0 {
    margin-top: 0
}

.mrb-0 {
    margin-bottom: 0
}

.mrl-0 {
    margin-left: 0
}

.mrr-0 {
    margin-right: 0
}

.mrt-5 {
    margin-top: 5px
}

.mrb-5 {
    margin-bottom: 5px
}

.mrl-5 {
    margin-left: 5px
}

.mrr-5 {
    margin-right: 5px
}

.mrt-10 {
    margin-top: 10px
}

.mrb-10 {
    margin-bottom: 10px
}

.mrl-10 {
    margin-left: 10px
}

.mrr-10 {
    margin-right: 10px
}

.mrt-15 {
    margin-top: 15px
}

.mrb-15 {
    margin-bottom: 15px
}

.mrl-15 {
    margin-left: 15px
}

.mrr-15 {
    margin-right: 15px
}

.mrt-20 {
    margin-top: 20px
}

.mrb-20 {
    margin-bottom: 20px
}

.mrl-20 {
    margin-left: 20px
}

.mrr-20 {
    margin-right: 20px
}

.mrt-25 {
    margin-top: 25px
}

.mrb-25 {
    margin-bottom: 25px
}

.mrl-25 {
    margin-left: 25px
}

.mrr-25 {
    margin-right: 25px
}

.mrt-30 {
    margin-top: 30px
}

.mrb-30 {
    margin-bottom: 30px
}

.mrl-30 {
    margin-left: 30px
}

.mrr-30 {
    margin-right: 30px
}

.mrt-35 {
    margin-top: 35px
}

.mrb-35 {
    margin-bottom: 35px
}

.mrl-35 {
    margin-left: 35px
}

.mrr-35 {
    margin-right: 35px
}

.mrt-40 {
    margin-top: 40px
}

.mrb-40 {
    margin-bottom: 40px
}

.mrl-40 {
    margin-left: 40px
}

.mrr-40 {
    margin-right: 40px
}

.mrt-45 {
    margin-top: 45px
}

.mrb-45 {
    margin-bottom: 45px
}

.mrl-45 {
    margin-left: 45px
}

.mrr-45 {
    margin-right: 45px
}

.mrt-50 {
    margin-top: 50px
}

.mrb-50 {
    margin-bottom: 50px
}

.mrl-50 {
    margin-left: 50px
}

.mrr-50 {
    margin-right: 50px
}

.mrt-55 {
    margin-top: 55px
}

.mrb-55 {
    margin-bottom: 55px
}

.mrl-55 {
    margin-left: 55px
}

.mrr-55 {
    margin-right: 55px
}

.mrt-60 {
    margin-top: 60px
}

.mrb-60 {
    margin-bottom: 60px
}

.mrl-60 {
    margin-left: 60px
}

.mrr-60 {
    margin-right: 60px
}

.mrt-75 {
    margin-top: 75px
}

.mrt-65 {
    margin-top: 65px
}

.mrb-65 {
    margin-bottom: 65px
}

.mrl-65 {
    margin-left: 65px
}

.mrr-65 {
    margin-right: 60px
}

.mrt-70 {
    margin-top: 70px
}

.mrb-70 {
    margin-bottom: 70px
}

.mrl-70 {
    margin-left: 70px
}

.mrr-70 {
    margin-right: 70px
}

.mrt-75 {
    margin-top: 75px
}

.mrb-75 {
    margin-bottom: 75px
}

.mrl-75 {
    margin-left: 75px
}

.mrr-75 {
    margin-right: 75px
}

.mrt-80 {
    margin-top: 80px
}

.mrb-80 {
    margin-bottom: 80px
}

.mrb-85 {
    margin-bottom: 85px
}

.mrl-80 {
    margin-left: 80px
}

.mrr-80 {
    margin-right: 80px
}

.mrt-90 {
    margin-top: 90px
}

.mrb-90 {
    margin-bottom: 90px
}

.mrl-90 {
    margin-left: 90px
}

.mrr-90 {
    margin-right: 90px
}

.mrt-100 {
    margin-top: 100px
}

.mrb-100 {
    margin-bottom: 100px
}

.mrl-100 {
    margin-left: 100px
}

.mrr-100 {
    margin-right: 100px
}

.mrt-105 {
    margin-top: 105px
}

.mrb-105 {
    margin-bottom: 105px
}

.mrl-105 {
    margin-left: 105px
}

.mrr-105 {
    margin-right: 105px
}

.mrb-145 {
    margin-bottom: 145px
}

.mrt-150 {
    margin-top: 150px
}

.mrt-200 {
    margin-top: 200px
}

.mrb-150 {
    margin-bottom: 150px
}

.mrb-155 {
    margin-bottom: 155px
}

.mrb-170 {
    margin-bottom: 170px
}

.mrb-175 {
    margin-bottom: 175px
}

.mrl-150 {
    margin-left: 150px
}

.mrr-150 {
    margin-right: 150px
}

.mrb-185 {
    margin-bottom: 185px
}

.mrb-190 {
    margin-bottom: 190px
}

.mrb-195 {
    margin-bottom: 195px
}

.mrb-200 {
    margin-bottom: 200px
}

.ml-t-5 {
    margin-top: -5px
}

.ml-t-8 {
    margin-top: -8px
}

.ml-t-058p {
    margin-top: -.58%
}

.ml-t-10 {
    margin-top: -10px
}

.ml-t-15 {
    margin-top: -15px
}

.ml-t-20 {
    margin-top: -20px
}

.ml-t-25 {
    margin-top: -25px
}

.ml-t-30 {
    margin-top: -30px
}

.ml-t-35 {
    margin-top: -35px
}

.ml-t-40 {
    margin-top: -40px
}

.ml-t-45 {
    margin-top: -45px
}

.ml-t-50 {
    margin-top: -50px
}

.ml-t-60 {
    margin-top: -60px
}

.ml-t-75 {
    margin-top: -75px
}

.ml-t-90 {
    margin-top: -90px
}

.ml-t-105 {
    margin-top: -105px
}

.ml-t-120 {
    margin-top: -120px
}

.ml-t-135 {
    margin-top: -135px
}

.ml-t-150 {
    margin-top: -150px
}

.ml-t-165 {
    margin-top: -165px
}

.ml-t-180 {
    margin-top: -180px
}

.ml-t-195 {
    margin-top: -195px
}

.ml-t-210 {
    margin-top: -210px
}

.ml-t-225 {
    margin-top: -225px
}

.ml-b-5 {
    margin-bottom: -5px
}

.ml-b-10 {
    margin-bottom: -10px
}

.ml-b-15 {
    margin-bottom: -15px
}

.ml-b-20 {
    margin-bottom: -20px
}

.ml-b-25 {
    margin-bottom: -25px
}

.ml-b-30 {
    margin-bottom: -30px
}

.ml-b-35 {
    margin-bottom: -35px
}

.ml-b-40 {
    margin-bottom: -40px
}

.ml-b-45 {
    margin-bottom: -45px
}

.ml-b-50 {
    margin-bottom: -50px
}

.ml-b-60 {
    margin-bottom: -60px
}

.ml-b-75 {
    margin-bottom: -75px
}

.ml-b-90 {
    margin-bottom: -90px
}

.ml-b-105 {
    margin-bottom: -105px
}

.ml-b-120 {
    margin-bottom: -120px
}

.ml-b-135 {
    margin-bottom: -135px
}

.ml-bp-0933 {
    margin-bottom: -.933%
}

@media only screen and (max-width:1366px) {

    .mrb-185,
    .mrb-190,
    .mrb-195,
    .mrb-200 {
        margin-bottom: 150px
    }

    .mrb-170 {
        margin-bottom: 120px
    }

    .mrt-200 {
        margin-top: 150px
    }
}

@media only screen and (max-width:1199px) {

    .mrb-185,
    .mrb-190,
    .mrb-195,
    .mrb-200 {
        margin-bottom: 100px
    }

    .mrt-200 {
        margin-top: 100px
    }

    .mrb-170 {
        margin-bottom: 70px
    }
}

@media only screen and (max-width:767px) {
    .mrb-m-30 {
        margin-bottom: 30px
    }

    .mrb-m-45 {
        margin-bottom: 45px
    }

    .mrb-m-60 {
        margin-bottom: 60px
    }

    .mr-m-0 {
        margin: 0
    }
}

.pd-0 {
    padding: 0
}

.pd-t-0 {
    padding-top: 0
}

.pd-b-0 {
    padding-bottom: 0
}

.pd-l-0 {
    padding-left: 0
}

.pd-r-0 {
    padding-right: 0
}

.pd-t-5 {
    padding-top: 5px
}

.pd-b-5 {
    padding-bottom: 5px
}

.pd-l-5 {
    padding-left: 5px
}

.pd-r-5 {
    padding-right: 5px
}

.pd-t-10 {
    padding-top: 10px
}

.pd-b-10 {
    padding-bottom: 10px
}

.pd-l-10 {
    padding-left: 10px
}

.pd-r-10 {
    padding-right: 10px
}

.pd-t-15 {
    padding-top: 15px
}

.pd-b-15 {
    padding-bottom: 15px
}

.pd-l-15 {
    padding-left: 15px
}

.pd-r-15 {
    padding-right: 15px
}

.pd-t-20 {
    padding-top: 20px
}

.pd-b-20 {
    padding-bottom: 20px
}

.pd-l-20 {
    padding-left: 20px
}

.pd-r-20 {
    padding-right: 20px
}

.pd-t-25 {
    padding-top: 25px
}

.pd-b-25 {
    padding-bottom: 25px
}

.pd-l-25 {
    padding-left: 25px
}

.pd-r-25 {
    padding-right: 25px
}

.pd-t-30 {
    padding-top: 30px
}

.pd-b-30 {
    padding-bottom: 30px
}

.pd-l-30 {
    padding-left: 30px
}

.pd-r-30 {
    padding-right: 30px
}

.pd-t-35 {
    padding-top: 35px
}

.pd-b-35 {
    padding-bottom: 35px
}

.pd-l-35 {
    padding-left: 35px
}

.pd-r-35 {
    padding-right: 35px
}

.pd-t-40 {
    padding-top: 40px
}

.pd-b-40 {
    padding-bottom: 40px
}

.pd-l-40 {
    padding-left: 40px
}

.pd-r-40 {
    padding-right: 40px
}

.pd-t-45 {
    padding-top: 45px
}

.pd-b-45 {
    padding-bottom: 45px
}

.pd-l-45 {
    padding-left: 45px
}

.pd-r-45 {
    padding-right: 45px
}

.pd-t-50 {
    padding-top: 50px
}

.pd-b-50 {
    padding-bottom: 50px
}

.pd-l-50 {
    padding-left: 50px
}

.pd-r-50 {
    padding-right: 50px
}

.pd-t-60 {
    padding-top: 60px
}

.pd-b-60 {
    padding-bottom: 60px
}

.pd-l-60 {
    padding-left: 60px
}

.pd-r-60 {
    padding-right: 60px
}

.pd-t-70 {
    padding-top: 70px
}

.pd-b-70 {
    padding-bottom: 70px
}

.pd-l-70 {
    padding-left: 70px
}

.pd-r-70 {
    padding-right: 70px
}

.pd-t-75 {
    padding-top: 75px
}

.pd-b-75 {
    padding-bottom: 75px
}

.pd-l-75 {
    padding-left: 75px
}

.pd-r-75 {
    padding-right: 75px
}

.pd-t-80 {
    padding-top: 80px
}

.pd-b-80 {
    padding-bottom: 80px
}

.pd-l-80 {
    padding-left: 80px
}

.pd-r-80 {
    padding-right: 80px
}

.pd-t-90 {
    padding-top: 90px
}

.pd-b-90 {
    padding-bottom: 90px
}

.pd-l-90 {
    padding-left: 90px
}

.pd-r-90 {
    padding-right: 90px
}

.pd-t-100 {
    padding-top: 100px
}

.pd-b-100 {
    padding-bottom: 100px
}

.pd-l-100 {
    padding-left: 100px
}

.pd-r-100 {
    padding-right: 100px
}

.pd-t-105 {
    padding-top: 105px
}

.pd-b-105 {
    padding-bottom: 105px
}

.pd-l-105 {
    padding-left: 105px
}

.pd-r-105 {
    padding-right: 105px
}

.pd-t-120 {
    padding-top: 120px
}

.pd-b-120 {
    padding-bottom: 120px
}

.pd-l-120 {
    padding-left: 120px
}

.pd-r-120 {
    padding-right: 120px
}

.pd-t-135 {
    padding-top: 135px
}

.pd-b-135 {
    padding-bottom: 135px
}

.pd-l-135 {
    padding-left: 135px
}

.pd-r-135 {
    padding-right: 135px
}

.pd-t-140 {
    padding-top: 140px
}

.pd-b-140 {
    padding-bottom: 140px
}

.pd-l-140 {
    padding-left: 140px
}

.pd-r-140 {
    padding-right: 140px
}

.pd-t-150 {
    padding-top: 150px
}

.pd-b-150 {
    padding-bottom: 150px
}

.pd-l-150 {
    padding-left: 150px
}

.pd-r-150 {
    padding-right: 150px
}

.pd-t-165 {
    padding-top: 165px
}

.pd-b-165 {
    padding-bottom: 165px
}

.pd-l-165 {
    padding-left: 165px
}

.pd-r-165 {
    padding-right: 165px
}

.pd-t-180 {
    padding-top: 180px
}

.pd-b-170 {
    padding-bottom: 170px
}

.pd-b-180 {
    padding-bottom: 180px
}

.pd-l-180 {
    padding-left: 180px
}

.pd-r-180 {
    padding-right: 180px
}

.pd-t-195 {
    padding-top: 195px
}

.pd-b-195 {
    padding-bottom: 195px
}

.pd-l-195 {
    padding-left: 195px
}

.pd-r-195 {
    padding-right: 195px
}

.pd-t-200 {
    padding-top: 200px
}

.pd-b-200 {
    padding-bottom: 200px
}

.pd-l-200 {
    padding-left: 200px
}

.pd-r-200 {
    padding-right: 200px
}

.pd-t-205 {
    padding-top: 205px
}

.pd-b-205 {
    padding-bottom: 205px
}

.pd-l-205 {
    padding-left: 205px
}

.pd-r-205 {
    padding-right: 205px
}

.pd-t-210 {
    padding-top: 210px
}

.pd-t-220 {
    padding-top: 220px
}

.pd-b-220 {
    padding-bottom: 220px
}

.pd-l-220 {
    padding-left: 220px
}

.pd-r-220 {
    padding-right: 220px
}

.pd-t-225 {
    padding-top: 225px
}

.pd-b-225 {
    padding-bottom: 225px
}

.pd-l-225 {
    padding-left: 225px
}

.pd-r-225 {
    padding-right: 225px
}

.pd-t-235 {
    padding-top: 235px
}

.pd-b-235 {
    padding-bottom: 235px
}

.pd-l-235 {
    padding-left: 235px
}

.pd-r-235 {
    padding-right: 220px
}

.pd-t-240 {
    padding-top: 240px
}

.pd-t-255 {
    padding-top: 255px
}

@media only screen and (max-width:992px) {
    .pm-tb-90 {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media only screen and (max-width:992px) {
    .pm-b-90 {
        padding-bottom: 90px
    }
}

@media only screen and (max-width:992px) {
    .pm-t-0 {
        padding-top: 0
    }
}

@media only screen and (max-width:992px) {
    .pdmX-60 {
        padding: 60px
    }
}

@media only screen and (max-width:767px) {
    .pdms-30 {
        padding: 30px
    }
}

.color-white {
    color: #fff
}

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

.color-snow {
    color: #fafafa
}

.color-zumthor {
    color: #eaf1ff
}

.color-white-smoke {
    color: #f7f7f7
}

.color-gainsboro {
    color: #ddd
}

.color-silver {
    color: #c3c3c3
}

.color-dim-gray {
    color: #646363
}

.color-dim-gray-im {
    color: #646363 !important
}

.color-gray {
    color: #767676
}

.color-suva-grey {
    color: #919191
}

.color-matterhorn {
    color: #4d4d4d
}

.color-night-rider {
    color: #2d2d2d
}

.color-eclipse {
    color: #3c3c3c
}

.color-blue-violet {
    color: #1d1556
}

.color-medium-slate-blue {
    color: #8655f4
}

.color-soft-nero {
    color: #2a2a2a
}

.color-nero {
    color: #191919
}

.color-black {
    color: #000
}

.color-hr-dv-orange {
    color: #eb5100
}

.color-deep-cerise {
    color: #e51681
}

.color-zinnwaldite {
    color: #eabeab
}

.color-silver-tree {
    color: #53b596
}

.color-medium-purple {
    color: #9566d6
}

.color-curious-blue {
    color: #1ca5da
}

.bg-white {
    background: #fff
}

.bg-snow {
    background: #fafafa
}

.bg-zumthor {
    background-color: #eaf1ff
}

.bg-lavender {
    background: #eeedfd
}

.bg-white-smoke {
    background: #f7f7f7
}

.bg-gainsboro {
    background: #ddd
}

.bg-silver {
    background: #c3c3c3
}

.bg-dim-gray {
    background: #646363
}

.bg-gray {
    background: #767676
}

.bg-suva-grey {
    background: #919191
}

.bg-green {
    background-color: #7dbd00
}

.bg-matterhorn {
    background-color: #4d4d4d
}

.bg-golden {
    background-color: #eaad11
}

.bg-turquoise {
    background-color: #21a8eb
}

.bg-night-rider {
    background: #2d2d2d
}

.bg-eclipse {
    background: #3c3c3c
}

.bg-blue-violet {
    background-color: #1d1556
}

.bg-medium-slate-blue {
    background: #8655f4
}

.bg-soft-nero {
    background: #2a2a2a
}

.bg-nero {
    background: #191919
}

.bg-soft-black {
    background: #121212
}

.bg-black {
    background: #000
}

.bg-hr-dv-orange {
    background-color: #eb5100
}

.bg-deep-cerise {
    background: #e51681
}

.bg-black-russian {
    background: #12141c
}

.bg-black-russian-2 {
    background: #27282b
}

.bg-black-russian-3 {
    background: #13152e
}

.bg-midnight-express {
    background: #1b1d38
}

.bg-zinnwaldite {
    background-color: #eabeab
}

.bg-silver-tree {
    background-color: #53b596
}

.bg-medium-purple {
    background-color: #9566d6
}

.bg-curious-blue {
    background-color: #1ca5da
}

.bar-blue-violet .swiper-scrollbar-drag {
    background: #1d1556
}

.svg-white path {
    fill: #fff
}

.svg-snow path {
    fill: #fafafa
}

.svg-white-smoke path {
    fill: #f7f7f7
}

.svg-gainsboro path {
    fill: #ddd
}

.svg-silver path {
    fill: #c3c3c3
}

.svg-dim-gray path {
    fill: #646363
}

.svg-gray path {
    fill: #767676
}

.svg-suva-grey path {
    fill: #919191
}

.svg-matterhorn path {
    fill: #4d4d4d
}

.svg-night-rider path {
    fill: #2d2d2d
}

.svg-eclipse path {
    fill: #3c3c3c
}

.svg-blue-violet path {
    fill: #1d1556
}

.svg-soft-nero path {
    fill: #2a2a2a
}

.svg-nero path {
    fill: #191919
}

.svg-soft-black path {
    fill: #121212
}

.svg-black path {
    fill: #000
}

.fb-color {
    color: #3b5998
}

.fb-bg {
    background: #3b5998
}

.tw-color {
    color: #1da1f2
}

.tw-bg {
    background: #1da1f2
}

.yt-color {
    color: red
}

.yt-bg {
    background: red
}

.in-color {
    color: #c32aa3
}

.in-bg {
    background: #c32aa3
}

.pin-color {
    color: #bd081c
}

.pin-bg {
    background: #bd081c
}

.lid-color {
    color: #007bb5
}

.lid-bg {
    background: #007bb5
}

.gplus-color {
    color: #db4437
}

.gplus-bg {
    background: #db4437
}

.drib-color {
    color: #ea4c89
}

.drib-bg {
    background: #ea4c89
}

.drib-color {
    color: #ea4c89
}

.drib-bg {
    background: #ea4c89
}

.dbart-color {
    color: #05cc47
}

.dbart-bg {
    background: #05cc47
}

.bh-color {
    color: #053eff
}

.bh-bg {
    background: #053eff
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.bg-image-right {
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: cover;
    background-size: cover
}

.bg-image-100 {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.hg-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2
}

.hg-overlay:before {
    content: "";
    position: absolute;
    background-color: rgba(18, 20, 28, .75);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.hg-overlay.dark:before {
    background-color: rgba(27, 29, 56, .75)
}

.overlay-blue-violet-85 {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.overlay-blue-violet-85:before {
    content: "";
    position: absolute;
    background-color: rgba(29, 21, 86, .85);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.overlay-blue-violet-85>div {
    position: relative
}

.overlay-blue-violet-45 {
    position: relative
}

.overlay-blue-violet-45:before {
    content: "";
    position: absolute;
    background-color: rgba(29, 21, 86, .45);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.overlay-blue-violet-45>div {
    position: relative
}

.overlay-bg-snow {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.overlay-bg-snow:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .95);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.overlay-bg-snow-95 {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.overlay-bg-snow-95:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .95);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.bd-t-soft-nero {
    border-top: 1px solid #2a2a2a
}

.bd-t-white-20 {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.heading-divider span {
    width: 13px;
    height: 13px;
    border: 3px solid #eb5100;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.title-border {
    position: relative;
    text-align: center
}

.title-border .small-border {
    width: 7px;
    height: 4px;
    display: inline-block;
    margin: 0 2px
}

.title-border .large-border {
    height: 4px;
    display: inline-block;
    width: 45px;
    margin: 0 2px
}

.vertical-divider {
    width: 2px;
    height: 65px;
    background: #eb5100
}

.horizontal-divider {
    width: 65px;
    height: 2px;
    background: #eb5100
}

.rd-0 {
    border-radius: 0
}

.rd-5 {
    border-radius: 5px
}

.rd-10 {
    border-radius: 10px
}

.rd-15 {
    border-radius: 15px
}

.rd-30 {
    border-radius: 30px
}

.rd-30-im {
    border-radius: 30px !important
}

.rd-45 {
    border-radius: 45px
}

.rd-p-50 {
    border-radius: 50%
}

.rd-p-100 {
    border-radius: 100%
}

li>ol,
li>ul {
    margin-bottom: 0;
    margin-left: 1em
}

.remove-broswer-defult {
    list-style: none;
    padding: 0;
    margin: 0
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table,
body:not(.woocommerce-page) .article-content table {
    margin-bottom: 30px
}

body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th,
body:not(.woocommerce-page) .article-content table td,
body:not(.woocommerce-page) .article-content table th {
    border: 1px solid #ddd;
    padding: 15px
}

.comment-content table {
    margin-bottom: 30px
}

.comment-content table td,
.comment-content table th {
    border: 1px solid #ddd;
    padding: 15px
}

.btn-links-area {
    margin: 5px -8px 0
}

.btn-links-area .btn-links {
    background-color: transparent;
    border: 0 solid;
    margin: 0 8px;
    -webkit-transition: all .25s;
    transition: all .25s;
    color: #b4c0d9;
    font-size: 32px;
    padding: 0;
    position: relative
}

.btn-links-area .btn-links:hover {
    color: #f94f4f
}

.btn-links-area .btn-links:hover.btn-next {
    padding-left: 5px
}

.btn-links-area.text-right .btn-links:hover.btn-prev {
    padding-right: 5px
}

.btn-links-area.text-right .btn-links:hover.btn-next {
    padding-left: 0
}

@media only screen and (max-width:991px) {
    .btn-links-area.text-right {
        text-align: left !important;
        margin-bottom: 15px
    }

    .btn-links-area.text-right .btn-links:hover.btn-prev {
        padding-right: 0
    }

    .btn-links-area.text-right .btn-links:hover.btn-next {
        padding-left: 5px
    }
}

@media only screen and (max-width:767px) {
    .btn-links-area .btn-links {
        font-size: 26px
    }
}

.social-status a {
    border-radius: 50%;
    color: #727272;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    margin: 0 4px
}

.social-status a:focus,
.social-status a:hover {
    background-color: #293b5f;
    color: #fff !important
}

.topbutton {
    color: #fff;
    bottom: 50px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 999;
    font-size: 20px;
    border-radius: 5px;
    background-color: #e0be0b
}

.topbutton.btn-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.topbutton.btn-hide {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.topbutton:hover {
    color: #fff !important;
    opacity: .9
}

.topbutton:focus {
    color: #fff !important
}

.carousel-nav-align-center .owl-nav.disabled {
    display: block
}

.carousel-nav-align-center .owl-nav>div {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all .25s ease-in 0s;
    transition: all .25s ease-in 0s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 0;
    letter-spacing: .6em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media only screen and (max-width:1199px) {
    .carousel-nav-align-center .owl-nav>div {
        letter-spacing: .3em
    }
}

.carousel-nav-align-center .owl-nav>div>span {
    font-size: 32px
}

.carousel-nav-align-center .owl-nav>div.owl-prev {
    left: 0
}

.carousel-nav-align-center .owl-nav>div.owl-next {
    right: 0
}

.carousel-nav-align-center .owl-nav>div:hover {
    color: #f94f4f
}

[data-animate] {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@-webkit-keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes hg-fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.hg-fadeInUp {
    -webkit-animation-name: hg-fadeInUp;
    animation-name: hg-fadeInUp
}

@-webkit-keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes hg-fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.hg-fadeInUp50 {
    -webkit-animation-name: hg-fadeInUp50;
    animation-name: hg-fadeInUp50
}

@-webkit-keyframes hg-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes hg-fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1.25rem, 0);
        transform: translate3d(0, -1.25rem, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.hg-fadeInDown {
    -webkit-animation-name: hg-fadeInDown;
    animation-name: hg-fadeInDown
}

@-webkit-keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes hg-fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.hg-fadeInLeft {
    -webkit-animation-name: hg-fadeInLeft;
    animation-name: hg-fadeInLeft
}

@-webkit-keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes hg-fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.hg-fadeInRight {
    -webkit-animation-name: hg-fadeInRight;
    animation-name: hg-fadeInRight
}

@-webkit-keyframes hg-zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hg-zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hg-zoomIn {
    -webkit-animation-name: hg-zoomIn;
    animation-name: hg-zoomIn
}

@-webkit-keyframes hg-zoomOutIn {
    from {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hg-zoomOutIn {
    from {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hg-zoomOutIn {
    -webkit-animation-name: hg-zoomOutIn;
    animation-name: hg-zoomOutIn
}

@-webkit-keyframes hg-zoomInShort {
    from {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hg-zoomInShort {
    from {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hg-zoomInShort {
    -webkit-animation-name: hg-zoomInShort;
    animation-name: hg-zoomInShort
}

@-webkit-keyframes play-pluse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        opacity: 0
    }

    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@keyframes play-pluse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        opacity: 0
    }

    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(.5);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes scale-up-two {
    0% {
        -webkit-transform: scale(.65);
        transform: scale(.65)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.65);
        transform: scale(.65)
    }
}

@-webkit-keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-three {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes top-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes top-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes down-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes down-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes down-top2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes down-top2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(50px, -1px) rotate(36deg);
        transform: translate(50px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(100px, -52px) rotate(72deg);
        transform: translate(100px, -52px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(62px, -92px) rotate(108deg);
        transform: translate(62px, -92px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-20px, -52px) rotate(144deg);
        transform: translate(-20px, -52px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(50px, -1px) rotate(36deg);
        transform: translate(50px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(100px, -52px) rotate(72deg);
        transform: translate(100px, -52px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(62px, -92px) rotate(108deg);
        transform: translate(62px, -92px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-20px, -52px) rotate(144deg);
        transform: translate(-20px, -52px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes animationFramesEight {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(-150px, -150px) rotate(36deg);
        transform: translate(-150px, -150px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(-100px, 52px) rotate(72deg);
        transform: translate(-100px, 52px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(162px, -92px) rotate(108deg);
        transform: translate(162px, -92px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-70px, -92px) rotate(144deg);
        transform: translate(-70px, -92px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes animationFramesEight {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(-150px, -150px) rotate(36deg);
        transform: translate(-150px, -150px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(-100px, 52px) rotate(72deg);
        transform: translate(-100px, 52px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(162px, -92px) rotate(108deg);
        transform: translate(162px, -92px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-70px, -92px) rotate(144deg);
        transform: translate(-70px, -92px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
        transform: translate(0, 0) rotate(0) scale(1)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9);
        transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
        transform: translate(0, 0) rotate(0) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1)
    }
}

@keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(5px, 20px);
        transform: translate(5px, 20px)
    }

    100% {
        -webkit-transform: translate(-165px, -150px);
        transform: translate(-165px, -150px)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(5px, 20px);
        transform: translate(5px, 20px)
    }

    100% {
        -webkit-transform: translate(-165px, -150px);
        transform: translate(-165px, -150px)
    }
}

@keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(50px, -51px) rotate(0);
        transform: translate(50px, -51px) rotate(0)
    }

    100% {
        -webkit-transform: translate(-251px, -200px) rotate(360deg);
        transform: translate(-251px, -200px) rotate(360deg)
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(50px, -51px) rotate(0);
        transform: translate(50px, -51px) rotate(0)
    }

    100% {
        -webkit-transform: translate(-251px, -200px) rotate(360deg);
        transform: translate(-251px, -200px) rotate(360deg)
    }
}

@keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0);
        transform: translate(61px, -99px) rotate(0)
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
        transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
        transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
        transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        transform: translate(-195px, -49px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(-1px, 0) rotate(180deg);
        transform: translate(-1px, 0) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0)
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg)
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg)
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(-1px, 0) rotate(180deg)
    }
}

@keyframes animationFramesSix {
    0% {
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px)
    }

    100% {
        -webkit-transform: translate(-251px, 250px);
        transform: translate(-251px, 250px)
    }
}

@-webkit-keyframes animationFramesSix {
    0% {
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px)
    }

    100% {
        -webkit-transform: translate(-251px, 250px);
        transform: translate(-251px, 250px)
    }
}

@keyframes animationFramesSeven {
    0% {
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px)
    }

    100% {
        -webkit-transform: translate(-301px, -300px);
        transform: translate(-301px, -300px)
    }
}

@-webkit-keyframes animationFramesSeven {
    0% {
        -webkit-transform: translate(0, -1px);
        transform: translate(0, -1px)
    }

    100% {
        -webkit-transform: translate(-301px, -300px);
        transform: translate(-301px, -300px)
    }
}

@-webkit-keyframes reveal-vertical {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes reveal-vertical {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes reveal-link {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes reveal-link {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.reveal-left:before {
    left: 0
}

.reveal-right:before {
    right: 0
}

.reveal-left,
.reveal-right {
    position: relative;
    display: inline-block
}

.reveal-left:before,
.reveal-right:before {
    width: 100%;
    height: 100%;
    background-color: #293b5f;
    position: absolute;
    top: 0;
    content: "";
    -webkit-transition: .5s cubic-bezier(.785, .135, .15, .86);
    transition: .5s cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    z-index: 2
}

.reveal-left.in:before,
.reveal-right.in:before {
    width: 0
}

.block-img {
    display: block
}

.mfp-close {
    color: #fff !important
}

.full-content {
    float: none;
    margin: auto
}

.full-width {
    width: 100%
}

.bg-cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

[data-bg-image] {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.no-border {
    border: 0 none !important
}

.overflow-hide {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.fl-none {
    float: none !important
}

@media only screen and (max-width:800px) {
    .mb-fl-none {
        float: none !important
    }
}

@media only screen and (max-width:767px) {
    .mb-text-center {
        text-align: center !important
    }
}

.owl-carousel .owl-item img {
    width: auto
}

.box-shadow {
    -webkit-box-shadow: 3px 3px 11px 0 rgba(0, 0, 0, .28);
    box-shadow: 3px 3px 11px 0 rgba(0, 0, 0, .28)
}

.box-shadow-red {
    -webkit-box-shadow: 3px 3px 11px 0 rgba(249, 79, 79, .14);
    box-shadow: 3px 3px 11px 0 rgba(249, 79, 79, .14)
}

.card-shadow {
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .07)
}

.mock-up-thumb {
    display: inline-block
}

.card {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .07);
    box-shadow: 0 0 32px rgba(0, 0, 0, .07)
}

.site-content {
    background-color: #fff;
    background-image: url(../images/bg/bg-main.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.site-content.home-one {
    background-image: url(../images/bg/bg-home1.png)
}

.site-content.home-two {
    background-image: url(../images/bg/bg-home2.png)
}

.site-content.home-three {
    background-image: url(../images/bg/bg-home3.png)
}

.site-content.home-four {
    background-image: url(../images/bg/bg-home4.png)
}

.site-content.home-five {
    background-image: url(../images/bg/bg-home5.png);
    background-color: #1d1556
}

.site-content.home-six {
    background-image: url(../images/bg/bg-home6.png);
    background-color: #352793
}

.logo-text {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #b2a1d2 !important;
    letter-spacing: .45em;
    display: inline-block
}

.logo-text:focus,
.logo-text:hover,
.logo-text>a:focus,
.logo-text>a:hover {
    color: #b2a1d2 !important
}

.bg-center {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto
}

@media only screen and (min-width:1200px) and (max-width:1920px) {
    .container {
        max-width: 1200px
    }
}

@media only screen and (max-width:576px) {
    .container {
        width: 100%
    }
}

.container-xl {
    margin: auto;
    padding: 0 15px;
    width: 100%
}

@media only screen and (min-width:1575px) {
    .container-xl {
        max-width: 1300px
    }
}

@media only screen and (min-width:1300px) and (max-width:1574px) {
    .container-xl {
        max-width: 1200px
    }
}

@media only screen and (min-width:992px) {
    .row.item-4 .item:nth-child(4n+1) {
        clear: left
    }
}

@media only screen and (min-width:992px) {
    .row.item-3 .item:nth-child(3n+1) {
        clear: left
    }
}

@media only screen and (min-width:992px) {
    .row.item-2 .item:nth-child(2n+1) {
        clear: left
    }
}

@media only screen and (min-width:992px) {
    .row.item-1 .item:nth-child(n+1) {
        clear: left
    }
}

@media only screen and (max-width:992px) {
    .row .item:nth-child(2n+1) {
        clear: left
    }
}

@media only screen and (max-width:520px) {
    .row .item:nth-child(n+1) {
        clear: left
    }
}

@media only screen and (max-width:520px) {
    .row[class*=item-] [class*=col-] {
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .item-sm [class*=col-] {
        width: 100%
    }
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

input[type=submit]:hover {
    color: #fff
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: 0
}

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

.btn {
    -webkit-transition: all .3s ease 20ms;
    transition: all .3s ease 20ms
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .125) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, .125) inset
}

.btn {
    border: 0 solid;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (max-width:767px) {
    .btn {
        font-size: 15px
    }
}

.btn-default {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px 0 50px 50px;
    letter-spacing: -.02em;
    color: #fff;
    background-color: #293b5f;
    -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, .25);
    box-shadow: 3px 3px 11px rgba(198, 22, 22, .25)
}

@media only screen and (max-width:767px) {
    .btn-default {
        height: 50px;
        line-height: 50px
    }
}

.btn-default:focus,
.btn-default:hover {
    background-color: #293b5f;
    color: #fff;
    -webkit-box-shadow: -3px 3px 11px rgba(41, 59, 95, .25);
    box-shadow: -3px 3px 11px rgba(41, 59, 95, .25)
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(38, 143, 255, 0);
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0)
}

.btn-primary {
    background-color: #293b5f;
    -webkit-box-shadow: 3px 3px 11px rgba(41, 59, 95, .25);
    box-shadow: 3px 3px 11px rgba(41, 59, 95, .25)
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #e0be0b !important;
    color: #fff;
    -webkit-box-shadow: -3px 3px 11px rgba(41, 59, 95, .25) !important;
    box-shadow: -3px 3px 11px rgba(41, 59, 95, .25) !important
}

.video-btn {
    position: relative;
    width: 64px;
    height: 64px;
    line-height: 70px;
    background-color: #e0be0b;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 350ms;
    transition: 350ms;
    display: inline-block;
    z-index: 0
}

.video-btn:after {
    display: block;
    content: '';
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 50%;
    background-color: rgba(249, 79, 79, .2);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.video-btn:before {
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: rgba(249, 79, 79, .2);
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-animation: play-pluse 1s ease-out infinite;
    animation: play-pluse 1s ease-out infinite
}

.video-btn:focus,
.video-btn:hover {
    color: #fff
}

@media only screen and (max-width:767px) {
    .video-btn {
        width: 54px;
        height: 54px;
        line-height: 60px;
        font-size: 24px
    }

    .video-btn:after {
        width: 70px;
        height: 70px;
        line-height: 70px
    }

    .video-btn:before {
        width: 80px;
        height: 80px;
        line-height: 80px
    }
}

.app-btn-group {
    margin: 40px -13px -10px
}

.app-btn-group>.btn-app {
    margin: 10px 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.app-btn-group>.btn-app .icon {
    margin-right: 20px
}

.app-btn-group>.btn-app .btn-text {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px
}

.app-btn-group>.btn-app .btn-text>span {
    display: block;
    font-size: 15px
}

@media only screen and (max-width:767px) {
    .app-btn-group {
        margin-top: 25px
    }

    .app-btn-group>.btn-app .icon {
        margin-right: 10px
    }

    .app-btn-group>.btn-app .btn-text>span {
        font-size: 13px
    }
}

.show-more {
    text-align: center
}

.show-more .button {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #293b5f
}

.show-more .button>span {
    display: block;
    margin-top: 7px
}

.show-more .button:hover {
    color: #f94f4f
}

.more-link {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    word-spacing: .02em;
    letter-spacing: .01em;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.more-link:active:focus,
.more-link:focus,
.more-link:hover {
    color: #fff;
    text-decoration: none !important
}

.comment-navigation .nav-links a {
    background: #fff;
    display: inline-block;
    padding: .5em 1.8em;
    letter-spacing: .02em
}

.comment-navigation .nav-links a:hover {
    color: #fff
}

.mfp-wrap button:hover,
.mfp-wrap input[type=button]:hover,
.mfp-wrap input[type=reset]:hover,
.mfp-wrap input[type=submit]:hover {
    background: 0 0 !important
}

.btn-play {
    padding: 15px;
    display: inline-block;
    font-size: 16px;
    height: 55px;
    width: 55px;
    line-height: 25px
}

.social-btn-lg {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px
}

.btn-gf {
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .14)
}

.btn-lg {
    padding: 15px 45px;
    display: inline-block;
    font-size: 16px
}

.btn-md {
    padding: 10px 30px;
    display: inline-block;
    font-size: 15px
}

.btn-xl {
    padding: 15px 45px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .015em
}

.btn-slider {
    padding: 10px 45px;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px;
    border-width: 3px
}

.btn-slider-xl {
    padding: 15px 45px;
    display: inline-block;
    font-size: 15px;
    border-radius: 30px
}

.load-more-btn {
    background: #eeedfd;
    font-size: 35px;
    display: inline-block;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    line-height: 90px
}

input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus {
    outline: 0
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=search] {
    -webkit-appearance: textfield
}

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

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(../images/angle.html) no-repeat scroll 95% 50%
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: #727272 !important
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: #727272 !important
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

textarea {
    display: block;
    width: 100%;
    display: block
}

input,
select,
textarea {
    border: none;
    vertical-align: baseline;
    font-size: 100%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

::-webkit-input-placeholder {
    color: #b3b3b3
}

.widget_newsletter::-webkit-input-placeholder {
    color: grey
}

:-moz-placeholder {
    color: #b3b3b3;
    opacity: 1
}

::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1
}

:-ms-input-placeholder {
    color: #b3b3b3
}

.form-controller {
    font-size: 13px;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
    padding: .5em 1em;
    outline: 0
}

.form-controller:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.post-password-form input[type=password] {
    font-size: 14px;
    border: 1px solid #f0f0f0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}

.post-password-form input[type=submit] {
    padding: 15px 30px;
    position: relative;
    top: 0;
    font-size: 14px
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%;
    border: none
}

.format-audio iframe {
    width: 100%;
    overflow: hidden
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .4em 0;
    font-size: .9em;
    font-style: italic
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -10px;
    margin-right: -10px
}

.gallery-item {
    float: left;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px
}

@media only screen and (max-width:560px) {
    .gallery-item {
        max-width: 100% !important
    }

    .gallery-item img {
        width: 100%
    }
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
    border-radius: 3px;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: .8em;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #293b5f;
    overflow: hidden
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.preloader-image-container {
    position: relative;
    width: 300px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite;
    animation: heartbeat 1.5s ease-in-out infinite
}

.preloader-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: fade-pulse 2s ease-in-out infinite;
    animation: fade-pulse 2s ease-in-out infinite
}

.preloader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #293b5f 0, #293b5f 40%, rgba(41, 59, 95, .8) 50%, rgba(41, 59, 95, .4) 60%, transparent 100%);
    -webkit-animation: slide-reveal 3s ease-out infinite;
    animation: slide-reveal 3s ease-out infinite
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(1.05)
    }

    75% {
        transform: scale(1.15)
    }
}

@-webkit-keyframes heartbeat {

    0%,
    100% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(1.05)
    }

    75% {
        -webkit-transform: scale(1.15)
    }
}

@keyframes fade-pulse {
    0% {
        opacity: .6;
        filter: brightness(.8)
    }

    50% {
        opacity: 1;
        filter: brightness(1.2)
    }

    100% {
        opacity: .6;
        filter: brightness(.8)
    }
}

@-webkit-keyframes fade-pulse {
    0% {
        opacity: .6;
        -webkit-filter: brightness(.8)
    }

    50% {
        opacity: 1;
        -webkit-filter: brightness(1.2)
    }

    100% {
        opacity: .6;
        -webkit-filter: brightness(.8)
    }
}

@keyframes slide-reveal {
    0% {
        transform: translateX(-100%)
    }

    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(100%)
    }
}

@-webkit-keyframes slide-reveal {
    0% {
        -webkit-transform: translateX(-100%)
    }

    50% {
        -webkit-transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%)
    }
}

.loading-text {
    margin-top: 30px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    -webkit-animation: text-fade 2s ease-in-out infinite;
    animation: text-fade 2s ease-in-out infinite
}

@keyframes text-fade {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes text-fade {

    0%,
    100% {
        opacity: .5
    }

    50% {
        opacity: 1
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0);
        opacity: .7
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1
    }
}

.site-header {
    padding: 30px 0 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9
}

@media only screen and (max-width:1199px) {
    .site-header {
        padding: 10px 0
    }
}

.site-header>.container-fluid .navigation-area {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width:1199px) {
    .site-header>.container-fluid .navigation-area {
        padding-left: 0;
        padding-right: 0
    }
}

.site-header .navigation-area {
    -moz-box-align: center;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 70px
}

.site-header .navigation-area .site-branding a {
    display: inline-block
}

.site-header .navigation-area .header-navigation-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.site-header .navigation-area .header-navigation-right .contact-info {
    font-size: 16px;
    font-weight: 500
}

.site-header .navigation-area .header-navigation-right .contact-info>a:hover {
    color: #f94f4f
}

@media only screen and (max-width:1199px) {
    .site-header .navigation-area .header-navigation-right {
        display: none
    }
}

.site-header.default-header-style .navigation-area .header-navigation-right,
.site-header.default-header-style .navigation-area .site-branding {
    width: 180px
}

.site-header.default-header-style+div {
    position: relative
}

.site-header.header-style-one .site-navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-header.header-style-one .site-navigation .site-branding {
    margin-right: 40px
}

@media only screen and (max-width:1366px) {
    .site-header.header-style-one .site-navigation .site-branding {
        margin-right: 20px
    }
}

.site-header.header-style-one .header-navigation-right .contact-info {
    color: #fff
}

.site-header.header-style-one .header-navigation-right .lets-talk-area {
    margin-left: 30px
}

.site-header.header-style-two .navigation {
    padding-right: 20px
}

.site-header.header-style-two .navigation .mainmenu li>a>.menu-arrow {
    color: rgba(255, 255, 255, .6)
}

.site-header.header-style-two .navigation .mainmenu>li>a {
    color: #fff
}

.site-header.header-style-two .navigation .mainmenu>li>a.active,
.site-header.header-style-two .navigation .mainmenu>li>a:hover {
    color: #f94f4f
}

.site-header.header-style-three .navigation-area {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.site-header.header-style-three .navigation .mainmenu {
    padding-left: 50px;
    margin-top: -8px
}

.site-header.header-style-three .navigation .mainmenu li>a>.menu-arrow {
    color: rgba(255, 255, 255, .6);
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    -webkit-transition: all .25s;
    transition: all .25s
}

.site-header.header-style-three .navigation .mainmenu li>a:hover>.menu-arrow {
    right: 3px
}

.site-header.header-style-three .navigation .mainmenu>li {
    display: block
}

.site-header.header-style-three .navigation .mainmenu>li>a {
    padding: 8px 15px 8px 60px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    position: relative
}

.site-header.header-style-three .navigation .mainmenu>li>a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 52%;
    height: 2px;
    width: 0;
    background-color: #f94f4f;
    -webkit-transition: all .25s;
    transition: all .25s
}

.site-header.header-style-three .navigation .mainmenu>li>a.active,
.site-header.header-style-three .navigation .mainmenu>li>a:hover {
    color: #f94f4f
}

.site-header.header-style-three .navigation .mainmenu>li>a.active:before,
.site-header.header-style-three .navigation .mainmenu>li>a:hover:before {
    width: 35px
}

.site-header.header-style-three .navigation .mainmenu .sub-menu {
    top: -10px;
    left: 100%
}

.site-header.header-style-three .navigation .mainmenu .sub-menu .sub-menu {
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px)
}

.site-header.header-style-four {
    -webkit-transition: all .25s;
    transition: all .25s
}

@media only screen and (max-width:1199px) {
    .site-header.header-style-four {
        background-color: transparent;
        position: absolute
    }
}

.site-header.header-style-four.is-active {
    z-index: 9999;
    padding: 15px 0;
    position: fixed
}

@media only screen and (max-width:1199px) {
    .site-header.header-style-four.is-active {
        padding: 10px 0
    }
}

@media only screen and (max-width:1199px) {
    .site-header {
        position: fixed;
        background-color: #293b5f;
        z-index: 99
    }

    .site-header.header-style-one .site-navigation {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .site-header.header-style-two {
        background-color: #1d1855
    }

    .site-header.header-style-two .container {
        max-width: 100%
    }

    .site-header.header-style-two .navigation {
        padding-right: 0
    }

    .site-header.header-style-two .header-navigation-right {
        display: block
    }

    .site-header.header-style-two .lets-talk-area {
        display: none
    }

    .site-header.header-style-three {
        background-color: #1d1556
    }

    .site-header.header-style-three .navigation-area {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .site-header.header-style-three>.container {
        max-width: 100%
    }

    .site-header.header-style-three .navigation .mainmenu {
        padding-left: 0;
        margin-top: 0
    }

    .site-header.header-style-three .navigation .mainmenu>li>a {
        padding: 12px 20px;
        text-align: left
    }

    .site-header.header-style-three .navigation .mainmenu>li>a.active,
    .site-header.header-style-three .navigation .mainmenu>li>a:hover {
        color: #f94f4f;
        padding-left: 25px
    }

    .site-header.header-style-three .navigation .mainmenu>li>a.active:before,
    .site-header.header-style-three .navigation .mainmenu>li>a:hover:before {
        width: 0
    }

    .site-header.header-style-three .navigation .mainmenu>li:last-child>a {
        padding-right: 0
    }
}

#sticky-header {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

#sticky-header .site-header {
    padding: 15px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15);
    position: relative
}

#sticky-header .site-header .megamenu .megamenu-main {
    top: -webkit-calc(100% + 15px);
    top: calc(100% + 15px)
}

#sticky-header .site-header .megamenu .megamenu-main:before {
    top: -20px;
    height: 20px
}

#sticky-header .site-header.header-style-one .header-navigation-right .contact-info {
    color: #293b5f
}

#sticky-header .site-header.header-style-two {
    background-color: #1d1855
}

#sticky-header .site-header.header-style-three {
    background-color: #1d1556
}

#sticky-header .site-header.header-style-three .navigation-area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#sticky-header .site-header.header-style-three .navigation .mainmenu {
    padding-left: 0;
    margin-top: 0
}

#sticky-header .site-header.header-style-three .navigation .mainmenu li>a>.menu-arrow {
    right: -1px;
    -webkit-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    top: 50%
}

#sticky-header .site-header.header-style-three .navigation .mainmenu li>a:hover>.menu-arrow {
    right: -1px
}

#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu li>a>.menu-arrow {
    right: auto;
    left: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px)
}

#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu li>a:hover>.menu-arrow {
    left: 1px
}

#sticky-header .site-header.header-style-three .navigation .mainmenu>li {
    display: inline-block
}

#sticky-header .site-header.header-style-three .navigation .mainmenu>li>a {
    padding: 20px 15px;
    text-align: center
}

#sticky-header .site-header.header-style-three .navigation .mainmenu>li>a.active,
#sticky-header .site-header.header-style-three .navigation .mainmenu>li>a:hover {
    color: #f94f4f
}

#sticky-header .site-header.header-style-three .navigation .mainmenu>li>a.active:before,
#sticky-header .site-header.header-style-three .navigation .mainmenu>li>a:hover:before {
    width: 0
}

#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu {
    top: -webkit-calc(100% + 18px);
    top: calc(100% + 18px);
    left: auto;
    right: 0
}

#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu:before {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    content: "";
    z-index: 99;
    cursor: pointer
}

#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu>li>a {
    text-align: right
}

#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu .sub-menu {
    left: auto;
    right: -webkit-calc(100% + 10px);
    right: calc(100% + 10px);
    top: 0
}

#sticky-header .site-header.header-style-three .navigation .mainmenu .sub-menu .sub-menu:before {
    top: 0;
    height: 100%;
    width: 15px;
    left: auto;
    right: -12px
}

a {
    color: inherit;
    -webkit-transition: all .25s;
    transition: all .25s
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
}

@media only screen and (min-width:1199px) {
    #mobile-menu {
        display: none
    }

    .overlapblackbg {
        display: none
    }

    .mainmenu {
        padding: 0;
        text-align: center;
        margin-bottom: 0
    }

    .mainmenu>li {
        display: inline-block;
        position: relative
    }

    .mainmenu li {
        list-style: none
    }

    .navigation .mainmenu li>a {
        position: relative
    }

    .navigation .mainmenu li>a>.menu-arrow {
        position: absolute;
        color: rgba(41, 59, 95, .6);
        font-size: 13px;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .navigation .mainmenu>li>a {
        display: block;
        padding: 20px;
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
        text-decoration: none;
        position: relative;
        color: #293b5f;
        letter-spacing: -.015em;
        vertical-align: middle;
        -webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
        white-space: nowrap;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

@media only screen and (min-width:1199px) and (max-width:1366px) {
    .navigation .mainmenu>li>a {
        padding: 20px 15px
    }
}

@media only screen and (min-width:1199px) {
    .navigation .mainmenu>li>a span {
        font-size: 14px;
        color: #929292;
        margin-left: 5px
    }

    .navigation .mainmenu>li.current-menu-ancestor>a:before,
    .navigation .mainmenu>li.current-menu-item>a:before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .menu-click {
        display: none
    }

    .mainmenu .sub-menu {
        min-width: 250px;
        position: absolute;
        z-index: 999;
        margin: 0;
        padding: 10px;
        background-color: #1d1855;
        opacity: 0;
        top: 100%;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s
    }

    .mainmenu .sub-menu li {
        position: relative
    }

    .mainmenu .sub-menu li a {
        background-image: none;
        color: #fff;
        border-right: 0 none;
        text-align: left;
        display: block;
        line-height: 1.5em;
        padding: 7px 20px;
        text-transform: none;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: .025em
    }

    .mainmenu .sub-menu li:last-child a {
        border-bottom: none
    }

    .mainmenu .sub-menu li:last-child>a {
        border-bottom: 0
    }

    .menuexpandermain {
        display: none
    }

    .mainmenu .sub-menu li:hover .sub-menu-sub,
    .mainmenu li:hover .sub-menu {
        display: block
    }

    .mainmenu .sub-menu .sub-menu,
    .mainmenu .sub-menu .sub-menu .sub-menu {
        min-width: 250px;
        position: absolute;
        left: -webkit-calc(100% + 20px);
        left: calc(100% + 20px);
        top: -1px;
        margin: 0;
        padding: 10px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: -webkit-transform .4s, opacity .4s;
        transition: transform .4s, opacity .4s;
        z-index: 1001
    }

    .mainmenu .sub-menu .sub-menu .sub-menu:before,
    .mainmenu .sub-menu .sub-menu:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 0;
        height: 40px;
        width: 20px
    }

    .mainmenu .sub-menu .sub-menu li:hover .sub-menu,
    .mainmenu .sub-menu li:hover .sub-menu {
        opacity: 1;
        list-style: none;
        background-color: rgba(29, 24, 85, .95)
    }

    .mainmenu .sub-menu li {
        position: relative;
        display: block
    }

    .mainmenu li>.megamenu>.sub-menu,
    .mainmenu li>.sub-menu {
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        visibility: hidden
    }

    .mainmenu li:hover>.megamenu>.sub-menu,
    .mainmenu li:hover>.sub-menu {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
        visibility: visible
    }

    .mainmenu li:hover>a,
    .mainmenu>li>a.active,
    .mainmenu>li>a:hover {
        background-color: transparent;
        text-decoration: none;
        color: #f94f4f
    }

    .mainmenu .sub-menu .sub-menu .sub-menu>li>a:hover,
    .mainmenu .sub-menu .sub-menu>li>a:hover,
    .mainmenu .sub-menu>li>a:hover {
        background-color: rgba(0, 0, 0, .25);
        border-radius: 0 !important;
        text-decoration: none
    }

    .mainmenu .sub-menu .current-menu-item>a,
    .mainmenu .sub-menu .current-menu-parent>a {
        background-color: rgba(0, 0, 0, .25)
    }

    .current-menu-ancestor .current-menu-ancestor>a {
        background-color: rgba(0, 0, 0, .25)
    }

    .megamenu .current-menu-ancestor>a,
    .megamenu .sub-menu .current-menu-item>a,
    .megamenu.current-menu-ancestor .current-menu-ancestor>a {
        background-color: transparent
    }

    .megamenu .sub-menu .current-menu-item>a,
    .megamenu .sub-menu .current-menu-parent>a {
        background-color: transparent
    }
}

.megamenu {
    position: static !important
}

.megamenu .megamenu-main {
    width: 100%;
    left: 0;
    padding: 40px 30px;
    top: -webkit-calc(100% + 30px);
    top: calc(100% + 30px)
}

.megamenu .megamenu-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px;
    z-index: 5
}

.megamenu .megamenu-main ul {
    padding-left: 0
}

.megamenu .megamenu-main .megamenu-heading {
    font-weight: 600;
    color: #f94f4f;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px
}

.megamenu .megamenu-main .custom-megamenu li a {
    padding: 6px 0;
    font-size: 15px
}

.megamenu .megamenu-main .custom-megamenu li a:hover {
    padding-left: 5px
}

.hamburger-wrapper {
    background-color: #1d1855;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    -webkit-transition: all 0s .5s cubic-bezier(.645, .05, .355, 1);
    transition: all 0s .5s cubic-bezier(.645, .05, .355, 1);
    width: 100%;
    z-index: 1000;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .hamburger-wrapper {
        -ms-flex-align: self-start;
        -webkit-box-align: self-start;
        -webkit-align-items: self-start;
        align-items: self-start
    }
}

.hamburger-wrapper .hamburger-wrapper-inner {
    margin: 0;
    width: 100%;
    height: 65vh;
    width: 750px;
    padding-right: 30px
}

@media only screen and (max-width:767px) {
    .hamburger-wrapper .hamburger-wrapper-inner {
        width: 300px;
        padding-right: 20px;
        height: 100vh
    }
}

.hamburger-wrapper .hamburger-wrapper-inner .ss-content {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.hamburger-wrapper .hamburger-wrapper-inner .ss-scroll {
    background-color: rgba(255, 255, 255, .2)
}

.hamburger-wrapper .hamburger-wrapper-inner .menu-inside {
    position: relative
}

.hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    right: 20px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click>i {
    font-size: 30px
}

@media only screen and (max-width:767px) {
    .hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click {
        right: 10px
    }

    .hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click>i {
        font-size: 20px;
        padding: 10px;
        width: 45px
    }
}

.hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click:hover {
    right: 10px
}

@media only screen and (max-width:767px) {
    .hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click:hover {
        right: 5px
    }
}

.hamburger-wrapper .hamburger-wrapper-inner .menu-inside .menu-click:hover i {
    color: #f94f4f
}

.hamburger-wrapper .hamburger-wrapper-inner .back-menu {
    padding: 10px 20px;
    cursor: pointer;
    font-size: 30px
}

@media only screen and (max-width:767px) {
    .hamburger-wrapper .hamburger-wrapper-inner .back-menu {
        padding: 10px;
        font-size: 20px
    }
}

.hamburger-wrapper .hamburger-wrapper-inner .back-menu:hover {
    color: #fff
}

.hamburger-wrapper .mainmenu-hamburger {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

@media only screen and (max-height:320px) {
    .hamburger-wrapper .mainmenu-hamburger {
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        -webkit-justify-content: normal;
        justify-content: normal;
        padding: 2.14rem 0 0
    }
}

.hamburger-wrapper .mainmenu-hamburger li:nth-child(2) .nav-link span {
    -webkit-transition-delay: .74s;
    transition-delay: .74s
}

.hamburger-wrapper .mainmenu-hamburger li:nth-child(3) .nav-link span {
    -webkit-transition-delay: .84s;
    transition-delay: .84s
}

.hamburger-wrapper .mainmenu-hamburger li:nth-child(4) .nav-link span {
    -webkit-transition-delay: .94s;
    transition-delay: .94s
}

.hamburger-wrapper .mainmenu-hamburger .nav-link {
    color: #fff;
    font-size: 100px;
    font-size: 6.25rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1.3;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: capitalize
}

@media only screen and (max-width:1500px) {
    .hamburger-wrapper .mainmenu-hamburger .nav-link {
        font-size: 5rem
    }
}

@media only screen and (max-width:768px) {
    .hamburger-wrapper .mainmenu-hamburger .nav-link {
        margin-top: .62rem;
        font-size: 3.75rem
    }
}

@media only screen and (max-width:580px) {
    .hamburger-wrapper .mainmenu-hamburger .nav-link {
        font-size: 2.25rem
    }
}

@media only screen and (max-height:350px) {
    .hamburger-wrapper .mainmenu-hamburger .nav-link {
        margin-bottom: 1.07rem
    }
}

.hamburger-wrapper .mainmenu-hamburger .nav-link.active {
    color: #f94f4f
}

.hamburger-wrapper .mainmenu-hamburger .nav-link:hover {
    color: #fff
}

.hamburger-wrapper .mainmenu-hamburger .nav-link>span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .6s .64s cubic-bezier(.72, .16, .345, .875);
    transition: all .6s .64s cubic-bezier(.72, .16, .345, .875)
}

.hamburger-wrapper .mainmenu-hamburger li {
    display: block
}

.hamburger-wrapper .mainmenu-hamburger li .sub-menu {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99
}

.hamburger-wrapper .mainmenu-hamburger li .sub-menu a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    display: block;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    padding: 15px 20px;
    font-size: 5.5rem;
    position: relative;
    text-decoration: none;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: middle;
    text-transform: capitalize
}

@media only screen and (max-width:767px) {
    .hamburger-wrapper .mainmenu-hamburger li .sub-menu a {
        padding: 10px;
        font-size: 20px
    }
}

.hamburger-wrapper .mainmenu-hamburger li .sub-menu a:hover {
    padding-left: 25px;
    color: #f94f4f
}

.hamburger-wrapper .mainmenu-hamburger.has-hovered-link .nav-link {
    opacity: .1
}

.hamburger-wrapper .mainmenu-hamburger.has-hovered-link .nav-link:hover {
    opacity: 1
}

.hamburger-wrapper.menu-show {
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hamburger-wrapper.menu-show .hamburger-wrapper-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.hamburger-wrapper.menu-show .nav-link span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.hamburger-wrapper.menu-show .navbar {
    background-color: transparent
}

@media only screen and (max-width:1500px) {
    .menu-inner {
        padding: 2rem 3.12rem 0
    }
}

.ef-background {
    background-color: #000;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100
}

.ef-background.animated {
    display: block;
    -webkit-animation: reveal-vertical 1s cubic-bezier(.645, .05, .355, 1) both;
    animation: reveal-vertical 1s cubic-bezier(.645, .05, .355, 1) both
}

.article-content .page-links span {
    border: 1px solid #ddd;
    font-size: 1em;
    padding: .4em .8em;
    font-weight: 600
}

.article-content .page-links>span {
    color: #fff
}

.article-content .page-links a {
    text-decoration: none
}

.paging-navigation {
    z-index: 1;
    font-size: 14px
}

@media only screen and (max-width:1199px) {
    .paging-navigation.pd-t-70 {
        padding-top: 30px
    }

    .paging-navigation.pd-t-40 {
        padding-top: 20px
    }
}

.paging-navigation .nav-links {
    list-style: none;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding-left: 0
}

.paging-navigation .nav-links a {
    font-weight: 500;
    display: block;
    -webkit-transition: ease-in .25s;
    transition: ease-in .25s;
    text-align: center
}

.paging-navigation .nav-links>li {
    display: inline-block;
    margin: 0 3px
}

.paging-navigation .nav-links>li>a {
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
    color: #8f8f8f;
    font-weight: 500
}

.paging-navigation .nav-links>li>a span {
    display: block
}

.paging-navigation .nav-links>li.active>a,
.paging-navigation .nav-links>li>a:hover {
    background-color: #f94f4f !important;
    color: #fff !important
}

.paging-navigation .nav-links li.nav-next>a,
.paging-navigation .nav-links li.nav-previous>a {
    border: 0;
    padding: 0 22px;
    display: block;
    position: relative;
    width: auto;
    border-radius: 40px
}

.paging-navigation .nav-links li.nav-next a:hover,
.paging-navigation .nav-links li.nav-previous a:hover {
    background: 0 0;
    color: inherit
}

.paging-navigation .nav-links li.nav-next.disabled>a,
.paging-navigation .nav-links li.nav-previous.disabled>a {
    pointer-events: none;
    opacity: .6
}

.paging-navigation.pagination-center .nav-links {
    text-align: center
}

.post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-navigation .post-previous {
    text-align: right
}

.post-navigation .post-next {
    text-align: left
}

.post-navigation h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.post-navigation .post-next,
.post-navigation .post-previous {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 20px 0 27px
}

.post-navigation .post-next a,
.post-navigation .post-previous a {
    position: relative;
    display: block;
    padding: 30px
}

.post-navigation .post-next span.label,
.post-navigation .post-previous span.label {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 30px;
    display: block
}

.post-navigation .post-next.active.bg-overlay:before,
.post-navigation .post-previous.active.bg-overlay:before {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, rgba(43, 27, 94, .9), rgba(43, 66, 241, .9));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(43, 27, 94, .9)), to(rgba(43, 66, 241, .9)));
    background-image: linear-gradient(to right, rgba(43, 27, 94, .9), rgba(43, 66, 241, .9))
}

.post-navigation .post-next.active span.label,
.post-navigation .post-previous.active span.label {
    color: #b0a2be
}

@media only screen and (max-width:767px) {
    .paging-navigation .nav-links>li>a {
        height: 25px;
        line-height: 25px;
        width: 25px;
        font-size: 13px
    }

    .paging-navigation .nav-links>li.nav-next>a,
    .paging-navigation .nav-links>li.nav-previous>a {
        padding: 0 10px
    }

    .post-navigation h3 {
        font-size: 18px
    }

    .post-navigation .post-next span.label,
    .post-navigation .post-previous span.label {
        font-size: 10px;
        letter-spacing: .1em;
        margin-bottom: 12px
    }
}

@media only screen and (max-width:575px) {

    .post-navigation .post-next,
    .post-navigation .post-previous {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0
    }

    .post-navigation .post-next a,
    .post-navigation .post-previous a {
        padding: 15px
    }
}

.hamburger-menus {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: .1s;
    transition: .1s;
    margin: 15px 0;
    cursor: pointer;
    display: none
}

@media only screen and (max-width:1199px) {
    .hamburger-menus {
        display: inline-block
    }
}

.hamburger-menus span {
    width: 5px;
    height: 5px;
    background-color: #fff;
    display: block;
    border-radius: 50%
}

.hamburger-menus span:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0
}

.hamburger-menus span:nth-child(2) {
    position: absolute;
    left: 12px;
    top: 0
}

.hamburger-menus span:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0
}

.hamburger-menus span:nth-child(4) {
    position: absolute;
    left: 0;
    top: 12px
}

.hamburger-menus span:nth-child(5) {
    position: absolute;
    left: 12px;
    top: 12px
}

.hamburger-menus span:nth-child(6) {
    position: absolute;
    right: 0;
    top: 12px
}

.hamburger-menus span:nth-child(7) {
    position: absolute;
    left: 0;
    bottom: 0
}

.hamburger-menus span:nth-child(8) {
    position: absolute;
    left: 12px;
    bottom: 0
}

.hamburger-menus span:nth-child(9) {
    position: absolute;
    right: 0;
    bottom: 0
}

.hamburger-menus:hover span {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: 350ms cubic-bezier(.8, .5, .2, 1.4);
    transition: 350ms cubic-bezier(.8, .5, .2, 1.4);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .4)
}

.hamburger-menus.click-menu {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    -webkit-transition: .2s cubic-bezier(.8, .5, .2, 1.4);
    transition: .2s cubic-bezier(.8, .5, .2, 1.4)
}

.hamburger-menus.click-menu span {
    border-radius: 50%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    background-color: rgba(255, 255, 255, .767);
    -webkit-transition: .5s cubic-bezier(.8, .5, .2, 1.4);
    transition: .5s cubic-bezier(.8, .5, .2, 1.4)
}

.hamburger-menus.click-menu span:nth-child(2) {
    position: absolute;
    left: 6px;
    top: 6px
}

.hamburger-menus.click-menu span:nth-child(4) {
    position: absolute;
    left: 6px;
    top: 18px
}

.hamburger-menus.click-menu span:nth-child(6) {
    position: absolute;
    right: 6px;
    top: 6px
}

.hamburger-menus.click-menu span:nth-child(8) {
    position: absolute;
    left: 18px;
    bottom: 6px
}

.hamburger-menus-two {
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin: 10px 0;
    cursor: pointer
}

.hamburger-menus-two>span {
    position: relative !important;
    -webkit-transition: ease-in-out .25s;
    transition: ease-in-out .25s;
    display: block;
    background-color: #fff;
    height: 2px;
    border-radius: 0;
    margin: 4px 0;
    float: right;
    left: 0
}

.hamburger-menus-two>span:nth-child(1),
.hamburger-menus-two>span:nth-child(3) {
    width: 22px
}

.hamburger-menus-two>span:nth-child(2) {
    width: 100%
}

.hamburger-menus-two:hover>span:nth-child(1),
.hamburger-menus-two:hover>span:nth-child(3) {
    width: 100%
}

.hamburger-menus-two:hover>span:nth-child(2) {
    width: 25px
}

.hamburger-menus-two.is-active>span:nth-child(2) {
    display: none
}

.hamburger-menus-two.is-active>span:nth-child(1),
.hamburger-menus-two.is-active>span:nth-child(3) {
    width: 100%;
    margin: 0;
    position: absolute
}

.hamburger-menus-two.is-active>span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px
}

.hamburger-menus-two.is-active>span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px
}

@media only screen and (max-width:1199px) {
    .navigation {
        width: 250px;
        height: 100%;
        position: fixed;
        left: -100%;
        padding: 0;
        top: 0;
        margin: 0;
        z-index: 99999;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        border: none
    }

    .navigation .menu-content>li {
        width: 240px;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        text-align: left;
        white-space: inherit
    }

    .menu-wrapper {
        position: relative;
        z-index: 9999;
        height: 100%
    }

    .menu-wrapper .mainmenu li {
        position: relative;
        display: block
    }

    .menu-wrapper .mainmenu li .fa-angle-down {
        display: none
    }
}

.overlaybg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, .45);
    cursor: pointer
}

@media only screen and (max-width:1199px) {
    .menuopen .overlaybg {
        display: block
    }
}

.navigation.menuopen {
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #293b5f;
    overflow-y: auto;
    overflow-x: hidden
}

.navigation.menuopen .mainmenu>li>a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    display: block;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    vertical-align: middle;
    letter-spacing: .015em;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.navigation.menuopen .mainmenu>li>a.active,
.navigation.menuopen .mainmenu>li>a:hover {
    color: #f94f4f;
    padding-left: 25px
}

.navigation.menuopen ul.mainmenu {
    padding: 0;
    margin: 0;
    list-style: none
}

.navigation.menuopen ul.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: transparent
}

.navigation.menuopen ul.sub-menu li a {
    padding: 12px 32px 12px 25px;
    letter-spacing: 0;
    border-right: solid 0;
    background-color: transparent;
    line-height: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    color: #fff;
    letter-spacing: .015em;
    display: block
}

.navigation.menuopen ul.sub-menu li a:hover {
    color: #f94f4f;
    padding-left: 30px
}

.navigation.menuopen ul.sub-menu>.sub-menu>li>a {
    padding-left: 30px
}

.navigation.menuopen ul.sub-menu>.sub-menu>li>a:hover {
    padding-left: 35px
}

.navigation.menuopen .megamenu {
    position: relative !important
}

.navigation.menuopen .megamenu .megamenu-main {
    padding: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.navigation.menuopen .megamenu .megamenu-main:before {
    display: none
}

.navigation.menuopen .megamenu .megamenu-main .megamenu-heading {
    display: none
}

.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a {
    font-weight: 400;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600
}

.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a:hover {
    padding-left: 30px
}

.navigation.menuopen .megamenu .megamenu-wrapper .megamenu-container {
    padding: 0
}

.navigation.menuopen .megamenu .megamenu-wrapper .row {
    display: block;
    margin: 0
}

.navigation.menuopen .megamenu .megamenu-wrapper .row [class*=col-] {
    max-width: 100%;
    padding: 0
}

.menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    cursor: pointer;
    z-index: 120
}

@media only screen and (max-width:1199px) {
    .menu-click {
        display: block
    }
}

.menu-click i {
    display: block;
    -webkit-background-size: 25px;
    background-size: 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, .35);
    float: right;
    padding: 21px;
    width: 54px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.menu-extend.fa-plus::before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.slider-block {
    padding-top: 140px
}

.slider-block .carousel-nav-align-center .owl-nav>div.owl-prev {
    left: -15px
}

.slider-block .carousel-nav-align-center .owl-nav>div.owl-next {
    right: -15px
}

@media only screen and (max-width:1366px) {
    .slider-block .carousel-nav-align-center .owl-nav {
        opacity: 0;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .slider-block:hover .carousel-nav-align-center .owl-nav {
        opacity: 1
    }
}

@media only screen and (max-width:1199px) {
    .slider-block {
        padding-top: 120px
    }

    .slider-block .project-slider-item .slider-shape>img {
        width: 80%
    }

    .slider-block .carousel-nav-align-center .owl-nav {
        opacity: 0
    }
}

@media only screen and (max-width:991px) {
    .slider-block .project-slider-item .slider-shape>img {
        width: 65%
    }
}

@media only screen and (max-width:767px) {
    .slider-block .project-slider-item .slider-shape {
        display: none
    }
}

.project-slider-item {
    padding-top: 115px;
    padding-bottom: 150px;
    position: relative;
    width: 1170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1199px) {
    .project-slider-item {
        width: 940px;
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width:991px) {
    .project-slider-item {
        width: 690px;
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .project-slider-item {
        width: 510px
    }
}

@media only screen and (max-width:575px) {
    .project-slider-item {
        width: 100%;
        padding-bottom: 0
    }
}

.project-slider-item .slider-shape {
    position: absolute;
    z-index: 0;
    left: -110px;
    top: 0
}

@media only screen and (max-width:1366px) {
    .project-slider-item .slider-shape {
        left: -30px
    }
}

@media only screen and (max-width:1199px) {
    .project-slider-item .slider-shape {
        left: -10px
    }
}

.project-slider-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    .project-slider-item-inner {
        display: block
    }
}

.project-slider-item-inner>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%
}

.project-slider-item-inner .slider-thumbnail-area .slider-thumb {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    z-index: 1;
    text-align: left
}

@media only screen and (max-width:767px) {
    .project-slider-item-inner .slider-thumbnail-area .slider-thumb {
        margin-bottom: 35px
    }
}

.project-slider-item-inner .slider-thumbnail-area .slider-thumb:before {
    width: 100%;
    height: 100%;
    background-color: #f94f4f;
    position: absolute;
    top: 0;
    content: "";
    -webkit-transition: ease-in-out .75s cubic-bezier(.8, 0, .2, 1);
    transition: ease-in-out .75s cubic-bezier(.8, 0, .2, 1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    z-index: 2
}

.project-slider-item-inner .project-content-area {
    padding-left: 100px;
    color: #bcb8e2
}

@media only screen and (max-width:1199px) {
    .project-slider-item-inner .project-content-area {
        padding-left: 50px
    }
}

@media only screen and (max-width:991px) {
    .project-slider-item-inner .project-content-area {
        padding-left: 20px
    }
}

@media only screen and (max-width:767px) {
    .project-slider-item-inner .project-content-area {
        padding-left: 0
    }
}

.project-slider-item-inner .project-content-area .project-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 35px;
    overflow: hidden
}

@media only screen and (max-width:1199px) {
    .project-slider-item-inner .project-content-area .project-title {
        font-size: 48px
    }
}

@media only screen and (max-width:991px) {
    .project-slider-item-inner .project-content-area .project-title {
        font-size: 36px;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:767px) {
    .project-slider-item-inner .project-content-area .project-title {
        font-size: 32px
    }
}

.project-slider-item-inner .project-content-area .project-title a:hover {
    color: #f94f4f
}

.project-slider-item-inner .project-content-area .project-title span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: ease-in-out .75s cubic-bezier(.8, 0, .2, 1);
    transition: ease-in-out .75s cubic-bezier(.8, 0, .2, 1);
    -webkit-transition-duration: 1.25s;
    transition-duration: 1.25s
}

.project-slider-item-inner .project-content-area .project-info {
    overflow: hidden;
    position: relative
}

.project-slider-item-inner .project-content-area .project-info>span {
    line-height: 2.75em;
    display: block;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: ease-in-out .75s cubic-bezier(.8, 0, .2, 1);
    transition: ease-in-out .75s cubic-bezier(.8, 0, .2, 1);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

.project-slider-item-inner .project-content-area>.btn {
    margin-top: 35px;
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    -webkit-transition: ease-in-out .75s cubic-bezier(.8, 0, .2, 1);
    transition: ease-in-out .75s cubic-bezier(.8, 0, .2, 1);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

@media only screen and (max-width:991px) {
    .project-slider-item-inner .project-content-area>.btn {
        margin-top: 20px
    }
}

.project-slider-area .owl-item.active .project-slider-item-inner .slider-thumbnail-area .slider-thumb:before {
    width: 0;
    right: 0
}

.project-slider-area .owl-item.active .project-slider-item-inner .project-content-area .project-info>span,
.project-slider-area .owl-item.active .project-slider-item-inner .project-content-area .project-title span,
.project-slider-area .owl-item.active .project-slider-item-inner .project-content-area>.btn {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.project-slider-area .owl-item.active .project-slider-item-inner .project-content-area .project-info>span {
    line-height: 1.75em
}

.social-item.on-banner li a {
    border-width: 3px;
    line-height: 25px
}

.social-item.on-banner li {
    display: inline-block;
    margin-right: 5px
}

.video-popup-block .video-popup-btn>i {
    position: absolute;
    color: #fff;
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-popup-block .video-popup-btn img {
    border-radius: 5px;
    width: 100%
}

.hero-block {
    position: relative
}

@media only screen and (max-width:1199px) {
    .hero-block {
        margin-top: 50px
    }
}

.hero-block .hero-thumb {
    margin-bottom: 0
}

.hero-block .hero-desc {
    opacity: 0;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.23, 1, .32, 1);
    transition: transform .6s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px)
}

.hero-block .form-group-btn {
    opacity: 0;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.23, 1, .32, 1);
    transition: transform .6s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px)
}

.hero-block .hero-title {
    font-weight: 700;
    color: #293b5f;
    font-size: 78px;
    position: relative;
    opacity: 0
}

@media only screen and (max-width:1366px) {
    .hero-block .hero-title {
        font-size: 60px
    }

    .hero-block .hero-title.mrb-55 {
        margin-bottom: 35px
    }

    .hero-block .hero-title.pd-b-70 {
        padding-bottom: 55px
    }
}

@media only screen and (max-width:1199px) {
    .hero-block .hero-title {
        font-size: 44px
    }

    .hero-block .hero-title.pd-b-70 {
        padding-bottom: 35px
    }

    .hero-block .hero-title.mrb-55 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .hero-block .hero-title {
        font-size: 36px
    }
}

@media only screen and (max-width:575px) {
    .hero-block .hero-title {
        font-size: 28px
    }
}

.hero-block .hero-title>span {
    color: #e0be0b
}

.hero-block .hero-block-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero-block .hero-block-bottom .form-group-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero-block .hero-block-bottom .btn-call-to {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -4px
}

.hero-block .hero-block-bottom .btn-call-to>span {
    color: #293b5f;
    display: block;
    font-size: 21px;
    font-weight: 600;
    margin-top: 4px
}

.hero-block .hero-block-bottom .btn-call-to:hover {
    color: #f94f4f
}

@media only screen and (max-width:767px) {
    .hero-block .hero-block-bottom .btn-call-to {
        font-size: 13px;
        top: -2px
    }

    .hero-block .hero-block-bottom .btn-call-to>span {
        font-size: 19px;
        margin-top: 2px
    }
}

@media only screen and (max-width:767px) {
    .hero-block .hero-block-bottom {
        display: block
    }

    .hero-block .hero-block-bottom .form-group-btn.pd-l-25 {
        padding-left: 15px
    }
}

@media only screen and (max-width:1366px) {
    .hero-block .social-status.mrt-90 {
        margin-top: 80px
    }
}

@media only screen and (max-width:1199px) {
    .hero-block .social-status.mrt-90 {
        margin-top: 50px
    }
}

@media only screen and (max-width:575px) {
    .hero-block .social-status.mrt-90 {
        margin-top: 35px
    }
}

.hero-block.style-one {
    position: relative
}

.hero-block.style-one .hero-title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #293b5f
}

.hero-block.style-one .hero-block-bottom .form-group-btn {
    min-height: 100px
}

@media only screen and (max-width:1366px) {
    .hero-block.style-one.pd-t-255 {
        padding-top: 200px
    }

    .hero-block.style-one.mrb-175 {
        margin-bottom: 150px
    }
}

@media only screen and (max-width:767px) {
    .hero-block.style-one {
        background-image: none !important;
        background-color: #fff
    }

    .hero-block.style-one.pd-t-255 {
        padding-top: 140px
    }

    .hero-block.style-one.mrb-175 {
        margin-bottom: 100px
    }

    .hero-block.style-one .hero-shape-overlay {
        display: none
    }

    .hero-block.style-one .hero-block-bottom .form-group-btn {
        min-height: 80px
    }

    .hero-block.style-one .hero-block-bottom .form-group-btn .video-btn.mrr-50 {
        margin-right: 30px
    }

    .hero-block.style-one .hero-block-bottom .social-status {
        margin-top: 25px
    }
}

.hero-block.style-two>.container {
    margin-bottom: -10px
}

.hero-block.style-two .hero-content-area {
    padding-top: 80px;
    padding-right: 20px
}

.hero-block.style-two .hero-title {
    line-height: 1.3em
}

@media only screen and (max-width:767px) {
    .hero-block.style-two .hero-title {
        line-height: 1.2em
    }
}

.hero-block.style-two .hero-block-bottom {
    display: block
}

@media only screen and (max-width:1199px) {
    .hero-block.style-two .hero-block-bottom.mrt-60 {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .hero-block.style-two .hero-block-bottom.mrt-60 {
        margin-top: 40px
    }
}

.hero-block.style-two .social-status a {
    color: #293b5f;
    border: 1px solid rgba(41, 59, 95, .25)
}

.hero-block.style-two .hero-thumbnail-area {
    text-align: right
}

.hero-block.style-two .hero-thumbnail-area>.hero-thumb {
    margin-right: -150px
}

@media only screen and (max-width:1366px) {
    .hero-block.style-two.pd-t-225 {
        padding-top: 200px
    }

    .hero-block.style-two .hero-content-area {
        padding-right: 40px;
        padding-top: 50px
    }

    .hero-block.style-two .hero-thumbnail-area>.hero-thumb {
        margin-right: -30px
    }
}

@media only screen and (max-width:1199px) {
    .hero-block.style-two.pd-t-225 {
        padding-top: 190px
    }

    .hero-block.style-two.mrb-75 {
        margin-bottom: 25px
    }

    .hero-block.style-two .hero-title.mrb-35 {
        margin-bottom: 30px
    }

    .hero-block.style-two .hero-content-area {
        padding-right: 60px;
        padding-top: 20px
    }

    .hero-block.style-two .hero-thumbnail-area>.hero-thumb {
        margin-right: 0
    }

    .hero-block.style-two .hero-block-bottom.mrt-50 {
        margin-top: 35px
    }
}

@media only screen and (max-width:991px) {
    .hero-block.style-two.pd-t-225 {
        padding-top: 155px
    }

    .hero-block.style-two.mrb-75 {
        margin-bottom: 0
    }

    .hero-block.style-two .hero-content-area {
        padding-right: 0;
        padding-top: 0
    }

    .hero-block.style-two .hero-thumbnail-area {
        text-align: center;
        margin-top: 50px
    }
}

@media only screen and (max-width:575px) {
    .hero-block.style-two.pd-t-225 {
        padding-top: 125px
    }

    .hero-block.style-two.pd-b-120 {
        padding-bottom: 110px
    }

    .hero-block.style-two .hero-title.mrb-35 {
        margin-bottom: 25px
    }

    .hero-block.style-two .hero-block-bottom .form-group-btn .btn-default.mrr-30 {
        margin-right: 15px
    }

    .hero-block.style-two .hero-block-bottom .form-group-btn {
        margin-bottom: -15px
    }

    .hero-block.style-two .hero-block-bottom .form-group-btn .btn-call-to,
    .hero-block.style-two .hero-block-bottom .form-group-btn .btn-default {
        margin-bottom: 15px
    }
}

.hero-block.style-three .app-btn-group {
    opacity: 0;
    -webkit-transition: 2.5s cubic-bezier(.03, .18, .05, 1.01);
    transition: 2.5s cubic-bezier(.03, .18, .05, 1.01);
    -webkit-transition-duration: 1s;
    transition-duration: 1.5s;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px)
}

.hero-block.style-three .hero-title {
    color: #1d1855
}

.hero-block.style-three .hero-shape-overlay {
    background-position: top right
}

.hero-block.style-three .hero-content-area {
    margin-right: 50px
}

.hero-block.style-three .hero-thumbnail-group {
    margin-right: -280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 175px
}

.hero-block.style-three .hero-thumbnail-group .hero-thumb {
    margin: 0 15px;
    display: inline-block;
    position: relative
}

.hero-block.style-three .hero-thumbnail-group .hero-thumb>img {
    -webkit-box-shadow: 20px 20px 60px rgba(0, 0, 0, .13);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, .13)
}

.hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(1) {
    margin-top: 115px;
    -webkit-animation: down-top2 3s infinite linear;
    animation: down-top2 3s infinite linear
}

.hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(2) {
    -webkit-animation: top-down 4s infinite linear;
    animation: top-down 4s infinite linear
}

.hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
    position: absolute;
    z-index: 2;
    top: 230px;
    right: 125px;
    -webkit-animation: down-top 5s infinite linear;
    animation: down-top 5s infinite linear
}

@media only screen and (max-width:1620px) {
    .hero-block.style-three .hero-thumbnail-group {
        margin-right: -90px;
        margin-left: -100px
    }
}

@media only screen and (max-width:1366px) {
    .hero-block.style-three.pd-t-210 {
        padding-top: 190px
    }

    .hero-block.style-three .hero-thumbnail-group {
        margin-right: -15px;
        padding-bottom: 115px
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb>img {
        width: 230px
    }
}

@media only screen and (max-width:1199px) {
    .hero-block.style-three.pd-t-210 {
        padding-top: 175px
    }

    .hero-block.style-three .hero-thumbnail-group {
        margin-left: -80px
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb>img {
        width: 200px
    }
}

@media only screen and (max-width:991px) {
    .hero-block.style-three.pd-t-225 {
        padding-top: 155px
    }

    .hero-block.style-three .bg-image-100 {
        height: 45%
    }

    .hero-block.style-three .hero-thumbnail-group {
        margin-left: -15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 40px;
        padding-bottom: 160px
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb>img {
        width: auto
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        right: auto;
        left: 180px
    }
}

@media only screen and (max-width:767px) {
    .hero-block.style-three.pd-t-210 {
        padding-top: 135px
    }

    .hero-block.style-three .bg-image-100 {
        display: none
    }

    .hero-block.style-three .hero-title.mrb-35 {
        margin-bottom: 20px
    }

    .hero-block.style-three .hero-content-area {
        margin-right: 0
    }

    .hero-block.style-three .hero-thumbnail-group {
        padding-bottom: 100px
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb>img {
        width: 230px
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        left: 130px
    }
}

@media only screen and (max-width:575px) {
    .hero-block.style-three .hero-thumbnail-group {
        padding-bottom: 40px
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb>img {
        width: 180px
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        left: 30%
    }
}

@media only screen and (max-width:420px) {
    .hero-block.style-three .hero-thumbnail-group .hero-thumb>img {
        width: 120px
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(1),
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(2),
    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        -webkit-animation: none;
        animation: none
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(1) {
        margin-top: 45px
    }

    .hero-block.style-three .hero-thumbnail-group .hero-thumb:nth-child(3) {
        top: 100px
    }
}

.hero-block.style-four {
    position: relative
}

.hero-block.style-four>.svg-shape-left {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.hero-block.style-four .hero-title {
    font-weight: lighter;
    line-height: 1.16em;
    margin-bottom: 45px
}

.hero-block.style-four .hero-title>span {
    font-weight: 800
}

.hero-block.style-four .hero-block-bottom {
    display: block
}

.hero-block.style-four .social-status {
    opacity: 0;
    -webkit-transition-duration: 1s;
    transition-duration: 1.5s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.hero-block.style-four .social-status a {
    color: #293b5f;
    border: 1px solid rgba(41, 59, 95, .25)
}

.hero-block.style-four .hero-thumbnail-area {
    text-align: right
}

.hero-block.style-four .hero-thumbnail-area>.hero-thumb {
    margin-right: -190px
}

@media only screen and (max-width:1366px) {
    .hero-block.style-four .hero-thumbnail-area>.hero-thumb {
        margin-right: -50px
    }
}

@media only screen and (max-width:1199px) {
    .hero-block.style-four {
        padding-bottom: 40px
    }

    .hero-block.style-four.pd-t-225 {
        padding-top: 190px
    }

    .hero-block.style-four .align-items-end {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .hero-block.style-four .svg-shape-left {
        display: none
    }

    .hero-block.style-four .hero-thumbnail-area>.hero-thumb {
        margin-right: 0
    }
}

@media only screen and (max-width:1199px) {
    .hero-block.style-four {
        padding-bottom: 10px
    }

    .hero-block.style-four.pd-t-225 {
        padding-top: 155px
    }

    .hero-block.style-four .hero-thumbnail-area {
        margin-top: 50px
    }
}

@media only screen and (max-width:575px) {
    .hero-block.style-four {
        padding-bottom: 0
    }

    .hero-block.style-four.pd-t-225 {
        padding-top: 120px
    }

    .hero-block.style-four .hero-title {
        margin-bottom: 30px
    }
}

.hero-block.hero-personal {
    background-color: #461892
}

.hero-block.hero-personal .hero-shape-overlay {
    background-position: bottom center
}

.hero-block.hero-personal .hero-subheading {
    font-size: 20px;
    font-weight: 500;
    color: #9c89c1;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: 1.5s cubic-bezier(.03, .18, .05, 1.01);
    transition: 1.5s cubic-bezier(.03, .18, .05, 1.01);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.hero-block.hero-personal .hero-title {
    font-size: 165px;
    letter-spacing: 0;
    line-height: 1em;
    color: #fff;
    margin-bottom: 30px
}

.hero-block.hero-personal .hero-title>span {
    color: #9c89c1
}

.hero-block.hero-personal .hero-designation {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: 2s cubic-bezier(.03, .18, .05, 1.01);
    transition: 2s cubic-bezier(.03, .18, .05, 1.01);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.hero-block.hero-personal .social-status {
    margin-top: 85px;
    opacity: 0;
    -webkit-transition: 3s cubic-bezier(.03, .18, .05, 1.01);
    transition: 3s cubic-bezier(.03, .18, .05, 1.01);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.hero-block.hero-personal .social-status>a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25)
}

.hero-block.hero-personal .social-status>a:focus,
.hero-block.hero-personal .social-status>a:hover {
    background-color: #f94f4f
}

.hero-block.hero-personal .hero-content-area {
    margin-top: 120px
}

.hero-block.hero-personal .hero-thumbnail-area {
    margin-right: -195px;
    margin-left: -105px
}

@media only screen and (max-width:1620px) {
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-right: -105px;
        margin-left: -150px
    }

    .hero-block.hero-personal .hero-title {
        font-size: 190px
    }
}

@media only screen and (max-width:1366px) {
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-right: -30px;
        margin-left: -185px
    }

    .hero-block.hero-personal .hero-title {
        font-size: 160px
    }

    .hero-block.hero-personal .hero-designation {
        font-size: 48px
    }

    .hero-block.hero-personal .social-status {
        margin-top: 65px
    }
}

@media only screen and (max-width:1199px) {
    .hero-block.hero-personal .container {
        padding-top: 50px
    }

    .hero-block.hero-personal .hero-thumbnail-area {
        margin-right: -50px;
        margin-left: -170px
    }

    .hero-block.hero-personal .hero-content-area {
        margin-top: 50px
    }

    .hero-block.hero-personal .hero-title {
        font-size: 120px
    }

    .hero-block.hero-personal .hero-designation {
        font-size: 36px
    }

    .hero-block.hero-personal .social-status {
        margin-top: 50px
    }
}

@media only screen and (max-width:991px) {
    .hero-block.hero-personal .container {
        max-width: 100%
    }

    .hero-block.hero-personal .hero-thumbnail-area {
        margin-right: 0;
        margin-left: -50px
    }

    .hero-block.hero-personal .hero-designation {
        font-size: 32px
    }
}

@media only screen and (max-width:767px) {
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-left: 0
    }

    .hero-block.hero-personal .hero-title {
        font-size: 90px
    }

    .hero-block.hero-personal .hero-designation {
        font-size: 28px
    }

    .hero-block.hero-personal .social-status {
        margin-top: 40px
    }

    .hero-block.hero-personal .hero-subheading {
        font-size: 18px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:575px) {
    .hero-block.hero-personal .hero-thumbnail-area {
        margin-top: 50px
    }

    .hero-block.hero-personal .hero-title {
        font-size: 60px
    }

    .hero-block.hero-personal .hero-designation {
        font-size: 24px
    }

    .hero-block.hero-personal .hero-subheading {
        font-size: 18px;
        margin-bottom: 40px
    }
}

.animation-element>img {
    position: absolute
}

.animation-element>img.shape-zero {
    top: 41%;
    left: 2.5%;
    -webkit-animation: animationFramesOne 20s alternate infinite linear;
    animation: animationFramesOne 20s alternate infinite linear
}

.animation-element>img.shape-one {
    top: 67.5%;
    left: 1.75%;
    -webkit-animation: animationFramesTwo 17s alternate infinite linear;
    animation: animationFramesTwo 17s alternate infinite linear
}

.animation-element>img.shape-two {
    bottom: -5px;
    left: -webkit-calc(50% + 100px);
    left: calc(50% + 100px);
    -webkit-animation: animationFramesThree 12s alternate infinite linear;
    animation: animationFramesThree 12s alternate infinite linear
}

.animation-element>img.shape-three {
    bottom: 310px;
    left: 52%;
    -webkit-animation: animationFramesFour 18s alternate infinite linear;
    animation: animationFramesFour 18s alternate infinite linear
}

.animation-element>img.shape-four {
    top: 71%;
    left: 16%;
    -webkit-animation: animationFramesFive 15s alternate infinite linear;
    animation: animationFramesFive 15s alternate infinite linear
}

.animation-element>img.shape-five {
    bottom: 115px;
    left: 50%;
    -webkit-animation: animationFramesEight 20s alternate infinite linear;
    animation: animationFramesEight 20s alternate infinite linear
}

.animation-element>img.shape-six {
    bottom: 255px;
    left: -webkit-calc(50% + 450px);
    left: calc(50% + 450px);
    -webkit-animation: animationFramesSix 20s alternate infinite linear;
    animation: animationFramesSix 20s alternate infinite linear
}

.animation-element>img.shape-seven {
    bottom: 130px;
    left: -webkit-calc(50% + 230px);
    left: calc(50% + 230px);
    -webkit-animation: animationFramesSeven 20s alternate infinite linear;
    animation: animationFramesSeven 20s alternate infinite linear
}

.loading-done .hero-block .form-group-btn,
.loading-done .hero-block .hero-desc,
.loading-done .hero-block.hero-personal .hero-designation,
.loading-done .hero-block.hero-personal .social-status,
.loading-done .hero-block.style-four .social-status,
.loading-done .hero-block.style-three .app-btn-group {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.loading-done .hero-block .hero-title,
.loading-done .hero-block.hero-personal .hero-subheading {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loading-done .hero-block.hero-personal .hero-thumbnail-area,
.loading-done .hero-block.style-four .hero-thumbnail-area,
.loading-done .hero-block.style-two .hero-thumbnail-area {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
}

.counter-item {
    padding: 0 30px
}

.counter-item .count-element {
    width: 77px;
    height: 77px;
    margin: auto
}

.counter-item .count-element>* {
    margin: 0;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-weight: 600
}

.counter-item .counter-title {
    margin-top: 10px
}

.counter-item.ver-two .count-element {
    width: auto;
    height: auto
}

.counter-item.ver-two .count-element>* {
    color: #4d4d4d;
    line-height: 1.4em;
    text-align: left;
    font-size: 30px;
    font-weight: 800
}

.col-md-auto:first-of-type .counter-item {
    padding-left: 0
}

.tg-promo-number {
    margin-top: 40px
}

.tg-promo-number .odometer {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    color: #293b5f;
    margin-bottom: 13px
}

.tg-promo-number .promo-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #293b5f
}

@media only screen and (max-width:767px) {
    .tg-promo-number .odometer {
        font-size: 36px;
        margin-bottom: 10px
    }

    .tg-promo-number .promo-title {
        font-size: 12px
    }
}

.service-block.service-block-style-two .service-content-area {
    width: 585px
}

.service-block.service-block-style-two .service-content-area.left {
    float: right
}

.service-block.service-block-style-two .service-content-area.right {
    float: left
}

.service-block.service-block-style-two .service-card-list {
    padding-top: 10px
}

.service-block.service-block-style-two .section-title+p {
    margin-bottom: 50px
}

.service-block.service-block-style-two .service-thumb {
    margin-bottom: 0;
    position: relative;
    display: inline-block
}

.service-block.service-block-style-two .service-thumb .shape-arrow {
    position: absolute
}

.service-block.service-block-style-two .service-thumb.left {
    float: left
}

.service-block.service-block-style-two .service-thumb.left .shape-arrow {
    top: 80px;
    right: 0
}

.service-block.service-block-style-two .service-thumb.right {
    float: right
}

.service-block.service-block-style-two .service-thumb.right .shape-arrow {
    top: 35px;
    left: 110px
}

@media only screen and (max-width:1199px) {
    .service-block.service-block-style-two .service-content-area {
        width: 450px
    }

    .service-block.service-block-style-two .service-thumb.left .shape-arrow {
        top: 50px;
        right: -20px
    }

    .service-block.service-block-style-two .service-thumb.right .shape-arrow {
        top: 0;
        left: 55px
    }
}

@media only screen and (max-width:991px) {
    .service-block.service-block-style-two .container-fluid>.row>div.thumb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .service-block.service-block-style-two .container-fluid>.row>div.content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .service-block.service-block-style-two .service-content-area {
        width: 690px;
        margin: 0 auto
    }

    .service-block.service-block-style-two .service-content-area.left,
    .service-block.service-block-style-two .service-content-area.right {
        float: none
    }

    .service-block.service-block-style-two .service-content-area .service-card-list {
        margin-top: 0;
        padding-top: 0
    }

    .service-block.service-block-style-two .thumb.ml-b-75 .service-thumb {
        margin-bottom: 0
    }

    .service-block.service-block-style-two .service-thumb {
        margin-bottom: 50px
    }

    .service-block.service-block-style-two .service-thumb.left {
        margin-right: 15px
    }

    .service-block.service-block-style-two .service-thumb.right {
        margin-left: 15px
    }

    .service-block.service-block-style-two .service-thumb.right .shape-arrow {
        top: 35px;
        left: 120px
    }
}

@media only screen and (max-width:767px) {
    .service-block.service-block-style-two .service-content-area {
        width: 510px
    }

    .service-block.service-block-style-two .service-thumb.right .shape-arrow {
        top: 10px;
        left: 115px
    }
}

@media only screen and (max-width:575px) {
    .service-block.service-block-style-two .thumb.ml-b-75 {
        margin-bottom: -30px
    }

    .service-block.service-block-style-two .service-content-area {
        width: auto;
        padding: 0 15px
    }

    .service-block.service-block-style-two .service-thumb .shape-arrow {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .service-block .service-card-list {
        margin-top: 50px
    }

    .service-block .service-card-list .col-lg-6.pd-t-70 {
        padding-top: 0
    }
}

.service-card-list>div:last-child {
    margin-bottom: 0
}

.service-card {
    text-align: center;
    margin-bottom: 50px
}

@media only screen and (max-width:991px) {
    .service-card {
        padding: 0 15px
    }
}

@media only screen and (max-width:767px) {
    .service-card {
        padding: 0
    }
}

.service-card .service-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, .17);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, .17);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 42px;
    height: 90px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 90px
}

.service-card .service-title {
    color: #293b5f;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px
}

@media only screen and (max-width:1199px) {
    .service-card .service-title {
        font-size: 20px
    }
}

.service-card-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 40px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .07);
    box-shadow: 0 0 32px rgba(0, 0, 0, .07);
    position: relative
}

.service-card-two:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: -webkit-linear-gradient(left, #fd7f83, #f2a78f);
    background: -webkit-gradient(linear, left top, right top, from(#fd7f83), to(#f2a78f));
    background: linear-gradient(to right, #fd7f83, #f2a78f);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    z-index: 0
}

.service-card-two>div {
    position: relative;
    z-index: 2
}

.service-card-two .service-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    float: left;
    font-size: 50px;
    max-width: 80px;
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s
}

.service-card-two .service-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 80px);
    -webkit-flex: 1 1 -webkit-calc(100% - 80px);
    flex: 1 1 calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px)
}

.service-card-two .service-info .service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #293b5f;
    -webkit-transition: all .3s;
    transition: all .3s
}

.service-card-two .service-info p {
    line-height: 1.85em;
    font-size: 15px
}

.service-card-two:hover {
    color: #fff
}

.service-card-two:hover:before {
    opacity: 1
}

.service-card-two:hover .service-icon,
.service-card-two:hover .service-info .service-title {
    color: #fff
}

@media only screen and (max-width:575px) {
    .service-card-two.service-card-two {
        display: block;
        padding: 30px 20px
    }

    .service-card-two.service-card-two .service-icon,
    .service-card-two.service-card-two .service-info {
        max-width: 100%
    }

    .service-card-two.service-card-two .service-icon {
        float: none;
        margin-bottom: 15px
    }
}

.service-card-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 53px
}

.service-card-three .service-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    float: left;
    max-width: 80px;
    height: auto;
    font-size: 50px
}

.service-card-three .service-icon>span {
    display: block;
    margin-top: -5px
}

.service-card-three .service-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 80px);
    -webkit-flex: 1 1 -webkit-calc(100% - 80px);
    flex: 1 1 calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin-top: -5px
}

.service-card-three .service-info .service-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #293b5f
}

@media only screen and (max-width:1199px) {
    .service-card-three .service-info .service-title {
        font-size: 20px
    }
}

.service-card-three .service-info p {
    line-height: 1.65em
}

@media only screen and (max-width:991px) {
    .service-card-three {
        margin-bottom: 40px
    }

    .service-card-three .service-info .service-title {
        margin-bottom: 15px
    }
}

.service-carousel .owl-item.center .service-card {
    background: #12141c
}

.service-carousel .owl-item.center .service-card.dark {
    background: #252c48
}

.service-carousel .owl-dots {
    text-align: center;
    margin-top: 30px
}

.service-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 5px;
    display: inline-block;
    background: #cbcaca;
    margin: 0 3px
}

.service-carousel .owl-dots .owl-dot.active {
    width: 30px;
    background: #e51681
}

.team-item {
    margin-bottom: 5px
}

@media only screen and (min-width:768px) {
    .team-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

@media only screen and (max-width:768px) {
    .team-item {
        margin-bottom: 30px
    }
}

.team-item .team-description {
    position: relative;
    padding-left: 75px;
    margin-left: 35px
}

@media only screen and (max-width:992px) {
    .team-item .team-description {
        padding-left: 50px;
        margin-left: 30px
    }
}

.team-item .team-description:before {
    content: "";
    width: 45px;
    height: 4px;
    background: #eb5100;
    position: absolute;
    left: 0;
    top: 17px
}

.team-item .team-description .team-title {
    font-weight: 700;
    margin-bottom: 5px
}

@media only screen and (max-width:767px) {
    .team-item .team-thumb {
        min-width: 100%;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .team-item .team-thumb img {
        width: 100%
    }
}

.team-item .team-content {
    color: #767676
}

.team-member-thumb-area {
    display: inline-block
}

.team-member-thumb-area>.team-mockup-shape {
    position: relative
}

.team-member-thumb-area .team-member-list>.team-member {
    display: inline-block;
    position: absolute
}

.team-member-thumb-area .team-member-list>.team-member img {
    border-radius: 50%;
    width: 100%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .15)
}

.team-member-thumb-area.style-one {
    padding-top: 50px;
    padding-bottom: 30px
}

.team-member-thumb-area.style-one>.team-mockup-shape {
    -webkit-animation: rotate360 80s infinite linear;
    animation: rotate360 80s infinite linear
}

@media only screen and (max-width:991px) {
    .team-member-thumb-area.style-one>.team-mockup-shape {
        margin-bottom: 60px
    }
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(1) {
    left: 238px;
    text-align: center;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(1) img {
    height: 150px;
    width: 150px;
    -webkit-animation: scale-up-one 10s infinite linear;
    animation: scale-up-one 10s infinite linear
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(2) {
    bottom: 160px;
    right: 45px
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(2) img {
    height: 65px;
    width: 65px;
    -webkit-animation: scale-up-two 8s infinite linear;
    animation: scale-up-two 8s infinite linear
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(3) {
    left: 260px;
    top: -5px
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(3) img {
    height: 105px;
    width: 105px;
    -webkit-animation: scale-up-three 7s infinite linear;
    animation: scale-up-three 7s infinite linear
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(4) {
    bottom: 65px;
    left: 90px
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(4) img {
    height: 65px;
    width: 65px;
    -webkit-animation: scale-up-one 8s infinite linear;
    animation: scale-up-one 8s infinite linear
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(5) {
    bottom: 0;
    right: 220px
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(5) img {
    height: 90px;
    width: 90px;
    -webkit-animation: scale-up-two 10s infinite linear;
    animation: scale-up-two 10s infinite linear
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(6) {
    right: 70px;
    top: 195px
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(6) img {
    height: 70px;
    width: 70px;
    -webkit-animation: scale-up-three 7s infinite linear;
    animation: scale-up-three 7s infinite linear
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(7) {
    left: 0;
    top: 70px
}

.team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(7) img {
    height: 65px;
    width: 65px;
    -webkit-animation: scale-up-three 8s infinite linear;
    animation: scale-up-three 8s infinite linear
}

@media only screen and (max-width:1199px) {
    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(1) {
        left: 207px;
        top: 52%
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(2) {
        right: 10px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(3) {
        left: 260px;
        top: -5px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(4) {
        bottom: 50px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(5) {
        right: 120px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(6) {
        right: 0;
        top: 175px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(7) {
        left: 0;
        top: 70px
    }
}

@media only screen and (max-width:991px) {
    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(1) {
        left: 240px;
        top: 48%
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(2) {
        right: 95px;
        bottom: 250px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(3) {
        left: 260px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(4) {
        bottom: 110px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(5) {
        bottom: 75px;
        right: 180px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(6) {
        right: 110px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(7) {
        left: 0
    }
}

@media only screen and (max-width:767px) {
    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(1) {
        left: 195px;
        top: 47%
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(2) {
        right: 0
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(3) {
        left: 220px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(4) {
        bottom: 110px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(5) {
        right: 100px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(6) {
        right: 10px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(7) {
        left: 0
    }
}

@media only screen and (max-width:575px) {
    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(1) {
        left: 50%;
        top: -webkit-calc(50% - 18px);
        top: calc(50% - 18px);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%)
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(1) img {
        height: 80px;
        width: 80px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(2) {
        bottom: 170px;
        right: 10px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(2) img {
        height: 55px;
        width: 55px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(3) {
        left: 50%;
        top: 15px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(3) img {
        height: 60px;
        width: 60px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(4) {
        bottom: 85px;
        left: 40px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(4) img {
        height: 55px;
        width: 55px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(5) {
        bottom: 65px;
        right: 15px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(5) img {
        height: 70px;
        width: 70px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(6) {
        right: 10px;
        top: 110px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(6) img {
        height: 60px;
        width: 60px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(7) {
        left: 15px;
        top: 60px
    }

    .team-member-thumb-area.style-one .team-member-list>.team-member:nth-child(7) img {
        height: 55px;
        width: 55px
    }
}

.team-member-thumb-area.style-two {
    display: block;
    text-align: right
}

.team-member-thumb-area.style-two .team-member-main {
    display: inline-block
}

.team-member-thumb-area.style-two .team-member-main>.team-member {
    position: relative
}

.team-member-thumb-area.style-two .team-member-main>.team-member:before {
    position: absolute;
    left: 70px;
    top: 70px;
    height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    content: "";
    border: 1px dashed #fff;
    border-radius: 50%;
    -webkit-animation: rotate360 80s infinite linear;
    animation: rotate360 80s infinite linear
}

.team-member-thumb-area.style-two .team-member-main>.team-member>img {
    border: 34px solid #fff;
    border-radius: 50%
}

.team-member-thumb-area.style-two .team-member-list .team-member>img {
    border: 10px solid rgba(255, 255, 255, .17)
}

.team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(1) {
    bottom: -60px;
    right: 55px
}

.team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(1) img {
    height: 305px;
    width: 305px;
    -webkit-animation: scale-up-two 6s infinite linear;
    animation: scale-up-two 6s infinite linear
}

.team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(2) {
    bottom: 90px;
    left: 55px
}

.team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(2) img {
    height: 140px;
    width: 140px;
    -webkit-animation: scale-up-one 6s infinite linear;
    animation: scale-up-one 6s infinite linear
}

.team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(3) {
    top: 150px;
    left: 30px
}

.team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(3) img {
    height: 105px;
    width: 105px;
    -webkit-animation: scale-up-two 8s infinite linear;
    animation: scale-up-two 8s infinite linear
}

@media only screen and (max-width:1199px) {
    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(1) {
        bottom: -35px;
        right: 40px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(1) img {
        height: 200px;
        width: 200px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(2) {
        bottom: 65px;
        left: 20px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(3) {
        top: 100px;
        left: 25px
    }
}

@media only screen and (max-width:991px) {
    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(1) {
        bottom: -5px;
        right: 50px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(2) {
        bottom: 90px;
        left: 40px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(3) {
        top: 150px;
        left: 35px
    }
}

@media only screen and (max-width:767px) {
    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(3) {
        top: 100px;
        left: 25px
    }
}

@media only screen and (max-width:575px) {
    .team-member-thumb-area.style-two .team-member-list>.team-member>img {
        border-width: 5px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(1) {
        bottom: -30px;
        right: 20px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(1) img {
        height: 120px;
        width: 120px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(2) {
        bottom: 40px;
        left: 10px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(2) img {
        height: 100px;
        width: 100px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(3) {
        top: 40px
    }

    .team-member-thumb-area.style-two .team-member-list>.team-member:nth-child(3) img {
        height: 85px;
        width: 85px
    }
}

@media only screen and (max-width:1199px) {
    .team-member-thumb-area.style-two.ml-b-60 {
        margin-bottom: -40px
    }

    .team-member-thumb-area.style-two .team-member-main.pd-b-60 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:991px) {
    .team-member-thumb-area.style-two {
        text-align: left;
        margin-top: 30px
    }
}

@media only screen and (max-width:575px) {
    .team-member-thumb-area.style-two {
        margin-top: 60px
    }

    .team-member-thumb-area.style-two .team-member-main>.team-member:before {
        left: 15px;
        top: 15px;
        height: -webkit-calc(100% - 30px);
        height: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px)
    }

    .team-member-thumb-area.style-two .team-member-main>.team-member>img {
        border: 0 solid #fff;
        width: 100%
    }
}

#team-member-carousel .team-member-card {
    margin-bottom: 0
}

.team-member-card {
    margin-bottom: 90px;
    text-align: center
}

.team-member-card .member-thumb {
    margin-bottom: 30px
}

.team-member-card .member-thumb>img {
    display: inline-block
}

.team-member-card .member-name {
    font-weight: 600;
    font-size: 22px;
    color: #293b5f;
    margin-bottom: 6px
}

@media only screen and (max-width:1199px) {
    .team-member-card {
        margin-bottom: 60px
    }

    .team-member-card .member-name {
        font-size: 20px;
        margin-bottom: 5px
    }
}

@media only screen and (max-width:1366px) {
    .team-block-page.mrb-100 {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:1199px) {
    .team-block-page.mrb-100 {
        margin-bottom: 40px
    }

    .team-block.pd-b-60 {
        padding-bottom: 30px
    }
}

@media only screen and (max-width:991px) {
    .team-block.pd-b-60 {
        padding-bottom: 0
    }
}

.pricing-table-list {
    margin: 0
}

.pricing-table-list [class*=col-] {
    padding: 0
}

.pricing-table-list [class*=col-]:first-child .pricing-box {
    border-left: 1px solid #ddd
}

.pricing-table-list .pricing-box {
    background-color: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.pricing-table-list .pricing-box .pricing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px;
    color: #000;
    background-color: gray
}

.pricing-table-list .pricing-box .pricing-header .package-type {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500
}

.pricing-table-list .pricing-box .pricing-header .package-price {
    font-size: 36px;
    font-weight: 800
}

.pricing-table-list .pricing-box .pricing-header .package-price>sup {
    top: -8px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    left: -3px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-table-list .pricing-box .pricing-header {
        padding: 25px 20px;
        display: block
    }

    .pricing-table-list .pricing-box .pricing-header .package-type {
        font-size: 16px;
        margin-bottom: 10px
    }

    .pricing-table-list .pricing-box .pricing-header .package-price {
        font-size: 30px
    }
}

.pricing-table-list .pricing-box .pricing-content {
    text-align: center;
    font-size: 14px
}

.pricing-table-list .pricing-box .pricing-content>ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.pricing-table-list .pricing-box .pricing-content>ul>li {
    padding: 14px 15px
}

.pricing-table-list .pricing-box .pricing-content>ul>li:nth-child(2n) {
    background-color: #f7f7f7
}

.pricing-table-list .pricing-box .pricing-content>ul>li:first-child {
    padding-top: 35px
}

.pricing-table-list .pricing-box .pricing-content>ul>li:last-child {
    padding-bottom: 40px
}

.pricing-table-list .pricing-box.student .pricing-header {
    background-color: #ffebe2;
    color: #d8a997
}

.pricing-table-list .pricing-box.free .pricing-header {
    background-color: #cff2ff;
    color: #29a6d8
}

.pricing-table-list .pricing-box.premium .pricing-header {
    background-color: #9566d6;
    color: #fff
}

.pricing-table-list .pricing-box.expert .pricing-header {
    background-color: #dbfcf2;
    color: #57b497
}

.pricing-table-list .pricing-box.active {
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .1);
    box-shadow: 0 0 32px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: relative;
    top: -2px;
    border: 0 solid;
    z-index: 2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (max-width:991px) {
    .pricing-table-list {
        margin-left: -15px;
        margin-right: -15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: -30px
    }

    .pricing-table-list [class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }

    .pricing-table-list .pricing-box {
        border-left: 1px solid #ddd;
        margin-bottom: 30px
    }

    .pricing-table-list .pricing-box .pricing-header {
        padding: 30px 20px
    }

    .pricing-table-list .pricing-box.active {
        -webkit-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent;
        background-color: transparent;
        position: relative;
        top: 0;
        border: 1px solid #ddd;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pricing-block .filter-pricing-tab {
    text-align: right;
    margin-top: 30px
}

.pricing-block .filter-pricing-tab .nav-tabs {
    border: 0 solid;
    display: inline-block
}

.pricing-block .filter-pricing-tab .nav-tabs>li {
    border-right: 0 solid;
    display: inline-block
}

.pricing-block .filter-pricing-tab .nav-tabs>li>a {
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    text-transform: uppercase;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    text-align: center;
    letter-spacing: .15em;
    height: 43px;
    padding: 0 30px;
    line-height: 45px
}

.pricing-block .filter-pricing-tab .nav-tabs>li>a.active,
.pricing-block .filter-pricing-tab .nav-tabs>li>a:focus,
.pricing-block .filter-pricing-tab .nav-tabs>li>a:hover {
    background-color: #f94f4f;
    color: #fff;
    -webkit-box-shadow: 3px 2px 11px rgba(34, 35, 141, .25);
    box-shadow: 3px 2px 11px rgba(34, 35, 141, .25)
}

.pricing-block .filter-pricing-tab-content {
    margin-top: 22px;
    margin-bottom: 20px
}

@media only screen and (max-width:1199px) {
    .pricing-block .filter-pricing-tab-content {
        margin-bottom: 0
    }
}

.pricing-block.pricing-style-one .filter-pricing-tab-content {
    padding-top: 10px
}

@media only screen and (max-width:1199px) {
    .pricing-block.pricing-style-one .filter-pricing-tab-content {
        padding-top: 25px
    }

    .pricing-block.pricing-style-one .filter-pricing-tab {
        text-align: left;
        margin-top: 15px
    }
}

.pricing-block.pricing-style-two .filter-pricing-tab {
    text-align: left;
    margin-top: 45px
}

.pricing-block.pricing-style-two .section-title {
    padding-right: 20px
}

@media only screen and (max-width:991px) {
    .pricing-block.pricing-style-two .filter-pricing-tab {
        margin-top: 35px;
        margin-bottom: 25px
    }

    .pricing-block.pricing-style-two .section-title {
        padding-right: 0
    }
}

.innovation-block.innovation-block-one .innovation-contant-area {
    float: right;
    width: 455px
}

.innovation-block.innovation-block-one .innovation-contant-area .btn-links-area {
    padding-top: 10px
}

.innovation-block.innovation-block-one .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 135px);
    -webkit-flex: 0 0 -webkit-calc(50% + 135px);
    flex: 0 0 calc(50% + 135px);
    max-width: -webkit-calc(50% + 135px);
    max-width: calc(50% + 135px)
}

.innovation-block.innovation-block-one .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 135px);
    -webkit-flex: 0 0 -webkit-calc(50% - 135px);
    flex: 0 0 calc(50% - 135px);
    max-width: -webkit-calc(50% - 135px);
    max-width: calc(50% - 135px)
}

@media only screen and (max-width:1199px) {

    .innovation-block.innovation-block-one .col-lg-5,
    .innovation-block.innovation-block-one .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width:991px) {
    .innovation-block.innovation-block-one .container-fluid.pd-r-0 {
        padding-right: 15px
    }

    .innovation-block.innovation-block-one .col-lg-5,
    .innovation-block.innovation-block-one .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .innovation-block.innovation-block-one .innovation-contant-area {
        float: none;
        width: 690px;
        margin: 0 auto
    }

    .innovation-block.innovation-block-one #innovation-carousel {
        margin-top: 30px
    }
}

@media only screen and (max-width:991px) {
    .innovation-block.innovation-block-one .innovation-contant-area {
        width: 510px
    }
}

@media only screen and (max-width:575px) {
    .innovation-block.innovation-block-one .innovation-contant-area {
        width: 100%
    }
}

.innovation-block.innovation-block-two .btn-links-area {
    margin-top: 50px
}

.innovation-block.innovation-block-three .section-title {
    padding-bottom: 0
}

.innovation-block.innovation-block-three .btn-links-area {
    position: relative;
    top: -50px
}

@media only screen and (max-width:1199px) {
    .innovation-block.innovation-block-three .btn-links-area {
        top: -15px
    }
}

.innovation-block.innovation-block-three .portfolio-item {
    -webkit-box-shadow: 3px 3px 40px rgba(0, 0, 0, .14);
    box-shadow: 3px 3px 40px rgba(0, 0, 0, .14);
    display: block;
    margin-top: 35px;
    margin-bottom: 35px
}

.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb {
    position: relative
}

.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb .portfolio-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(29, 24, 85, .85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .25s;
    transition: all .25s
}

.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb .portfolio-overlay .view-details {
    padding-top: 100px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .25s;
    transition: all .25s
}

.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb .portfolio-overlay .view-details>span {
    display: inline-block;
    padding-left: 5px;
    font-size: 20px;
    margin-top: 1px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb .portfolio-overlay .view-details:hover {
    color: #f94f4f
}

.innovation-block.innovation-block-three .portfolio-item .portfolio-thumb .portfolio-overlay .view-details:hover>span {
    padding-left: 10px
}

.innovation-block.innovation-block-three .portfolio-item:hover .portfolio-thumb img {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible
}

.innovation-block.innovation-block-three .portfolio-item:hover .portfolio-thumb .portfolio-overlay {
    opacity: 1
}

.innovation-block.innovation-block-three .portfolio-item:hover .portfolio-thumb .portfolio-overlay .view-details {
    padding-top: 0
}

.innovation-block.innovation-block-three .innovation-carousel-container {
    margin-bottom: -40px
}

@media only screen and (min-width:1200px) {
    .innovation-block.innovation-block-three .innovation-carousel-container {
        width: 1575px
    }
}

.innovation-block #innovation-carousel {
    margin-bottom: -40px
}

.innovation-block #innovation-carousel .portfolio-item.portfolio-one {
    margin-bottom: 40px
}

.innovation-block.innovation-block-two #innovation-carousel .portfolio-item.portfolio-one:before {
    background-color: #293b5f;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .25s;
    transition: all .25s
}

.innovation-block.innovation-block-two #innovation-carousel .portfolio-item.portfolio-one:hover:before {
    opacity: .25
}

.innovation-block.innovation-block-four .btn-default.mrt-30 {
    margin-top: 20px
}

.portfolio-filter {
    list-style: none;
    padding: 0;
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .portfolio-filter {
        margin-bottom: 30px
    }
}

.portfolio-filter li {
    display: inline-block;
    margin: 0 0 10px
}

.portfolio-filter li a {
    padding: 18px 40px;
    border-radius: 50px 0 50px 50px;
    letter-spacing: -.02em;
    font-weight: 500;
    font-size: 16px;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #727272
}

.portfolio-filter li a.active,
.portfolio-filter li a:focus,
.portfolio-filter li a:hover {
    color: #fff;
    background-color: #f94f4f;
    -webkit-box-shadow: 3px 3px 11px rgba(198, 22, 22, .25);
    box-shadow: 3px 3px 11px rgba(198, 22, 22, .25)
}

@media only screen and (max-width:1199px) {
    .portfolio-filter li a {
        padding: 13px 25px;
        font-size: 15px
    }
}

@media only screen and (max-width:767px) {
    .portfolio-filter li a {
        padding: 12px 15px;
        font-size: 14px
    }
}

.portfolio-item {
    position: relative;
    min-height: 70px;
    margin-bottom: 30px
}

.portfolio-item .portfolio-thumb {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .portfolio-item .portfolio-thumb {
        margin-bottom: 30px
    }
}

.portfolio-item .portfolio-thumb img {
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.portfolio-item .portfolio-thumb .overlay-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
    opacity: 0;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, .999);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, .999);
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.portfolio-item .portfolio-thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e0be0b9e;
    visibility: hidden;
    opacity: 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, .99917);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, .99917);
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.portfolio-item .portfolio-thumb .overlay:after,
.portfolio-item .portfolio-thumb .overlay:before {
    content: "";
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    left: 30px;
    position: absolute;
    top: 30px;
    -webkit-transition: -webkit-transform .7s ease 0s;
    transition: -webkit-transform .7s ease 0s;
    transition: transform .7s ease 0s;
    -webkit-transition: -webkit-transform .7s ease 0s, -webkit-transform .7s ease 0s;
    transition: transform .7s ease 0s, -webkit-transform .7s ease 0s;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    z-index: 1
}

@media only screen and (max-width:767px) {

    .portfolio-item .portfolio-thumb .overlay:after,
    .portfolio-item .portfolio-thumb .overlay:before {
        height: -webkit-calc(100% - 40px);
        height: calc(100% - 40px);
        left: 20px;
        top: 20px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px)
    }
}

.portfolio-item .portfolio-thumb .overlay:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.portfolio-item .portfolio-thumb .overlay:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

.portfolio-item .popup {
    display: block;
    position: absolute;
    font-size: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    vertical-align: middle
}

.portfolio-item .popup .popup-inner {
    display: inline-block;
    margin: 0;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(0, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.portfolio-item .popup .popup-inner a {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    padding: 15px;
    display: block
}

.portfolio-item .content {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    text-align: center;
    z-index: 2
}

.portfolio-item .content h3 {
    margin: 0 0 7px;
    -webkit-transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    display: block;
    position: relative;
    visibility: hidden;
    opacity: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600
}

@media only screen and (max-width:1199px) {
    .portfolio-item .content h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .portfolio-item .content h3 {
        font-size: 16px
    }
}

.portfolio-item .content .cate {
    margin: 0 0 60px;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(0, 50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    font-size: 16px;
    line-height: 20px;
    color: #fafafa;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    font-weight: 400;
    display: block;
    position: relative;
    visibility: hidden;
    opacity: 0
}

@media only screen and (max-width:767px) {
    .portfolio-item .content .cate {
        font-size: 14px;
        margin-bottom: 40px
    }
}

.portfolio-item .content .cate a:hover {
    color: #fff
}

.portfolio-item:hover .overlay-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.portfolio-item:hover .content .cate,
.portfolio-item:hover .content h3 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.portfolio-item:hover .overlay-wrapper .overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.portfolio-item:hover .overlay-wrapper .overlay:after,
.portfolio-item:hover .overlay-wrapper .overlay:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.portfolio-item:hover .popup .popup-inner {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.portfolio-item:hover .portfolio-thumb img {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, .001, 1);
    transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, .001, 1)
}

.portfolio-item.portfolio-one {
    -webkit-transition: all .25s;
    transition: all .25s
}

.portfolio-item.portfolio-one .content {
    text-align: left;
    background-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center 0;
    -ms-transform-origin: bottom center 0;
    transform-origin: bottom center 0;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.portfolio-item.portfolio-one .content h3 {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible
}

.portfolio-item.portfolio-one .content .portfolio-title {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px)
}

.portfolio-item.portfolio-one .content .portfolio-title>h3 {
    color: #293b5f;
    margin-bottom: 0;
    padding: 28px 30px
}

.portfolio-item.portfolio-one .content .icon {
    position: absolute;
    background-color: #f94f4f;
    color: #fff;
    font-size: 30px;
    width: 70px;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .25s;
    transition: all .25s
}

.portfolio-item.portfolio-one .content .icon a {
    display: block
}

@media only screen and (max-width:1199px) {
    .portfolio-item.portfolio-one .content .portfolio-title>h3 {
        padding: 25px 15px
    }
}

@media only screen and (max-width:575px) {
    .portfolio-item.portfolio-one .content .portfolio-title>h3 {
        padding: 20px 15px
    }
}

.portfolio-item.portfolio-one:hover {
    -webkit-box-shadow: 6px 10px 40px rgba(0, 0, 0, .15);
    box-shadow: 6px 10px 40px rgba(0, 0, 0, .15)
}

.portfolio-item.portfolio-one:hover .portfolio-thumb img {
    opacity: 1;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    visibility: visible
}

.portfolio-item.portfolio-one:hover .content {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center 0;
    -ms-transform-origin: top center 0;
    transform-origin: top center 0
}

.portfolio-item.portfolio-one:hover .content .portfolio-title>h3 a:hover {
    color: #f94f4f
}

.portfolio-item.portfolio-one:hover .content .icon a:hover {
    color: inherit;
    padding-left: 20px
}

.portfolio-grid.no-gaps {
    margin-left: 0;
    margin-right: 0
}

.portfolio-grid.no-gaps [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.portfolio-grid.no-gaps .portfolio-item {
    margin-bottom: 0
}

.portfolio-page-block .popup-image {
    display: inline-block
}

.portfolio-page-block figure {
    margin-bottom: 30px
}

.portfolio-page-block figure a {
    display: inline-block
}

.portfolio-page-block figure:last-child {
    margin-bottom: 0
}

.portfolio-page-block .portfolio-grid {
    margin-bottom: -30px
}

.portfolio-page-block .portfolio-grid .item {
    margin-bottom: 30px
}

.portfolio-page-block .call-to-action .call-to-title {
    line-height: 1.12em
}

.portfolio-page-block .action-btn-group {
    margin: 0 -13px -15px
}

.portfolio-page-block .action-btn-group>.btn {
    margin: 0 13px 15px
}

.portfolio-page-block.portfolio-page-style-two figure {
    text-align: center
}

.portfolio-page-block.portfolio-page-style-two .portfolio-details {
    text-align: center;
    padding: 0 25px
}

.portfolio-page-block.portfolio-page-style-two .portfolio-details .portfolio-title {
    font-size: 42px;
    margin-bottom: 40px
}

.portfolio-page-block.portfolio-page-style-two .portfolio-meta>.meta-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    text-align: center
}

.portfolio-page-block.portfolio-page-style-two .portfolio-meta>.meta-item .social-status>a {
    text-align: center
}

@media only screen and (max-width:1199px) {
    .portfolio-page-block.portfolio-page-style-two .portfolio-details .portfolio-title {
        font-size: 36px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:991px) {
    .portfolio-page-block.portfolio-page-style-two .mrt-90 {
        margin-top: 60px
    }

    .portfolio-page-block.portfolio-page-style-two .portfolio-details {
        margin-top: 0
    }

    .portfolio-page-block.portfolio-page-style-two .portfolio-meta {
        padding-bottom: 25px
    }

    .portfolio-page-block.portfolio-page-style-two .portfolio-meta>.meta-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width:767px) {
    .portfolio-page-block.portfolio-page-style-two .portfolio-details .portfolio-title {
        font-size: 32px
    }
}

@media only screen and (max-width:575px) {
    .portfolio-page-block.portfolio-page-style-two .mrt-90 {
        margin-top: 50px
    }

    .portfolio-page-block.portfolio-page-style-two .portfolio-details .portfolio-title {
        font-size: 26px
    }

    .portfolio-page-block.portfolio-page-style-two .portfolio-meta {
        padding-bottom: 15px
    }

    .portfolio-page-block.portfolio-page-style-two .portfolio-meta>.meta-item {
        max-width: 100%
    }
}

.portfolio-page-block.portfolio-page-style-three .container-fluid {
    padding: 0 60px
}

.portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-title {
    font-size: 42px;
    margin-bottom: 40px
}

.portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-content {
    margin-bottom: 55px
}

.portfolio-page-block.portfolio-page-style-three .portfolio-details .site-link {
    padding-top: 0
}

.portfolio-page-block.portfolio-page-style-three .portfolio-meta {
    display: block
}

.portfolio-page-block.portfolio-page-style-three .portfolio-meta>.meta-item {
    max-width: 100%;
    margin-bottom: 45px
}

.portfolio-page-block.portfolio-page-style-three .portfolio-meta>.meta-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1366px) {
    .portfolio-page-block.portfolio-page-style-three .portfolio-grid.pd-b-90 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:1199px) {
    .portfolio-page-block.portfolio-page-style-three .row.mrt-90 {
        margin-top: 60px
    }

    .portfolio-page-block.portfolio-page-style-three .row.mrb-80 {
        margin-bottom: 50px
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-grid.pd-b-90 {
        padding-bottom: 0
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-title {
        font-size: 36px;
        margin-bottom: 30px
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-content {
        margin-bottom: 45px
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-meta>.meta-item {
        margin-bottom: 35px
    }

    .portfolio-page-block.portfolio-page-style-three .call-to-action.pd-b-150 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width:991px) {
    .portfolio-page-block.portfolio-page-style-three .row.mrb-80 {
        margin-bottom: 40px
    }

    .portfolio-page-block.portfolio-page-style-three .container-fluid {
        padding: 0 15px
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-details {
        margin-top: 0
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-top: 50px
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-meta>.meta-item {
        max-width: 50%
    }
}

@media only screen and (max-width:767px) {
    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-title {
        font-size: 32px
    }
}

@media only screen and (max-width:575px) {
    .portfolio-page-block.portfolio-page-style-three .row.mrb-60 {
        margin-bottom: 40px
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-title {
        font-size: 26px;
        margin-bottom: 25px
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-details .portfolio-content {
        margin-bottom: 40px
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-meta {
        display: block;
        margin-top: 50px
    }

    .portfolio-page-block.portfolio-page-style-three .portfolio-meta>.meta-item {
        max-width: 100%
    }
}

.portfolio-details .portfolio-title {
    font-weight: 700;
    margin-bottom: 45px;
    font-size: 32px;
    color: #293b5f
}

.portfolio-details .portfolio-content {
    margin-bottom: 85px
}

.portfolio-details .site-link {
    padding-top: 40px
}

@media only screen and (max-width:1199px) {
    .portfolio-details .portfolio-title {
        margin-bottom: 30px;
        font-size: 28px
    }

    .portfolio-details .portfolio-content {
        margin-bottom: 40px
    }

    .portfolio-details .site-link {
        padding-top: 20px
    }
}

@media only screen and (max-width:991px) {
    .portfolio-details {
        margin-top: 50px
    }
}

@media only screen and (max-width:575px) {
    .portfolio-details {
        margin-top: 40px
    }

    .portfolio-details .portfolio-title {
        margin-bottom: 25px;
        font-size: 24px
    }

    .portfolio-details .portfolio-content {
        margin-bottom: 30px
    }

    .portfolio-details .site-link {
        padding-top: 10px
    }
}

.project-block {
    margin-top: -215px
}

.project-block .container {
    position: relative
}

.project-block .section-title.style-two {
    top: 220px
}

.project-block .view-all-btn {
    position: absolute;
    right: 265px;
    bottom: 120px
}

.project-block .view-all-btn>a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: lighter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff
}

.project-block .view-all-btn>a>b {
    font-weight: 700;
    display: inline-block;
    padding-left: 5px
}

.project-block .view-all-btn>a>span {
    display: inline-block;
    padding-left: 15px;
    position: relative
}

.project-block .view-all-btn>a:hover {
    color: #f94f4f
}

@media only screen and (max-width:1199px) {
    .project-block {
        margin-top: -130px
    }

    .project-block .section-title.style-two {
        top: 140px
    }

    .project-block .view-all-btn {
        right: 185px;
        bottom: 100px
    }

    .project-block .view-all-btn>a {
        font-size: 20px
    }
}

@media only screen and (max-width:991px) {
    .project-block {
        margin-top: 0
    }

    .project-block .section-title.style-two {
        top: 0
    }

    .project-block .view-all-btn {
        right: 0;
        bottom: 0;
        position: relative;
        padding-top: 40px
    }
}

.project-list {
    margin: 0
}

.project-list [class*=col-] {
    padding: 0
}

@media only screen and (max-width:991px) {
    .project-list {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -30px
    }

    .project-list [class*=col-] {
        padding: 0 15px
    }
}

.project-list .single-project {
    position: relative;
    min-height: 100px
}

@media only screen and (max-width:991px) {
    .project-list .single-project {
        margin-bottom: 30px
    }

    .project-list .single-project .project-thumb>img {
        width: 100%
    }
}

.project-list .single-project .project-thumb {
    margin-bottom: 0
}

.project-list .single-project .project-thumb>img {
    -webkit-transition: all .25s;
    transition: all .25s
}

@media only screen and (max-width:991px) {
    .project-list .single-project .project-thumb>img {
        width: 100%
    }
}

.project-list .single-project .project-content {
    position: absolute;
    bottom: 55px;
    padding: 0 60px;
    left: 0;
    width: 100%
}

.project-list .single-project .project-content .project-title {
    font-size: 48px;
    margin-bottom: 3px;
    font-weight: 800;
    -webkit-transition: all .25s;
    transition: all .25s;
    color: #fff;
    position: relative
}

.project-list .single-project .project-content .project-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 52%;
    height: 2px;
    width: 0;
    background-color: #f94f4f;
    -webkit-transition: all .25s;
    transition: all .25s
}

.project-list .single-project .project-content .project-title a {
    display: block;
    -webkit-transition: all .25s;
    transition: all .25s
}

.project-list .single-project .project-content .project-title:hover {
    padding-left: 40px
}

.project-list .single-project .project-content .project-title:hover:before {
    width: 30px
}

.project-list .single-project .project-content .project-title:hover a {
    color: #f94f4f
}

.project-list .single-project .project-content .cate {
    font-size: 24px;
    font-weight: 500;
    color: #fff
}

.project-list .single-project .project-content .cate a:hover {
    color: #f94f4f
}

@media only screen and (max-width:1199px) {
    .project-list .single-project .project-content {
        bottom: 30px;
        padding: 0 30px
    }

    .project-list .single-project .project-content .project-title {
        font-size: 36px
    }

    .project-list .single-project .project-content .cate {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .project-list .single-project .project-content {
        bottom: 15px;
        padding: 0 15px
    }

    .project-list .single-project .project-content .project-title {
        font-size: 26px
    }

    .project-list .single-project .project-content .cate {
        font-size: 18px
    }
}

.project-list .single-project:hover .project-thumb>img {
    opacity: .9
}

.portfolio-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.portfolio-meta>.meta-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.015em;
    margin-bottom: 42px;
    text-transform: uppercase
}

.portfolio-meta>.meta-item>span {
    display: block;
    font-size: 16px;
    text-transform: none;
    color: #293b5f;
    margin-top: 5px
}

.portfolio-meta>.meta-item .social-status {
    margin-top: 3px
}

.portfolio-meta>.meta-item .social-status>a {
    text-align: left;
    color: #293b5f
}

.portfolio-meta>.meta-item .social-status>a:focus,
.portfolio-meta>.meta-item .social-status>a:hover {
    background-color: transparent;
    color: #f94f4f !important
}

@media only screen and (max-width:1199px) {
    .portfolio-meta>.meta-item {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:575px) {
    .portfolio-meta {
        display: block
    }
}

.portfolio-carousel-gallery .item {
    border-style: solid;
    border-width: 1px;
    border-color: #efefef
}

.portfolio-carousel-gallery .owl-dots {
    text-align: center;
    margin-top: 30px
}

.portfolio-carousel-gallery .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 5px
}

.portfolio-carousel-gallery .owl-dots .owl-dot span {
    background-color: #c1c1c1;
    width: 20px;
    height: 5px;
    display: block
}

.portfolio-carousel-gallery .owl-dots .owl-dot.active span {
    background: #1d1556
}

.portfolio-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px
}

.portfolio-links.mrt-50 {
    margin-top: 0
}

.portfolio-links .next-link,
.portfolio-links .prev-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50%;
    padding: 0 15px
}

.portfolio-links .next-link .link-thumb,
.portfolio-links .prev-link .link-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    -webkit-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px
}

.portfolio-links .next-link .link-thumb>img,
.portfolio-links .prev-link .link-thumb>img {
    width: 100%;
    -webkit-transition: all .25s;
    transition: all .25s
}

.portfolio-links .next-link .link-text,
.portfolio-links .prev-link .link-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 170px);
    -webkit-flex: 0 0 -webkit-calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
    max-width: -webkit-calc(100% - 170px);
    max-width: calc(100% - 170px);
    padding-left: 30px
}

.portfolio-links .next-link .link-text>span,
.portfolio-links .prev-link .link-text>span {
    display: block
}

.portfolio-links .next-link .link-text .next,
.portfolio-links .next-link .link-text .prev,
.portfolio-links .prev-link .link-text .next,
.portfolio-links .prev-link .link-text .prev {
    color: #f94f4f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    margin-bottom: 15px;
    text-transform: uppercase
}

.portfolio-links .next-link .link-text .portfolio-title,
.portfolio-links .prev-link .link-text .portfolio-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: #293b5f;
    -webkit-transition: all .25s;
    transition: all .25s
}

@media only screen and (max-width:1199px) {

    .portfolio-links .next-link .link-text .portfolio-title,
    .portfolio-links .prev-link .link-text .portfolio-title {
        font-size: 20px
    }
}

@media only screen and (max-width:991px) {

    .portfolio-links .next-link .link-thumb,
    .portfolio-links .prev-link .link-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        -webkit-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px
    }

    .portfolio-links .next-link .link-text,
    .portfolio-links .prev-link .link-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
        -webkit-flex: 0 0 -webkit-calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
        max-width: -webkit-calc(100% - 80px);
        max-width: calc(100% - 80px);
        padding-left: 15px
    }

    .portfolio-links .next-link .link-text .portfolio-title,
    .portfolio-links .prev-link .link-text .portfolio-title {
        font-size: 18px
    }

    .portfolio-links .next-link .link-text .next,
    .portfolio-links .next-link .link-text .prev,
    .portfolio-links .prev-link .link-text .next,
    .portfolio-links .prev-link .link-text .prev {
        font-size: 10px;
        margin-bottom: 7px
    }
}

@media only screen and (max-width:1199px) {

    .portfolio-links .next-link .link-text .portfolio-title,
    .portfolio-links .prev-link .link-text .portfolio-title {
        font-size: 16px
    }
}

.portfolio-links .next-link:hover .link-thumb>img,
.portfolio-links .prev-link:hover .link-thumb>img {
    opacity: .9
}

.portfolio-links .next-link:hover .link-text .portfolio-title,
.portfolio-links .prev-link:hover .link-text .portfolio-title {
    color: #f94f4f
}

.portfolio-links .prev-link .link-text {
    padding-left: 0;
    padding-right: 30px;
    text-align: right
}

@media only screen and (max-width:991px) {
    .portfolio-links .prev-link .link-text {
        padding-right: 15px
    }
}

@media only screen and (max-width:575px) {
    .portfolio-links {
        display: block
    }

    .portfolio-links .next-link,
    .portfolio-links .prev-link {
        max-width: 100%
    }

    .portfolio-links .prev-link {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:1199px) {
    .testimonial-block .container.ml-t-10 {
        margin-top: -30px
    }
}

@media only screen and (max-width:991px) {
    .testimonial-block .container.ml-t-10 {
        margin-top: 0
    }

    .testimonial-block .container.ml-b-30 {
        margin-bottom: -20px
    }
}

.testimonial-block.testimonial-right .container>.row>div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.testimonial-block.testimonial-right .container>.row>div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

@media only screen and (max-width:991px) {
    .testimonial-block.testimonial-right .container>.row>div:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .testimonial-block.testimonial-right .container>.row>div:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
}

.testimonial-block.testimonial-right .btn-links-area {
    margin-bottom: 0
}

.testimonial-slide-area {
    height: 500px;
    overflow: hidden;
    margin-right: -30px;
    margin-left: -30px
}

.testimonial-slide-area .testimonial-slick-wrapper {
    margin-top: -175px
}

.testimonial-slide-area .testimonial-slick-wrapper .slick-active .testimonial-item {
    -webkit-transform: translateY(60%) translateZ(0) scale(.75);
    transform: translateY(60%) translateZ(0) scale(.75);
    opacity: .5
}

.testimonial-slide-area .testimonial-slick-wrapper .slick-center .testimonial-item {
    -webkit-transform: translateZ(50px) scale(.9);
    transform: translateZ(50px) scale(.9);
    position: relative;
    z-index: 2;
    opacity: 1
}

.testimonial-slide-area .testimonial-slick-wrapper .slick-center+.slick-active .testimonial-item {
    -webkit-transform: translateY(-60%) translateZ(0) scale(.75);
    transform: translateY(-60%) translateZ(0) scale(.75)
}

@media only screen and (max-width:1199px) {
    .testimonial-slide-area {
        height: 440px
    }

    .testimonial-slide-area .testimonial-slick-wrapper {
        margin-top: -155px
    }
}

@media only screen and (max-width:991px) {
    .testimonial-slide-area {
        margin-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .testimonial-slide-area {
        height: 480px;
        margin-top: 30px
    }

    .testimonial-slide-area .testimonial-slick-wrapper {
        margin-top: -177px
    }
}

@media only screen and (max-width:575px) {
    .testimonial-slide-area {
        height: 570px;
        margin-right: 0;
        margin-left: 0
    }

    .testimonial-slide-area .testimonial-slick-wrapper {
        margin-top: 0
    }

    .testimonial-slide-area .testimonial-slick-wrapper .slick-active .testimonial-item,
    .testimonial-slide-area .testimonial-slick-wrapper .slick-center .testimonial-item,
    .testimonial-slide-area .testimonial-slick-wrapper .slick-center+.slick-active .testimonial-item {
        -webkit-transform: translateY(0) translateZ(0) scale(.9) !important;
        transform: translateY(0) translateZ(0) scale(.9) !important;
        opacity: 1 !important
    }
}

.testimonial-item {
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 5px 8px 30px rgba(0, 0, 0, .15);
    box-shadow: 5px 8px 30px rgba(0, 0, 0, .15);
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: 1s;
    transition: 1s
}

.testimonial-item .testimonial-item-inner {
    padding: 60px 60px 55px
}

.testimonial-item .quote-icon {
    bottom: -20px;
    position: absolute;
    right: -25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial-item .testimonial-item-inner {
        padding: 45px 35px 40px
    }
}

@media only screen and (max-width:575px) {
    .testimonial-item {
        -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
        box-shadow: 3px 3px 15px rgba(0, 0, 0, .15)
    }

    .testimonial-item .testimonial-item-inner {
        padding: 30px 15px 25px
    }
}

.client-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.client-testimonial .client-thumb {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-top: 5px
}

.client-testimonial .client-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.client-testimonial .testimonial-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    -webkit-flex: 0 0 -webkit-calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 60px
}

.client-testimonial .testimonial-details .details {
    margin-bottom: 20px
}

.client-testimonial .testimonial-details .client-area .client-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px
}

.client-testimonial .testimonial-details .client-area .client-designation {
    font-size: 12px;
    line-height: 1.5em
}

@media only screen and (max-width:1199px) {
    .client-testimonial .testimonial-details {
        padding-left: 30px
    }
}

@media only screen and (max-width:575px) {
    .client-testimonial {
        display: block
    }

    .client-testimonial .client-thumb {
        width: 60px;
        height: 60px;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 20px
    }

    .client-testimonial .client-thumb img {
        width: 100%;
        height: 100%
    }

    .client-testimonial .testimonial-details {
        padding-left: 0;
        max-width: 100%
    }

    .client-testimonial .testimonial-details p {
        line-height: 1.5em
    }
}

.work-brand-block .owl-carousel .owl-item {
    display: table;
    height: 110px
}

.work-brand-block .brands-link {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.work-brand-block .brands-link img {
    -webkit-transition: all .25s;
    transition: all .25s;
    margin: 0 auto
}

.work-brand-block .brands-link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.brands-carousel .brands-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    margin: 0 8px
}

.brands-carousel .brands-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.faq-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 38px 40px 33px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, .07);
    box-shadow: 0 0 32px rgba(0, 0, 0, .07);
    position: relative
}

.faq-card:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: -webkit-linear-gradient(left, #fd7f83, #f2a78f);
    background: -webkit-gradient(linear, left top, right top, from(#fd7f83), to(#f2a78f));
    background: linear-gradient(to right, #fd7f83, #f2a78f);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    z-index: 0
}

.faq-card>div {
    position: relative;
    z-index: 2
}

.faq-card .faq-no {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    -webkit-flex: 0 0 80px;
    flex: 0 0 80px;
    float: left;
    font-size: 90px;
    font-weight: 700;
    line-height: .88em;
    color: #f3f3f3;
    max-width: 80px;
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s
}

.faq-card .faq-no>span {
    line-height: inherit
}

.faq-card .faq-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% - 80px);
    -webkit-flex: 1 1 -webkit-calc(100% - 80px);
    flex: 1 1 calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: calc(100% - 80px)
}

.faq-card .faq-info .faq-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #293b5f;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width:1199px) {
    .faq-card .faq-info .faq-title {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.faq-card .faq-info p {
    line-height: 1.65em
}

@media only screen and (max-width:575px) {
    .faq-card {
        padding: 30px 20px 27px
    }

    .faq-card .faq-no {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        -webkit-flex: 0 0 60px;
        flex: 0 0 60px;
        font-size: 72px;
        max-width: 60px
    }

    .faq-card .faq-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 60px);
        -webkit-flex: 1 1 -webkit-calc(100% - 60px);
        flex: 1 1 calc(100% - 60px);
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px)
    }
}

.faq-card:hover {
    color: #fff
}

.faq-card:hover:before {
    opacity: 1
}

.faq-card:hover .faq-icon,
.faq-card:hover .faq-info .faq-title {
    color: #fff
}

@media only screen and (max-width:991px) {
    .download-thumb-area.ml-b-30 {
        margin-bottom: 30px
    }
}

.resume-block {
    text-align: center;
    color: #bcb8e2;
    position: relative
}

.resume-block .resume-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -145px
}

@media only screen and (max-width:1199px) {
    .resume-block .resume-shape {
        margin-top: -100px
    }

    .resume-block .resume-shape>img {
        width: 580px
    }
}

@media only screen and (max-width:991px) {
    .resume-block .resume-shape {
        margin-top: -70px
    }

    .resume-block .resume-shape>img {
        width: 500px
    }
}

@media only screen and (max-width:575px) {
    .resume-block .resume-shape {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .resume-block .resume-shape>img {
        width: 320px
    }
}

.resume-block>container {
    position: relative;
    z-index: 1
}

.resume-block .resume-title {
    font-size: 60px;
    line-height: 1.22em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px
}

.resume-block .resume-title>span {
    color: #f94f4f
}

@media only screen and (max-width:1199px) {
    .resume-block .resume-title {
        font-size: 42px
    }
}

@media only screen and (max-width:767px) {
    .resume-block .resume-title {
        font-size: 36px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:575px) {
    .resume-block .resume-title {
        font-size: 28px
    }
}

.call-to-action {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 140px;
    margin-top: -110px;
    margin-bottom: 60px
}

.call-to-action.style-two .call-to-title {
    font-size: 60px;
    line-height: 1.22em
}

@media only screen and (max-width:1199px) {
    .call-to-action.style-two .call-to-title {
        font-size: 42px
    }
}

@media only screen and (max-width:767px) {
    .call-to-action.style-two .call-to-title {
        font-size: 36px
    }
}

@media only screen and (max-width:575px) {
    .call-to-action.style-two .call-to-title {
        font-size: 28px
    }
}

.call-to-action .call-to-title {
    font-size: 42px;
    font-weight: 700;
    color: #293b5f;
    line-height: 1.4em
}

@media only screen and (max-width:1199px) {
    .call-to-action .call-to-title {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {
    .call-to-action .call-to-title {
        font-size: 32px
    }
}

@media only screen and (max-width:575px) {
    .call-to-action .call-to-title {
        font-size: 28px
    }
}

.call-to-action .call-to-title>span {
    color: #f94f4f
}

.call-to-action .action-btn-group {
    margin: 0 -13px -15px
}

@media only screen and (max-width:1199px) {
    .call-to-action .action-btn-group {
        padding-top: 35px
    }
}

.call-to-action .action-btn-group>.btn {
    margin: 0 13px 15px
}

@media only screen and (max-width:1366px) {
    .call-to-action {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1199px) {
    .call-to-action {
        margin-bottom: 10px;
        padding-bottom: 90px;
        padding-top: 60px;
        margin-top: -65px
    }
}

@media only screen and (max-width:1366px) {
    .work-process-block.mrb-145 {
        margin-bottom: 80px
    }
}

.work-process-block.proces-style-two .process-list {
    position: relative;
    margin-top: -20px
}

.work-process-block.proces-style-two .process-list .bg-line {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 250px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%
}

@media only screen and (max-width:991px) {
    .work-process-block.proces-style-two .process-list {
        margin-top: 0
    }

    .work-process-block.proces-style-two .process-list .bg-line {
        display: none
    }
}

.work-process-block.proces-style-two .process-list>div:nth-child(2) {
    margin-top: 60px
}

.work-process-block.proces-style-two .process-list>div:nth-child(3) {
    margin-top: 18px
}

.work-process-block.proces-style-two .process-list>div:nth-child(4) {
    margin-top: 130px
}

.work-process-block.proces-style-two .process-list>div:nth-child(5) {
    margin-top: 100px
}

@media only screen and (max-width:1199px) {
    .work-process-block.proces-style-two .process-list>div:nth-child(2) {
        margin-top: 45px
    }

    .work-process-block.proces-style-two .process-list>div:nth-child(3) {
        margin-top: 15px
    }

    .work-process-block.proces-style-two .process-list>div:nth-child(4) {
        margin-top: 105px
    }

    .work-process-block.proces-style-two .process-list>div:nth-child(5) {
        margin-top: 85px
    }
}

@media only screen and (max-width:991px) {

    .work-process-block.proces-style-two .process-list>div:nth-child(2),
    .work-process-block.proces-style-two .process-list>div:nth-child(3),
    .work-process-block.proces-style-two .process-list>div:nth-child(4),
    .work-process-block.proces-style-two .process-list>div:nth-child(5) {
        margin-top: 0
    }
}

.process-list .single-process {
    margin-bottom: 40px;
    text-align: center
}

.process-list .single-process .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 11px rgba(0, 0, 0, .17);
    box-shadow: 3px 3px 11px rgba(0, 0, 0, .17);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 40px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100px
}

.process-list .single-process .icon>span:before {
    color: #fff !important
}

.process-list .single-process .icon>.process-no {
    color: #fff;
    font-size: 86px;
    line-height: 1em;
    margin-bottom: 0;
    opacity: .13;
    position: absolute;
    right: -4px;
    top: 5px;
    z-index: 5
}

.process-list .single-process .process-step {
    color: #293b5f;
    font-size: 22px;
    font-weight: 600
}

@media only screen and (max-width:1199px) {
    .process-list .single-process .process-step {
        font-size: 20px
    }
}

.process-list>div:nth-child(2n) {
    margin-top: 60px
}

@media only screen and (max-width:991px) {
    .process-list>div:nth-child(2n) {
        margin-top: 0
    }
}

.facility-block .row>[class*=col-] {
    padding: 0 25px
}

.facility-block .row>[class*=col-]:nth-child(2) .facility-card {
    margin-top: 50px
}

.facility-block .row>[class*=col-]:nth-child(3) .facility-card {
    margin-top: 100px
}

.facility-block .row>[class*=col-]:nth-child(4) .facility-card {
    margin-top: 150px
}

@media only screen and (max-width:991px) {
    .facility-block {
        margin-top: 100px
    }

    .facility-block .row>[class*=col-]:nth-child(3) .facility-card {
        margin-top: 0
    }

    .facility-block .row>[class*=col-]:nth-child(4) .facility-card {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .facility-block .row>[class*=col-]:nth-child(3) .facility-card {
        margin-top: 50px
    }
}

.facility-card {
    text-align: center
}

.facility-card .facility-icon {
    height: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    min-height: 90px;
    margin-bottom: 20px
}

.facility-card .facility-icon>.icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 42px;
    line-height: 90px
}

.facility-card .facility-info .facility-title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1d1855;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width:1199px) {
    .facility-card .facility-info .facility-title {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .facility-card .facility-info .facility-title {
        margin-bottom: 12px
    }
}

.facility-card .facility-info p {
    font-size: 15px
}

.specializing-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.specializing-list .specializing-card {
    width: 270px;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 15px;
    padding: 15px;
    border-radius: 50px
}

.specializing-list .specializing-card:nth-child(4) {
    margin-right: 100px
}

.specializing-list .specializing-card .specializing-title {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .specializing-list .specializing-card {
        width: 200px;
        height: 200px
    }

    .specializing-list .specializing-card:nth-child(4) {
        margin-right: 50px
    }

    .specializing-list .specializing-card .specializing-title {
        font-size: 30px;
        line-height: 1.1em
    }
}

@media only screen and (max-width:991px) {
    .specializing-list .specializing-card {
        width: auto;
        height: 250px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        -webkit-flex: 0 0 -webkit-calc(50% - 30px);
        flex: 0 0 calc(50% - 30px)
    }

    .specializing-list .specializing-card:nth-child(4) {
        margin-right: 15px
    }
}

@media only screen and (max-width:991px) {
    .specializing-list .specializing-card {
        height: 220px
    }

    .specializing-list .specializing-card:nth-child(4) {
        margin-right: 15px
    }

    .specializing-list .specializing-card .specializing-title {
        font-size: 28px
    }
}

@media only screen and (max-width:767px) {
    .specializing-list .specializing-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        -webkit-flex: 0 0 -webkit-calc(100% - 30px);
        flex: 0 0 calc(100% - 30px)
    }

    .specializing-list .specializing-card .specializing-title {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .specializing-list .specializing-card {
        height: 180px
    }

    .specializing-list .specializing-card .specializing-title {
        font-size: 24px
    }
}

.newsletter-block .subscribe-form {
    font-size: 14px;
    margin-top: -5px;
    margin-left: -15px
}

.newsletter-block .subscribe-form>#mc-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media only screen and (max-width:767px) {
    .newsletter-block .subscribe-form>#mc-form {
        display: block;
        text-align: center
    }
}

.newsletter-block .subscribe-form .form-group {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 40px);
    -webkit-flex: 0 0 -webkit-calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
    padding: 0 15px
}

@media only screen and (max-width:767px) {
    .newsletter-block .subscribe-form .form-group {
        margin-bottom: 20px
    }
}

.newsletter-block .subscribe-form .form-group label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 0;
    text-align: left
}

.newsletter-block .subscribe-form .form-group input {
    color: #293b5f;
    font-size: 16px;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px !important
}

@media only screen and (max-width:767px) {
    .newsletter-block .subscribe-form .form-group input {
        font-size: 15px
    }
}

.newsletter-block .subscribe-form .form-group input:focus {
    color: #293b5f;
    border-bottom-color: #f94f4f !important
}

.newsletter-block .subscribe-form .btn-default {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 rgba(198, 22, 22, 0);
    box-shadow: 0 0 0 rgba(198, 22, 22, 0);
    height: 60px;
    padding: 0;
    width: 60px;
    font-size: 18px;
    margin-left: 20px
}

@media only screen and (max-width:767px) {
    .newsletter-block .subscribe-form .btn-default {
        margin: 0 auto;
        border-radius: 40px 0 40px 40px;
        width: 120px
    }
}

.call-request-block .call-request-form .form-group {
    margin-bottom: 35px
}

.call-request-block .call-request-form .form-group label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px
}

.call-request-block .call-request-form .form-group input {
    color: #293b5f;
    font-size: 16px;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px !important
}

@media only screen and (max-width:767px) {
    .call-request-block .call-request-form .form-group input {
        font-size: 15px
    }
}

.call-request-block .call-request-form .form-group input:focus {
    color: #293b5f;
    border-bottom-color: #f94f4f !important
}

@media only screen and (max-width:991px) {
    .call-request-block .call-request-form-area {
        padding-top: 30px
    }
}

.membership-block {
    padding-top: 60px;
    padding-bottom: 140px;
    margin-top: -65px;
    margin-bottom: 60px
}

.membership-block .section-title {
    padding: 0 30px;
    margin-bottom: 45px
}

.membership-block .section-title .title-main {
    line-height: 1.35em
}

@media only screen and (max-width:991px) {
    .membership-block .section-title {
        padding: 0;
        margin-bottom: 35px
    }
}

.membership-block .membership-content .input-group {
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 50px 0 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.membership-block .membership-content .input-group>input.form-controllar {
    border-bottom: 0 solid;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 160px);
    -webkit-flex: 0 0 -webkit-calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: -webkit-calc(100% - 160px);
    max-width: calc(100% - 160px);
    height: 64px;
    padding: 5px 30px !important;
    border-radius: 50px;
    color: #1d1855
}

.membership-block .membership-content .input-group .input-group-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 158px;
    -webkit-flex: 0 0 158px;
    flex: 0 0 158px;
    max-width: 158px;
    text-align: right;
    margin-right: 2px
}

.membership-block .membership-content .input-group .input-group-btn .btn-default {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

@media only screen and (max-width:575px) {
    .membership-block .membership-content .input-group {
        display: block;
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        text-align: center
    }

    .membership-block .membership-content .input-group>input.form-controllar {
        border: 1px solid #ddd;
        height: 55px;
        padding: 5px 15px !important;
        margin-bottom: 15px;
        width: 90%
    }

    .membership-block .membership-content .input-group .input-group-btn,
    .membership-block .membership-content .input-group>input.form-controllar {
        max-width: 100%
    }

    .membership-block .membership-content .input-group .input-group-btn {
        text-align: center;
        display: block;
        margin-right: 0
    }

    .membership-block .membership-content .input-group .input-group-btn .btn-default {
        height: 50px;
        line-height: 50px;
        width: auto;
        padding: 0 30px
    }
}

@media only screen and (max-width:1366px) {
    .membership-block {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:1199px) {
    .membership-block {
        margin-bottom: 10px;
        padding-bottom: 90px
    }
}

.post {
    margin-bottom: 60px;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    text-align: center
}

.post .post-thumb>a {
    display: block
}

.post .post-thumb>a>img {
    -webkit-transition: all .2s;
    transition: all .2s
}

.post:hover .post-thumb>a>img {
    opacity: .9
}

.post .entry-title {
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.22em;
    color: #293b5f
}

.post .entry-title a:focus,
.post .entry-title a:hover {
    color: #f94f4f
}

.post .entry-meta-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.4em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.post .entry-meta-content>div {
    margin-right: 10px;
    position: relative
}

.post .entry-meta-content>div:last-child {
    margin-right: 0
}

.post .entry-meta-content>div a {
    color: #f94f4f
}

.post .entry-meta-content>div a:focus,
.post .entry-meta-content>div a:hover {
    color: #1d1855
}

.post .post-details {
    padding: 35px 60px 55px
}

@media only screen and (max-width:1199px) {
    .post {
        margin-bottom: 40px
    }

    .post .entry-title {
        font-size: 28px;
        line-height: 1.15em
    }

    .post .post-details {
        padding: 25px 30px 45px
    }
}

@media only screen and (max-width:575px) {
    .post .entry-title {
        font-size: 24px
    }

    .post .post-details {
        padding: 20px 15px 35px
    }
}

.post.post-type-video {
    position: relative;
    margin-bottom: 30px
}

.post.post-type-video figure {
    margin-bottom: 0
}

.post.post-type-video .post-details-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(bottom, rgba(251, 128, 133, .9), rgba(241, 167, 146, .9));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 128, 133, .9)), to(rgba(241, 167, 146, .9)));
    background: linear-gradient(to top, rgba(251, 128, 133, .9), rgba(241, 167, 146, .9));
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px;
    -webkit-transition: all .8s;
    transition: all .8s
}

.post.post-type-video .post-details-overlay .post-details .post-video-btn {
    margin-bottom: 40px;
    margin-top: 30px
}

.post.post-type-video .post-details-overlay .post-details .post-video-btn>a {
    display: block;
    font-size: 90px;
    color: #fff
}

.post.post-type-video .post-details-overlay .post-details .entry-title {
    color: #fff;
    margin-bottom: 35px
}

.post.post-type-video .post-details-overlay .post-details .entry-title>a:hover {
    color: #000
}

.post.post-type-video .post-details-overlay .post-details .more-link {
    color: #fff;
    font-size: 32px
}

.post.post-type-video .post-details-overlay .post-details .more-link:hover {
    color: #000;
    padding-left: 10px
}

@media only screen and (max-width:575px) {
    .post.post-type-video .post-details-overlay .post-details .post-video-btn {
        margin-bottom: 20px
    }

    .post.post-type-video .post-details-overlay .post-details .post-video-btn>a {
        font-size: 70px
    }

    .post.post-type-video .post-details-overlay .post-details .entry-title {
        margin-bottom: 25px
    }
}

.post.post-type-video:hover .post-details-overlay {
    background: -webkit-linear-gradient(bottom, rgba(241, 167, 146, .9), rgba(251, 128, 133, .9));
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(241, 167, 146, .9)), to(rgba(251, 128, 133, .9)));
    background: linear-gradient(to top, rgba(241, 167, 146, .9), rgba(251, 128, 133, .9))
}

.post.post-gird {
    margin-bottom: 30px
}

.post.post-gird .entry-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600
}

.post.post-gird .entry-meta-content {
    margin-bottom: 0
}

.post.post-gird .post-details {
    padding: 10px 45px 32px
}

@media only screen and (max-width:1199px) {
    .post.post-gird .post-details {
        padding: 10px 15px 30px
    }

    .post.post-gird .entry-title {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .post.post-gird .post-thumb a {
        display: block
    }

    .post.post-gird .post-thumb img {
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .blog-single-page {
        padding-right: 30px
    }
}

.post.single-post {
    margin-bottom: 60px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    text-align: left
}

.post.single-post .entry-title {
    font-size: 42px;
    line-height: 1em;
    margin-bottom: 22px;
    padding-top: 18px
}

.post.single-post .entry-meta-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px
}

.post.single-post ol li,
.post.single-post ul li {
    margin-top: 10px;
    line-height: 1.6em
}

.post.single-post>ol,
.post.single-post>ul {
    padding-left: 20px
}

.post.single-post table {
    margin-bottom: 30px
}

.post.single-post p {
    text-align: justify;
    margin-bottom: 35px
}

.post.single-post p:last-child {
    margin-bottom: 0
}

.post.single-post .image-group {
    padding-top: 20px
}

.post.single-post iframe {
    border: 0 solid
}

.post.single-post figure {
    margin-bottom: 30px
}

.post.single-post figure span {
    color: #979797;
    font-size: 12px;
    display: block;
    padding: 13px 0 25px
}

.post.single-post .post-details {
    padding: 0
}

.post.single-post .responsive-video {
    margin-bottom: 50px;
    margin-top: 40px
}

.post.single-post .responsive-video .fluid-width-video-wrapper {
    position: absolute;
    top: 0
}

.post.single-post blockquote {
    padding: 20px 70px 20px;
    color: #293b5f;
    text-align: center
}

.post.single-post blockquote img {
    margin-bottom: 25px;
    border-radius: 0
}

.post.single-post blockquote p {
    text-align: center !important;
    margin-bottom: 10px;
    position: relative;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2em
}

.post.single-post blockquote p:last-child {
    margin-bottom: 0
}

.post.single-post blockquote p cite {
    margin-left: 0;
    padding-left: 0
}

.post.single-post blockquote a,
.post.single-post blockquote cite,
.post.single-post blockquote span {
    padding: 0 1.2em;
    font-size: .8em;
    font-weight: 500;
    font-style: normal;
    position: relative
}

.post.single-post blockquote cite {
    display: block
}

.post.single-post blockquote cite:before {
    content: "--";
    padding-right: 5px
}

@media only screen and (max-width:1199px) {
    .post.single-post blockquote p {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .post.single-post blockquote p {
        font-size: 20px
    }
}

.post.single-post .entry-footer {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0
}

.entry-tag>a {
    border: 1px solid #ddd;
    border-radius: 40px;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    line-height: 31px;
    margin: 5px 3px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s
}

.entry-tag>a:focus,
.entry-tag>a:hover {
    background-color: #000;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .post.single-post {
        margin-bottom: 50px
    }

    .post.single-post .entry-title {
        font-size: 36px;
        padding-top: 10px
    }

    .post.single-post p {
        margin-bottom: 20px
    }

    .post.single-post figure span {
        padding: 10px 0 15px
    }

    .post.single-post .alignleft {
        margin-bottom: 10px
    }

    .post.single-post .responsive-video {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .post.single-post blockquote {
        padding: 25px 30px 20px
    }
}

@media only screen and (max-width:767px) {
    .post.single-post .entry-title {
        font-size: 32px;
        padding-top: 0
    }

    .post.single-post blockquote {
        padding: 15px 0
    }

    .post.single-post .alignleft {
        margin-bottom: 25px;
        width: 100%
    }

    .post.single-post .entry-footer.mt-60 {
        margin-top: 40px
    }

    .entry-tag>a {
        border-width: 1px;
        font-size: 11px;
        height: 32px;
        line-height: 30px;
        padding: 0 15px
    }
}

@media only screen and (max-width:575px) {
    .post.single-post .entry-title {
        font-size: 26px
    }
}

.post-share-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 45px
}

.post-share-area h3 {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    color: #293b5f
}

.post-share-area h3 span {
    display: block;
    font-size: 12px;
    line-height: 1em;
    font-weight: 400;
    color: #727272
}

.post-share-area .share {
    margin-bottom: -4px;
    padding-left: 30px
}

.post-share-area .share>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f94f4f;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 7px
}

.post-share-area .share>a span {
    display: inline-block;
    text-align: center
}

.post-share-area .share>a span.fa {
    width: 50px;
    height: 100%;
    line-height: 40px
}

.post-share-area .share>a .text {
    font-size: 11px;
    font-weight: 500;
    padding: 0 30px
}

.post-share-area .share>a.facebook {
    background-color: #3b5998
}

.post-share-area .share>a.facebook span.fa {
    background-color: #36508a
}

.post-share-area .share>a.twitter {
    background-color: #01acee
}

.post-share-area .share>a.twitter span.fa {
    background-color: #009bd6
}

.post-share-area .share>a.google {
    background-color: #ea4335
}

.post-share-area .share>a.google span.fa {
    background-color: #d33c30
}

@media only screen and (max-width:1199px) {
    .post-share-area {
        margin-bottom: 25px
    }

    .post-share-area .share>a span.fa {
        width: 40px
    }

    .post-share-area .share>a .text {
        padding: 0 25px
    }
}

.author-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 60px 0
}

.author-info #author-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    -webkit-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px
}

.author-info .at-img>img {
    border-radius: 50%;
    height: 120px;
    width: 120px
}

.author-info #author-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    -webkit-flex: 0 0 -webkit-calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding-left: 30px;
    text-align: justify
}

.author-info #author-details .author-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #293b5f
}

@media only screen and (max-width:575px) {
    .author-info {
        padding: 50px 0;
        display: block
    }

    .author-info #author-img {
        margin-bottom: 25px;
        width: auto
    }

    .author-info #author-details {
        padding-left: 0
    }

    .author-info #author-details .author-name {
        margin-bottom: 20px
    }
}

.text-content h1 {
    margin-top: 0;
    margin-bottom: 20px
}

.text-content h1 strong {
    font-weight: 900
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin: 0 0 15px
}

.text-content p {
    font-size: 15px
}

.about-content {
    position: relative;
    z-index: 1
}

.about-content .quote-icon {
    bottom: 50px;
    position: absolute;
    z-index: -1
}

.about-content .author-name {
    color: #293b5f;
    font-size: 16px;
    padding-left: 80px;
    position: relative
}

.about-content .author-name:before {
    background-color: #f94f4f;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 60px
}

.about-content .author-name>span {
    color: #727272
}

@media only screen and (max-width:1199px) {
    .about-content .author-name {
        font-size: 15px;
        padding-left: 60px
    }

    .about-content .author-name:before {
        width: 45px
    }

    .about-content .author-name.mrb-40 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:757px) {
    .about-content .author-name {
        padding-left: 40px
    }

    .about-content .author-name:before {
        width: 25px
    }

    .about-content .author-name.mrb-40 {
        margin-bottom: 25px
    }
}

.about-style-two {
    position: relative
}

.about-style-two .mock-up-thumb-back {
    width: -webkit-calc(50% - 385px);
    width: calc(50% - 385px)
}

@media only screen and (max-width:1199px) {
    .about-style-two .mock-up-thumb-back {
        width: -webkit-calc(50% - 270px);
        width: calc(50% - 270px)
    }
}

@media only screen and (max-width:991px) {
    .about-style-two .mock-up-thumb-back {
        display: none
    }
}

.about-style-two .mock-up-thumb {
    border: 20px solid #fff;
    position: relative;
    -webkit-box-shadow: 13px 0 35px rgba(0, 0, 0, .09);
    box-shadow: 13px 0 35px rgba(0, 0, 0, .09)
}

.about-style-two .mock-up-thumb .video-btn-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.about-style-two .video-btn {
    background-color: #fff;
    color: #f94f4f
}

.about-style-two .video-btn:after,
.about-style-two .video-btn:before {
    background-color: rgba(255, 255, 255, .2)
}

@media only screen and (max-width:991px) {
    .about-style-two {
        padding-top: 0;
        padding-bottom: 0
    }
}

.about-style-three .mock-up-thumb-area {
    position: relative
}

.about-style-three .mock-up-thumb-area .mock-up-thumb-back {
    margin-left: -385px
}

@media only screen and (max-width:1199px) {
    .about-style-three .mock-up-thumb-area .mock-up-thumb-back {
        margin-left: -250px
    }
}

.about-style-three .mock-up-thumb-area .mock-up-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-style-three .mock-up-thumb-area .mock-up-thumb .video-btn-area {
    position: absolute;
    top: -15px;
    right: 140px
}

@media only screen and (max-width:991px) {
    .about-style-three .mock-up-thumb-area .mock-up-thumb-back {
        display: none
    }

    .about-style-three .mock-up-thumb-area .mock-up-thumb {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .about-style-three .mock-up-thumb-area .mock-up-thumb .video-btn-area {
        top: -10px;
        right: 170px
    }
}

.about-style-three .mock-up-thumb-area .about-author-area {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.about-style-three .mock-up-thumb-area .about-author-area .about-author {
    text-align: center;
    padding: 0 85px;
    color: #fff
}

.about-style-three .mock-up-thumb-area .about-author-area .about-author h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 55px
}

.about-style-three .mock-up-thumb-area .about-author-area .about-author .author-name {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0
}

.about-style-three .mock-up-thumb-area .about-author-area .about-author .author-designation {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (max-width:1199px) {
    .about-style-three .mock-up-thumb-area .about-author-area .about-author {
        padding: 30px 60px 0
    }

    .about-style-three .mock-up-thumb-area .about-author-area .about-author h3 {
        font-size: 20px;
        margin-bottom: 35px
    }

    .about-style-three .mock-up-thumb-area .about-author-area .about-author .author-name {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .about-style-three .mock-up-thumb-area .about-author-area .about-author {
        padding: 30px 40px 0
    }
}

.about-style-three .hg-promo-numbers {
    position: relative;
    margin-top: 50px;
    padding-top: 10px
}

@media only screen and (max-width:1199px) {
    .about-style-three .hg-promo-numbers {
        margin-top: 35px;
        padding-top: 0
    }
}

.about-style-three .hg-promo-numbers:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #293b5f;
    top: 0;
    left: 0
}

@media only screen and (max-width:1199px) {
    .mock-up-thumb {
        margin-bottom: 50px
    }
}

.contact-info-block {
    position: relative
}

.contact-info-block .mock-up-thumb-back {
    width: -webkit-calc(50% - 385px);
    width: calc(50% - 385px)
}

@media only screen and (max-width:1199px) {
    .contact-info-block .mock-up-thumb-back {
        width: -webkit-calc(50% - 270px);
        width: calc(50% - 270px)
    }
}

@media only screen and (max-width:991px) {
    .contact-info-block .mock-up-thumb-back {
        display: none
    }
}

.contact-info-block .mock-up-thumb {
    border: 20px solid #fff;
    position: relative;
    -webkit-box-shadow: 13px 0 35px rgba(0, 0, 0, .09);
    box-shadow: 13px 0 35px rgba(0, 0, 0, .09)
}

.contact-info-block .contant-info-content {
    padding-top: 20px
}

.contact-info-block .contant-info-content>div {
    margin-bottom: 25px
}

.contact-info-block .contant-info-content .info-address {
    font-size: 21px
}

.contact-info-block .contant-info-content .info-address>span {
    display: block;
    font-weight: 600;
    color: #f94f4f;
    margin-bottom: 20px
}

.contact-info-block .contant-info-content .info-phone {
    font-weight: lighter;
    font-size: 42px;
    color: #293b5f;
    line-height: 1.2em
}

.contact-info-block .contant-info-content .info-email {
    font-size: 18px
}

.contact-info-block .contant-info-content .info-email>a:hover {
    color: #f94f4f
}

.contact-info-block .social-status {
    padding-top: 20px
}

.contact-info-block .social-status>a {
    border: 1px solid rgba(114, 114, 114, .25)
}

.contact-info-block .social-status>a:hover {
    background-color: #f94f4f
}

@media only screen and (max-width:991px) {
    .contact-info-block {
        padding-top: 0;
        padding-bottom: 0
    }

    .contact-info-block .contant-info-content {
        padding-top: 10px
    }

    .contact-info-block .contant-info-content .info-address {
        font-size: 18px
    }

    .contact-info-block .contant-info-content .info-address>span {
        margin-bottom: 10px
    }

    .contact-info-block .contant-info-content .info-phone {
        font-size: 32px
    }

    .contact-info-block .social-status {
        padding-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .contact-info-block .contant-info-content {
        padding-top: 0
    }

    .contact-info-block .contant-info-content>div {
        margin-bottom: 15px
    }

    .contact-info-block .contant-info-content .info-address {
        font-size: 16px
    }

    .contact-info-block .contant-info-content .info-address>span {
        margin-bottom: 5px
    }

    .contact-info-block .contant-info-content .info-phone {
        font-size: 22px
    }

    .contact-info-block .contant-info-content .info-email {
        font-size: 16px
    }

    .contact-info-block .social-status {
        padding-top: 15px
    }
}

.contact-info-block.style-two {
    position: relative;
    padding-top: 200px;
    padding-bottom: 70px
}

.contact-info-block.style-two .shape-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 40% center
}

.contact-info-block.style-two .section-title .title-main {
    color: #fff
}

.contact-info-block.style-two .contant-info-content {
    color: #fff;
    padding-top: 10px
}

.contact-info-block.style-two .contant-info-content>div {
    margin-bottom: 25px
}

.contact-info-block.style-two .contant-info-content .info-address>span,
.contact-info-block.style-two .contant-info-content .info-phone {
    color: #fff
}

@media only screen and (max-width:1366px) {
    .contact-info-block.style-two {
        padding-top: 155px
    }

    .contact-info-block.style-two .shape-effect {
        height: 380px
    }
}

@media only screen and (max-width:1199px) {
    .contact-info-block.style-two .shape-effect {
        height: 260px
    }

    .contact-info-block.style-two .contant-info-content {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    .contact-info-block.style-two {
        padding-top: 120px;
        padding-bottom: 50px
    }

    .contact-info-block.style-two .shape-effect {
        height: 230px
    }
}

@media only screen and (max-width:575px) {
    .contact-info-block.style-two {
        padding-top: 100px
    }

    .contact-info-block.style-two .shape-effect {
        height: 170px
    }
}

.contact-block-area {
    position: relative;
    padding-top: 180px
}

.contact-block-area #contact_map {
    height: 690px
}

@media only screen and (max-width:1199px) {
    .contact-block-area #contact_map {
        height: 500px
    }
}

.contact-block-area>.container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.contact-block-area ::-webkit-input-placeholder {
    color: #293b5f
}

.contact-block-area :-moz-placeholder {
    color: #293b5f;
    opacity: .75
}

.contact-block-area ::-moz-placeholder {
    color: #293b5f;
    opacity: .75
}

.contact-block-area :-ms-input-placeholder {
    color: #293b5f
}

.contact-block-area .contact-form-area {
    position: relative;
    padding: 70px
}

@media only screen and (max-width:1199px) {
    .contact-block-area .contact-form-area {
        padding: 40px
    }
}

@media only screen and (max-width:575px) {
    .contact-block-area .contact-form-area {
        padding: 15px
    }
}

.contact-block-area .contact-form-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-color: #f94f4f;
    content: ""
}

.contact-block-area .contact-form-area .contact-form {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 50px 50px 60px
}

.contact-block-area .contact-form-area .contact-form:before {
    position: absolute;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    content: "";
    border: 10px solid rgba(255, 255, 255, .05);
    left: -10px;
    top: -10px
}

.contact-block-area .contact-form-area .contact-form .form-group {
    margin-bottom: 55px
}

.contact-block-area .contact-form-area .contact-form .form-group label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px
}

.contact-block-area .contact-form-area .contact-form .form-group input,
.contact-block-area .contact-form-area .contact-form .form-group textarea {
    color: #293b5f;
    font-size: 16px;
    position: relative;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px !important
}

@media only screen and (max-width:767px) {

    .contact-block-area .contact-form-area .contact-form .form-group input,
    .contact-block-area .contact-form-area .contact-form .form-group textarea {
        font-size: 15px
    }
}

.contact-block-area .contact-form-area .contact-form .form-group input:focus,
.contact-block-area .contact-form-area .contact-form .form-group textarea:focus {
    color: #293b5f;
    border-bottom-color: #f94f4f !important
}

.contact-block-area .contact-form-area .contact-form .form-group textarea {
    min-height: 120px;
    max-width: 100%
}

@media only screen and (max-width:1199px) {
    .contact-block-area .contact-form-area .contact-form {
        padding: 40px 30px 45px
    }

    .contact-block-area .contact-form-area .contact-form .form-group {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .contact-block-area .contact-form-area .contact-form {
        padding: 30px 15px 35px
    }

    .contact-block-area .contact-form-area .contact-form .form-group {
        margin-bottom: 20px
    }

    .contact-block-area .contact-form-area .contact-form .form-group label {
        margin-bottom: 0;
        font-size: 12px
    }
}

.contact-block-area .contact-form-area .contact-form .btn-contact .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem
}

.contact-block-area .contact-form-area .contact-form .btn-contact span {
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.contact-block-area .contact-form-area .contact-form .btn-contact .status .spinner {
    left: .3125rem;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    top: .1875rem;
    position: absolute;
    opacity: 0
}

.contact-block-area .contact-form-area .contact-form .btn-contact .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: .625rem;
    padding: .25rem .4375rem;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.contact-block-area .contact-form-area .contact-form .btn-contact .status .status-icon.valid {
    background-color: var(--green)
}

.contact-block-area .contact-form-area .contact-form .btn-contact .status .status-icon.invalid {
    background-color: var(--red)
}

.contact-block-area .contact-form-area .contact-form .btn-contact.processing span {
    opacity: .2
}

.contact-block-area .contact-form-area .contact-form .btn-contact.processing .spinner {
    opacity: 1
}

.contact-block-area .contact-form-area .contact-form .btn-contact.done .ts-spinner {
    opacity: 0
}

.contact-block-area .contact-form-area .contact-form .btn-contact.done .status-icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.contact-block.style-two .contact-block-area {
    padding-top: 0
}

.contact-block.style-two .contact-block-area>.container {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.contact-block.style-two .contact-block-area .contact-form-area {
    padding-bottom: 0 !important
}

.contact-block.style-two .contact-block-area .contact-form-area:before {
    background-color: #eaad11
}

.contact-block.style-two .contact-block-area .contact-form-area ::-webkit-input-placeholder {
    color: #7149c0
}

.contact-block.style-two .contact-block-area .contact-form-area :-moz-placeholder {
    color: #7149c0;
    opacity: 1
}

.contact-block.style-two .contact-block-area .contact-form-area ::-moz-placeholder {
    color: #7149c0;
    opacity: 1
}

.contact-block.style-two .contact-block-area .contact-form-area :-ms-input-placeholder {
    color: #7149c0
}

.contact-block.style-two .contact-block-area .contact-form-area .contact-form {
    background-color: #461892
}

.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group label {
    color: #9c89c1
}

.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group input,
.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group textarea {
    border-color: #5d2ead
}

.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group input:focus,
.contact-block.style-two .contact-block-area .contact-form-area .contact-form .form-group textarea:focus {
    color: #fff
}

.contact-form .input-error,
.contact-form .input-success {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 5px 15px;
    display: none
}

.error-page-content .error-title {
    color: #293b5f;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px
}

.error-page-content>p {
    font-size: 15px;
    line-height: 1.55em
}

.error-page-content>p>a {
    color: #f94f4f
}

.error-page-content>p>a:focus,
.error-page-content>p>a:hover {
    color: #000
}

@media only screen and (max-width:1199px) {
    .error-page-content .error-title {
        font-size: 36px
    }
}

@media only screen and (max-width:575px) {
    .error-page-content .error-title {
        font-size: 28px
    }
}

.search-form-area {
    padding-top: 35px
}

@media only screen and (max-width:1199px) {
    .search-form-area {
        padding-top: 25px
    }
}

.search-form-area .search-form .input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 50px 0 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-form-area .search-form .input-group>input.form-controllar {
    border-bottom: 0 solid;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    -webkit-flex: 0 0 -webkit-calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    height: 64px;
    padding: 5px 30px !important;
    border-radius: 50px;
    color: #1d1855
}

.search-form-area .search-form .input-group .input-group-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 118px;
    -webkit-flex: 0 0 118px;
    flex: 0 0 118px;
    max-width: 118px;
    text-align: right;
    margin-right: 2px
}

.search-form-area .search-form .input-group .input-group-btn .btn-default {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

@media only screen and (max-width:575px) {
    .search-form-area .search-form .input-group {
        display: block;
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        text-align: center
    }

    .search-form-area .search-form .input-group>input.form-controllar {
        border: 1px solid #ddd;
        height: 55px;
        padding: 5px 15px !important;
        margin-bottom: 15px;
        width: 100%
    }

    .search-form-area .search-form .input-group .input-group-btn,
    .search-form-area .search-form .input-group>input.form-controllar {
        max-width: 100%
    }

    .search-form-area .search-form .input-group .input-group-btn {
        text-align: center;
        display: block;
        margin-right: 0
    }

    .search-form-area .search-form .input-group .input-group-btn .btn-default {
        height: 50px;
        line-height: 50px;
        width: auto;
        padding: 0 30px
    }
}

@media only screen and (max-width:991px) {
    .error-page-block .error-thumbnail {
        margin-bottom: 50px
    }
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 75px
}

.entry-summary,
.page-content {
    margin: 1.4em 0
}

.page-links {
    clear: both;
    margin: 0 0 2.1em
}

@media only screen and (max-width:991px) {
    .sidebar-items {
        margin-top: 60px
    }
}

.page-title-area {
    position: relative
}

.page-title-area>.svg-shape-left {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.page-title-area .page-header-thumb {
    margin-right: -105px;
    text-align: right
}

.page-title-area .page-title {
    margin-bottom: 15px;
    font-size: 60px;
    font-weight: lighter;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #293b5f
}

.page-title-area .page-title>span {
    color: #f94f4f;
    font-weight: 800
}

@media only screen and (max-width:1366px) {
    .page-title-area>.svg-shape-left>img {
        width: 75%
    }

    .page-title-area .page-header-content.pd-t-225 {
        padding-top: 150px
    }

    .page-title-area .page-header-thumb {
        margin-right: -50px
    }
}

@media only screen and (max-width:1199px) {
    .page-title-area {
        padding-top: 120px
    }

    .page-title-area>.svg-shape-left {
        display: none
    }

    .page-title-area .page-header-content.pd-t-225 {
        padding-top: 0
    }

    .page-title-area .page-title {
        font-size: 48px
    }

    .page-title-area .page-header-thumb {
        margin-right: 0
    }
}

@media only screen and (max-width:991px) {
    .page-title-area {
        padding-top: 180px
    }

    .page-title-area .page-title {
        margin-bottom: 10px;
        font-size: 36px
    }

    .page-title-area .page-header-thumb {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .page-title-area .page-title {
        font-size: 32px
    }
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #727272
}

@media only screen and (max-width:1199px) {
    .breadcrumb .breadcrumb-item {
        font-size: 13px
    }
}

.breadcrumb .breadcrumb-item>a {
    color: #f94f4f
}

.breadcrumb .breadcrumb-item>a:focus,
.breadcrumb .breadcrumb-item>a:hover {
    color: #f94f4f
}

.breadcrumb .breadcrumb-item:before {
    content: "";
    font-family: FontAwesome;
    padding: 0 10px 0 20px;
    color: #f94f4f
}

@media only screen and (max-width:575px) {
    .breadcrumb .breadcrumb-item:before {
        padding: 0 5px 0 15px
    }
}

.breadcrumb .breadcrumb-item:first-child:before {
    content: "";
    padding: 0 10px 0 0
}

@media only screen and (max-width:575px) {
    .breadcrumb .breadcrumb-item:first-child:before {
        padding: 0 5px 0 0
    }
}

.breadcrumb .breadcrumb-item.active:before {
    color: #ccc
}

.no-results.not-found {
    overflow: hidden;
    background: #fff;
    text-align: center
}

.no-results.not-found .page-header {
    margin-top: 0;
    padding-top: 0
}

.no-results.not-found .page-title {
    font-family: inherit !important;
    font-size: 45px;
    font-weight: 700;
    margin-top: 0;
    position: relative
}

.no-results.not-found .page-title:after {
    content: "";
    background: #1d1d1f;
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px
}

.no-results.not-found .page-not-found-icon {
    margin-top: 5px
}

.no-results.not-found .page-not-found-icon i {
    color: #a94442;
    font-size: 60px
}

.no-results.not-found .form-controller {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 34px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 4px 0 4px 15px;
    margin-bottom: 0
}

@media only screen and (max-width:540px) {
    .no-results.not-found .form-controller {
        padding: 4px 0 4px 15px
    }
}

.no-results.not-found .btn-default {
    border: 1px solid #e1e1e1
}

@media only screen and (max-width:540px) {
    .no-results.not-found .btn-default {
        padding: 13px 30px
    }
}

@media only screen and (min-width:992px) {

    .no-results.not-found .entry-summary,
    .no-results.not-found .page-content {
        max-width: 540px;
        margin: auto
    }
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-content a {
    word-wrap: break-word
}

.comment-content {
    font-size: 16px
}

@media only screen and (max-width:767px) {
    .comment-content {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.comment-content ol li,
.comment-content ul li {
    margin-top: 10px;
    line-height: 1.6em
}

.comment-content>ol,
.comment-content>ul {
    padding-left: 20px
}

.comment-content a:hover {
    text-decoration: underline
}

.bypostauthor {
    display: block
}

.cancel-comment-reply-link {
    bottom: -2px;
    display: inline-block;
    left: .6em;
    position: relative
}

.logged-in-as {
    margin-bottom: .7em !important;
    padding: 0 15px
}

.comments-area {
    overflow: hidden;
    margin-top: 60px;
    border-bottom: 1px solid #ddd
}

.comments-area .children,
.comments-area .comment-list {
    list-style: none;
    padding: 0
}

.comments-area .comments-title {
    color: #f94f4f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .175em;
    margin-bottom: 35px;
    text-transform: uppercase
}

.comments-area .comments-title img {
    margin-left: 5px
}

.comments-area .comment-list {
    margin-bottom: 45px;
    border-top: none
}

.comments-area .comment-list .comment .comment-respond {
    margin-bottom: 75px
}

.comments-area .comment-body {
    overflow: hidden;
    margin-bottom: 75px
}

.comments-area .comment-author {
    float: left;
    margin-right: 15px;
    width: 60px
}

.comments-area .date {
    display: block;
    font-size: 13px;
    color: #a0a0a0;
    margin-top: 0
}

.comments-area .comment-details {
    position: relative;
    display: table-cell;
    vertical-align: top
}

.comments-area .comment-metadata {
    margin-bottom: .5em;
    color: #293b5f
}

.comments-area .comment-metadata .author {
    font-size: 18px;
    font-weight: 600
}

.comments-area .comment-metadata .comment-edit-link,
.comments-area .comment-metadata .says {
    color: #777
}

.comments-area .children {
    margin-left: 108px
}

@media only screen and (max-width:1199px) {
    .comments-area .children {
        margin-left: 90px
    }
}

@media only screen and (max-width:992px) {
    .comments-area .children {
        margin-left: 75px
    }
}

@media only screen and (max-width:767px) {
    .comments-area .children {
        margin-left: 50px
    }
}

@media only screen and (max-width:450px) {
    .comments-area .children {
        margin-left: 30px
    }
}

@media only screen and (max-width:400px) {
    .comments-area .children {
        margin-left: 25px
    }
}

.comments-area .comment-navigation {
    margin-bottom: 3.5em
}

.comments-area .comment-navigation .nav-links .nav-previous {
    float: left
}

.comments-area .comment-navigation .nav-links .nav-next {
    float: right
}

.comments-area .comment-navigation .nav-links span {
    font-size: 18px
}

.comments-area .comment-navigation .nav-links a {
    background-color: #232c3b;
    color: #fff;
    border-radius: 5px
}

.comment-respond label {
    font-weight: 500
}

.comment-respond .comment-reply-title {
    color: #f94f4f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .175em;
    margin-bottom: 45px;
    text-transform: uppercase
}

.comment-respond .comment-reply-title img {
    margin-left: 5px
}

.comment-respond {
    margin-top: 60px
}

.comment-respond p {
    margin-bottom: 1em
}

.comment-respond [class*=col-] {
    margin-bottom: 60px
}

@media only screen and (max-width:767px) {
    .comment-respond [class*=col-] {
        margin-bottom: 30px
    }
}

.comment-respond label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: left;
    font-size: 14px
}

.comment-respond .form-control {
    color: #293b5f;
    font-size: 16px;
    position: relative;
    border-radius: 0;
    width: 100%;
    background-color: transparent;
    border-top: 0 solid #ddd;
    border-left: 0 solid #ddd;
    border-right: 0 solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0)
}

@media only screen and (max-width:767px) {
    .comment-respond .form-control {
        font-size: 15px
    }
}

.comment-respond .form-control:focus {
    color: #293b5f;
    border-bottom-color: #f94f4f !important
}

.comment-respond textarea {
    min-height: 120px;
    max-width: 100%
}

.comment-respond .form-submit {
    margin-bottom: 0;
    padding: 0 15px
}

.comment-respond .comment-subscription-form {
    display: none
}

.comment-respond .comment-form-rating {
    margin-bottom: 1em
}

.comment-respond .form-submit {
    text-align: center;
    width: 100%
}

.comment-respond #submit,
.comment-respond .submit {
    border-color: #e51681;
    border-radius: 0;
    background: #e51681;
    color: #fff;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

#review_form .form-submit {
    padding: 0
}

.no-comments {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.comment-reply-link {
    padding: 8px 22px;
    font-size: 13px;
    border: 1px solid #ddd;
    line-height: normal;
    font-weight: 700;
    display: inline-block;
    background-color: transparent;
    border-radius: 30px;
    color: #f94f4f;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.comment-reply-link:hover {
    background: #f94f4f;
    color: #fff;
    border-color: #f94f4f
}

@media only screen and (min-width:600px) {
    .comment-reply-link {
        position: absolute;
        right: 0;
        top: -50px
    }
}

input[type=checkbox]::-ms-check {
    color: transparent
}

@media only screen and (max-width:767px) {
    .comments-area .comment-author {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        width: 60px;
        height: 60px
    }
}

.dark .comments-area {
    background: #1b1d38
}

.dark .comments-area .comment-metadata .author {
    color: #fff
}

.dark .comments-area p {
    color: #e1e1e1
}

.dark .comments-area h1,
.dark .comments-area h2,
.dark .comments-area h3,
.dark .comments-area h4,
.dark .comments-area h5,
.dark .comments-area h6 {
    color: #fff
}

.dark .comments-area .comment-reply-link {
    border-color: #25284a
}

.dark .comment-respond label {
    color: #fff
}

.dark .comment-respond .form-control {
    background: #1b1d38;
    border-color: #25284a
}

.widget {
    margin-bottom: 60px
}

.widget select {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: .4em .8em;
    outline: 0
}

.widget ol,
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget .widget-title-area {
    position: relative
}

.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #293b5f
}

.widget pre {
    padding: .5em
}

.widget label {
    margin-bottom: 0
}

.widget option {
    padding: .2em 1em
}

.widget input[type=email],
.widget input[type=password],
.widget input[type=search],
.widget input[type=text],
.widget input[type=url],
.widget textarea {
    padding: .5em 1em
}

.widget input[type=email]:focus,
.widget input[type=password]:focus,
.widget input[type=search]:focus,
.widget input[type=text]:focus,
.widget input[type=url]:focus,
.widget textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.sidebar-items .widget {
    margin-bottom: 60px
}

.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar {
    margin: -4px
}

.sidebar-items .widget.bt-instafeed-widget #instafeed-sidebar>.feed-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 4px
}

.sidebar-items .widget-title {
    color: #f94f4f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .175em;
    margin-bottom: 35px;
    text-transform: uppercase
}

.sidebar-items .widget-title img {
    margin-left: 5px
}

.sidebar-items>.widget:last-of-type {
    margin-bottom: 0
}

@media only screen and (max-width:991px) {

    .widget-title+div,
    .widget-title+ol,
    .widget-title+select,
    .widget-title+ul {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {

    .widget-title+div,
    .widget-title+ol,
    .widget-title+select,
    .widget-title+ul {
        margin-top: 25px
    }
}

.widget .expand-margin.widget-title {
    cursor: pointer
}

.widget .expand-margin.widget-title:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    width: 23px;
    height: 23px;
    border: 2px solid;
    text-align: center;
    font-size: 13px;
    border-radius: 50px;
    line-height: 22px
}

.widget .expand-margin.expand.widget-title:after {
    content: "\f068"
}

.widget-post-list .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent
}

.widget-post-list .post>.thumb-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    overflow: hidden;
    position: relative
}

.widget-post-list .post .content-entry-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 15px;
    text-align: left
}

.widget-post-list .post .content-entry-wrap .entry-meta-content {
    display: block;
    margin-bottom: 0
}

.widget-post-list .post .entry-title {
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 18px
}

.widget-post-list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    padding-left: 20px;
    margin-top: 15px
}

.widget-post-list li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #1d1556;
    position: absolute;
    top: 5px;
    left: 0
}

.widget-content img {
    display: block
}

.widget_archive ul li,
.widget_categories ul li,
.widget_layered_nav ul li {
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    color: #293b5f;
    line-height: 1em;
    font-weight: 500;
    padding-top: 25px;
    -webkit-transition: all .25s ease-in 0s;
    transition: all .25s ease-in 0s;
    position: relative;
    overflow: hidden
}

.widget_archive ul li ul,
.widget_categories ul li ul,
.widget_layered_nav ul li ul {
    padding-left: 15px
}

.widget_archive ul li .count,
.widget_categories ul li .count,
.widget_layered_nav ul li .count {
    float: right;
    color: #727272
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_layered_nav ul li a:hover {
    color: #f94f4f
}

.widget_archive ul li a:hover .count,
.widget_categories ul li a:hover .count,
.widget_layered_nav ul li a:hover .count {
    color: #f94f4f
}

.widget_archive ul>li:first-child,
.widget_categories ul>li:first-child,
.widget_layered_nav ul>li:first-child {
    border: 0 none;
    padding-top: 0 !important;
    margin-top: 0 !important
}

.widget_archive .bsm-select-wrapper li,
.widget_categories .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
    padding-top: 0 !important;
    margin-top: 0 !important
}

.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
    margin-bottom: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500
}

.widget_archive .bsm-select-wrapper span.caret,
.widget_categories .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
    right: 15px
}

.widget_archive .bsm-select-wrapper .bsm-dropdown-content li>a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li>span,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li>a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li>span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li>a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li>span {
    font-size: 14px;
    color: inherit;
    display: block;
    line-height: 30px;
    padding: 10px 16px
}

.widget_categorie li .count:after {
    content: ")";
    position: relative;
    left: 0
}

.widget_text .bsm-select-wrapper li {
    padding-top: 0 !important;
    margin-top: 0 !important
}

.widget_text .bsm-select-wrapper input.select-dropdown {
    margin-bottom: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500
}

.widget_text .bsm-select-wrapper span.caret {
    right: 15px
}

.widget_text .bsm-select-wrapper .bsm-dropdown-content li>a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li>span {
    font-size: 14px;
    color: inherit;
    display: block;
    line-height: 30px;
    padding: 10px 16px
}

.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_product_categories a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0
}

.widget_nav_menu .menu a .fa {
    display: none
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_product_categories,
.widget_recent_comments,
.widget_recent_entries {
    font-size: 15px
}

@media only screen and (max-width:767px) {

    .widget_links,
    .widget_meta,
    .widget_nav_menu,
    .widget_pages,
    .widget_product_categories,
    .widget_recent_comments,
    .widget_recent_entries {
        font-size: 14px
    }
}

.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_product_categories a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
    text-decoration: none
}

.widget_links a:focus,
.widget_links a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_product_categories a:focus,
.widget_product_categories a:hover,
.widget_recent_comments a:focus,
.widget_recent_comments a:hover,
.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
    color: #f94f4f
}

.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0
}

.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    padding: 8px 0;
    border-bottom: 0 none;
    line-height: 1.25em
}

.widget_links>ul,
.widget_meta>ul,
.widget_nav_menu>ul,
.widget_pages>ul,
.widget_product_categories>ul,
.widget_recent_comments>ul,
.widget_recent_entries>ul {
    position: relative
}

.widget_links ul>li:first-child,
.widget_meta ul>li:first-child,
.widget_nav_menu ul>li:first-child,
.widget_pages ul>li:first-child,
.widget_product_categories ul>li:first-child,
.widget_recent_comments ul>li:first-child,
.widget_recent_entries ul>li:first-child {
    margin-top: 0;
    padding-top: 3px;
    border-top: 0 none
}

.widget_links ul>li:last-child,
.widget_meta ul>li:last-child,
.widget_nav_menu ul>li:last-child,
.widget_pages ul>li:last-child,
.widget_product_categories ul>li:last-child,
.widget_recent_comments ul>li:last-child,
.widget_recent_entries ul>li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.widget .menu {
    position: relative
}

.widget .menu>li:first-child {
    border-top: 0 none;
    padding-top: 0
}

.widget .menu .sub-menu {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
    border: 0;
    margin: 0 0 0 1em
}

.widget_recent_entries .post-date {
    display: block
}

.bt-socail-widget .widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bt-socail-widget .widget-content>.bt-socail-profile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    padding: .5px;
    -webkit-transition: all .25s;
    transition: all .25s
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon {
    display: block;
    color: #fff;
    min-height: 80px;
    padding: 13px 5px
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon.bt-facebook-icon {
    background-color: #39579a
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon.bt-google-plus-icon {
    background-color: #d94830
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon.bt-twitter-icon {
    background-color: #0c9ef5
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon.bt-youtube-icon {
    background-color: #e21c00
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon.bt-instagram-icon {
    background-color: #4e54d3
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon.bt-vimeo-icon {
    background-color: #1ab1f0
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon.bt-pinterest-icon {
    background-color: #b00000
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon.bt-soundcloud-icon {
    background-color: #f80
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon>span {
    display: block;
    line-height: 15px
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon .social-icon {
    line-height: 15px;
    margin-bottom: 8px
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon .bt-count {
    font-weight: 600;
    font-size: 12px
}

.bt-socail-widget .widget-content>.bt-socail-profile>.icon .bt-media-type {
    font-size: 11px
}

.bt-socail-widget .widget-content>.bt-socail-profile:hover {
    opacity: .8
}

.bt-instafeed-widget {
    position: relative
}

.bt-instafeed-widget .instafeed-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.bt-instafeed-widget .instafeed-heading .heading {
    background-color: #283a60;
    text-align: center;
    padding: 13px 30px 17px;
    border-radius: 15px
}

.bt-instafeed-widget .instafeed-heading .heading h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.9em;
    color: #fff
}

.bt-instafeed-widget .instafeed-heading .heading h4 span {
    display: block;
    font-size: 24px;
    text-transform: none;
    text-transform: capitalize
}

.bt-instafeed-widget #instafeed,
.bt-instafeed-widget #instafeed-sidebar {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.bt-instafeed-widget #instafeed-sidebar>.feed-item,
.bt-instafeed-widget #instafeed>.feed-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

@media only screen and (max-width:991px) {

    .bt-instafeed-widget #instafeed-sidebar>.feed-item,
    .bt-instafeed-widget #instafeed>.feed-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.bt-instafeed-widget #instafeed-sidebar>.feed-item a,
.bt-instafeed-widget #instafeed>.feed-item a {
    display: block
}

.bt-instafeed-widget #instafeed-sidebar>.feed-item img,
.bt-instafeed-widget #instafeed>.feed-item img {
    width: 100%;
    -webkit-transition: all .25s;
    transition: all .25s
}

.bt-instafeed-widget #instafeed-sidebar>.feed-item:hover img,
.bt-instafeed-widget #instafeed>.feed-item:hover img {
    opacity: .9
}

.bt-about-footer-widget {
    font-size: 15px;
    padding-right: 20px
}

@media only screen and (max-width:767px) {
    .bt-about-footer-widget {
        font-size: 14px
    }
}

.bt-about-footer-widget .about-logo {
    margin-bottom: 20px
}

.bt-about-footer-widget .about-logo a {
    display: block
}

.bt-about-footer-widget .about-logo img {
    display: inline-block
}

.bt-about-footer-widget p {
    line-height: 1.7em
}

@media only screen and (max-width:991px) {
    .bt-about-footer-widget p {
        text-align: center
    }
}

.widget-business-hours .widget-content>h4 {
    color: #293b5f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px
}

.widget-business-hours .widget-content>ul {
    font-size: 15px;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .widget-business-hours .widget-content>ul {
        font-size: 14px
    }
}

.widget-business-hours .widget-content>ul li {
    margin: 15px 0;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .widget-business-hours .widget-content>ul li {
        margin: 10px 0
    }
}

.widget-business-hours .widget-content>ul li>span {
    float: right;
    display: inline-block;
    padding-left: 15px
}

.social-share-widget .footer-social li a:hover {
    background-color: #293b5f !important;
    -webkit-box-shadow: 3px 3px 11px rgba(34, 35, 141, .25);
    box-shadow: 3px 3px 11px rgba(34, 35, 141, .25)
}

.tb-subscribe-widget .subscribe-form {
    font-size: 15px
}

@media only screen and (max-width:767px) {
    .tb-subscribe-widget .subscribe-form {
        font-size: 14px
    }
}

.tb-subscribe-widget .subscribe-form .form-group {
    margin-bottom: 30px
}

.tb-subscribe-widget .subscribe-form .form-group label {
    display: block
}

.tb-subscribe-widget .subscribe-form .form-group input[type=email] {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    padding: 0 0 14px !important;
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tb-subscribe-widget .subscribe-form .form-group input[type=email] {
        width: 70%
    }
}

.tb-subscribe-widget .subscribe-form .form-group input[type=email]:focus {
    color: #293b5f
}

.widget_rss ul {
    list-style: none;
    margin: 0
}

.widget_rss ul:last-child {
    margin-bottom: 0
}

.widget_rss li {
    margin-bottom: 1.6em;
    padding-bottom: 25px
}

.widget_rss li:last-child {
    margin-bottom: 0
}

.widget_rss li .rssSummary {
    margin: 5px 0;
    line-height: 1.75em
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700
}

.widget_rss .rsswidget img {
    margin-top: -4px
}

.widget_rss .rss-date,
.widget_rss cite {
    font-size: .8em;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: .8
}

.widget_rss>p {
    position: relative
}

#wp-calendar caption {
    font-weight: 600
}

#wp-calendar td,
#wp-calendar th {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd
}

.widget_product_search .input-group .form-controller,
.widget_search .input-group .form-controller {
    display: table-cell;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    padding: 5px 15px;
    height: 32px;
    margin-bottom: 0;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-color: #e1e1e1
}

.widget_product_search button,
.widget_product_search input[type=button],
.widget_product_search input[type=reset],
.widget_product_search input[type=submit],
.widget_search button,
.widget_search input[type=button],
.widget_search input[type=reset],
.widget_search input[type=submit] {
    border-radius: 0;
    padding: .75em 1em
}

.widget_product_search .btn-search i,
.widget_search .btn-search i {
    position: relative;
    top: -1px;
    vertical-align: middle
}

.widget_product_search .btn.btn-default,
.widget_search .btn.btn-default {
    border: 1px solid #e1e1e1
}

.tagcloud a {
    font-size: inherit !important;
    background: #e51681;
    padding: 10px 20px;
    font-size: 15px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff
}

.widget_gallery .gallery-content img {
    width: 100%;
    margin-bottom: 30px
}

.dark .widget_archive ul li,
.dark .widget_categories ul li,
.dark .widget_layered_nav ul li {
    color: #e1e1e1
}

.site-footer .footer-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.site-footer .footer-menu>li {
    display: inline-block
}

.site-footer .footer-menu>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    display: block
}

@media only screen and (max-width:1199px) {
    .site-footer .footer-menu>li>a {
        padding: 0 15px
    }
}

.site-footer .footer-menu>li>a:hover {
    color: #f94f4f
}

.site-footer .footer-menu>li:last-child>a {
    padding-right: 0
}

@media only screen and (max-width:991px) {
    .site-footer .footer-menu.text-right {
        text-align: center !important;
        padding-top: 15px
    }

    .site-footer .footer-menu>li>a {
        font-size: 12px;
        padding: 0 10px
    }

    .site-footer .footer-menu>li:last-child>a {
        padding-right: 10px
    }
}

.site-footer .footer-social {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-left: -10px
}

@media only screen and (max-width:991px) {
    .site-footer .footer-social {
        margin-left: 0
    }
}

.site-footer .footer-social li {
    display: inline-block;
    margin-right: 5px
}

.site-footer .footer-social li a {
    font-size: 15px;
    display: block;
    color: #727272;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px
}

.site-footer .footer-social li a:hover {
    background-color: #f94f4f;
    color: #fff
}

.site-footer .footer-social.color-white {
    padding-bottom: 30px
}

.site-footer .footer-social.color-white li>a {
    color: #fff
}

.site-footer.bg-blue-violet .footer-social li a {
    color: #fff
}

.site-footer.footer-style-one {
    position: relative
}

@media only screen and (max-width:1366px) {
    .site-footer.footer-style-one.pd-t-240 {
        padding-top: 210px
    }

    .site-footer.footer-style-one.pd-b-195 {
        padding-bottom: 150px
    }
}

@media only screen and (max-width:1199px) {
    .site-footer.footer-style-one.pd-t-240 {
        padding-top: 180px
    }

    .site-footer.footer-style-one.pd-b-195 {
        padding-bottom: 90px
    }

    .site-footer.footer-style-one .newsletter-block.mrb-90 {
        margin-bottom: 70px
    }
}

@media only screen and (max-width:767px) {
    .site-footer.footer-style-one.pd-t-240 {
        padding-top: 130px
    }

    .site-footer.footer-style-one.pd-b-195 {
        padding-bottom: 60px
    }
}

.site-footer.footer-style-one .copyright-text {
    text-align: center;
    padding-top: 28px
}

@media only screen and (max-width:767px) {
    .site-footer.footer-style-one .copyright-text {
        padding-top: 20px
    }
}

@media only screen and (max-width:991px) {
    .site-footer .footer-bottom-area.pd-t-40 {
        padding-top: 20px
    }

    .site-footer .widget {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .site-footer.pd-b-70 {
        padding-bottom: 40px
    }

    .site-footer .footer-bottom-area .footer-logo,
    .site-footer .footer-bottom-area .footer-social.text-right {
        text-align: center !important
    }

    .site-footer .footer-bottom-area .footer-logo {
        margin-bottom: 25px
    }
}

.copyright-text {
    margin-bottom: 0;
    font-size: 15px;
    text-align: right
}

@media only screen and (max-width:767px) {
    .copyright-text {
        font-size: 14px
    }
}

.copyright-text>a,
.copyright-text>p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.copyright-text a {
    display: inline-block;
    padding-left: 5px;
    color: #f94f4f
}

.copyright-text a:hover {
    color: #eaad11
}

@media only screen and (max-width:991px) {

    .copyright-text>a,
    .copyright-text>p {
        display: block
    }

    .copyright-text.text-left {
        text-align: center !important
    }
}

.waves-effect {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover
}

.waves-effect.top {
    top: -1px;
    height: 185px
}

.waves-effect.bottom {
    bottom: -1px;
    height: 175px
}

.footer-bottom-block {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .site-footer.footer-default-style .instagram-widget-area {
        padding: 0
    }

    .site-footer.footer-default-style .footer-widget-area .row>[class*=col-] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        -webkit-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%
    }
}

@media only screen and (max-width:1199px) {
    .site-footer.footer-default-style .instagram-widget-area {
        padding: 0
    }
}

@media only screen and (max-width:991px) {
    .site-footer.footer-default-style .widget-business-hours .widget-content>ul li>span {
        float: none
    }
}

@media only screen and (max-width:767px) {
    .site-footer .footer-social {
        margin-bottom: 10px
    }

    .site-footer .copyright-text,
    .site-footer .footer-social {
        text-align: center
    }
}