/* Minification failed. Returning unminified contents.
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*!
 * Bootstrap v4.1.3 (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;
}

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

html {
    
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

body {
    margin: 0;
    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: 0.5rem;
}

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

abbr[title],
abbr[data-original-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;
}

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

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        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]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

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

pre,
code,
kbd,
samp {
    font-size: 1em;
}

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

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -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: 0.5rem;
    
    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, 0.1);
}

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

mark,
.mark {
    padding: 0.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: 0.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: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

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

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

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.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: -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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -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%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.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 th,
.table-sm td {
    padding: 0.3rem;
}

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
    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 > th,
.table-secondary > td {
    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 > th,
.table-success > td {
    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 > th,
.table-info > td {
    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 > th,
.table-warning > td {
    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 > th,
.table-danger > td {
    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 > th,
.table-light > td {
    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 > th,
.table-dark > td {
    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 > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

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

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 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 th,
    .table-dark td,
    .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, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.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%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.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 0.2rem rgba(0, 123, 255, 0.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:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

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

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

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

textarea.form-control {
    height: auto;
}

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

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

.form-row {
    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: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

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

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

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

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

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

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

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control: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,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

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

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

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

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

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

    .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
        border-color: inherit;
    }

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

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

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

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

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

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

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control: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,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

    .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
        border-color: inherit;
    }

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

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

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

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

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

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -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,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: 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: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: 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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

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

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

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

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

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

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

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

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(0, 123, 255, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(108, 117, 125, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(248, 249, 250, 0.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 0.2rem rgba(52, 58, 64, 0.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 0.2rem rgba(52, 58, 64, 0.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;
        pointer-events: none;
    }

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

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

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

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

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

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
    margin: 0.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, 0.15);
    border-radius: 0.25rem;
}

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

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

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

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

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

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

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

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

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

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

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

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

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

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

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

    .dropdown-item:hover, .dropdown-item:focus {
        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: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

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

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

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

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

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -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:not(:last-child):not(.dropdown-toggle),
    .btn-group-vertical > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:not(:first-child),
    .btn-group-vertical > .btn-group:not(:first-child) > .btn {
        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="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

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

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

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

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

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

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

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

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -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::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

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

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

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

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

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.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: 0.25rem;
}

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

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
    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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
    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: -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 0.2rem rgba(0, 123, 255, 0.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 {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        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: 0.25rem;
        left: -1.5rem;
        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: 0.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, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.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, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.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 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
    }

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

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.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: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.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-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .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: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }

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

    .custom-range:focus {
        outline: none;
    }

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

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

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

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

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

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

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

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

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

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

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

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

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

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.nav {
    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: 0.5rem 1rem;
}

    .nav-link:hover, .nav-link:focus {
        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: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            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: 0.25rem;
}

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

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

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

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

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

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -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: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

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

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

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

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

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

@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

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

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

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

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

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

@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

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

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

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

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

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

@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

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

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

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

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

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

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -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 {
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 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, 0.5);
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.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, 0.5);
}

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

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -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, 0.125);
    border-radius: 0.25rem;
}

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

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

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

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.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: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

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

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

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

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

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

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -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-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    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-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

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

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

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

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.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-img-top,
                .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-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.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;
        orphans: 1;
        widows: 1;
    }

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

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

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.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: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

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

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

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

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

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.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: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .badge:empty {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.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: 0.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: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

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

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.list-group {
    display: -ms-flexbox;
    display: flex;
    -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:hover, .list-group-item-action:focus {
        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: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

    .list-group-item:hover, .list-group-item:focus {
        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:hover, .list-group-item-primary.list-group-item-action:focus {
        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:hover, .list-group-item-secondary.list-group-item-action:focus {
        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:hover, .list-group-item-success.list-group-item-action:focus {
        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:hover, .list-group-item-info.list-group-item-action:focus {
        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:hover, .list-group-item-warning.list-group-item-action:focus {
        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:hover, .list-group-item-danger.list-group-item-action:focus {
        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:hover, .list-group-item-light.list-group-item-action:focus {
        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:hover, .list-group-item-dark.list-group-item-action:focus {
        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:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

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

.modal-open {
    overflow: hidden;
}

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

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

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

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

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

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

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

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -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, 0.2);
    border-radius: 0.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: 0.5;
    }

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

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

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -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-dialog-centered::before {
            height: calc(100vh - (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-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: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 0.8rem;
        height: 0.4rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

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

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

    .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
        bottom: calc((0.5rem + 1px) * -1);
    }

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

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


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

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

    .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
        left: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

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

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


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

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

    .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
        top: calc((0.5rem + 1px) * -1);
    }

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

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


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

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

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

    .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
        right: calc((0.5rem + 1px) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

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

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


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

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

    .popover-header:empty {
        display: none;
    }

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

.carousel {
    position: relative;
}

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

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        transition: none;
    }
}

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

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    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: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

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

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

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.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: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        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 iframe,
    .embed-responsive embed,
    .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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -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;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

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

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

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

.justify-content-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
    -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

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

    .flex-sm-column-reverse {
        -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;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

    .align-items-sm-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

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

    .flex-md-column-reverse {
        -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;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

    .justify-content-md-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

    .align-items-md-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

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

    .flex-lg-column-reverse {
        -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;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

    .align-items-lg-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

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

    .flex-xl-column-reverse {
        -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;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

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

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

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

    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

    .align-items-xl-stretch {
        -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;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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-monospace {
}

.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:hover, a.text-primary:focus {
    color: #0062cc !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

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

a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
}

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

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

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

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

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

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !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 {
    *,
    *::before,
    *::after {
        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;
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        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 th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

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

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
/*# sourceMappingURL=bootstrap.css.map */

/*!
 *  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 PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: 'FontAwesome' !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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: 0.14285714em;
    text-align: center;
}

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    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;
}
/* Deprecated as of 4.4.0 */
.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(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

@charset "UTF-8";
/* ------------------------
	Genenal
------------------------ */
html {
    font-size: 15px;
}

body {
    color: #444;
}

    body * {
        font-family: Montserrat, san-serif !important;
    }

textarea:focus,
input:focus,
button:focus,
select:focus {
    outline: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

p {
    line-height: 1.7;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover, a:active {
    text-decoration: none;
}

a.no-color, a.no-color:hover, a.no-color:active {
    color: inherit;
}

ul, ul.no-style, ul.no-style ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.items-inline-block li {
        display: inline-block;
    }

    ul.items-inline li {
        display: inline;
    }

::-webkit-input-placeholder {
    color: #888;
}

::-ms-input-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

::placeholder {
    color: #888;
}

[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-size: inherit;
    margin: 0;
}

.col-auto {
    max-width: 100% !important;
}

.row.gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.gutter-5 > .col,
    .row.gutter-5 > [class^="col"] {
        padding-left: 5px;
        padding-right: 5px;
    }

.row.gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.gutter-10 > .col,
    .row.gutter-10 > [class^="col"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.flex-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 1230px) {
    .container {
        max-width: 1200px;
    }
}

#wrapper {
    position: relative;
    overflow: hidden;
}

.color-inverse,
.hover-color-inverse:hover {
    color: white;
}

    .color-inverse p,
    .hover-color-inverse:hover p {
        color: #fafafa;
    }

.color-white,
.active-color-white.active,
.hover-color-white:hover,
.before-color-white:before,
.after-color-white:after {
    color: white !important;
}

.background-white,
.active-background-white.active,
.hover-background-white:hover,
.before-background-white:before,
.after-background-white:after {
    background-color: white !important;
}

.border-white,
.active-border-white.active,
.hover-border-white:hover,
.before-border-white:before,
.after-border-white:after {
    border-color: white !important;
}

.color-black,
.active-color-black.active,
.hover-color-black:hover,
.before-color-black:before,
.after-color-black:after {
    color: black !important;
}

.background-black,
.active-background-black.active,
.hover-background-black:hover,
.before-background-black:before,
.after-background-black:after {
    background-color: black !important;
}

.border-black,
.active-border-black.active,
.hover-border-black:hover,
.before-border-black:before,
.after-border-black:after {
    border-color: black !important;
}

.color-dark,
.active-color-dark.active,
.hover-color-dark:hover,
.before-color-dark:before,
.after-color-dark:after {
    color: #222 !important;
}

.background-dark,
.active-background-dark.active,
.hover-background-dark:hover,
.before-background-dark:before,
.after-background-dark:after {
    background-color: #222 !important;
}

.border-dark,
.active-border-dark.active,
.hover-border-dark:hover,
.before-border-dark:before,
.after-border-dark:after {
    border-color: #222 !important;
}

.background-none {
    background: transparent !important;
}

.background-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.background-left-top,
.background-top-left {
    background-position: left top;
}

.background-left-center,
.background-center-left {
    background-position: left center;
}

.background-left-bottom,
.background-bottom-left {
    background-position: left bottom;
}

.background-center-top,
.background-top-center {
    background-position: center top;
}

.background-center,
.background-center-center {
    background-position: center center;
}

.background-center-left {
    background-position: center bottom;
}

.background-right-top,
.background-top-right {
    background-position: right top;
}

.background-right-center,
.background-center-right {
    background-position: right center;
}

.background-right-bottom,
.background-bottom-right {
    background-position: right bottom;
}

.rounded-elipse {
    border-radius: 50%;
}

.rounded-capsule {
    border-radius: 2000px;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-800 {
    font-weight: 800;
}

.animate-100 {
    -webkit-transition: .1s;
    transition: .1s;
}

.animate-200 {
    -webkit-transition: .2s;
    transition: .2s;
}

.animate-300 {
    -webkit-transition: .3s;
    transition: .3s;
}

.animate-400 {
    -webkit-transition: .4s;
    transition: .4s;
}

.animate-500 {
    -webkit-transition: .5s;
    transition: .5s;
}

.animate-600 {
    -webkit-transition: .6s;
    transition: .6s;
}

.animate-700 {
    -webkit-transition: .7s;
    transition: .7s;
}

.animate-800 {
    -webkit-transition: .8s;
    transition: .8s;
}

.animate-900 {
    -webkit-transition: .9s;
    transition: .9s;
}

.animate-1000 {
    -webkit-transition: 1s;
    transition: 1s;
}

/* ------------------------
	Components
------------------------ */
.list-style-1 {
    padding: 0;
    margin: 0 0 30px;
}

    .list-style-1 li {
        list-style: none;
        margin-bottom: 10px;
    }

        .list-style-1 li:before {
            content: "\f054";
            font-family: 'fontawesome';
            margin-right: 8px;
            font-size: 11px;
            font-weight: bold;
            color: #444;
        }

.list-style-2 {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

    .list-style-2 li {
        margin-bottom: 10px;
    }

        .list-style-2 li .custom-dot {
            display: inline-block;
            vertical-align: middle;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-right: 10px;
        }

.input-styled {
    font-size: 13px;
    padding: 14px 25px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: none;
}

.form-group .input-styled {
    display: block;
    width: 100%;
}

select.input-styled,
input.input-styled {
    height: 50px;
}

.button, .btn {
    padding: 14px 48px;
    outline: none;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    border: 1px solid;
    border-color: transparent;
    color: #444;
}

.button-default, .btn-default {
    background: white;
    border-color: #bbb;
    color: #444;
}

    .button-default:hover, .btn-default:hover {
        background: #feb500;
        border-color: #feb500;
        color: #fff;
    }

.button-inverse,
.button-inverse:hover {
    background: transparent;
    color: white;
    border-color: white;
}

.button-white,
.button-white:hover {
    background: white;
    border-color: transparent;
    color: #444;
}

.button-red {
    background-color: #e53333;
    color: white;
}

.button-circle {
    border-radius: 50% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50px;
}

.button-block {
    display: block;
    width: 100%;
}

.btn-gyellow {
    color: #fff;
    background-color: #ecae3d;
}

.btn.btn-border.white {
    color: #fff;
    border-color: #fff;
}
/* button sizes
 ------------------------------ */
.btn.btn-tiny {
    font-size: 12px;
    padding: 5px 10px;
}

.btn.btn-small {
    font-size: 14px;
    padding: 10px 20px;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 15px 35px;
}

.btn.btn-large {
    font-size: 20px;
    padding: 20px 50px;
}
/* button ratius
 ------------------------------ */
.btn.round {
    border-radius: 4px;
}

.btn.xround-1 {
    border-radius: 10px;
}

.btn.xround-2 {
    border-radius: 20px;
}

.btn.xround-3 {
    border-radius: 30px;
}

.btn.xround-4 {
    border-radius: 40px;
}

.btn.xround-5 {
    border-radius: 50px;
}

.btn.xround-6 {
    border-radius: 60px;
}

.btn.xround-7 {
    border-radius: 70px;
}

/* button borders
 ------------------------------ */

.btn.borders {
    border: 1px solid;
}

    .btn.borders.border-2x {
        border: 2px solid;
    }

    .btn.borders.border-3x {
        border: 3px solid;
    }

    .btn.borders.border-4x {
        border: 4px solid;
    }

    .btn.borders.border-5x {
        border: 5px solid;
    }

    .btn.borders.light {
        border-color: #e9e9e9;
    }

    .btn.borders.xdark {
        border-color: #101010;
    }

    .btn.borders.border-light {
        border-color: #e9e9e9;
    }

    .btn.borders.dark {
        color: #101010;
        border-color: #101010;
    }

    .btn.borders.border-xdark {
        color: #000;
        border-color: #000;
    }

    .btn.borders.border-cyan {
        color: #01bf9d;
        border-color: #01bf9d;
    }

    .btn.borders.border-green {
        color: #1fcf6d;
        border-color: #1fcf6d;
    }

    .btn.borders.border-blue {
        color: #5babe6;
        border-color: #5babe6;
    }

    .btn.borders.border-violet {
        color: #9c56b9;
        border-color: #9c56b9;
    }

    .btn.borders.border-yellow {
        color: #f3c500;
        border-color: #f3c500;
    }

    .btn.borders.border-orange {
        color: #e87e04;
        border-color: #e87e04;
    }

    .btn.borders.border-red {
        color: #ea4b35;
        border-color: #ea4b35;
    }

    .btn.borders.border-grey {
        color: #bec3c7;
        border-color: #bec3c7;
    }


/* button text colors
 ------------------------------ */

.btn.text-blue {
    color: #46a3e7;
}

.btn.btn-dark {
    background-color: #101010;
    color: #727272;
}

    .btn.btn-dark:hover {
        background-color: #3e3e3e;
        color: #fff;
    }

.btn.btn-white {
    background-color: #fff;
    color: #242424;
}

    .btn.btn-white:hover {
        background-color: #f6f6f6;
        color: #242424;
    }

.btn.btn-cyan {
    background-color: #01bf9d;
    color: #fff;
}

.btn.-btn-cyan:hover {
    background-color: #03b595;
    color: #fff;
}

.btn.btn-cyan-dark {
    background-color: #01a185;
    color: #fff;
}

.btn.-btn-cyan-dark:hover {
    background-color: #019a7f;
    color: #fff;
}

.btn.btn-green {
    background-color: #1fcf6d;
    color: #fff;
}

.btn.-btn-green:hover {
    background-color: #1bc466;
    color: #fff;
}

.btn.btn-green-dark {
    background-color: #1aaf5d;
    color: #fff;
}

.btn.-btn-green-dark:hover {
    background-color: #16a456;
    color: #fff;
}

.btn.btn-blue {
    background-color: #4ea6e6;
    color: #fff;
}

.btn.-btn-blue:hover {
    background-color: #479edf;
    color: #fff;
}

.btn.btn-blue-dark {
    background-color: #217fbc;
    color: #fff;
}

.btn.-btn-blue-dark:hover {
    background-color: #1c78b4;
    color: #fff;
}

.btn.btn-violet {
    background-color: #9c56b9;
    color: #fff;
}

.btn.-btn-violet:hover {
    background-color: #9651b3;
    color: #fff;
}

.btn.btn-violet-dark {
    background-color: #8f3fb0;
    color: #fff;
}

.btn.-btn-violet-dark:hover {
    background-color: #893ba9;
    color: #fff;
}

.btn.btn-cello {
    background-color: #334960;
    color: #fff;
}

.btn.-btn-cello:hover {
    background-color: #30455b;
    color: #fff;
}

.btn.btn-cello-dark {
    background-color: #2d3e52;
    color: #fff;
}

.btn.-btn-cello-dark:hover {
    background-color: #28394d;
    color: #fff;
}

.btn.btn-yellow {
    background-color: #f3c500;
    color: #fff;
}

.btn.-btn-yellow:hover {
    background-color: #ebbf01;
    color: #fff;
}

.btn.btn-yellow-dark {
    background-color: #f59c00;
    color: #fff;
}

.btn.-btn-yellow-dark:hover {
    background-color: #ef9901;
    color: #fff;
}

.btn.btn-orange {
    background-color: #e87e04;
    color: #fff;
}

.btn.-btn-orange:hover {
    background-color: #e27b04;
    color: #fff;
}

.btn.btn-orange-dark {
    background-color: #d65400;
    color: #fff;
}

.btn.-btn-orange-dark:hover {
    background-color: #cf5303;
    color: #fff;
}

.btn.btn-red {
    background-color: #ea4b35;
    color: #fff;
}

.btn.-btn-red:hover {
    background-color: #e44630;
    color: #fff;
}

.btn.btn-red-dark {
    background-color: #c43926;
    color: #fff;
}

.btn.-btn-red-dark:hover {
    background-color: #bd3522;
    color: #fff;
}

.btn.btn-grey {
    background-color: #e8ebec;
    color: #101010;
}

.btn.-btn-grey:hover {
    background-color: #bd3522;
    color: #101010;
}

.btn.btn-grey-dark {
    background-color: #bec3c7;
    color: #fff;
}

.btn.-btn-grey-dark:hover {
    background-color: #babfc3;
    color: #fff;
}

.btn.btn-grey-dark {
    background-color: #bec3c7;
    color: #fff;
}

.btn.-btn-grey-dark:hover {
    background-color: #babfc3;
    color: #fff;
}
/* button animation 1
 ------------------------------ */

.btn.btn-3d {
    border-bottom: 5px solid rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease-out 0s;
}

/* button animation 1
 ------------------------------ */
.btn.btn-anim-1 {
    overflow: hidden;
    position: relative;
}

    .btn.btn-anim-1 i {
        position: absolute;
        display: block;
        height: 100%;
        left: -44px;
        line-height: 53px;
        margin: 0;
        text-align: center;
        top: 0;
        width: 40px;
        transition: all 0.3s ease-out 0s;
    }

    .btn.btn-anim-1 span {
        position: relative;
        display: inline-block;
        left: 0px;
        transition: all 0.3s ease-out 0s;
    }

.btn:hover.btn-anim-1 i {
    left: 0px;
}

.btn:hover.btn-anim-1 span {
    left: 20px;
}

/* button animation 2
 ------------------------------ */
.btn.btn-anim-2 {
    overflow: hidden;
    position: relative;
}

    .btn.btn-anim-2 i {
        position: absolute;
        display: block;
        height: 100%;
        line-height: 53px;
        margin: 0;
        text-align: center;
        top: -55px;
        left: 0px;
        width: 40px;
        transition: all 0.3s ease-out 0s;
    }

    .btn.btn-anim-2 span {
        position: relative;
        display: inline-block;
        left: 0px;
        transition: all 0.3s ease-out 0s;
    }

.btn:hover.btn-anim-2 i {
    top: 0px;
}

.btn:hover.btn-anim-2 span {
    left: 20px;
}

/* button animation 3
 ------------------------------ */
.btn.btn-anim-3 {
    overflow: hidden;
    position: relative;
}

    .btn.btn-anim-3 i {
        position: absolute;
        display: block;
        line-height: 53px;
        margin: 0;
        text-align: center;
        top: 40px;
        font-style: normal;
        transition: all 0.3s ease-out 0s;
    }

    .btn.btn-anim-3 span {
        position: relative;
        display: inline-block;
        top: 0px;
        transition: all 0.3s ease-out 0s;
    }

    .btn.btn-anim-3:hover i {
        top: 0px;
    }

    .btn.btn-anim-3:hover span {
        top: -40px;
    }

/* button animation 4
 ------------------------------ */
.btn.btn-anim-4 {
    overflow: hidden;
    position: relative;
}

    .btn.btn-anim-4 i {
        position: absolute;
        display: inline-block;
        line-height: 53px;
        left: 250px;
        top: 0px;
        text-align: center;
        font-style: normal;
        transition: all 0.3s ease-out 0s;
    }

    .btn.btn-anim-4 span {
        position: relative;
        display: inline-block;
        left: 0px;
        transition: all 0.3s ease-out 0s;
    }

    .btn.btn-anim-4:hover i {
        left: 30px;
    }

    .btn.btn-anim-4:hover span {
        left: -250px;
    }

.space-button a {
    margin: 5px;
}

.thumbnail {
    display: block;
    overflow: hidden;
}

    .thumbnail a,
    .thumbnail img {
        display: block;
        width: 100%;
    }

    .thumbnail.animate-zoom img {
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .thumbnail.animate-zoom:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.thumbnail-rounded {
    border-radius: 3px;
}

.overlay-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.masonry-5-columns .masonry-sizer,
.masonry-5-columns .masonry-item {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .masonry-5-columns .masonry-sizer,
    .masonry-5-columns .masonry-item {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .masonry-5-columns .masonry-sizer,
    .masonry-5-columns .masonry-item {
        width: 33.333%;
    }

    .masonry-5-columns .masonry-item-width-2x {
        width: 66.667%;
    }
}

@media (min-width: 1200px) {
    .masonry-5-columns .masonry-sizer,
    .masonry-5-columns .masonry-item {
        width: 20%;
    }

    .masonry-5-columns .masonry-item-width-2x {
        width: 40%;
    }

    .masonry-5-columns .masonry-item-width-3x {
        width: 60%;
    }

    .masonry-5-columns .masonry-item-width-4x {
        width: 80%;
    }

    .masonry-5-columns .masonry-item-width-5x {
        width: 100%;
    }
}

.masonry-3-columns .masonry-sizer,
.masonry-3-columns .masonry-item {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .masonry-3-columns .masonry-sizer,
    .masonry-3-columns .masonry-item {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .masonry-3-columns .masonry-sizer,
    .masonry-3-columns .masonry-item {
        width: 33.33%;
    }

    .masonry-3-columns .masonry-item-width-2x {
        width: 66.67%;
    }
}

.masonry-gutter {
    width: 30px;
}

.masonry-item {
    margin-bottom: 30px;
}

.masonry-no-gutter .masonry-gutter {
    width: 0;
}

.masonry-no-gutter .masonry-item {
    margin: 0;
}

.stars-rating {
    font-size: 12px;
}

    .stars-rating span {
        color: #a5a5a5;
    }

    .stars-rating.rating-open span {
        cursor: pointer;
    }

    .stars-rating[data-rate="5"] span {
        color: #fdba0a;
    }

    .stars-rating[data-rate="4"] span:nth-child(-n + 4) {
        color: #fdba0a;
    }

    .stars-rating[data-rate="3"] span:nth-child(-n + 3) {
        color: #fdba0a;
    }

    .stars-rating[data-rate="2"] span:nth-child(-n + 2) {
        color: #fdba0a;
    }

    .stars-rating[data-rate="1"] span:nth-child(-n + 1) {
        color: #fdba0a;
    }

.hidden-search-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
}

    .hidden-search-form .search-form {
        width: 90%;
        max-width: 600px;
        position: absolute;
        top: 30%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .hidden-search-form .form-close {
        display: inline-block;
        color: white;
        font-size: 30px;
        margin-bottom: 25px;
        cursor: pointer;
    }

.search-form .form-group-input {
    border: none;
    font-style: italic;
    font-size: 12px;
    background: #f0f0f0;
    border-radius: 50px 0 0 50px !important;
    height: 56px;
    line-height: 56px;
    padding-left: 25px;
}

.search-form .form-group-button {
    width: 58px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: none;
    border-radius: 0 8px 8px 0 !important;
}

.menu-mobile {
    padding: 15px;
}

    .menu-mobile li {
        padding: 8px 0;
    }

    .menu-mobile a {
        color: #444;
    }

    .menu-mobile .sub-menu {
        margin-left: 15px;
        border: none;
    }

    .menu-mobile li.menu-item-has-children > a:after {
        content: "\f107";
        font-family: 'fontawesome';
        margin-left: 8px;
    }

    .menu-mobile li.menu-item-has-children.expanded > a:after {
        content: "\f106";
    }

.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    border-top: .3em solid transparent;
    border-right: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

li.dropdown.show .dropdown-toggle::after {
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.nav-search {
    text-align: right;
    position: relative;
}

    .nav-search .search-toggle {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding-left: 15px;
        border-left: 1px solid #bbb;
        cursor: pointer;
    }

.page-navi {
    padding: 40px 0;
}

    .page-navi li {
        margin-right: 8px;
        margin-bottom: 8px;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 30px;
        height: 52px;
        line-height: 52px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        background: #f7f7f7;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .page-navi li a,
        .page-navi li span {
            display: block;
            color: #000;
        }

        .page-navi li.page-navi-dots {
            background: transparent;
        }

        .page-navi li.page-navi-number {
            width: 52px;
        }

        .page-navi li.page-navi-text a {
            padding: 0 40px;
        }

#footer .inner-content {
    padding: 50px 0 0px;
}

.copyright {
    background: #f0f0f0;
    color: #444;
    padding: 10px 0;
    font-size: 15px;
}

    .copyright.dark-style {
        background: #020202;
        color: white;
    }

.widget {
    margin-bottom: 65px;
}

.widget-contact-infomation li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

    .widget-contact-infomation li:not(:last-child) {
        background: url(image/dash-x-blue-.png) left bottom repeat-x;
    }

    .widget-contact-infomation li .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 57px;
        flex: 0 0 57px;
        font-size: 32px;
    }

    .widget-contact-infomation li .item-lb {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .widget-contact-infomation li .item-text {
        font-size: 13px;
        color: #666666;
    }

.widget-menu-1 li {
    margin-bottom: 18px;
    font-size: 13px;
}

    .widget-menu-1 li a:before {
        content: "\f054";
        font-family: fontawesome;
        font-size: 10px;
        margin-right: 10px;
    }

.widget-post-item-1 {
    margin-bottom: 25px;
}

    .widget-post-item-1 .thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
        max-width: 75px;
        margin-right: 22px;
    }

    .widget-post-item-1 .post-date {
        text-transform: uppercase;
        font-size: 11px;
        margin: 0 0 10px;
    }

        .widget-post-item-1 .post-date i {
            margin-right: 8px;
        }

    .widget-post-item-1 .post-title {
        font-size: 13px;
        font-weight: 500;
    }

.form-group-with-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .form-group-with-button .form-group-input {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .form-group-with-button .form-group-button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

.article-with-overlay {
    position: relative;
}

    .article-with-overlay .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }

    .article-with-overlay:hover .thumbnail.animate-zoom img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.simple-pagenavi a {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
}

.simple-pagenavi i {
    font-size: 11px;
}

.simple-pagenavi .prev {
    padding-right: 20px;
    text-decoration: none;
}

.simple-pagenavi .next {
    padding-left: 20px;
    text-decoration: none;
}

.coin-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 34px;
    color: white;
    border-radius: 50%;
    position: relative;
}

.social-1 li {
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: white;
    border-radius: 2px;
    color: #444;
}

    .social-1 li a {
        display: block;
    }

.header-1 {
    background: white;
}

    .header-1 .header-top {
        background: #08091a;
    }

    .header-1 .list-contact-infomations {
        color: #bbb;
        font-size: 13px;
    }

        .header-1 .list-contact-infomations li {
            padding: 15px 0;
        }

        .header-1 .list-contact-infomations a {
            display: block;
            padding-right: 50px;
            padding-left: 50px;
            border-left: 1px solid #bbb;
        }

        .header-1 .list-contact-infomations li:first-child a {
            border-left: none;
            padding-left: 0;
        }

        .header-1 .list-contact-infomations i {
            color: #fbd03b;
            margin-right: 8px;
            font-size: 16px;
        }

    .header-1 .main-menu {
        font-size: 14px;
    }

        .header-1 .main-menu ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .header-1 .main-menu li {
            position: relative;
        }

        .header-1 .main-menu a {
            -webkit-transition: .3s;
            transition: .3s;
            color: #666;
        }

        .header-1 .main-menu .menu > li {
            float: left;
        }

            .header-1 .main-menu .menu > li > a {
                font-weight: bold;
                font-size: 14px;
                display: block;
                height: 80px;
                line-height: 80px;
                padding: 0 20px;
            }

        .header-1 .main-menu li.current-menu-item > a,
        .header-1 .main-menu li:hover > a {
            color: #0085d3;
        }

        .header-1 .main-menu .sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 200px;
            opacity: 0;
            visibility: hidden;
            margin-top: 20px;
            -webkit-transition: ease .35s;
            transition: ease .35s;
            z-index: 1100;
            background: white;
            -webkit-box-shadow: 0px 0px 1px #bbb;
            box-shadow: 0px 0px 1px #bbb;
            font-size: 13px;
            font-weight: 500;
            padding: 15px 0;
            border-top: 2px solid #0085d3;
            border-bottom: 2px solid #0085d3;
        }

            .header-1 .main-menu .sub-menu a {
                color: #848484;
                display: block;
                padding: 10px 20px;
            }

                .header-1 .main-menu .sub-menu a:hover {
                    -webkit-transform: translateX(7px);
                    transform: translateX(7px);
                }

            .header-1 .main-menu .sub-menu .sub-menu {
                top: -15px;
                left: 100%;
                margin-top: 0px;
                margin-left: 20px;
            }

            .header-1 .main-menu .sub-menu li.menu-item-has-children > a:after {
                content: '\f105';
                font-family: 'fontawesome';
                float: right;
                margin-left: 10px;
                color: #777;
            }

        .header-1 .main-menu li:hover > .sub-menu {
            opacity: 1;
            visibility: visible;
            margin-top: 0;
            margin-left: 0;
        }

    .header-1 .nav-search-button {
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        cursor: pointer;
        padding-left: 18px;
        border-left: 1px solid #adadad;
    }

.page-header-1 {
    color: white;
}

    .page-header-1 .overlay {
        background: rgba(0, 0, 0, 0.7);
    }

    .page-header-1 .inner-content {
        min-height: 215px;
        position: relative;
        padding: 40px 0;
    }

    .page-header-1 .page-header-title {
        margin: 0;
        font-size: 35px;
        line-height: 60px;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
    }

    .page-header-1 .page-header-sub-title {
        margin: 0;
        font-size: 15px;
        line-height: 28px;
    }

    .page-header-1 .page-header-breadcrumb {
        position: absolute;
        bottom: -26px;
        right: 0;
        height: 52px;
        line-height: 52px;
        font-size: 12px;
        font-weight: bold;
        padding: 0 42px;
        border-radius: 30px;
        color: #202020;
        text-transform: uppercase;
    }

        .page-header-1 .page-header-breadcrumb span,
        .page-header-1 .page-header-breadcrumb a {
            margin: 0 5px;
            color: inherit;
        }

.header-transparent {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
}

.footer-1 {
    background: url(image/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 14px;
}

    .footer-1 .overlay {
        background: rgba(255, 255, 255, 0.95);
    }

    .footer-1 p {
        color: #262626;
    }

.blog-post-item-1 {
    margin-bottom: 80px;
}

    .blog-post-item-1 .thumbnail {
        position: relative;
        margin-bottom: 25px;
    }

    .blog-post-item-1 .post-date {
        position: absolute;
        right: 25px;
        bottom: 25px;
        z-index: 100;
        color: white;
        border-radius: 2px;
        padding: 7px 16px;
        text-transform: uppercase;
        font-size: 11px;
        display: inline-block;
    }

    .blog-post-item-1 .post-author-n-comments {
        margin-bottom: 15px;
    }

    .blog-post-item-1 .post-author {
        font-size: 12px;
        color: #888888;
        margin-right: 25px;
        font-weight: 600;
    }

    .blog-post-item-1 .post-comment-count {
        font-size: 12px;
        font-weight: bold;
    }

    .blog-post-item-1 .post-title {
        color: #444;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        margin: 0 0 20px;
    }

    .blog-post-item-1 .post-excerpt {
        color: #666;
    }

.article-with-overlay-1 {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

    .article-with-overlay-1 .thumbnail img {
        -webkit-transition: .5s;
        transition: .5s;
    }

    .article-with-overlay-1 .overlay {
        -webkit-transition: .5s;
        transition: .5s;
        background: rgba(0, 0, 0, 0.5);
        color: white;
    }

    .article-with-overlay-1:hover .overlay {
        background: rgba(0, 0, 0, 0.7);
    }

    .article-with-overlay-1:hover .thumbnail img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.blog-post-detail-1 .section-header {
}

    .blog-post-detail-1 .section-header .post-author {
        font-size: 12px;
        color: #888;
        font-weight: 600;
    }

    .blog-post-detail-1 .section-header .post-comment-count {
        font-size: 12px;
        margin-left: 10px;
    }

.blog-post-detail-1 .post-title {
    font-weight: bold;
    font-size: 24px;
    color: #444;
    margin: 15px 0 30px;
}

.blog-post-detail-1 .thumbnail {
    border-radius: 3px;
    margin-bottom: 55px;
}

.blog-post-detail-1 .post-date {
    position: absolute;
    right: 40px;
    bottom: 30px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 32px;
    height: 32px;
    padding: 0 18px;
    border-radius: 20px;
}

.blockquote-1 {
    margin: 30px 0;
    text-align: center;
}

    .blockquote-1 .icon {
        font-size: 24px;
        color: #888;
    }

    .blockquote-1 .quote-content {
        margin: 25px 0;
        font-style: italic;
        color: #666;
    }

    .blockquote-1 .quoted-cite {
        font-size: 20px;
        color: #3d3d3d;
        font-weight: bold;
    }

.social-2 {
    font-size: 13px;
    color: #555;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

    .social-2 a {
        font-size: 13px;
        color: #4b4b4b;
        margin: 0 5px;
    }

.section-header-style-1 .section-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.comment-item-1 {
    position: relative;
    list-style: none;
    margin-bottom: 35px;
}

    .comment-item-1 .comment-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        margin-right: 40px;
    }

    .comment-item-1 .comment-content {
        background: #fafafa;
        padding: 45px 55px;
        position: relative;
    }

    .comment-item-1 .comment-header {
        margin-bottom: 15px;
    }

    .comment-item-1 .comment-author {
        font-size: 17px;
        color: #444;
        font-weight: bold;
        text-transform: uppercase;
    }

    .comment-item-1 .comment-time {
        margin-left: 20px;
        color: #0085d3;
        font-size: 12px;
    }

    .comment-item-1 .comment-text {
        font-style: italic;
    }

        .comment-item-1 .comment-text:before {
            content: '';
            display: block;
            width: 30px;
            height: 30px;
            border: 15px solid transparent;
            border-right-color: #fafafa;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 100%;
            margin: auto;
            z-index: 10;
        }

    .comment-item-1 .comment-reply {
        position: absolute;
        right: 25px;
        top: -21px;
        color: #333;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        height: 42px;
        line-height: 42px;
        padding: 0 18px;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

@media (max-width: 767px) {
    .comment-item-1 .comment-avatar {
        margin-right: -40px;
        -ms-flex-item-align: start;
        align-self: start;
        margin-top: 15px;
        position: relative;
        z-index: 100;
    }

    .comment-item-1 .comment-content {
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .comment-item-1.comment-child {
        margin-left: 130px;
    }
}

.infomation-box-1 .inner-content {
    background: white;
}

@media (min-width: 576px) {
    .infomation-box-1 {
        border-radius: 3px;
        padding: 20px;
    }

        .infomation-box-1 .inner-content {
            padding: 50px 55px 20px;
            background: white;
            border-radius: 3px;
        }
}

.infomation-box-1 .item {
    margin-bottom: 30px;
    font-size: 13px;
    color: #666;
}

    .infomation-box-1 .item .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
        flex: 0 0 56px;
        font-size: 36px;
    }

    .infomation-box-1 .item .lb {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 5px;
        color: #444;
    }

.infomation-box-2 {
    border-radius: 4px;
    margin-bottom: 60px;
}

    .infomation-box-2 .overlay {
        background: white;
    }

@media (min-width: 768px) {
    .infomation-box-2 {
        padding: 30px;
    }

        .infomation-box-2 .overlay {
            padding: 50px 40px;
        }
}

.infomation-box-2 .icon {
    width: 90px;
    margin-right: 30px;
    margin-bottom: 30px;
    color: white;
}

.infomation-box-2 .box-content {
    padding-right: 40px;
}

.infomation-box-2 .title-text {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: bold;
}

.infomation-box-2 p {
    color: #666;
}

.infomation-box-2 ul {
    font-weight: bold;
    padding: 0;
    margin: 40px 0 0;
    font-size: 13px;
}

    .infomation-box-2 ul li {
        min-width: 230px;
        padding-right: 20px;
        display: inline-block;
        vertical-align: top;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

.section-header-style-2 {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

    .section-header-style-2 .section-title {
        font-size: 38px;
        font-weight: bold;
        color: #292929;
        text-transform: uppercase;
        margin: 0 0 5px;
    }

    .section-header-style-2 .section-sub-title {
        font-size: 14px;
        color: #777777;
        font-weight: 600;
    }

    .section-header-style-2 .separator {
        display: block;
        width: 150px;
        height: 2px;
        position: relative;
        margin: 40px auto 0;
        z-index: 100;
    }

    .section-header-style-2 .icon {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -16px;
        margin: auto;
        z-index: 110;
        width: 52px;
        text-align: center;
        background: white;
        font-size: 24px;
        line-height: 32px;
    }

.filter-nav-1 {
    background: #fafafa;
    margin-bottom: 50px;
    padding: 0 45px;
}

    .filter-nav-1 .lb {
        font-size: 16px;
        color: #262626;
        text-transform: uppercase;
        font-weight: bold;
        padding: 25px 18px;
        line-height: 20px;
    }

    .filter-nav-1 li {
        font-size: 13px;
        color: #262626;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        position: relative;
        cursor: pointer;
        position: relative;
        padding: 25px 18px;
        line-height: 20px;
    }

        .filter-nav-1 li.active:after, .filter-nav-1 li:hover:after {
            content: '';
            display: none;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 3px solid white;
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 100;
        }

@media (max-width: 575px) {
    .filter-nav-1 {
        padding: 0 15px;
    }

        .filter-nav-1 li {
            padding: 20px 18px;
        }
}

@media (min-width: 1200px) {
    .filter-nav-1 li.active:after, .filter-nav-1 li:hover:after {
        display: block;
    }
}

.article-with-overlay-2 {
    margin-bottom: 30px;
    position: relative;
}

    .article-with-overlay-2 .thumbnail img {
        -webkit-transition: .5s;
        transition: .5s;
    }

    .article-with-overlay-2 .overlay {
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        padding: 60px 50px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

@media (max-width: 991px) {
    .article-with-overlay-2 .overlay {
        background-color: rgba(0, 0, 0, 0.6);
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .article-with-overlay-2 .overlay {
        padding: 30px;
    }
}

.article-with-overlay-2:hover .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    visibility: visible;
    opacity: 1;
}

.article-with-overlay-2:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.article-with-overlay-2 .article-description {
    font-size: 12px;
    font-weight: 500;
}

.article-with-overlay-2 .article-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 1rem 0 0;
    color: white;
}

.article-with-overlay-3 {
    position: relative;
    overflow: hidden;
}

    .article-with-overlay-3 .overlay {
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .article-with-overlay-3 .thumbnail img {
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .article-with-overlay-3 .item-text {
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 150px);
        padding: 100px 40px 30px;
    }

        .article-with-overlay-3 .item-text .item-title {
            font-weight: bold;
            font-size: 17px;
            color: white;
            margin: 0;
            line-height: 1.2;
        }

        .article-with-overlay-3 .item-text .item-sub-title {
            font-size: 13px;
            font-style: italic;
            font-weight: 500;
            margin-bottom: 5px;
        }

    .article-with-overlay-3 .item-buttons {
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        z-index: 120;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

        .article-with-overlay-3 .item-buttons a,
        .article-with-overlay-3 .item-buttons span {
            display: inline-block;
            width: 51px;
            height: 51px;
            line-height: 51px;
            font-size: 14px;
            color: white;
            border-radius: 50%;
            text-align: center;
            cursor: pointer;
        }

    .article-with-overlay-3:hover .overlay {
        background: rgba(0, 0, 0, 0.4);
    }

    .article-with-overlay-3:hover .item-text {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    .article-with-overlay-3:hover .item-buttons {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY();
        transform: translateY();
    }

    .article-with-overlay-3:hover .thumbnail img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.project-detail-1 .post-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}

.project-detail-1 ul {
    padding-left: 2rem;
    margin: 0 0 2rem;
    font-size: 13px;
    color: #808080;
}

    .project-detail-1 ul li {
        margin-bottom: 1rem;
    }

        .project-detail-1 ul li .lb {
            margin-right: 1rem;
            color: #444;
        }

.user-quote-1 {
    padding: 50px 60px;
    background: #fafafa;
    margin: 60px 0;
}

@media (max-width: 767px) {
    .user-quote-1 {
        padding: 15px;
    }
}

.user-quote-1 .quote-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-right: 45px;
    margin-bottom: 20px;
}

.user-quote-1 .item-header {
    margin: 0 0 1rem;
}

    .user-quote-1 .item-header .name {
        font-size: 18px;
        color: #444;
        font-weight: bold;
        text-transform: uppercase;
    }

    .user-quote-1 .item-header .description {
        font-size: 12px;
        font-style: italic;
        color: #20bdd8;
        margin-left: 1rem;
        font-weight: 600;
    }

.user-quote-1 .quote-text {
    font-style: italic;
    color: #555;
}

.user-quote-1 .item-social {
    font-size: 13px;
}

    .user-quote-1 .item-social a {
        margin-left: 10px;
    }

.service-item-1 {
    margin-bottom: 60px;
}

    .service-item-1 .thumbnail {
        margin-bottom: 30px;
    }

    .service-item-1 .item-title {
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        color: #444444;
        margin: 10px 0 10px;
    }

.section-header-style-3 {
    margin: 0 0 30px;
}

    .section-header-style-3 .section-title {
        font-size: 26px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 5px;
    }

    .section-header-style-3 .section-sub-title {
        font-size: 13px;
        font-weight: 500;
    }

        .section-header-style-3 .section-sub-title:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 45px;
            border-top: 3px solid;
            margin-right: 10px;
            background: white;
        }

.tesimonial-slider-1 .item {
    padding-left: 75px;
    background: url(image/quote-icon.png) left 15px no-repeat;
    min-height: 70px;
}

    .tesimonial-slider-1 .item .item-text {
        font-size: 15px;
        font-style: italic;
        margin-bottom: 20px;
    }

    .tesimonial-slider-1 .item .item-title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .tesimonial-slider-1 .item .item-sub-title {
        font-size: 12px;
    }

.owl-arrow-style-1 .owl-nav i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: black;
    border-radius: 50%;
    margin-left: 4px;
    cursor: pointer;
    outline: 0;
}

.tesimonial-slider-1 .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1100;
}

@media (min-width: 768px) {
    .tesimonial-slider-1 .owl-nav {
        right: 120px;
    }
}

.branches-logo img {
    margin: 0 15px 30px;
}

.counter-style-1 .overlay {
    background-color: rgba(26, 26, 26, 0.8);
}

.counter-style-1 .counter-item {
    padding: 70px 15px;
    text-align: center;
    color: white;
}

    .counter-style-1 .counter-item:nth-child(even) {
        background-color: rgba(26, 26, 26, 0.5);
    }

    .counter-style-1 .counter-item .counter-number {
        font-size: 40px;
        font-weight: bold;
    }

    .counter-style-1 .counter-item .counter-text {
        font-size: 14px;
        font-weight: bold;
    }

.article-box-with-icon {
    margin-bottom: 60px;
}

    .article-box-with-icon .icon {
        margin-bottom: 25px;
        display: inline-block;
    }

    .article-box-with-icon .item-title {
        font-size: 18px;
        color: #272727;
        font-weight: 600;
    }

.article-box-with-icon-2 {
    margin-bottom: 40px;
}

    .article-box-with-icon-2 .item-content {
        padding-left: 15px;
    }

    .article-box-with-icon-2 .item-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .article-box-with-icon-2 .item-description {
        font-size: 15px;
        margin-bottom: 10px;
        color: #777;
    }

    .article-box-with-icon-2 .item-link {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .article-box-with-icon-2 .item-link i {
            margin-left: 8px;
            font-size: 10px;
        }

.filter-nav-4 li {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 22px;
    background: white;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    border: none;
    text-decoration: none;
}

.tabs-filter .content-tab:not(.active) {
    display: none;
}

.tabs-filter-style-1 .tab {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 22px;
    background: white;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    border: none;
    text-decoration: none;
}

.event-countdown-1 .section-markup-text {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
    background: black;
    color: white;
    min-height: 400px;
    position: relative;
}

    .event-countdown-1 .section-markup-text span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(270deg);
        transform: translate(-50%, -50%) rotate(270deg);
        font-size: 70px;
        text-transform: uppercase;
        font-weight: bold;
    }

.event-countdown-1 .section-markup-button {
    padding: 20px 10px;
    background: #004bb2;
    border-radius: 20px;
    width: 100px;
    margin-right: 35px;
}

    .event-countdown-1 .section-markup-button .item-number {
        font-size: 26px;
        font-weight: bold;
    }

    .event-countdown-1 .section-markup-button .item-text {
        font-size: 11px;
        text-transform: uppercase;
    }

.event-countdown-1 .section-header {
    margin-bottom: 30px;
}

    .event-countdown-1 .section-header .section-top-title {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .event-countdown-1 .section-header .section-title {
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 15px;
        text-transform: uppercase;
    }

    .event-countdown-1 .section-header .section-bottom-title {
        font-size: 13px;
    }

        .event-countdown-1 .section-header .section-bottom-title i {
            margin-right: 8px;
        }

.event-countdown-1 .section-content {
    padding: 110px 0 80px;
    color: white;
}

.countdown-style-1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .countdown-style-1 li {
        padding: 0 15px;
        border-left: 1px dashed;
        text-align: center;
    }

@media (min-width: 576px) {
    .countdown-style-1 li {
        padding: 0 40px;
    }
}

.countdown-style-1 li:first-child {
    border: none;
    padding-left: 0;
}

.countdown-style-1 li .number {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}

.countdown-style-1 li .text {
    font-size: 14px;
    font-weight: bold;
}

.section-header-style-4 {
    margin-bottom: 30px;
}

    .section-header-style-4 .icon {
        margin-bottom: 15px;
        font-size: 32px;
    }

    .section-header-style-4 .section-title {
        font-size: 25px;
        font-weight: bold;
        color: #282828;
    }

    .section-header-style-4 .section-sub-title {
        font-size: 17px;
    }

.form-request-consulation {
    background: url(image/snow-mountain.png) center center no-repeat;
    background-size: cover;
    position: relative;
}

@media (min-width: 992px) {
    .form-request-consulation {
        top: -80px;
        -webkit-box-shadow: 0px 25px 85px #ececec;
        box-shadow: 0px 25px 85px #ececec;
    }

        .form-request-consulation:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: -37px;
            width: 140px;
            height: 40px;
            margin: auto;
            background: url(image/angle-up.png) center bottom no-repeat;
            z-index: 100;
        }
}

.form-request-consulation .overlay {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 20px 50px;
}

.form-request-consulation .section-content {
    margin: 0 auto;
    max-width: 690px;
}

.form-style-1 .input-styled {
    background: transparent;
    border: 2px solid #e6e6e6;
}

.form-style-2 .input-styled {
    border-color: transparent;
    background-color: #fbfbfb;
}

.header-5 {
    position: relative;
}

    .header-5 .site-branding {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        height: 60px;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
    }

    .header-5 .header-nav {
        background: rgba(255, 255, 255, 0.05);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .header-5 .header-nav-icons li {
        font-size: 13px;
        line-height: 1;
        margin: 10px 0;
        padding: 0 19px;
        display: inline-block;
    }

        .header-5 .header-nav-icons li:not(:first-child) {
            border-left: 1px solid;
        }

.page-header-5 {
    background: url(images/page-header-5-bg.png);
    background-size: cover;
    background-position: center bottom;
    color: white;
}

    .page-header-5 .overlay {
        background: rgba(0, 0, 0, 0.7);
    }

    .page-header-5 .inner-content {
        min-height: 320px;
        position: relative;
        padding: 100px 0 40px;
    }

    .page-header-5 .page-header-title {
        margin: 0;
        font-size: 35px;
        line-height: 60px;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
    }

    .page-header-5 .page-header-sub-title {
        margin: 0;
        font-size: 15px;
        line-height: 28px;
        color: #afafaf;
    }

    .page-header-5 .page-header-breadcrumb {
        display: inline-block;
        height: 52px;
        line-height: 52px;
        font-size: 12px;
        font-weight: bold;
        padding: 0 42px;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.1);
        text-transform: uppercase;
    }

        .page-header-5 .page-header-breadcrumb span,
        .page-header-5 .page-header-breadcrumb a {
            margin: 0 5px;
            color: inherit;
        }

.language-bar {
    position: relative;
    background: rgba(234, 234, 234, 0.53);
    padding: 0 15px;
}

    .language-bar select {
        background: transparent;
        width: auto;
        border: none;
    }

@media (min-width: 576px) {
    .language-bar:before {
        content: "\f0ac";
        font-family: 'fontawesome';
        position: absolute;
        top: 0;
        left: 10px;
        line-height: 50px;
    }

    .language-bar select {
        margin-left: 10px;
        display: inline-block;
    }
}

.social-3 {
    height: 50px;
    font-size: 11px;
    font-weight: 500;
    position: relative;
}

    .social-3 li {
        display: inline-block;
    }

        .social-3 li:not(:first-child) {
            margin-left: 25px;
            line-height: 16px;
        }

@media (min-width: 768px) {
    .social-3 li:not(:first-child) {
        padding-left: 25px;
        border-left: 1px solid #444;
    }
}

.social-3 li i {
    margin-right: 5px;
    color: #222;
}

.header-2 .logo {
    height: 108px;
}

.header-2 .header-top {
    background: #fafafa;
}

.header-2 .contact-infomation {
    margin-bottom: 0;
}

    .header-2 .contact-infomation li {
        color: #4d4d4d;
    }

    .header-2 .contact-infomation .icon {
        font-size: 38px;
        color: #feb500;
        margin-right: 18px;
        line-height: 1;
    }

    .header-2 .contact-infomation li .lb {
        text-transform: uppercase;
        font-weight: bold;
    }

    .header-2 .contact-infomation li .prop {
        font-size: 12px;
    }

.header-2 .header-navbar {
    background: #101010;
    position: relative;
    z-index: 1100;
    margin-bottom: -32px;
}

.header-2 .follow-us-button {
    position: absolute;
    left: calc(100% + 60px);
    top: 0;
    height: 50px;
    white-space: nowrap;
}

@media (max-width: 1549px) {
    .header-2 .follow-us-button {
        display: none !important;
    }
}

.header-2 .follow-us-button:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 9px solid transparent;
    border-right-color: #1f1f1f;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-2 .follow-us-button:hover:after {
    border-right-color: #ff6a00;
}

.header-2 .main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-2 .main-menu li {
    position: relative;
}

.header-2 .main-menu .menu a {
    transition: linear .3s;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
}

.header-2 .main-menu .menu > li {
    float: left;
}

    .header-2 .main-menu .menu > li > a {
        font-weight: bold;
        font-size: 14px;
        display: block;
        height: 64px;
        line-height: 64px;
        padding: 0 27px;
        text-transform: uppercase;
        font-weight: 600;
        color: white;
    }

.header-2 .main-menu li.current-menu-item,
.header-2 .main-menu li:hover > a {
    color: #000;
    background: #feb500;
}

.header-2 .main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    transition: linear .2s;
    -webkit-transition: linear .2s;
    -moz-transition: linear .2s;
    z-index: 1100;
    background: white;
    border: 1px solid #101010;
    border-top: 2px solid #101010;
    border-bottom: 2px solid #101010;
    font-size: 13px;
    font-weight: 600;
}

    .header-2 .main-menu .sub-menu a {
        color: #666;
    }

    .header-2 .main-menu .sub-menu li:not(:first-child) > a {
        border-top: 1px solid #101010;
    }

    .header-2 .main-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 20px;
    }

    .header-2 .main-menu .sub-menu .menu-item-has-children > a {
        padding-right: 30px;
    }

        .header-2 .main-menu .sub-menu .menu-item-has-children > a:after {
            content: '\f105';
            font-family: 'fontawesome';
            position: absolute;
            top: 10px;
            right: 15px;
            color: #777;
        }

    .header-2 .main-menu .sub-menu li a {
        display: block;
        padding: 10px 20px;
    }

.header-2 .main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    margin-left: 0;
}

.header-2 .nav-button {
    width: 64px;
    cursor: pointer;
    font-size: 14px;
    color: white;
}

.header-2 .hidden-search-form-toggler {
    background: #1f1f1f;
}

.widget-contact-infomation-2 li {
    margin-bottom: 30px;
}

    .widget-contact-infomation-2 li .icon {
        width: 35px;
        font-size: 16px;
    }

.widget-menu-3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .widget-menu-3 ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }

        .widget-menu-3 ul li a {
            color: inherit;
            display: block;
            position: relative;
            padding-right: 50px;
            min-height: 30px;
        }

            .widget-menu-3 ul li a:after {
                position: absolute;
                top: 0;
                right: 0;
                content: "\f054";
                font-family: fontawesome;
                display: block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                border-left: 1px solid;
                text-align: center;
                font-size: 11px;
            }

.widget-menu-2 li {
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 600;
}

.social-4 li {
    display: inline-block;
    height: 31px;
    width: 31px;
    line-height: 31px;
    text-align: center;
    border-radius: 2px;
    font-size: 11px;
}

    .social-4 li a {
        color: white;
    }

        .social-4 li a:hover {
            color: #000;
        }

.footer-2 {
    background: #202020;
    color: white;
    padding: 115px 0 55px;
}

    .footer-2 p {
        color: #bbbbbb;
        font-size: 14px;
        margin-bottom: 22px;
    }

    .footer-2 .widget-menu a {
        color: #bbb;
    }

.owl-nav-left-right .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
}

    .owl-nav-left-right .owl-nav button.owl-prev {
        position: absolute;
        top: 0;
        left: 0;
    }

    .owl-nav-left-right .owl-nav button.owl-next {
        position: absolute;
        top: 0;
        right: 0;
    }

.owl-arrow-style-2 .owl-prev,
.owl-arrow-style-2 .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6) !important;
    color: white !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    border: 0 !important;
    padding: 0 !important;
}

.owl-arrow-style-2:hover .owl-nav button.owl-prev,
.owl-arrow-style-2:hover .owl-nav button.owl-next {
    opacity: 1;
}

/*.owl-arrow-style-2 {
	.owl-nav button.owl-prev,
	.owl-nav button.owl-next {
		width: 34px;
		height: 34px;
		line-height: 34px;
		border-radius: 50%;
		text-align: center;
		background: white !important;
		color: black !important;
		opacity: 1;		
	}	
}*/
.brands-carousel {
    padding: 80px 0;
    background: #fbfbfb;
}

.brand-carousel-slider {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.page-header-2 {
    background-image: url(images/page-header-bg-2.jpg);
    background-size: cover;
    background-position: center center;
    color: white;
}

    .page-header-2 .overlay {
        background: rgba(0, 0, 0, 0.6);
    }

    .page-header-2 .page-header-title {
        margin: 0;
        font-size: 45px;
        line-height: 60px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .page-header-2 .page-header-sub-title {
        margin: 0;
        font-size: 18px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: normal;
    }

    .page-header-2 .page-header-inner {
        position: relative;
        padding: 125px 0 80px;
    }

    .page-header-2 .page-header-breadcrumb {
        padding: 0 25px;
        line-height: 50px;
        color: #fff;
        background: #feb500;
        border-radius: 2px;
        outline: none;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 100;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
    }

        .page-header-2 .page-header-breadcrumb a {
            color: #fff;
            -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
        }

            .page-header-2 .page-header-breadcrumb a:hover {
                color: #000;
            }

.blog-post-item-2 {
    margin-bottom: 70px;
}

    .blog-post-item-2 .col-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333333% + 30px);
        flex: 0 0 calc(33.333333% + 30px);
        max-width: calc(33.333333% + 30px);
    }

    .blog-post-item-2 .col-meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(66.666667% - 30px);
        flex: 0 0 calc(66.666667% - 30px);
        max-width: calc(66.666667% - 30px);
    }

@media (min-width: 1200px) {
    .blog-post-item-2 .col-meta {
        padding-right: 45px;
    }
}

.blog-post-item-2 .post-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin: 15px 0 10px;
    text-transform: uppercase;
    color: #444;
}

.blog-post-item-2 .post-taxonomies {
    font-style: italic;
    font-size: 13px;
    color: #8c8c8c;
    margin: 0 0 20px;
}

    .blog-post-item-2 .post-taxonomies a {
        color: inherit;
    }

.blog-post-item-2 .post-excerpt {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin-bottom: 35px;
}

.blog-post-item-2 .post-author {
}

    .blog-post-item-2 .post-author .avatar {
        width: 68px;
    }

        .blog-post-item-2 .post-author .avatar img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
        }

    .blog-post-item-2 .post-author .author-name {
        color: #888;
        font-size: 12px;
    }

    .blog-post-item-2 .post-author .post-date {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        color: #feb500;
    }

.blog-post-detail-2 .blog-post-header {
    margin-bottom: 30px;
}

    .blog-post-detail-2 .blog-post-header .blog-post-thumbnail {
        margin-bottom: 40px;
    }

    .blog-post-detail-2 .blog-post-header .post-title {
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
        margin: 15px 0 10px;
        text-transform: uppercase;
        color: #444;
    }

    .blog-post-detail-2 .blog-post-header .post-taxonomies {
        font-style: italic;
        font-size: 13px;
        color: #8c8c8c;
        margin: 0 0 20px;
    }

        .blog-post-detail-2 .blog-post-header .post-taxonomies a {
            color: inherit;
        }

    .blog-post-detail-2 .blog-post-header .post-author {
    }

        .blog-post-detail-2 .blog-post-header .post-author .avatar {
            width: 68px;
        }

            .blog-post-detail-2 .blog-post-header .post-author .avatar img {
                width: 50px;
                height: 50px;
                border-radius: 50%;
            }

        .blog-post-detail-2 .blog-post-header .post-author .author-name {
            color: #888;
            font-size: 12px;
        }

        .blog-post-detail-2 .blog-post-header .post-author .post-date {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            color: #feb500;
        }

.list-style-3 {
    padding: 25px 0;
    margin: 0 0 20px;
}

    .list-style-3 li {
        list-style: none;
        margin-bottom: 8px;
        font-size: 14px;
    }

        .list-style-3 li:before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            margin-right: 15px;
        }

.blockquote-2 {
    position: relative;
    margin: 35px 0;
    background: #f8f8f8;
    color: #444;
    font-size: 15px;
    line-height: 25px;
    padding: 50px 65px 35px;
    border-left: 10px solid;
    font-stretch: initial;
}

    .blockquote-2:before {
        content: "\f10d";
        font-family: fontawesome;
        font-size: 48px;
        color: #686868;
        position: absolute;
        top: 0;
        left: 60px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .blockquote-2 cite,
    .blockquote-2 .blockquote-cite {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #484343;
        display: block;
        font-style: normal;
        margin-top: 15px;
        padding-left: 5px;
    }

        .blockquote-2 cite:before,
        .blockquote-2 .blockquote-cite:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 6px;
            height: 6px;
            margin-right: 12px;
        }

.question-item {
    margin-bottom: 35px;
}

    .question-item .thumbnail {
        border-radius: 4px;
    }

    .question-item .item-title {
        color: #1c1c1c;
        font-weight: bold;
        font-size: 18px;
        margin: 0 0 15px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        line-height: 1.6;
    }

        .question-item .item-title:hover {
            color: #feb500;
        }

        .question-item .item-title:before {
            content: 'Q';
            color: #ffb703;
            text-transform: uppercase;
            font-weight: bold;
            display: inline-block;
            padding-right: 12px;
            margin-right: 12px;
            border-right: 1px solid #afafaf;
        }

    .question-item .item-text {
        font-size: 15px;
        color: #666;
        line-height: 26px;
    }

.section-header-style-4 {
    overflow: hidden;
    margin-bottom: 40px;
}

    .section-header-style-4 .section-title {
        color: #272727;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        text-transform: uppercase;
    }

    .section-header-style-4 .section-sub-title {
        color: #8c8c8c;
        font-size: 14px;
        margin: 5px 0 0;
        position: relative;
        display: inline-block;
    }

        .section-header-style-4 .section-sub-title:after {
            content: '';
            display: block;
            width: 112px;
            height: 4px;
            background: #b8b8b8;
            position: absolute;
            top: 7px;
            left: 100%;
            margin-left: 20px;
        }

    .section-header-style-4.inverse .section-title {
        color: white;
    }

.comment-item-2 {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .comment-item-2 {
        padding: 15px;
    }
}

.comment-item-2 .comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 99px;
    flex: 0 0 99px;
    padding: 9px;
    padding-left: 0;
    border-radius: 9px;
    position: relative;
    z-index: 1;
    background: white;
}

    .comment-item-2 .comment-avatar img {
        display: block;
        border-radius: 4px;
    }

.comment-item-2 .comment-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px 80px;
    background: #fafafa;
    margin-left: -50px;
}

@media (max-width: 575px) {
    .comment-item-2 .comment-content {
        padding-left: 60px;
        padding-right: 10px;
    }
}

.comment-item-2 .comment-header {
    margin: 0 0 18px;
}

    .comment-item-2 .comment-header .comment-author {
        color: #444;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

.comment-item-2 .comment-meta {
    color: #919191;
    font-size: 12px;
    font-style: italic;
    margin-left: 22px;
}

.comment-item-2 .comment-text {
    color: #555555;
}

.comment-item-2 .reply-button {
    display: inline-block;
    line-height: 27px;
    height: 27px;
    border: 0;
    padding: 0 20px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    left: 8px;
    bottom: -8px;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
}

.comment-item-2.comment-child {
    margin-left: 100px;
}

@media (max-width: 767px) {
    .comment-item-2.comment-child {
        margin-left: 25px;
    }
}

.form-style-3 .input-styled {
    background: #fbfbfb;
    border-color: #fbfbfb;
    font-style: italic;
    font-size: 11px;
}

.filter-nav-2 {
    color: #444;
    margin-bottom: 50px;
}

    .filter-nav-2 li {
        display: inline-block;
        cursor: pointer;
        position: relative;
        margin-bottom: 20px;
        margin-right: 20px;
        font-size: 13px;
        font-weight: 600;
        background: #f1f1f1;
        padding: 8px 12px;
    }

        .filter-nav-2 li .count {
            display: none;
        }

@media (min-width: 768px) {
    .filter-nav-2 {
        width: 190px;
        margin-right: 15px;
    }

        .filter-nav-2 li {
            display: block;
            margin-right: 0;
            padding: 0;
            background: none;
        }

            .filter-nav-2 li .text {
                display: inline-block;
                vertical-align: top;
                max-width: calc(100% - 63px);
            }

            .filter-nav-2 li .count {
                display: none;
                vertical-align: top;
                width: 58px;
                position: relative;
                margin-left: 5px;
                text-align: right;
            }

                .filter-nav-2 li .count:after {
                    content: '';
                    display: block;
                    position: absolute;
                    top: 8px;
                    left: 0;
                    width: 100%;
                    height: 1px;
                    border-top: 1px solid;
                }

                .filter-nav-2 li .count .number {
                    display: inline-block;
                    padding: 0 5px;
                    background: white;
                    position: relative;
                    z-index: 2;
                    background: white;
                }

            .filter-nav-2 li.active .count, .filter-nav-2 li:hover .count {
                display: inline-block;
            }
}

.article-with-overlay-4 {
    position: relative;
    margin-bottom: 15px;
}

    .article-with-overlay-4 .thumbnail img {
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .article-with-overlay-4 .overlay {
        opacity: 0;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        display: block;
        background: transparent;
        color: white;
        text-align: center;
        padding: 10px 30px;
    }

    .article-with-overlay-4 .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: white;
        border-radius: 50%;
        font-size: 16px;
        color: #feb500;
        margin-bottom: 10px;
    }

    .article-with-overlay-4 .post-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
        margin: 0;
    }

    .article-with-overlay-4:hover .overlay {
        background: rgba(254, 181, 0, 0.8);
        opacity: 1;
    }

    .article-with-overlay-4:hover .thumbnail img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.project-detail-header {
    color: #494949;
}

    .project-detail-header .header-title {
        font-size: 22px;
        margin: 0 0 35px;
        font-weight: bold;
    }

    .project-detail-header .post-fields {
        font-size: 14px;
    }

        .project-detail-header .post-fields ul {
            margin-bottom: 40px;
            padding: 0;
            padding-right: 80px;
        }

            .project-detail-header .post-fields ul li {
                margin-bottom: 15px;
            }

                .project-detail-header .post-fields ul li .lb {
                    margin-right: 10px;
                }

.project-detail-gallery {
    margin-bottom: 70px;
}

    .project-detail-gallery .project-detail-thumbnail {
        margin-bottom: 20px;
    }

.project-detail-carousel .item {
    position: relative;
}

    .project-detail-carousel .item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(254, 181, 0, 0.8);
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        opacity: 0;
        color: white;
        font-size: 32px;
        cursor: pointer;
    }

    .project-detail-carousel .item:hover .overlay {
        opacity: 1;
    }

.prodject-detail-content {
    margin-bottom: 40px;
}

.form-box-1 {
    background: url(image/quote-form-bg.png);
    background-size: cover;
    background-position: center center;
    color: white;
    margin-bottom: 40px;
}

    .form-box-1 .overlay {
        background: rgba(0, 0, 0, 0.92);
        padding: 80px 60px;
    }

@media (max-width: 575px) {
    .form-box-1 .overlay {
        padding: 40px 30px;
    }
}

.form-box-1 .form-group {
    margin-bottom: 15px;
}

.form-box-1 input,
.form-box-1 select,
.form-box-1 textarea {
    font-style: italic;
}

.article-with-overlay-5 {
    position: relative;
    margin: 0 0 90px;
}

    .article-with-overlay-5 .overlay {
        color: #666666;
        overflow: hidden;
        padding: 55px 60px;
        background: #f9f9f9;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

        .article-with-overlay-5 .overlay .icon {
            font-size: 46px;
        }

        .article-with-overlay-5 .overlay .item-description {
            font-size: 12px;
            font-style: italic;
            margin: 0 0 10px;
            color: #8c8c8c;
        }

        .article-with-overlay-5 .overlay .item-title {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: bold;
            color: #272727;
            margin: 0 0 20px;
        }

        .article-with-overlay-5 .overlay .item-excerpt {
            font-size: 14px;
            line-height: 25px;
            color: #666666;
        }

@media (max-width: 768px) {
    .article-with-overlay-5 .overlay {
        padding: 20px;
    }
}

.article-with-overlay-5 .arrow {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #333333;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    position: absolute;
    left: 60px;
    bottom: -20px;
    z-index: 100;
    text-align: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

@media (max-width: 991px) {
    .article-with-overlay-5 {
        color: #bbbbbb;
    }

        .article-with-overlay-5 .overlay {
            background: rgba(0, 0, 0, 0.9);
        }

            .article-with-overlay-5 .overlay .item-title {
                color: #fff;
            }

            .article-with-overlay-5 .overlay .item-description {
                color: #bbbbbb;
            }

            .article-with-overlay-5 .overlay .item-excerpt {
                color: #bbbbbb;
            }

        .article-with-overlay-5 .arrow {
            background: #feb500;
        }
}

@media (min-width: 992px) {
    .article-with-overlay-5:hover {
        color: #bbbbbb;
    }

        .article-with-overlay-5:hover .overlay {
            background: rgba(0, 0, 0, 0.9);
        }

            .article-with-overlay-5:hover .overlay .item-title {
                color: #fff;
            }

            .article-with-overlay-5:hover .overlay .item-description {
                color: #bbbbbb;
            }

            .article-with-overlay-5:hover .overlay .item-excerpt {
                color: #bbbbbb;
            }

        .article-with-overlay-5:hover .arrow {
            background: #feb500;
        }
}

.service-detail-1 {
    background: #fbfbfb;
}

    .service-detail-1 .service-detail-header {
        position: relative;
        margin-bottom: 85px;
    }

        .service-detail-1 .service-detail-header .title-box {
            z-index: 100;
            padding: 30px 55px;
            background: black;
            color: #f8f8f8;
        }

@media (min-width: 576px) {
    .service-detail-1 .service-detail-header .title-box {
        position: absolute;
        bottom: -33px;
        left: 70px;
        width: 370px;
    }
}

.service-detail-1 .service-detail-header .title-box .icon {
    font-size: 50px;
    margin: 0 0 10px;
}

.service-detail-1 .service-detail-header .title-box .post-taxonomies {
    color: #bbbbbb;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 10px;
}

.service-detail-1 .service-detail-header .title-box .post-title {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.section-header-style-5 {
    overflow: hidden;
    margin-bottom: 40px;
}

    .section-header-style-5 .section-title {
        color: #272727;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        text-transform: uppercase;
    }

    .section-header-style-5 .section-sub-title {
        color: #8c8c8c;
        font-size: 14px;
        margin: 5px 0 0;
        position: relative;
        display: inline-block;
    }

        .section-header-style-5 .section-sub-title:after {
            content: '';
            display: block;
            width: 53px;
            height: 4px;
            position: absolute;
            top: 7px;
            left: 100%;
            margin-left: 20px;
        }

.form-style-4 label {
    font-size: 13px;
}

.form-style-4 .input-styled {
    font-style: italic;
}

.image-box-1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

    .image-box-1 img {
        position: relative;
        z-index: 20;
    }

    .image-box-1 .behind-bg {
        max-width: 460px;
        height: 360px;
        position: absolute;
        left: 0;
        right: 0;
        top: 200px;
        background: white;
        margin: auto;
        z-index: 10;
        -webkit-box-shadow: 0px 0px 78px #d6d6d6;
        box-shadow: 0px 0px 78px #d6d6d6;
    }

.team-item-1 {
    position: relative;
    padding-top: 82px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 70px;
}

    .team-item-1 .thumbnail {
        width: 165px;
        height: 165px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .team-item-1 .item-content {
        padding: 100px 30px 30px;
        background: #f9f9f9;
    }

    .team-item-1 .name {
        text-transform: uppercase;
        font-weight: bold;
        color: #444;
        font-size: 18px;
        margin: 0 0 5px;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

        .team-item-1 .name:hover {
            color: #feb500;
        }

    .team-item-1 .role {
        font-size: 12px;
        color: #888888;
    }

.social-5 li {
    margin: 0 5px 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    color: #767676;
    font-size: 15px;
    background: white;
}

.social-5 a {
    display: block;
}

.team-detail-1 .col-thumbnail {
    margin-bottom: 50px;
}

.team-detail-1 .thumbnail {
    margin-bottom: 40px;
}

.team-detail-1 .detail-content {
    padding: 75px 60px;
    background: #fcfcfc;
}

@media (max-width: 767px) {
    .team-detail-1 .detail-content {
        padding: 20px;
    }
}

.team-detail-1 .detail-content .box-header {
    margin-bottom: 30px;
}

    .team-detail-1 .detail-content .box-header .role {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .team-detail-1 .detail-content .box-header .name {
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        color: #333333;
        margin: 0 0 10px;
    }

    .team-detail-1 .detail-content .box-header .description {
        font-size: 13px;
        font-weight: 500;
    }

.team-detail-1 .detail-content .box-progress {
    margin-top: 80px;
}

    .team-detail-1 .detail-content .box-progress .box-title {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 30px;
    }

@media (min-width: 767px) {
    .team-detail-1 .col-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }

    .team-detail-1 .col-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
    }
}

.ronby-progress .ronby-progress-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ronby-progress .ronby-progress-bar {
    height: 10px;
    background: #e0e0e0;
    display: block;
    width: 100%;
}

.ronby-progress .ronby-progress-current {
    height: 10px;
    background: #24759d;
}

.ronby-progress.progress-danger .ronby-progress-current {
    background: #b32b5e;
}

.ronby-progress.progress-success .ronby-progress-current {
    background: #4eb41c;
}

.section-we-provide-services {
    background: #fbfbfb url(images/construction-section-bg-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

    .section-we-provide-services .section-title {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: bold;
        color: #444;
        margin: 0 0 25px;
    }

        .section-we-provide-services .section-title span {
            color: #feb500;
            font-weight: normal;
        }

.counter-style-2 {
    background: white;
    padding: 50px 0;
}

    .counter-style-2 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .counter-style-2 li {
        padding: 30px 20px;
        position: relative;
        text-align: center;
    }

@media (min-width: 1200px) {
    .counter-style-2 li:not(:first-child):after {
        content: '';
        background: #dddddd;
        width: 1px;
        height: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.counter-style-2 .counter-number {
    font-size: 35px;
    font-weight: bold;
    color: #444;
}

.counter-style-2 .counter-lb {
    font-size: 13px;
    clip: #888889;
}

.blog-post-item-3 {
    margin-bottom: 60px;
}

    .blog-post-item-3 .thumbnail {
        margin-bottom: 30px;
    }

    .blog-post-item-3 .post-title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0 0 30px;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .blog-post-item-3 .post-excerpt {
        font-size: 14px;
        color: #bbb;
        margin-bottom: 20px;
    }

    .blog-post-item-3 .permalink {
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        padding: 10px 0;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .blog-post-item-3 .permalink:after {
            content: '\f105';
            font-family: fontawesome;
            display: inline-block;
            vertical-align: middle;
            height: 27px;
            line-height: 27px;
            width: 27px;
            text-align: center;
            color: white;
            border-radius: 50%;
            margin-left: 20px;
        }

.testimonial-slider-2 .item {
    color: white;
    max-width: 740px;
    margin: 0 auto;
    padding: 0 40px;
}

    .testimonial-slider-2 .item .testimonial-quote {
        font-size: 17px;
        font-style: italic;
        padding: 20px 0;
    }

        .testimonial-slider-2 .item .testimonial-quote:before {
            content: '“';
            margin-right: 5px;
            font-size: 45px;
            line-height: 30px;
            display: inline-block;
            vertical-align: bottom;
        }

        .testimonial-slider-2 .item .testimonial-quote:after {
            content: '”';
            margin-left: 5px;
            font-size: 45px;
            line-height: 30px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            top: 20px;
        }

    .testimonial-slider-2 .item .testimonial-author {
    }

        .testimonial-slider-2 .item .testimonial-author .testimonial-author-name {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            margin: 0;
            display: inline-block;
            vertical-align: middle;
        }

        .testimonial-slider-2 .item .testimonial-author .testimonial-author-role {
            font-size: 12px;
            padding-left: 10px;
            border-left: 1px solid white;
            margin-left: 30px;
            display: inline-block;
            vertical-align: middle;
        }

.construction-our-blog-news {
    padding: 120px 0 120px;
    background: white;
}

@media (max-width: 767px) {
    .construction-our-blog-news {
        padding: 40px 0;
    }
}

.section-help-n-quote {
    background: #fbfbfb;
}

    .section-help-n-quote .section-left-content {
        padding: 40px 15px;
    }

    .section-help-n-quote .section-right-content {
        padding: 40px 15px;
    }

@media (min-width: 1200px) {
    .section-help-n-quote .section-left-content {
        padding-right: 100px;
    }

    .section-help-n-quote .section-left-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
        flex: 0 0 700px;
    }

    .section-help-n-quote .section-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 115px);
        flex: 0 0 calc(50% - 115px);
    }

        .section-help-n-quote .section-right .section-right-content {
            width: 470px;
            padding-left: 90px;
        }

    .section-help-n-quote .section-right-content {
        padding: 80px 60px;
        padding-right: 0;
    }
}

.section-help-n-quote .section-form-box {
    background: url(image/quote-form-bg.png);
    background-size: cover;
    background-position: center center;
    color: white;
    margin-bottom: 40px;
}

    .section-help-n-quote .section-form-box .overlay {
        background: rgba(0, 0, 0, 0.92);
    }

    .section-help-n-quote .section-form-box .form-group {
        margin-bottom: 15px;
    }

    .section-help-n-quote .section-form-box input,
    .section-help-n-quote .section-form-box select,
    .section-help-n-quote .section-form-box textarea {
        font-style: italic;
    }

.ronby-fitness input[type="text"],
.ronby-fitness input[type="email"],
.ronby-fitness input[type="tel"],
.ronby-fitness input[type="number"],
.ronby-fitness input[type="search"],
.ronby-fitness input[type="date"],
.ronby-fitness input[type="time"],
.ronby-fitness input[type="password"],
.ronby-fitness select,
.ronby-fitness textarea {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    border-radius: 6px;
}

.ronby-fitness .form-group-select {
    position: relative;
}

    .ronby-fitness .form-group-select select {
        padding-right: 40px;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

    .ronby-fitness .form-group-select:after {
        display: block;
        content: '\f107';
        font-family: fontawesome;
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        color: #555555;
    }

.header-3 {
    background: url(images/fitness-header-bg.png);
    background-position: center top;
    background-attachment: fixed;
    color: white;
    background-size: cover;
}

    .header-3 .overlay {
        background: rgba(0, 0, 0, 0.6);
    }

    .header-3 .header-infomation {
        font-size: 12px;
        color: white;
    }

        .header-3 .header-infomation li {
            padding: 12px 0;
            line-height: 15px;
            display: inline-block;
        }

            .header-3 .header-infomation li:not(:first-child) {
                margin-left: 30px;
            }

                .header-3 .header-infomation li:not(:first-child):before {
                    content: '|';
                    color: #adadad;
                    margin-right: 30px;
                }

    .header-3 .header-top {
        max-width: 1290px;
        margin: 0 auto;
    }

    .header-3 .header-nav {
        padding: 20px 60px;
        max-width: 1290px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.07);
        position: relative;
        z-index: 9999;
    }

@media (min-width: 1350px) {
    .header-3 .header-top {
        padding-left: 60px;
    }
}

.header-3 .logo {
    height: 90px;
}

.header-3 .main-menu {
}

    .header-3 .main-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .header-3 .main-menu .menu > li {
        float: left;
        position: relative;
    }

        .header-3 .main-menu .menu > li > a {
            display: block;
            padding: 30px 15px;
            color: white;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 13px;
        }

    .header-3 .main-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 220px;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 0;
        font-size: 14px;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .header-3 .main-menu .sub-menu li {
            position: relative;
            padding: 10px 20px;
        }

        .header-3 .main-menu .sub-menu a {
            color: white;
        }

        .header-3 .main-menu .sub-menu .sub-menu {
            top: 0;
            left: 100%;
        }

    .header-3 .main-menu a {
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .header-3 .main-menu li:hover > a {
        color: #fc3c2a;
    }

    .header-3 .main-menu li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
    }

.header-3 .nav-search-button {
    font-size: 11px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
}

.page-header-3 {
    color: white;
    padding: 70px 0;
}

    .page-header-3 .inner-content {
        border-left: 6px solid white;
        padding-left: 27px;
    }

    .page-header-3 .page-header-title {
        font-size: 38px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 5px 0;
    }

    .page-header-3 .page-header-breadcrumb a,
    .page-header-3 .page-header-breadcrumb span {
        font-size: 13px;
        color: inherit;
        padding-right: 11px;
        padding: 0 11px;
    }

        .page-header-3 .page-header-breadcrumb a:first-child,
        .page-header-3 .page-header-breadcrumb span:first-child {
            padding-left: 0;
        }

.section-brands-carousel-2 {
    background: #fbfbfb;
    padding: 100px 0;
    position: relative;
}

    .section-brands-carousel-2:before {
        content: '';
        display: block;
        width: 164px;
        height: 36px;
        position: absolute;
        top: -34px;
        left: 0;
        right: 0;
        margin: auto;
        background: url(images/section-arrow-1.png) center bottom no-repeat;
    }

    .section-brands-carousel-2 .item img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 110px;
    }

    .section-brands-carousel-2 .owl-carousel {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

.footer-3 {
    background: #1a1a1a;
    color: white;
    font-size: 14px;
    padding: 115px 0 55px;
    position: relative;
}

    .footer-3 p {
        color: #eeeeee;
    }

    .footer-3:before {
        content: '';
        display: block;
        width: 164px;
        height: 36px;
        position: absolute;
        top: -34px;
        left: 0;
        right: 0;
        margin: auto;
        background: url(images/footer-arrow-up.png) center bottom no-repeat;
    }

    .footer-3 .widget {
        padding-right: 25px;
    }

.widget-menu-4 ul {
    padding: 0;
    margin: 0;
}

.widget-menu-4 li {
    list-style: none;
    margin-bottom: 20px;
    padding-right: 50px;
    position: relative;
    color: #dddddd;
    font-size: 13px;
    text-transform: uppercase;
}

    .widget-menu-4 li:after {
        content: '\f105';
        font-family: fontawesome;
        width: 33px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        border-radius: 50%;
        color: white;
        position: absolute;
        top: -8px;
        right: 0;
        background: #242424;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

.widget-timetable {
}

    .widget-timetable li {
        background: url(images/dash-border-gray.png) left bottom repeat-x;
        padding: 0 0 20px;
        margin: 0 0 20px;
        font-size: 13px;
        font-weight: 600;
    }

        .widget-timetable li:last-child {
            background: none;
        }

.blog-post-item-4 .thumbnail {
    margin-bottom: 30px;
    position: relative;
}

@media (min-width: 992px) {
    .blog-post-item-4.thumb-top-style .thumbnail:after {
        content: '';
        display: block;
        width: 102px;
        height: 22px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        margin: auto;
        background: url(images/fitness-blog-post-arrow-up.png);
        background-size: cover;
        background-position: center center;
        z-index: 10;
    }

    .blog-post-item-4.thumb-left-style .thumbnail:after {
        content: '';
        display: block;
        width: 22px;
        height: 102px;
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        margin: auto;
        background: url(images/fitness-blog-post-arrow-left.png);
        background-size: cover;
        background-position: center center;
        z-index: 10;
    }

    .blog-post-item-4.thumb-right-style .thumbnail:after {
        content: '';
        display: block;
        width: 22px;
        height: 102px;
        position: absolute;
        top: 0;
        left: -1px;
        bottom: 0;
        margin: auto;
        background: url(images/fitness-blog-post-arrow-right.png);
        background-size: cover;
        background-position: center center;
        z-index: 10;
    }
}

.blog-post-item-4 .item-content {
    margin-bottom: 30px;
}

.blog-post-item-4 .post-date {
    display: inline-block;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    color: white;
    font-size: 12px;
}

.blog-post-item-4 .post-title {
    font-size: 20px;
    color: #444;
    font-weight: bold;
    margin: 0 0 20px;
}

.blog-post-item-4 .post-excerpt {
    font-size: 14px;
    color: #555555;
}

.blog-post-item-4 .post-stats {
    font-size: 12px;
    color: #5b5b5b;
}

.blog-post-detail-3 .blog-post-header {
    margin-bottom: 50px;
}

    .blog-post-detail-3 .blog-post-header .post-date {
        display: inline-block;
        color: white;
        padding: 0 20px;
        line-height: 38px;
        height: 38px;
        font-size: 12px;
    }

    .blog-post-detail-3 .blog-post-header .post-title {
        font-size: 24px;
        font-weight: bold;
        color: #444444;
        margin: 15px 0 25px;
    }

    .blog-post-detail-3 .blog-post-header .post-stats {
        font-size: 12px;
        color: #5b5b5b;
    }

    .blog-post-detail-3 .blog-post-header .hr {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ececec;
    }

    .blog-post-detail-3 .blog-post-header .post-tags a {
        font-size: 13px;
        font-style: italic;
        color: #4a4a4a;
        font-weight: 600;
    }

.social-6 {
    margin: 0 0 30px;
}

    .social-6 li {
        display: inline-block;
        width: 45px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #4a4a4a;
        color: white;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .social-6 a {
        display: block;
    }

.list-style-4 {
    padding: 0;
    list-style: none;
    margin: 25px 0;
}

    .list-style-4 li {
        margin-bottom: 10px;
    }

        .list-style-4 li:before {
            content: "\f0da";
            font-family: fontawesome;
            margin-right: 12px;
        }

.blockquote-3 {
    margin: 30px 0;
    padding: 56px 72px;
    background: #fc3c2a;
    color: white;
    font-style: italic;
    font-size: 17px;
    border-radius: 4px;
}

    .blockquote-3 .blockquote-content {
        padding-left: 23px;
        border-left: 2px solid white;
    }

.user-quote-2 {
    margin-bottom: 60px;
    background: url(images/quote-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    position: relative;
    border-radius: 4px;
}

    .user-quote-2 .overlay {
        background: rgba(0, 0, 0, 0.7);
        padding: 53px 100px 60px 256px;
    }

    .user-quote-2 .author-avatar {
        width: 165px;
        position: absolute;
        z-index: 10;
        bottom: -22px;
        left: 41px;
    }

    .user-quote-2 .author-name {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 15px;
    }

    .user-quote-2 .quote-content {
        color: #9e9e9e;
        font-style: italic;
    }

    .user-quote-2 .quote-social {
        position: absolute;
        top: 16px;
        right: 18px;
        z-index: 10;
        font-size: 10px;
    }

        .user-quote-2 .quote-social ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .user-quote-2 .quote-social ul li {
                width: 30px;
                height: 33px;
                line-height: 33px;
                text-align: center;
                margin-bottom: 4px;
                background: #4a4a4a;
                -webkit-transition: .4s ease;
                transition: .4s ease;
            }

                .user-quote-2 .quote-social ul li a {
                    color: white;
                    display: block;
                }

.section-header-style-5 {
    margin-bottom: 35px;
}

    .section-header-style-5 .section-title {
        color: #272727;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        text-transform: uppercase;
    }

    .section-header-style-5 .section-sub-title {
        font-size: 13px;
        margin: 5px 0 0;
        font-weight: normal;
    }

.comment-item-3 {
    position: relative;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .comment-item-3 .comment-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        position: relative;
        z-index: 1;
    }

        .comment-item-3 .comment-avatar img {
            display: block;
        }

    .comment-item-3 .comment-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 36px;
    }

    .comment-item-3 .comment-header {
        margin: 0 0 18px;
    }

        .comment-item-3 .comment-header .comment-author {
            color: #444;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0;
        }

        .comment-item-3 .comment-header .comment-time {
            color: #919191;
            font-size: 12px;
            margin-left: 22px;
            text-transform: uppercase;
        }

    .comment-item-3 .comment-text {
        color: #666;
        font-style: italic;
    }

    .comment-item-3 .comment-actions {
        display: inline-block;
        margin-left: 96px;
        font-size: 13px;
        font-style: italic;
    }

    .comment-item-3.comment-child {
        margin-left: 100px;
    }

@media (max-width: 767px) {
    .comment-item-3.comment-child {
        margin-left: 25px;
    }
}

.form-style-5 input.input-styled,
.form-style-5 select.input-styled {
    height: 55px;
}

.form-style-5 .input-styled {
    border-radius: 30px;
    background: #f9f9f9;
    border-color: #f9f9f9;
}

.class-item {
    margin: 0 0 60px;
}

    .class-item .class-infomation {
        text-align: center;
        position: relative;
        margin: 0 10px;
        top: -54px;
        z-index: 10;
        background: white;
        border: 5px solid #fbfbfb;
        padding: 45px 20px 70px;
        color: #444;
    }

        .class-item .class-infomation .class-description {
            font-size: 13px;
            font-style: italic;
        }

        .class-item .class-infomation .class-title {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: bold;
            margin: 10px 0 15px;
            color: #444;
            -webkit-transition: .4s;
            transition: .4s;
        }

            .class-item .class-infomation .class-title:hover {
                color: #fc3c2a;
            }

        .class-item .class-infomation .class-schedule {
            color: #535353;
            font-size: 12px;
        }

        .class-item .class-infomation .class-price {
            width: 95px;
            height: 95px;
            color: white;
            border-radius: 50%;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -47px;
            margin: auto;
            z-index: 20;
        }

            .class-item .class-infomation .class-price .price-number {
                font-size: 25px;
                font-weight: bold;
                line-height: 1.2;
            }

            .class-item .class-infomation .class-price .price-text {
                font-size: 11px;
            }

.class-detail .class-detail-header {
    position: relative;
    margin-bottom: 85px;
}

    .class-detail .class-detail-header .class-infomation {
        max-width: 815px;
        z-index: 10;
        background: white;
        border: 5px solid #fbfbfb;
        padding: 40px 45px;
        color: #444;
    }

@media (min-width: 768px) {
    .class-detail .class-detail-header .class-infomation {
        position: absolute;
        bottom: -30px;
        left: 10px;
        right: 10px;
        margin: auto;
    }
}

.class-detail .class-detail-header .class-infomation .class-description {
    font-size: 13px;
    font-style: italic;
}

.class-detail .class-detail-header .class-infomation .class-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 15px;
    color: #444;
    -webkit-transition: .4s;
    transition: .4s;
}

    .class-detail .class-detail-header .class-infomation .class-title:hover {
        color: #fc3c2a;
    }

.class-detail .class-detail-header .class-infomation .class-schedule {
    color: #535353;
    font-size: 12px;
}

    .class-detail .class-detail-header .class-infomation .class-schedule .lb {
        color: #fc3c2a;
    }

.class-detail .class-detail-header .class-infomation .class-price {
    width: 95px;
    height: 95px;
    background: #fc3c2a;
    color: white;
    border-radius: 50%;
    margin-right: 24px;
}

    .class-detail .class-detail-header .class-infomation .class-price .price-number {
        font-size: 25px;
        font-weight: bold;
        line-height: 1.2;
    }

    .class-detail .class-detail-header .class-infomation .class-price .price-text {
        font-size: 11px;
    }

.section-header-style-6 {
    text-align: center;
    padding-bottom: 30px;
    margin: 0 0 30px;
    background: url(images/fitness-section-header-2-icon.png) center bottom no-repeat;
}

    .section-header-style-6 .section-title {
        font-size: 38px;
        font-weight: bold;
        text-transform: uppercase;
        color: #444;
    }

    .section-header-style-6 .section-sub-title {
        font-style: italic;
        margin: 0 0 15px;
        font-size: 15px;
    }

.section-description {
    max-width: 625px;
    margin: 0 auto 60px;
    font-size: 16px;
    color: #666666;
    margin-bottom: 50px;
}

.timetable {
    width: 100%;
    border-collapse: collapse;
    vertical-align: middle;
    table-layout: fixed;
}

@media (max-width: 991px) {
    .timetable {
        display: block;
        overflow-x: scroll;
    }
}

.timetable thead {
    background: #353535;
}

    .timetable thead th {
        text-align: center;
        border: none;
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        height: 70px;
    }

.timetable tbody {
    font-size: 13px;
    font-weight: bold;
}

    .timetable tbody td {
        padding: 50px 30px;
        text-align: center;
        border: 2px solid #f7f7f7;
    }

    .timetable tbody .td-light {
        background: #f5f5f5;
    }

    .timetable tbody .td-gray {
        background: #e9e9e9;
    }

    .timetable tbody .td-pink {
        background: #fff4f8;
    }

    .timetable tbody .td-purple {
        background: #faf4ff;
    }

    .timetable tbody .td-teal {
        background: #f4fff6;
    }

.product-item-1 {
    margin-bottom: 70px;
}

    .product-item-1 .product-name {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #333333;
        margin: 8px 0;
    }

    .product-item-1 .item-buttons {
        position: relative;
        z-index: 10;
        top: -30px;
    }

.product-action-buttons-1 a {
    position: relative;
    display: block;
    width: 55px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #1a1a1a;
    color: white;
    font-size: 12px;
    border-right: 1px solid #2f2f2f;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.product-price-1 {
}

    .product-price-1 .sale-price {
        font-weight: bold;
        font-size: 16px;
    }

    .product-price-1 .regular-price {
        font-size: 12px;
        color: #999999;
        margin-left: 3px;
        text-decoration: line-through;
    }

.product-detail-1 .product-image {
    margin-bottom: 40px;
    padding-right: 20px;
}

.product-detail-1 .review-count {
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
}

.product-detail-1 .product-name {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    margin: 8px 0;
}

.product-detail-1 .product-stock {
    font-size: 12px;
    color: #333333;
    margin-left: 35px;
}

    .product-detail-1 .product-stock span {
        margin-left: 6px;
    }

.product-detail-1 .product-description {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.product-detail-1 .product-quanty-input {
    font-style: normal;
    color: #000;
    font-weight: 500;
    display: inline-block;
    width: 100px;
    height: 60px;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    padding-right: 10px;
}

.product-detail-1 .product-tags {
    color: #4a4a4a;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}

    .product-detail-1 .product-tags a {
        color: #4a4a4a;
    }

    .product-detail-1 .product-tags i {
        margin-right: 5px;
    }

.team-item-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 247px;
    flex: 0 0 247px;
    padding: 0 10px;
    margin: 0 0 120px;
    text-align: center;
}

    .team-item-2 .member-name {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        color: #444;
        margin: 20px 0 5px;
    }

    .team-item-2 .member-role {
        font-size: 13px;
        color: #fc3c2a;
        font-weight: 500;
    }

.detailed-team-member-item-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 399px;
    margin-bottom: 50px;
    position: relative;
}

@media (min-width: 768px) {
    .detailed-team-member-item-2 {
        margin-right: 37px;
    }
}

.detailed-team-member-item-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    padding: 50px 40px;
    color: white;
}

.detailed-team-member-item-2 .member-name {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.detailed-team-member-item-2 .member-role {
    margin-left: 23px;
    font-size: 13px;
}

.detailed-team-member-item-2 .member-quote {
    font-style: italic;
    font-size: 15px;
    line-height: 1.7;
}

.detailed-team-member-item-2 .member-socials {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 20;
}

    .detailed-team-member-item-2 .member-socials ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .detailed-team-member-item-2 .member-socials ul li {
            width: 45px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            font-size: 12px;
            margin-bottom: 6px;
        }

            .detailed-team-member-item-2 .member-socials ul li a {
                display: block;
                background: rgba(255, 255, 255, 0.1);
                color: white;
                -webkit-transition: .4s ease;
                transition: .4s ease;
            }

                .detailed-team-member-item-2 .member-socials ul li a:hover {
                    background: #fc3c2a;
                }

.team-detail-2 .button {
    min-width: 137px;
}

.team-detail-2 .member-socials ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .team-detail-2 .member-socials ul li {
        display: inline-block;
        width: 45px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 12px;
        margin-bottom: 6px;
    }

        .team-detail-2 .member-socials ul li a {
            display: block;
            background: #4a4a4a;
            color: white;
            -webkit-transition: .4s ease;
            transition: .4s ease;
        }

            .team-detail-2 .member-socials ul li a:hover {
                background: #fc3c2a;
            }

.team-detail-2 .right-column {
    padding-left: 45px;
}

.team-detail-2 .member-infomation {
}

    .team-detail-2 .member-infomation .member-name {
        text-transform: uppercase;
        font-size: 24px;
        font-weight: bold;
        color: #333;
        line-height: 1;
    }

    .team-detail-2 .member-infomation .member-role {
        font-size: 13px;
        margin-left: 25px;
        font-weight: 500;
    }

    .team-detail-2 .member-infomation ul {
        font-size: 12px;
    }

        .team-detail-2 .member-infomation ul li {
            margin-bottom: 15px;
        }

.team-detail-2 p {
    color: #666666;
    line-height: 1.85;
    margin-bottom: 2rem;
}

.team-detail-2 .timetable-box {
    padding: 45px 55px;
    background: #1a1a1a;
    color: white;
    margin-bottom: 30px;
}

.calculator-box {
    padding: 70px 70px 30px;
    background: #fc3c2a;
    color: white;
    max-width: 410px;
    position: relative;
    margin-top: 145px;
    margin-bottom: -90px;
    border-radius: 4px;
}

@media (max-width: 575px) {
    .calculator-box {
        padding: 70px 20px 30px;
        margin-top: 50px;
    }
}

.calculator-box .box-header {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}

    .calculator-box .box-header .box-sub-title {
        font-size: 15px;
        font-weight: bold;
        margin: 0;
    }

    .calculator-box .box-header .box-title {
        font-size: 30px;
        font-weight: bold;
        margin: 0;
    }

.calculator-box .icon {
    position: absolute;
    width: 136px;
    height: 136px;
    line-height: 136px;
    left: 0;
    right: 0;
    top: -68px;
    margin: auto;
    z-index: 1000;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    background: #fc3c2a;
}

    .calculator-box .icon:after {
        content: '';
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 1px dashed white;
    }

.calculator-box .tabs-filter .tab {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    background: white;
    color: #444;
    min-width: 110px;
    text-align: center;
    position: relative;
}

    .calculator-box .tabs-filter .tab.active {
        background: #171717;
        color: white;
    }

        .calculator-box .tabs-filter .tab.active:after {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            background: #171717;
            border-radius: 6px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -7px;
            margin: auto;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .calculator-box .tabs-filter .tab:hover {
        color: #fc3c2a;
    }

.calculator-box .form-group {
    margin-bottom: 10px;
}

.calculator-box .input-styled {
    border-radius: 0;
    border: 2px solid white;
    color: white;
    background: none;
}

.calculator-box input.input-styled,
.calculator-box select.input-styled {
    height: 46px;
}

.calculator-box label {
    color: white;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}

.calculator-box ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

.calculator-box ::-ms-input-placeholder {
    color: white;
    opacity: 1;
}

.calculator-box :-ms-input-placeholder {
    color: white;
    opacity: 1;
}

.calculator-box ::placeholder {
    color: white;
    opacity: 1;
}

.calculator-box .custom-radio {
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.section-header-style-7 {
    margin-bottom: 15px;
}

    .section-header-style-7 .section-title {
        font-size: 42px;
        font-weight: bold;
        text-transform: uppercase;
        color: #444;
    }

.section-join-us {
    background: #f6f6f6;
}

    .section-join-us .section-content {
        padding-top: 200px;
        padding-bottom: 110px;
    }

@media (min-width: 992px) {
    .section-join-us .section-content {
        background: url(images/fitness-greeting-section.png) right bottom no-repeat;
        padding-left: 100px;
        padding-right: 440px;
    }
}

.section-join-us .section-text {
    font-size: 16px;
    margin-bottom: 30px;
}

.section-join-us .section-list-item {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

    .section-join-us .section-list-item li {
        margin-bottom: 20px;
        text-align: center;
        width: 130px;
    }

@media (min-width: 768px) {
    .section-join-us .section-list-item li {
        margin-right: 50px;
    }
}

.section-join-us .section-list-item li .item-icon {
    font-size: 38px;
}

.section-join-us .section-list-item li .item-title {
    color: #292929;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.plan-item {
    -webkit-box-shadow: 0 4px 22px 5px #f1f1f1;
    box-shadow: 0 4px 22px 5px #f1f1f1;
}

    .plan-item .item-header .overlay {
        height: 184px;
        color: white;
        position: relative;
        background: rgba(23, 23, 23, 0.9);
        padding: 0 70px;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .plan-item .item-header .plan-price {
    }

        .plan-item .item-header .plan-price .curency {
            font-size: 22px;
            font-weight: bold;
            position: relative;
            top: -9px;
        }

        .plan-item .item-header .plan-price .price-number {
            font-size: 40px;
            font-weight: bold;
        }

        .plan-item .item-header .plan-price .plan-period {
            font-size: 14px;
            color: #fc3c2a;
        }

    .plan-item .item-header .plan-name {
        font-size: 20px;
        font-weight: bold;
    }

    .plan-item .item-header .card-image {
        position: absolute;
        right: 20px;
        bottom: -63px;
        background: white;
        width: 146px;
        height: 146px;
        border-radius: 50%;
    }

        .plan-item .item-header .card-image img {
            width: 77px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }

    .plan-item .item-content .content-overlay {
        background: rgba(255, 255, 255, 0.9);
        padding: 70px 50px 45px;
    }

    .plan-item .item-content ul {
        padding: 0 20px 15px;
        margin: 0 0 10px;
        list-style: none;
    }

        .plan-item .item-content ul li {
            margin: 0 0 20px;
            font-size: 14px;
            font-style: italic;
        }

            .plan-item .item-content ul li:before {
                content: "\f00c";
                font-family: fontawesome;
                font-size: 11px;
                color: #f14242;
                margin-right: 9px;
            }

    .plan-item .button {
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .plan-item.style-1 .item-header {
        background: url(images/fitness-plan-1-header.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .plan-item.style-1 .item-content {
        background: url(images/fitness-plan-1-content.png) no-repeat;
        background-position: right top;
    }

    .plan-item.style-2 .item-header {
        background: url(images/fitness-plan-2-header.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .plan-item.style-2 .item-content {
        background: url(images/fitness-plan-2-content.png) no-repeat;
        background-position: right top;
    }

    .plan-item.style-2 .item-header .overlay {
        background: rgba(252, 60, 42, 0.9);
    }

    .plan-item.style-3 .item-header {
        background: url(images/fitness-plan-3-header.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .plan-item.style-3 .item-content {
        background: url(images/fitness-plan-3-content.png) no-repeat;
        background-position: right top;
    }

.layout-3 .section-teams,
.layout-3 .section-timetable {
    position: relative;
}

    .layout-3 .section-teams:before,
    .layout-3 .section-timetable:before {
        content: '';
        display: block;
        width: 164px;
        height: 36px;
        position: absolute;
        top: -34px;
        left: 0;
        right: 0;
        margin: auto;
        background: url(images/section-arrow-1.png) center bottom no-repeat;
    }

.layout-3 .section-recent-posts,
.layout-3 .section-feature-products,
.layout-3 .section-classes,
.layout-3 .section-pricing-table {
    position: relative;
}

    .layout-3 .section-recent-posts:before,
    .layout-3 .section-feature-products:before,
    .layout-3 .section-classes:before,
    .layout-3 .section-pricing-table:before {
        content: '';
        display: block;
        width: 164px;
        height: 36px;
        position: absolute;
        top: -34px;
        left: 0;
        right: 0;
        margin: auto;
        background: url(images/section-arrow-2.png) center bottom no-repeat;
    }

.layout-3 .section-counter {
    position: relative;
}

    .layout-3 .section-counter:before {
        content: '';
        display: block;
        width: 164px;
        height: 36px;
        position: absolute;
        top: -34px;
        left: 0;
        right: 0;
        margin: auto;
        background: url(images/section-arrow-3.png) center bottom no-repeat;
    }

.counter-style-3 {
    background: url(images/fitness-counter-bg.png);
    background-size: cover;
    background-position: center center;
}

    .counter-style-3 .overlay {
        padding: 100px 0;
        background: rgba(23, 23, 23, 0.7);
    }

    .counter-style-3 .counter-item {
        height: 155px;
        color: #383838;
        background: #f8f8f8;
        text-align: center;
        padding: 0 30px;
    }

        .counter-style-3 .counter-item .item-number {
            font-size: 38px;
            font-weight: bold;
        }

        .counter-style-3 .counter-item .item-text {
            font-size: 13px;
            font-weight: 500;
        }

.header-4 .header-infomation {
    font-size: 12px;
}

    .header-4 .header-infomation ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .header-4 .header-infomation ul li {
            display: inline-block;
            line-height: 13px;
            height: 13px;
            margin: 23px 0;
        }

            .header-4 .header-infomation ul li:not(:first-child) {
                padding-left: 27px;
                margin-left: 55px;
                border-left: 1px solid #adadad;
            }

            .header-4 .header-infomation ul li a {
                color: inherit;
            }

.header-4 .header-nav {
    margin-bottom: -70px;
    border-radius: 4px;
    position: relative;
    z-index: 10;
    background: #1b1b26;
    padding: 20px;
}

@media (min-width: 1300px) {
    .header-4 .header-nav {
        padding-left: 80px;
        padding-right: 80px;
        margin-left: -80px;
        margin-right: -80px;
    }
}

.header-4 .main-menu {
}

    .header-4 .main-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .header-4 .main-menu .menu > li {
        float: left;
        position: relative;
    }

        .header-4 .main-menu .menu > li > a {
            display: block;
            padding: 30px 20px;
            color: white;
            font-weight: 600;
            font-size: 14px;
        }

    .header-4 .main-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 220px;
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 0;
        font-size: 14px;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .header-4 .main-menu .sub-menu .sub-menu {
            top: 0;
            left: 100%;
        }

        .header-4 .main-menu .sub-menu li {
            position: relative;
            padding: 10px 20px;
        }

        .header-4 .main-menu .sub-menu a {
            color: white;
        }

    .header-4 .main-menu a {
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .header-4 .main-menu li:hover > a {
        color: #0085d3;
    }

    .header-4 .main-menu li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
    }

.social-7 a {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 12px;
    color: white;
    background: #fafafa;
    border-radius: 2px;
    color: #4b4b4b;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

    .social-7 a:hover {
        background: #0085d3;
        color: white;
    }

.page-header-4 {
    background: url(images/medical-page-header.png) no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
}

    .page-header-4 .overlay {
        padding: 155px 0 65px;
        background: rgba(2, 2, 17, 0.6);
    }

@media (max-width: 991px) {
    .page-header-4 .overlay {
        padding: 65px 0;
    }
}

.page-header-4 .page-header-title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

    .page-header-4 .page-header-title:after {
        content: '';
        display: inline-block;
        width: 43px;
        height: 2px;
        background: white;
        margin-left: 10px;
        margin-bottom: 2px;
    }

.page-header-4 .page-header-breadcrumb {
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

    .page-header-4 .page-header-breadcrumb a {
        color: white;
    }

.footer-4 {
    background: #19191e;
    color: white;
    font-size: 14px;
    padding: 115px 0 55px;
    position: relative;
}

    .footer-4 p {
        color: #eeeeee;
    }

.social-8 li {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 12px;
    color: white;
    background: #383838;
    border-radius: 2px;
    color: white;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.social-8 a {
    display: block;
}

.widget-post-item-2 {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px dashed #979797;
}

    .widget-post-item-2:last-child {
        border: none;
    }

    .widget-post-item-2 .avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 19px;
    }

        .widget-post-item-2 .avatar img {
            display: block;
            width: 100%;
        }

    .widget-post-item-2 .item-text {
    }

        .widget-post-item-2 .item-text .item-title {
            font-size: 15px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0 0 5px;
        }

        .widget-post-item-2 .item-text .item-description {
            font-size: 13px;
            color: #d4d4d4;
        }

.widget-subscribe .form-group {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.widget-subscribe .email-input {
    font-size: 12px;
    font-style: italic;
    padding-right: 60px;
}

.widget-subscribe .submit-button {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
}

.widget-post-item-3 {
}

    .widget-post-item-3:not(:last-child) {
        padding-bottom: 22px;
        margin-bottom: 22px;
        border-bottom: 1px dashed #979797;
    }

    .widget-post-item-3 .thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        margin-right: 18px;
    }

    .widget-post-item-3 .post-title {
        font-size: 15px;
        margin: 0 0 8px;
        font-weight: 600;
    }

    .widget-post-item-3 .post-time {
        color: #0085d3;
        font-size: 13px;
        font-weight: 500;
    }

.widget-menu-5 {
}

    .widget-menu-5 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .widget-menu-5 li {
        margin-bottom: 18px;
        font-size: 13px;
        font-weight: bold;
    }

        .widget-menu-5 li a {
            color: inherit;
            -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
        }

            .widget-menu-5 li a:before {
                content: "\f054";
                font-family: 'fontawesome';
                font-size: 10px;
                margin-right: 10px;
            }

            .widget-menu-5 li a:hover {
                color: #0085d3;
            }

.widget-menu-8 {
}

    .widget-menu-8 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .widget-menu-8 li {
        margin-bottom: 22px;
        font-size: 13px;
        font-weight: 500;
        border-bottom: 1px solid #e8e8e8;
    }

        .widget-menu-8 li a {
            color: #444;
            position: relative;
            z-index: 10;
            top: 9px;
        }

            .widget-menu-8 li a:hover {
                color: #0085d3;
            }

        .widget-menu-8 li span {
            background: white;
        }

        .widget-menu-8 li .category-name {
            padding-right: 5px;
        }

        .widget-menu-8 li .count {
            padding-left: 5px;
        }

.widget-contact-infomation-3 ul {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 30px;
}

    .widget-contact-infomation-3 ul li {
        margin: 0 0 12px;
    }

.widget-contact-infomation-3 p {
    font-style: italic;
}

.blog-post-item-5 {
    margin-bottom: 80px;
}

    .blog-post-item-5 .thumbnail {
        position: relative;
        margin-bottom: 25px;
    }

        .blog-post-item-5 .thumbnail img {
            border-radius: 3px;
        }

    .blog-post-item-5 .post-date {
        position: absolute;
        right: 25px;
        bottom: 25px;
        z-index: 100;
        color: white;
        border-radius: 2px;
        padding: 7px 16px;
        text-transform: uppercase;
        font-size: 11px;
        display: inline-block;
    }

    .blog-post-item-5 .post-author-n-comments {
        margin-bottom: 15px;
    }

    .blog-post-item-5 .post-author {
        font-size: 12px;
        color: #888888;
        margin-right: 25px;
        font-weight: bold;
    }

    .blog-post-item-5 .post-comment-count {
        font-size: 12px;
        font-weight: bold;
    }

    .blog-post-item-5 .post-title {
        color: #444;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
        margin: 0 0 20px;
    }

    .blog-post-item-5 .post-excerpt {
        color: #666;
        font-size: 15px;
        line-height: 26px;
    }

.blog-post-detail-4 .thumbnail {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .blog-post-detail-4 .thumbnail img {
        width: 100%;
    }

.blog-post-detail-4 .post-date {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    right: 24px;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    color: white;
}

.blog-post-detail-4 .post-author {
    font-size: 11px;
    color: #888888;
    font-weight: 600;
}

.blog-post-detail-4 .post-comments-count {
    font-size: 12px;
    margin-left: 24px;
    font-weight: 600;
}

.blog-post-detail-4 .post-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 30px;
}

.blog-post-detail-4 .post-tags-n-sharing {
    line-height: 47px;
    border: 1px solid #eeeeee;
    padding-left: 50px;
    position: relative;
    margin-left: 27px;
}

    .blog-post-detail-4 .post-tags-n-sharing:before {
        content: "\f02c";
        font-family: fontawesome;
        font-size: 16px;
        color: white;
        height: 53px;
        line-height: 53px;
        width: 53px;
        text-align: center;
        display: block;
        border-radius: 50%;
        color: white;
        position: absolute;
        left: -27px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.blog-post-detail-4 .post-tags {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
}

.blog-post-detail-4 .post-sharing {
    border-left: 1px solid #eeeeee;
    padding: 0 32px;
}

    .blog-post-detail-4 .post-sharing a {
        font-size: 12px;
        color: #4b4b4b;
        display: inline-block;
        padding: 0 8px;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

        .blog-post-detail-4 .post-sharing a:hover {
            color: #0085d3;
        }

.blog-post-detail-4 .blog-post-content {
    padding: 60px 0;
}

    .blog-post-detail-4 .blog-post-content h1, .blog-post-detail-4 .blog-post-content h2, .blog-post-detail-4 .blog-post-content h3, .blog-post-detail-4 .blog-post-content h4 {
        font-size: 22px;
        font-weight: bold;
        color: #3d3d3d;
        margin: 30px 0 20px;
    }

.blockquote-4 {
    padding: 60px 100px;
    background: #0085d3;
    color: white;
    font-style: italic;
    margin: 65px 0 40px;
    border-radius: 4px;
    position: relative;
}

    .blockquote-4:before {
        content: '';
        display: block;
        width: 87px;
        height: 87px;
        border-radius: 50%;
        position: absolute;
        top: -44px;
        left: 0;
        right: 0;
        margin: auto;
        border: 2px dashed white;
    }

    .blockquote-4:after {
        content: "\f10d";
        font-family: fontawesome;
        font-size: 19px;
        line-height: 65px;
        height: 65px;
        width: 65px;
        text-align: center;
        display: block;
        background: #0085d3;
        color: white;
        position: absolute;
        top: -33px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 50%;
        text-align: center;
        font-style: normal;
    }

    .blockquote-4 * {
        color: #fff;
    }

@media (max-width: 767px) {
    .blockquote-4 {
        padding: 60px 30px;
    }
}

.section-header-style-8 .section-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    margin: 0 0 30px;
}

.comment-item-4:not(:last-child) {
    padding-bottom: 37px;
    margin-bottom: 37px;
    border-bottom: 1px solid #eeeeee;
}

.comment-item-4.comment-child {
    padding-left: 70px;
}

.comment-item-4 .comment-avatar {
    margin: 0 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    position: relative;
}

.comment-item-4 .comment-content .comment-author {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.comment-item-4 .comment-content .comment-time {
    color: #0085d3;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
}

    .comment-item-4 .comment-content .comment-time:before {
        content: '';
        display: inline-block;
        width: 40px;
        height: 1px;
        border: 1px solid;
        margin-right: 8px;
    }

.comment-item-4 .comment-content .comment-text {
    color: #555555;
    font-style: italic;
    margin-top: 15px;
}

.comment-item-4 .reply-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -29px;
    margin: auto;
    width: 58px;
    height: 33px;
    line-height: 33px;
    font-size: 11px;
    font-weight: bold;
    color: white;
    background: #0085d3;
    text-align: center;
    border-radius: 20px;
    border: none;
}

    .comment-item-4 .reply-button:after {
        content: '';
        display: block;
        height: 50px;
        width: 75px;
        border-radius: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -9px;
        margin: auto;
        border: 2px dashed white;
    }

.department-item {
    margin-bottom: 100px;
    position: relative;
}

    .department-item .item-content {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: -30px;
    }

    .department-item .icon {
        width: 120px;
        height: 120px;
        line-height: 100px;
        text-align: center;
        font-size: 33px;
        color: white;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -60px;
        border-radius: 50%;
        z-index: 10;
    }

        .department-item .icon i {
            position: relative;
            z-index: 30;
        }

    .department-item .item-title {
        position: relative;
        z-index: 20;
        padding: 20px;
        line-height: 20px;
        color: white;
        margin: 0;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }

.department-detail .detail-header {
    position: relative;
    margin-bottom: 70px;
}

    .department-detail .detail-header .icon {
        width: 113px;
        height: 113px;
        border: 16px solid white;
        color: white;
        font-size: 33px;
        border-radius: 50%;
        position: absolute;
        left: 24px;
        bottom: -62px;
    }

.content-box-1 {
    color: white;
    padding: 54px 72px 54px 52px;
}

    .content-box-1 .box-title {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 30px;
        color: white;
    }

    .content-box-1 ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .content-box-1 li {
        font-size: 13px;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .content-box-1 li:not(:last-child) {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px dashed #ffffff99;
        }

.department-pricing {
    margin: 50px 0;
}

.section-header-style-9 {
    margin: 0 0 50px;
    padding-bottom: 25px;
    text-align: center;
    background: url(images/medical-section-header-2-icon.png) no-repeat center bottom;
}

    .section-header-style-9 .section-title {
        font-weight: bold;
        color: #444444;
        font-size: 25px;
        text-transform: uppercase;
    }

    .section-header-style-9 .section-sub-title {
        font-size: 14px;
        font-weight: 500;
    }

.social-9 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #363636;
    background: white;
    display: block;
    margin-bottom: 4px;
    border-radius: 50%;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

    .social-9 a:not(:first-child) {
        display: none;
    }

    .social-9 a:hover {
        color: white;
    }

.social-9:hover a {
    display: block;
}

.team-item-3 {
    margin: 0 0 70px;
}

    .team-item-3 .thumbnail {
        position: relative;
        border-radius: 4px;
        overflow: hidden;
    }

    .team-item-3 .item-title {
        margin: 25px 0 10px;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: bold;
        color: #444;
    }

    .team-item-3 .item-sub-title {
        font-size: 13px;
        color: #555;
        font-weight: 600;
    }

    .team-item-3 .item-phone-number {
        font-size: 12px;
        color: #363636;
        margin-top: 25px;
        font-weight: 600;
    }

    .team-item-3 .item-social {
        position: absolute;
        top: 27px;
        right: 32px;
        width: 40px;
        z-index: 10;
    }

.service-item-2 {
    margin: 0 0 50px;
}

    .service-item-2 .thumbnail {
        border-radius: 2px;
    }

        .service-item-2 .thumbnail img {
            border-radius: 2px;
        }

    .service-item-2 .icon {
        display: none;
    }

@media (min-width: 576px) {
    .service-item-2 .thumbnail-col {
        margin-right: 43px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 232px;
        flex: 0 0 232px;
        max-width: 232px;
    }

    .service-item-2 .content-col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 275px);
        flex: 1 1 calc(100% - 275px);
        max-width: calc(100% - 275px);
    }

    .service-item-2 .icon {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        color: white;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -20px;
        z-index: 20;
        font-size: 14px;
    }

        .service-item-2 .icon:after {
            content: '';
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 2px dashed white;
            position: absolute;
            top: -10px;
            left: -10px;
            z-index: 10;
        }

    .service-item-2.thumb-right-style .thumbnail-col {
        margin-left: 43px;
        margin-right: 0;
    }

    .service-item-2.thumb-right-style .icon {
        left: -20px;
        right: auto;
    }
}

.service-item-2 .item-title {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin: 0 0 25px;
}

.timetable-box {
    background: #0098f1;
    color: white;
}

    .timetable-box .box-title {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 35px;
    }

    .timetable-box li {
        font-size: 12px;
        font-weight: bold;
    }

        .timetable-box li:not(:last-child) {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px dashed white;
        }

.testimonial-slider-3 {
    margin-top: 20px;
    padding: 0 40px;
}

    .testimonial-slider-3 .item {
        text-align: center;
    }

        .testimonial-slider-3 .item .avatar {
            width: 76px;
            height: 76px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 18px;
        }

        .testimonial-slider-3 .item .item-text {
            max-width: 420px;
            margin: 0 auto;
            color: #393131;
            font-style: italic;
        }

        .testimonial-slider-3 .item .item-author {
            margin-top: 18px;
        }

            .testimonial-slider-3 .item .item-author .author-name {
                font-size: 16px;
                text-transform: uppercase;
                color: #444;
                font-weight: bold;
            }

            .testimonial-slider-3 .item .item-author .author-description {
                font-style: italic;
                font-size: 12px;
                margin-left: 5px;
                color: #0085d3;
                font-weight: 500;
            }

    .testimonial-slider-3 .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
    }

        .testimonial-slider-3 .owl-nav button.owl-prev,
        .testimonial-slider-3 .owl-nav button.owl-next {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: white !important;
            border-radius: 50%;
        }

.featrue-and-plans-box {
    padding: 70px;
    background: #fafafa;
}

@media (max-width: 575px) {
    .featrue-and-plans-box {
        padding: 40px 20px;
    }
}

.featrue-and-plans-box .title {
    font-size: 22px;
    font-weight: bold;
    color: #3d3d3d;
    margin: 0 0 10px;
}

.featrue-and-plans-box .price {
    font-weight: bold;
    font-size: 16px;
}

.featrue-and-plans-box p {
    font-style: italic;
}

.featrue-and-plans-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .featrue-and-plans-box ul li {
        margin: 0 0 10px;
        font-size: 13px;
        font-weight: bold;
    }

.section-emergency-care {
    padding: 70px 0;
    background: #1a1a1a;
    color: white;
}

    .section-emergency-care .section-title {
        font-weight: bold;
        font-size: 25px;
        text-transform: uppercase;
        margin: 0 0 15px;
    }

.section-header-style-10 {
    margin: 0 0 35px;
}

    .section-header-style-10 .section-sub-title {
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 5px;
    }

    .section-header-style-10 .section-title {
        font-weight: bold;
        font-style: 28px;
        text-transform: uppercase;
        margin: 0;
    }

.form-style-6 .input-styled {
    border-color: white;
    background: transparent;
    border-radius: 3px;
    color: inherit;
    font-size: 12px;
}

    .form-style-6 .input-styled option {
        color: #444;
    }

.form-style-6 ::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

.form-style-6 ::-ms-input-placeholder {
    color: white;
    opacity: 1;
}

.form-style-6 :-ms-input-placeholder {
    color: white;
    opacity: 1;
}

.form-style-6 ::placeholder {
    color: white;
    opacity: 1;
}

.gallery-grid-box {
    width: 500px;
    position: relative;
}

    .gallery-grid-box .box-item {
        border: 10px solid white;
        position: relative;
        z-index: 100;
        margin-bottom: 27px;
    }

.comment-avatar .avatar-media {
    display: inline-block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 100%;
}

    .comment-avatar .avatar-media img {
        width: 100%
    }

@media (min-width: 576px) {
    .gallery-grid-box .box-item {
        width: 148px;
    }
}

.gallery-grid-box .inner-box {
    padding: 30px 20px;
    margin-bottom: 27px;
    background: white;
    text-align: center;
    z-index: 50;
}

@media (min-width: 576px) {
    .gallery-grid-box .inner-box {
        position: absolute;
        margin: auto;
        top: 80px;
        bottom: 107px;
        left: 80px;
        right: 80px;
        margin-bottom: 0;
    }
}

.gallery-grid-box .inner-box .box-text {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
    line-height: 1;
}

.gallery-grid-box .inner-box a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
}

.post-carousel-2 .owl-nav {
    text-align: center;
}

    .post-carousel-2 .owl-nav .owl-prev,
    .post-carousel-2 .owl-nav .owl-next {
        display: inline-block;
        background: #3d3d3d !important;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white !important;
        border-radius: 50%;
        margin: 0 2px;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .post-carousel-2 .owl-nav .owl-prev:hover,
        .post-carousel-2 .owl-nav .owl-next:hover {
            background: #0085d3 !important;
        }

.post-carousel-3 .slider-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 40px;
}

.post-carousel-3 .owl-carousel {
    position: relative;
}

.post-carousel-3 .owl-nav {
    text-align: right;
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
}

    .post-carousel-3 .owl-nav .owl-prev,
    .post-carousel-3 .owl-nav .owl-next {
        display: inline-block;
        background: white !important;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white !important;
        border-radius: 50%;
        margin: 0 2px;
        -webkit-transition: .4s;
        transition: .4s;
        color: black !important;
    }

        .post-carousel-3 .owl-nav .owl-prev:hover,
        .post-carousel-3 .owl-nav .owl-next:hover {
            color: white !important;
            background: #0085d3 !important;
        }

.content-box-2 {
    color: white;
    padding: 70px 80px;
}

    .content-box-2 .box-title {
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 30px;
        color: white;
    }

.list-style-5 {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-style-5 li {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .list-style-5 li:not(:last-child) {
            padding-bottom: 20px;
            margin-bottom: 20px;
            border-bottom: 1px dashed #99d6f9;
        }

.team-bio-header {
    margin-bottom: 60px;
}

    .team-bio-header .thumbnail {
        position: relative;
    }

    .team-bio-header .item-social {
        position: absolute;
        top: 27px;
        right: 51px;
        z-index: 10;
    }

    .team-bio-header .team-title {
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 5px;
    }

    .team-bio-header .team-role {
        font-size: 13px;
        margin: 0 0 30px;
        color: #555555;
    }

    .team-bio-header p {
        font-style: italic;
        margin: 0 0 40px;
    }

    .team-bio-header ul {
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 40px;
    }

        .team-bio-header ul li {
            margin: 0 0 15px;
        }

            .team-bio-header ul li i {
                width: 22px;
            }

.footer-5 {
    background: #131313;
}

.widget-post-item-4 {
    font-size: 13px;
}

    .widget-post-item-4:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px dashed #505050;
    }

    .widget-post-item-4 .post-date {
        text-transform: uppercase;
        margin-bottom: 15px;
    }

.blog-post-5-wrap {
    max-width: 1360px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-left: auto !important;
    margin-right: auto !important;
}

.footer-5 .widget-menu ul li {
    padding: 7px 0;
}

@media (min-width: 1300px) {
    .blog-post-5-row {
        margin-left: -45px;
        margin-right: -45px;
    }
}

.blog-post-5-row > [class^="col"] {
    padding: 65px 45px !important;
}

@media (max-width: 575px) {
    .blog-post-5-row > [class^="col"] {
        padding: 65px 15px !important;
    }
}

@media (max-width: 767px) {
    .blog-post-5-row > [class^="col"]:nth-child(n + 2) {
        border-top: 1px solid #dddddd;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .blog-post-5-row > [class^="col"]:nth-child(n + 3) {
        border-top: 1px solid #dddddd;
    }

    .blog-post-5-row > [class^="col"]:nth-child(2n + 1) {
        border-right: 1px solid #dddddd;
        padding-left: 0 !important;
    }

    .blog-post-5-row > [class^="col"]:nth-child(2n) {
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .blog-post-5-row > [class^="col"]:nth-child(n + 4) {
        border-top: 1px solid #dddddd;
    }

    .blog-post-5-row > [class^="col"]:nth-child(3n + 1) {
        border-right: 1px solid #dddddd;
    }

    .blog-post-5-row > [class^="col"]:nth-child(3n + 3) {
        border-left: 1px solid #dddddd;
    }
}

@media (min-width: 1300px) {
    .blog-post-5-row > [class^="col"]:nth-child(3n + 4) {
        position: relative;
    }

        .blog-post-5-row > [class^="col"]:nth-child(3n + 4):before {
            content: '';
            display: block;
            position: absolute;
            top: -1px;
            right: 100%;
            width: 50px;
            height: 1px;
            background: #dddddd;
        }

    .blog-post-5-row > [class^="col"]:nth-child(3n + 6) {
        position: relative;
    }

        .blog-post-5-row > [class^="col"]:nth-child(3n + 6):after {
            content: '';
            display: block;
            position: absolute;
            top: -1px;
            left: 100%;
            width: 50px;
            height: 1px;
            background: #dddddd;
        }
}

.blog-post-item-6 .thumbnail {
    margin: 0 0 25px;
}

.blog-post-item-6 .post-description {
    text-transform: uppercase;
    font-size: 13px;
}

.blog-post-item-6 .post-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 20px;
}

.blog-post-item-6 .post-excerpt {
    color: #666;
}

.blog-header-5 {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
}

    .blog-header-5 .blog-detail-social {
        position: absolute;
        right: 33px;
        bottom: 42px;
    }

@media (max-width: 575px) {
    .blog-header-5 .blog-detail-social {
        bottom: 5px;
        right: 5px;
    }
}

.blog-header-5 .blog-header-meta {
    padding: 55px 0 50px;
}

    .blog-header-5 .blog-header-meta .post-description {
        font-size: 13px;
    }

    .blog-header-5 .blog-header-meta .post-title {
        font-size: 24px;
        font-weight: bold;
        padding: 10px 0 25px;
    }

    .blog-header-5 .blog-header-meta .post-tags {
        font-size: 13px;
        font-style: italic;
        color: #4a4a4a;
    }

.social-10 li {
    font-size: 10px;
    width: 35px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #2f2f2f;
    background: white;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

    .social-10 li:hover {
        background: #fc3c2a;
        color: white;
    }

    .social-10 li a {
        display: block;
    }

.blockquote-50 {
    font-style: italic;
    color: #464646;
    font-size: 18px;
    padding-left: 25px;
    border-left: 3px solid #595959;
    margin: 2.5rem 0;
    max-width: 800px;
}

.comment-item-5 {
    position: relative;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .comment-item-5 .comment-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        position: relative;
        z-index: 1;
    }

        .comment-item-5 .comment-avatar img {
            display: block;
        }

    .comment-item-5 .comment-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 36px;
    }

    .comment-item-5 .comment-header {
        margin: 0 0 18px;
    }

        .comment-item-5 .comment-header .comment-author {
            color: #444;
            font-size: 22px;
            font-weight: 800;
            text-transform: uppercase;
            margin: 0;
        }

        .comment-item-5 .comment-header .comment-time {
            color: #535353;
            font-size: 12px;
            margin-left: 15px;
            text-transform: uppercase;
        }

    .comment-item-5 .comment-text {
        color: #666;
        font-style: italic;
    }

    .comment-item-5 .comment-actions {
        display: inline-block;
        margin-left: 96px;
        font-size: 13px;
        font-style: italic;
        font-weight: 600;
    }

    .comment-item-5.comment-child {
        margin-left: 100px;
    }

@media (max-width: 767px) {
    .comment-item-5.comment-child {
        margin-left: 25px;
    }
}

.form-style-7 input.input-styled,
.form-style-7 select.input-styled {
    height: 55px;
}

.form-style-7 .input-styled {
    border-radius: 30px;
    background: #f9f9f9;
    border-color: #f9f9f9;
}

.section-header-style-11 {
    margin-bottom: 35px;
}

    .section-header-style-11 .section-title {
        font-size: 24px;
        font-weight: 800;
        margin: 0;
        text-transform: uppercase;
    }

.product-item-4 {
    margin-bottom: 62px;
    position: relative;
}

    .product-item-4 .thumbnail {
        background: #f5f5f5;
    }

    .product-item-4 .price-n-rating {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 53px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 0 30px;
    }

    .product-item-4 .product-price {
        font-size: 16px;
        font-weight: bold;
    }

    .product-item-4 .item-content {
        padding-top: 25px;
    }

    .product-item-4 .product-id {
        font-size: 12px;
        color: #757070;
    }

    .product-item-4 .product-name {
        margin: 10px 0 25px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .product-item-4 .item-badge {
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        top: -10px;
        right: -10px;
        z-index: 20;
    }

    .product-item-4 .item-badge-green {
        background: #43d47d;
        color: white;
    }

    .product-item-4 .item-badge-red {
        background: #e53333;
        color: white;
    }

    .product-item-4 .button {
        -webkit-transition: .4s;
        transition: .4s;
    }

        .product-item-4 .button:hover {
            color: white;
            border-color: transparent;
        }

.article-with-overlay-6 {
    position: relative;
    margin-bottom: 60px;
}

    .article-with-overlay-6 .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        padding: 60px 48px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    }

    .article-with-overlay-6 .item-title {
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 18px;
    }

    .article-with-overlay-6 .item-sub-title {
        margin: 0;
        font-size: 14px;
    }

    .article-with-overlay-6 .thumbnail img {
        -webkit-transition: .5s;
        transition: .5s;
    }

    .article-with-overlay-6:hover .thumbnail img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.cart-table {
    vertical-align: middle;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 35px;
}

    .cart-table thead tr {
        background: #fc3c2a;
    }

        .cart-table thead tr th {
            height: 96px;
            color: white;
            font-size: 13px;
            text-transform: uppercase;
            padding: 0 60px;
        }

    .cart-table tbody tr td {
        padding: 30px 60px;
        border: 1px solid #e2e2e2;
        font-size: 14px;
        font-weight: 600;
    }

        .cart-table tbody tr td:first-child {
            padding-left: 34px;
        }

@media (max-width: 991px) {
    .cart-table thead {
        display: none;
    }

    .cart-table tr {
        display: block;
        margin-bottom: 20px;
    }

    .cart-table td {
        display: block;
        width: 100% !important;
        text-align: right;
    }
}

.cart-table .cart-quanty-input {
    max-width: 100px;
    font-weight: 600;
}

.cart-table .cart-item-remove {
    color: #a2a2a2;
    font-size: 16px;
    padding: 10px;
    margin-right: 35px;
    display: inline-block;
    cursor: pointer;
}

    .cart-table .cart-item-remove:hover {
        color: #fc3c2a;
    }

.cart-table .cart-item-thumbnail {
    width: 64px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 34px;
    background: #f3f3f3;
}

.cart-table .cart-item-name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}

.cart-summary {
    background: #fc3c2a;
    color: white;
    padding: 18px 36px;
    font-weight: bold;
    text-transform: uppercase;
}

    .cart-summary .item-text {
        margin: 10px 0;
    }

@media (min-width: 992px) {
    .cart-summary .item-text {
        margin-left: 100px;
    }
}

.cart-summary .button {
    background: #2d2d2d;
    border-color: #2d2d2d;
    color: white;
}

@media (min-width: 992px) {
    .cart-summary .button {
        margin-left: 100px;
    }
}

.cart-widget {
    margin-bottom: 50px;
}

    .cart-widget .cart-widget-title {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        position: relative;
        border-bottom: 1px solid #d6d6d6;
        padding-bottom: 25px;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

        .cart-widget .cart-widget-title:after {
            content: '';
            display: block;
            width: 38px;
            height: 4px;
            background: #fc3c2a;
            position: absolute;
            left: 0;
            bottom: 0;
        }

.cart-total-box {
    padding: 30px;
    background: #121212;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

    .cart-total-box .lb {
        width: 40%;
    }

.checkout-payment {
    padding: 65px 50px;
    background: #fafafa;
    border-radius: 6px;
}

@media (max-width: 575px) {
    .checkout-payment {
        padding: 40px 20px;
    }
}

.checkout-payment .box-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 35px;
    color: #333333;
}

.checkout-payment .hr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin: 15px 0;
}

.checkout-payment .payment-pricing-compute {
    font-size: 14px;
    color: #555555;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
}

.checkout-payment .button {
    min-width: 200px;
}

.checkout-payment .payment-methods {
    margin-bottom: 60px;
}

.custom-checkbox,
.custom-radio {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

    .custom-checkbox input,
    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custom-checkbox .checkmark,
    .custom-radio .checkmark {
        position: relative;
        height: 11px;
        width: 11px;
        background-color: #cdcdcd;
        margin-right: 12px;
    }

    .custom-checkbox input:checked ~ .checkmark,
    .custom-radio input:checked ~ .checkmark {
        background-color: #000;
    }

        .custom-checkbox input:checked ~ .checkmark:after,
        .custom-radio input:checked ~ .checkmark:after {
            display: block;
        }

.color-inverse .custom-checkbox .checkmark,
.color-inverse .custom-radio .checkmark {
    background: white;
}

.custom-number-input {
    position: relative;
    padding-right: 30px;
    color: #404040;
}

    .custom-number-input input {
        height: 54px;
        text-align: center;
        background: #f0f0f0;
        border: 1px solid #f0f0f0;
        color: #404040;
        font-size: 14px;
        border-radius: 6px 0 0 6px;
    }

        .custom-number-input input::-webkit-outer-spin-button, .custom-number-input input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            -moz-appearance: none;
            margin: 0;
        }

    .custom-number-input .input-increase,
    .custom-number-input .input-decrease {
        background: #f0f0f0;
        width: 28px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        font-size: 8px;
        position: absolute;
        right: 0;
        cursor: pointer;
    }

    .custom-number-input .input-increase {
        top: 0;
    }

    .custom-number-input .input-decrease {
        bottom: 0;
    }

.section-header-style-12 {
    margin-bottom: 35px;
}

    .section-header-style-12 .section-title {
        color: #272727;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        text-transform: uppercase;
    }

    .section-header-style-12 .section-sub-title {
        font-size: 13px;
        margin: 5px 0 0;
        font-weight: normal;
    }

.product-offer-item {
    color: white;
    position: relative;
}

    .product-offer-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 35px;
    }

    .product-offer-item .item-title {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .product-offer-item .item-top-title {
        font-size: 17px;
        text-transform: uppercase;
    }

        .product-offer-item .item-top-title strong {
            font-size: 20px;
        }

    .product-offer-item .thumbnail img {
        -webkit-transition: .5s;
        transition: .5s;
    }

    .product-offer-item:hover .thumbnail img {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

.product-price-2 {
}

    .product-price-2 .regular-price {
        text-decoration: line-through;
        color: #666;
    }

    .product-price-2 .sale-price {
        font-size: 22px;
        font-weight: bold;
    }

.product-detail-2 .product-detail-header {
    padding-bottom: 53px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 45px;
}

.product-detail-2 .product-sub-title {
    color: #666666;
    font-size: 14px;
    margin: 0 0 15px;
}

.product-detail-2 .product-title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 25px;
}

.product-detail-2 .product-stock {
    font-size: 12px;
    color: #333333;
}

.product-detail-2 .product-description {
    margin-bottom: 42px;
}

.product-detail-2 .product-tags {
    margin-top: 25px;
    font-size: 13px;
    font-style: italic;
}

.product-detail-2 .product-additional-information {
    margin: 55px 0;
}

    .product-detail-2 .product-additional-information li {
        padding: 18px 0;
    }

        .product-detail-2 .product-additional-information li:not(:last-child) {
            border-bottom: 1px solid #dddddd;
        }

        .product-detail-2 .product-additional-information li .lb {
            -ms-flex-preferred-size: 155px;
            flex-basis: 155px;
        }

.compare-product-button {
    padding: 10px 0;
    font-size: 12px;
}

    .compare-product-button i {
        color: #444;
        margin-right: 5px;
        font-size: 16px;
    }

.product-detail-quanty {
    width: 250px;
    border-radius: 50px;
    background: #f2f2f2 !important;
    padding-right: 15px;
}

    .product-detail-quanty .input-styled {
        width: 100%;
        font-style: normal !important;
        font-weight: bold !important;
        color: #222222 !important;
        background: none !important;
        border-color: transparent !important;
    }

.product-color-picker {
    padding: 5px 0;
}

    .product-color-picker a {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

.contact-infomation-box-5 {
    background: white;
    -webkit-box-shadow: 0px 2px 2px 2px #eee;
    box-shadow: 0px 2px 2px 2px #eee;
    padding: 40px 20px;
}

@media (min-width: 576px) {
    .contact-infomation-box-5 {
        padding: 60px 70px;
    }
}

@media (min-width: 1200px) {
    .contact-infomation-box-5 {
        position: relative;
        margin: -103px 27px 85px;
        z-index: 100;
    }
}

.contact-infomation-box-5 .box-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 18px;
}

.contact-infomation-box-5 .contact-social li {
    background: #f2f2f2;
}

    .contact-infomation-box-5 .contact-social li:hover {
        background: #fc3c2a;
    }

.contact-infomation-box-5 p {
    font-style: italic;
}

.contact-infomation-box-5 .contact-info-list {
    padding-left: 19px;
    border-left: 2px solid #808080;
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

    .contact-infomation-box-5 .contact-info-list p {
        font-size: 14px;
        font-weight: normal;
    }

.section-header-style-13 {
    padding-bottom: 30px;
    margin-bottom: 50px;
    background: url(images/section-header-52.png) center bottom no-repeat;
}

    .section-header-style-13 .section-title {
        font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0;
    }

    .section-header-style-13 .section-sub-title {
        font-size: 16px;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

.newsletter .inner-box {
    padding: 80px 30px 150px;
    position: relative;
    z-index: 10;
    bottom: -50px;
    background: white;
}

.newsletter .box-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.newsletter .input-field {
    border: none;
    border-bottom: 1px solid #bbbbbb;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.section-poppular-brands .section-title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 15px;
}

.section-poppular-brands .brand-logos img {
    margin: 15px 0;
}

.sale-campaign {
    color: white;
}

    .sale-campaign .overlay {
        background: rgba(0, 0, 0, 0.5);
        padding: 120px 0;
    }

    .sale-campaign .icon {
        font-size: 60px;
        margin: 0 0 10px;
    }

    .sale-campaign .section-title {
        font-size: 38px;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0 0 5px;
    }

    .sale-campaign .section-text-1 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 800;
        margin: 0;
    }

    .sale-campaign .section-text-2 {
        font-size: 17px;
        text-transform: uppercase;
        margin: 15px 0;
    }

    .sale-campaign .button {
        color: white;
        border-color: white;
        background: transparent;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .sale-campaign .button:hover {
            border-color: transparent;
        }

.product-deal .section-header {
    border-right: 5px solid #333333;
    padding-right: 30px;
    margin-bottom: 30px;
}

.product-deal .section-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 23px;
}

.product-deal .product-name {
    font-size: 32px;
    color: #333;
    font-weight: 800;
    margin: 0 0 13px;
}

.product-deal .product-id {
    font-size: 14px;
    color: #666666;
}

.product-deal .deal-countdown {
    margin: 60px 0 50px;
}

.article-with-icon-3 {
    margin-bottom: 30px;
}

    .article-with-icon-3 .icon {
        font-size: 54px;
    }

    .article-with-icon-3 .item-title {
        font-size: 19px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 15px 0 10px;
    }

    .article-with-icon-3 .item-text {
        font-size: 14px;
    }


.header-6 .overlay {
    background: rgba(0, 0, 0, 0.3);
}

.header-6 .main-menu {
}

    .header-6 .main-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .header-6 .main-menu .menu > li {
        display: inline-block;
        position: relative;
    }

        .header-6 .main-menu .menu > li > a {
            display: block;
            padding: 30px 20px;
            color: white;
            font-weight: 600;
            font-size: 14px;
        }

    .header-6 .main-menu .sub-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 220px;
        background: rgba(0, 0, 0, 0.95);
        padding: 10px 0;
        font-size: 14px;
        -webkit-transition: .4s;
        transition: .4s;
        text-align: left;
    }

        .header-6 .main-menu .sub-menu .sub-menu {
            top: 0;
            left: 100%;
        }

        .header-6 .main-menu .sub-menu li {
            position: relative;
            padding: 10px 20px;
        }

        .header-6 .main-menu .sub-menu a {
            color: white;
        }

    .header-6 .main-menu a {
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }

    .header-6 .main-menu li:hover > a {
        color: #ffb607;
    }

    .header-6 .main-menu li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
    }

.page-header-6 {
    padding: 85px 0 115px;
}

    .page-header-6 .page-header-sub-title {
        font-size: 65px;
        line-height: 1;
        margin-bottom: -25px;
    }

    .page-header-6 .page-header-title {
        font-size: 65px;
        text-transform: uppercase;
        line-height: 1;
    }

.footer-6 {
    background: url(images/footer-6-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 14px;
}

    .footer-6 .overlay {
        background: rgba(0, 0, 0, 0.8);
    }

.copyright.style-6 {
    background: #0d0d0d;
    color: white;
}

.social-11 li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    font-size: 10px;
    color: white;
    background: #353535;
}

    .social-11 li a {
        display: block;
    }

.social-12 li {
    width: 30px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    border-radius: 2px;
    font-size: 10px;
    color: #434343;
    background: #e7e7e7;
}

    .social-12 li a {
        display: block;
    }

.widget-post-item-5 {
    margin-bottom: 30px;
}

    .widget-post-item-5 .thumbnail {
        width: 90px;
        margin-right: 21px;
    }

    .widget-post-item-5 .post-title {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0 0 15px;
        color: #f4f4f4;
    }

    .widget-post-item-5 .post-date {
        font-size: 12px;
        color: #bbbbbb;
    }

        .widget-post-item-5 .post-date i {
            margin-right: 8px;
        }

.blog-post-item-7 {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .blog-post-item-7 {
        margin-bottom: 65px;
    }
}

.blog-post-item-7 .post-title {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: bold;
}

.blog-post-item-7 p {
    font-size: 14px;
    margin: 0;
}

.blog-post-6-meta {
    font-size: 12px;
    color: #666;
    margin: 0 0 15px;
}

    .blog-post-6-meta li {
        margin: 10px 0;
        line-height: 10px;
        display: inline-block;
    }

        .blog-post-6-meta li i {
            margin-right: 10px;
        }

        .blog-post-6-meta li:not(:first-child) {
            padding-left: 21px;
            margin-left: 21px;
            border-left: 1px solid #888888;
        }

.blog-post-detail-6-inner {
    padding: 75px 100px;
    background: #fafafa;
}

@media (max-width: 991px) {
    .blog-post-detail-6-inner {
        padding: 50px 20px;
    }
}

.blog-post-detail-6 .blog-post-header {
    margin-bottom: 55px;
}

    .blog-post-detail-6 .blog-post-header .post-title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .blog-post-detail-6 .blog-post-header .blog-post-image {
        margin-top: 20px;
    }

.blog-post-detail-6 .blog-detail-content {
    font-size: 14px;
}

    .blog-post-detail-6 .blog-detail-content p {
        line-height: 2.1;
    }

.blog-post-detail-6 .blog-post-list-categories {
    padding: 22px 47px;
    background: white;
    margin: 40px 0 60px;
}

.blog-post-list-categories {
    font-size: 19px;
    color: #666;
    font-weight: bold;
}

.section-header-style-14 {
    margin-bottom: 25px;
}

    .section-header-style-14 .section-title {
        font-size: 22px;
        font-weight: bold;
        color: #222;
        margin: 0;
    }

.comment-item-6 {
    position: relative;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .comment-item-6 .comment-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        position: relative;
        z-index: 1;
    }

        .comment-item-6 .comment-avatar img {
            display: block;
        }

    .comment-item-6 .comment-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 36px;
    }

    .comment-item-6 .comment-header {
        padding-bottom: 5px;
        border-bottom: 1px solid #e0e0e0;
        margin: 0 0 15px;
    }

        .comment-item-6 .comment-header .comment-author {
            color: #444;
            font-size: 18px;
            font-weight: bold;
            margin: 0;
            text-transform: uppercase;
        }

        .comment-item-6 .comment-header .comment-time {
            color: #767676;
            font-size: 12px;
            font-style: italic;
            margin-left: 15px;
        }

    .comment-item-6 .comment-text {
        color: #666;
        font-size: 14px;
    }

    .comment-item-6 .comment-actions {
        display: inline-block;
        margin-left: 96px;
        font-size: 21px;
        font-style: italic;
        font-weight: 600;
    }

    .comment-item-6.comment-child {
        margin-left: 100px;
    }

@media (max-width: 767px) {
    .comment-item-6.comment-child {
        margin-left: 25px;
    }
}

.form-style-8 input.input-styled,
.form-style-8 select.input-styled {
    height: 55px;
}

.form-style-8 .input-styled {
    border-radius: 30px;
    background: #f9f9f9;
    border-color: #f9f9f9;
}

/*.section-header-50 {
	margin-bottom: 35px;
	.section-title {
		font-size: 24px;
		font-weight: 800;
		margin: 0;
		text-transform: uppercase;
	}
	
}*/
.filter-nav-3 {
    margin: 0 0 40px;
}

    .filter-nav-3 li {
        padding: 15px 30px;
        text-transform: uppercase;
        font-weight: bold;
        -webkit-transition: .4s;
        transition: .4s;
    }

@media (max-width: 575px) {
    .filter-nav-3 li {
        padding: 15px 10px;
    }
}

.filter-nav-3 li i {
    font-size: 24px;
    color: #8f8f8f;
    margin-right: 11px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.product-price-badge {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #222222;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.product-item-2 {
    margin-bottom: 40px;
}

    .product-item-2 .item-content {
        padding-left: 40px;
    }

    .product-item-2 .product-name {
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 5px;
        color: #2d2d2d;
    }

    .product-item-2 .product-date {
        color: #2d2d2d;
        font-size: 13px;
    }

    .product-item-2 .product-description {
        font-size: 15px;
        color: #666;
        font-style: italic;
        margin-top: 15px;
    }

    .product-item-2 .product-price-badge {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 10;
        right: -22px;
    }

@media (min-width: 576px) {
    .product-item-2 .thumbnail {
        width: 150px;
    }

    .product-item-2.thumb-right-style .item-content {
        text-align: right;
        padding-left: 0;
        padding-right: 40px;
    }

    .product-item-2.thumb-right-style .product-price-badge {
        left: -22px;
        right: auto;
    }
}

@media (max-width: 575px) {
    .product-item-2 .product-price-badge {
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
    }
}

.product-detail-header-2 .product-price-badge {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 10;
    width: 90px;
    line-height: 90px;
    height: 90px;
}

.product-detail-header-2 .product-name {
    content: #2d2d2d;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.product-detail-header-2 .product-date {
    color: #2d2d2d;
    font-size: 13px;
}

.product-detail-header-2 .blog-post-list-categories {
    margin-top: 40px;
}

.product-detail-content-2 {
    padding: 70px 100px;
    background: #fafafa;
    margin-top: 40px;
}

@media (max-width: 767px) {
    .product-detail-content-2 {
        padding: 50px 20px;
    }
}

.product-detail-content-2 .product-attributes {
    margin: 35px 0 40px;
}

    .product-detail-content-2 .product-attributes .box-title {
        font-size: 22px;
        font-weight: bold;
        color: #222;
        margin: 0 0 20px;
    }

    .product-detail-content-2 .product-attributes ul {
        font-size: 14px;
        color: #222;
    }

    .product-detail-content-2 .product-attributes li {
        margin-bottom: 8px;
    }

        .product-detail-content-2 .product-attributes li .lb {
            font-weight: bold;
            display: inline-block;
            margin-right: 10px;
        }

@media (min-width: 576px) {
    .product-detail-content-2 .product-attributes li .lb {
        width: 170px;
    }
}

.video-container {
    position: relative;
    margin-bottom: 30px;
}

    .video-container .video-overlay {
        background: rgba(10, 10, 10, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    .video-container .video-play-button {
        width: 55px;
        height: 55px;
        display: block;
        background: url("images/video-play.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.custom-number-input-2 .input-increase,
.custom-number-input-2 .input-decrease {
    height: 49px;
    line-height: 49px;
    text-align: center;
    width: 25px;
    font-size: 9px;
    color: #222;
    display: inline-block;
    background: #f2f2f2;
    cursor: pointer;
}

.custom-number-input-2 input {
    height: 49px;
    line-height: 49px;
    padding: 0 15px;
    border: none;
    font-size: 12px;
    color: #222;
    text-align: center;
    width: 75px;
    background: #f2f2f2;
    display: inline-block;
    margin: 0 2px;
    font-weight: bold;
}

    .custom-number-input-2 input::-webkit-outer-spin-button, .custom-number-input-2 input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

.team-detail-3 .team-detail-header .team-detail-title {
    margin-bottom: 15px;
}

    .team-detail-3 .team-detail-header .team-detail-title .top-text {
        font-size: 60px;
        font-style: italic;
        line-height: 1;
        margin: 0 0 -24px;
    }

    .team-detail-3 .team-detail-header .team-detail-title .bottom-text {
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

.team-detail-3 .team-detail-header .team-role {
    margin: 0 0 30px;
}

    .team-detail-3 .team-detail-header .team-role:before {
        content: '';
        display: inline-block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        margin-right: 15px;
        background: #dbdbdb;
    }

.team-detail-3 .team-detail-header .team-stats {
    margin-bottom: 35px;
}

    .team-detail-3 .team-detail-header .team-stats li {
        margin-right: 45px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .team-detail-3 .team-detail-header .team-stats li i {
            font-weight: normal;
            margin-right: 9px;
        }

.team-detail-3 .team-detail-content {
    margin-bottom: 60px;
}

.team-detail-3-content-box {
    padding: 75px 100px;
    background: #fafafa;
}

@media (max-width: 767px) {
    .team-detail-3-content-box {
        padding: 50px 20px;
    }
}

.social-61 li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
}

    .social-61 li a {
        display: block;
    }

.section-header-style-15 {
    text-align: center;
    margin: 0 0 50px;
    padding-bottom: 30px;
    background: url(images/l6-section-header-sep.png) center bottom no-repeat;
}

    .section-header-style-15 .section-header-title {
        font-size: 45px;
        font-weight: bold;
        text-transform: uppercase;
        color: #222;
        margin: 0;
    }

    .section-header-style-15 .section-header-sub-title {
        font-size: 80px;
        font-style: italic;
        line-height: 1;
        margin-bottom: -24px;
    }

.product-item-3 {
    position: relative;
}

    .product-item-3 .thumbnail img {
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }

    .product-item-3 .overlay {
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 45px 50px;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: .4s;
        transition: .4s;
    }

    .product-item-3:hover .thumbnail img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .product-item-3:hover .overlay {
        background: rgba(0, 0, 0, 0.3);
    }

    .product-item-3 .product-name {
        font-size: 26px;
        font-weight: bold;
        margin: 0 0 10px;
    }

    .product-item-3 .product-item-stats {
        font-size: 14px;
        margin-left: 15px;
    }

@media (min-width: 1200px) {
    .section-today-menu {
        background: url(images/section-today-menu.png) no-repeat;
        background-position: left bottom 100px;
    }
}

@media (min-width: 992px) {
    .section-category-of-food {
        background: url(images/food-bg-3.png) no-repeat left bottom, url(images/food-bg-4.png) no-repeat right top;
    }
}

@media (min-width: 992px) {
    .section-how-it-works {
        background: url(images/food-bg-2.png) no-repeat right bottom;
    }
}

/* ------------------------
	Layout 1
------------------------ */
.layout-1 h1, .layout-1 h2, .layout-1 h3, .layout-1 h4, .layout-1 h5, .layout-1 h6 {
}

.layout-1 .button {
}

.layout-1 .button-primary {
    background-color: #fbd03b;
    border-color: transparent;
    color: #202020;
    -webkit-transition: .3s;
    transition: .3s;
}

    .layout-1 .button-primary:hover {
        background-color: #0085d3;
        color: white;
    }

.layout-1 .button-secondary {
    background-color: #0085d3;
    border-color: transparent;
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

    .layout-1 .button-secondary:hover {
        background-color: #fbd03b;
        color: #202020;
    }

.layout-1 .color-primary,
.layout-1 .active-color-primary.active,
.layout-1 .hover-color-primary:hover,
.layout-1 .before-color-primary:before,
.layout-1 .after-color-primary:after {
    color: #fbd03b;
}

.layout-1 .color-secondary,
.layout-1 .active-color-secondary.active,
.layout-1 .hover-color-secondary:hover,
.layout-1 .before-color-secondary:before,
.layout-1 .after-color-secondary:after {
    color: #0085d3;
}

.layout-1 .background-primary,
.layout-1 .active-background-primary.active,
.layout-1 .hover-background-primary:hover,
.layout-1 .before-background-primary:before,
.layout-1 .after-background-primary:after {
    background-color: #fbd03b;
}

.layout-1 .background-secondary,
.layout-1 .active-background-secondary.active,
.layout-1 .hover-background-secondary:hover,
.layout-1 .before-background-secondary:before,
.layout-1 .after-background-secondary:after {
    background-color: #0085d3;
}

.layout-1 .border-color-primary,
.layout-1 .active-border-color-primary.active,
.layout-1 .hover-border-color-primary:hover,
.layout-1 .before-border-color-primary:before,
.layout-1 .after-border-color-primary:after {
    border-color: #fbd03b;
}

.layout-1 .border-color-secondary,
.layout-1 .active-border-color-secondary.active,
.layout-1 .hover-border-color-secondary:hover,
.layout-1 .before-border-color-secondary:before,
.layout-1 .after-border-color-secondary:after {
    border-color: #0085d3;
}

.layout-1 .sidebar {
    padding: 70px 50px 10px;
    background: #fafafa;
    border-radius: 4px;
}

.layout-1 .widget-title {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
    color: #262626;
}

/* ------------------------
	Layout 2
------------------------ */
.layout-2 h1, .layout-2 h2, .layout-2 h3, .layout-2 h4, .layout-2 h5, .layout-2 h6,
.layout-2 .widget-title,
.layout-2 .page-header,
.layout-2 .page-header-breadcrumb,
.layout-2 .widget-title,
.layout-2 .post-title {
}

.layout-2 .button {
}

.layout-2 .button-primary {
    background-color: #feb500;
    border-color: transparent;
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

    .layout-2 .button-primary:hover {
        color: #000;
        background: #ff6a00;
    }

.layout-2 .button-secondary {
    background-color: #101010;
    border-color: transparent;
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

    .layout-2 .button-secondary:hover {
        background-color: #ff6a00;
        color: white;
    }

.layout-2 .color-primary,
.layout-2 .active-color-primary.active,
.layout-2 .hover-color-primary:hover,
.layout-2 .before-color-primary:before,
.layout-2 .after-color-primary:after {
    color: #feb500;
}

.layout-2 .color-secondary,
.layout-2 .active-color-secondary.active,
.layout-2 .hover-color-secondary:hover,
.layout-2 .before-color-secondary:before,
.layout-2 .after-color-secondary:after {
    color: #1f1f1f;
}

.layout-2 .background-primary,
.layout-2 .active-background-primary.active,
.layout-2 .hover-background-primary:hover,
.layout-2 .before-background-primary:before,
.layout-2 .after-background-primary:after {
    background-color: #feb500;
}

.layout-2 .background-secondary,
.layout-2 .active-background-secondary.active,
.layout-2 .hover-background-secondary:hover,
.layout-2 .before-background-secondary:before,
.layout-2 .after-background-secondary:after {
    background-color: #1f1f1f;
}

.layout-2 .border-color-primary,
.layout-2 .active-border-color-primary.active,
.layout-2 .hover-border-color-primary:hover,
.layout-2 .before-border-color-primary:before,
.layout-2 .after-border-color-primary:after {
    border-color: #feb500;
}

.layout-2 .border-color-secondary,
.layout-2 .active-border-color-secondary.active,
.layout-2 .hover-border-color-secondary:hover,
.layout-2 .before-border-color-secondary:before,
.layout-2 .after-border-color-secondary:after {
    border-color: #1f1f1f;
}

.layout-2 .widget-title {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

/*.ronby-construction {
	.button {
		position: relative;
		overflow: hidden;
		z-index: 10;
		
		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			height: 100%;
			width: 150px;
			left: -200px;
		    transform: skewX(-45deg);
		    background: rgba(255, 255, 255, 0.3); 
		    z-index: -1;
		}
		
		&:hover:before {
			transition: 0.2s linear;
			left: calc(100% + 50px);
		}
		
	}
	.button-primary {
		&:hover {
			box-shadow: inset 0 0 15px #ff9a03;
		}
	}
	.button-secondary {
		&:hover {
			box-shadow: inset 0 0 15px #777;
		}
	}
}*/
/* ------------------------
	Layout 3
------------------------ */
.layout-3 h1, .layout-3 h2, .layout-3 h3, .layout-3 h4, .layout-3 h5, .layout-3 h6,
.layout-3 .widget-title,
.layout-3 .page-header,
.layout-3 .page-header-breadcrumb,
.layout-3 .widget-title,
.layout-3 .post-title {
}

.layout-3 .button {
}

.layout-3 .button-primary {
    background-color: #fc3c2a;
    border-color: transparent;
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

    .layout-3 .button-primary:hover {
        background: #fdb40f;
        color: #fff;
    }

.layout-3 .button-secondary {
    background-color: #101010;
    border-color: transparent;
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

    .layout-3 .button-secondary:hover {
        background-color: #fc3c2a;
        color: white;
    }

.layout-3 .color-primary,
.layout-3 .active-color-primary.active,
.layout-3 .hover-color-primary:hover,
.layout-3 .before-color-primary:before,
.layout-3 .after-color-primary:after {
    color: #fc3c2a;
}

.layout-3 .color-secondary,
.layout-3 .active-color-secondary.active,
.layout-3 .hover-color-secondary:hover,
.layout-3 .before-color-secondary:before,
.layout-3 .after-color-secondary:after {
    color: #2d2d2d;
}

.layout-3 .background-primary,
.layout-3 .active-background-primary.active,
.layout-3 .hover-background-primary:hover,
.layout-3 .before-background-primary:before,
.layout-3 .after-background-primary:after {
    background-color: #fc3c2a;
}

.layout-3 .background-secondary,
.layout-3 .active-background-secondary.active,
.layout-3 .hover-background-secondary:hover,
.layout-3 .before-background-secondary:before,
.layout-3 .after-background-secondary:after {
    background-color: #2d2d2d;
}

.layout-3 .border-color-primary,
.layout-3 .active-border-color-primary.active,
.layout-3 .hover-border-color-primary:hover,
.layout-3 .before-border-color-primary:before,
.layout-3 .after-border-color-primary:after {
    border-color: #fc3c2a;
}

.layout-3 .border-color-secondary,
.layout-3 .active-border-color-secondary.active,
.layout-3 .hover-border-color-secondary:hover,
.layout-3 .before-border-color-secondary:before,
.layout-3 .after-border-color-secondary:after {
    border-color: #2d2d2d;
}

.layout-3 .widget-title {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

/* ------------------------
	Layout 4
------------------------ */
.layout-4 h1, .layout-4 h2, .layout-4 h3, .layout-4 h4, .layout-4 h5, .layout-4 h6 {
}

.layout-4 .button {
}

.layout-4 .button-primary {
    background-color: #00aced;
    border-color: transparent;
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

    .layout-4 .button-primary:hover {
        background: #385ad8;
        color: #fff;
    }

.layout-4 .button-secondary {
    background-color: #151515;
    border-color: transparent;
    color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

    .layout-4 .button-secondary:hover {
        background-color: #00aced;
        color: white;
    }

.layout-4 .color-primary,
.layout-4 .active-color-primary.active,
.layout-4 .hover-color-primary:hover,
.layout-4 .before-color-primary:before,
.layout-4 .after-color-primary:after {
    color: #00aced;
}

.layout-4 .color-secondary,
.layout-4 .active-color-secondary.active,
.layout-4 .hover-color-secondary:hover,
.layout-4 .before-color-secondary:before,
.layout-4 .after-color-secondary:after {
    color: #0085d3;
}

.layout-4 .background-primary,
.layout-4 .active-background-primary.active,
.layout-4 .hover-background-primary:hover,
.layout-4 .before-background-primary:before,
.layout-4 .after-background-primary:after {
    background-color: #00aced;
}

.layout-4 .background-secondary,
.layout-4 .active-background-secondary.active,
.layout-4 .hover-background-secondary:hover,
.layout-4 .before-background-secondary:before,
.layout-4 .after-background-secondary:after {
    background-color: #0085d3;
}

.layout-4 .border-color-primary,
.layout-4 .active-border-color-primary.active,
.layout-4 .hover-border-color-primary:hover,
.layout-4 .before-border-color-primary:before,
.layout-4 .after-border-color-primary:after {
    border-color: #00aced;
}

.layout-4 .border-color-secondary,
.layout-4 .active-border-color-secondary.active,
.layout-4 .hover-border-color-secondary:hover,
.layout-4 .before-border-color-secondary:before,
.layout-4 .after-border-color-secondary:after {
    border-color: #0085d3;
}

.layout-4 .widget {
    font-size: 14px;
}

.layout-4 .widget-title {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

/* ------------------------
	Layout 5
------------------------ */
.layout-5 h1, .layout-5 h2, .layout-5 h3, .layout-5 h4, .layout-5 h5, .layout-5 h6 {
}

.layout-5 .button {
}

.layout-5 .color-primary,
.layout-5 .active-color-primary.active,
.layout-5 .hover-color-primary:hover,
.layout-5 .before-color-primary:before,
.layout-5 .after-color-primary:after {
    color: #fb7126;
}

.layout-5 .color-secondary,
.layout-5 .active-color-secondary.active,
.layout-5 .hover-color-secondary:hover,
.layout-5 .before-color-secondary:before,
.layout-5 .after-color-secondary:after {
    color: #0085d3;
}

.layout-5 .background-primary,
.layout-5 .active-background-primary.active,
.layout-5 .hover-background-primary:hover,
.layout-5 .before-background-primary:before,
.layout-5 .after-background-primary:after {
    background-color: #fb7126;
}

.layout-5 .background-secondary,
.layout-5 .active-background-secondary.active,
.layout-5 .hover-background-secondary:hover,
.layout-5 .before-background-secondary:before,
.layout-5 .after-background-secondary:after {
    background-color: #0085d3;
}

.layout-5 .border-color-primary,
.layout-5 .active-border-color-primary.active,
.layout-5 .hover-border-color-primary:hover,
.layout-5 .before-border-color-primary:before,
.layout-5 .after-border-color-primary:after {
    border-color: #fb7126;
}

.layout-5 .border-color-secondary,
.layout-5 .active-border-color-secondary.active,
.layout-5 .hover-border-color-secondary:hover,
.layout-5 .before-border-color-secondary:before,
.layout-5 .after-border-color-secondary:after {
    border-color: #0085d3;
}

.layout-5 .button-primary {
    background-color: #fb7126;
    color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

    .layout-5 .button-primary:hover {
        background: #e53333;
        color: white;
    }

.layout-5 .button-secondary {
    background-color: #0085d3;
    color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

    .layout-5 .button-secondary:hover {
        background-color: #fb7126;
        color: white;
    }

.layout-5 .sidebar {
    padding: 70px 50px 10px;
    background: #fafafa;
    border-radius: 4px;
}

.layout-5 .widget-title {
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: bold;
}

.layout-5 .input-styled {
    background: #fbfbfb;
    border-color: transparent;
    font-style: italic;
}

.layout-5 .contact-form .input-styled {
    border-radius: 25px;
}

.layout-5 ::-webkit-input-placeholder {
    color: #888;
}

.layout-5 ::-ms-input-placeholder {
    color: #888;
}

.layout-5 :-ms-input-placeholder {
    color: #888;
}

.layout-5 ::placeholder {
    color: #888;
}

/* ------------------------
	Layout 6
------------------------ */
.layout-6 .color-primary,
.layout-6 .active-color-primary.active,
.layout-6 .hover-color-primary:hover,
.layout-6 .before-color-primary:before,
.layout-6 .after-color-primary:after {
    color: #ffb607;
}

.layout-6 .color-secondary,
.layout-6 .active-color-secondary.active,
.layout-6 .hover-color-secondary:hover,
.layout-6 .before-color-secondary:before,
.layout-6 .after-color-secondary:after {
    color: #1d1d1d;
}

.layout-6 .background-primary,
.layout-6 .active-background-primary.active,
.layout-6 .hover-background-primary:hover,
.layout-6 .before-background-primary:before,
.layout-6 .after-background-primary:after {
    background-color: #ffb607;
}

.layout-6 .background-secondary,
.layout-6 .active-background-secondary.active,
.layout-6 .hover-background-secondary:hover,
.layout-6 .before-background-secondary:before,
.layout-6 .after-background-secondary:after {
    background-color: #1d1d1d;
}

.layout-6 .border-color-primary,
.layout-6 .active-border-color-primary.active,
.layout-6 .hover-border-color-primary:hover,
.layout-6 .before-border-color-primary:before,
.layout-6 .after-border-color-primary:after {
    border-color: #ffb607;
}

.layout-6 .border-color-secondary,
.layout-6 .active-border-color-secondary.active,
.layout-6 .hover-border-color-secondary:hover,
.layout-6 .before-border-color-secondary:before,
.layout-6 .after-border-color-secondary:after {
    border-color: #1d1d1d;
}

.layout-6 .button-primary {
    background-color: #feb500;
    color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

    .layout-6 .button-primary:hover {
        background: #de500b;
        color: white;
    }

.layout-6 .button-secondary,
.layout-6 .button-secondary:hover {
    background-color: #1d1d1d;
    color: white;
}

.layout-6 .widget-title {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
}

.layout-6 .input-styled {
    background: white;
    border-radius: 0;
    font-style: italic;
}

.section-light {
    background-color: #f5f5f5;
}

.row-padding.clearfix {
    width: 100%;
    clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    clear: both;
    content: " ";
}

.col-divider-margin-3 {
    margin-bottom: 30px;
    width: 100%;
}

.clearfix {
    width: 100%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.background-imgholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.section-side-image {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.section-dark {
    background-color: #444;
    color: #f5f5f5;
}

.nodisplay-image {
    display: none;
}

.section-side-image .img-holder {
    overflow: hidden;
    height: 100%;
    padding: 0px;
    top: 0px;
    position: absolute;
}

.field-validation-error {
    color: red;
}

.uppercase {
    text-transform: uppercase;
}

.sec-padding {
    padding: 80px 0 80px 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.row-padding {
    padding: 40px 0;
}

.bg2-featurebox-3 {
    width: 100%;
    float: left;
}

    .bg2-featurebox-3 .img-box {
        position: relative;
        width: 100%;
        float: left;
    }

        .bg2-featurebox-3 .img-box .postdate-box {
            position: absolute;
            width: 50%;
            float: left;
            padding: 15px 15px 15px 25px;
            z-index: 2;
            right: 0px;
            bottom: 0px;
            background-color: #101010;
        }

.blog-post-info {
    width: 100%;
}

.bg2-featurebox-3 .img-box .blog-post-info span {
    font-size: 14px;
    color: #727272;
    text-transform: uppercase;
}

.blog-post-info span {
    font-size: 13px;
    color: #b9b9b9;
    margin-right: 15px;
}

.bg2-featurebox-3 .postinfo-box {
    width: 100%;
    float: left;
    padding: 60px;
    margin: 0px 0 40px 0;
    background-color: #fff;
}

.title {
    transition: all 0.3s ease-out 0s;
}

.blog-post-info {
    width: 100%;
}

.bg2-tags li {
    padding: 0px;
    margin: 0;
    display: inline-block;
}

    .bg2-tags li a {
        padding: 5px 15px 5px 15px;
        margin: 0 10px 10px 0;
        display: inline-block;
        color: #727272;
        border: 1px solid #e9e9e9;
        background-color: #fff;
    }

        .bg2-tags li a:hover, .bg2-tags li a.active {
            color: #fff;
            background-color: #101010;
        }

/* =========== Alert messages ============= */

.alert-box {
    padding: 20px;
    margin-bottom: 15px;
    opacity: 1;
    transition: opacity 0.6s; /* 600ms to fade out */
}

    .alert-box.danger {
        color: #fff;
        background-color: #f66358;
    }

    .alert-box.success {
        color: #fff;
        background-color: #6abd6e;
    }

    .alert-box.info {
        color: #fff;
        background-color: #47a8f5;
    }

    .alert-box.warning {
        color: #fff;
        background-color: #ffaa2b;
    }

.alert-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .alert-closebtn:hover {
        color: black;
    }

/* =========== blockquotes ============= */

.blockquote-1 {
    background: #fff;
    border-left: 6px solid #101010;
    margin: 0 0 20px;
    padding: 10px 20px;
    quotes: "\201C""\201D""\2018""\2019";
}

    .blockquote-1:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

/* blockquote style 2
 ------------------------------ */

.blockquote-2 {
    background: #101010;
    border-left: 6px solid #ecae3d;
    margin: 0 0 20px;
    padding: 30px 20px;
    quotes: "\201C""\201D""\2018""\2019";
}

/* blockquote style 3
 ------------------------------ */

.blockquote-3 {
    background: #ecae3d;
    border-left: 6px solid #101010;
    margin: 0 0 20px;
    padding: 30px 20px;
    quotes: "\201C""\201D""\2018""\2019";
}

    .blockquote-3 p {
        color: #fff;
    }

    .blockquote-3 cite {
        color: #101010;
    }

    .blockquote-3 small {
        color: #101010;
    }


/* blockquote style 4
 ------------------------------ */

.blockquote-5 {
    background: #fff;
    border-left: none;
    margin: 0 0 20px;
    padding: 10px 20px;
    quotes: "\201C""\201D""\2018""\2019";
}

    .blockquote-5 cite {
        color: #ecae3d;
    }

    .blockquote-5 small {
        color: #ecae3d;
    }

    .blockquote-5.text-right {
        text-align: right;
    }
/* =========== call to action ============= */

.call-to-action {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    float: left;
    margin: 0 0 15px;
    padding: 25px;
    width: 100%;
    align-items: center;
}
/* =========== counter numbers ============= */

.counter.small-size {
    color: #101010;
    font-size: 34px;
}

.counter.medium-size {
    color: #101010;
    font-size: 42px;
}

.counter.large-size {
    color: #101010;
    font-size: 62px;
}

span.counter {
    margin-top: 20px;
}

.icon-plain-small {
    font-size: 40px;
    color: #242424;
    transition: all 0.3s ease-out 0s;
}
/* =========== domain pricing table ============= */

.domain-pricing-table {
    width: 100%;
    padding: 20px;
    margin: 0px;
    overflow: hidden;
    background-color: #f1f1f1;
}

    .domain-pricing-table .table-style-2 {
        width: 100%;
        padding: 0px;
        margin: 0px;
        float: left;
    }

        .domain-pricing-table .table-style-2 table {
            width: 100%;
            border-collapse: collapse;
        }

        .domain-pricing-table .table-style-2 tr:nth-of-type(odd) {
            background: #f1f1f1;
        }

        .domain-pricing-table .table-style-2 tr:nth-of-type(even) {
            background: #fff;
        }

        .domain-pricing-table .table-style-2 th {
            background: #242424;
            color: #fff;
            font-weight: bold;
        }

        .domain-pricing-table .table-style-2 td, th {
            padding: 30px;
            /*  color: #242424;*/
            border: none;
            text-align: center;
        }



/* =========== Medical timetable ============= */

.tb-medical {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}

.tb-medical {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
}

    .tb-medical table {
        width: 100%;
        border-collapse: collapse;
    }

    .tb-medical tr:nth-of-type(odd) {
        background: none;
    }

    .tb-medical tr:nth-of-type(even) {
        background: none;
    }

    .tb-medical th {
        background: #fff;
        color: #242424;
        font-weight: bold;
    }

    .tb-medical .thstyle {
        padding: 20px;
        color: #242424;
        border: 1px solid #e4e4e4;
        text-align: left;
    }

    .tb-medical td.color-1 {
        color: #fff;
        padding: 20px;
        border: 1px solid #2a97f3;
        background-color: #2a97f3;
    }

    .tb-medical td.color-2 {
        color: #fff;
        padding: 20px;
        border: 1px solid #4bc29c;
        background-color: #4bc29c;
    }

    .tb-medical td.color-3 {
        color: #fff;
        padding: 20px;
        border: 1px solid #bd7fdd;
        background-color: #bd7fdd;
    }

    .tb-medical td.color-4 {
        color: #fff;
        padding: 20px;
        border: 1px solid #f96f54;
        background-color: #f96f54;
    }

    .tb-medical td.color-5 {
        color: #fff;
        padding: 20px;
        border: 1px solid #7ac43d;
        background-color: #7ac43d;
    }

    .tb-medical td.color-6 {
        color: #fff;
        padding: 20px;
        border: 1px solid #ff67c8;
        background-color: #ff67c8;
    }


/*============ Text Boxes ============ */

.text-box-right {
    display: block;
    padding: 0px 0px 0px 99px;
    margin: 0px;
    text-align: left;
}

.text-box-left {
    display: block;
    padding: 0px 90px 0px 0;
    margin: 0px;
    text-align: right;
}

.item-holder {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.text-box {
    width: 100%;
    float: left;
}

    .text-box.white {
        background-color: #fff;
    }

    .text-box.gyellow {
        background-color: #ecae3d;
    }

    .text-box.white-transparent-1 {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .text-box.light {
        background-color: #f5f5f5;
    }

    .text-box.dark {
        background-color: #242424;
    }

    .text-box.xdark {
        background-color: #000;
    }

    .text-box.border-light {
        border: 1px solid #ececec;
    }
    /* text boxes with borders
 ------------------------------ */
    .text-box-right.border, .text-box-left.border, .item-holder.border, .text-box-inner.border, .text-box.border {
        border: 1px solid #f1f1f1;
    }

    .text-box-right.border-top, .text-box-left.border-top, .item-holder.border-top, .text-box-inner.border-top, .text-box.border-top {
        border-top: 1px solid #f1f1f1;
    }

    .text-box-right.border-bottom, .text-box-left.border-bottom, .item-holder.border-bottom, .text-box-inner.border-bottom, .text-box.border-bottom {
        border-bottom: 1px solid #f1f1f1;
    }

    .text-box-right.border-left, .text-box-left.border-left, .item-holder.border-left, .text-box-inner.border-left, .text-box.border-left {
        border-left: 1px solid #f1f1f1;
    }

    .text-box-right.border-right, .text-box-left.border-right, .item-holder.border-right, .text-box-inner.border-right, .text-box.border-right {
        border-right: 1px solid #f1f1f1;
    }

    /* text boxe padding
 ------------------------------ */

    .text-box.sbox-padd-left {
        padding-left: 0px;
    }

    .text-box.padding-1 {
        padding: 10px;
    }

    .text-box.padding-2 {
        padding: 20px;
    }

    .text-box.padding-3 {
        padding: 30px;
    }

    .text-box.padding-4 {
        padding: 40px;
    }

    .text-box.padding-5 {
        padding: 50px;
    }

    .text-box.padding-6 {
        padding: 60px;
    }

    .text-box.padding-7 {
        padding: 70px;
    }

    .text-box.padding-8 {
        padding: 80px;
    }

    .text-box.padding-9 {
        padding: 90px;
    }

.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
    margin: 0px 0px 20px 0px;
}

.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
    float: left;
    margin: 0px 0 20px 0px;
}
/*=============== Icon Boxes ============= */

.iconbox-dxlarge, .iconbox-xlarge, .iconbox-large, .iconbox-xmedium, .iconbox-medium, .iconbox-smedium, .iconbox-small, .iconbox-tiny, .iconbox-xtiny {
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}

.iconbox-dxlarge {
    width: 200px;
    height: 200px;
    font-size: 46px;
    color: #242424;
    border: none;
    line-height: 135px;
}

.iconbox-xlarge {
    width: 135px;
    height: 135px;
    font-size: 46px;
    color: #242424;
    line-height: 135px;
}

.iconbox-large {
    width: 120px;
    height: 120px;
    font-size: 46px;
    color: #242424;
    line-height: 114px;
}

.iconbox-xmedium {
    width: 110px;
    height: 110px;
    font-size: 38px;
    color: #242424;
    line-height: 106px;
}

.iconbox-medium {
    width: 100px;
    height: 100px;
    font-size: 32px;
    color: #242424;
    line-height: 100px;
}

.iconbox-smedium {
    width: 90px;
    height: 90px;
    font-size: 26px;
    color: #242424;
    line-height: 90px;
}

.iconbox-small {
    width: 80px;
    height: 80px;
    font-size: 26px;
    color: #242424;
    line-height: 80px;
}

.iconbox-tiny {
    width: 70px;
    height: 70px;
    font-size: 26px;
    color: #242424;
    line-height: 74px;
}

.iconbox-xtiny {
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: #242424;
    line-height: 60px;
}

.digit {
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    left: 115px;
    top: 115px;
    line-height: 36px;
    border-radius: 100%;
    background-color: #fd602c;
    transition: all 0.3s ease-out 0s;
}

.iconbox-xlarge.no-lineheight {
    line-height: 0;
}

/* icon rounded
 ------------------------------ */

.iconbox-dxlarge.round, .iconbox-xlarge.round, .iconbox-large.round, .iconbox-xmedium.round, .iconbox-medium.round, .iconbox-smedium.round, .iconbox-small.round, .iconbox-tiny.round, .iconbox-xtiny.round {
    border-radius: 100%;
}
/* iconboxes alignments
 ------------------------------ */

.iconbox-dxlarge.center, .iconbox-xlarge.center, .iconbox-large.center, .iconbox-xmedium.center, .iconbox-medium.center, .iconbox-smedium.center, .iconbox-small.center, .iconbox-tiny.center, .iconbox-xtiny.center {
    margin: 0 auto;
}

.iconbox-dxlarge.left, .iconbox-xlarge.left, .iconbox-large.left, .iconbox-xmedium.left, .iconbox-medium.left, .iconbox-smedium.left, .iconbox-small.left, .iconbox-tiny.left, .iconbox-xtiny.left {
    float: left;
    margin: 0px 20px 0px 0px;
}

.iconbox-dxlarge.right, .iconbox-xlarge.right, .iconbox-large.right, .iconbox-xmedium.right, .iconbox-medium.right, .iconbox-smedium.right, .iconbox-small.right, .iconbox-tiny.right, .iconbox-xtiny.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

/* iconboxe background colors
 ------------------------------ */
.iconbox-dxlarge.dark, .iconbox-xlarge.dark, .iconbox-large.dark, .iconbox-xmedium.dark, .iconbox-medium.dark, .iconbox-smedium.dark, .iconbox-small.dark, .iconbox-tiny.dark, .iconbox-xtiny.dark {
    color: #fff;
    background-color: #101010;
}

.iconbox-dxlarge.white, .iconbox-xlarge.white, .iconbox-large.white, .iconbox-xmedium.white, .iconbox-medium.white, .iconbox-smedium.white, .iconbox-small.white, .iconbox-tiny.white, .iconbox-xtiny.white {
    color: #242424;
    background-color: #fff;
}

.iconbox-dxlarge.gray, .iconbox-xlarge.gray, .iconbox-large.gray, .iconbox-xmedium.gray, .iconbox-medium.gray, .iconbox-smedium.gray, .iconbox-small.gray, .iconbox-tiny.gray, .iconbox-xtiny.gray {
    color: #fff;
    background-color: #474747;
}

/* iconboxs with stroke
 ------------------------------ */
.iconbox-dxlarge.outline-gray, .iconbox-xlarge.outline-gray, .iconbox-large.outline-gray, .iconbox-xmedium.outline-gray, .iconbox-medium.outline-gray, .iconbox-smedium.outline-gray, .iconbox-small.outline-gray, .iconbox-tiny.outline-gray, .iconbox-xtiny.outline-gray {
    color: #fff;
    background-color: none;
    border: 1px solid #727272;
}

.iconbox-dxlarge.outline-gray-2, .iconbox-xlarge.outline-gray-2, .iconbox-large.outline-gray-2, .iconbox-xmedium.outline-gray-2, .iconbox-medium.outline-gray-2, .iconbox-smedium.outline-gray-2, .iconbox-small.outline-gray-2, .iconbox-tiny.outline-gray-2, .iconbox-xtiny.outline-gray-2 {
    color: #242424;
    background-color: none;
    border: 1px solid #e4e4e4;
}

.iconbox-dxlarge.outline-white, .iconbox-xlarge.outline-white, .iconbox-large.outline-white, .iconbox-xmedium.outline-white, .iconbox-medium.outline-white, .iconbox-smedium.outline-white, .iconbox-small.outline-white, .iconbox-tiny.outline-white, .iconbox-xtiny.outline-white {
    color: #fff;
    background-color: none;
    border: 1px solid #fff;
}

.iconbox-dxlarge.outline-dark, .iconbox-xlarge.outline-dark, .iconbox-large.outline-dark, .iconbox-xmedium.outline-dark, .iconbox-medium.outline-dark, .iconbox-smedium.outline-dark, .iconbox-small.outline-dark, .iconbox-tiny.outline-dark, .iconbox-xtiny.outline-dark {
    color: #161616;
    background-color: none;
    border: 1px solid #161616;
}

/* Icons Plain
 ------------------------------ */

.icon-plain-large {
    font-size: 80px;
    color: #242424;
    transition: all 0.3s ease-out 0s;
}

.icon-plain-medium {
    font-size: 60px;
    color: #242424;
    transition: all 0.3s ease-out 0s;
}

.icon-plain-small {
    font-size: 40px;
    color: #242424;
    transition: all 0.3s ease-out 0s;
}

.icon-plain-msmall {
    font-size: 32px;
    color: #242424;
    transition: all 0.3s ease-out 0s;
}

.icon-plain-tiny {
    font-size: 20px;
    color: #242424;
    transition: all 0.3s ease-out 0s;
}

.icon-plain-small.rightline {
    border-right: 1px solid #3F3F3F;
}

.icon-plain-medium.rightline {
    margin: 0px 20px 50px 0px;
    border-right: 1px solid #FFC153;
}

.icon-plain-small.dark {
    color: #242424;
}

/* plain icon alignments
 ------------------------------ */

.icon-plain-large.center, .icon-plain-medium.center, .icon-plain-small.center, .icon-plain-msmall.center, .icon-plain-tiny.center {
    margin: 0 auto;
}

.icon-plain-large.left, .icon-plain-medium.left, .icon-plain-small.left, .icon-plain-msmall.left, .icon-plain-tiny.left {
    float: left;
    margin: 0px 20px 0px 0px;
}

.icon-plain-large.right, .icon-plain-medium.right, .icon-plain-small.right, .icon-plain-msmall.right, .icon-plain-tiny.right {
    float: right;
    margin: 0px 0px 0px 20px;
}

/* plain icon colors
 ------------------------------ */

.icon-plain-large.dark, .icon-plain-medium.dark, .icon-plain-small.dark, .icon-plain-msmall.dark, .icon-plain-tiny.dark {
    color: #242424;
}

.icon-plain-large.white, .icon-plain-medium.white, .icon-plain-small.white, .icon-plain-msmall.white, .icon-plain-tiny.white {
    color: #fff;
}

.icon-plain-large.green, .icon-plain-medium.green, .icon-plain-small.green, .icon-plain-msmall.green, .icon-plain-tiny.green {
    color: #fd602c;
}

.icon-plain-large.gray, .icon-plain-medium.gray, .icon-plain-small.gray, .icon-plain-msmall.gray, .icon-plain-tiny.gray {
    color: #727272;
}

/*============ Text Boxes ============ */

.text-box-right {
    display: block;
    padding: 0px 0px 0px 99px;
    margin: 0px;
    text-align: left;
}

.text-box-left {
    display: block;
    padding: 0px 90px 0px 0;
    margin: 0px;
    text-align: right;
}

.item-holder {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.text-box {
    width: 100%;
    float: left;
}

    .text-box.white {
        background-color: #fff;
    }

    .text-box.gyellow {
        background-color: #ecae3d;
    }

    .text-box.white-transparent-1 {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .text-box.light {
        background-color: #f5f5f5;
    }

    .text-box.dark {
        background-color: #242424;
    }

    .text-box.xdark {
        background-color: #000;
    }

    .text-box.border-light {
        border: 1px solid #ececec;
    }
    /* text boxes with borders
 ------------------------------ */
    .text-box-right.border, .text-box-left.border, .item-holder.border, .text-box-inner.border, .text-box.border {
        border: 1px solid #f1f1f1;
    }

    .text-box-right.border-top, .text-box-left.border-top, .item-holder.border-top, .text-box-inner.border-top, .text-box.border-top {
        border-top: 1px solid #f1f1f1;
    }

    .text-box-right.border-bottom, .text-box-left.border-bottom, .item-holder.border-bottom, .text-box-inner.border-bottom, .text-box.border-bottom {
        border-bottom: 1px solid #f1f1f1;
    }

    .text-box-right.border-left, .text-box-left.border-left, .item-holder.border-left, .text-box-inner.border-left, .text-box.border-left {
        border-left: 1px solid #f1f1f1;
    }

    .text-box-right.border-right, .text-box-left.border-right, .item-holder.border-right, .text-box-inner.border-right, .text-box.border-right {
        border-right: 1px solid #f1f1f1;
    }

    /* text boxe padding
 ------------------------------ */

    .text-box.sbox-padd-left {
        padding-left: 0px;
    }

    .text-box.padding-1 {
        padding: 10px;
    }

    .text-box.padding-2 {
        padding: 20px;
    }

    .text-box.padding-3 {
        padding: 30px;
    }

    .text-box.padding-4 {
        padding: 40px;
    }

    .text-box.padding-5 {
        padding: 50px;
    }

    .text-box.padding-6 {
        padding: 60px;
    }

    .text-box.padding-7 {
        padding: 70px;
    }

    .text-box.padding-8 {
        padding: 80px;
    }

    .text-box.padding-9 {
        padding: 90px;
    }

/* text boxes margin and paddings
 ------------------------------ */
.img-rounded {
    border-radius: 8px;
}

.img-circle {
    border-radius: 50%;
}

.img-thubnail {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
}

.img-thumbnail-link {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    transition: 0.3s;
}

    .img-thumbnail-link:hover {
        box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

.polaroid {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}

    .polaroid .text {
        text-align: center;
        padding: 30px 20px;
    }

.iconlist-2 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

    .iconlist-2 .icon {
        width: 18px;
        height: 18px;
        padding: 0px;
        margin: 3px 0px 0px 0px;
        float: left;
        font-size: 14px;
        text-align: center;
        line-height: 15px;
        border-radius: 100%;
    }

#style-customizer {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    width: 380px;
    height: 100%;
    padding: 30px;
    background: #fff;
    border-right: 1px solid #f0f0f0;
    color: #101010;
    transition: transform 0.25s;
}

    #style-customizer.expanded {
        -webkit-transform: none;
        transform: none;
    }

#sc-toggle-close {
    position: absolute;
    right: 0;
    top: 50px;
    padding: 15px;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    color: red;
    border: none;
    color: inherit;
    font-size: 23px;
    display: none;
    cursor: pointer;
}

    #sc-toggle-close i {
        color: red;
    }

#style-customizer.expanded #sc-toggle-close {
    display: block;
}

.style-customizer-wrap.form-horizontal {
    position: absolute;
    top: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 50px;
}

.block-icon-text {
    display: flex;
    align-items: center;
}

    .block-icon-text .icon-header {
        display: flex;
        font-size: 34px;
        padding-right: 20px;
    }

    .block-icon-text .block-right {
        display: block;
        font-size: 14px;
    }

        .block-icon-text .block-right .title {
            font-size: 16px;
            margin-bottom: 6px;
        }


/* =========== pricing-tables ============= */
.plan_features {
    list-style: none;
}
/* price table 1
 ------------------------------ */

.pricing-table-1 {
    background-color: #f5f5f5;
    float: left;
    padding: 20px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

    .pricing-table-1 .inner-box {
        border: 1px solid #e9e9e9;
        float: left;
        padding: 40px;
        width: 100%;
    }

        .pricing-table-1 .inner-box .price-circle {
            background-color: #fff;
            border-radius: 100%;
            height: 130px;
            margin: 0 auto;
            padding: 38px 0 0;
            transition: all 0.3s ease-out 0s;
            width: 130px;
        }

            .pricing-table-1 .inner-box .price-circle .price {
                color: #242424;
                font-size: 28px;
                font-weight: 700;
                padding: 8px 0 0;
                text-align: center;
                transition: all 0.3s ease-out 0s;
            }

                .pricing-table-1 .inner-box .price-circle .price i {
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                }

                .pricing-table-1 .inner-box .price-circle .price sup {
                    font-size: 18px;
                    font-style: normal;
                }

    .pricing-table-1 ul.plan_features {
        float: left;
        margin: 0 0 50px;
        padding: 0;
        text-align: center;
        width: 100%;
        list-style: none;
    }

        .pricing-table-1 ul.plan_features li {
            border-bottom: 1px solid #e9e9e9;
            padding: 15px 0;
            transition: all 0.3s ease-out 0s;
        }

            .pricing-table-1 ul.plan_features li:last-child {
                border-bottom: medium none;
            }

    .pricing-table-1:hover, .pricing-table-1.active {
        background-color: #101010;
    }

        .pricing-table-1:hover .inner-box, .pricing-table-1.active .inner-box {
            border: 1px solid #272727;
        }

        .pricing-table-1:hover ul.plan_features li, .pricing-table-1.active ul.plan_features li {
            border-bottom: 1px solid #272727;
        }

            .pricing-table-1:hover ul.plan_features li:last-child, .pricing-table-1.active ul.plan_features li:last-child {
                border-bottom: medium none;
            }

        .pricing-table-1:hover a.btn.btn-dark-3, .pricing-table-1.active a.btn.btn-dark-3 {
            background-color: #ecae3d;
            color: #fff;
        }

        .pricing-table-1:hover .title, .pricing-table-1.active .title {
            color: #fff;
        }

        .pricing-table-1:hover .inner-box .price-circle .price, .pricing-table-1.active .inner-box .price-circle .price {
            color: #ecae3d;
        }

        .pricing-table-1:hover .inner-box .price-circle, .pricing-table-1.active .inner-box .price-circle {
            color: #ecae3d;
        }


/* price table 2
 ------------------------------ */

.pricing-table-2 {
    background-color: #fff;
    float: left;
    padding: 20px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

    .pricing-table-2 .inner-box {
        border: 1px solid #101010;
        float: left;
        padding: 40px;
        width: 100%;
    }

        .pricing-table-2 .inner-box .price-circle {
            background-color: #fff;
            border: 3px solid #f5f5f5;
            border-radius: 100%;
            height: 130px;
            margin: 0 auto;
            padding: 38px 0 0;
            transition: all 0.3s ease-out 0s;
            width: 130px;
        }

            .pricing-table-2 .inner-box .price-circle .price {
                color: #242424;
                font-size: 28px;
                font-weight: 700;
                padding: 8px 0 0;
                text-align: center;
                transition: all 0.3s ease-out 0s;
            }

                .pricing-table-2 .inner-box .price-circle .price i {
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                }

                .pricing-table-2 .inner-box .price-circle .price sup {
                    font-size: 18px;
                    font-style: normal;
                }

    .pricing-table-2 ul.plan_features {
        float: left;
        margin: 0 0 50px;
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .pricing-table-2 ul.plan_features li {
            border-bottom: 1px solid #e9e9e9;
            padding: 15px 0;
            transition: all 0.3s ease-out 0s;
        }

            .pricing-table-2 ul.plan_features li:last-child {
                border-bottom: medium none;
            }

    .pricing-table-2:hover .inner-box, .pricing-table-2.active .inner-box {
        border: 1px solid #ecae3d;
    }

        .pricing-table-2:hover .inner-box .price-circle, .pricing-table-2.active .inner-box .price-circle {
            border: 3px solid #ecae3d;
        }

            .pricing-table-2:hover .inner-box .price-circle .price, .pricing-table-2.active .inner-box .price-circle .price {
                color: #ecae3d;
            }

        .pricing-table-2:hover .inner-box .price-circle, .pricing-table-2.active .inner-box .price-circle {
            color: #ecae3d;
        }

        .pricing-table-2:hover .inner-box .btn.btn-dark-3, .pricing-table-2.active .inner-box .btn.btn-dark-3 {
            background-color: #ecae3d;
            color: #fff;
        }


/* price table 3
 ------------------------------ */

.pricing-table-3 {
    background-color: #101010;
    float: left;
    margin: 0;
    padding: 15px 15px 40px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

    .pricing-table-3.border-right {
        border-right: 1px solid #242424;
    }

    .pricing-table-3 .price-circle {
        background-color: #242424;
        border: 1px solid #393939;
        border-radius: 100%;
        height: 125px;
        margin: -65px auto 0;
        width: 125px;
        padding-top: 30px;
    }

        .pricing-table-3 .price-circle .price {
            color: #fff;
            font-size: 26px;
            font-weight: bold;
            line-height: 20px;
            padding: 15px 0;
            text-align: center;
        }

            .pricing-table-3 .price-circle .price sup {
                font-size: 22px;
                font-style: normal;
            }

            .pricing-table-3 .price-circle .price i {
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
            }

    .pricing-table-3 .title {
        border-bottom: 1px solid #242424;
        color: #fff;
        padding: 0 0 15px;
        width: 100%;
    }

    .pricing-table-3 .features-list {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .pricing-table-3 .features-list li {
            border-bottom: 1px solid #242424;
            color: #727272;
            float: left;
            margin: 0;
            padding: 15px 0;
            width: 100%;
        }

            .pricing-table-3 .features-list li:last-child {
                border-bottom: medium none;
            }

.pricetable-top-bg-strip {
    background-color: #fff;
    float: left;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.pricetable-active-bg-strip {
    background-color: #ecae3d;
    float: left;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.pricing-table-3.active {
    background-color: #ecae3d;
    padding-bottom: 60px;
}

    .pricing-table-3.active .features-list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .pricing-table-3.active .title {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .pricing-table-3.active .btn.btn-green-4 {
        background-color: #fff;
        color: #242424;
    }


/* price table 4
 ------------------------------ */

.pricing-table-4 {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .pricing-table-4 th {
        margin: 0;
        padding: 0;
        width: 25%;
    }

        .pricing-table-4 th .title-header {
            background-color: #101010;
            color: #fff;
            float: left;
            font-size: 28px;
            font-weight: 600;
            padding: 20px;
            text-align: center;
            width: 100%;
        }

            .pricing-table-4 th .title-header.active {
                background-color: #ecae3d;
            }

    .pricing-table-4 .table > thead > tr > th {
        border: medium none;
        padding: 0;
    }

    .pricing-table-4 .table > tbody > tr > td {
        padding: 20px;
        border: 1px solid #dddfe0;
    }

    .pricing-table-4 .table > thead > tr > th {
        vertical-align: middle;
    }

    .pricing-table-4 th .price {
        color: #fff;
        font: bold 36px/45px "Open Sans",sans-serif;
        padding: 8px 0;
        text-align: center;
    }

    .pricing-table-4 tr td i {
        color: #89be21;
        font-size: 18px;
    }

    .pricing-table-4 tr td.red i {
        color: #ff2f16;
    }

    .pricing-table-4 th .price sup {
        font-size: 22px;
        font-style: normal;
    }

    .pricing-table-4 th .price i {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }

    .pricing-table-4 tr:nth-child(2n) {
        background: #e9e9e9 none repeat scroll 0 0;
    }

    .pricing-table-4 tr:nth-child(2n+1) {
        background: #fff none repeat scroll 0 0;
    }

    .pricing-table-4 th .title-header.first {
        border: medium none;
        margin-top: 69px;
    }

    .pricing-table-4 .table-bordered {
        border: medium none;
    }

        .pricing-table-4 .table-bordered th .title-header.first {
            border-right: 1px solid #e9e9e9;
        }

    .pricing-table-4 a.btn2 {
        margin-top: 20px;
    }


/* price table 5
 ------------------------------ */

.pricing-table-5 {
    background-color: #242424;
    float: left;
    margin: 0;
    padding: 15px 0 40px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

    .pricing-table-5.border-right {
        border-right: 1px solid #393939;
    }

    .pricing-table-5 .price {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        line-height: 20px;
        padding: 15px 0;
        text-align: center;
    }

        .pricing-table-5 .price sup {
            font-size: 22px;
            font-style: normal;
        }

        .pricing-table-5 .price i {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
        }

    .pricing-table-5 .title-box {
        border-bottom: 1px solid #393939;
        color: #fff;
        float: left;
        padding: 45px 0 15px;
        vertical-align: middle;
        width: 100%;
    }

    .pricing-table-5.first-table .title-box {
        padding: 15px 0;
    }

    .pricing-table-5.first-table {
        margin-top: 83px;
    }

    .pricing-table-5 .title-box .title {
        color: #fff;
    }

    .pricing-table-5 .features-list {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .pricing-table-5 .features-list li {
            border-bottom: 1px solid #393939;
            color: #727272;
            float: left;
            margin: 0;
            padding: 15px 0;
            width: 100%;
        }

            .pricing-table-5 .features-list li i.green-4 {
                color: #80b604;
                font-size: 18px;
            }

            .pricing-table-5 .features-list li i.red {
                color: #ff2f16;
                font-size: 18px;
            }

            .pricing-table-5 .features-list li i.white {
                color: #fff;
                font-size: 18px;
            }

            .pricing-table-5 .features-list li:last-child {
                border-bottom: medium none;
            }

            .pricing-table-5 .features-list li:nth-child(2n) {
                background-color: #2a2a2a;
            }

    .pricing-table-5.active .features-list li:nth-child(2n) {
        background-color: #3a9ae5;
    }

.pricing-table-5-top-strip {
    background-color: #fff;
    float: left;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .pricing-table-5-top-strip.active {
        background-color: #4eb0fc;
    }

.pricing-table-5.active {
    background-color: #4eb0fc;
    padding-bottom: 60px;
}

    .pricing-table-5.active .features-list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .pricing-table-5.active .title-box {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    .pricing-table-5.active .btn.btn-green-4 {
        background-color: #fff;
        color: #242424;
    }
/* =========== Pricing Badges ============= */


.pricing-badge-item-1 {
    width: 100%;
    float: left;
}

.pricing-badge-img-holder {
    position: relative;
    width: 100%;
}

.pricing-badge {
    position: absolute;
    background-color: #3d3d3c;
    border-radius: 100%;
    color: #727272;
    float: left;
    font-size: 18px;
    height: 150px;
    margin: 0;
    padding: 38px 0 0;
    text-align: center;
    width: 150px;
}

    .pricing-badge span.price {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        margin-top: 5px;
        padding: 0 0 5px;
        text-align: center;
    }

    /* badge position
 ------------------------------ */

    .pricing-badge.position-right-1 {
        top: 0px;
        right: 20px;
    }

    .pricing-badge.position-right-2 {
        right: 80px;
        top: 133px;
    }

    .pricing-badge.position-right-3 {
        top: 20px;
        right: 20px;
    }

    .pricing-badge.position-left-1 {
        top: 0px;
        left: 20px;
    }

    .pricing-badge.position-left-2 {
        left: 80px;
        top: 133px;
    }

    .pricing-badge.position-left-3 {
        top: 20px;
        left: 20px;
    }

    /* priceing badge sizes
 ------------------------------ */

    .pricing-badge.badge-large {
        font-size: 18px;
        height: 150px;
        padding: 38px 0 0;
        width: 150px;
    }

        .pricing-badge.badge-large span.price {
            font-size: 30px;
            line-height: 40px;
            padding: 0 0 5px;
        }


    .pricing-badge.badge-medium {
        font-size: 16px;
        height: 120px;
        padding: 29px 0 0;
        line-height: 22px;
        width: 120px;
    }

        .pricing-badge.badge-medium span.price {
            font-size: 20px;
            line-height: 20px;
            margin-top: 5px;
            padding: 0 0 5px;
        }

    .pricing-badge.badge-small {
        font-size: 14px;
        height: 90px;
        line-height: 17px;
        padding: 18px 0 0;
        width: 90px;
    }

        .pricing-badge.badge-small span.price {
            font-size: 16px;
            line-height: 18px;
            margin-top: 5px;
            padding: 0 0 5px;
        }

    /* priceing badge colors
 ------------------------------ */

    .pricing-badge.badge-red {
        background-color: #fc4242;
        color: #fff;
    }

    .pricing-badge.badge-green {
        background-color: #3fc35f;
        color: #fff;
    }

    .pricing-badge.badge-blue {
        background-color: #4eb0fc;
        color: #fff;
    }

    .pricing-badge.badge-violet {
        background-color: #b659fe;
        color: #fff;
    }

    .pricing-badge.badge-dark {
        background-color: #101010;
        color: #fff;
    }

    .pricing-badge.badge-white {
        background-color: #fff;
        color: #101010;
    }

    .pricing-badge.badge-orange {
        background-color: #fc8506;
        color: #fff;
    }

    .pricing-badge.badge-yellow {
        background-color: #ffd200;
        color: #fff;
    }


/* item holders
 ------------------------------ */

.pricing-badge-item-1 {
    position: relative;
    width: 100%;
    float: left;
    background-color: #990;
}

    .pricing-badge-item-1 .pricing-badge-img-holder .position-left-1 {
        left: 50px;
        top: 41px;
    }

    .pricing-badge-item-1 .pricing-badge-img-holder .position-left-2 {
        left: 104px;
        top: 143px;
    }


.pricing-badge-item-2 .pricing-badge-img-holder .position-right-1 {
    left: 251px;
    top: 37px;
}

.pricing-badge-item-2 .pricing-badge-img-holder .position-right-2 {
    left: 328px;
    top: 128px;
}


/* feature box 3
 ------------------------------ */
.hs-feature-box-3 {
    width: 100%;
    padding: 0px;
    float: left;
    min-height: 645px;
}

    .hs-feature-box-3 .img-box {
        position: relative;
        width: 100%;
        padding: 0px;
        float: left;
    }

        .hs-feature-box-3 .img-box .overlay {
            width: 100%;
            height: 100%;
            padding: 0px;
            float: left;
            z-index: 2;
            background-color: rgba(0, 0, 0, 0.2);
        }

        .hs-feature-box-3 .img-box .text-box {
            position: absolute;
            width: 80%;
            padding: 50px;
            float: left;
            left: 0px;
            bottom: -185px;
            z-index: 3;
            background-color: #fff;
            transition: all 0.3s ease-out 0s;
        }

            .hs-feature-box-3 .img-box .text-box .sc-icons-box {
                position: absolute;
                width: 80%;
                padding: 0px;
                margin: 0px;
                top: -53px;
                left: 0px;
                float: left;
                opacity: 0;
                overflow: hidden;
                z-index: 3;
                background-color: rgba(236, 174, 61, 0.9);
                transition: all 0.3s ease-out 0s;
            }

                .hs-feature-box-3 .img-box .text-box .sc-icons-box .sc-icons {
                    width: 100%;
                    margin: 0px;
                    padding-left: 0px;
                    text-align: center;
                }

                    .hs-feature-box-3 .img-box .text-box .sc-icons-box .sc-icons li {
                        display: inline-block;
                    }

                        .hs-feature-box-3 .img-box .text-box .sc-icons-box .sc-icons li a {
                            padding: 15px 7px;
                            color: #fff;
                            text-align: center;
                            display: inline-block;
                        }

    .hs-feature-box-3:hover .img-box .text-box .sc-icons-box,
    .hs-feature-box-3.active .img-box .text-box .sc-icons-box {
        left: 110px;
        opacity: 1;
    }

    .hs-feature-box-3:hover .img-box .text-box, .hs-feature-box-3.active .img-box .text-box {
        background-color: #101010;
    }

        .hs-feature-box-3:hover .img-box .text-box .title, .hs-feature-box-3.active .img-box .text-box .title {
            color: #fff;
        }

.avatar > a {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
}

    .avatar > a img {
        width: 100%;
    }
/* ---------- feature box 2 ---------- */

.bd-feature-box-2 {
    width: 100%;
    float: left;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}

    .bd-feature-box-2 .img-box {
        position: relative;
        width: 100%;
        float: left;
        overflow: hidden;
    }

        .bd-feature-box-2 .img-box .sc-icons-box {
            position: absolute;
            width: 100%;
            padding: 0px;
            margin: 0px;
            bottom: -54px;
            left: 0;
            float: left;
            background-color: #ecae3d;
            transition: all 0.3s ease-out 0s;
        }

            .bd-feature-box-2 .img-box .sc-icons-box .sc-icons {
                width: 100%;
                padding: 0px;
            }

                .bd-feature-box-2 .img-box .sc-icons-box .sc-icons li {
                    padding: 0px;
                    display: inline-block;
                }

                    .bd-feature-box-2 .img-box .sc-icons-box .sc-icons li a {
                        padding: 10px 10px;
                        color: #fff;
                        display: inline-block;
                    }

                        .bd-feature-box-2 .img-box .sc-icons-box .sc-icons li a:hover {
                            color: #101010;
                        }

    .bd-feature-box-2:hover .img-box .sc-icons-box, .bd-feature-box-2.active .img-box .sc-icons-box {
        bottom: -10px;
    }

    .bd-feature-box-2:hover, .bd-feature-box-2.active {
        background-color: #101010;
        border: 1px solid #101010;
    }

        .bd-feature-box-2:hover h5, .bd-feature-box-2.active h5 {
            color: #fff;
        }

@media only screen and (max-width: 991px) {

    .classes-table table, thead, tbody, th, td, tr {
        display: block;
    }

    .classes-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .classes-table tr {
        border: 1px solid #ccc;
    }

    .classes-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        .classes-table td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        .classes-table td:nth-of-type(1):before {
            content: "Time";
        }

        .classes-table td:nth-of-type(2):before {
            content: "Monday";
        }

        .classes-table td:nth-of-type(3):before {
            content: "Tuesday";
        }

        .classes-table td:nth-of-type(4):before {
            content: "Wednesday";
        }

        .classes-table td:nth-of-type(5):before {
            content: "Thursday";
        }

        .classes-table td:nth-of-type(6):before {
            content: "Friday";
        }

        .classes-table td:nth-of-type(7):before {
            content: "Saturday";
        }
}

.toast-title {
    font-weight: bold
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

    .toast-message a, .toast-message label {
        color: #ffffff
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

    .toast-close-button:hover, .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40)
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

    #toast-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80)
    }

        #toast-container > div:hover {
            -webkit-box-shadow: 0 0 12px #000000;
            box-shadow: 0 0 12px #000000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer
        }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
    }

    #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

#toast-container > div {
    opacity: 1;
    width: 20em !important;
    padding: 15px 15px 15px 50px !important
}

[dir=rtl] #toast-container > div {
    background-position: center right .9375rem;
    padding: 15px 50px 15px 15px !important
}

.toast-progress {
    position: absolute;
    top: 0;
    bottom: auto;
    height: .1875rem;
    opacity: .15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
    filter: alpha(opacity=15)
}

[dir=rtl] .toast-progress {
    right: 0;
    left: auto
}

.toast-close-button {
    position: absolute;
    top: 0;
    color: inherit;
    text-shadow: none;
    right: .25rem !important
}

[dir=rtl] .toast-close-button {
    right: auto !important;
    left: .25rem !important
}

.default-style #toast-container {
    z-index: 999999
}

    .default-style #toast-container > div {
        border-radius: .25rem;
        -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.09) !important;
        box-shadow: 0 1px 6px rgba(0,0,0,0.09) !important
    }

    .default-style #toast-container .toast-close-button {
        font-weight: 300
    }

    .default-style #toast-container > .toast-success {
        background-color: #02BC77;
        color: #fff
    }

    .default-style #toast-container > .toast-error {
        background-color: #d9534f;
        color: #fff
    }

    .default-style #toast-container > .toast-info {
        background-color: #28c3d7;
        color: #fff
    }

    .default-style #toast-container > .toast-warning {
        background-color: #FFD950;
        color: #665720
    }

.material-style #toast-container {
    z-index: 999999
}

    .material-style #toast-container > div {
        border-radius: .125rem;
        -webkit-box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.15),0px 24px 38px 3px rgba(0,0,0,0.1),0px 9px 46px 8px rgba(0,0,0,0.08) !important;
        box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.15),0px 24px 38px 3px rgba(0,0,0,0.1),0px 9px 46px 8px rgba(0,0,0,0.08) !important
    }

    .material-style #toast-container .toast-close-button {
        font-weight: 300
    }

    .material-style #toast-container > .toast-success {
        background-color: #02BC77;
        color: #fff
    }

    .material-style #toast-container > .toast-error {
        background-color: #d9534f;
        color: #fff
    }

    .material-style #toast-container > .toast-info {
        background-color: #28c3d7;
        color: #fff
    }

    .material-style #toast-container > .toast-warning {
        background-color: #FFD950;
        color: #665720
    }
