@charset "UTF-8";
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    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, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.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;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .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;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .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;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .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;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .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;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-text {
    display: block;
    margin-top: .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: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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 .custom-select, .form-inline .input-group {
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .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;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -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-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -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-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    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;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -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: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    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: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -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: .5rem;
    padding-bottom: .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        -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, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        -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, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        -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, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        -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, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    -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, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -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, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -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:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -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 {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    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;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -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;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -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, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 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-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -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: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -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 {
    box-sizing: content-box;
    -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: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -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
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    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;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: inherit !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: 'Signerica Fat';
    src: url(../fonts/SignericaFat.eot);
    src: url(../fonts/SignericaFat.eot?#iefix) format('embedded-opentype'), url(../fonts/SignericaFat.woff2) format('woff2'), url(../fonts/SignericaFat.woff) format('woff'), url(../fonts/SignericaFat.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Cerebri Sans';
    src: url(../fonts/CerebriSans-Regular.eot);
    src: url(../fonts/CerebriSans-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/CerebriSans-Regular.woff2) format('woff2'), url(../fonts/CerebriSans-Regular.woff) format('woff'), url(../fonts/CerebriSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/Simple-Line-Icons.eot?v=2.4.0);
    src: url(../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(../fonts/Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(../fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(../fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

.icon-action-redo, .icon-action-undo, .icon-anchor, .icon-arrow-down, .icon-arrow-down-circle, .icon-arrow-left, .icon-arrow-left-circle, .icon-arrow-right, .icon-arrow-right-circle, .icon-arrow-up, .icon-arrow-up-circle, .icon-badge, .icon-bag, .icon-ban, .icon-basket, .icon-basket-loaded, .icon-bell, .icon-book-open, .icon-briefcase, .icon-bubble, .icon-bubbles, .icon-bulb, .icon-calculator, .icon-calendar, .icon-call-end, .icon-call-in, .icon-call-out, .icon-camera, .icon-camrecorder, .icon-chart, .icon-check, .icon-chemistry, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-compass, .icon-control-end, .icon-control-forward, .icon-control-pause, .icon-control-play, .icon-control-rewind, .icon-control-start, .icon-credit-card, .icon-crop, .icon-cup, .icon-cursor, .icon-cursor-move, .icon-diamond, .icon-direction, .icon-directions, .icon-disc, .icon-dislike, .icon-doc, .icon-docs, .icon-drawer, .icon-drop, .icon-earphones, .icon-earphones-alt, .icon-emotsmile, .icon-energy, .icon-envelope, .icon-envelope-letter, .icon-envelope-open, .icon-equalizer, .icon-event, .icon-exclamation, .icon-eye, .icon-eyeglass, .icon-feed, .icon-film, .icon-fire, .icon-flag, .icon-folder, .icon-folder-alt, .icon-frame, .icon-game-controller, .icon-ghost, .icon-globe, .icon-globe-alt, .icon-graduation, .icon-graph, .icon-grid, .icon-handbag, .icon-heart, .icon-home, .icon-hourglass, .icon-info, .icon-key, .icon-layers, .icon-like, .icon-link, .icon-list, .icon-location-pin, .icon-lock, .icon-lock-open, .icon-login, .icon-logout, .icon-loop, .icon-magic-wand, .icon-magnet, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-map, .icon-menu, .icon-microphone, .icon-minus, .icon-mouse, .icon-music-tone, .icon-music-tone-alt, .icon-mustache, .icon-note, .icon-notebook, .icon-options, .icon-options-vertical, .icon-organization, .icon-paper-clip, .icon-paper-plane, .icon-paypal, .icon-pencil, .icon-people, .icon-phone, .icon-picture, .icon-pie-chart, .icon-pin, .icon-plane, .icon-playlist, .icon-plus, .icon-power, .icon-present, .icon-printer, .icon-puzzle, .icon-question, .icon-refresh, .icon-reload, .icon-rocket, .icon-screen-desktop, .icon-screen-smartphone, .icon-screen-tablet, .icon-settings, .icon-share, .icon-share-alt, .icon-shield, .icon-shuffle, .icon-size-actual, .icon-size-fullscreen, .icon-social-behance, .icon-social-dribbble, .icon-social-dropbox, .icon-social-facebook, .icon-social-foursqare, .icon-social-github, .icon-social-google, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-reddit, .icon-social-skype, .icon-social-soundcloud, .icon-social-spotify, .icon-social-steam, .icon-social-stumbleupon, .icon-social-tumblr, .icon-social-twitter, .icon-social-vkontakte, .icon-social-youtube, .icon-speech, .icon-speedometer, .icon-star, .icon-support, .icon-symbol-female, .icon-symbol-male, .icon-tag, .icon-target, .icon-trash, .icon-trophy, .icon-umbrella, .icon-user, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-vector, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-wallet, .icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-user:before {
    content: "\e005"
}

.icon-people:before {
    content: "\e001"
}

.icon-user-female:before {
    content: "\e000"
}

.icon-user-follow:before {
    content: "\e002"
}

.icon-user-following:before {
    content: "\e003"
}

.icon-user-unfollow:before {
    content: "\e004"
}

.icon-login:before {
    content: "\e066"
}

.icon-logout:before {
    content: "\e065"
}

.icon-emotsmile:before {
    content: "\e021"
}

.icon-phone:before {
    content: "\e600"
}

.icon-call-end:before {
    content: "\e048"
}

.icon-call-in:before {
    content: "\e047"
}

.icon-call-out:before {
    content: "\e046"
}

.icon-map:before {
    content: "\e033"
}

.icon-location-pin:before {
    content: "\e096"
}

.icon-direction:before {
    content: "\e042"
}

.icon-directions:before {
    content: "\e041"
}

.icon-compass:before {
    content: "\e045"
}

.icon-layers:before {
    content: "\e034"
}

.icon-menu:before {
    content: "\e601"
}

.icon-list:before {
    content: "\e067"
}

.icon-options-vertical:before {
    content: "\e602"
}

.icon-options:before {
    content: "\e603"
}

.icon-arrow-down:before {
    content: "\e604"
}

.icon-arrow-left:before {
    content: "\e605"
}

.icon-arrow-right:before {
    content: "\e606"
}

.icon-arrow-up:before {
    content: "\e607"
}

.icon-arrow-up-circle:before {
    content: "\e078"
}

.icon-arrow-left-circle:before {
    content: "\e07a"
}

.icon-arrow-right-circle:before {
    content: "\e079"
}

.icon-arrow-down-circle:before {
    content: "\e07b"
}

.icon-check:before {
    content: "\e080"
}

.icon-clock:before {
    content: "\e081"
}

.icon-plus:before {
    content: "\e095"
}

.icon-minus:before {
    content: "\e615"
}

.icon-close:before {
    content: "\e082"
}

.icon-event:before {
    content: "\e619"
}

.icon-exclamation:before {
    content: "\e617"
}

.icon-organization:before {
    content: "\e616"
}

.icon-trophy:before {
    content: "\e006"
}

.icon-screen-smartphone:before {
    content: "\e010"
}

.icon-screen-desktop:before {
    content: "\e011"
}

.icon-plane:before {
    content: "\e012"
}

.icon-notebook:before {
    content: "\e013"
}

.icon-mustache:before {
    content: "\e014"
}

.icon-mouse:before {
    content: "\e015"
}

.icon-magnet:before {
    content: "\e016"
}

.icon-energy:before {
    content: "\e020"
}

.icon-disc:before {
    content: "\e022"
}

.icon-cursor:before {
    content: "\e06e"
}

.icon-cursor-move:before {
    content: "\e023"
}

.icon-crop:before {
    content: "\e024"
}

.icon-chemistry:before {
    content: "\e026"
}

.icon-speedometer:before {
    content: "\e007"
}

.icon-shield:before {
    content: "\e00e"
}

.icon-screen-tablet:before {
    content: "\e00f"
}

.icon-magic-wand:before {
    content: "\e017"
}

.icon-hourglass:before {
    content: "\e018"
}

.icon-graduation:before {
    content: "\e019"
}

.icon-ghost:before {
    content: "\e01a"
}

.icon-game-controller:before {
    content: "\e01b"
}

.icon-fire:before {
    content: "\e01c"
}

.icon-eyeglass:before {
    content: "\e01d"
}

.icon-envelope-open:before {
    content: "\e01e"
}

.icon-envelope-letter:before {
    content: "\e01f"
}

.icon-bell:before {
    content: "\e027"
}

.icon-badge:before {
    content: "\e028"
}

.icon-anchor:before {
    content: "\e029"
}

.icon-wallet:before {
    content: "\e02a"
}

.icon-vector:before {
    content: "\e02b"
}

.icon-speech:before {
    content: "\e02c"
}

.icon-puzzle:before {
    content: "\e02d"
}

.icon-printer:before {
    content: "\e02e"
}

.icon-present:before {
    content: "\e02f"
}

.icon-playlist:before {
    content: "\e030"
}

.icon-pin:before {
    content: "\e031"
}

.icon-picture:before {
    content: "\e032"
}

.icon-handbag:before {
    content: "\e035"
}

.icon-globe-alt:before {
    content: "\e036"
}

.icon-globe:before {
    content: "\e037"
}

.icon-folder-alt:before {
    content: "\e039"
}

.icon-folder:before {
    content: "\e089"
}

.icon-film:before {
    content: "\e03a"
}

.icon-feed:before {
    content: "\e03b"
}

.icon-drop:before {
    content: "\e03e"
}

.icon-drawer:before {
    content: "\e03f"
}

.icon-docs:before {
    content: "\e040"
}

.icon-doc:before {
    content: "\e085"
}

.icon-diamond:before {
    content: "\e043"
}

.icon-cup:before {
    content: "\e044"
}

.icon-calculator:before {
    content: "\e049"
}

.icon-bubbles:before {
    content: "\e04a"
}

.icon-briefcase:before {
    content: "\e04b"
}

.icon-book-open:before {
    content: "\e04c"
}

.icon-basket-loaded:before {
    content: "\e04d"
}

.icon-basket:before {
    content: "\e04e"
}

.icon-bag:before {
    content: "\e04f"
}

.icon-action-undo:before {
    content: "\e050"
}

.icon-action-redo:before {
    content: "\e051"
}

.icon-wrench:before {
    content: "\e052"
}

.icon-umbrella:before {
    content: "\e053"
}

.icon-trash:before {
    content: "\e054"
}

.icon-tag:before {
    content: "\e055"
}

.icon-support:before {
    content: "\e056"
}

.icon-frame:before {
    content: "\e038"
}

.icon-size-fullscreen:before {
    content: "\e057"
}

.icon-size-actual:before {
    content: "\e058"
}

.icon-shuffle:before {
    content: "\e059"
}

.icon-share-alt:before {
    content: "\e05a"
}

.icon-share:before {
    content: "\e05b"
}

.icon-rocket:before {
    content: "\e05c"
}

.icon-question:before {
    content: "\e05d"
}

.icon-pie-chart:before {
    content: "\e05e"
}

.icon-pencil:before {
    content: "\e05f"
}

.icon-note:before {
    content: "\e060"
}

.icon-loop:before {
    content: "\e064"
}

.icon-home:before {
    content: "\e069"
}

.icon-grid:before {
    content: "\e06a"
}

.icon-graph:before {
    content: "\e06b"
}

.icon-microphone:before {
    content: "\e063"
}

.icon-music-tone-alt:before {
    content: "\e061"
}

.icon-music-tone:before {
    content: "\e062"
}

.icon-earphones-alt:before {
    content: "\e03c"
}

.icon-earphones:before {
    content: "\e03d"
}

.icon-equalizer:before {
    content: "\e06c"
}

.icon-like:before {
    content: "\e068"
}

.icon-dislike:before {
    content: "\e06d"
}

.icon-control-start:before {
    content: "\e06f"
}

.icon-control-rewind:before {
    content: "\e070"
}

.icon-control-play:before {
    content: "\e071"
}

.icon-control-pause:before {
    content: "\e072"
}

.icon-control-forward:before {
    content: "\e073"
}

.icon-control-end:before {
    content: "\e074"
}

.icon-volume-1:before {
    content: "\e09f"
}

.icon-volume-2:before {
    content: "\e0a0"
}

.icon-volume-off:before {
    content: "\e0a1"
}

.icon-calendar:before {
    content: "\e075"
}

.icon-bulb:before {
    content: "\e076"
}

.icon-chart:before {
    content: "\e077"
}

.icon-ban:before {
    content: "\e07c"
}

.icon-bubble:before {
    content: "\e07d"
}

.icon-camrecorder:before {
    content: "\e07e"
}

.icon-camera:before {
    content: "\e07f"
}

.icon-cloud-download:before {
    content: "\e083"
}

.icon-cloud-upload:before {
    content: "\e084"
}

.icon-envelope:before {
    content: "\e086"
}

.icon-eye:before {
    content: "\e087"
}

.icon-flag:before {
    content: "\e088"
}

.icon-heart:before {
    content: "\e08a"
}

.icon-info:before {
    content: "\e08b"
}

.icon-key:before {
    content: "\e08c"
}

.icon-link:before {
    content: "\e08d"
}

.icon-lock:before {
    content: "\e08e"
}

.icon-lock-open:before {
    content: "\e08f"
}

.icon-magnifier:before {
    content: "\e090"
}

.icon-magnifier-add:before {
    content: "\e091"
}

.icon-magnifier-remove:before {
    content: "\e092"
}

.icon-paper-clip:before {
    content: "\e093"
}

.icon-paper-plane:before {
    content: "\e094"
}

.icon-power:before {
    content: "\e097"
}

.icon-refresh:before {
    content: "\e098"
}

.icon-reload:before {
    content: "\e099"
}

.icon-settings:before {
    content: "\e09a"
}

.icon-star:before {
    content: "\e09b"
}

.icon-symbol-female:before {
    content: "\e09c"
}

.icon-symbol-male:before {
    content: "\e09d"
}

.icon-target:before {
    content: "\e09e"
}

.icon-credit-card:before {
    content: "\e025"
}

.icon-paypal:before {
    content: "\e608"
}

.icon-social-tumblr:before {
    content: "\e00a"
}

.icon-social-twitter:before {
    content: "\e009"
}

.icon-social-facebook:before {
    content: "\e00b"
}

.icon-social-instagram:before {
    content: "\e609"
}

.icon-social-linkedin:before {
    content: "\e60a"
}

.icon-social-pinterest:before {
    content: "\e60b"
}

.icon-social-github:before {
    content: "\e60c"
}

.icon-social-google:before {
    content: "\e60d"
}

.icon-social-reddit:before {
    content: "\e60e"
}

.icon-social-skype:before {
    content: "\e60f"
}

.icon-social-dribbble:before {
    content: "\e00d"
}

.icon-social-behance:before {
    content: "\e610"
}

.icon-social-foursqare:before {
    content: "\e611"
}

.icon-social-soundcloud:before {
    content: "\e612"
}

.icon-social-spotify:before {
    content: "\e613"
}

.icon-social-stumbleupon:before {
    content: "\e614"
}

.icon-social-youtube:before {
    content: "\e008"
}

.icon-social-dropbox:before {
    content: "\e00c"
}

.icon-social-vkontakte:before {
    content: "\e618"
}

.icon-social-steam:before {
    content: "\e620"
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.easyzoom {
    position: relative;
    display: inline-block
}

.easyzoom img {
    vertical-align: bottom
}

.easyzoom.is-loading img {
    cursor: progress
}

.easyzoom.is-ready img {
    cursor: crosshair
}

.easyzoom.is-error img {
    cursor: not-allowed
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #fff
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.animated {
    animation-duration: 1.25s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%, to {
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%, 11.1%, to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100px, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100px, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100px, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100px, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100px, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100px, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100px, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100px, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100px, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100px, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100px, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100px, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100px, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100px, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

#scrollUp *, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%
}

body {
    line-height: 28px;
    font-size: 14px;
    font-style: normal;
    color: #000;
    font-family: PoppinsMedium, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-top: 0;
    font-family: PoppinsSemiBold, sans-serif
}

p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    margin-bottom: 15px;
    font-family: PoppinsMedium, sans-serif
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

p:last-child {
    margin-bottom: 0
}

a, button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #000
}

a, button, img, input, span {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

:focus {
    outline: 0 !important
}

a:focus {
    color: inherit;
    outline: 0;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

button, input[type=submit] {
    cursor: pointer
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.fix {
    overflow: hidden
}

.hidden {
    display: none
}

.clear {
    clear: both
}

.section {
    float: left;
    width: 100%
}

.f-right {
    float: right
}

.capitalize {
    text-transform: inherit
}

.uppercase {
    text-transform: uppercase
}

.bg-img {
    background-position: center center;
    background-size: cover
}

.position-relative {
    position: relative
}

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.mt-0 {
    margin-top: 0
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px
}

.mt-12 {
    margin-top: 12px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt-130 {
        margin-top: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-130 {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .mt-130 {
        margin-top: 60px
    }
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

.mt-160 {
    margin-top: 160px
}

.mt-155 {
    margin-top: 155px
}

.mt-175 {
    margin-top: 175px
}

.mr-0 {
    margin-right: 0
}

.mr-10 {
    margin-right: 10px
}

.mr-12 {
    margin-right: 12px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

.mb-0 {
    margin-bottom: 0
}

.mb-4 {
    margin-bottom: 4px !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-37 {
    margin-bottom: 37px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-180 {
    margin-bottom: 180px
}

.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-12 {
    margin-left: 12px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-200 {
    margin-left: 200px
}

.ml-300 {
    margin-left: 300px
}

.ml-ntv5 {
    margin-left: -5px
}

.pt-0 {
    padding-top: 0
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-85 {
    padding-top: 85px
}

.pt-80 {
    padding-top: 80px
}

.pt-95 {
    padding-top: 95px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-105 {
        padding-top: 45px
    }
}

@media only screen and (max-width: 767px) {
    .pt-105 {
        padding-top: 25px
    }
}

.pt-110 {
    padding-top: 110px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-110 {
        padding-top: 70px
    }
}

@media only screen and (max-width: 767px) {
    .pt-110 {
        padding-top: 50px
    }
}

.pt-115 {
    padding-top: 115px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-115 {
        padding-top: 75px
    }
}

@media only screen and (max-width: 767px) {
    .pt-115 {
        padding-top: 55px
    }
}

.pt-120 {
    padding-top: 120px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 60px
    }
}

.pt-125 {
    padding-top: 125px
}

.pt-128 {
    padding-top: 128px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-135 {
        padding-top: 75px
    }
}

@media only screen and (max-width: 767px) {
    .pt-135 {
        padding-top: 55px
    }
}

.pt-165 {
    padding-top: 165px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-170 {
    padding-top: 170px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pt-220 {
    padding-top: 220px
}

.pt-250 {
    padding-top: 250px
}

.pt-255 {
    padding-top: 255px
}

.pt-210 {
    padding-top: 210px
}

.pt-230 {
    padding-top: 230px
}

.pt-270 {
    padding-top: 270px
}

.pt-290 {
    padding-top: 290px
}

.pt-295 {
    padding-top: 295px
}

.pt-280 {
    padding-top: 280px
}

.pt-240 {
    padding-top: 240px
}

.pt-330 {
    padding-top: 330px
}

.pt-340 {
    padding-top: 340px
}

.pt-350 {
    padding-top: 350px
}

.pt-365 {
    padding-top: 365px
}

.pt-360 {
    padding-top: 360px
}

.pt-370 {
    padding-top: 370px
}

.pt-380 {
    padding-top: 380px
}

.pt-400 {
    padding-top: 400px
}

.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

.pr-155 {
    padding-right: 155px
}

.pr-270 {
    padding-right: 270px
}

.pb-0 {
    padding-bottom: 0
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-105 {
        padding-bottom: 65px
    }
}

@media only screen and (max-width: 767px) {
    .pb-105 {
        padding-bottom: 45px
    }
}

.pb-110 {
    padding-bottom: 110px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-110 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 767px) {
    .pb-110 {
        padding-bottom: 50px
    }
}

.pb-115 {
    padding-bottom: 115px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-115 {
        padding-bottom: 75px
    }
}

@media only screen and (max-width: 767px) {
    .pb-115 {
        padding-bottom: 55px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 60px
    }
}

.pb-125 {
    padding-bottom: 125px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-125 {
        padding-bottom: 65px
    }
}

@media only screen and (max-width: 767px) {
    .pb-125 {
        padding-bottom: 45px
    }
}

.pb-130 {
    padding-bottom: 130px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 767px) {
    .pb-130 {
        padding-bottom: 50px
    }
}

.pb-135 {
    padding-bottom: 135px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-135 {
        padding-bottom: 75px
    }
}

@media only screen and (max-width: 767px) {
    .pb-135 {
        padding-bottom: 55px
    }
}

.pb-140 {
    padding-bottom: 140px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-140 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .pb-140 {
        padding-bottom: 60px
    }
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-280 {
    padding-bottom: 280px
}

.pb-200 {
    padding-bottom: 200px
}

.pb-205 {
    padding-bottom: 205px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-215 {
    padding-bottom: 215px
}

.pb-250 {
    padding-bottom: 250px
}

.pb-285 {
    padding-bottom: 285px
}

.pb-270 {
    padding-bottom: 270px
}

.pb-290 {
    padding-bottom: 290px
}

.pb-315 {
    padding-bottom: 315px
}

.pb-330 {
    padding-bottom: 330px
}

.pb-335 {
    padding-bottom: 335px
}

.pb-340 {
    padding-bottom: 340px
}

.pb-325 {
    padding-bottom: 325px
}

.pb-320 {
    padding-bottom: 300px
}

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-190 {
    padding-left: 190px
}

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-35 {
    padding: 35px 0
}

.ptb-32 {
    padding: 32px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

.ptb-160 {
    padding: 160px 0
}

.ptb-170 {
    padding: 170px 0
}

.ptb-177 {
    padding: 177px 0
}

.ptb-180 {
    padding: 180px 0
}

.ptb-190 {
    padding: 190px 0
}

.ptb-200 {
    padding: 200px 0
}

.ptb-210 {
    padding: 210px 0
}

.ptb-220 {
    padding: 220px 0
}

.ptb-290 {
    padding: 290px 0
}

.ptb-310 {
    padding: 310px 0
}

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0
}

.mtb-290 {
    margin: 290px 0
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1
}

input {
    border: 1px solid #e2dcdc;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #737373;
    width: 100%
}

select {
    width: 100%;
    background: 0 0;
    border: 0 solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #737373;
    max-width: 200px
}

option {
    background: #fff;
    border: 0 solid #626262;
    padding-left: 10px;
    font-size: 14px
}

input:focus {
    background: 0 0
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #737373
}

textarea:focus {
    background: 0 0;
    border: 2px solid #4fc1f0;
    outline: 0
}

.custom-d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.custom-align-item-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-align-item-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-content-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    min-height: 1px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
}

@media only screen and (max-width: 767px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

#scrollUp {
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #666;
    right: 40px;
    bottom: 40px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #666;
    z-index: 999 !important
}

#scrollUp:hover {
    color: #fff;
    border: 1px solid #666555;
    background-color: #666555
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        width: 40px;
        height: 40px;
        right: 15px
    }
}

#scrollUp i {
    display: block;
    line-height: 38px;
    font-size: 18px
}

@media only screen and (max-width: 767px) {
    #scrollUp i {
        line-height: 40px;
        font-size: 16px
    }
}

.height-100vh {
    height: 100vh !important
}

.transparent-bar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.bg-gray {
    background-color: #f0f4f6
}

.bg-gray-2 {
    background-color: #efeeed
}

.bg-gray-3 {
    background-color: #f9f9f9
}

.bg-gray-4 {
    background-color: #efefef
}

.bg-gray-5 {
    background-color: #e5e5e5
}

.bg-gray-6 {
    background-color: #ececec
}

.bg-gray-7 {
    background-color: #eaeff2
}

.bg-gray-8 {
    background-color: #f4f4f4
}

.bg-gray-9 {
    background-color: #f6f6f6
}

.bg-gray-10 {
    background-color: #e7eaec
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-blue {
    background-color: #0064e0
}

.bg-orange {
    background-color: #666555
}

.bg-green-2 {
    background-color: #6aae27
}

.border-bottom-1 {
    border-bottom: 1px solid #dadada
}

.border-bottom-2 {
    border-bottom: 1px solid #e8e8e8
}

.border-bottom-3 {
    border-bottom: 1px solid #e1e1e1
}

.border-bottom-4 {
    border-bottom: 1px solid #dbdbdb
}

.border-bottom-5 {
    border-bottom: 1px solid #e3e3e3
}

.border-bottom-6 {
    border-bottom: 1px solid #eaeaea
}

.border-bottom-7 {
    border-bottom: 1px solid #e2e2e2
}

.border-bottom-8 {
    border-bottom: 1px solid #408be8
}

.border-bottom-9 {
    border-bottom: 1px solid #eb724d
}

.default-overlay {
    position: relative
}

.default-overlay:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    z-index: 9
}

.default-overlay.overly-point-4:before {
    background-color: #181818;
    opacity: .4
}

.default-overlay-white {
    position: relative
}

.default-overlay-white:before {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    z-index: 9
}

@media only screen and (max-width: 767px) {
    .res-white-overly-xs {
        position: relative
    }

    .res-white-overly-xs:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        opacity: .4;
        z-index: 9
    }
}

@media only screen and (max-width: 767px) {
    .res-black-overly-xs {
        position: relative
    }

    .res-black-overly-xs:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #000;
        opacity: .5;
        z-index: 9
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .res-white-overly-md {
        position: relative
    }

    .res-white-overly-md:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        opacity: .5;
        z-index: 1
    }
}

@media only screen and (max-width: 767px) {
    .xs-mb-30 {
        margin-bottom: 30px
    }
}

.section-padding-1 .container-fluid {
    padding: 0 180px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .section-padding-1 .container-fluid {
        padding: 0 100px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .section-padding-1 .container-fluid {
        padding: 0 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-1 .container-fluid {
        padding: 0 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-1 .container-fluid {
        padding: 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-1 .container-fluid {
        padding: 0 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding-1 .container-fluid {
        padding: 0 30px
    }
}

.section-padding-2 .container-fluid {
    padding: 0 70px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .section-padding-2 .container-fluid {
        padding: 0 30px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .section-padding-2 .container-fluid {
        padding: 0 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-2 .container-fluid {
        padding: 0 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-2 .container-fluid {
        padding: 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-2 .container-fluid {
        padding: 0 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding-2 .container-fluid {
        padding: 0 30px
    }
}

.padding-10-row-col .row {
    margin-right: -5px;
    margin-left: -5px
}

.padding-10-row-col .row div[class^=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.box-layout-width {
    display: block;
    margin: 0 auto;
    width: 1310px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .box-layout-width {
        width: 1200px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .box-layout-width {
        width: 1170px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-layout-width {
        width: 970px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-layout-width {
        width: 730px
    }
}

@media only screen and (max-width: 767px) {
    .box-layout-width {
        width: 100%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .box-layout-width {
        width: 550px
    }
}

.box-layout-width-2 {
    display: block;
    margin: 0 auto;
    width: 1370px;
    background-color: #fff
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .box-layout-width-2 {
        width: 1200px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .box-layout-width-2 {
        width: 1170px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .box-layout-width-2 {
        width: 970px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .box-layout-width-2 {
        width: 730px
    }
}

@media only screen and (max-width: 767px) {
    .box-layout-width-2 {
        width: 100%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .box-layout-width-2 {
        width: 550px
    }
}

@-webkit-keyframes hastechFade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes hastechFade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes hastechZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hastechZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes hastechZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hastechZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes hastechMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hastechMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes hastechMoveUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hastechMoveUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes hastechMoveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hastechMoveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes hastechMoveDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes hastechMoveDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes hastechMoveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25px);
        transform: translateX(25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hastechMoveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25px);
        transform: translateX(25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hastechMoveLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hastechMoveLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hastechMoveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hastechMoveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hastechMoveRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hastechMoveRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hastechFallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0)
    }
}

@keyframes hastechFallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0)
    }
}

@-webkit-keyframes hastechFlipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes hastechFlipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes hastechFlipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes hastechFlipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes columnMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes columnMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0)
    }
}

@keyframes fallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0)
    }
}

@-webkit-keyframes edit-button-pulse {
    0% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, .6);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, .6)
    }
    30% {
        -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0)
    }
}

@keyframes edit-button-pulse {
    0% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, .6);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, .6)
    }
    30% {
        -webkit-box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 10px rgba(183, 8, 78, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0);
        box-shadow: 0 0 2px 0 rgba(183, 8, 78, 0)
    }
}

@-webkit-keyframes shortfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes shortfadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.shortfadeInUp {
    -webkit-animation-name: shortfadeInUp;
    animation-name: shortfadeInUp
}

.animated-duration {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.custom-delay-200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.custom-delay-300 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.custom-delay-400 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.custom-delay-500 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.custom-delay-600 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.custom-delay-700 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.custom-delay-800 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.custom-delay-900 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.header-small-device {
    display: none
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-small-device {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .header-small-device {
        display: block
    }
}

.header-small-device.small-device-ptb-1 {
    padding: 15px 0 15px
}

.header-large-device {
    display: block
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-large-device {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .header-large-device {
        display: none
    }
}

.header-offer-wrap p {
    color: #000;
    margin: 0
}

.header-offer-wrap p span {
    color: #666555
}

.header-offer-wrap p i {
    font-size: 16px;
    margin: 0 9px 0 0;
    position: relative;
    top: 2px
}

.header-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.same-style-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.same-style-wrap .same-style {
    margin-right: 60px;
    position: relative
}

.same-style-wrap .same-style.same-style-mrg-2 {
    margin-right: 42px
}

.same-style-wrap .same-style.same-style-mrg-2:last-child {
    margin-right: 0
}

.same-style-wrap .same-style.same-style-mrg-2 a {
    color: #666
}

.same-style-wrap .same-style.same-style-mrg-3 {
    margin-right: 22px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .same-style-wrap .same-style.same-style-mrg-3 {
        margin-right: 10px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .same-style-wrap .same-style.same-style-mrg-3 {
        margin-right: 5px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .same-style-wrap .same-style.same-style-mrg-3 {
        margin-right: 7px
    }
}

.same-style-wrap .same-style.same-style-mrg-3:last-child {
    margin-right: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .same-style-wrap .same-style {
        margin-right: 25px
    }
}

.same-style-wrap .same-style:last-child {
    margin-right: 0
}

.same-style-wrap .same-style a {
    color: #000;
    display: inline-block
}

.same-style-wrap .same-style a i {
    font-size: 12px;
    margin: 0 0 0 3px
}

.same-style-wrap .same-style.same-style-border:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 1px;
    background-color: #dedede;
    right: -31px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .same-style-wrap .same-style.same-style-border:before {
        right: -12px
    }
}

.same-style-wrap .same-style.track-order a {
    text-decoration: underline
}

.same-style-wrap .same-style .currency-dropdown, .same-style-wrap .same-style .language-dropdown {
    background: #000 none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, .1);
    display: none
}

.same-style-wrap .same-style .currency-dropdown ul, .same-style-wrap .same-style .language-dropdown ul {
    padding: 14px 0 15px
}

.same-style-wrap .same-style .currency-dropdown ul li, .same-style-wrap .same-style .language-dropdown ul li {
    display: block;
    padding-bottom: 5px
}

.same-style-wrap .same-style .currency-dropdown ul li:last-child, .same-style-wrap .same-style .language-dropdown ul li:last-child {
    padding-bottom: 0
}

.same-style-wrap .same-style .currency-dropdown ul li a, .same-style-wrap .same-style .language-dropdown ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 0 25px
}

.same-style-wrap .same-style .currency-dropdown ul li a:hover, .same-style-wrap .same-style .language-dropdown ul li a:hover {
    color: #666555
}

.same-style-wrap .same-style .currency-dropdown {
    width: 65px
}

.same-style-wrap .same-style .currency-dropdown span {
    color: #fff;
    font-family: PoppinsSemiBoldkeyframes, sans-serif
}

.same-style-wrap .same-style .currency-dropdown span:hover {
    cursor: pointer;
    color: #000
}

.same-style-wrap .same-style:hover > a {
    color: #666555
}

.social-style-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.social-style-1 a {
    color: #000;
    font-size: 20px;
    display: inline-block;
    margin-right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-style-1 a {
        margin-right: 14px
    }
}

.social-style-1 a:last-child {
    margin-right: 0
}

.social-style-1 a:hover {
    color: #666555
}

.social-style-1.social-style-1-white a {
    color: #fff
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .social-style-1.social-style-1-white a {
        margin-right: 12px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .social-style-1.social-style-1-white a {
        margin-right: 8px
    }
}

.social-style-1.social-style-1-white a:hover {
    color: #666555
}

.social-style-1.social-style-1-mrg {
    margin-left: 60px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-style-1.social-style-1-mrg {
        margin-left: 25px
    }
}

.social-style-1.social-style-1-mrg-2 {
    margin: 55px 0 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .social-style-1.social-style-1-mrg-2 {
        margin: 17px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .social-style-1.social-style-1-mrg-2 {
        margin: 20px 0 0
    }
}

.social-style-1.social-style-1-font-inc a {
    font-size: 18px
}

.header-top-ptb-1 {
    padding: 14px 0 14px
}

.header-top-ptb-2 {
    padding: 60px 0 60px
}

.header-top-ptb-3 {
    padding: 7px 0 7px
}

.header-top-ptb-6 {
    padding: 11px 0 11px
}

.header-top-ptb-7 {
    padding: 20px 0 20px
}

.main-menu > nav > ul > li {
    display: inline-block;
    position: relative
}

.main-menu > nav > ul > li > ul {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 20px .4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px .4px rgba(0, 0, 0, .1);
    display: block;
    left: 0;
    padding: 28px 25px 28px;
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    visibility: hidden;
    z-index: 99
}

.main-menu > nav > ul > li > ul li {
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 20px
}

.main-menu > nav > ul > li > ul li:last-child {
    margin-bottom: 0
}

.main-menu > nav > ul > li > ul li a {
    display: block;
    color: #000;
    font-family: PoppinsMedium, sans-serif;
    font-size: 14px;
    letter-spacing: .2px;
    text-transform: inherit
}

.main-menu > nav > ul > li > ul li:hover > a {
    color: #666555
}

.main-menu > nav > ul > li > ul.sub-menu-style {
    width: 190px;
    text-align: left
}

.main-menu > nav > ul > li > ul.mega-menu-style {
    width: 750px;
    padding: 28px 30px 0;
    text-align: left
}

.main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-1 {
    left: -100px
}

.main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-2 {
    left: -100px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu > nav > ul > li > ul.mega-menu-style.mega-menu-mrg-2 {
        left: -150px
    }
}

.main-menu > nav > ul > li > ul.mega-menu-style > li > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%
}

.main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li > a.dropdown-title {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    margin-bottom: 30px
}

.main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li ul li {
    margin-bottom: 22px
}

.main-menu > nav > ul > li > ul.mega-menu-style > li > ul > li ul li:last-child {
    margin-bottom: 0
}

.main-menu > nav > ul > li a {
    color: #000;
    font-size: 16px;
    font-family: PoppinsMedium;
    display: inline-block
}

.main-menu > nav > ul > li a span {
    position: absolute;
    top: 13px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 1px 5px 3px;
    border-radius: 3px
}

.main-menu > nav > ul > li a span.bg-red {
    background-color: #666555
}

.main-menu > nav > ul > li a span.bg-green {
    background-color: #70c01a
}

.main-menu > nav > ul > li a i {
    position: relative;
    top: 1px;
    margin-left: 4px
}

.main-menu > nav > ul > li:hover > a {
    color: #666555
}

.main-menu > nav > ul > li:hover > ul {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible
}

.main-menu.main-menu-white > nav > ul > li > a {
    color: #fff
}

.main-menu.main-menu-white > nav > ul > li:hover > a {
    color: #666555
}

.main-menu.main-menu-white.main-menu-hover-black > nav > ul > li:hover > a {
    color: #000
}

.main-menu.main-menu-font-size-14 > nav > ul > li a {
    font-size: 14px
}

.main-menu.main-menu-font-size-16 > nav > ul > li a {
    font-size: 16px
}

.main-menu.main-menu-hover-semibold > nav > ul > li a.active {
    font-family: PoppinsSemiBold, sans-serif
}

.main-menu.main-menu-hover-semibold > nav > ul > li:hover > a {
    font-family: PoppinsSemiBold, sans-serif
}

.main-menu.main-menu-hover-border > nav > ul > li {
    position: relative
}

.main-menu.main-menu-hover-border > nav > ul > li > a {
    position: relative
}

.main-menu.main-menu-hover-border > nav > ul > li > a::after {
    content: "";
    height: 1px;
    right: 0;
    left: auto;
    width: 0;
    bottom: 15px;
    position: absolute;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
    background-color: #000
}

.main-menu.main-menu-hover-border > nav > ul > li > a.active::after {
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    transition: width .3s ease-in
}

.main-menu.main-menu-hover-border > nav > ul > li:hover > a {
    color: #000
}

.main-menu.main-menu-hover-border > nav > ul > li:hover > a::after {
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    transition: width .3s ease-in
}

.main-menu.main-menu-hm4 > nav > ul > li > a {
    font-size: 14px;
    font-family: PoppinsMedium, sans-serif;
    letter-spacing: .5px
}

.main-menu.main-menu-hm4 > nav > ul > li > a.active {
    font-family: PoppinsSemiBold, sans-serif
}

.main-menu.main-menu-hm4 > nav > ul > li:hover > a {
    font-family: PoppinsSemiBold, sans-serif;
    color: #000
}

.main-menu.main-menu-padding-1 > nav > ul > li {
    padding-right: 46px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu.main-menu-padding-1 > nav > ul > li {
        padding-right: 40px
    }
}

.main-menu.main-menu-padding-1 > nav > ul > li:last-child {
    padding-right: 0
}

.main-menu.main-menu-padding-2 > nav > ul > li {
    padding-right: 50px
}

.main-menu.main-menu-padding-2 > nav > ul > li:last-child {
    padding-right: 0
}

.main-menu.main-menu-padding-3 > nav > ul > li {
    padding-right: 30px
}

.main-menu.main-menu-padding-3 > nav > ul > li:last-child {
    padding-right: 0
}

.main-menu.main-menu-lh-1 > nav > ul > li {
    line-height: 95px
}

.main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 78px
}

.main-menu.main-menu-lh-3 > nav > ul > li {
    line-height: 100px
}

.main-menu.main-menu-lh-4 > nav > ul > li {
    line-height: 55px
}

.main-menu.main-menu-lh-5 > nav > ul > li {
    line-height: 48px
}

.main-menu.main-menu-font-width-400 > nav > ul > li a {
    font-family: PoppinsMedium, sans-serif
}

.main-menu.main-menu-center {
    text-align: center
}

.header-action.header-action-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-action.header-action-mrg-right {
    margin-right: 13px
}

.header-action .same-style-2 {
    line-height: 1;
    margin-right: 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-action .same-style-2 {
        margin-right: 25px
    }
}

@media only screen and (max-width: 767px) {
    .header-action .same-style-2 {
        margin-right: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-action .same-style-2 {
        margin-right: 25px
    }
}

.header-action .same-style-2:last-child {
    margin-right: 0
}

.header-action .same-style-2 a {
    color: #000;
    font-size: 22px;
    display: inline-block;
    position: relative
}

@media only screen and (max-width: 767px) {
    .header-action .same-style-2 a {
        font-size: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-action .same-style-2 a {
        font-size: 22px
    }
}

.header-action .same-style-2 a span.pro-count {
    position: absolute;
    top: -8px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    color: #fff;
    text-align: center;
    left: 14px;
    border-radius: 50px;
    font-family: PoppinsSemiBold, sans-serif
}

@media only screen and (max-width: 767px) {
    .header-action .same-style-2 a span.pro-count {
        font-size: 10px;
        width: 18px;
        height: 18px;
        line-height: 17px
    }
}

.header-action .same-style-2 a span.red {
    background-color: #666555
}

.header-action .same-style-2 a span.black {
    background-color: #000
}

.header-action .same-style-2 a span.green {
    background-color: #666555
}

.header-action .same-style-2 a span.pro-count strong {
    font-family: PoppinsMedium, sans-serif
}

.header-action .same-style-2 a span.purple {
    background-color: #6f50a7
}

.header-action .same-style-2 a:hover {
    color: #666555
}

.header-action .same-style-2.same-style-2-white a {
    color: #fff
}

.header-action .same-style-2.same-style-2-white a:hover {
    color: #666555
}

.header-action .same-style-2.same-style-2-white.same-style-2-hover-black a:hover {
    color: #000
}

.header-action .same-style-2.header-cart a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-action .same-style-2.header-cart a span.cart-amount {
    color: #df3434;
    font-family: PoppinsSemiBold, sans-serif;
    font-size: 14px;
    margin: 8px 0 0 16px
}

.header-action .same-style-2.header-cart a span.cart-amount.light-yellow {
    color: #ffd74b
}

.header-action .same-style-2.header-cart a span.cart-amount.white {
    color: #fff
}

.header-action .same-style-2.same-style-2-font-inc a {
    font-size: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-action .same-style-2.same-style-2-font-inc a {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .header-action .same-style-2.same-style-2-font-inc a {
        font-size: 20px
    }
}

.header-action .same-style-2.same-style-2-font-dec a {
    font-size: 18px
}

.search-wrap-2 {
    margin-right: 70px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-wrap-2 {
        margin: 0 80px 0 0
    }
}

.search-wrap-2 form {
    position: relative
}

.search-wrap-2 form input {
    color: #999;
    padding: 2px 0 2px 30px;
    border: none;
    height: 35px;
    background-color: transparent;
    border-bottom: 1px solid #2d2d2d
}

.search-wrap-2 form input::-moz-input-placeholder {
    color: #999;
    opacity: 1
}

.search-wrap-2 form input::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.search-wrap-2 form button {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    font-size: 16px;
    color: #000;
    background-color: transparent
}

.header-login-regi {
    margin-right: 45px
}

.header-login-regi a {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-login-regi a i {
    font-size: 20px;
    margin-right: 20px
}

.header-login-regi a:hover {
    color: #666555
}

.header-cart-2 a {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: PoppinsSemiBold, sans-serif
}

.header-cart-2 a i {
    font-size: 22px;
    margin-right: 20px
}

.header-cart-2 a span {
    position: absolute;
    bottom: -6px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 19px;
    color: #fff;
    text-align: center;
    left: 14px;
    border-radius: 50px;
    font-family: PoppinsSemiBold, sans-serif
}

@media only screen and (max-width: 767px) {
    .header-cart-2 a span {
        font-size: 10px;
        width: 18px;
        height: 18px;
        line-height: 17px
    }
}

.header-cart-2 a span.black {
    background-color: #000
}

.header-cart-2 a span.red {
    background-color: #666555
}

.header-cart-2 a:hover {
    color: #666555
}

.main-wrapper .body-overlay {
    background-color: #232324;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 980
}

.main-wrapper.overlay-active .body-overlay {
    opacity: .7;
    visibility: visible;
    z-index: 980
}

.sidebar-cart-active {
    position: fixed;
    top: 0;
    width: 420px;
    padding: 104px 50px 50px;
    min-height: 100vh;
    bottom: 0;
    z-index: 999;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms ease-in;
    -o-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
    background-color: #fff
}

.sidebar-cart-active.inside {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active {
        width: 350px;
        padding: 104px 30px 50px
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-cart-active {
        padding: 60px 15px 50px;
        width: 280px
    }
}

.sidebar-cart-active .sidebar-cart-all .cart-close {
    position: absolute;
    top: 37px;
    right: 50px;
    font-size: 22px;
    line-height: 30px;
    color: #6d6d6d;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active .sidebar-cart-all .cart-close {
        font-size: 25px
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-close {
        top: 27px;
        right: 17px;
        font-size: 23px
    }
}

.sidebar-cart-active .sidebar-cart-all .cart-close:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    color: #666555
}

.sidebar-cart-active .sidebar-cart-all .cart-content > h3 {
    font-size: 18px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 35px
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul {
    margin: 0 -30px 0 0;
    padding: 0 30px 0 0;
    max-height: 310px;
    max-height: calc(100vh - 430px);
    overflow: auto
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 365px)
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-cart-active .sidebar-cart-all .cart-content ul {
        max-height: calc(100vh - 360px)
    }
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1)
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title {
    margin-left: 20px;
    position: relative
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 {
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: 500
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a {
    color: #000;
    font-size: 15px;
    padding-right: 12px
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title .btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    line-height: 0
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a:hover {
    color: #666555
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span {
    font-size: 15px;
    color: #000
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100;
    -webkit-flex-grow: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a {
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 17px;
    overflow: hidden;
    width: 20px;
    text-align: right;
    color: #000
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a:hover {
    color: #666555
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total {
    display: block;
    width: 100%;
    margin: 16px 0 26px
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 {
    font-size: 16px;
    margin: 0;
    font-family: PoppinsSemiBold, sans-serif;
    color: #000
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 span {
    font-size: 15px;
    color: #000;
    float: right;
    font-family: PoppinsMedium, sans-serif
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
    display: block;
    width: 100%
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    padding: 18px 20px 17px;
    background-color: #000;
    color: #fff;
    text-transform: inherit;
    font-size: 16px;
    line-height: 1
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover {
    background-color: #666555
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:first-child {
    margin-top: 0
}

.header-search-1 {
    position: relative
}

.header-search-1 .search-toggle {
    z-index: 99
}

.header-search-1 .search-toggle i {
    display: block
}

.header-search-1 .search-toggle i.s-close {
    font-size: 35px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-search-1 .search-toggle .s-close {
    opacity: 0
}

.header-search-1 .search-toggle.open .s-close {
    opacity: 1
}

.header-search-1 .search-toggle.open .s-open {
    opacity: 0
}

.search-wrap-1 {
    background-color: transparent;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 340px;
    z-index: -99;
    padding-bottom: 1px;
    margin-right: 10px
}

.search-wrap-1 form {
    position: relative;
    overflow: hidden
}

.search-wrap-1 form input {
    background-color: #fff;
    border: 1px solid #e2dcdc;
    color: #000;
    line-height: 30px;
    padding: 2px 60px 2px 20px;
    width: 100%
}

.search-wrap-1 form input::-moz-input-placeholder {
    color: #000;
    opacity: 1
}

.search-wrap-1 form input::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.search-wrap-1 form button.button-search {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none;
    background-color: transparent;
    height: 100%;
    border-left: 1px solid #e2dcdc;
    padding: 0 15px;
    color: #000
}

.search-wrap-1 form button.button-search:hover {
    color: #666555
}

.search-wrap-1.open {
    opacity: 1;
    right: 100%;
    visibility: visible;
    z-index: 99
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%
}

.social-offer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header-offer-wrap-2 {
    margin: 1px 0 0 25px
}

.header-offer-wrap-2.mrg-none {
    margin: 0
}

.header-offer-wrap-2 p {
    margin: 0
}

.header-offer-wrap-2 p span {
    color: #000
}

.categori-search-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9;
    border: 1px solid #e1e1e1
}

.categori-search-wrap .categori-style-1 {
    min-width: 130px;
    margin-right: 20px;
    position: relative
}

.categori-search-wrap .categori-style-1:before {
    position: absolute;
    content: "";
    right: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #ccc
}

.categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1 {
    border: none;
    background-color: transparent;
    border-radius: 0;
    min-width: 137px
}

.categori-search-wrap .categori-style-1 .nice-select.nice-select-style-1 span {
    font-size: 13px;
    color: #222
}

.categori-search-wrap .categori-style-1 .nice-select::after {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    height: 7px;
    right: 12px;
    width: 7px
}

.categori-search-wrap .search-wrap-3 {
    width: 100%
}

.categori-search-wrap .search-wrap-3 form {
    position: relative
}

.categori-search-wrap .search-wrap-3 form input {
    font-size: 13px;
    color: #999;
    border: none;
    height: 40px;
    padding: 2px 50px 2px 10px;
    background-color: transparent
}

.categori-search-wrap .search-wrap-3 form input::-moz-input-placeholder {
    color: #999;
    opacity: 1
}

.categori-search-wrap .search-wrap-3 form input::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.categori-search-wrap .search-wrap-3 form button {
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    padding: 0;
    color: #222;
    font-size: 18px
}

.categori-search-wrap .search-wrap-3 form button:hover {
    color: #666555
}

.categori-search-wrap.categori-search-wrap-modify {
    margin-right: -50px
}

.categori-search-wrap.categori-search-wrap-modify .categori-style-1 {
    position: absolute;
    right: 67px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
    z-index: 6
}

.categori-search-wrap.categori-search-wrap-modify .categori-style-1::before {
    left: -20px
}

.categori-search-wrap.categori-search-wrap-modify .search-wrap-3 form input {
    padding: 2px 250px 2px 20px;
    height: 50px
}

.categori-search-wrap.categori-search-wrap-modify .search-wrap-3 form button {
    color: #fff;
    height: 100%;
    right: 0;
    padding: 0 20px;
    background-color: #6f50a7
}

.categori-search-wrap.categori-search-wrap-modify .search-wrap-3 form button:hover {
    color: #666555
}

.categori-search-wrap.categori-search-wrap-modify-2 {
    border: none;
    background-color: #fff
}

.categori-search-wrap.categori-search-wrap-modify-2 .categori-style-1 .nice-select .list {
    margin-top: 0;
    border-radius: 0
}

.categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button {
    color: #0064e0
}

.categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button.orange {
    color: #666555
}

.categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button.orange:hover {
    color: #000
}

.categori-search-wrap.categori-search-wrap-modify-2 .search-wrap-3 form button:hover {
    color: #666555
}

.categori-search-wrap.categori-search-wrap-modify-3 {
    border: 1px oslid #dadada;
    background-color: #f7f7f7
}

.categori-search-wrap.categori-search-wrap-modify-3 .categori-style-1 .nice-select .list {
    margin-top: 0;
    border-radius: 0
}

.categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form input {
    padding: 2px 75px 2px 10px
}

.categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form button {
    color: #fff;
    height: 100%;
    right: 0;
    min-height: 44px;
    padding: 0 20px;
    background-color: #6aae27
}

.categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form button.blue {
    background-color: #0064e0
}

.categori-search-wrap.categori-search-wrap-modify-3 .search-wrap-3 form button:hover {
    color: #666555
}

.main-categori-wrap {
    position: relative
}

.main-categori-wrap > a {
    color: #000;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: .25px;
    display: block;
    width: 100%;
    line-height: 1;
    padding: 0 14px 0 0
}

.main-categori-wrap > a i {
    font-size: 22px;
    margin-right: 18px;
    position: relative;
    top: 4px;
    line-height: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-categori-wrap > a i {
        margin-right: 12px
    }
}

.main-categori-wrap > a i.icon-right {
    float: right;
    font-size: 12px;
    margin-right: 0;
    top: 11px
}

.main-categori-wrap > a.purple {
    color: #6f50a7
}

.main-categori-wrap > a.green {
    color: #6aae27
}

.main-categori-wrap > a.blue {
    color: #0064e0
}

.main-categori-wrap.main-categori-wrap-modify > a {
    color: #fff;
    padding: 9px 20px 18px 20px;
    background-color: #6f50a7
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-categori-wrap.main-categori-wrap-modify > a {
        padding: 9px 12px 18px 12px
    }
}

.main-categori-wrap.main-categori-wrap-modify-2 > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    min-height: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 20px 2px 20px;
    background-color: #468707
}

.main-categori-wrap.main-categori-wrap-modify-2 > a.categori-blue {
    background-color: #03479b
}

.main-categori-wrap.main-categori-wrap-modify-2 > a i.icon-right {
    top: 1px
}

.hotline {
    text-align: right
}

.hotline p {
    position: relative;
    top: -2px;
    font-size: 16px;
    font-family: PoppinsMedium, sans-serif;
    color: #222
}

.hotline p i {
    position: relative;
    top: 2px;
    font-size: 18px;
    color: #000;
    margin-right: 13px
}

.hotline p span {
    font-size: 13px;
    color: #666;
    font-family: PoppinsMedium, sans-serif
}

.header-middle-padding-1 {
    padding: 34px 0 0
}

.header-middle-padding-2 {
    padding: 30px 0 30px
}

.category-menu {
    border: 1px solid #e1e1e1;
    width: 270px;
    position: absolute;
    top: 220%;
    left: 0;
    z-index: 15;
    background-color: #fff;
    padding: 9px 0 3px
}

.category-menu.categori-not-visible {
    display: none;
    top: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 767px) {
    .category-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.category-menu nav > ul > li {
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #e1e1e1
}

.category-menu nav > ul > li:last-child {
    border-bottom: none
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-menu nav > ul > li {
        padding: 10px 0
    }
}

.category-menu nav > ul > li > a {
    color: #000;
    font-family: PoppinsSemiBold, sans-serif;
    padding: 0 20px;
    display: block
}

.category-menu nav > ul > li > a span {
    float: right;
    font-size: 10px;
    position: relative;
    top: 6px;
    color: #000
}

.category-menu nav > ul > li .category-menu-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 570px;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 52px 40px 30px;
    margin-left: 1px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 0 30px .4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px .4px rgba(0, 0, 0, .1)
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu {
    display: inline-block;
    width: 33%;
    float: left
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-bottom {
    margin-bottom: 74px
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-left {
    padding-left: 38px
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border {
    position: relative
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border:before {
    position: absolute;
    content: "";
    bottom: -36px;
    left: 0;
    background-color: #d6d7da;
    height: 1px;
    width: 180px
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu h4 {
    color: #000;
    font-family: PoppinsSemiBold, SansSerif;
    font-size: 14px;
    margin: 0 0 18px;
    letter-spacing: .2px;
    text-transform: uppercase
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li {
    padding: 0 0 9px
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li:last-child {
    padding: 0 0 0
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a {
    color: #333
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a:hover {
    color: #666555
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu > a img {
    width: 100%
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
        height: 280px;
        overflow-y: auto
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
        height: 280px;
        overflow-y: auto
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
        height: 280px;
        overflow-y: auto
    }
}

.category-menu nav > ul > li:hover > a, .category-menu nav > ul > li:hover > a span {
    color: #666555
}

.category-menu nav > ul > li:hover .category-menu-dropdown {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible
}

.category-menu-2 {
    border: 1px solid #468707;
    width: 270px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 5px 17px 3px
}

.category-menu-2.categori-not-visible-2 {
    display: none;
    top: 100%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-menu-2 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 767px) {
    .category-menu-2 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.category-menu-2 nav > ul > li {
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #e1e1e1
}

.category-menu-2 nav > ul > li:last-child {
    border-bottom: none
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-menu-2 nav > ul > li {
        padding: 10px 0
    }
}

.category-menu-2 nav > ul > li > a {
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.category-menu-2 nav > ul > li > a i {
    font-size: 18px;
    margin-right: 14px
}

.category-menu-2 nav > ul > li:hover > a, .category-menu-2 nav > ul > li:hover > a span {
    color: #6aae27
}

.category-menu-2 nav > ul > li:hover .category-menu-dropdown {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible
}

.category-menu-2.category-menu-2-blue {
    border: 1px solid #03479b
}

.category-menu-2.category-menu-2-blue nav > ul > li:hover > a, .category-menu-2.category-menu-2-blue nav > ul > li:hover > a span {
    color: #0064e0
}

.header-quick-contect ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-quick-contect ul li {
    margin-right: 30px;
    color: #fff
}

.header-quick-contect ul li:last-child {
    margin-right: 0
}

.header-quick-contect ul li i {
    margin-right: 10px
}

.header-offer-wrap-3 p {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: .25px;
    margin: 0;
    color: #fff
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .header-offer-wrap-3 p {
        font-size: 14px
    }
}

.header-offer-wrap-3 p a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    text-decoration: underline;
    color: #fff;
    font-family: PoppinsMedium, sans-serif;
    margin: 0 0 0 14px;
    padding: 0 0 2px;
    display: inline-block
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .header-offer-wrap-3 p a {
        margin: 0 0 0 5px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .header-offer-wrap-3 p a {
        margin: 0 0 0 5px
    }
}

.header-offer-wrap-3 p a:hover {
    color: #666555
}

.header-offer-wrap-3 p.black {
    color: #000
}

.header-offer-wrap-3 p.black a {
    color: #000
}

.social-hm4-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 32px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .social-hm4-wrap {
        margin-right: 15px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .social-hm4-wrap {
        margin-right: 8px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-hm4-wrap {
        margin-right: 8px
    }
}

.social-hm4-wrap span {
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: -6px 23px 0 0
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .social-hm4-wrap span {
        margin: -6px 15px 0 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-hm4-wrap span {
        margin: -6px 12px 0 0
    }
}

.hm4-currency-language-wrap.same-style-wrap .same-style > a {
    background-color: transparent;
    color: #fff;
    padding: 0 14px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm4-currency-language-wrap.same-style-wrap .same-style > a {
        padding: 0 8px
    }
}

.hm4-currency-language-wrap.same-style-wrap .same-style:hover > a {
    background-color: #404040
}

.header-top-ptb-4 {
    padding: 36px 0 36px
}

.header-offer-wrap-4 p {
    color: #fff
}

.header-offer-wrap-4 p span.uppercase {
    text-transform: uppercase;
    font-family: PoppinsSemiBold, sans-serif
}

.header-offer-wrap-4 p span.amount {
    color: #fc302f;
    font-family: PoppinsSemiBold, sans-serif
}

.header-offer-wrap-4 p a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    text-decoration: underline;
    color: #fff;
    font-family: PoppinsMedium, sans-serif;
    margin: 0 0 0 12px;
    display: inline-block
}

.header-offer-wrap-4 p a:hover {
    text-decoration: none
}

.header-offer-wrap-4 p.black {
    color: #000
}

.header-offer-wrap-4 p.black a {
    color: #000
}

.header-top-ptb-5 {
    padding: 13px 0 18px
}

.header-offer-wrap-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 20px 11px;
    border: 1px solid #6f50a7;
    margin-left: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-offer-wrap-5 {
        padding: 13px 10px 11px
    }
}

.header-offer-wrap-5 h3 {
    font-size: 28px;
    font-weight: 800;
    color: #6f50a7;
    margin: 0 12px 0 0;
    text-transform: uppercase;
    letter-spacing: -.35px;
    line-height: 22px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-offer-wrap-5 h3 {
        font-size: 20px
    }
}

.header-offer-wrap-5 h4 {
    font-size: 12px;
    font-weight: 800;
    color: #666555;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -.25px;
    line-height: 12px
}

.header-bottom-ptb {
    padding: 0 0 15px
}

.hotline-2-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.hotline-2-wrap .hotline-2-icon {
    margin-right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hotline-2-wrap .hotline-2-icon {
        margin-right: 10px
    }
}

.hotline-2-wrap .hotline-2-icon i {
    font-size: 24px;
    color: #6aae27
}

.hotline-2-wrap .hotline-2-icon i.blue {
    color: #0064e0
}

.hotline-2-wrap .hotline-2-content span {
    font-size: 12px;
    color: #666;
    display: block;
    line-height: 1
}

.hotline-2-wrap .hotline-2-content h5 {
    font-size: 18px;
    color: #222;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 4px 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hotline-2-wrap .hotline-2-content h5 {
        font-size: 16px
    }
}

.main-wrapper .body-overlay-1 {
    background: rgba(35, 35, 36, .7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999
}

.main-wrapper.overlay-active-1 .body-overlay-1 {
    opacity: 1;
    visibility: visible
}

.mobile-header-active {
    position: fixed;
    top: 0;
    width: 350px;
    min-height: 100vh;
    bottom: 0;
    z-index: 111;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: translate(200px, 0);
    -ms-transform: translate(200px, 0);
    transform: translate(200px, 0);
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
    z-index: 999
}

@media only screen and (max-width: 767px) {
    .mobile-header-active {
        width: 290px
    }
}

.mobile-header-active.sidebar-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.mobile-header-active .clickalbe-sidebar-wrap {
    padding: 60px 15px 20px 15px;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .mobile-header-active .clickalbe-sidebar-wrap {
        padding: 70px 20px 20px
    }
}

.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {
    position: absolute;
    top: 20px;
    left: 30px;
    line-height: 30px;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    color: #000;
    font-size: 22px
}

@media only screen and (max-width: 767px) {
    .mobile-header-active .clickalbe-sidebar-wrap .sidebar-close {
        left: 20px
    }
}

.mobile-header-active .clickalbe-sidebar-wrap .sidebar-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #666555
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-right: 30px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-1 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 17px;
    padding-bottom: 30px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 17px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    padding-bottom: 20px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-4 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 24px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form {
    position: relative
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form input {
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    height: 50px;
    padding: 0 60px 0 15px;
    width: 100%;
    font-size: 14px;
    color: #181818
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button {
    background-color: transparent;
    border-color: #ddd;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 5px 0 0 5px;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #000;
    font-size: 18px;
    height: 100%;
    padding: 0 15px 0 14px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (max-width: 767px) {
    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button {
        font-size: 16px
    }
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button:hover {
    color: #666555
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-search form button i {
    margin-top: 5px;
    display: inline-block
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav {
    height: 100%
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
    display: block;
    position: relative
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
    line-height: 50;
    top: -5px;
    left: 95%;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #000;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand i::before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
    font-size: 16px;
    text-transform: inherit;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    color: #000
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
    margin-right: 5px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
    padding: 10px 15px 5px;
    font-size: 14px;
    color: #333
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a:hover {
    color: #666555
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul li a {
    padding: 10px 30px 5px;
    font-size: 14px;
    color: #333
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
    color: #666555
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover.menu-item-has-children > .menu-expand > i {
    border-bottom: 1px solid #666555
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover.menu-item-has-children > .menu-expand > i::before {
    border-bottom: 1px solid #666555
}

@media only screen and (max-width: 767px) {
    .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap {
        display: block
    }
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
    position: relative;
    margin-bottom: 13px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
    margin-bottom: 0
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
    font-size: 15px;
    display: block;
    color: #000
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a span {
    float: right;
    font-size: 10px;
    position: relative;
    top: 8px;
    line-height: 1
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
    margin-top: 5px;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px .4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px .4px rgba(0, 0, 0, .1);
    padding: 22px 30px 26px;
    width: 100%;
    z-index: 11
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
    padding-bottom: 10px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
    padding-bottom: 0
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
    font-size: 14px;
    color: #000
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
    color: #666555
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
    color: #666555
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 14px;
    font-size: 15px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li:last-child {
    margin: 0 0 0
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li i {
    font-size: 14px;
    margin-right: 12px;
    position: relative;
    top: 4px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a {
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin-right: 10px
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a:last-child {
    margin-right: 0
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.facebook {
    background-color: #3b5999;
    border: 1px solid #3b5999
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.facebook:hover {
    color: #3b5999;
    background-color: transparent
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.twitter:hover {
    color: #55acee;
    background-color: transparent
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.pinterest {
    background-color: #bd081c;
    border: 1px solid #bd081c
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.pinterest:hover {
    color: #bd081c;
    background-color: transparent
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.instagram {
    background-color: #e4405f;
    border: 1px solid #e4405f
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-social-icon a.instagram:hover {
    color: #e4405f;
    background-color: transparent
}

.categori-hide-2 {
    display: none;
    padding-top: 20px
}

.slider-height-1 {
    height: 585px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-1 {
        height: 500px
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-1 {
        height: 440px
    }
}

.slider-height-2 {
    height: 710px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-height-2 {
        height: 600px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-2 {
        height: 600px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-2 {
        height: 550px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-2 {
        height: 500px
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-2 {
        height: 400px
    }
}

.slider-height-3 {
    height: 350px
}

@media only screen and (max-width: 767px) {
    .slider-height-3 {
        height: auto;
        padding: 50px 0
    }
}

.slider-height-4 {
    height: 520px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-4 {
        height: 475px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-4 {
        height: 475px
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-4 {
        height: 450px
    }
}

.hero-slider-pt-1 {
    padding-top: 150px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-pt-1 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-pt-1 {
        padding-top: 110px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-pt-1 {
        padding-top: 90px
    }
}

.hero-slider-content-1-pt-1 {
    padding-top: 125px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1-pt-1 {
        padding-top: 70px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1-pt-1 {
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1-pt-1 {
        padding-top: 40px
    }
}

.hero-slider-content-1 h4 {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 0
}

.hero-slider-content-1 h4.font-dec {
    font-size: 16px
}

.hero-slider-content-1 h1 {
    font-size: 72px;
    line-height: 72px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 20px 0 42px;
    letter-spacing: -.25px
}

.hero-slider-content-1 h1.font-dec {
    font-size: 39px;
    line-height: 48px;
    font-family: PoppinsMedium, sans-serif;
    margin: 16px 0 28px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1 h1.font-dec {
        font-size: 30px;
        line-height: 40px;
        margin: 6px 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1 h1.font-dec {
        font-size: 35px;
        line-height: 45px;
        margin: 12px 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1 h1.font-dec {
        font-size: 28px;
        line-height: 40px;
        margin: 10px 0 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1 h1.font-dec {
        font-size: 24px;
        line-height: 32px;
        margin: 5px 0 5px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1 h1 {
        font-size: 55px;
        line-height: 65px;
        margin: 12px 0 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1 h1 {
        font-size: 45px;
        line-height: 56px;
        margin: 10px 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1 h1 {
        font-size: 32px;
        line-height: 45px;
        margin: 12px 0 12px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1 h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 5px 0 10px
    }
}

.hero-slider-content-1 p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 80px;
    width: 78%
}

.hero-slider-content-1 p.width-inc {
    width: 96%;
    margin: 0 0 36px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1 p.width-inc {
        width: 100%;
        margin: 0 0 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1 p.width-inc {
        margin: 0 0 16px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1 p.width-inc {
        margin: 0 0 16px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1 p.width-inc {
        width: 100%;
        line-height: 25px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1 p {
        margin: 0 0 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1 p {
        font-size: 15px;
        margin: 0 0 30px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1 p {
        margin: 0 0 20px;
        width: 98%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1 p {
        font-size: 15px;
        line-height: 28px;
        margin: 0 0 15px
    }
}

.hero-slider-content-1.hero-slider-content-1-padding1 {
    padding: 63px 0 0 70px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-1.hero-slider-content-1-padding1 {
        padding: 40px 0 0 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-1.hero-slider-content-1-padding1 {
        padding: 63px 0 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-1.hero-slider-content-1-padding1 {
        padding: 50px 15px 0 15px;
        text-align: center
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-1.hero-slider-content-1-padding1 {
        padding: 50px 0 0 15px;
        text-align: left
    }
}

.btn-style-1 a {
    display: inline-block;
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    background-color: #000;
    color: #fff;
    text-transform: uppercase
}

.btn-style-1 a:hover {
    background-color: #666555
}

@media only screen and (max-width: 767px) {
    .btn-style-1 a {
        font-size: 15px;
        font-weight: 500
    }
}

.btn-style-1 a.btn-1-padding-1 {
    padding: 11px 26px 15px
}

@media only screen and (max-width: 767px) {
    .btn-style-1 a.btn-1-padding-1 {
        padding: 8px 20px 12px
    }
}

.btn-style-1 a.btn-1-bg-purple {
    background-color: #6f50a7
}

.btn-style-1 a.btn-1-padding-2 {
    padding: 8px 22px 12px
}

.btn-style-1 a.btn-1-padding-3 {
    padding: 12px 25px 14px
}

@media only screen and (max-width: 767px) {
    .btn-style-1 a.btn-1-padding-3.banner-btn-res {
        padding: 5px 15px 5px;
        font-size: 13px
    }
}

.btn-style-1 a.btn-1-padding-4 {
    padding: 8px 20px 13px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-style-1 a.btn-1-padding-4 {
        padding: 6px 15px 10px
    }
}

@media only screen and (max-width: 767px) {
    .btn-style-1 a.btn-1-padding-4 {
        font-size: 13px;
        padding: 2px 12px 5px
    }
}

.btn-style-1 a.bg-white {
    background-color: #fff;
    color: #000
}

.btn-style-1 a.bg-white:hover {
    background-color: #000 !important;
    color: #fff
}

.btn-style-1 a.btn-1-green-2 {
    background-color: #6aae27
}

.btn-style-1 a.btn-1-green-2:hover {
    background-color: #000;
    color: #fff
}

.btn-style-1 a.btn-1-blue {
    background-color: #0064e0
}

.btn-style-1 a.btn-1-blue:hover {
    background-color: #000;
    color: #fff
}

.btn-style-1 a.btn-1-orange {
    background-color: #666555
}

.btn-style-1 a.btn-1-orange:hover {
    background-color: #000;
    color: #666555
}

.btn-style-1 a.btn-1-font-14 {
    font-size: 14px
}

.hero-slider-img-1 {
    margin-right: -80px;
    margin-left: 80px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hero-slider-img-1 {
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hero-slider-img-1 {
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-img-1 {
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-img-1 {
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-img-1 {
        margin-right: 0;
        margin-left: 0;
        margin-top: 30px
    }
}

.hero-slider-img-1 img {
    width: 100%
}

.hero-slider-active-1 {
    position: relative
}

.dot-style-1 ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 12.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .dot-style-1 ul {
        bottom: 7.7%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-1 ul {
        bottom: 10.7%
    }
}

.dot-style-1 ul li {
    margin: 0 9px
}

.dot-style-1 ul li button {
    border: none;
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ccc
}

.dot-style-1 ul li.slick-active button {
    background-color: #666555
}

.nav-style-1 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7.5%;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    color: #000;
    font-size: 24px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-1 > span {
        left: 1.5%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1 > span {
        left: 1.5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1 > span {
        left: 1.5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1 > span {
        left: 1.5%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1 > span {
        left: 1.5%;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        top: 50%
    }
}

.nav-style-1 > span.slider-icon-1-next {
    left: auto;
    right: 7.5%
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1 > span.slider-icon-1-next {
        right: 1.5%
    }
}

.nav-style-1 > span:hover {
    background-color: #666555;
    color: #fff
}

.nav-style-1:hover span {
    opacity: 1;
    visibility: visible;
    left: 9.5%
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-1:hover span {
        left: 2.5%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1:hover span {
        left: 2.5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1:hover span {
        left: 2.5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1:hover span {
        left: 2.5%
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1:hover span {
        left: 2.5%
    }
}

.nav-style-1:hover span.slider-icon-1-next {
    right: 9.5%;
    left: auto
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-1:hover span.slider-icon-1-next {
        right: 2.5%
    }
}

.nav-style-1.nav-style-1-modify > span {
    left: 1%
}

.nav-style-1.nav-style-1-modify > span.slider-icon-1-next {
    right: 1%;
    left: auto
}

.nav-style-1.nav-style-1-modify:hover span {
    left: 2%
}

.nav-style-1.nav-style-1-modify:hover span.slider-icon-1-next {
    right: 2%;
    left: auto
}

.nav-style-1.nav-style-1-modify-2 > span {
    left: 1%
}

.nav-style-1.nav-style-1-modify-2 > span.slider-icon-1-next {
    right: 1%;
    left: auto
}

.nav-style-1.nav-style-1-modify-2:hover span {
    left: 0
}

.nav-style-1.nav-style-1-modify-2:hover span.slider-icon-1-next {
    right: 0;
    left: auto
}

.nav-style-1.nav-style-1-green > span:hover {
    background-color: #666555;
    color: #fff
}

.nav-style-1.nav-style-1-blue > span:hover {
    background-color: #0064e0;
    color: #fff
}

.nav-style-1.nav-style-1-green-2 > span:hover {
    background-color: #6aae27;
    color: #fff
}

.nav-style-1.nav-style-1-orange > span:hover {
    background-color: #666555;
    color: #fff
}

.single-animation-wrap.slick-active .slider-animated-1 h4 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 p {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 h5 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 a {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-tab-small-img {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-tab-big-img-wrap {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 .btn-style-3 a {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1.hero-slider-img-1 img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1.hm6-hero-slider-img img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 .hm9-hero-slider-img img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 .hm10-hero-slider-img img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 .hero-slider-content-5 h5, .single-animation-wrap.slick-active .slider-animated-1 .hero-slider-content-6 h5 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.single-animation-wrap.slick-active .slider-animated-1 .hm7-hero-slider-img img {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.hero-slider-content-2 {
    padding: 0 0 0 170px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-2 {
        padding: 0 0 0 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-2 {
        padding: 0 0 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2 {
        padding: 0 0 0 15px
    }
}

.hero-slider-content-2 h1 {
    font-size: 48px;
    line-height: 60px;
    font-family: PoppinsMedium, sans-serif;
    letter-spacing: -.25px;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2 h1 {
        font-size: 30px;
        line-height: 40px
    }
}

.hero-slider-content-2 h1 span {
    color: #628787;
    font-family: PoppinsSemiBold, sans-serif
}

.hero-slider-content-2 p {
    width: 67%;
    margin: 15px 0 65px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-2 p {
        margin: 15px 0 35px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2 p {
        width: 80%;
        color: #000;
        margin: 15px 0 24px
    }
}

.hero-slider-content-2.hero-slider-content-hm5 {
    padding: 0;
    position: relative;
    z-index: 9
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2.hero-slider-content-hm5 h1 {
        color: #fff
    }
}

.hero-slider-content-2.hero-slider-content-hm5 h1 span {
    color: #000
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2.hero-slider-content-hm5 h1 span {
        color: #fff
    }
}

.hero-slider-content-2.hero-slider-content-hm5 p {
    width: 29%
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2.hero-slider-content-hm5 p {
        width: 100%;
        color: #fff
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-2.hero-slider-content-hm5 .btn-style-2 a {
        color: #fff
    }

    .hero-slider-content-2.hero-slider-content-hm5 .btn-style-2 a:hover {
        color: #666555
    }
}

.btn-style-2 a {
    display: inline-block;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: .25px;
    color: #000
}

.btn-style-2 a i {
    margin-left: 10px;
    position: relative;
    top: 1px
}

.btn-style-2 a:hover {
    color: #666555
}

.dot-style-2.dot-style-2-position-1 ul {
    left: 170px;
    bottom: 9%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-position-1 ul {
        left: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-position-1 ul {
        left: 30px
    }
}

.dot-style-2.dot-style-2-position-2 ul {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 9%
}

.dot-style-2.dot-style-2-position-3 ul {
    left: 70px;
    bottom: 60px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 15px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-3 ul {
        left: 20px
    }
}

.dot-style-2.dot-style-2-position-4 ul {
    left: 70px;
    bottom: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-position-4 ul {
        left: 15px;
        bottom: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-position-4 ul {
        left: 20px;
        bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-4 ul {
        left: 15px;
        bottom: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-4 ul {
        left: 20px
    }
}

.dot-style-2.dot-style-2-position-5 ul {
    left: 100px;
    bottom: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-position-5 ul {
        left: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-position-5 ul {
        left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-5 ul {
        left: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-2.dot-style-2-position-5 ul {
        left: 20px
    }
}

.dot-style-2.dot-style-2-position-static ul {
    position: static
}

.dot-style-2.dot-style-2-left-0 ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.dot-style-2.dot-style-2-mrg-1 ul {
    margin: 27px 0 0
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-mrg-1 ul {
        margin: 5px 0 0
    }
}

.dot-style-2.dot-style-2-mrg-2 ul {
    margin: 17px 0 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-mrg-2 ul {
        margin: 5px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-mrg-2 ul {
        margin: -10px 0 0
    }
}

.dot-style-2.dot-style-2-mrg-3 ul {
    margin: 30px 0 0
}

.dot-style-2.dot-style-2-mrg-4 ul {
    margin: 50px 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dot-style-2.dot-style-2-mrg-4 ul {
        margin: 15px 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dot-style-2.dot-style-2-mrg-4 ul {
        margin: 30px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .dot-style-2.dot-style-2-mrg-4 ul {
        margin: 20px 0 0
    }
}

.dot-style-2 ul {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .dot-style-2 ul {
        bottom: 7.7%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dot-style-2 ul {
        bottom: 10.7%
    }
}

.dot-style-2 ul li {
    margin: 0 9px 0 0
}

.dot-style-2 ul li:last-child {
    margin: 0
}

.dot-style-2 ul li button {
    border: none;
    padding: 0;
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ccc
}

.dot-style-2 ul li.slick-active button {
    background-color: #666555
}

.dot-style-2.dot-style-2-active-black ul li.slick-active button {
    background-color: #666
}

.dot-style-2.dot-style-2-active-purple ul li.slick-active button {
    background-color: #6f50a7
}

.dot-style-2.dot-style-2-active-green-2 ul li.slick-active button {
    background-color: #6aae27
}

.slider-area .nav-style-2 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    left: -6.5%;
    text-align: center;
    color: #000;
    font-size: 36px;
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-area .nav-style-2 > span {
        left: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .nav-style-2 > span {
        left: 0;
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .nav-style-2 > span {
        font-size: 25px;
        left: 0
    }
}

@media only screen and (max-width: 767px) {
    .slider-area .nav-style-2 > span {
        font-size: 20px;
        left: 0
    }
}

.slider-area .nav-style-2 > span.slider-icon-1-next {
    left: auto;
    right: -6.5%
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-area .nav-style-2 > span.slider-icon-1-next {
        right: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .nav-style-2 > span.slider-icon-1-next {
        right: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .nav-style-2 > span.slider-icon-1-next {
        right: 0
    }
}

@media only screen and (max-width: 767px) {
    .slider-area .nav-style-2 > span.slider-icon-1-next {
        right: 0
    }
}

.slider-area .nav-style-2 > span:hover {
    color: #666555
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-area .nav-style-2.nav-style-2-modify > span {
        left: -4.5%
    }

    .slider-area .nav-style-2.nav-style-2-modify > span.slider-icon-1-next {
        left: auto;
        right: -4.5%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .nav-style-2.nav-style-2-modify > span {
        left: 0
    }

    .slider-area .nav-style-2.nav-style-2-modify > span.slider-icon-1-next {
        left: auto;
        right: 0
    }
}

@media only screen and (max-width: 767px) {
    .slider-area .nav-style-2.nav-style-2-modify > span {
        left: 0;
        color: #fff
    }

    .slider-area .nav-style-2.nav-style-2-modify > span.slider-icon-1-next {
        left: auto;
        right: 0
    }
}

.slider-area:hover .nav-style-2 > span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.hero-slider-content-3 {
    margin-left: -30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-3 {
        margin-left: -20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-3 {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-3 {
        margin-left: 0;
        text-align: center
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-3 {
        margin-left: 0;
        text-align: left
    }
}

.hero-slider-content-3 h4 {
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    color: #666555;
    margin: 0;
    letter-spacing: .5px
}

.hero-slider-content-3 h1 {
    font-size: 48px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 52px;
    margin: 10px 0 24px;
    letter-spacing: -.25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-3 h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 10px 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-3 h1 {
        font-size: 42px;
        line-height: 50px;
        margin: 10px 0 12px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-3 h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 5px 0 10px
    }
}

.hero-slider-content-3 p {
    width: 60%;
    margin: 0 0 28px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-3 p {
        width: 80%;
        margin: 0 0 18px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-3 p {
        width: 100%;
        margin: 0 0 18px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-3 p {
        width: 100%;
        margin: 0 0 16px
    }
}

.hero-slider-content-3 h5 {
    font-size: 16px;
    color: #666;
    margin: 0 0 0;
    letter-spacing: .25px
}

.hero-slider-content-3 h5 span {
    font-family: PoppinsSemiBold, sans-serif;
    color: #000;
    text-transform: uppercase
}

.hero-slider-content-3 .slider-tab-small-img {
    margin: 20px 0 45px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-3 .slider-tab-small-img {
        margin: 20px 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-3 .slider-tab-small-img {
        margin: 15px 0 25px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-3 .slider-tab-small-img {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.hero-slider-content-3 .slider-tab-small-img a {
    display: inline-block;
    border: 1px solid transparent;
    margin: 0 10px 0 0
}

.hero-slider-content-3 .slider-tab-small-img a.active {
    border: 1px solid #ccc
}

.hero-slider-content-3 .slider-tab-small-img a:last-child {
    margin: 0
}

.hero-slider-content-3 .slider-tab-small-img a img {
    max-width: 100%
}

.btn-style-3 a {
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #666555;
    padding: 12px 27px 11px
}

@media only screen and (max-width: 767px) {
    .btn-style-3 a {
        padding: 10px 20px 9px
    }
}

.btn-style-3 a i {
    font-size: 14px;
    margin-left: 5px
}

.btn-style-3 a:hover {
    background-color: #000
}

@media only screen and (max-width: 767px) {
    .slider-tab-big-img-wrap .slider-tab-big-img {
        text-align: center;
        margin-top: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-tab-big-img-wrap .slider-tab-big-img {
        text-align: left;
        margin-top: 0
    }
}

.slider-tab-big-img-wrap .slider-tab-big-img img {
    max-width: 100%
}

@media only screen and (max-width: 767px) {
    .slider-tab-big-img-wrap .slider-tab-big-img img {
        max-width: 130px;
        display: inline-block
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-tab-big-img-wrap .slider-tab-big-img img {
        max-width: 100%;
        display: block
    }
}

.hero-slider-content-4 {
    position: relative;
    z-index: 9
}

.hero-slider-content-4 h4 {
    font-family: PoppinsSemiBold, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase
}

.hero-slider-content-4 h1 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -.25px;
    text-transform: uppercase;
    margin: 24px 0 30px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hero-slider-content-4 h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 14px 0 10px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hero-slider-content-4 h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 14px 0 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-4 h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 14px 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-4 h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 14px 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-4 h1 {
        font-size: 25px;
        line-height: 32px;
        margin: 10px 0 10px
    }
}

.hero-slider-content-4 p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 43px;
    width: 29%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-4 p {
        width: 46%;
        margin: 0 0 23px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-4 p {
        width: 37%;
        margin: 0 0 23px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-4 p {
        width: 100%;
        font-size: 15px;
        margin: 0 0 20px;
        color: #000
    }
}

.hm6-hero-slider-img {
    margin-left: 33px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm6-hero-slider-img {
        margin-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .hm6-hero-slider-img {
        text-align: center;
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm6-hero-slider-img {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0
    }
}

.hm6-hero-slider-img img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .hm6-hero-slider-img img {
        display: inline-block
    }
}

.hero-slider-content-5 {
    padding-left: 170px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hero-slider-content-5 {
        padding-left: 100px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hero-slider-content-5 {
        padding-left: 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-5 {
        padding-left: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-5 {
        padding-left: 50px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-5 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
        text-align: center
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-5 {
        text-align: left;
        margin-bottom: 0;
        padding-left: 30px;
        padding-right: 0
    }
}

.hero-slider-content-5 h5 {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0
}

.hero-slider-content-5 h1 {
    font-size: 42px;
    line-height: 48px;
    margin: 18px 0 28px;
    letter-spacing: -.25px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-5 h1 {
        font-size: 30px;
        line-height: 42px;
        margin: 10px 0 18px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-5 h1 {
        font-size: 30px;
        line-height: 42px;
        margin: 6px 0 9px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-5 h1 {
        font-size: 27px;
        line-height: 40px
    }
}

.hero-slider-content-5 p {
    width: 61%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-5 p {
        width: 78%
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-5 p {
        width: 100%
    }
}

.hm7-hero-slider-img {
    margin: 0 165px 0 0
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hm7-hero-slider-img {
        margin: 0 100px 0 0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm7-hero-slider-img {
        margin: 0 100px 0 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm7-hero-slider-img {
        margin: 0 70px 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm7-hero-slider-img {
        margin: 0 50px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .hm7-hero-slider-img {
        text-align: center;
        margin: 0 15px 0 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm7-hero-slider-img {
        text-align: center;
        margin: 0 30px 0 0
    }
}

.hm7-hero-slider-img img {
    width: 100%
}

.hero-slider-content-6 {
    padding-left: 100px;
    position: relative;
    z-index: 9
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6 {
        padding-left: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6 {
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6 {
        padding-left: 15px
    }
}

.hero-slider-content-6 h5 {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0
}

.hero-slider-content-6 h1 {
    font-size: 42px;
    line-height: 48px;
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: -.25px;
    text-transform: uppercase;
    margin: 15px 0 28px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6 h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0 12px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6 h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0 12px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6 h1 {
        font-size: 34px;
        line-height: 40px;
        margin: 15px 0 12px
    }
}

.hero-slider-content-6 p {
    width: 42%;
    margin: 0 0 33px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6 p {
        width: 46%;
        margin: 0 0 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6 p {
        width: 46%;
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6 p {
        color: #000;
        width: 100%;
        margin: 0 0 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-6 p {
        width: 50%
    }
}

.hero-slider-content-6.slider-content-hm9 {
    padding-left: 180px;
    padding-top: 67px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6.slider-content-hm9 {
        padding-left: 70px;
        padding-top: 57px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6.slider-content-hm9 {
        padding-left: 0;
        padding-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9 {
        padding-left: 0;
        padding-top: 50px;
        text-align: center
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9 {
        text-align: left;
        padding-top: 0
    }
}

.hero-slider-content-6.slider-content-hm9 h1 {
    margin: 12px 0 21px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6.slider-content-hm9 h1 {
        margin: 12px 0 11px;
        line-height: 35px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6.slider-content-hm9 h1 {
        margin: 7px 0 6px;
        line-height: 28px;
        font-size: 27px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9 h1 {
        margin: 12px 0 10px;
        line-height: 30px;
        font-size: 27px
    }
}

.hero-slider-content-6.slider-content-hm9 p {
    width: 100%;
    margin: 0 0 37px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6.slider-content-hm9 p {
        margin: 0 0 17px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6.slider-content-hm9 p {
        margin: 0 0 9px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9 p {
        margin: 0 0 15px
    }
}

.hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
    padding-left: 150px;
    padding-top: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
        padding-left: 70px;
        padding-top: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
        padding-left: 0;
        padding-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
        padding-left: 0;
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-slider-content-6.slider-content-hm9.slider-content-hm10 {
        text-align: center
    }

    .hero-slider-content-6.slider-content-hm9.slider-content-hm10 p {
        width: 67%;
        margin: 0 auto 15px
    }
}

.hm9-hero-slider-img {
    margin-left: -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm9-hero-slider-img {
        margin-left: -20px
    }
}

@media only screen and (max-width: 767px) {
    .hm9-hero-slider-img {
        margin-left: 0;
        padding-top: 30px;
        padding-bottom: 50px;
        text-align: center
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm9-hero-slider-img {
        padding-bottom: 0
    }
}

.hm9-hero-slider-img img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .hm9-hero-slider-img img {
        display: inline-block
    }
}

.single-hero-slider-hm10 {
    padding-top: 55px
}

.hm10-hero-slider-img {
    margin-left: -170px;
    margin-right: 50px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .hm10-hero-slider-img {
        margin-left: -120px;
        margin-right: 0
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .hm10-hero-slider-img {
        margin-left: -120px;
        margin-right: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hm10-hero-slider-img {
        margin-left: -120px;
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm10-hero-slider-img {
        margin-left: -50px;
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .hm10-hero-slider-img {
        margin-left: 0;
        padding-top: 30px;
        text-align: center
    }
}

.hm10-hero-slider-img img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .hm10-hero-slider-img img {
        display: inline-block
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area.pt-30 {
        padding-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .hm2-slider-bg {
        background-position: 80%
    }

    .single-hero-slider-hm3 {
        padding: 50px 0 0
    }

    .slider-area.pt-30 {
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hm2-slider-bg {
        background-position: 75%
    }

    ..section-title-3 h2-hm3 {
        padding: 0 0 0
    }

    .single-hero-slider-hm9 {
        padding: 50px 0 55px
    }
}

.service-wrap {
    background-color: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    padding: 51px 0 25px
}

.service-wrap.service-wrap-hm9 {
    margin-top: -70px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-wrap.service-wrap-hm9 {
        margin-top: -50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-wrap.service-wrap-hm9 {
        margin-top: -30px
    }
}

@media only screen and (max-width: 767px) {
    .service-wrap.service-wrap-hm9 {
        margin-top: 0;
        border-bottom: 1px solid #e1e1e1
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-wrap {
        margin-top: -50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-wrap {
        margin-top: -50px
    }
}

@media only screen and (max-width: 767px) {
    .service-wrap {
        margin-top: -30px;
        padding: 41px 0 15px
    }
}

.service-wrap-border {
    border: 1px solid #dfdfdf
}

.service-wrap-padding {
    padding: 32px 0 3px
}

.single-service-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single-service-wrap .service-icon {
    margin-right: 23px;
    line-height: 1
}

.single-service-wrap .service-icon i {
    font-size: 24px;
    color: #666555;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single-service-wrap .service-icon.service-icon-black i {
    color: #000
}

.single-service-wrap .service-icon.service-icon-blue i {
    color: #0064e0
}

.single-service-wrap .service-content h3 {
    font-size: 18px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 8px;
    color: #222
}

.single-service-wrap .service-content span {
    display: block;
    line-height: 1;
    color: #999
}

.single-service-wrap:hover .service-icon i {
    -webkit-animation: .5s ease-in-out 0s normal none 1 running flipOutY;
    animation: .5s ease-in-out 0s normal none 1 running flipOutY
}

.service-border-1 {
    position: relative
}

.service-border-1:before {
    position: absolute;
    content: "";
    right: 0;
    top: -6%;
    width: 1px;
    height: 63px;
    background-color: #e0e0e0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-border-1.service-border-1-none-md:before {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .service-border-1:before {
        display: none
    }

    .service-border-1.service-border-1-none-xs:before {
        display: none
    }
}

.service-wrap-padding-2 {
    padding: 37px 35px 7px 35px
}

.service-wrap-padding-3 {
    padding: 32px 0 3px
}

@media only screen and (max-width: 767px) {
    .service-wrap-padding-3 {
        padding: 32px 20px 3px
    }
}

.single-service-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 767px) {
    .single-service-wrap-2 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.single-service-wrap-2 .service-icon-2 {
    margin-right: 25px
}

.single-service-wrap-2 .service-icon-2 i {
    font-size: 34px;
    color: #999;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single-service-wrap-2 .service-content-2 h3 {
    font-size: 18px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 5px
}

.single-service-wrap-2 .service-content-2 p {
    margin: 0;
    letter-spacing: .25px
}

.single-service-wrap-2.single-service-wrap-2-modify {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.single-service-wrap-2.single-service-wrap-2-modify .service-icon-2 i {
    font-size: 30px
}

.single-service-wrap-2.single-service-wrap-2-modify .service-content-2 h3 {
    font-size: 16px
}

.single-service-wrap-2:hover .service-icon-2 i {
    color: #666555
}

.single-service-wrap-2:hover .service-icon-2.icon-purple i {
    color: #6f50a7
}

.single-service-wrap-2:hover .service-icon-2.icon-green-2 i {
    color: #6aae27
}

.single-service-wrap-2:hover .service-icon-2.icon-red i {
    color: #666555
}

@media only screen and (max-width: 767px) {
    .service-area.pt-45 {
        padding-top: 25px
    }

    .service-area .pb-50 {
        padding-bottom: 30px
    }
}

.about-us-area-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    min-height: 500px;
    text-align: center;
    display: flex
}

.about-us-content h3 {
    font-size: 24px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0;
    text-transform: uppercase
}

.about-us-content p {
    margin: 20px 0 25px;
    width: 93%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-content p {
        font-size: 18px;
        line-height: 34px;
        margin: 15px 0 40px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .about-us-content p {
        font-size: 18px;
        line-height: 34px;
        margin: 10px 0 30px;
        width: 100%
    }
}

.about-us-content .signature h2 {
    font-size: 24px
}

@media only screen and (max-width: 767px) {
    .about-us-content {
        margin-top: 20px
    }
}

.about-content-pb {
    padding-bottom: 120px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-pb {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 767px) {
    .about-content-pb {
        padding-bottom: 60px
    }
}

.about-us-content-2 .about-us-content-2-title {
    margin: 0 0 35px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-content-2 .about-us-content-2-title {
        margin: 0 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .about-us-content-2 .about-us-content-2-title {
        margin: 0 0 15px
    }
}

.about-us-content-2 .about-us-content-2-title h4 {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: -.25px;
    margin: 0
}

.about-us-content-2 p {
    line-height: 30px;
    margin: 0 0 35px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-content-2 p {
        margin: 0 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .about-us-content-2 p {
        margin: 0 0 15px
    }
}

.about-us-content-2 p:last-child {
    margin-bottom: 0
}

.about-us-content-3 h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px
}

@media only screen and (max-width: 767px) {
    .about-us-content-3 h3 {
        font-size: 17px;
        line-height: 28px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-content-3 h3 {
        font-size: 20px;
        line-height: 26px
    }
}

.about-us-content-3 h3 span {
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555
}

.about-us-content-3 p {
    font-size: 16px;
    color: #666;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .about-us-content-3 p {
        font-size: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-us-content-3 p {
        font-size: 16px;
        width: 78%;
        margin: 0 auto
    }
}

.about-us-content-4 .about-us-content-4-title {
    margin: 0 0 26px
}

@media only screen and (max-width: 767px) {
    .about-us-content-4 .about-us-content-4-title {
        margin: 0 0 15px
    }
}

.about-us-content-4 .about-us-content-4-title h4 {
    font-size: 18px;
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: -.25px;
    margin: 0
}

.about-us-content-4 p {
    line-height: 28px;
    margin: 0 0 21px
}

@media only screen and (max-width: 767px) {
    .about-us-content-4 p {
        margin: 0 0 15px
    }
}

.about-us-content-4 p:last-child {
    margin-bottom: 0
}

.team-wrapper .team-img {
    overflow: hidden;
    position: relative
}

.team-wrapper .team-img img {
    width: 100%
}

.team-wrapper .team-img .team-action {
    background: #fff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    width: 100%;
    z-index: 5
}

.team-wrapper .team-img .team-action a {
    color: #fff;
    font-size: 12px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 7px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 100%
}

.team-wrapper .team-img .team-action a.facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998
}

.team-wrapper .team-img .team-action a.facebook:hover {
    background-color: transparent;
    color: #3b5998
}

.team-wrapper .team-img .team-action a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee
}

.team-wrapper .team-img .team-action a.twitter:hover {
    background-color: transparent;
    color: #55acee
}

.team-wrapper .team-img .team-action a.instagram {
    background-color: #c32aa3;
    border: 1px solid #c32aa3
}

.team-wrapper .team-img .team-action a.instagram:hover {
    background-color: transparent;
    color: #c32aa3
}

.team-wrapper .team-content {
    padding: 20px 10px 21px;
    -webkit-box-shadow: 0 3px 5px rgba(85, 85, 85, .2);
    box-shadow: 0 3px 5px rgba(85, 85, 85, .2)
}

.team-wrapper .team-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: inherit;
    color: #000
}

.team-wrapper .team-content span {
    font-size: 15px;
    font-style: italic;
    color: #000
}

.team-wrapper:hover .team-action {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.single-testimonial-2 .testimonial-img {
    text-align: center
}

.single-testimonial-2 .testimonial-img img {
    display: inline-block
}

.single-testimonial-2 p {
    width: 70%;
    margin: 20px auto 20px;
    font-size: 18px;
    line-height: 35px;
    color: #333
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-testimonial-2 p {
        width: 85%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-testimonial-2 p {
        width: 79%;
        margin: 15px auto 20px;
        font-size: 17px;
        line-height: 32px
    }
}

@media only screen and (max-width: 767px) {
    .single-testimonial-2 p {
        width: 100%;
        margin: 14px auto 15px;
        font-size: 16px;
        line-height: 28px
    }
}

.single-testimonial-2 .client-info h5 {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 6px;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .single-testimonial-2 .client-info h5 {
        font-size: 18px
    }
}

.single-testimonial-2 .client-info span {
    font-size: 16px;
    color: #333;
    display: block;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-area.pt-85 {
        padding-top: 25px
    }

    .team-area.pb-90 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .about-us-area.pt-85 {
        padding-top: 20px
    }

    .team-area.pb-90 {
        padding-bottom: 30px
    }
}

.section-title-tab-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-title-tab-wrap.align-items-inherit {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-tab-wrap.mb-45 {
        margin-bottom: 40px
    }

    .section-title-tab-wrap.mb-55 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .section-title-tab-wrap.mb-45 {
        margin-bottom: 25px
    }

    .section-title-tab-wrap.mb-30 {
        margin-bottom: 15px
    }

    .section-title-tab-wrap.mb-50 {
        margin-bottom: 23px
    }

    .section-title-tab-wrap.mb-55 {
        margin-bottom: 20px
    }
}

.section-title h2 {
    font-size: 24px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 22px
    }
}

.section-title p {
    font-size: 16px;
    margin: 10px 0 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.mb-45 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .section-title.mb-45 {
        margin-bottom: 25px
    }
}

.section-title-tag-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-tag-wrap.mb-70 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .section-title-tag-wrap.mb-70 {
        margin-bottom: 25px
    }
}

.section-title-2 h2 {
    font-size: 30px;
    font-family: PoppinsMedium, sans-serif;
    margin: 0;
    line-height: 1;
    letter-spacing: .25px
}

.section-title-2 h2 span {
    font-family: PoppinsSemiBold, sans-serif
}

.section-title-2 p {
    color: #999;
    margin: 12px 0 0
}

@media only screen and (max-width: 767px) {
    .section-title-2 p {
        margin: 7px 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-2.mb-45 {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 767px) {
    .section-title-2.mb-45 {
        margin-bottom: 20px
    }
}

main-menu-font-size-14 .section-title-3 h2 {
    font-size: 24px;
    font-family: PoppinsMedium, sans-serif;
    margin: 0;
    letter-spacing: -.25px
}

@media only screen and (max-width: 767px) {
    .section-title-3 h2 {
        font-size: 19px
    }
}

.section-title-3 p {
    margin: 8px 0 0
}

.section-title-3.section-title-3-white h2 {
    color: #fff
}

.section-title-3.section-title-3-white p {
    color: #fff
}

.section-title-4 h2 {
    font-size: 30px;
    margin: 0;
    letter-spacing: -.25px;
    text-transform: uppercase;
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .section-title-4 h2 {
        font-size: 20px
    }
}

.section-title-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 24px
}

@media only screen and (max-width: 767px) {
    .section-title-5 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title-5 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.section-title-5 i {
    font-size: 20px;
    margin-right: 12px
}

.section-title-5 i.red {
    color: #666555
}

.section-title-5 i.purple {
    color: #6f50a7
}

.section-title-5 i.green {
    color: #6e9b00
}

.section-title-5 h5 {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: .25px;
    margin: 0;
    display: inline-block
}

.section-title-5 h5.red {
    color: #666555;
    border-bottom: 1px solid #666555
}

.section-title-5 h5.purple {
    color: #6f50a7;
    border-bottom: 1px solid #6f50a7
}

.section-title-5 h5.green {
    color: #6e9b00;
    border-bottom: 1px solid #6e9b00
}

.section-title-5.section-title-5-bg-1 {
    background-color: #fdefed
}

.section-title-5.section-title-5-bg-2 {
    background-color: #f2edfc
}

.section-title-5.section-title-5-bg-3 {
    background-color: #f7faee
}

.section-title-6 h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    letter-spacing: .25px
}

@media only screen and (max-width: 767px) {
    .section-title-6 h2 {
        font-size: 17px
    }
}

.section-title-6 h2 i {
    position: relative;
    top: 2px;
    margin-right: 14px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-6.mb-60 {
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 767px) {
    .section-title-6.section-title-6-xs h2 {
        font-size: 20px
    }

    .section-title-6.mb-60 {
        margin-bottom: 25px
    }

    .section-title-6.mb-25 {
        margin-bottom: 15px
    }
}

.section-title-7 h2 {
    font-size: 18px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    margin: 0 0 0;
    line-height: 1
}

.section-title-8 h2 {
    font-size: 24px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    margin: 0 0 0;
    line-height: 1;
    letter-spacing: -.25px
}

@media only screen and (max-width: 767px) {
    .section-title-8 h2 {
        font-size: 20px;
        margin: 0 0 5px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title-8 h2 {
        font-size: 18px;
        margin: 0 0 0
    }
}

.product-area {
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .tab-style-1 {
        margin-top: 15px
    }
}

.tab-style-1 a {
    display: inline-block;
    font-size: 16px;
    margin-right: 40px;
    color: #000
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-1 a {
        margin-right: 18px
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-1 a {
        margin-right: 12px;
        margin-bottom: 5px
    }
}

.tab-style-1 a:last-child {
    margin-right: 0
}

.tab-style-1 a.active {
    color: #666555
}

.single-product-wrap {
    position: relative;
    overflow: hidden
}

.single-product-wrap .product-img {
    position: relative;
    overflow: hidden
}

.product-img {
    padding: 20px;
    max-width: 310px;
    margin: auto
}

.single-product-wrap .product-img a {
    display: block
}

.single-product-wrap .product-img a img {
    width: 100%
}

.single-product-wrap .product-img span.pro-badge {
    position: absolute;
    top: 17px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 4px 6px 5px;
    line-height: 1
}

.single-product-wrap .product-img span.pro-badge.left {
    left: 17px
}

.single-product-wrap .product-img span.pro-badge.right {
    right: 17px
}

.single-product-wrap .product-img span.pro-badge.bg-black {
    background-color: #000
}

.single-product-wrap .product-img span.pro-badge.bg-red {
    background-color: #666555
}

.single-product-wrap .product-img .product-action-2 {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-2 {
        right: 10px;
        top: 10px
    }
}

.single-product-wrap .product-img .product-action-2 button {
    display: block;
    border: none;
    padding: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    border-radius: 100%;
    background-color: #fff;
    margin-bottom: 7px;
    border: 1px solid #ebebeb
}

.single-product-wrap .product-img .product-action-2 button:nth-child(1) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px
}

.single-product-wrap .product-img .product-action-2 button:nth-child(2) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px
}

.msFavoriterToggle._active_ {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0 !important;
    border-color: #000 !important;
    background-color: #000 !important
}

.single-product-wrap .product-img .product-action-2 ._active_ {
    color: #fff
}

.wishlist-page .single-product-wrap .product-img .product-action-2 .msFavoriterToggle {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    border-color: #000 !important;
    background-color: #000 !important
}

.wishlist-page .single-product-wrap .product-img .product-action-2 .msFavoriterToggle i {
    color: #fff !important
}

:focus {
    box-shadow: none !important
}

.product-details-area .msFavoriterToggle._active_ {
    background-color: #666555 !important;
    color: #fff
}

.product-details-area .msFavoriterToggle._active_ i {
    color: #fff
}

.wishlist-page .single-product-wrap .product-img .product-action-2 ._active_ .icon-heart::before {
    content: '\e082'
}

.single-product-wrap .product-img .product-action-2 button:nth-child(3) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px
}

.single-product-wrap .product-img .product-action-2 button:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff
}

.single-product-wrap .product-img .product-action-2 button i {
    line-height: 40px
}

.single-product-wrap .product-img .product-action-2 button:last-child {
    margin-bottom: 0
}

.single-product-wrap .product-img .product-action-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-product-wrap .product-img .product-action-wrap {
        padding: 18px 15px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-wrap {
        padding: 18px 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-wrap .product-img .product-action-wrap {
        padding: 18px 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap {
        padding: 18px 15px
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-left button {
    border: none;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left button {
        font-size: 15px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left button {
        font-size: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left button {
        font-size: 14px
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-left button i {
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top: 2px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left button i {
        margin-right: 10px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left button i {
        margin-right: 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-left button i {
        margin-right: 10px
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-left button:hover {
    color: #666555
}

.single-product-wrap .product-img .product-action-wrap .product-action-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-right button {
    border: none;
    padding: 0;
    color: #000;
    margin-left: 24px;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right button {
        margin-left: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right button {
        margin-left: 18px
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-right button:first-child {
    margin-left: 0
}

.single-product-wrap .product-img .product-action-wrap .product-action-right button i {
    font-size: 18px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right button i {
        font-size: 16px
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-right button.font-inc i {
    font-size: 22px;
    position: relative;
    top: 1px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-img .product-action-wrap .product-action-right button.font-inc i {
        font-size: 20px
    }
}

.single-product-wrap .product-img .product-action-wrap .product-action-right button:hover {
    color: #666555
}

.single-product-wrap .product-img.product-img-zoom a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.single-product-wrap .product-img.product-img-border a img {
    border: 1px solid #e1e1e1;
    border-radius: 100%
}

.single-product-wrap .product-img.product-img-border-transparent a img {
    border: 1px solid transparent
}

.single-product-wrap .product-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-product-wrap .product-content-wrap .product-content-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-content-wrap .product-content-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%
    }
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 7px
}

.single-product-wrap .product-content-wrap .product-content-left h4 a {
    color: #000
}

.single-product-wrap .product-content-wrap .product-content-left h4 a:hover {
    text-decoration: underline
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-size: 20px;
    color: #000
}

.single-product-wrap .product-content-wrap .product-content-left span.new-price {
    color: #666555
}

.single-product-wrap .product-content-wrap .product-content-left span.old-price {
    text-decoration: line-through;
    margin-left: 12px
}

.single-product-wrap .product-content-wrap .product-content-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap .product-content-wrap .product-content-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 15%;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%
    }
}

.single-product-wrap .product-content-wrap .product-content-right button {
    border: none;
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    color: #000;
    position: relative
}

.single-product-wrap .product-content-wrap .product-content-right button:hover {
    color: #666555
}

.single-product-wrap .product-content-wrap-2 {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single-product-wrap .product-content-wrap-2 .product-rating-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-product-wrap .product-content-wrap-2 .product-rating-wrap .product-rating i {
    color: #ff9806
}

.single-product-wrap .product-content-wrap-2 .product-rating-wrap .product-rating i.gray {
    color: #ccc
}

.single-product-wrap .product-content-wrap-2 .product-rating-wrap span {
    margin-left: 6px;
    color: #999
}

.single-product-wrap .product-content-wrap-2 h3 {
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 2px 0 8px
}

.single-product-wrap .product-content-wrap-2 h3 a {
    color: #000
}

.single-product-wrap .product-content-wrap-2 h3 a:hover {
    color: #666555
}

.single-product-wrap .product-content-wrap-2 .product-price-2 span {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin: 0 4px
}

.single-product-wrap .product-content-wrap-2 .product-price-2 span.new-price {
    color: #666555
}

.single-product-wrap .product-content-wrap-2 .product-price-2 span.old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}

.single-product-wrap .product-content-wrap-2 .product-author {
    margin: 7px 0 0
}

.single-product-wrap .product-content-wrap-2 .product-author span {
    color: #666;
    display: block;
    line-height: 1
}

.single-product-wrap .product-content-wrap-2 .product-author span a {
    color: #000
}

.single-product-wrap .product-content-wrap-2 .product-author span a:hover {
    color: #0064e0
}

.single-product-wrap .product-content-wrap-2 .pro-add-to-cart {
    margin: 14px 0 0
}

.single-product-wrap .product-content-wrap-2 .pro-add-to-cart button {
    border: none;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    padding: 8px 28px 8px;
    border-radius: 50px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single-product-wrap .product-content-wrap-2 .pro-add-to-cart button:hover {
    background-color: #666555
}

.single-product-wrap .product-content-wrap-2.product-content-wrap-2-modify .pro-add-to-cart {
    margin: 4px 0 0
}

.single-product-wrap .product-content-wrap-2.product-content-wrap-2-modify .pro-add-to-cart button {
    font-size: 13px;
    padding: 4px 20px 4px
}

.single-product-wrap .product-content-wrap-3 .product-content-categories a, .single-product-wrap .product-content-wrap-3 .product-content-categories span {
    color: #999;
    font-size: 13px;
    text-transform: uppercase
}

.single-product-wrap .product-content-wrap-3 .product-content-categories a:hover {
    color: #666555
}

.single-product-wrap .product-content-wrap-3 .product-content-categories a:hover.blue {
    color: #0064e0
}

.single-product-wrap .product-content-wrap-3 .product-content-categories a:hover.purple {
    color: #6f50a7
}

.single-product-wrap .product-content-wrap-3 h3 {
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #222;
    margin: 5px 0 3px
}

.single-product-wrap .product-content-wrap-3 h3.mrg-none {
    margin: 0 0 3px
}

.single-product-wrap .product-content-wrap-3 h3.bold {
    font-family: PoppinsSemiBold, sans-serif
}

.single-product-wrap .product-content-wrap-3 h3 a {
    color: #222
}

.single-product-wrap .product-content-wrap-3 h3 a:hover {
    color: #666555
}

.single-product-wrap .product-content-wrap-3 h3 a:hover.blue {
    color: #0064e0
}

.single-product-wrap .product-content-wrap-3 h3 a:hover.purple {
    color: #6f50a7
}

.single-product-wrap .product-content-wrap-3 h3 a:hover.orange {
    color: #666555
}

.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 8px
}

.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 .product-rating-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 .product-rating-4 i {
    font-size: 12px;
    color: #ff9806;
    margin-right: 2px
}

.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 .product-rating-4 i.gray {
    color: #ccc
}

.single-product-wrap .product-content-wrap-3 .product-rating-wrap-2 span {
    color: #999;
    font-size: 12px;
    margin-left: 4px
}

.single-product-wrap .product-content-wrap-3 .product-price-4 span {
    font-size: 18px;
    color: #000
}

.single-product-wrap .product-content-wrap-3 .product-price-4 span.new-price {
    color: #f2464e
}

.single-product-wrap .product-content-wrap-3 .product-price-4 span.old-price {
    margin: 0 7px 0 7px;
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}

.single-product-wrap .product-content-wrap-3 .product-price-4.product-price-4-hm10 {
    margin: 7px 0 7px
}

.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 {
    margin: 11px 0 0
}

.castom-sm-btn, .single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 a, .single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button {
    border: none;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    background-color: #000;
    font-size: 13px;
    padding: 2px 20px 4px 20px;
    border-radius: 50px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.castom-sm-btn, .single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 a {
    padding: 6px 20px 8px 20px
}

.castom-sm-btn:hover, .single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 a {
    color: #fff
}

.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button:hover {
    background-color: #666555
}

.single-product-wrap .product-content-wrap-3 .product-author {
    margin: 7px 0 0
}

.single-product-wrap .product-content-wrap-3 .product-author span {
    color: #666;
    display: block;
    line-height: 1
}

.single-product-wrap .product-content-wrap-3 .product-author span a {
    color: #000
}

.single-product-wrap .product-content-wrap-3 .product-author span a:hover {
    color: #0064e0
}

.single-product-wrap .product-content-wrap-3 .product-author span a:hover.orange {
    color: #666555
}

.single-product-wrap .product-content-wrap-3 .single-product-sold {
    margin-top: 15px
}

.single-product-wrap .product-content-wrap-3 .single-product-sold .progress {
    background: #eee none repeat scroll 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 8px;
    overflow: visible
}

.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar {
    background: #666555;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width70 {
    width: 70%
}

.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width50 {
    width: 50%
}

.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width30 {
    width: 30%
}

.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width90 {
    width: 90%
}

.single-product-wrap .product-content-wrap-3 .single-product-sold .progress .progress-bar.progress-bar-width60 {
    width: 60%
}

.single-product-wrap .product-content-wrap-3 .single-product-sold span {
    font-size: 13px;
    color: #000;
    letter-spacing: .25px;
    display: block;
    margin: 11px 0 0;
    line-height: 1
}

.single-product-wrap .product-content-position {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    padding: 17px 10px 5px
}

.single-product-wrap .product-content-position.product-content-wrap-2-modify {
    padding: 10px 10px 5px
}

.single-product-wrap .product-content-position.product-content-position-plr-0 {
    padding: 10px 0 5px
}

.single-product-wrap .product-content-position h3 a {
    color: #999
}

.single-product-wrap .product-content-position h3 a:hover {
    color: #666555
}

.single-product-wrap .product-content-position-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    padding: 17px 0 5px
}

.single-product-wrap .product-content-position-2.pro-position-2-padding-dec {
    padding: 10px 0 5px
}

.single-product-wrap .tooltip-style button span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -45px;
    color: #fff;
    background-color: #000;
    white-space: pre;
    font-size: 13px;
    display: block;
    line-height: 1;
    padding: 4px 12px 6px;
    opacity: 0;
    visibility: hidden
}

.single-product-wrap .tooltip-style button span:before {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 12px solid #000
}

.single-product-wrap .tooltip-style button:first-child span {
    left: -14px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.single-product-wrap .tooltip-style button:first-child span:before {
    left: 19px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.single-product-wrap .tooltip-style button:last-child span {
    right: 0;
    top: -41px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto
}

.single-product-wrap .tooltip-style button:last-child span:before {
    right: 7px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.single-product-wrap .tooltip-style button:hover span {
    opacity: 1;
    visibility: visible
}

.single-product-wrap .product-content-2 h3 {
    margin: 0;
    font-size: 20px;
    font-family: PoppinsMedium, sans-serif
}

.single-product-wrap .product-content-2 h3 a {
    position: relative;
    color: #000
}

.single-product-wrap .product-content-2 h3 a span.blod {
    font-family: PoppinsSemiBold, sans-serif
}

.single-product-wrap .product-content-2 h3 a span.available-product {
    position: absolute;
    font-size: 12px;
    top: 3px;
    right: -28px
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-product-wrap .product-content-2 h3 a span.available-product {
        right: -25px
    }
}

.single-product-wrap .product-content-2 h3 a:hover {
    text-decoration: underline
}

.single-product-wrap .product-content-categories-2 h5 {
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #000;
    letter-spacing: .5px;
    margin: 0;
    text-transform: uppercase
}

.single-product-wrap .product-content-categories-2 h5.font-width-dec {
    font-family: PoppinsMedium, sans-serif;
    letter-spacing: 0
}

.single-product-wrap .product-content-categories-2 h5 a {
    color: #000
}

.single-product-wrap .product-content-categories-2 h5 a:hover {
    color: #6f50a7
}

.single-product-wrap .product-content-categories-2.product-content-blue h5 a {
    display: inline-block;
    border-bottom: 1px solid transparent
}

.single-product-wrap .product-content-categories-2.product-content-blue h5 a:hover {
    border-bottom: 1px solid #0064e0;
    color: #0064e0
}

.single-product-wrap .product-content-categories-2.product-content-orange h5 a {
    display: inline-block;
    border-bottom: 1px solid transparent
}

.single-product-wrap .product-content-categories-2.product-content-orange h5 a:hover {
    border-bottom: 1px solid #666555;
    color: #666555
}

.single-product-wrap .product-content-categories-2.product-content-green-2 h5 a {
    display: inline-block;
    border-bottom: 1px solid transparent
}

.single-product-wrap .product-content-categories-2.product-content-green-2 h5 a:hover {
    border-bottom: 1px solid #6aae27;
    color: #6aae27
}

.single-product-wrap:hover .product-img.product-img-zoom a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.single-product-wrap:hover .product-img .product-action-wrap {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.single-product-wrap:hover .product-img .product-action-2 button:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.single-product-wrap:hover .product-img .product-action-2 button:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.single-product-wrap:hover .product-img .product-action-2 button:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.single-product-wrap:hover .product-img.product-img-border a img {
    border: 1px solid #6f50a7
}

.single-product-wrap:hover .product-img.product-img-border.border-blue a img {
    border: 1px solid #0064e0
}

.single-product-wrap:hover .product-img.product-img-border.border-green-2 a img {
    border: 1px solid #6aae27
}

.single-product-wrap:hover .product-img.product-img-border-transparent a img {
    border: 1px solid #666555
}

.single-product-wrap:hover .product-content-wrap-2 {
    opacity: 0;
    visibility: hidden
}

.single-product-wrap:hover .product-content-position {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.single-product-wrap:hover .product-content-position-2 {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

@media only screen and (max-width: 767px) {
    .single-product-wrap.mb-35 {
        margin-bottom: 30px
    }

    .single-product-wrap.mb-60 {
        margin-bottom: 30px
    }

    .single-product-wrap.mb-50 {
        margin-bottom: 30px
    }
}

.tab-content.jump .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden
}

.tab-content.jump .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
    -webkit-animation-name: moveUp;
    animation-name: moveUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.product-slider-active .slick-list, .product-slider-active-3 .slick-list, .product-slider-active-4 .slick-list, .product-slider-active-5 .slick-list, .product-slider-active-7 .slick-list, .product-slider-active-8 .slick-list, .product-slider-active-9 .slick-list, .related-product-active .slick-list {
    margin: 0 -15px
}

.product-slider-active .slick-list .product-plr-1, .product-slider-active-3 .slick-list .product-plr-1, .product-slider-active-4 .slick-list .product-plr-1, .product-slider-active-5 .slick-list .product-plr-1, .product-slider-active-7 .slick-list .product-plr-1, .product-slider-active-8 .slick-list .product-plr-1, .product-slider-active-9 .slick-list .product-plr-1, .related-product-active .slick-list .product-plr-1 {
    padding: 0 15px
}

.product-categories-slider-2 .slick-list, .product-categories-slider-3 .slick-list, .product-img .product-categories-slider-1 .slick-list {
    margin: 0 -20px
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-categories-slider-1 .slick-list, .product-categories-slider-2 .slick-list, .product-categories-slider-3 .slick-list {
        margin: 0 -15px
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-slider-1 .slick-list, .product-categories-slider-2 .slick-list, .product-categories-slider-3 .slick-list {
        margin: 0 -15px
    }
}

.product-categories-slider-1 .slick-list .product-plr-1, .product-categories-slider-2 .slick-list .product-plr-1, .product-categories-slider-3 .slick-list .product-plr-1 {
    padding: 0 20px
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-categories-slider-1 .slick-list .product-plr-1, .product-categories-slider-2 .slick-list .product-plr-1, .product-categories-slider-3 .slick-list .product-plr-1 {
        padding: 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-slider-1 .slick-list .product-plr-1, .product-categories-slider-2 .slick-list .product-plr-1, .product-categories-slider-3 .slick-list .product-plr-1 {
        padding: 0 15px
    }
}

.product-slider-active-2 .slick-list {
    margin: 0 -15px;
    padding: 20px 0 20px
}

.product-slider-active-2 .slick-list .product-plr-2 {
    padding: 0 15px
}

.product-slider-active-6 .slick-list {
    margin: 0 -15px
}

.product-slider-active-6 .slick-list .product-plr-2 {
    padding: 0 15px
}

.tab-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .tab-btn-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tab-btn-wrap.mb-40 {
        margin-bottom: 30px
    }
}

.tab-style-2 a {
    color: #999;
    display: inline-block;
    letter-spacing: .1px;
    text-transform: uppercase;
    margin-right: 30px
}

@media only screen and (max-width: 767px) {
    .tab-style-2 a {
        margin-bottom: 5px
    }
}

.tab-style-2 a:last-child {
    margin-right: 0
}

.tab-style-2 a.active {
    color: #181b31
}

@media only screen and (max-width: 767px) {
    .tab-style-2 {
        margin: 0 8px 2px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.deal-content-1 > span {
    font-size: 18px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    text-transform: uppercase;
    background-color: #6b7b90
}

.deal-content-1 h2 {
    font-size: 60px;
    font-family: PoppinsMedium, sans-serif;
    line-height: 60px;
    letter-spacing: -.25px;
    margin: 35px 0 24px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1 h2 {
        font-size: 50px;
        line-height: 55px;
        margin: 25px 0 14px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1 h2 {
        font-size: 50px;
        line-height: 55px;
        margin: 25px 0 14px
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1 h2 {
        font-size: 34px;
        line-height: 40px;
        margin: 25px 0 14px
    }
}

.deal-content-1 h2 span {
    text-transform: uppercase;
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555
}

.deal-content-1 p {
    width: 30%;
    letter-spacing: .25px;
    margin: 0 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1 p {
        width: 37%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1 p {
        width: 37%
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1 p {
        width: 90%
    }
}

.deal-content-1 .timer-wrap {
    margin: 45px 0 105px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1 .timer-wrap {
        margin: 35px 0 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1 .timer-wrap {
        margin: 35px 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1 .timer-wrap {
        margin: 25px 0 30px
    }
}

.deal-content-1 .timer-wrap h4 {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 27px
}

@media only screen and (max-width: 767px) {
    .deal-content-1 .timer-wrap h4 {
        margin: 0 0 10px
    }
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell {
    text-align: center;
    margin-right: 60px
}

@media only screen and (max-width: 767px) {
    .deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell {
        margin-right: 35px
    }
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell:last-child {
    margin-right: 0
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell:last-child .syotimer-cell__value:before {
    display: none
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell:last-child .syotimer-cell__value:after {
    display: none
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 48px;
    line-height: 38px;
    font-family: PoppinsMedium, sans-serif;
    letter-spacing: -.25px;
    margin: 0 0 10px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
        font-size: 30px
    }
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value:before {
    position: absolute;
    content: "";
    right: -50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 20%;
    width: 4px;
    height: 4px;
    background-color: #000
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value:after {
    position: absolute;
    content: "";
    right: -50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 20%;
    width: 4px;
    height: 4px;
    background-color: #000
}

.deal-content-1 .timer-wrap .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__unit {
    letter-spacing: -.25px;
    line-height: 1;
    text-transform: inherit
}

.deal-content-1 .deal-btn a {
    display: inline-block;
    font-size: 24px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding: 0 0 3px;
    border-bottom: 1px solid #000;
    color: #000
}

.deal-content-1 .deal-btn a:hover {
    color: #666555;
    border-bottom: 1px solid #666555
}

@media only screen and (max-width: 767px) {
    .deal-content-1 .deal-btn a {
        font-size: 18px
    }
}

.deal-content-1.deal-content-1-modify {
    padding-left: 170px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 100px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 100px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 50px
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1.deal-content-1-modify {
        padding-left: 15px
    }
}

.deal-content-1.deal-content-1-modify > span {
    font-size: 14px;
    background-color: #508b11
}

.deal-content-1.deal-content-1-modify h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 23px 0 0
}

@media only screen and (max-width: 767px) {
    .deal-content-1.deal-content-1-modify h2 {
        font-size: 28px;
        line-height: 33px;
        margin: 15px 0 10px
    }
}

.deal-content-1.deal-content-1-modify .timer-wrap {
    margin: 48px 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-1.deal-content-1-modify .timer-wrap {
        margin: 35px 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-1.deal-content-1-modify .timer-wrap {
        margin: 35px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-1.deal-content-1-modify .timer-wrap {
        margin: 25px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-3 {
        margin-top: 10px
    }
}

.tab-style-3 a {
    display: inline-block;
    color: #999;
    padding: 3px 16px 5px;
    margin-right: 5px;
    border-radius: 5px
}

@media only screen and (max-width: 767px) {
    .tab-style-3 a {
        margin-bottom: 5px
    }
}

.tab-style-3 a:last-child {
    margin-right: 0
}

.tab-style-3 a:hover {
    color: #666555
}

.tab-style-3 a.active {
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555;
    background-color: #edf8f7
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-3.tab-style-3-blue a {
        padding: 2px 10px 4px;
        margin-right: 3px
    }
}

.tab-style-3.tab-style-3-blue a:hover {
    color: #0064e0
}

.tab-style-3.tab-style-3-blue a.active {
    color: #0064e0;
    background-color: #eef5fd
}

.tab-style-3.tab-style-3-green-2 a:hover {
    color: #6aae27
}

.tab-style-3.tab-style-3-green-2 a.active {
    color: #6aae27;
    background-color: #eef8e4
}

.single-product-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.single-product-wrap-2:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 1px solid #bfbfbf;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 9
}

.single-product-wrap-2 .product-img-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    position: relative
}

.single-product-wrap-2 .product-img-2 a {
    display: block
}

.single-product-wrap-2 .product-img-2 a img {
    width: 100%
}

.single-product-wrap-2 .product-img-2 span.pro-badge {
    position: absolute;
    top: 0;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 4px 6px 5px;
    line-height: 1
}

.single-product-wrap-2 .product-img-2 span.pro-badge.left {
    left: 0
}

.single-product-wrap-2 .product-img-2 span.pro-badge.right {
    right: 0
}

.single-product-wrap-2 .product-img-2 span.pro-badge.bg-black {
    background-color: #000
}

.single-product-wrap-2 .product-img-2 span.pro-badge.bg-red {
    background-color: red
}

.single-product-wrap-2 .product-content-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    padding: 0 15px 0 25px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-wrap-2 .product-content-3 {
        padding: 0 10px 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 {
        padding: 0 10px 0 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 {
        padding: 0 15px 0 25px
    }
}

.single-product-wrap-2 .product-content-3 span {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .25px;
    display: block
}

.single-product-wrap-2 .product-content-3 h4 {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 20px;
    margin: 4px 0 14px
}

@media only screen and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 h4 {
        margin: 4px 0 6px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 h4 {
        margin: 4px 0 14px
    }
}

.single-product-wrap-2 .product-content-3 h4 a {
    color: #000
}

.single-product-wrap-2 .product-content-3 h4 a:hover {
    text-decoration: underline
}

.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 24px
}

@media only screen and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 .product-rating-wrap-2 {
        margin: 0 0 8px
    }
}

.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 .product-rating-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 .product-rating-2 i {
    font-size: 14px;
    color: #ff9806;
    margin-right: 2px
}

.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 .product-rating-2 i.gray {
    color: #ccc
}

.single-product-wrap-2 .product-content-3 .product-rating-wrap-2 span {
    font-size: 12px;
    color: #999;
    margin-left: 5px
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 span {
    font-size: 18px;
    color: #000
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 span.new-price {
    color: #666555
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-price-3 span.old-price {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 22px;
    color: #222;
    margin-right: 15px
}

@media only screen and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button {
        font-size: 17px;
        margin-right: 5px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button {
        font-size: 22px;
        margin-right: 15px
    }
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button:last-child {
    margin-right: 0
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3 button:hover {
    color: #666555
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3.pro-action-3-blue button:hover {
    color: #0064e0
}

.single-product-wrap-2 .product-content-3 .pro-price-action-wrap .product-action-3.pro-action-3-green-2 button:hover {
    color: #6aae27
}

.single-product-wrap-2:hover:before {
    left: -13px;
    top: -13px;
    right: -13px;
    bottom: -13px;
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width: 767px) {
    .single-product-wrap-2:hover:before {
        left: -10px;
        top: -10px;
        right: -10px;
        bottom: -10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-product-wrap-2:hover:before {
        left: -13px;
        top: -13px;
        right: -13px;
        bottom: -13px
    }
}

.single-product-wrap-2:hover .product-content-3 .pro-price-action-wrap .product-action-3 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.product-slider-active-6 .single-product-wrap-2 {
    padding: 10px 0
}

.product-slider-active-6 .single-product-wrap-2:before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px
}

.product-slider-active-6 .single-product-wrap-2:hover:before {
    left: 1px;
    top: 0;
    right: 1px;
    bottom: 0
}

.product-categories-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-categories-wrap .product-categories-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap .product-categories-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.product-categories-wrap .product-categories-img a {
    display: block
}

.product-categories-wrap .product-categories-img a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.product-categories-wrap .product-categories-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    padding: 0 0 0 30px
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap .product-categories-content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 0 0 15px
    }
}

.product-categories-wrap .product-categories-content h3 {
    font-size: 18px;
    color: #222;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 10px 0
}

.product-categories-wrap .product-categories-content ul {
    margin: 16px 0 18px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-categories-wrap .product-categories-content ul {
        margin: 6px 0 8px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap .product-categories-content ul {
        margin: 6px 0 8px
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap .product-categories-content ul {
        margin: 8px 0 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-categories-wrap .product-categories-content ul {
        margin: 6px 0 5px
    }
}

.product-categories-wrap .product-categories-content ul li {
    display: block;
    margin: 0 0 4px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-categories-wrap .product-categories-content ul li {
        margin: 0 0 1px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap .product-categories-content ul li {
        margin: 0 0 2px
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap .product-categories-content ul li {
        margin: 0 0 2px
    }
}

.product-categories-wrap .product-categories-content ul li:last-child {
    margin-bottom: 0
}

.product-categories-wrap .product-categories-content ul li a {
    display: block;
    font-size: 14px;
    color: #666
}

.product-categories-wrap .product-categories-content ul li a:hover {
    color: #222;
    text-decoration: underline
}

.product-categories-wrap .product-categories-content .product-categories-btn a {
    display: inline-block;
    font-size: 12px;
    color: #333;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase
}

.product-categories-wrap .product-categories-content .product-categories-btn a i {
    margin: 0 0 0 2px;
    font-size: 11px;
    position: relative;
    top: 1px
}

.product-categories-wrap .product-categories-content .product-categories-btn a:hover {
    color: #666555
}

.product-categories-wrap.product-categories-border {
    border-right: 1px solid #e1e1e1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap.product-categories-border.categories-border-none-md {
        border: none
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap.product-categories-border {
        border: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap.categories-border-add-md {
        border-right: 1px solid #e1e1e1
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap.mb-45 {
        margin-bottom: 30px
    }
}

.product-categories-wrap:hover .product-categories-img a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.btn-style-5 a {
    display: inline-block;
    color: #666;
    font-size: 14px
}

.btn-style-5 a i {
    margin-left: 2px;
    font-size: 12px;
    position: relative;
    top: 1px
}

.btn-style-5 a:hover {
    color: #666555
}

@media only screen and (max-width: 767px) {
    .tab-style-4 {
        margin: 10px 0 0
    }
}

.tab-style-4 a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #999;
    margin-right: 50px;
    padding: 0 0 22px;
    border-bottom: 1px solid transparent
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-4 a {
        margin-right: 15px
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-4 a {
        margin-right: 20px;
        padding: 0 0 9px;
        margin-bottom: 5px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-style-4 a {
        margin-bottom: 0
    }
}

.tab-style-4 a:last-child {
    margin-right: 0
}

.tab-style-4 a.active {
    color: #222;
    border-bottom: 1px solid #222
}

.nav-style-3 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5%;
    text-align: center;
    color: #222;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-3 > span {
        left: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-3 > span {
        left: 2%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-3 > span {
        left: 0
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-3 > span {
        left: 3%
    }
}

.nav-style-3 > span.pro-slider-icon-1-next {
    left: auto;
    right: -5%
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-3 > span.pro-slider-icon-1-next {
        right: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-3 > span.pro-slider-icon-1-next {
        right: 2%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-3 > span.pro-slider-icon-1-next {
        right: 0
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-3 > span.pro-slider-icon-1-next {
        right: 3%
    }
}

.nav-style-3 > span:hover {
    color: #666555
}

.nav-style-3:hover span {
    left: -6%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-3:hover span {
        left: -1%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-3:hover span {
        left: -1%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-3:hover span {
        left: -1%
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-3:hover span {
        left: 0
    }
}

.nav-style-3:hover span.pro-slider-icon-1-next {
    left: auto;
    right: -6%
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-3:hover span.pro-slider-icon-1-next {
        right: -1%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-3:hover span.pro-slider-icon-1-next {
        right: -1%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-3:hover span.pro-slider-icon-1-next {
        right: -1%
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-3:hover span.pro-slider-icon-1-next {
        right: 0
    }
}

.nav-style-4 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5%;
    text-align: center;
    color: #ccc;
    font-size: 36px;
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-4 > span {
        left: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-4 > span {
        left: -1%
    }
}

@media only screen and (max-width: 767px) {
    .nav-style-4 > span {
        font-size: 22px
    }
}

.nav-style-4 > span.pro-slider-icon-1-next {
    left: auto;
    right: -5%
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-4 > span.pro-slider-icon-1-next {
        right: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-4 > span.pro-slider-icon-1-next {
        right: -1%
    }
}

.nav-style-4 > span:hover {
    color: #000
}

.nav-style-4:hover span {
    left: -6%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-4:hover span {
        left: -1%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-4:hover span {
        left: -3%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-4:hover span {
        left: -3%
    }
}

.nav-style-4:hover span.pro-slider-icon-1-next {
    left: auto;
    right: -6%
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .nav-style-4:hover span.pro-slider-icon-1-next {
        right: -1%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-style-4:hover span.pro-slider-icon-1-next {
        right: -3%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nav-style-4:hover span.pro-slider-icon-1-next {
        right: -3%
    }
}

.product-categories-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap-2 {
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }
}

.product-categories-wrap-2 .single-product-categories-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-categories-wrap-2 .single-product-categories-2 {
        width: 33.333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-wrap-2 .single-product-categories-2 {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-categories-wrap-2 .single-product-categories-2 {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-icon {
    margin-right: 24px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-categories-wrap-2 .single-product-categories-2 .product-categories-2-icon {
        margin-right: 15px
    }
}

.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-icon i {
    font-size: 40px;
    color: #ccc;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-content h4 {
    font-size: 16px;
    line-height: 28px;
    margin: 0
}

.product-categories-wrap-2 .single-product-categories-2 .product-categories-2-content h4 a {
    color: #000
}

.product-categories-wrap-2 .single-product-categories-2:hover .product-categories-2-icon i {
    color: #000
}

.product-categories-wrap-2 .single-product-categories-2:hover .product-categories-2-content h4 {
    font-family: PoppinsSemiBold, sans-serif
}

.tab-btn-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-btn-wrap-2 {
        margin: 10px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .tab-btn-wrap-2 {
        display: block;
        margin: 7px 0 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-btn-wrap-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-5 {
        margin-bottom: 5px
    }
}

.tab-style-5 a {
    color: #999;
    font-size: 16px;
    margin-right: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tab-style-5 a {
        margin-right: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-5 a {
        margin-right: 30px
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-5 a {
        margin-right: 20px
    }
}

.tab-style-5 a:last-child {
    margin-right: 0
}

.tab-style-5 a.active {
    color: #000;
    font-family: PoppinsSemiBold, sans-serif
}

.tab-style-5 a:hover {
    color: #000
}

.btn-style-6 a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #000
}

.btn-style-6 a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 767px) {
    .btn-style-6.ml-60 {
        margin-left: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn-style-6.ml-60 {
        margin-left: 20px
    }
}

.hm4-pb-100 {
    padding-bottom: 80px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hm4-pb-100 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .hm4-pb-100 {
        padding-bottom: 25px
    }
}

.section-title-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .section-title-btn-wrap.pb-20 {
        padding-bottom: 15px
    }

    .section-title-btn-wrap.mb-50 {
        margin-bottom: 30px
    }
}

.section-title-deal-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-deal-wrap {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .section-title-deal-wrap {
        display: block;
        margin: 0 0 5px
    }
}

.section-title-deal-wrap .timer-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 75px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-deal-wrap .timer-wrap-2 {
        margin-left: 0;
        margin-top: 5px
    }
}

@media only screen and (max-width: 767px) {
    .section-title-deal-wrap .timer-wrap-2 {
        margin-left: 0;
        display: block
    }
}

.section-title-deal-wrap .timer-wrap-2 h4 {
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: .25px
}

@media only screen and (max-width: 767px) {
    .section-title-deal-wrap .timer-wrap-2 h4 {
        margin: 10px 0 10px
    }
}

.section-title-deal-wrap .timer-wrap-2 h4 i {
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: 2px
}

.timer-style-2 {
    margin-left: 15px
}

@media only screen and (max-width: 767px) {
    .timer-style-2 {
        margin-left: 0
    }
}

.timer-style-2 .syotimer__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.timer-style-2 .syotimer__body .syotimer-cell {
    margin-right: 15px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #f33a0f;
    font-family: PoppinsSemiBold, sans-serif;
    font-size: 14px
}

.timer-style-2 .syotimer__body .syotimer-cell::before {
    position: absolute;
    content: "";
    right: -8px;
    top: 42%;
    width: 2px;
    height: 2px;
    background-color: #f33a0f
}

.timer-style-2 .syotimer__body .syotimer-cell::after {
    position: absolute;
    content: "";
    right: -8px;
    bottom: 32%;
    width: 2px;
    height: 2px;
    background-color: #f33a0f
}

.timer-style-2 .syotimer__body .syotimer-cell:last-child {
    margin-right: 0
}

.timer-style-2 .syotimer__body .syotimer-cell:last-child::before {
    display: none
}

.timer-style-2 .syotimer__body .syotimer-cell:last-child::after {
    display: none
}

.timer-style-2 .syotimer__body .syotimer-cell .syotimer-cell__value {
    margin-right: 2px
}

.btn-style-7 a {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #666;
    padding: 0 0 2px;
    color: #000;
    line-height: 1
}

.btn-style-7 a:hover {
    color: #6f50a7;
    border-bottom: 1px solid #6f50a7
}

.btn-style-7.btn-style-7-blue a:hover {
    color: #0064e0;
    border-bottom: 1px solid #0064e0
}

.product-list-style-wrap {
    border: 1px solid #e0e0e0;
    padding: 18px 30px 33px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-list-style-wrap {
        padding: 34px 30px 33px
    }
}

@media only screen and (max-width: 767px) {
    .product-list-style-wrap {
        padding: 30px 20px 30px
    }
}

.product-list-style {
    margin: 0 0 115px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-list-style {
        margin: 0 0 97px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-list-style {
        margin: 0 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .product-list-style {
        margin: 0 0 35px
    }
}

.product-list-style a {
    display: block;
    color: #000;
    width: 100%;
    margin: 0 0 14px;
    letter-spacing: .25px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-list-style a {
        margin: 0 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .product-list-style a {
        margin: 0 0 10px
    }
}

.product-list-style a:last-child {
    margin: 0 0 0
}

.product-list-style a.active {
    color: #999
}

.product-list-style a:hover {
    color: #666555
}

.btn-style-8 a {
    display: block;
    color: #999;
    font-style: italic
}

.btn-style-8 a:hover {
    color: #666555
}

.tab-style-7 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -47px;
    margin-right: 24px
}

@media only screen and (max-width: 767px) {
    .tab-style-7 {
        margin-top: 0;
        margin-right: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-style-7 {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: -47px;
        margin-right: 24px
    }
}

.tab-style-7 a {
    color: #000;
    margin-right: 40px
}

@media only screen and (max-width: 767px) {
    .tab-style-7 a {
        margin-right: 20px
    }
}

.tab-style-7 a:last-child {
    margin-right: 0
}

.tab-style-7 a.active {
    font-family: PoppinsSemiBold, sans-serif
}

.tab-content-mrg-top {
    margin-top: 33px
}

@media only screen and (max-width: 767px) {
    .tab-content-mrg-top {
        margin-top: 20px
    }
}

.single-deal-wrap {
    padding: 75px 0 75px
}

@media only screen and (max-width: 767px) {
    .single-deal-wrap {
        padding: 60px 0 60px
    }
}

.tab-style-8 a {
    color: #000;
    letter-spacing: .25px;
    margin-right: 30px
}

@media only screen and (max-width: 767px) {
    .tab-style-8 a {
        margin-right: 16px
    }
}

.tab-style-8 a:last-child {
    margin-right: 0
}

.tab-style-8 a.active {
    color: #999
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-8.tab-res-mrg {
        margin-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .tab-style-8.tab-res-mrg {
        margin-top: 12px
    }

    .tab-style-8.tab-res-mrg-2 {
        margin-top: 12px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tab-style-8.tab-res-mrg-2 {
        margin-top: 0
    }
}

.product-pb-80 {
    padding-bottom: 80px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-pb-80 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .product-pb-80 {
        padding-bottom: 20px
    }
}

.single-sidebar-product {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
}

.single-sidebar-product .sidebar-product-img {
    margin-right: 28px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-sidebar-product .sidebar-product-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-sidebar-product .sidebar-product-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

.single-sidebar-product .sidebar-product-img a {
    display: block
}

.single-sidebar-product .sidebar-product-img a img {
    width: 100%
}

.single-sidebar-product .sidebar-product-content h5 {
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 20px;
    margin: 0 0 17px
}

.single-sidebar-product .sidebar-product-content h5 a {
    color: #000
}

.single-sidebar-product .sidebar-product-content h5 a:hover {
    text-decoration: underline
}

.single-sidebar-product .sidebar-product-content .sidebar-product-price span {
    font-size: 18px;
    color: #000;
    display: inline-block;
    line-height: 1
}

.single-sidebar-product .sidebar-product-content .sidebar-product-price span.new-price {
    color: #666555
}

.single-sidebar-product .sidebar-product-content .sidebar-product-price span.old-price {
    margin-left: 10px;
    font-size: 14px;
    color: #999;
    text-decoration: line-through
}

.nav-style-5 > span {
    position: absolute;
    top: -62px;
    right: 0;
    font-size: 14px;
    color: #000;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (max-width: 767px) {
    .nav-style-5 > span {
        top: -63px
    }
}

.nav-style-5 > span.sidebar-icon-prev {
    margin-right: 20px
}

.nav-style-5 > span:hover {
    color: #6aae27
}

.nav-style-5.nav-style-5-modify > span {
    top: -50px;
    font-size: 18px;
    color: #999
}

.nav-style-5.nav-style-5-modify > span.sidebar-icon-prev {
    margin-right: 30px
}

.nav-style-5.nav-style-5-modify > span:hover {
    color: #666555
}

@media only screen and (max-width: 767px) {
    .nav-style-5.nav-style-5-modify > span {
        display: none !important
    }
}

.tab-style-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-style-9 a {
    font-size: 16px;
    color: #666;
    margin-right: 40px
}

@media only screen and (max-width: 767px) {
    .tab-style-9 a {
        margin-right: 20px;
        margin-bottom: 5px
    }
}

.tab-style-9 a:last-child {
    margin-right: 0
}

.tab-style-9 a.active {
    color: #0064e0
}

@media only screen and (max-width: 767px) {
    .tab-style-9.mb-60 {
        margin-bottom: 25px
    }
}

.deal-bg-color {
    background-color: #eaeff2
}

.deal-content-2 > span {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    border-radius: 5px;
    letter-spacing: -.25px;
    text-transform: uppercase;
    background-color: #690;
    padding: 5px 9px 7px
}

.deal-content-2 > h2 {
    line-height: 40px;
    font-size: 36px;
    font-family: PoppinsMedium, sans-serif;
    color: #000;
    letter-spacing: -.25px;
    margin: 23px 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-2 > h2 {
        line-height: 30px;
        font-size: 26px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-2 > h2 {
        line-height: 34px;
        font-size: 27px;
        margin: 20px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-2 > h2 {
        line-height: 33px;
        font-size: 27px;
        margin: 15px 0 0
    }
}

.deal-content-2 > h2 span {
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555;
    text-transform: uppercase
}

.deal-content-2 p {
    width: 86%;
    margin: 0 0 31px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-2 p {
        width: 100%;
        margin: 0 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-2 p {
        margin: 0 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-2 p {
        margin: 0 0 10px
    }
}

.deal-content-2 .deal-btn-2 a {
    display: inline-block;
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #000
}

.deal-content-2 .deal-btn-2 a:hover {
    color: #0064e0;
    border-bottom: 1px solid #0064e0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .deal-content-2.pl-50 {
        padding-left: 30px
    }

    .deal-content-2.pl-35 {
        padding-left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .deal-content-2 {
        padding-top: 50px
    }

    .deal-content-2.pl-50 {
        padding-left: 75px
    }

    .deal-content-2.pl-35 {
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .deal-content-2.pl-50 {
        padding-left: 20px;
        padding-top: 30px;
        padding-right: 10px
    }

    .deal-content-2.pl-35 {
        padding-left: 20px;
        padding-top: 10px
    }
}

.deal-img {
    margin: 35px 70px 0 60px
}

@media only screen and (max-width: 767px) {
    .deal-img {
        margin: 30px 20px 0 20px
    }
}

.deal-img a {
    display: block
}

.deal-img a img {
    width: 100%
}

.more-product-btn a {
    display: inline-block;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    padding: 8px 57px;
    color: #0064e0;
    border: 1px solid #0064e0
}

.more-product-btn a:hover {
    background-color: #0064e0;
    color: #fff
}

.section-wrap-1 {
    background-color: #fff;
    padding: 36px 30px 34px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-wrap-1 {
        padding: 36px 20px 34px
    }
}

@media only screen and (max-width: 767px) {
    .section-wrap-1 {
        padding: 36px 20px 34px
    }
}

.section-wrap-3 {
    background-color: #fff
}

.section-wrap-4 {
    padding: 30px;
    background-color: #fff
}

@media only screen and (max-width: 767px) {
    .section-wrap-4 {
        padding: 15px
    }
}

.product-area-padding {
    padding: 35px 30px 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-area-padding {
        padding: 20px 30px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .product-area-padding {
        padding: 30px 15px 30px 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-area-padding {
        padding: 30px 30px 30px 30px
    }
}

.btn-style-9 a {
    display: inline-block;
    text-transform: uppercase;
    color: #666
}

.btn-style-9 a:hover {
    color: #666555
}

.tab-style-10 a {
    display: inline-block;
    margin-right: 35px;
    color: #000;
    font-size: 16px
}

@media only screen and (max-width: 767px) {
    .tab-style-10 a {
        margin-right: 15px
    }
}

.tab-style-10 a:last-child {
    margin-right: 0
}

.tab-style-10 a.active {
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tab-style-10 {
        margin: 5px 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-area.pb-100 {
        padding-bottom: 40px
    }

    .product-area.pb-75 {
        padding-bottom: 35px
    }

    .product-area.pb-80 {
        padding-bottom: 40px
    }

    .product-categories-area.pb-70 {
        padding-bottom: 30px
    }

    .product-categories-area.pb-60 {
        padding-bottom: 20px
    }

    .deal-area.pt-150 {
        padding-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .product-area.pb-100 {
        padding-bottom: 25px
    }

    .product-area.pb-95 {
        padding-bottom: 15px
    }

    .product-area.pb-75 {
        padding-bottom: 20px
    }

    .product-area.pb-80 {
        padding-bottom: 25px
    }

    .product-area.pb-85 {
        padding-bottom: 60px
    }

    .product-categories-area.pb-70 {
        padding-bottom: 30px
    }

    .product-categories-area.pb-60 {
        padding-bottom: 20px
    }

    .deal-area.pt-150 {
        padding-top: 60px
    }
}

.nav-style-6 > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 1px solid #e1e2e2;
    background-color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    cursor: pointer;
    color: #000;
    font-size: 13px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden
}

.nav-style-6 > span.icon-next {
    left: auto;
    right: 0
}

.nav-style-6 > span:hover {
    color: #fff;
    border: 1px solid #666555;
    background-color: #666555
}

.nav-style-6:hover span {
    opacity: 1;
    visibility: visible
}

.banner-wrap {
    position: relative
}

.banner-wrap.banner-mr-1 {
    margin-right: -30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap.banner-mr-1 {
        margin-right: -15px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap.banner-mr-1 {
        margin-right: 0
    }
}

.banner-wrap.banner-ml-1 {
    margin-left: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap.banner-ml-1 {
        margin-left: 15px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap.banner-ml-1 {
        margin-left: 0
    }
}

.banner-wrap .banner-img {
    position: relative;
    overflow: hidden
}

.banner-wrap .banner-img a {
    display: block
}

.banner-wrap .banner-img a img {
    width: 100%
}

.banner-wrap .banner-img.banner-img-border {
    border: 1px solid #d9d9d9
}

.banner-wrap .banner-img-zoom a {
    display: block
}

.banner-wrap .banner-img-zoom a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.banner-wrap .banner-content-1 {
    position: absolute;
    left: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-1 {
        left: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-1 {
        left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-1 {
        left: 20px
    }
}

.banner-wrap .banner-content-1 h2 {
    font-size: 36px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 40px;
    letter-spacing: -.25px;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-1 h2 {
        font-size: 34px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-1 h2 {
        font-size: 27px;
        line-height: 35px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-1 h2 {
        font-size: 22px;
        line-height: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-1 h2 {
        font-size: 25px;
        line-height: 32px
    }
}

.banner-wrap .banner-content-1 p {
    width: 75%;
    margin: 28px 0 200px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-1 p {
        margin: 28px 0 80px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-1 p {
        margin: 12px 0 25px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-1 p {
        margin: 8px 0 21px
    }
}

.banner-wrap .banner-content-2 {
    position: absolute;
    left: 70px;
    top: 70px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-2 {
        left: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-2 {
        left: 20px;
        top: 62px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-2 {
        left: 20px;
        top: 62px
    }
}

.banner-wrap .banner-content-2 h2 {
    font-size: 36px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 40px;
    letter-spacing: -.25px;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-2 h2 {
        font-size: 34px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-2 h2 {
        font-size: 27px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-2 h2 {
        font-size: 22px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-2 h2 {
        font-size: 25px
    }
}

.banner-wrap .banner-content-2 p {
    width: 75%;
    margin: 28px 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-2 p {
        width: 80%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-2 p {
        width: 95%;
        margin: 10px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-2 p {
        width: 95%;
        margin: 10px 0 0
    }
}

.banner-wrap .banner-content-3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-3 {
        left: 15px
    }
}

.banner-wrap .banner-content-3 h2 {
    font-size: 24px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 30px;
    margin: 0;
    letter-spacing: -.25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-3 h2 {
        font-size: 20px;
        line-height: 26px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-3 h2 {
        font-size: 20px;
        line-height: 26px
    }
}

.banner-wrap .banner-content-3 span {
    font-size: 12px;
    color: #666;
    display: block;
    margin: 17px 0 2px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-3 span {
        margin: 10px 0 2px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-3 span {
        margin: 10px 0 2px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-3 span {
        margin: 6px 0 2px
    }
}

.banner-wrap .banner-content-3 h3 {
    font-size: 18px;
    color: #df3434;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 60px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-3 h3 {
        margin: 0 0 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-3 h3 {
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-3 h3 {
        margin: 0 0 12px
    }
}

.banner-wrap .banner-content-4 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-4 {
        left: 15px
    }
}

.banner-wrap .banner-content-4 h2 {
    font-size: 24px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 30px;
    margin: 0;
    letter-spacing: -.25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-4 h2 {
        font-size: 20px;
        line-height: 26px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-4 h2 {
        font-size: 20px;
        line-height: 26px
    }
}

.banner-wrap .banner-content-4 h2 span {
    color: #df3434
}

.banner-wrap .banner-content-4 > span {
    font-size: 12px;
    color: #666;
    display: block;
    text-transform: uppercase;
    margin: 17px 0 2px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-4 > span {
        margin: 10px 0 2px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-4 > span {
        margin: 10px 0 2px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-4 > span {
        margin: 6px 0 2px
    }
}

.banner-wrap .banner-content-4 h3 {
    font-size: 18px;
    color: #690;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 60px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-4 h3 {
        margin: 0 0 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-4 h3 {
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-4 h3 {
        margin: 0 0 12px
    }
}

.banner-wrap .banner-content-5 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-5 {
        left: 15px
    }
}

.banner-wrap .banner-content-5 span {
    font-size: 12px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fea802;
    text-transform: uppercase;
    margin: 0 0 11px;
    display: block
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-5 span {
        margin: 0 0 5px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-5 span {
        margin: 0 0 5px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-5 span {
        margin: 0 0 5px
    }
}

.banner-wrap .banner-content-5 h2 {
    font-size: 24px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 30px;
    margin: 0;
    letter-spacing: -.25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-5 h2 {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-5 h2 {
        font-size: 20px
    }
}

.banner-wrap .banner-content-5 h2 span {
    color: #df3434
}

.banner-wrap .banner-content-5 p {
    color: #999;
    width: 70%;
    margin: 13px 0 25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-5 p {
        margin: 5px 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-5 p {
        margin: 5px 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-5 p {
        margin: 2px 0 4px
    }
}

.banner-wrap .banner-content-6 {
    position: absolute;
    left: 46%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-6 {
        left: 50%
    }
}

.banner-wrap .banner-content-6 h3 {
    font-size: 30px;
    color: #222;
    line-height: 36px;
    margin: 0 0 22px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-6 h3 {
        font-size: 25px;
        line-height: 32px;
        margin: 0 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-6 h3 {
        font-size: 17px;
        line-height: 28px;
        margin: 0 0 3px
    }
}

.banner-wrap .banner-content-6 .banner-btn-1 a {
    display: inline-block;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    color: #666555
}

.banner-wrap .banner-content-6 .banner-btn-1 a i {
    font-size: 12px;
    margin: 0 0 0 3px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-6 .banner-btn-1 a {
        font-size: 13px
    }
}

.banner-wrap .banner-content-6 .banner-btn-1 a:hover {
    color: #000
}

.banner-wrap .banner-content-7-8-wrap {
    position: absolute;
    left: 37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap {
        left: 15px
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-7 {
    margin-right: 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 {
        margin-right: 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 {
        margin-right: 15px
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-7 span {
    font-size: 12px;
    color: #222
}

.banner-wrap .banner-content-7-8-wrap .banner-content-7 h2 {
    font-size: 36px;
    color: #222;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 3px 0 18px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 h2 {
        font-size: 27px;
        margin: 3px 0 8px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 h2 {
        font-size: 16px;
        margin: 1px 0 3px;
        line-height: 1
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 h2 {
        font-size: 20px;
        margin: 5px 0 10px
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-7 p {
    font-size: 14px;
    color: #999;
    line-height: 22px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-7 p {
        line-height: 19px
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 > span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #000
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 > span {
        font-size: 12px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 > span {
        font-size: 12px
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 {
    font-family: PoppinsSemiBold, sans-serif;
    font-size: 36px;
    color: #df3434;
    margin: 4px 0 15px;
    text-transform: uppercase;
    line-height: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 {
        font-size: 32px;
        margin: 4px 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 {
        font-size: 22px;
        margin: 2px 0 4px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 {
        font-size: 26px;
        margin: 5px 0 10px
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 h3 span {
    font-size: 18px
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a {
    display: inline-block;
    font-size: 12px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    padding: 6px 15px 6px 17px;
    text-transform: uppercase;
    background-color: #666555
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a i {
    font-size: 10px;
    margin: 0 0 0 3px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a {
        padding: 2px 10px 3px 12px
    }
}

.banner-wrap .banner-content-7-8-wrap .banner-content-8 .banner-btn-2 a:hover {
    background-color: #000
}

.banner-wrap .banner-content-9 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 75px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-9 {
        left: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-9 {
        left: 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-9 {
        left: 20px
    }
}

.banner-wrap .banner-content-9 span {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 220px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 40px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-9 span {
        margin: 0 0 6px;
        line-height: 16px
    }
}

.banner-wrap .banner-content-9 h2 {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -.25px;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-9 h2 {
        font-size: 34px;
        line-height: 38px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-9 h2 {
        font-size: 22px;
        line-height: 27px
    }
}

.banner-wrap .banner-content-9 p {
    width: 68%;
    margin: 20px 0 48px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-9 p {
        margin: 10px 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-9 p {
        line-height: 20px;
        width: 85%
    }
}

.banner-wrap .banner-content-10 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 75px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-10 {
        left: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-10 {
        left: 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-10 {
        left: 20px
    }
}

.banner-wrap .banner-content-10 > span {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0 0 220px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 40px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-10 > span {
        margin: 0 0 20px
    }
}

.banner-wrap .banner-content-10 h2 {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -.25px;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-10 h2 {
        font-size: 34px;
        line-height: 38px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-10 h2 {
        font-size: 21px;
        line-height: 25px
    }
}

.banner-wrap .banner-content-10 h2 span {
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555
}

.banner-wrap .banner-content-10 p {
    width: 68%;
    margin: 25px 0 53px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-10 p {
        margin: 10px 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-10 p {
        margin: 7px 0 10px
    }
}

.banner-wrap .banner-content-11 {
    position: absolute;
    left: 66px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-wrap .banner-content-11.banner-content-11-modify {
    left: 50px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11.banner-content-11-modify {
        left: 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify {
        left: 20px
    }
}

.banner-wrap .banner-content-11.banner-content-11-modify-2 h2 {
    font-size: 36px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 h2 {
        font-size: 25px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 h2 {
        font-size: 16px;
        line-height: 17px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 h2 {
        font-size: 21px;
        line-height: 25px
    }
}

.banner-wrap .banner-content-11.banner-content-11-modify-2 p {
    margin: 15px 0 0
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 p {
        margin: 7px 0 0;
        line-height: 1
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-11.banner-content-11-modify-2 p {
        margin: 15px 0 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-11 {
        left: 35px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11 {
        left: 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11 {
        left: 20px
    }
}

.banner-wrap .banner-content-11 h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.25px;
    color: #000;
    font-family: PoppinsMedium, sans-serif;
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11 h2 {
        font-size: 22px;
        line-height: 25px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11 h2 {
        font-size: 22px;
        line-height: 25px
    }
}

.banner-wrap .banner-content-11 h2 span {
    font-family: PoppinsSemiBold, sans-serif
}

.banner-wrap .banner-content-11 p {
    margin: 15px 0 50px
}

.banner-wrap .banner-content-11 p.mrg-inc {
    margin: 15px 0 90px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-11 p.mrg-inc {
        margin: 15px 0 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11 p.mrg-inc {
        margin: 10px 0 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11 p.mrg-inc {
        margin: 4px 0 5px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-11 p.mrg-inc {
        margin: 14px 0 25px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-11 p {
        margin: 10px 0 25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-11 p {
        margin: 6px 0 7px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-11 p {
        margin: 6px 0 7px
    }
}

.banner-wrap .banner-content-12 {
    position: absolute;
    left: 70px;
    top: 70px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-12 {
        left: 30px;
        top: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-12 {
        left: 30px;
        top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-12 {
        left: 15px;
        top: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-12 {
        left: 30px;
        top: 30px
    }
}

.banner-wrap .banner-content-12 h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -.25px;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-12 h2 {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-12 h2 {
        font-size: 25px;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-12 h2 {
        font-size: 18px;
        line-height: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-12 h2 {
        font-size: 22px;
        line-height: 27px
    }
}

.banner-wrap .banner-content-12 p {
    margin: 25px 0 48px
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner-wrap .banner-content-12 p {
        margin: 25px 0 35px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-wrap .banner-content-12 p {
        margin: 25px 0 35px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-12 p {
        margin: 15px 0 22px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-12 p {
        margin: 8px 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-12 p {
        margin: 5px 0 5px;
        line-height: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-12 p {
        margin: 10px 0 12px;
        line-height: 28px
    }
}

.banner-wrap .banner-content-12 span {
    font-size: 12px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px
}

.banner-wrap .banner-content-12 h3 {
    font-size: 48px;
    color: #690;
    letter-spacing: -.25px;
    margin: 6px 0 81px;
    line-height: 1
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 6px 0 40px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 6px 0 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 6px 0 20px;
        font-size: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 6px 0 14px;
        font-size: 35px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 3px 0 7px;
        font-size: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-12 h3 {
        margin: 14px 0 20px;
        font-size: 25px
    }
}

.banner-wrap .banner-content-13 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-13 {
        left: 15px
    }
}

.banner-wrap .banner-content-13 > span {
    font-size: 14px;
    color: #8d75ba;
    text-transform: uppercase;
    display: block;
    line-height: 1
}

.banner-wrap .banner-content-13 h2 {
    font-size: 36px;
    color: #6f50a7;
    line-height: 32px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 24px 0 27px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-13 h2 {
        font-size: 28px;
        margin: 10px 0 12px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-13 h2 {
        font-size: 28px;
        margin: 15px 0 18px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-13 h2 {
        font-size: 25px;
        line-height: 28px;
        margin: 10px 0 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-13 h2 {
        font-size: 32px;
        line-height: 35px;
        margin: 20px 0 23px
    }
}

.banner-wrap .banner-content-13 .product-available-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banner-wrap .banner-content-13 .product-available-wrap .single-product-available {
    text-align: center;
    margin-right: 25px
}

.banner-wrap .banner-content-13 .product-available-wrap .single-product-available:Last-child {
    margin-right: 0
}

.banner-wrap .banner-content-13 .product-available-wrap .single-product-available h3 {
    font-size: 30px;
    color: #58a980;
    line-height: 23px;
    margin: 0 0 6px
}

.banner-wrap .banner-content-13 .product-available-wrap .single-product-available span {
    display: block;
    line-height: 1;
    color: #666
}

.banner-wrap .banner-content-14 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-14 {
        left: 20px
    }
}

.banner-wrap .banner-content-14 span {
    display: inline-block;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background-color: #94b84c;
    line-height: 1;
    padding: 5px 8px
}

.banner-wrap .banner-content-14 h2 {
    font-size: 30px;
    color: #010101;
    line-height: 28px;
    margin: 19px 0 47px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-14 h2 {
        font-size: 27px;
        line-height: 28px;
        margin: 10px 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-14 h2 {
        margin: 19px 0 27px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-14 h2 {
        font-size: 25px;
        line-height: 28px;
        margin: 12px 0 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-14 h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 20px 0 25px
    }
}

.banner-wrap .banner-content-14 p {
    line-height: 18px;
    width: 60%
}

.banner-wrap .banner-content-15 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px
}

.banner-wrap .banner-content-15 .banner-content-15-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 16px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-15 .banner-content-15-top {
        margin: 0 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-15 .banner-content-15-top {
        margin: 0 0 10px
    }
}

.banner-wrap .banner-content-15 .banner-content-15-top .banner-content-15-brand {
    margin-right: 60px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-15 .banner-content-15-top .banner-content-15-brand {
        margin-right: 30px
    }
}

.banner-wrap .banner-content-15 .banner-content-15-top .banner-content-15-brand span {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    letter-spacing: -.25px;
    background-color: #4c96b8;
    padding: 5px 6px 5px
}

.banner-wrap .banner-content-15 .banner-content-15-top p {
    line-height: 18px;
    letter-spacing: -.25px
}

.banner-wrap .banner-content-15 h2 {
    font-size: 30px;
    color: #010101;
    line-height: 30px;
    margin: 0;
    width: 80%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-15 h2 {
        font-size: 25px;
        line-height: 25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-15 h2 {
        font-size: 24px;
        line-height: 26px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-15 h2 {
        font-size: 23px;
        line-height: 26px
    }
}

.banner-wrap .banner-content-16 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-16 {
        left: 20px
    }
}

.banner-wrap .banner-content-16 h2 {
    font-size: 24px;
    color: #000;
    font-family: PoppinsMedium, sans-serif;
    line-height: 30px;
    margin: 0 0 20px;
    width: 64%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-16 h2 {
        font-size: 19px;
        line-height: 28px;
        margin: 0 0 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-16 h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-16 h2 {
        font-size: 17px;
        line-height: 22px;
        margin: 0 0 8px
    }
}

.banner-wrap .banner-content-16 .banner-price {
    width: 22%
}

.banner-wrap .banner-content-16 .banner-price span {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555
}

.banner-wrap .banner-content-16 .banner-price span.old-price {
    font-family: PoppinsMedium, sans-serif;
    font-size: 12px;
    color: #999;
    margin-right: 5px;
    text-decoration: line-through
}

.banner-wrap .banner-content-17 {
    position: absolute;
    top: 30px;
    left: 30px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-17 {
        left: 15px
    }
}

.banner-wrap .banner-content-17 h2 {
    font-size: 24px;
    color: #000;
    font-family: PoppinsMedium, sans-serif;
    line-height: 30px;
    margin: 0 0 20px;
    width: 67%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-17 h2 {
        font-size: 20px;
        width: 73%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-17 h2 {
        font-size: 22px;
        width: 73%
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-17 h2 {
        font-size: 20px;
        margin: 0 0 10px;
        width: 70%
    }
}

.banner-wrap .banner-content-17 p {
    font-size: 12px;
    margin: 0 0 2px
}

.banner-wrap .banner-content-17 .banner-price span {
    line-height: 1;
    display: block;
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555
}

.banner-wrap .banner-content-17 .banner-price span.old-price {
    font-family: PoppinsMedium, sans-serif;
    font-size: 12px;
    color: #999;
    margin-right: 5px;
    text-decoration: line-through
}

.banner-wrap .banner-content-18 {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px
}

.banner-wrap .banner-content-18 > span {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px
}

.banner-wrap .banner-content-18 h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -.25px;
    margin: 16px 0 18px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-18 h2 {
        font-size: 25px;
        line-height: 28px;
        margin: 10px 0 10px
    }
}

.banner-wrap .banner-content-18 h2 span {
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555
}

.banner-wrap .banner-content-19 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-19 {
        left: 20px
    }
}

.banner-wrap .banner-content-19 h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-19 h2 {
        font-size: 20px;
        line-height: 28px
    }
}

.banner-wrap .banner-content-19 h2.capitalize {
    font-family: PoppinsMedium, sans-serif;
    text-transform: inherit
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-19 h2 {
        font-size: 20px;
        line-height: 25px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-19 h2 {
        font-size: 20px;
        line-height: 22px
    }
}

.banner-wrap .banner-content-19 span {
    font-size: 13px;
    color: #999;
    display: block;
    margin: 17px 0 3px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-19 span {
        margin: 10px 0 3px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-19 span {
        margin: 7px 0 3px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-19 span {
        margin: 5px 0 1px
    }
}

.banner-wrap .banner-content-19 h4 {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0;
    color: #666555
}

.banner-wrap .banner-content-20 {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-20 {
        top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-20 {
        top: 30px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-20 {
        top: 40px
    }
}

.banner-wrap .banner-content-20 .banner-content-20-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-wrap .banner-content-20 .banner-content-20-top .banner-content-20-brand {
    margin-right: 18px
}

.banner-wrap .banner-content-20 .banner-content-20-top .banner-content-20-brand > span {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    letter-spacing: -.25px;
    background-color: #4c96b8;
    padding: 5px 6px 5px
}

.banner-wrap .banner-content-20 .banner-content-20-top p {
    line-height: 18px;
    letter-spacing: -.25px;
    text-align: left
}

.banner-wrap .banner-content-20 h2 {
    color: #010101;
    letter-spacing: -.25px;
    margin: 14px 0 0;
    font-size: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-20 h2 {
        font-size: 24px;
        margin: 10px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-20 h2 {
        font-size: 24px;
        margin: 10px 0 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-20 h2 {
        font-size: 28px;
        margin: 10px 0 0
    }
}

.banner-wrap .banner-content-21 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-21 {
        left: 20px
    }
}

.banner-wrap .banner-content-21 > span {
    font-size: 12px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    background-color: #000;
    padding: 6px 9px 7px;
    border-radius: 5px
}

.banner-wrap .banner-content-21 h2 {
    font-size: 30px;
    font-family: PoppinsMedium, sans-serif;
    line-height: 36px;
    letter-spacing: -.25px;
    margin: 21px 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-21 h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 14px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-21 h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 12px 0 0
    }
}

.banner-wrap .banner-content-21 h2 span {
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555
}

.banner-wrap .banner-content-22 {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-22 {
        left: 20px
    }
}

.banner-wrap .banner-content-22 > span {
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    background-color: #b8a04c;
    padding: 4px 7px 5px;
    font-style: italic
}

.banner-wrap .banner-content-22 h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.5px;
    margin: 5px 0 13px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-22 h2 {
        font-size: 18px;
        line-height: 25px;
        margin: 3px 0 6px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap .banner-content-22 h2 {
        font-size: 20px;
        line-height: 27px;
        margin: 3px 0 6px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-22 h2 {
        font-size: 18px;
        line-height: 25px;
        margin: 2px 0 3px
    }
}

.banner-wrap .banner-content-22 p {
    color: #999
}

.banner-wrap .banner-content-23 {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0
}

.banner-wrap .banner-content-23 .banner-content-23-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left
}

.banner-wrap .banner-content-23 .banner-content-23-top > p {
    color: #999;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: -.25px;
    line-height: 18px;
    margin: 0 30px 0 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-23 .banner-content-23-top > p {
        margin: 0 20px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-23 .banner-content-23-top > p {
        margin: 0 20px 0 0
    }
}

.banner-wrap .banner-content-23 .banner-content-23-top h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -.25px;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-23 .banner-content-23-top h2 {
        font-size: 24px;
        line-height: 26px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-23 .banner-content-23-top h2 {
        font-size: 22px;
        line-height: 25px
    }
}

.banner-wrap .banner-content-23 .banner-content-23-top h2 span {
    color: #666555;
    font-family: PoppinsSemiBold, sans-serif
}

.banner-wrap .banner-content-23 .banner-btn-3 {
    margin: 30px 0 0
}

.banner-wrap .banner-content-23 .banner-btn-3 a {
    display: inline-block;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    line-height: 1;
    background-color: #666555;
    padding: 14px 86px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-23 .banner-btn-3 a {
        padding: 14px 30px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-23 .banner-btn-3 a {
        padding: 14px 50px
    }
}

.banner-wrap .banner-content-23 .banner-btn-3 a:hover {
    background-color: #000
}

.banner-wrap .banner-content-24 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.banner-wrap .banner-content-24 span {
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase
}

.banner-wrap .banner-content-24 h2 {
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 36px;
    letter-spacing: -.25px;
    margin: 17px 0 14px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-24 h2 {
        font-size: 33px;
        line-height: 33px;
        margin: 10px 0 10px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-24 h2 {
        font-size: 33px;
        line-height: 33px;
        margin: 10px 0 10px
    }
}

.banner-wrap .banner-content-24 p {
    color: #fff;
    margin: 0 0 35px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap .banner-content-24 p {
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-24 p {
        margin: 0 0 20px
    }
}

.banner-wrap .banner-content-24 .banner-btn-4 a {
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555;
    display: inline-block;
    background-color: #fff;
    line-height: 1;
    padding: 13px 30px 17px
}

.banner-wrap .banner-content-24 .banner-btn-4 a:hover {
    color: #fff;
    background-color: #666555
}

.banner-wrap .banner-content-25 {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0
}

.banner-wrap .banner-content-25 span {
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

.banner-wrap .banner-content-25 h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.25px;
    margin: 5px 0 25px
}

@media only screen and (max-width: 767px) {
    .banner-wrap .banner-content-25 h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 1px 0 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-wrap .banner-content-25 h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 5px 0 25px
    }
}

.banner-wrap .banner-content-25 .banner-btn-5 a {
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    display: inline-block;
    background-color: #666555;
    line-height: 1;
    padding: 13px 30px 17px
}

.banner-wrap .banner-content-25 .banner-btn-5 a:hover {
    color: #666555;
    background-color: #fff
}

.banner-wrap.banner-border-1 {
    border: 1px solid #d9d9d9
}

.banner-wrap:hover .banner-img-zoom a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (max-width: 767px) {
    .banner-wrap.banner-mt-none-xs.mt-40 {
        margin-top: 0
    }
}

.btn-style-4 a {
    font-family: PoppinsSemiBold, sans-serif;
    display: inline-block;
    text-transform: uppercase;
    color: #000
}

.btn-style-4 a i {
    font-size: 12px;
    margin: 0 0 0 5px
}

.btn-style-4 a.hover-red:hover {
    color: #666555
}

.btn-style-4 a:hover {
    color: #666555
}

.banner-wrap-mrg-1 {
    margin-right: 34px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap-mrg-1 {
        margin-right: 25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap-mrg-1 {
        margin-right: 19px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap-mrg-1 {
        margin-right: 0
    }
}

.banner-wrap-mrg-2 {
    margin-left: -34px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrap-mrg-2 {
        margin-left: -25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrap-mrg-2 {
        margin-left: -19px
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap-mrg-2 {
        margin-left: 0
    }
}

.section-wrap-2 {
    background-color: #fff;
    padding: 30px 30px 0 30px
}

@media only screen and (max-width: 767px) {
    .section-wrap-2 {
        padding: 30px 10px 0 10px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-wrap-2 {
        padding: 30px 30px 0 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.pb-85 {
        padding-bottom: 45px
    }

    .banner-area.pb-90 {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .banner-area.pb-85 {
        padding-bottom: 25px
    }

    .banner-area.pb-90 {
        padding-bottom: 30px
    }
}

.brand-logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-logo-wrap {
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrap {
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }
}

.brand-logo-wrap.brand-logo-mrg {
    margin: 0 -40px
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .brand-logo-wrap.brand-logo-mrg {
        margin: 0 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .brand-logo-wrap.brand-logo-mrg {
        margin: 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-logo-wrap.brand-logo-mrg {
        margin: 0 0
    }
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrap.brand-logo-mrg {
        margin: 0 0
    }
}

.brand-logo-wrap .single-brand-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-logo-wrap .single-brand-logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrap .single-brand-logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-logo-wrap .single-brand-logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
}

.brand-logo-wrap .single-brand-logo img {
    width: 100%;
    opacity: .45;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.brand-logo-wrap .single-brand-logo:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.brand-logo-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brand-logo-wrap-2 .single-brand-logo-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11.11%;
    -ms-flex: 0 0 11.11%;
    flex: 0 0 11.11%;
    max-width: 11.11%;
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-logo-wrap-2 .single-brand-logo-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrap-2 .single-brand-logo-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-logo-wrap-2 .single-brand-logo-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }
}

.brand-logo-wrap-2 .single-brand-logo-2:first-child {
    text-align: left
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-logo-wrap-2 .single-brand-logo-2:first-child {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrap-2 .single-brand-logo-2:first-child {
        text-align: center
    }
}

.brand-logo-wrap-2 .single-brand-logo-2:last-child {
    text-align: right
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-logo-wrap-2 .single-brand-logo-2:last-child {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .brand-logo-wrap-2 .single-brand-logo-2:last-child {
        text-align: center
    }
}

.brand-logo-wrap-2 .single-brand-logo-2 img {
    max-width: 100%;
    opacity: .45;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.brand-logo-wrap-2 .single-brand-logo-2:hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-logo-area.pt-100 {
        padding-top: 50px
    }

    .brand-logo-area.pb-100 {
        padding-bottom: 45px
    }

    .brand-logo-area.pb-80 {
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .brand-logo-area.pt-100 {
        padding-top: 40px
    }

    .brand-logo-area.pb-95 {
        padding-bottom: 25px
    }

    .brand-logo-area.pb-100 {
        padding-bottom: 35px
    }

    .brand-logo-area.pb-80 {
        padding-bottom: 30px
    }
}

.subscribe-form .subscribe-form-style {
    position: relative
}

.subscribe-form .subscribe-form-style .mc-form {
    position: relative
}

.subscribe-form .subscribe-form-style .mc-form::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-family: simple-line-icons;
    content: "\e01e";
    z-index: 999;
    color: #000
}

.subscribe-form .subscribe-form-style .mc-form input {
    color: #999;
    padding: 2px 115px 2px 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #999;
    height: 55px
}

.subscribe-form .subscribe-form-style .mc-form input::-moz-input-placeholder {
    color: #999;
    opacity: 1
}

.subscribe-form .subscribe-form-style .mc-form input::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.subscribe-form .subscribe-form-style .mc-form .mc-news {
    display: none
}

.subscribe-form .subscribe-form-style .mc-form .clear {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.subscribe-form .subscribe-form-style .mc-form .clear input {
    width: auto;
    border: none;
    font-family: PoppinsSemiBold, sans-serif;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .75px;
    padding: 0
}

.subscribe-form .subscribe-form-style .mc-form .clear input:hover {
    color: #666555
}

@media only screen and (max-width: 767px) {
    .subscribe-form {
        margin-top: 15px
    }
}

.subscribe-form-2 .subscribe-form-style-2 {
    position: relative
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 {
    position: relative
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2::before {
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    font-family: simple-line-icons;
    content: "\e01e";
    z-index: 999;
    color: #000
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input {
    color: #bbb;
    padding: 2px 165px 2px 60px;
    background-color: #fff;
    border: none;
    height: 55px
}

@media only screen and (max-width: 767px) {
    .subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input {
        padding: 2px 113px 2px 60px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input {
        padding: 2px 135px 2px 60px
    }
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input::-moz-input-placeholder {
    color: #bbb;
    opacity: 1
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 input::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2.mc-form-2-bg-gray input {
    background-color: #f5f5f5
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .mc-news-2 {
    display: none
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2 input {
    width: auto;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .75px;
    padding: 0 30px;
    color: #fff;
    background-color: #000
}

@media only screen and (max-width: 767px) {
    .subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2 input {
        padding: 0 10px;
        font-size: 14px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2 input {
        padding: 0 20px
    }
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2 input:hover {
    background-color: #666555;
    color: #fff
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-purple input {
    background-color: #6f50a7
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-purple input:hover {
    background-color: #000
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-blue input {
    background-color: #0064e0
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-blue input:hover {
    background-color: #000
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-orange input {
    background-color: #666555
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-orange input:hover {
    background-color: #000
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-green-2 {
    right: -1px
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-green-2 input {
    background-color: #468707;
    min-height: 56px
}

.subscribe-form-2 .subscribe-form-style-2 .mc-form-2 .clear-2.clear-2-green-2 input:hover {
    background-color: #000
}

@media only screen and (max-width: 767px) {
    .subscribe-form-2 {
        margin-top: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-area.pt-95 {
        padding-top: 75px
    }

    .subscribe-area.pb-95 {
        padding-bottom: 75px
    }
}

@media only screen and (max-width: 767px) {
    .subscribe-area.pt-95 {
        padding-top: 55px
    }

    .subscribe-area.pb-95 {
        padding-bottom: 55px
    }
}

.contact-info-wrap .footer-logo {
    margin: 0 0 52px
}

@media only screen and (max-width: 767px) {
    .contact-info-wrap .footer-logo {
        margin: 0 0 30px
    }
}

.contact-info-wrap .footer-logo a {
    display: block
}

.contact-info-wrap .footer-logo a img {
    max-width: 100%
}

.contact-info-wrap .single-contact-info {
    margin: 0 0 30px
}

@media only screen and (max-width: 767px) {
    .contact-info-wrap .single-contact-info {
        margin: 0 0 20px
    }
}

.contact-info-wrap .single-contact-info span {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: block
}

.contact-info-wrap .single-contact-info p {
    font-size: 18px;
    color: #000;
    margin: 6px 0 0
}

.footer-right-wrap {
    text-align: right
}

@media only screen and (max-width: 767px) {
    .footer-right-wrap {
        text-align: left
    }
}

.footer-right-wrap .social-style-2.social-style-2-mrg {
    margin: 37px 0 86px
}

@media only screen and (max-width: 767px) {
    .footer-right-wrap .social-style-2.social-style-2-mrg {
        margin: 23px 0 25px
    }
}

.footer-right-wrap .social-style-2 a {
    display: inline-block;
    font-size: 16px;
    color: #999;
    border: 1px solid #cfcfcf;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin-right: 8px
}

.footer-right-wrap .social-style-2 a i {
    line-height: 40px
}

.footer-right-wrap .social-style-2 a:last-child {
    margin-right: 0
}

.footer-right-wrap .social-style-2 a:hover {
    color: #fff;
    border: 1px solid #666555;
    background-color: #666555
}

.footer-right-wrap .social-style-2.social-style-2-hover-black a:hover {
    color: #fff;
    border: 1px solid #000;
    background-color: #000
}

.footer-menu nav ul li {
    display: inline-block;
    margin-right: 47px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-menu nav ul li {
        margin-right: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-menu nav ul li {
        margin-right: 6px
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu nav ul li {
        margin-right: 5px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-menu nav ul li {
        margin-right: 15px
    }
}

.footer-menu nav ul li:last-child {
    margin-right: 0
}

.footer-menu nav ul li a {
    font-size: 16px;
    letter-spacing: .25px;
    color: #000;
    display: inline-block;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .footer-menu nav ul li a {
        font-size: 14px
    }
}

.footer-menu nav ul li a:hover {
    color: #666555
}

.footer-menu.footer-menu-mrg nav ul li {
    margin-right: 47px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-menu.footer-menu-mrg nav ul li {
        margin-right: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-menu.footer-menu-mrg nav ul li {
        margin-right: 35px
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu.footer-menu-mrg nav ul li {
        margin-right: 5px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-menu.footer-menu-mrg nav ul li {
        margin-right: 15px
    }
}

.footer-menu.footer-menu-mrg nav ul li:last-child {
    margin-right: 0
}

.footer-menu.footer-menu-hover-border nav ul li {
    position: relative
}

.footer-menu.footer-menu-hover-border nav ul li a {
    position: relative
}

.footer-menu.footer-menu-hover-border nav ul li a::after {
    content: "";
    height: 1px;
    right: 0;
    left: auto;
    width: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
    background-color: #000
}

.footer-menu.footer-menu-hover-border nav ul li a.active::after {
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    transition: width .3s ease-in
}

.footer-menu.footer-menu-hover-border nav ul li:hover > a {
    color: #000
}

.footer-menu.footer-menu-hover-border nav ul li:hover > a::after {
    left: 0;
    right: auto;
    width: 100%;
    -webkit-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    transition: width .3s ease-in
}

.copyright p {
    color: #999;
    letter-spacing: .25px
}

.copyright p a {
    color: #999
}

.copyright p a span {
    color: #666555
}

.copyright p a:hover {
    color: #666555
}

@media only screen and (max-width: 767px) {
    .copyright.copyright-center {
        text-align: center
    }
}

.social-style-3-wrap span {
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px
}

@media only screen and (max-width: 767px) {
    .social-style-3-wrap span {
        margin: 0 0 7px
    }
}

@media only screen and (max-width: 767px) {
    .social-style-3-wrap.xs-center {
        text-align: center
    }

    .social-style-3-wrap.xs-center .social-style-1 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-logo-mrg {
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .footer-logo-mrg {
        margin-bottom: 10px
    }
}

.contact-info-wrap-2 p {
    margin-bottom: 7px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info-wrap-2 p {
        margin: 0 auto 7px;
        width: 80%
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-wrap-2 {
        margin: 30px 0 30px
    }
}

.language-style-2-wrap.language-style-2-right {
    text-align: right
}

@media only screen and (max-width: 767px) {
    .language-style-2-wrap.language-style-2-right {
        text-align: center
    }
}

.language-style-2-wrap span {
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px
}

@media only screen and (max-width: 767px) {
    .language-style-2-wrap span {
        margin: 0 0 10px
    }
}

.language-style-2-wrap .language-style-2 a {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #999
}

.language-style-2-wrap .language-style-2 a:hover {
    color: #000
}

.language-style-2-wrap .language-style-2 a:last-child {
    margin-right: 0
}

.footer-middle-mrg {
    margin: 80px 0 75px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-middle-mrg {
        margin: 40px 0 35px
    }
}

@media only screen and (max-width: 767px) {
    .footer-middle-mrg {
        margin: 30px 0 25px
    }
}

.footer-widget {
    overflow: hidden
}

.footer-widget h3.footer-title {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: -.25px;
    margin: 0 0 40px;
    text-transform: uppercase
}

.footer-title a:hover {
    color: #666555
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget h3.footer-title {
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget h3.footer-title {
        margin: 0 0 20px
    }
}

.footer-widget .footer-info-list ul li {
    display: block;
    margin-bottom: 8px
}

.footer-widget .footer-info-list ul li:last-child {
    margin-bottom: 0
}

.footer-widget .footer-info-list ul li a {
    color: #666;
    display: block;
    line-height: 20px
}

.footer-widget .footer-info-list ul li a:hover {
    color: #000;
    text-decoration: underline
}

.footer-widget .footer-info-list.info-list-50-parcent ul li {
    width: 50%;
    float: left
}

.footer-widget .contact-info-2 .single-contact-info-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 12px
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i {
    font-size: 16px;
    color: #000
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content {
    margin-left: 13px
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p {
    color: #000;
    margin: 0 0 0
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 {
    font-size: 30px;
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555;
    margin: 19px 0 28px
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.purple {
    color: #6f50a7
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.blue {
    color: #0064e0
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.green-2 {
    color: #6aae27
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3.orange {
    color: #666555
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 {
        font-size: 23px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 {
        font-size: 16px;
        margin: 12px 0 4px
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3 {
        font-size: 20px;
        margin: 12px 0 5px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget.ml-70 {
        margin-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget.ml-70 {
        margin-left: 0
    }
}

.payment-img a {
    display: block
}

.payment-img a img {
    max-width: 100%
}

.payment-img.payment-img-right {
    text-align: right
}

@media only screen and (max-width: 767px) {
    .payment-img.payment-img-right {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .payment-img {
        margin-bottom: 15px;
        text-align: center
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area.pb-65 {
        padding-bottom: 45px
    }

    .footer-top.pb-55 {
        padding-bottom: 35px
    }
}

@media only screen and (max-width: 767px) {
    .footer-area.pb-65 {
        padding-bottom: 55px
    }

    .footer-area.pb-90 {
        padding-bottom: 55px
    }

    .footer-area.pt-85 {
        padding-top: 55px
    }

    .footer-area.pt-95 {
        padding-top: 55px
    }

    .footer-top.pb-55 {
        padding-bottom: 15px
    }
}

.instagram-tag span {
    font-size: 16px;
    color: #000
}

@media only screen and (max-width: 767px) {
    .instagram-tag {
        margin-top: 7px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .instagram-tag {
        margin-top: 0
    }
}

.instagram-style-1 .instagram_gallery .slick-list a {
    display: block;
    position: relative;
    margin: 0 2.5px
}

.instagram-style-1 .instagram_gallery .slick-list a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden
}

.instagram-style-1 .instagram_gallery .slick-list a::after {
    content: "\e609";
    font-family: simple-line-icons;
    position: absolute;
    font-size: 36px;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .instagram-style-1 .instagram_gallery .slick-list a::after {
        font-size: 28px
    }
}

@media only screen and (max-width: 767px) {
    .instagram-style-1 .instagram_gallery .slick-list a::after {
        font-size: 25px
    }
}

.instagram-style-1 .instagram_gallery .slick-list a img {
    width: 100%
}

.instagram-style-1 .instagram_gallery .slick-list a:hover:before {
    opacity: .4;
    visibility: visible
}

.instagram-style-1 .instagram_gallery .slick-list a:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.instagram-style-2 .instagram_gallery .slick-list a {
    display: block;
    overflow: hidden
}

.instagram-style-2 .instagram_gallery .slick-list a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.instagram-style-2 .instagram_gallery .slick-list a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.instagram-style-1 .instagram_gallery .slick-list a {
    display: block;
    position: relative;
    margin: 0 2.5px
}

.instagram-style-1 .instagram_gallery .slick-list a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden
}

.instagram-style-1 .instagram_gallery .slick-list a::after {
    content: "\e609";
    font-family: simple-line-icons;
    position: absolute;
    font-size: 36px;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .instagram-style-1 .instagram_gallery .slick-list a::after {
        font-size: 28px
    }
}

@media only screen and (max-width: 767px) {
    .instagram-style-1 .instagram_gallery .slick-list a::after {
        font-size: 25px
    }
}

.instagram-style-1 .instagram_gallery .slick-list a img {
    width: 100%
}

.instagram-style-1 .instagram_gallery .slick-list a:hover:before {
    opacity: .4;
    visibility: visible
}

.instagram-style-1 .instagram_gallery .slick-list a:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-area-pb {
    padding-bottom: 90px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area-pb {
        padding-bottom: 45px
    }
}

@media only screen and (max-width: 767px) {
    .blog-area-pb {
        padding-bottom: 20px
    }
}

.blog-wrap .blog-img {
    overflow: hidden
}

.blog-wrap .blog-img a {
    display: block
}

.blog-wrap .blog-img a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

@media only screen and (max-width: 767px) {
    .blog-wrap .blog-img.mb-25 {
        margin-bottom: 15px
    }

    .blog-wrap .blog-img.mb-20 {
        margin-bottom: 15px
    }
}

.blog-wrap .blog-content .blog-meta ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-wrap .blog-content .blog-meta ul li {
    margin-right: 30px;
    position: relative
}

.blog-wrap .blog-content .blog-meta ul li:before {
    position: absolute;
    content: "";
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #000
}

.blog-wrap .blog-content .blog-meta ul li:last-child {
    margin-right: 0
}

.blog-wrap .blog-content .blog-meta ul li:last-child:before {
    display: none
}

.blog-wrap .blog-content .blog-meta ul li a {
    color: #000;
    font-family: PoppinsSemiBold, sans-serif
}

.blog-wrap .blog-content .blog-meta ul li a:hover {
    color: #666555
}

.blog-wrap .blog-content h1, .blog-wrap .blog-content h3 {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 12px 0 0;
    line-height: 30px;
    letter-spacing: -.25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrap .blog-content h1, .blog-wrap .blog-content h3 {
        font-size: 17px;
        margin: 8px 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-wrap .blog-content h1, .blog-wrap .blog-content h3 {
        font-size: 18px;
        margin: 8px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrap .blog-content h1, .blog-wrap .blog-content h3 {
        font-size: 17px;
        margin: 5px 0 0;
        line-height: 28px
    }
}

.blog-wrap .blog-content h1 a, .blog-wrap .blog-content h3 a {
    color: #222
}

.blog-wrap .blog-content h1 a:hover, .blog-wrap .blog-content h3 a:hover {
    text-decoration: underline
}

.blog-wrap:hover .blog-img a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media only screen and (max-width: 767px) {
    .blog-wrap.mb-40 {
        margin-bottom: 30px
    }
}

.single-sidebar-blog {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px
}

.single-sidebar-blog .sidebar-blog-img {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-sidebar-blog .sidebar-blog-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-sidebar-blog .sidebar-blog-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

.single-sidebar-blog .sidebar-blog-img a {
    display: block
}

.single-sidebar-blog .sidebar-blog-img a img {
    width: 100%
}

.single-sidebar-blog .sidebar-blog-content h5 {
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 20px;
    margin: 0 0 3px
}

.single-sidebar-blog .sidebar-blog-content h5 a {
    color: #000
}

.single-sidebar-blog .sidebar-blog-content h5 a:hover {
    text-decoration: underline
}

.single-sidebar-blog .sidebar-blog-content span {
    font-size: 13px;
    color: #999
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-area.pb-80 {
        padding-bottom: 45px
    }

    .blog-area.pb-75 {
        padding-bottom: 35px
    }
}

@media only screen and (max-width: 767px) {
    .blog-area.pb-80 {
        padding-bottom: 25px
    }

    .blog-area.pb-75 {
        padding-bottom: 15px
    }
}

.download-app-content {
    margin-left: 100px;
    padding: 60px 0 65px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .download-app-content {
        margin-left: 70px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .download-app-content {
        margin-left: 50px
    }
}

@media only screen and (max-width: 767px) {
    .download-app-content {
        margin-left: 15px
    }
}

.download-app-content h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -.25px;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .download-app-content h2 {
        font-size: 20px;
        line-height: 25px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .download-app-content h2 {
        font-size: 23px
    }
}

.download-app-content p {
    font-size: 16px;
    margin: 15px 0 36px
}

@media only screen and (max-width: 767px) {
    .download-app-content p {
        margin: 12px 0 20px
    }
}

.download-app-content .app-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.download-app-content .app-img a {
    display: block
}

.download-app-content .app-img a img {
    max-width: 100%;
    margin-right: 20px
}

@media only screen and (max-width: 767px) {
    .download-app-content .app-img a img {
        width: 110px;
        margin-right: 10px
    }
}

.testimonial-border-1 {
    border: 1px solid #d9d9d9
}

.testimonial-padding-1 {
    padding: 35px 30px 30px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-padding-1 {
        padding: 35px 20px 30px
    }
}

.single-testimonial img {
    max-width: 100%
}

.single-testimonial p {
    color: #555;
    width: 100%;
    margin: 17px 0 23px
}

.single-testimonial .client-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 23px
}

.single-testimonial .client-info h5 {
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 1;
    margin: 0 6px 0 0
}

.single-testimonial .client-info span {
    color: #777;
    font-size: 13px;
    display: inline-block;
    line-height: 1
}

.tag-wrap a {
    display: inline-block;
    color: #555;
    line-height: 1;
    background-color: #f5f5f5;
    padding: 8px 13px 10px;
    margin: 0 1px 7px;
    border-radius: 3px;
    border: 1px solid transparent
}

.tag-wrap a:hover {
    background-color: transparent;
    border: 1px solid #6aae27;
    color: #6aae27
}

.modal-dialog {
    margin: 2% auto 8%;
    max-width: 960px;
    width: 960px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        width: 720px;
        max-width: 720px
    }
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 100%;
        max-width: 100%;
        padding: 35px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .modal-dialog {
        width: 480px;
        max-width: 480px;
        padding: 35px 0
    }
}

.modal-dialog .modal-header .close {
    color: #333;
    cursor: pointer;
    opacity: 1
}

.modal-dialog .modal-body {
    padding: 35px 15px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .modal-dialog .modal-body {
        padding: 35px 30px
    }
}

.modal-dialog .quickview-big-img img {
    width: 100%
}

.quickview-img img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .product-details-content {
        margin: 25px 0 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-details-content {
        margin: 30px 0 0
    }
}

.product-details-content h2 {
    font-size: 25px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .product-details-content h2 {
        font-size: 22px
    }
}

.product-details-content .product-ratting-review-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 10px
}

.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 35px;
    position: relative
}

.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18px;
    background-color: #bcbcbc;
    height: 15px;
    width: 1px
}

.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-ratting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-ratting i {
    font-size: 12px;
    color: #ff9806;
    margin-right: 2px
}

.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-digit {
    margin-left: 18px
}

.product-details-content .product-ratting-review-wrap .product-ratting-digit-wrap .product-digit span {
    font-size: 16px;
    color: #484848
}

.product-details-content .product-ratting-review-wrap .product-review-order span {
    font-size: 15px;
    margin-right: 10px
}

.product-details-content .product-ratting-review-wrap .product-review-order span:last-child {
    margin-right: 0
}

.product-details-content .product-ratting-review-wrap.product-ratting-mrg-none {
    margin: 33px 0 14px
}

@media only screen and (max-width: 767px) {
    .product-details-content .product-ratting-review-wrap.product-ratting-mrg-none {
        margin: 15px 0 14px
    }
}

.product-details-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 0
}

.product-details-content .pro-details-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 22px 0 22px
}

.product-details-content .pro-details-price span {
    font-size: 28px;
    font-weight: 500
}

.product-details-content .pro-details-price span.new-price {
    color: #666555
}

.product-details-content .pro-details-price span.old-price {
    text-decoration: line-through;
    font-size: 20px;
    color: #000;
    margin-left: 15px
}

.product-details-content .pro-details-price.pro-details-price-4 {
    margin: 0 0 25px
}

.product-details-content .pro-details-color-wrap {
    margin-bottom: 25px
}

.product-details-content .pro-details-color-wrap span {
    display: block;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 7px;
    line-height: 1;
    letter-spacing: .5px
}

.product-details-content .pro-details-size {
    margin-bottom: 20px
}

.product-details-content .pro-details-size span {
    display: block;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 7px;
    line-height: 1;
    letter-spacing: .5px
}

.product-details-content .pro-details-size .pro-details-size-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-details-content .pro-details-size .pro-details-size-content ul li {
    margin-right: 5px
}

.product-details-content .pro-details-size .pro-details-size-content ul li:last-child {
    margin-right: 0
}

.product-details-content .pro-details-size .pro-details-size-content ul li a {
    display: inline-block;
    border: 1px solid #e3e4e9;
    line-height: 1;
    width: 40px;
    height: 31px;
    text-align: center;
    line-height: 28px
}

.product-details-content .pro-details-size .pro-details-size-content ul li a:hover {
    background-color: #666555;
    color: #fff;
    border: 1px solid #666555
}

.product-details-content .pro-details-group {
    margin: 35px 0 25px
}

.product-details-content .pro-details-group .single-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px
}

.product-details-content .pro-details-group .single-group:last-child {
    margin-bottom: 0
}

.product-details-content .pro-details-group .single-group .pro-dec-title-price {
    margin-left: 10px
}

.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-title h5 {
    font-size: 15px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 5px
}

.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-title h5 a {
    color: #000
}

.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-price span {
    font-size: 16px;
    font-weight: 500
}

.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-price span.new-price {
    color: #666555
}

.product-details-content .pro-details-group .single-group .pro-dec-title-price .pro-dec-price span.old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #000;
    margin-left: 7px
}

.product-details-content .product-details-meta {
    margin: 11px 0 19px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .product-details-meta {
        margin: 20px 0 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .product-details-meta {
        margin: 20px 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content .product-details-meta {
        margin: 20px 0 20px
    }
}

.product-details-content .product-details-meta ul li {
    margin: 0 0 5px
}

.product-details-content .product-details-meta ul li:last-child {
    margin: 0 0 0
}

.product-details-content .product-details-meta ul li span {
    display: inline-block;
    width: 160px;
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: .5px
}

.product-details-content .product-details-meta ul li a {
    color: #1c1c1c
}

.product-details-content .product-details-meta ul li a:hover {
    color: #666555
}

.product-details-content .pro-details-action-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-action-wrap {
        display: block
    }
}

.product-details-content .pro-details-action-wrap.pro-details-action-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
    margin-right: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
        margin-right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
        margin-bottom: 20px
    }
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a, .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a:hover, .product-details-content .pro-details-action-wrap .pro-details-add-to-cart button {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    background-color: #000;
    padding: 18px 50px 17px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a, .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a:hover, .product-details-content .pro-details-action-wrap .pro-details-add-to-cart button {
        padding: 18px 30px 17px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a, .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a:hover, .product-details-content .pro-details-action-wrap .pro-details-add-to-cart button {
        padding: 14px 18px 15px
    }
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a:hover, .product-details-content .pro-details-action-wrap .pro-details-add-to-cart button:hover {
    background-color: #666555
}

.product-details-content .pro-details-action-wrap .pro-details-action {
    position: relative
}

.product-details-content .pro-details-action-wrap .pro-details-action > a {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    padding: 16px 18px 17px;
    color: #000;
    border: 1px solid #ededed;
    margin-right: 15px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content .pro-details-action-wrap .pro-details-action > a {
        padding: 16px 15px 17px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content .pro-details-action-wrap .pro-details-action > a {
        padding: 12px 14px 13px;
        margin-right: 5px
    }
}

.product-details-content .pro-details-action-wrap .pro-details-action > a:last-child {
    margin-right: 0
}

.product-details-content .pro-details-action-wrap .pro-details-action > a:hover {
    background-color: #666555;
    color: #fff
}

.product-details-content.pro-details-content-mrg .pro-details-price {
    margin: 22px 0 32px
}

.product-details-content.pro-details-content-mrg .pro-details-color-wrap {
    margin-bottom: 35px
}

.product-details-content.pro-details-content-mrg .pro-details-color-wrap span {
    font-size: 15px
}

.product-details-content.pro-details-content-mrg .pro-details-size {
    margin-bottom: 30px
}

.product-details-content.pro-details-content-mrg .pro-details-size span {
    font-size: 15px
}

.product-details-content.pro-details-content-mrg .pro-details-quality span {
    font-size: 15px
}

.product-details-content.pro-details-content-mrg .product-details-meta {
    margin: 21px 0 29px
}

.product-details-content.pro-details-content-mrg .product-details-meta ul li span {
    font-size: 15px
}

.pro-details-quality span {
    display: block;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 7px;
    letter-spacing: .5px
}

.pro-details-quality .cart-plus-minus {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative
}

.pro-details-quality .cart-plus-minus .qtybutton {
    color: #000;
    cursor: pointer;
    float: inherit;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    top: 0
}

.pro-details-quality .cart-plus-minus .qtybutton.dec {
    height: 31px;
    width: 31px;
    line-height: 31px;
    border: 1px solid #e3e4e9
}

.pro-details-quality .cart-plus-minus .qtybutton.inc {
    height: 31px;
    width: 31px;
    line-height: 31px;
    border: 1px solid #e3e4e9;
    right: 0
}

.pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #3a3a3a;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 31px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 92px
}

.pro-details-quality .cart-plus-minus input.cart-plus-minus-box.plus-minus-width-inc {
    width: 120px
}

.pro-details-color-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pro-details-color-content ul li {
    margin-right: 5px;
    display: inline-block
}

.pro-details-color-content ul li:last-child {
    margin-right: 0
}

.pro-details-color-content ul li a {
    width: 31px;
    height: 31px;
    font-size: 0;
    display: inline-block;
    border: 1px solid #e3e4e9;
    position: relative
}

.pro-details-color-content ul li a.active::before {
    color: #fff;
    content: "\e080";
    font-family: simple-line-icons;
    font-size: 20px;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.pro-details-color-content ul li a.white {
    background-color: #fff
}

.pro-details-color-content ul li a.azalea {
    background-color: #fbbbbb
}

.pro-details-color-content ul li a.dolly {
    background-color: #f3e66d
}

.pro-details-color-content ul li a.peach-orange {
    background-color: #ffcc8a
}

.pro-details-color-content ul li a.mona-lisa {
    background-color: #fb9696
}

.pro-details-color-content ul li a.cupid {
    background-color: #f5a8de
}

.pro-details-color-content ul li a.one {
    background-color: #d0ccf8
}

.pro-details-color-content ul li a.two {
    background-color: #b6e3f6
}

.pro-details-color-content ul li a.three {
    background-color: #d1d0ae
}

.pro-details-color-content ul li a.four {
    background-color: #bed4a5
}

.pro-details-color-content ul li a.five {
    background-color: #c4bb6c
}

.pro-details-color-content ul li a.six {
    background-color: #a0d1b7
}

.pro-details-color-content ul li a.seven {
    background-color: #e1a8a8
}

.pro-details-color-content ul li a.eight {
    background-color: #b8bbd4
}

.pro-details-color-content ul li a.nine {
    background-color: #a8a6b4
}

.pro-details-color-content ul li a.ten {
    background-color: #5d6061
}

@media only screen and (max-width: 767px) {
    .pro-details-color-content.mt-50 {
        margin-top: 20px
    }
}

.product-dec-social {
    position: absolute;
    bottom: -40px;
    right: -7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (max-width: 767px) {
    .product-dec-social {
        left: 0;
        right: auto
    }
}

.product-dec-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #000
}

.product-dec-social a.vkontakte {
    font-size: 23px;
    margin-right: 5px;
    top: 2px;
    position: relative
}

.product-dec-social a.twitter {
    font-size: 20px
}

.product-dec-social a.mymail {
    font-size: 22px;
    margin-left: 5px
}

.product-dec-social a.mymail .icon-mymail:before {
    position: relative;
    content: '@';
    top: -3px;
    font-size: 28px;
    font-style: normal;
    font-weight: 100
}

.product-dec-social a.instagram {
    background-color: #e4405f
}

.product-dec-social a.pinterest {
    background-color: #c32026
}

.product-dec-social.show {
    visibility: visible;
    opacity: 1;
    right: 15px
}

.quickview-slide-active a {
    display: block;
    margin: 0 5px
}

.quickview-slide-active a img {
    width: 100%
}

.easyzoom-style {
    position: relative
}

.easyzoom-style a.easyzoom-pop-up {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    z-index: 999
}

@media only screen and (max-width: 767px) {
    .easyzoom-style a.easyzoom-pop-up {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px
    }
}

.easyzoom-style a.easyzoom-pop-up i {
    line-height: 50px
}

@media only screen and (max-width: 767px) {
    .easyzoom-style a.easyzoom-pop-up i {
        line-height: 40px
    }
}

.easyzoom-style a.easyzoom-pop-up:hover {
    color: #666555
}

.easyzoom-style .easyzoom {
    display: block
}

.easyzoom-style .easyzoom > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.easyzoom-style .easyzoom > a img {
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.easyzoom-style .easyzoom-popup > a img {
    width: 100%
}

.product-dec-small-style1 {
    width: 420px;
    margin: 13px auto 0
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-dec-small-style1 {
        width: 400px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-dec-small-style1 {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-dec-small-style1 {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .product-dec-small-style1 {
        width: 100%
    }
}

.product-dec-small-style1 .product-dec-small {
    margin: 0 5px 0 5px;
    cursor: pointer
}

.product-dec-small-style1 .product-dec-small img {
    width: 100%;
    padding: 5px
}

.product-dec-small-style1 .product-dec-small.slick-active {
    border: 1px solid transparent
}

.product-dec-small-style1 .product-dec-small.slick-active.slick-current {
    border: 1px solid #666555
}

.product-dec-small-style1 .product-dec-small:last-child {
    margin: 0 0 0
}

.product-dec-small-style1 span {
    color: #262626;
    font-size: 10px;
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    width: 24px;
    height: 24px;
    line-height: 28px;
    border: 1px solid #979797;
    color: #1e1e1e;
    text-align: center;
    border-radius: 100%
}

.product-dec-small-style1 span:hover {
    color: #fff;
    border: 1px solid #666555;
    background-color: #666555
}

.product-dec-small-style1 span.pro-dec-prev {
    left: -5%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-dec-small-style1 span.pro-dec-prev {
        left: -4%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-dec-small-style1 span.pro-dec-prev {
        left: -4%
    }
}

@media only screen and (max-width: 767px) {
    .product-dec-small-style1 span.pro-dec-prev {
        left: -2%
    }
}

.product-dec-small-style1 span.pro-dec-next {
    left: auto;
    right: -4.7%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-dec-small-style1 span.pro-dec-next {
        right: -4%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-dec-small-style1 span.pro-dec-next {
        right: -4%
    }
}

@media only screen and (max-width: 767px) {
    .product-dec-small-style1 span.pro-dec-next {
        right: -2%
    }
}

.product-dec-small-style1 .slick-slide, .product-dec-small-style2 .slick-slide {
    border: 1px solid transparent
}

.dec-review-topbar {
    border-bottom: 1px solid #ebebeb;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dec-review-topbar a {
    display: inline-block;
    font-size: 18px;
    color: #000;
    padding: 0 30px 22px;
    margin: 0 14px 0 0;
    position: relative
}

.dec-review-topbar a:last-child {
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dec-review-topbar a {
        padding: 0 15px 22px;
        margin: 0 7px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-topbar a {
        padding: 0 10px 10px;
        margin: 0 0 10px 0;
        font-size: 16px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dec-review-topbar a {
        padding: 0 7px 10px
    }
}

.dec-review-topbar a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #666555;
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

.dec-review-topbar a.active {
    color: #666555;
    font-family: PoppinsSemiBold, sans-serif
}

.dec-review-topbar a.active:before {
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width: 767px) {
    .dec-review-topbar.mb-45 {
        margin-bottom: 25px
    }
}

.dec-review-topbar.dec-review-topbar-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none
}

.dec-review-bottom .description-wrap p {
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 20px
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .description-wrap p {
        font-size: 14px;
        margin: 0 0 18x;
        line-height: 27px
    }
}

.dec-review-bottom .description-wrap p:last-child {
    margin: 0 0 0
}

.dec-review-bottom .specification-wrap table {
    width: 100%
}

.dec-review-bottom .specification-wrap table tbody {
    border: 1px solid #f0f0f0;
    width: 100%
}

.dec-review-bottom .specification-wrap table tbody tr {
    border-bottom: 1px solid #f0f0f0
}

.dec-review-bottom .specification-wrap table tbody tr td {
    border-right: 1px solid #f0f0f0;
    font-size: 14px;
    color: #000;
    padding: 17px 30px
}

.dec-review-bottom .specification-wrap table tbody tr td.title {
    font-weight: 500;
    font-size: 15px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .specification-wrap table tbody tr td {
        padding: 17px 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dec-review-bottom .specification-wrap table tbody tr td {
        padding: 17px 20px
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .specification-wrap table tbody tr td {
        padding: 17px 15px
    }
}

.dec-review-bottom .specification-wrap table tbody tr td.width1 {
    width: 300px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .specification-wrap table tbody tr td.width1 {
        width: 200px
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .specification-wrap table tbody tr td.width1 {
        width: 100px
    }
}

.dec-review-bottom .review-wrapper h2 {
    font-size: 22px;
    margin: 0 0 25px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .review-wrapper h2 {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .review-wrapper h2 {
        font-size: 18px;
        margin: 0 0 18px
    }
}

.dec-review-bottom .single-review {
    margin: 0 0 60px;
    padding: 50px 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .single-review {
        padding: 50px 20px
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review {
        padding: 30px;
        display: block;
        margin: 0 0 30px
    }
}

.dec-review-bottom .single-review .review-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
}

.dec-review-bottom .single-review .review-content {
    margin-left: 20px
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review .review-content {
        margin-left: 0
    }
}

.dec-review-bottom .single-review .review-content .review-top-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review .review-content .review-top-wrap {
        display: block;
        margin: 10px 0 10px
    }
}

.dec-review-bottom .single-review .review-content .review-top-wrap .review-name h5 {
    font-size: 13px;
    margin: 0;
    color: #535353
}

.dec-review-bottom .single-review .review-content .review-top-wrap .review-name h5 span {
    font-family: PoppinsSemiBold, sans-serif;
    font-size: 14px;
    color: #000
}

.dec-review-bottom .single-review .review-content .review-top-wrap .review-rating {
    line-height: 1
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review .review-content .review-top-wrap .review-rating {
        margin: 10px 0 0
    }
}

.dec-review-bottom .single-review .review-content .review-top-wrap .review-rating i {
    font-size: 14px;
    color: #d5d6d8
}

.dec-review-bottom .single-review .review-content .review-top-wrap .review-rating i.yellow {
    color: #f5b223
}

.dec-review-bottom .single-review .review-content p {
    font-size: 15px;
    line-height: 28px;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review .review-content p {
        font-size: 15px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .dec-review-bottom .single-review.pro-details-9-single-review {
        padding: 50px 12px
    }
}

.dec-review-bottom .ratting-form-wrapper > span {
    display: block;
    line-height: 1;
    font-size: 16px
}

.dec-review-bottom .ratting-form-wrapper p {
    font-size: 14px;
    margin: 9px 0 0;
    color: #535353
}

.dec-review-bottom .ratting-form-wrapper p span {
    color: red
}

.dec-review-bottom .ratting-form-wrapper .ratting-form {
    margin: 30px 0 0
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 29px
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap .single-ratting-star {
    margin-right: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap .single-ratting-star a {
    color: #535353
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap .single-ratting-star:hover i {
    color: #f5b223
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style label {
    margin: 0 0 5px
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style label span {
    color: red
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style input, .dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea {
    background: 0 0;
    border: 1px solid #cdcdcd;
    height: 50px;
    padding: 5px 10px
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style input:focus, .dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea:focus {
    border: 1px solid #262626
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea {
    height: 150px
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit {
    margin-top: 20px
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit input {
    padding: 8px 35px;
    line-height: 30px;
    color: #fff;
    border-width: 0;
    font-family: PoppinsSemiBold, sans-serif;
    display: inline-block;
    width: auto;
    height: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #000
}

.dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit input:hover {
    background: #666555
}

.product-dec-left {
    position: relative;
    float: left;
    width: 115px;
    padding-right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-dec-left {
        width: 110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-dec-left {
        width: 135px
    }
}

@media only screen and (max-width: 767px) {
    .product-dec-left {
        width: 90px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-dec-left {
        width: 100px
    }
}

.product-dec-right {
    float: right;
    position: relative;
    width: calc(100% - 115px)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-dec-right {
        width: calc(100% - 110px)
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-dec-right {
        width: calc(100% - 135px)
    }
}

@media only screen and (max-width: 767px) {
    .product-dec-right {
        width: calc(100% - 90px)
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product-dec-right {
        width: calc(100% - 100px)
    }
}

.product-dec-small-style2 {
    text-align: center
}

.product-dec-small-style2 .product-dec-small {
    margin: 5px 0 5px 0;
    cursor: pointer
}

.product-dec-small-style2 .product-dec-small img {
    width: 100%
}

.product-dec-small-style2 .product-dec-small.slick-active {
    border: 1px solid transparent
}

.product-dec-small-style2 .product-dec-small.slick-active.slick-current {
    border: 1px solid #666555
}

.product-dec-small-style2 .product-dec-small:last-child {
    margin: 0 0 0
}

.product-dec-small-style2 span {
    color: #262626;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
    width: 24px;
    height: 24px;
    line-height: 28px;
    border: 1px solid #979797;
    color: #1e1e1e;
    text-align: center;
    border-radius: 100%;
    display: inline-block
}

.product-dec-small-style2 span:hover {
    color: #fff;
    border: 1px solid #666555;
    background-color: #666555
}

.sidebar-active.col-lg-6 {
    padding-left: 15px;
    padding-right: 15px
}

.sidebar-active.col-lg-6.is-affixed {
    padding-left: 0;
    padding-right: 0
}

.sidebar-active.col-lg-6.is-affixed .inner-wrapper-sticky {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pro-details-content-mt-md {
        margin-top: 40px
    }
}

@media only screen and (max-width: 767px) {
    .modal-header {
        padding: 10px 1rem
    }
}

.breadcrumb-area {
    padding: 5px 0
}

.breadcrumb-content ul li {
    display: inline-block;
    font-size: 14px;
    font-family: PoppinsMedium, sans-serif;
    color: #666555;
    margin-right: 18px;
    position: relative
}

.breadcrumb-content ul li::before {
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #5b5858;
    content: "";
    right: -21px;
    top: 12px;
    z-index: 9;
    -webkit-transform: rotate(115deg);
    -ms-transform: rotate(115deg);
    transform: rotate(115deg)
}

.breadcrumb-content ul li:last-child::before {
    display: none
}

.breadcrumb-content ul li a {
    color: #000;
    font-family: PoppinsSemiBold, sans-serif
}

.breadcrumb-content ul li a:hover {
    color: #666555
}

.sidebar-wrapper.sidebar-wrapper-mrg-left {
    margin-left: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-wrapper.sidebar-wrapper-mrg-left {
        margin-left: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper.sidebar-wrapper-mrg-left {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-wrapper.sidebar-wrapper-mrg-left {
        margin-left: 0
    }
}

.sidebar-wrapper.sidebar-wrapper-mrg-right {
    margin-right: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-wrapper.sidebar-wrapper-mrg-right {
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper.sidebar-wrapper-mrg-right {
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-wrapper.sidebar-wrapper-mrg-right {
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-wrapper {
        margin-top: 30px
    }
}

.sidebar-widget h4.sidebar-widget-title {
    font-size: 18px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0;
    line-height: 1
}

.sidebar-widget .sidebar-search .sidebar-search-form {
    position: relative
}

.sidebar-widget .sidebar-search .sidebar-search-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    height: 43px;
    padding: 2px 55px 2px 18px;
    color: #000
}

.sidebar-widget .sidebar-search .sidebar-search-form input::-moz-input-placeholder {
    color: #000;
    opacity: 1
}

.sidebar-widget .sidebar-search .sidebar-search-form input::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.sidebar-widget .sidebar-search .sidebar-search-form button {
    background: transparent none repeat scroll 0 0;
    border-color: #a1a5aa;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    padding: 1px 15px 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 17px
}

.sidebar-widget .sidebar-search .sidebar-search-form button:hover {
    color: #666555
}

.sidebar-widget .shop-catigory {
    margin-top: 18px
}

.sidebar-widget .shop-catigory ul li {
    margin-bottom: 10px
}

.sidebar-widget .shop-catigory ul li:last-child {
    margin-bottom: 0
}

.sidebar-widget .shop-catigory ul li a {
    color: #000;
    display: block
}

.sidebar-widget .shop-catigory ul li a:hover {
    color: #666555
}

.sidebar-widget .price-filter {
    margin-top: 15px
}

.sidebar-widget .price-filter span {
    display: block;
    margin: 0 0 16px
}

.sidebar-widget .price-filter .price-slider-amount input {
    background: 0 0;
    padding: 0;
    border: none;
    font-size: 15px;
    font-weight: 500
}

.sidebar-widget .price-filter #slider-range {
    background: #dbdbdb none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 5px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-top: 5px
}

.sidebar-widget .price-filter #slider-range span {
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s
}

.sidebar-widget .price-filter #slider-range .ui-slider-range {
    position: absolute;
    display: block;
    border: 0;
    background: #666555 none repeat scroll 0 0;
    border: none;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s
}

.sidebar-widget .price-filter #slider-range .ui-slider-handle {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    height: 15px;
    margin-left: 0;
    width: 15px;
    border: 4px solid #666555
}

.sidebar-widget .price-filter .price-slider-amount .label-input input {
    color: #000;
    height: 37px;
    width: inherit;
    max-width: 80px
}

.sidebar-widget .price-filter .price-slider-amount button {
    background-color: #000;
    border: medium none;
    color: #fff;
    line-height: 1;
    padding: 8px 16px;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.sidebar-widget .price-filter .price-slider-amount button:hover {
    background-color: #666555
}

.sidebar-widget .sidebar-widget-list ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 10px
}

.sidebar-widget .sidebar-widget-list ul li:last-child {
    padding: 0 0 0
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left {
    position: relative
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 0
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark {
    background-color: #666555;
    border: 2px solid #666555
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
    display: block
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #888
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
    content: "";
    position: absolute;
    display: none
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left .checkmark::after {
    left: 3px;
    top: 0;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sidebar-widget .sidebar-widget-list ul li a, .sidebar-widget .sidebar-widget-list ul li p {
    margin-left: 0;
    display: block;
    color: #000;
    margin-bottom: 8px
}

.sidebar-widget .sidebar-widget-list ul li a:hover {
    color: #666555
}

.sidebar-widget .sidebar-widget-list ul li a span, .sidebar-widget .sidebar-widget-list ul li p span {
    background-color: #eee;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 50px;
    float: right;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 13px;
    margin-right: 15px
}

.sidebar-widget .sidebar-widget-list ul li a:hover span {
    color: #fff;
    background-color: #666555
}

.sidebar-widget .sidebar-widget-tag {
    margin-top: 26px
}

.sidebar-widget .sidebar-widget-tag a {
    padding: 8px 12px 10px
}

.sidebar-widget .sidebar-widget-tag a:hover {
    border: 1px solid #666555;
    color: #666555
}

.sidebar-widget .recent-post {
    margin-top: 22px
}

.sidebar-widget .recent-post .single-sidebar-blog {
    margin-bottom: 18px
}

.sidebar-widget .archives-wrap {
    margin-top: 20px
}

.sidebar-widget .archives-wrap select {
    height: 40px;
    border: 1px solid #ebebeb;
    color: #000;
    cursor: pointer;
    padding: 2px 35px 2px 15px;
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url(../images/icon-img/select.png) no-repeat scroll right 18px center
}

.shop-sidebar-border {
    border-top: 1px solid #ebebeb
}

.shop-topbar-wrapper {
    border: 1px solid #e9e9e9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 5px 10px
}

@media only screen and (max-width: 767px) {
    .shop-topbar-wrapper {
        display: block;
        padding: 15px 15px;
        -webkit-box-pack: inherit;
        -webkit-justify-content: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit
    }
}

.shop-topbar-wrapper .shop-topbar-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.shop-topbar-wrapper .shop-topbar-left .view-mode {
    margin-right: 20px;
    line-height: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-topbar-wrapper .shop-topbar-left .view-mode {
        margin-right: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-topbar-wrapper .shop-topbar-left .view-mode {
        margin-right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .shop-topbar-wrapper .shop-topbar-left .view-mode {
        margin-right: 7px
    }
}

.shop-topbar-wrapper .shop-topbar-left .view-mode a {
    color: #000;
    font-size: 20px;
    display: inline-block;
    margin: 0 10px 0 0
}

.shop-topbar-wrapper .shop-topbar-left .view-mode a.active {
    color: #666555
}

.shop-topbar-wrapper .shop-topbar-left p {
    display: inline-block;
    margin: 0 0 0;
    color: #000
}

.shop-topbar-wrapper .product-sorting-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 767px) {
    .shop-topbar-wrapper .product-sorting-wrapper {
        display: block;
        -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        overflow: hidden;
        width: 100%
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-topbar-wrapper .product-sorting-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
    margin-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
        margin-left: 0;
        display: block;
        margin-bottom: 15px;
        margin-top: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-topbar-wrapper .product-sorting-wrapper .shorting-style {
        margin-left: 15px;
        margin-bottom: 0
    }
}

.shop-topbar-wrapper .product-sorting-wrapper .shorting-style label {
    color: #000;
    cursor: pointer;
    margin: 3px 11px 0 0;
    font-size: 14px;
    font-weight: 500
}

.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/General_Temp/shop.png) no-repeat scroll right 10px center;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    padding-left: 10px;
    width: 170px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
        width: 130px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
        width: 130px
    }
}

@media only screen and (max-width: 767px) {
    .shop-topbar-wrapper .product-sorting-wrapper .shorting-style select {
        width: 150px
    }
}

.shop-topbar-wrapper .product-sorting-wrapper .shorting-style select option {
    background: #fff;
    border: 0 solid #626262;
    padding-left: 10px;
    font-size: 14px
}

.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting {
    margin-left: 0
}

.shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
    width: 110px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
        width: 75px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
        width: 75px
    }
}

@media only screen and (max-width: 767px) {
    .shop-topbar-wrapper .product-sorting-wrapper .shorting-style.product-shorting select {
        width: 163px
    }
}

.shop-list-wrap .product-list-img {
    overflow: hidden;
    position: relative
}

.shop-list-wrap .product-list-img a {
    display: block
}

.shop-list-wrap .product-list-img a img {
    width: 100%
}

.shop-list-wrap .product-list-img .product-list-quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-top: 20px
}

.shop-list-wrap .product-list-img .product-list-quickview button {
    font-size: 16px;
    color: #000;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center
}

.shop-list-wrap .product-list-img .product-list-quickview button:hover {
    background-color: #666555;
    color: #fff;
    border: 1px solid #666555
}

.shop-list-wrap .shop-list-content h3 {
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0
}

.shop-list-wrap .shop-list-content h3 a {
    color: #000
}

.shop-list-wrap .shop-list-content h3 a:hover {
    color: #666555
}

.shop-list-wrap .shop-list-content .pro-list-price {
    margin: 15px 0 8px
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content .pro-list-price {
        margin: 10px 0 5px
    }
}

.shop-list-wrap .shop-list-content .pro-list-price span {
    font-size: 20px;
    color: #000;
    display: inline-block;
    margin: 0 4px
}

.shop-list-wrap .shop-list-content .pro-list-price span.new-price {
    color: #666555
}

.shop-list-wrap .shop-list-content .pro-list-price span.old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through
}

.shop-list-wrap .shop-list-content .product-list-rating-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.shop-list-wrap .shop-list-content .product-list-rating-wrap .product-list-rating i {
    color: #ff9806
}

.shop-list-wrap .shop-list-content .product-list-rating-wrap .product-list-rating i.gray {
    color: #ccc
}

.shop-list-wrap .shop-list-content .product-list-rating-wrap span {
    margin-left: 6px;
    color: #999
}

.shop-list-wrap .shop-list-content p {
    margin: 7px 0 20px
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content p {
        margin: 5px 0 15px
    }
}

.shop-list-wrap .shop-list-content .product-list-action button {
    font-size: 16px;
    color: #000;
    border: 1px solid #e6e6e6;
    background-color: #f7f8fa;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    margin-right: 10px
}

.shop-list-wrap .shop-list-content .product-list-action button:hover {
    background-color: #666555;
    color: #fff;
    border: 1px solid #666555
}

@media only screen and (max-width: 767px) {
    .shop-list-wrap .shop-list-content {
        margin-top: 15px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-list-wrap .shop-list-content {
        margin-top: 0
    }
}

.shop-list-wrap:hover .product-list-img .product-list-quickview {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.pro-pagination-style ul li {
    display: inline-block;
    margin: 0 4px
}

.pro-pagination-style ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    border-radius: 100%;
    color: #000;
    -webkit-box-shadow: 0 0 12px .8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 12px .8px rgba(0, 0, 0, .1)
}

.pro-pagination-style ul li a:hover {
    background-color: #666555;
    color: #fff
}

.pro-pagination-style ul li a.active {
    background-color: #666555;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pro-pagination-style ul li a.active:hover {
    background-color: #333
}

.pro-pagination-style ul li a.next, .pro-pagination-style ul li a.prev {
    background-color: #f0f4f6;
    color: #000;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pro-pagination-style ul li a.next:hover, .pro-pagination-style ul li a.prev:hover {
    background-color: #666555;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .pro-pagination-style.mt-10 {
        margin-top: 0
    }
}

.single-store h3 {
    font-size: 22px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: inherit;
    line-height: 28px;
    margin-bottom: 15px
}

@media only screen and (max-width: 767px) {
    .single-store h3 {
        font-size: 20px;
        margin-bottom: 8px
    }
}

.single-store ul li {
    margin-bottom: 3px;
    color: #000
}

.single-store ul li:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-store.mb-50 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 767px) {
    .single-store.mb-50 {
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-location.pb-65 {
        padding-bottom: 37px
    }
}

@media only screen and (max-width: 767px) {
    .shop-location.pb-65 {
        padding-bottom: 27px
    }
}

h3.cart-page-title {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 15px
}

.cart-table-content table {
    border: 1px solid #ebebeb
}

@media only screen and (max-width: 767px) {
    .cart-table-content table {
        width: 100%
    }
}

.cart-table-content table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb
}

@media only screen and (max-width: 767px) {
    .cart-table-content table thead > tr {
        width: 100%;
        display: block;
        padding: 10px 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-table-content table thead > tr {
        width: inherit;
        display: inline-block;
        padding: 10px 0
    }
}

.cart-table-content table thead > tr th {
    border-top: medium none;
    font-size: 16px;
    font-family: PoppinsMedium, sans-serif;
    padding: 21px 45px 22px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-table-content table thead > tr th {
        padding: 21px 35px 22px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table thead > tr th {
        padding: 21px 15px 22px
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table thead > tr th {
        padding: 0 20px 5px;
        width: 100%;
        display: block
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-table-content table thead > tr th {
        width: inherit;
        display: inline-block
    }
}

.cart-table-content table tbody > tr {
    border-bottom: 1px solid #ebebeb
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-table-content table tbody > tr {
        width: 50%;
        float: left
    }
}

.cart-table-content table tbody > tr td.product-thumbnail {
    width: 150px
}

.cart-table-content table tbody > tr td.product-thumbnail img {
    max-width: 200px
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-thumbnail {
        width: 100%;
        display: block;
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 5px
    }
}

.cart-table-content table tbody > tr td.product-name {
    width: 435px
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-name {
        width: 100%;
        display: block;
        overflow: hidden
    }
}

.cart-table-content table tbody > tr td.product-name a {
    font-size: 15px
}

.cart-table-content table tbody > tr td.product-name a:hover {
    color: #666555
}

.cart-table-content table tbody > tr td.product-price-cart {
    width: 435px
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-price-cart {
        width: 100%;
        display: block;
        overflow: hidden
    }
}

.cart-table-content table tbody > tr td.product-price-cart span {
    font-weight: 500
}

.cart-table-content table tbody > tr td.product-quantity {
    width: 435px
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-quantity {
        width: 100%;
        display: block;
        overflow: hidden
    }
}

.cart-table-content table tbody > tr td.product-remove {
    width: 100px
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-remove {
        width: 100%;
        display: block;
        overflow: hidden;
        padding-bottom: 21px
    }
}

.cart-table-content table tbody > tr td.product-remove a {
    font-size: 20px
}

.cart-table-content table tbody > tr td.product-remove a:hover {
    color: #666555
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.product-wishlist-cart {
        padding-bottom: 30px
    }
}

.cart-table-content table tbody > tr td.product-wishlist-cart > a {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 1;
    padding: 10px 12px 11px;
    display: inline-block;
    text-transform: inherit
}

.cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
    background-color: #666555
}

.cart-table-content table tbody > tr td {
    font-size: 15px;
    padding: 30px 0;
    text-align: center;
    font-weight: 500
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody > tr td {
        padding: 30px 0 30px 10px
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td {
        padding: 6px 0 6px 0;
        width: 100%;
        display: block;
        overflow: hidden
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-table-content table tbody > tr td {
        text-align: left;
        padding: 6px 20px 6px 20px
    }
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 55px
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: block;
        padding: 30px 0 15px
    }
}

.cart-shiping-update-wrapper .cart-clear > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-shiping-update > a {
    background-color: #f2f2f2;
    display: inline-block;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 1;
    padding: 18px 40px 17px;
    text-transform: inherit;
    letter-spacing: .3px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-clear > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-shiping-update > a {
        padding: 18px 25px 17px
    }
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .cart-clear > a, .cart-shiping-update-wrapper .cart-clear > button, .cart-shiping-update-wrapper .cart-shiping-update > a {
        padding: 18px 40px 17px;
        margin: 0 0 15px
    }
}

.cart-shiping-update-wrapper .cart-clear > a:hover, .cart-shiping-update-wrapper .cart-clear > button:hover, .cart-shiping-update-wrapper .cart-shiping-update > a:hover {
    background-color: #666555;
    color: #fff
}

.cart-shiping-update-wrapper .cart-clear > button {
    border: medium none;
    cursor: pointer;
    margin-right: 27px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-shiping-update-wrapper .cart-clear > button {
        margin-right: 15px
    }
}

.cart-tax, .discount-code-wrapper {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-tax, .discount-code-wrapper {
        padding: 45px 18px 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-tax, .discount-code-wrapper {
        padding: 45px 20px 50px
    }
}

@media only screen and (max-width: 767px) {
    .cart-tax, .discount-code-wrapper {
        padding: 45px 18px 50px
    }
}

.cart-tax .title-wrap, .discount-code-wrapper .title-wrap {
    position: relative
}

.cart-tax .title-wrap::before, .discount-code-wrapper .title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 1
}

.cart-tax .title-wrap h4.cart-bottom-title, .discount-code-wrapper .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0;
    padding-right: 18px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-tax .title-wrap h4.cart-bottom-title, .discount-code-wrapper .title-wrap h4.cart-bottom-title {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .cart-tax .title-wrap h4.cart-bottom-title, .discount-code-wrapper .title-wrap h4.cart-bottom-title {
        font-size: 17px
    }
}

.cart-tax .title-wrap .section-bg-gray, .discount-code-wrapper .title-wrap .section-bg-gray {
    background-color: #f8f9f9;
    position: relative;
    z-index: 99
}

.cart-tax .tax-wrapper, .discount-code-wrapper .tax-wrapper {
    margin-top: 22px
}

.cart-tax .tax-wrapper p, .discount-code-wrapper .tax-wrapper p {
    margin: 0
}

.cart-tax .tax-wrapper .tax-select-wrapper, .discount-code-wrapper .tax-wrapper .tax-select-wrapper {
    margin: 5px 0 0
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select, .discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select {
    margin: 0 0 26px
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select label, .discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select label {
    font-size: 14px;
    margin: 0 0 5px;
    font-family: PoppinsMedium, sans-serif
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select select, .discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/icon-img/cart.png) no-repeat scroll right 18px center;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #242424;
    font-size: 13px;
    height: 40px;
    padding: 0 50px 0 15px;
    width: 100%;
    cursor: pointer
}

.cart-tax .tax-wrapper .tax-select-wrapper .tax-select input, .discount-code-wrapper .tax-wrapper .tax-select-wrapper .tax-select input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 40px
}

.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2, .discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2, .gen-btn {
    background-color: #000 !important;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: .3px;
    padding: 12px 40px 13px;
    text-transform: inherit;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover, .discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2:hover, .gen-btn:hover {
    background-color: #666555 !important
}

.cart-tax .discount-code, .discount-code-wrapper .discount-code {
    margin: 21px 0 0
}

.cart-tax .discount-code p, .discount-code-wrapper .discount-code p {
    margin: 0 0 15px
}

.cart-tax .discount-code form input, .discount-code-wrapper .discount-code form input {
    background: #fff;
    border: 1px solid #ebebeb;
    height: 40px;
    margin-bottom: 30px;
    padding-left: 10px
}

.cart-tax .discount-code form button.cart-btn-2, .discount-code-wrapper .discount-code form button.cart-btn-2 {
    background-color: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    padding: 12px 40px 13px;
    text-transform: inherit;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.cart-tax .discount-code form button.cart-btn-2:hover, .discount-code-wrapper .discount-code form button.cart-btn-2:hover {
    background-color: #666555
}

.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 45px 30px 50px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .grand-totall {
        padding: 45px 18px 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand-totall {
        padding: 45px 20px 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand-totall {
        margin-top: 30px
    }
}

.grand-totall .title-wrap {
    position: relative
}

.grand-totall .title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 1
}

.grand-totall .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 18px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0;
    padding-right: 18px
}

.grand-totall .title-wrap .section-bg-gary-cart {
    background-color: #f9f9f9;
    position: relative;
    z-index: 9
}

.grand-totall h5 {
    font-size: 14px;
    margin: 36px 0 27px;
    font-family: PoppinsSemiBold, sans-serif
}

.grand-totall h5 span {
    float: right;
    font-size: 18px;
    font-weight: 500
}

.grand-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    padding: 28px 0
}

.grand-totall .total-shipping h5 {
    font-size: 14px;
    margin: 0
}

.grand-totall .total-shipping ul {
    padding: 19px 0 0 0
}

.grand-totall .total-shipping ul li {
    color: #242424;
    list-style: outside none none;
    margin: 0 0 6px
}

.grand-totall .total-shipping ul li:last-child {
    margin: 0 0 0
}

.grand-totall .total-shipping ul li input {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 5px !important;
    color: #626262;
    cursor: pointer;
    height: 13px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: 2px;
    width: 13px
}

.grand-totall .total-shipping ul li span {
    float: right
}

.grand-totall h4.grand-totall-title {
    color: #666555;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px
}

.grand-totall h4.grand-totall-title span {
    float: right
}

.grand-totall a {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 1;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: inherit;
    letter-spacing: .3px
}

.grand-totall a:hover {
    background-color: #666555
}

@media only screen and (max-width: 767px) {
    .discount-code-wrapper {
        margin: 30px 0
    }
}

.compare-table .table tbody tr {
    margin-bottom: 20px
}

.compare-table .table tbody tr td {
    padding: 20px 20px;
    vertical-align: middle;
    border-color: #ccc
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compare-table .table tbody tr td {
        padding: 20px 15px
    }
}

@media only screen and (max-width: 767px) {
    .compare-table .table tbody tr td {
        padding: 10px 20px;
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px
    }
}

.compare-table .table tbody tr td.first-column {
    min-width: 175px;
    font-size: 16px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compare-table .table tbody tr td.first-column {
        min-width: 110px
    }
}

@media only screen and (max-width: 767px) {
    .compare-table .table tbody tr td.first-column {
        min-width: 100%;
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
        margin-top: 35px
    }
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    text-align: left
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .compare-table .table tbody tr td.product-image-title {
        min-width: 210px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compare-table .table tbody tr td.product-image-title {
        min-width: 110px
    }
}

@media only screen and (max-width: 767px) {
    .compare-table .table tbody tr td.product-image-title {
        min-width: 100%;
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 20px
    }
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block
}

.compare-table .table tbody tr td.product-image-title .image img {
    width: 100%
}

.compare-table .table tbody tr td.product-image-title .category {
    float: left;
    clear: both;
    color: #666555;
    text-transform: inherit;
    letter-spacing: .5px
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    line-height: 1.2;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: inherit;
    margin-top: 5px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .compare-table .table tbody tr td.product-image-title .title {
        font-size: 16px
    }
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #666555
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0
}

.compare-table .table tbody tr td a.check-btn {
    color: #000;
    font-size: 15px
}

.compare-table .table tbody tr td a.check-btn:hover {
    color: #666555
}

.compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-stock {
    font-size: 15px;
    font-family: PoppinsMedium, sans-serif;
    color: #000
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer
}

.compare-table .table tbody tr td.pro-remove button:hover {
    color: #666555
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px
}

.compare-table .table tbody tr td.pro-ratting i {
    color: #e7a415
}

@media only screen and (max-width: 767px) {
    .compare-page-wrapper.pt-90 {
        padding-top: 20px
    }
}

.customer-zone > p {
    font-size: 15px;
    position: relative;
    padding: 14px 30px 14px 60px;
    background-color: #eeeff2;
    margin: 0;
    position: relative;
    color: #000
}

.customer-zone > p a {
    color: #000
}

.customer-zone > p a:hover {
    color: #666555
}

@media only screen and (max-width: 767px) {
    .customer-zone > p {
        padding: 14px 30px 14px 40px
    }
}

.customer-zone > p:before {
    content: "\e005";
    display: inline-block;
    position: absolute;
    font-family: simple-line-icons;
    left: 15px;
    top: 12px;
    font-size: 18px
}

.checkout-login-info {
    margin: 20px 0 0;
    display: none
}

.checkout-login-info p {
    font-size: 14px;
    margin: 0 0 12px
}

.checkout-login-info form {
    display: block;
    overflow: hidden
}

.checkout-login-info form .sin-checkout-login {
    margin-bottom: 30px
}

.checkout-login-info form .sin-checkout-login label {
    font-size: 14px;
    text-transform: inherit;
    margin: 0 0 5px
}

.checkout-login-info form .sin-checkout-login label span {
    color: red
}

.checkout-login-info form .sin-checkout-login input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent
}

.checkout-login-info form .sin-checkout-login input:focus {
    border: 1px solid #343538
}

.checkout-login-info form .button-remember-wrap {
    display: block;
    overflow: hidden
}

.checkout-login-info form .button-remember-wrap button {
    border: 1px solid #aaa;
    font-size: 13px;
    padding: 10px 30px 9px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    text-transform: uppercase
}

.checkout-login-info form .button-remember-wrap button:hover {
    background-color: #666555;
    color: #fff;
    border: 1px solid #666555
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0 0
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input {
    height: 15px;
    margin: 0;
    position: relative;
    top: 5px;
    width: 17px
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label {
    font-size: 14px;
    margin: 0 0 0 5px
}

.checkout-login-info form .lost-password {
    margin: 20px 0 11px
}

.checkout-login-info form .lost-password a {
    font-size: 14px
}

.checkout-login-info .checkout-login-social span {
    font-size: 14px;
    margin: 0 0 13px;
    display: block
}

.checkout-login-info .checkout-login-social ul li {
    display: inline-block;
    margin: 0 14px 0 0
}

.checkout-login-info .checkout-login-social ul li:last-child {
    margin: 0
}

@media only screen and (max-width: 767px) {
    .checkout-login-info .checkout-login-social ul li {
        margin: 0 5px 0 0
    }
}

.checkout-login-info .checkout-login-social ul li a {
    background-color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    float: left;
    font-size: 13px;
    padding: 20px;
    padding: 24px 106px 25px;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout-login-info .checkout-login-social ul li a {
        padding: 24px 70px 25px
    }
}

@media only screen and (max-width: 767px) {
    .checkout-login-info .checkout-login-social ul li a {
        padding: 15px 13px 16px
    }
}

.checkout-login-info .checkout-login-social ul li a:hover {
    background-color: #666555;
    color: #fff
}

.checkout-login-info2 {
    display: none;
    margin: 20px 0 0
}

.checkout-login-info2 ul li {
    display: inline-block
}

.checkout-login-info2 ul li a {
    color: #8a8a8a;
    font-size: 12px
}

.checkout-login-info2 ul li a:hover {
    color: #666555
}

.checkout-login-info3 {
    display: none;
    margin-top: 20px
}

.checkout-login-info3 form input[type=text] {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    width: 48%;
    font-size: 14px;
    padding: 0 20px
}

.checkout-login-info3 form input[type=text]:focus {
    border: 1px solid #1f2226
}

.checkout-login-info3 form input[type=submit] {
    background: #1f2226 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 50px;
    margin-left: 6px;
    padding: 5px 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: PoppinsSemiBold, sans-serif;
    width: inherit
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .checkout-login-info3 form input[type=submit] {
        padding: 5px 15px
    }
}

@media only screen and (max-width: 767px) {
    .checkout-login-info3 form input[type=submit] {
        padding: 5px 16px
    }
}

.checkout-login-info3 form input[type=submit]:hover {
    background-color: #666555
}

.billing-info-wrap h3 {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    position: relative;
    margin: 0 0 55px;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap h3 {
        margin-bottom: 40px
    }
}

.billing-info-wrap h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: #666555;
    width: 50px;
    height: 2px
}

.billing-info-wrap .billing-info label {
    font-size: 14px;
    display: block;
    margin: 0 0 5px
}

.billing-info-wrap .billing-info label abbr {
    color: red
}

.billing-info-wrap .billing-info input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 14px
}

.billing-info-wrap .billing-info input:focus {
    border: 1px solid #343538
}

.billing-info-wrap .billing-info input.billing-address {
    margin-bottom: 20px
}

.billing-info-wrap .billing-select label {
    font-size: 14px;
    text-transform: inherit;
    display: block;
    margin: 0 0 5px
}

.billing-info-wrap .billing-select label abbr {
    color: red
}

.billing-info-wrap .billing-select select {
    border: 1px solid #e6e6e6;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #333;
    font-size: 14px;
    height: 50px;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0) url(../images/icon-img/select.png) no-repeat scroll right 18px center;
    cursor: pointer
}

.billing-info-wrap .billing-select select option {
    background: #fff;
    border: 0 solid #626262;
    padding-left: 10px;
    color: #333;
    font-size: 12px
}

.billing-info-wrap .checkout-account input {
    border: 1px solid #9fa0a2;
    display: inline-block;
    float: left;
    height: 10px;
    width: 10px;
    position: relative;
    top: 6px;
    color: #333
}

.billing-info-wrap .checkout-account span {
    color: #333;
    font-family: PoppinsMedium, sans-serif;
    margin: 0 0 0 12px;
    font-size: 14px;
    text-transform: uppercase
}

.billing-info-wrap .checkout-account-toggle label {
    font-size: 14px;
    text-transform: inherit;
    display: block;
    margin: 0 0 5px
}

.billing-info-wrap .checkout-account-toggle label abbr {
    color: red
}

.billing-info-wrap .checkout-account-toggle input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    padding: 2px 20px
}

.billing-info-wrap .checkout-account-toggle input:focus {
    border: 1px solid #343538
}

.billing-info-wrap .different-address {
    display: none
}

.billing-info-wrap .additional-info-wrap {
    margin: 22px 0 0
}

.billing-info-wrap .additional-info-wrap label {
    color: #010225;
    font-size: 14px;
    display: block;
    margin: 0 0 5px
}

.billing-info-wrap .additional-info-wrap textarea {
    min-height: 120px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    padding: 20px;
    color: #333;
    font-size: 14px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .billing-info-wrap.mr-50 {
        margin-right: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .billing-info-wrap.mr-50 {
        margin-right: 0
    }
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap.mr-50 {
        margin-right: 0
    }
}

.your-order-area {
    padding: 40px 50px 50px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border-color: rgba(52, 53, 56, .1)
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area {
        padding: 40px 25px 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area {
        padding: 40px 12px 50px;
        margin-top: 30px
    }
}

.your-order-area h3 {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    position: relative;
    margin: 0 0 45px;
    text-transform: uppercase
}

.your-order-area h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: #666555;
    width: 50px;
    height: 2px
}

.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8
}

.your-order-area .your-order-wrap .your-order-info ul li {
    font-size: 14px;
    padding: 0 0 7px;
    text-transform: uppercase;
    font-weight: 500
}

.your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
    color: #666555
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal {
    padding: 15px 0 10px
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
    font-size: 16px
}

.your-order-area .your-order-wrap .your-order-info.order-shipping {
    padding: 15px 0 13px;
    display: block;
    overflow: hidden
}

.your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
    float: right;
    font-size: 14px;
    text-align: right;
    color: #333;
    text-transform: inherit
}

.your-order-area .your-order-wrap .your-order-info.order-total {
    padding: 15px 0 10px
}

.your-order-area .your-order-wrap .your-order-info.order-total ul li span {
    font-size: 16px
}

.your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0 23px
}

.your-order-area .your-order-wrap .your-order-middle ul li {
    font-size: 14px;
    margin: 0 0 11px
}

.your-order-area .your-order-wrap .your-order-middle ul li:last-child {
    margin-bottom: 0
}

.your-order-area .your-order-wrap .your-order-middle ul li span {
    float: right;
    font-size: 16px
}

.your-order-area .your-order-wrap .payment-method {
    margin: 40px 0 0
}

.your-order-area .your-order-wrap .payment-method .sin-payment {
    margin-bottom: 20px
}

.your-order-area .your-order-wrap .payment-method .sin-payment input {
    width: auto;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 5px
}

.your-order-area .your-order-wrap .payment-method .sin-payment label {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap .payment-method .sin-payment label {
        display: block
    }
}

.your-order-area .your-order-wrap .payment-method .sin-payment label img {
    max-width: 140px;
    display: inline-block;
    margin: 0 5px
}

.your-order-area .your-order-wrap .payment-method .sin-payment label a {
    text-decoration: underline
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
    margin: 6px 0 0;
    display: none
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
    font-size: 14px;
    margin: 0
}

.your-order-area .Place-order {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .your-order-area .Place-order {
        margin-top: 20px
    }
}

.your-order-area .Place-order a {
    background-color: #666555;
    display: block;
    cursor: pointer;
    padding: 16px 50px 17px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    text-align: center
}

.your-order-area .Place-order a:hover {
    background-color: #333
}

@media only screen and (max-width: 767px) {
    .checkout-main-area.pb-70 {
        padding-bottom: 50px
    }
}

.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.myaccount-tab-menu a {
    border: 1px solid #ccc;
    border-bottom: none;
    font-family: PoppinsSemiBold, sans-serif;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #ccc
}

.myaccount-tab-menu a.active, .myaccount-tab-menu a:hover {
    background-color: #666555;
    border-color: #666555;
    color: #fff
}

.myaccount-tab-menu a i.fa {
    font-size: 14px;
    text-align: center;
    width: 25px
}

@media only screen and (max-width: 767px) {
    #myaccountContent {
        margin-top: 30px
    }
}

.myaccount-content {
    border: 1px solid #eee;
    padding: 30px
}

@media only screen and (max-width: 767px) {
    .myaccount-content {
        padding: 20px 15px
    }
}

.myaccount-content form {
    margin-top: -20px
}

.myaccount-content h3 {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-family: PoppinsSemiBold, sans-serif
}

.myaccount-content .welcome a:hover {
    color: #666555
}

.myaccount-content .welcome strong {
    font-family: PoppinsSemiBold, sans-serif;
    color: #666555
}

.myaccount-content fieldset {
    margin-top: 20px
}

.myaccount-content fieldset legend {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.myaccount-content .account-details-form {
    margin-top: 50px
}

.myaccount-content .account-details-form .single-input-item {
    margin-bottom: 20px
}

.myaccount-content .account-details-form .single-input-item label {
    font-size: 14px;
    display: block;
    margin: 0 0 5px
}

.myaccount-content .account-details-form .single-input-item input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 13px
}

.myaccount-content .account-details-form .single-input-item input:focus {
    border: 1px solid #343538
}

.myaccount-content .account-details-form .single-input-item button, .myaccount-content .account-details-form .single-input-item input.sqr-btn, button.sqr-btn.ms2_link, input.sqr-btn {
    border: none;
    background-color: #666555;
    text-transform: uppercase;
    font-family: PoppinsSemiBold, sans-serif;
    padding: 9px 25px;
    color: #fff;
    font-size: 13px
}

.myaccount-content .account-details-form .single-input-item input.sqr-btn, button.sqr-btn.ms2_link, input.sqr-btn {
    width: initial;
    padding: 0 25px;
    height: 40px
}

.myaccount-content .account-details-form .single-input-item button:hover {
    background-color: #1f2226
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px
}

.myaccount-table .table th, .myaccount-table table th {
    padding: 10px;
    font-family: PoppinsSemiBold, sans-serif;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
    color: #1f2226
}

.myaccount-table .table td, .myaccount-table table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc
}

.saved-message {
    background-color: #fff;
    border-top: 3px solid #666555;
    font-size: 14px;
    padding: 20px 0;
    color: #333
}

.login-register-wrapper .login-register-tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-register-tab-list {
        margin-bottom: 20px
    }
}

.login-register-wrapper .login-register-tab-list a {
    position: relative
}

.login-register-wrapper .login-register-tab-list a::before {
    background-color: #454545;
    bottom: 5px;
    content: "";
    height: 18px;
    margin: 0 auto;
    position: absolute;
    right: -2px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 1px
}

.login-register-wrapper .login-register-tab-list a h4 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 20px;
    text-transform: inherit;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.login-register-wrapper .login-register-tab-list a:last-child::before {
    display: none
}

.login-register-wrapper .login-register-tab-list a.active h4 {
    color: #666555
}

.login-register-wrapper .login-form-container {
    background: transparent none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    padding: 80px;
    text-align: left
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-wrapper .login-form-container {
        padding: 80px 50px
    }
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container {
        padding: 40px 15px
    }
}

.login-register-wrapper .login-form-container .login-register-form form input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
    color: #010225
}

.login-register-wrapper .login-form-container .login-register-form form input[type=checkbox] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 2px;
    width: 17px;
    color: #010225
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
    padding: 10px 0 19px
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
    font-size: 15px;
    font-family: PoppinsMedium, sans-serif
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
        font-size: 14px
    }
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
    float: right;
    font-size: 15px;
    color: #010225;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
        font-size: 14px
    }
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {
    color: #666555
}

.login-register-wrapper .login-form-container .login-register-form form .button-box button {
    background-color: #666555;
    color: #fff;
    border: medium none;
    cursor: pointer;
    font-size: 14px;
    font-family: PoppinsSemiBold, sans-serif;
    line-height: 1;
    padding: 13px 30px 13px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.login-register-wrapper .login-form-container .login-register-form form .button-box button:hover {
    background-color: #010225
}

@media only screen and (max-width: 767px) {
    .login-register-area.pb-100 {
        padding-bottom: 60px
    }
}

.login-register-wrapper label {
    display: inline
}

.login-register-wrapper .form-control {
    display: inline
}

.contact-info-wrap-3 h3, .get-in-touch-wrap h3 {
    text-transform: inherit;
    font-size: 25px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 30px
}

@media only screen and (max-width: 767px) {
    .contact-info-wrap-3 h3, .get-in-touch-wrap h3 {
        margin: 0 0 24px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info-wrap-3.pb-85, .get-in-touch-wrap.pb-85 {
        padding-bottom: 45px
    }
}

@media only screen and (max-width: 767px) {
    .contact-info-wrap-3.pb-85, .get-in-touch-wrap.pb-85 {
        padding-bottom: 25px
    }
}

.single-contact-info-3 {
    background-color: #f7f7f7;
    padding: 48px 10px 49px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info-3 {
        padding: 28px 20px 29px
    }
}

.single-contact-info-3 > i {
    font-size: 24px;
    color: #666555;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block
}

.single-contact-info-3 h4 {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    letter-spacing: .4px;
    text-transform: inherit;
    margin: 19px 0 10px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info-3 h4 {
        font-size: 18px;
        margin: 12px 0 10px
    }
}

.single-contact-info-3 p {
    letter-spacing: .4px;
    font-size: 15px;
    color: #000
}

.single-contact-info-3 ul li {
    border-bottom: 2px solid #fff;
    letter-spacing: .4px;
    margin-bottom: 23px;
    padding-bottom: 26px;
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info-3 ul li {
        display: block;
        margin-bottom: 11px;
        padding-bottom: 11px
    }
}

.single-contact-info-3 ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.single-contact-info-3 ul li i {
    font-size: 24px;
    margin-right: 7px;
    color: #666555;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info-3 ul li i {
        display: block;
        margin-right: 0;
        margin-bottom: 3px
    }
}

.single-contact-info-3 ul li a {
    color: #000
}

.single-contact-info-3 ul li a:hover {
    color: #666555
}

.single-contact-info-3 ul li:hover i {
    -webkit-animation: .5s ease-in-out 0s normal none 1 running tada;
    animation: .5s ease-in-out 0s normal none 1 running tada
}

.single-contact-info-3:hover > i {
    -webkit-animation: .5s ease-in-out 0s normal none 1 running tada;
    animation: .5s ease-in-out 0s normal none 1 running tada
}

.contact-from input, .contact-from textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    border: none;
    color: #000;
    height: 60px;
    padding: 2px 20px;
    margin-bottom: 30px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .contact-from input, .contact-from textarea {
        margin-bottom: 20px
    }
}

.contact-from textarea {
    height: 200px;
    padding: 20px 20px
}

.contact-from button {
    border: none;
    background-color: transparent;
    text-transform: inherit;
    background-color: #666555;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    font-family: PoppinsSemiBold, sans-serif
}

.contact-from button:hover {
    background-color: #000
}

#map {
    height: 100%;
}


@media only screen and (max-width: 767px) {
    #map {
        height: 300px;
        margin-top: 20px;
    }
}

.blog-details-top .blog-details-img {
    position: relative
}

.blog-details-top .blog-details-img img {
    width: 100%
}

.blog-details-top .blog-details-img .video-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-details-top .blog-details-img .video-icon a {
    background-color: red;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    line-height: 61px;
    width: 60px
}

.blog-details-top .blog-details-img .video-icon a:hover {
    background-color: #666555
}

.blog-details-top .blog-details-content {
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content {
        margin-top: 15px
    }
}

.blog-details-top .blog-details-content .blog-meta-2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-details-top .blog-details-content .blog-meta-2 ul li {
    margin-right: 30px;
    position: relative
}

.blog-details-top .blog-details-content .blog-meta-2 ul li:before {
    position: absolute;
    content: "";
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #000
}

.blog-details-top .blog-details-content .blog-meta-2 ul li:last-child {
    margin-right: 0
}

.blog-details-top .blog-details-content .blog-meta-2 ul li:last-child:before {
    display: none
}

.blog-details-top .blog-details-content .blog-meta-2 ul li a {
    color: #000;
    font-family: PoppinsSemiBold, sans-serif
}

.blog-details-top .blog-details-content .blog-meta-2 ul li a:hover {
    color: #666555
}

.blog-details-top .blog-details-content h1 {
    font-size: 24px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 8px 0 20px;
    color: #222
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-top .blog-details-content h1 {
        font-size: 22px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-top .blog-details-content h1 {
        font-size: 22px
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content h1 {
        font-size: 18px;
        line-height: 28px;
        margin: 8px 0 12px
    }
}

.blog-details-top .blog-details-content p {
    margin: 0;
    font-size: 15px;
    line-height: 28px
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content p {
        font-size: 14px;
        line-height: 26px
    }
}

.blog-details-top .blog-details-content blockquote {
    color: #222;
    font-size: 18px;
    margin: 25px 0 26px;
    line-height: 34px;
    font-weight: 500;
    font-style: italic
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-details-top .blog-details-content blockquote {
        font-size: 17px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-top .blog-details-content blockquote {
        font-size: 17px
    }
}

@media only screen and (max-width: 767px) {
    .blog-details-top .blog-details-content blockquote {
        font-size: 16px;
        line-height: 28px;
        margin: 15px 0 15px
    }
}

.dec-img-wrapper {
    margin-top: 50px
}

@media only screen and (max-width: 767px) {
    .dec-img-wrapper {
        margin-top: 25px
    }
}

.dec-img-wrapper p {
    font-size: 15px;
    line-height: 28px
}

.dec-img-wrapper .dec-img img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .dec-img-wrapper .dec-img.mb-50 {
        margin-bottom: 25px
    }
}

.tag-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 30px
}

@media only screen and (max-width: 767px) {
    .tag-share {
        display: block;
        margin: 20px 0 25px
    }
}

@media only screen and (max-width: 767px) {
    .tag-share .dec-tag {
        margin-bottom: 10px
    }
}

.tag-share .dec-tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tag-share .dec-tag ul li {
    margin-right: 10px;
    position: relative
}

.tag-share .dec-tag ul li a {
    text-transform: inherit;
    font-size: 15px;
    color: #000
}

.tag-share .dec-tag ul li a:hover {
    color: #666555
}

.tag-share .blog-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tag-share .blog-share span {
    font-size: 15px;
    text-transform: inherit
}

.tag-share .blog-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tag-share .blog-share ul li {
    margin-left: 10px
}

.tag-share .blog-share ul li a {
    font-size: 16px;
    color: #000
}

.tag-share .blog-share ul li a:hover.facebook {
    color: #5678bf
}

.tag-share .blog-share ul li a:hover.twitter {
    color: #73c2fd
}

.tag-share .blog-share ul li a:hover.instagram {
    color: #e4405f
}

.next-previous-post {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 18px 0 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.next-previous-post a {
    font-size: 15px;
    text-transform: inherit;
    color: #000
}

.next-previous-post a:hover {
    color: #666555
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper.mt-55 {
        margin-top: 25px
    }
}

.blog-comment-wrapper .blog-dec-title {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .blog-dec-title {
        font-size: 18px
    }
}

.blog-comment-wrapper .single-comment-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .single-comment-wrapper {
        display: block
    }

    .blog-comment-wrapper .single-comment-wrapper.mt-35 {
        margin-top: 20px
    }

    .blog-comment-wrapper .single-comment-wrapper.mt-50 {
        margin-top: 30px
    }
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 28px
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
        margin-right: 28px;
        margin-bottom: 20px
    }
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-img img {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .single-comment-wrapper .blog-comment-img img {
        width: auto
    }
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-content span {
    display: block;
    font-size: 15px;
    margin: 6px 0 8px
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-content p {
    font-size: 15px;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .single-comment-wrapper .blog-comment-content p {
        font-size: 14px
    }
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-content .blog-details-btn a {
    font-size: 14px;
    font-weight: 500;
    text-transform: inherit;
    color: #000
}

.blog-comment-wrapper .single-comment-wrapper .blog-comment-content .blog-details-btn a:hover {
    color: #666555
}

@media only screen and (max-width: 767px) {
    .blog-comment-wrapper .single-comment-wrapper.ml-120 {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .blog-reply-wrapper.mt-50 {
        margin-top: 30px
    }
}

.blog-reply-wrapper .blog-dec-title {
    font-size: 20px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .blog-reply-wrapper .blog-dec-title {
        font-size: 18px
    }
}

.blog-reply-wrapper .blog-form {
    margin-top: 35px
}

@media only screen and (max-width: 767px) {
    .blog-reply-wrapper .blog-form {
        margin-top: 20px
    }
}

.blog-reply-wrapper .blog-form .leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 20px
}

.blog-reply-wrapper .blog-form .text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    height: 200px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px
}

@media only screen and (max-width: 767px) {
    .blog-reply-wrapper .blog-form .text-leave textarea {
        height: 120px
    }
}

.blog-reply-wrapper .blog-form .text-leave input {
    background-color: #666555;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: PoppinsSemiBold, sans-serif;
    height: inherit;
    margin-top: 10px;
    padding: 13px 30px 13px;
    width: inherit
}

.blog-reply-wrapper .blog-form .text-leave input:hover {
    background-color: #000
}

.order-tracking-content p {
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 89%;
    color: #333
}

@media only screen and (max-width: 767px) {
    .order-tracking-content p {
        width: 100%
    }
}

.order-tracking-content .order-tracking-form {
    margin: 30px 0 0
}

.order-tracking-content .order-tracking-form .sin-order-tracking {
    margin: 0 0 36px
}

.order-tracking-content .order-tracking-form .sin-order-tracking label {
    letter-spacing: .2px;
    font-family: PoppinsSemiBold, sans-serif;
    margin: 0 0 10px;
    display: block
}

.order-tracking-content .order-tracking-form .sin-order-tracking input {
    background: 0 0;
    border: 1px solid #cecece;
    height: 60px;
    padding: 10px 20px;
    color: #000;
    font-size: 14px
}

.order-tracking-content .order-tracking-form .sin-order-tracking input:focus {
    border: 1px solid #262626
}

.order-tracking-content .order-tracking-form .order-track-btn {
    text-align: center
}

.order-tracking-content .order-tracking-form .order-track-btn a {
    display: block;
    font-family: PoppinsSemiBold, sans-serif;
    color: #fff;
    background-color: #000;
    line-height: 1;
    padding: 22px 45px;
    text-transform: uppercase
}

.order-tracking-content .order-tracking-form .order-track-btn a:hover {
    background-color: #666555
}



@font-face {
    font-family: PoppinsMedium;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Poppins-Medium/Poppins-Medium.eot);
    src: url(../fonts/Poppins-Medium/Poppins-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-Medium/Poppins-Medium.woff) format("woff"), url(../fonts/Poppins-Medium/Poppins-Medium.ttf) format("truetype")
}


@font-face {
    font-family: PoppinsSemiBold;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Poppins-SemiBold/Poppins-SemiBold.eot);
    src: url(../fonts/Poppins-SemiBold/Poppins-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Poppins-SemiBold/Poppins-SemiBold.woff) format("woff"), url(../fonts/Poppins-SemiBold/Poppins-SemiBold.ttf) format("truetype")
}










.header_slider img {
    width: 100%
}

.general_page_slider .slider-bg {
    height: 500px;
    background-size: cover;
    background-position: center
}

.services_slider .slider-bg {
    height: 300px;
    background-size: cover;
    background-position: center
}

.services_slider .img-popup {
    display: block
}

.banner-wrap .my-banner1 a img {
    position: relative;
    float: right;
    right: -40px;
    max-width: 305px
}

.header-area {
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.header-area-fixed {
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.col-lg-4 .banner-wrap .banner-content-9 span {
    margin-bottom: 80px
}

.sidebar-widget-list.fix-height {
    height: 220px;
    overflow-y: scroll
}

#ui-id-1.ui-widget.ui-widget-content {
    background-color: #fff;
    position: fixed;
    z-index: 9999
}

.mse2-ac-link.ui-menu-item-wrapper {
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important
}

.mse2-ac-link.ui-menu-item-wrapper.ui-state-active {
    background: #666555;
    border: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-radius: 0 !important
}

.wrap-soc {
    display: block
}

.wrap-soc a img {
    opacity: .6;
    max-width: 23px;
    margin-right: 12px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.wrap-soc a img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.playment-adress {
    position: relative;
    top: 2px;
    display: inline-block
}

.playment-adress input {
    height: initial;
    border: none;
    width: initial
}

.playment-adress label {
    margin-bottom: 0;
    margin-right: 7px;
    position: relative;
    top: -2px
}

.img_location {
    display: block;
    width: 100%;
    margin-bottom: 5px
}

.shop-location ul {
    margin-top: 10px
}

.shop-location ul i {
    position: relative;
    top: 2px
}

.shop-location .castom-sm-btn {
    display: inline-block;
    padding: 3px 20px 4px 20px;
    text-align: center;
    margin-top: 10px
}

.shop-location .castom-sm-btn i {
    position: relative;
    top: 1px
}

.shop-location .castom-sm-btn:focus {
    color: #fff
}

.castom-sm-btn.btn_more {
    padding: 2px 20px 3px 20px;
    margin-bottom: 20px !important
}

.mfp-content #maps .mfp-close, .mfp-content #maps .mfp-close-btn-in .mfp-close, .mfp-content #maps button.mfp-close {
    top: 4px !important;
    right: 10px !important;
    background: #fff !important;
    width: 30px !important;
    height: 30px !important
}

.castom-banner-block .title {
    height: 90px
}

.sidebar-widget .custom-control-label {
    margin-left: 23px;
    top: 1px
}

.sidebar-widget .custom-control-label:before {
    display: none
}

.price-filter {
    max-width: 95%
}

.mse2_number_inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ui-slider-horizontal {
    height: 5px
}

.price-filter .ui-widget.ui-widget-content {
    border: none;
    background-color: #dbdbdb
}

.ui-widget-header {
    background: #666555
}

.sidebar-widget .price-filter span {
    top: -7px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #666555;
    border: none
}

.sidebar-widget .price-filter span:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #fff;
    z-index: 0;
    border-radius: 50%
}

.price-filter .ui-state-active {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.wishlist_none {
    padding-bottom: 28vh
}

.header-middle-padding-1 {
    padding: 17px 0 0
}

.main-menu.main-menu-lh-2 > nav > ul > li {
    line-height: 60px
}

.main-categori-wrap > a {
    position: relative;
    top: -3px
}

.category-menu.categori-hide-2 {
    padding-top: 0;
    top: 180%
}

.category-menu nav > ul > li .category-menu-dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 240px
}

.main-categori-wrap {
    max-width: 265px !important
}

.section-title-3 {
    width: 100%
}

.section-title-3 h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

header .nav {
    display: block;
    text-align: center;
    width: 100%
}

.msmc--light .msmc-dropdown-item:hover {
    color: #fff !important;
    background: #000 !important;
    cursor: pointer !important
}

.brand-area img {
    width: 100%
}

.brands-list a {
    display: block;
    width: 100%;
    background-color: #f8f9f9
}

.brands-list a img {
    width: 100%;
    padding: 5px
}

.brands-list a span {
    display: none;
    margin: auto;
    font-size: 22px;
    text-align: center
}

.brands-list a:hover {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    border: 1px solid #e1e1e1
}

.brands-list a:hover span {
    color: #000
}

.brands-view-more {
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 150px
}

.about-us-area ul, .blog-area ul {
    padding-left: 15px;
    list-style-type: circle
}

.about-us-area li, .blog-area li {
    color: #666
}

.sidebar-widget ul {
    padding: 0
}

.sidebar-widget ul li {
    list-style-type: none
}

#msMiniCart i {
    font-size: 22px !important
}

.cart-table-content .footer {
    padding: 30px 5px 30px 5px
}

.cart-table-content .footer span {
    font-size: 20px;
    margin: auto;
    display: inline-block
}

.cart-table-content .footer .total, .cart-table-content .footer .total_cost, .cart-table-content .footer .total_count {
    margin: 0 5px
}

.service-list-item {
    position: relative;
    display: block
}

.service-list-item span {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(50% - 30px);
    z-index: 1
}

.service-list-item span h4 {
    display: block;
    margin: auto;
    background-color: rgba(255, 255, 255, .85);
    max-width: 500px;
    font-size: 24px;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: PoppinsMedium, sans-serif;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-list-item:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.service-list-item:hover h4 {
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.prodict_list_sale {
    background-color: #ff2f2f;
    position: absolute;
    top: 17px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 4px 6px 5px;
    line-height: 1;
    left: 17px
}

.prodict_inner_sale {
    background-color: #ff2f2f;
    padding: 0 7px 0 7px;
    color: #fff;
    font-weight: 600;
    margin-right: 10px
}

.single-product-wrap {
    text-align: center
}

.header-top-ptb-1 {
    padding: 15px 0 15px
}

.container-fluid {
    max-width: 95%
}

@media (min-width: 1200px) {
    .container {
        max-width: 90%
    }

    .footer-area .container, .single-page .container, .subscribe-area .container {
        max-width: 1200px
    }
}

.castom-padding .col, .castom-padding .col-1, .castom-padding .col-10, .castom-padding .col-11, .castom-padding .col-12, .castom-padding .col-2, .castom-padding .col-3, .castom-padding .col-4, .castom-padding .col-5, .castom-padding .col-6, .castom-padding .col-7, .castom-padding .col-8, .castom-padding .col-9, .castom-padding .col-auto, .castom-padding .col-lg, .castom-padding .col-lg-1, .castom-padding .col-lg-10, .castom-padding .col-lg-11, .castom-padding .col-lg-12, .castom-padding .col-lg-2, .castom-padding .col-lg-3, .castom-padding .col-lg-4, .castom-padding .col-lg-5, .castom-padding .col-lg-6, .castom-padding .col-lg-7, .castom-padding .col-lg-8, .castom-padding .col-lg-9, .castom-padding .col-lg-auto, .castom-padding .col-md, .castom-padding .col-md-1, .castom-padding .col-md-10, .castom-padding .col-md-11, .castom-padding .col-md-12, .castom-padding .col-md-2, .castom-padding .col-md-3, .castom-padding .col-md-4, .castom-padding .col-md-5, .castom-padding .col-md-6, .castom-padding .col-md-7, .castom-padding .col-md-8, .castom-padding .col-md-9, .castom-padding .col-md-auto, .castom-padding .col-sm, .castom-padding .col-sm-1, .castom-padding .col-sm-10, .castom-padding .col-sm-11, .castom-padding .col-sm-12, .castom-padding .col-sm-2, .castom-padding .col-sm-3, .castom-padding .col-sm-4, .castom-padding .col-sm-5, .castom-padding .col-sm-6, .castom-padding .col-sm-7, .castom-padding .col-sm-8, .castom-padding .col-sm-9, .castom-padding .col-sm-auto, .castom-padding .col-xl, .castom-padding .col-xl-1, .castom-padding .col-xl-10, .castom-padding .col-xl-11, .castom-padding .col-xl-12, .castom-padding .col-xl-2, .castom-padding .col-xl-3, .castom-padding .col-xl-4, .castom-padding .col-xl-5, .castom-padding .col-xl-6, .castom-padding .col-xl-7, .castom-padding .col-xl-8, .castom-padding .col-xl-9, .castom-padding .col-xl-auto {
    padding-right: 2px;
    padding-left: 2px
}

#form_process.form_process {
    -webkit-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
    z-index: -100;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#form_success {
    position: relative;
    z-index: -100;
    -webkit-transform: translate(500px);
    -ms-transform: translate(500px);
    transform: translate(500px);
    opacity: 0;
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#form_success.form_success {
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%;
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1
}

.detiles {
    display: table-column;
    opacity: 0;
    height: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.detiles-active {
    position: relative;
    display: table-cell;
    opacity: 1;
    height: inherit;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

#modal_form .modal-content, #modal_form_wishlist .modal-content {
    display: block;
    max-width: 720px;
    margin: auto
}

#modal_form .modal-content form, #modal_form_wishlist .modal-content form {
    padding: 20px
}

.mfp-close {
    right: 0;
    color: #000;
    opacity: 1 !important;
    font-size: 50px !important
}

.confirm input {
    float: left;
    width: 20px
}

.confirm span {
    position: relative;
    top: 12px;
    margin-left: 5px
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.image-source-link {
    color: #98c3d1
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

@media screen and (max-width: 1500px) {
    .generan-page .banner-wrap .banner-content-9 p {
        padding: 5px 10px;
        background-color: rgba(255, 255, 255, .7)
    }

    .header_slider .slider-bg {
        height: calc(100vh - 126px);
        background-size: cover;
        background-position: center
    }
}

@media screen and (max-width: 1270px) {
    .generan-page .banner-wrap .banner-content-9 h2 {
        font-size: 36px
    }
}

@media screen and (max-width: 1200px) {
    .single-service-wrap-2 {
        display: block
    }

    .single-service-wrap-2 .service-icon-2 {
        margin-right: 0;
        display: block
    }
}

@media screen and (max-width: 992px) {
    .castom-banner-block .title {
        height: inherit;
        margin: 10px auto 20px auto
    }

    .pro-details-action, .pro-details-add-to-cart {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    .cart-table-content thead {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .mobile-logo a img {
        max-width: 150px !important
    }

    .single-service-wrap-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .single-service-wrap-2 .service-icon-2 {
        margin-right: 25px;
        display: block
    }

    .cart-amount.ms2_total_cost {
        display: none
    }
}

@media screen and (max-width: 420px) {
    .mobile-logo a img {
        max-width: 120px !important
    }
}

#msCart input[type=number] {
    max-width: 60px
}

.slick-list.draggable {
    -webkit-animation: test .2s ease-out;
    animation: test .2s ease-out
}

@-webkit-keyframes test {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes test {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

.brand-area .slick-initialized .slick-slide {
    padding: 0 2px !important
}