a {
    color: #56184b;
}

    a:hover {
        color: #6a1e5c;
    }

    a:focus {
        color: #6a1e5c;
    }

    a:active {
        color: #42123a;
    }

html .heading-primary,
html .lnk-primary,
html .text-color-primary,
html .text-primary {
    color: #56184b !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
    border-color: #56184b;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary,
html .text-secondary {
    color: #312227 !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
    border-color: #312227;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary,
html .text-tertiary {
    color: #efece8 !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
    border-color: #efece8;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary,
html .text-quaternary {
    color: #101019 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
    border-color: #101019;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark,
html .text-dark {
    color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
    border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light,
html .text-light {
    color: #FFF !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
    border-color: #FFF;
}

html .background-color-primary {
    background-color: #56184b !important;
}

html .background-color-secondary {
    background-color: #312227 !important;
}

html .background-color-tertiary {
    background-color: #efece8 !important;
}

html .background-color-quaternary {
    background-color: #101019 !important;
}

html .background-color-dark {
    background-color: #2e353e !important;
}

html .background-color-light {
    background-color: #FFF !important;
}

.alternative-font {
    color: #56184b;
}

html .blockquote-primary {
    border-color: #56184b !important;
}

html .blockquote-secondary {
    border-color: #312227 !important;
}

html .blockquote-tertiary {
    border-color: #efece8 !important;
}

html .blockquote-quaternary {
    border-color: #101019 !important;
}

html .blockquote-dark {
    border-color: #2e353e !important;
}

html .blockquote-light {
    border-color: #FFF !important;
}

p.drop-caps:first-letter {
    color: #56184b;
}

p.drop-caps.drop-caps-style-2:first-letter {
    background-color: #56184b;
}

.nav-pills > li.active > a,
.nav-pills .nav-link.active {
    background-color: #56184b;
}

    .nav-pills > li.active > a:hover,
    .nav-pills .nav-link.active:hover,
    .nav-pills > li.active > a:focus,
    .nav-pills .nav-link.active:focus {
        background-color: #56184b;
    }

.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
    border-bottom-color: #56184b;
}

html .nav-pills-primary a {
    color: #56184b;
}

    html .nav-pills-primary a:hover {
        color: #6a1e5c;
    }

    html .nav-pills-primary a:focus {
        color: #6a1e5c;
    }

    html .nav-pills-primary a:active {
        color: #42123a;
    }

html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
    background-color: #56184b;
}

    html .nav-pills-primary .nav-link.active:hover,
    html .nav-pills-primary > li.active > a:hover,
    html .nav-pills-primary .nav-link.active:focus,
    html .nav-pills-primary > li.active > a:focus {
        background-color: #56184b;
    }

html .nav-pills-secondary a {
    color: #312227;
}

    html .nav-pills-secondary a:hover {
        color: #402c33;
    }

    html .nav-pills-secondary a:focus {
        color: #402c33;
    }

    html .nav-pills-secondary a:active {
        color: #22181b;
    }

html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
    background-color: #312227;
}

    html .nav-pills-secondary .nav-link.active:hover,
    html .nav-pills-secondary > li.active > a:hover,
    html .nav-pills-secondary .nav-link.active:focus,
    html .nav-pills-secondary > li.active > a:focus {
        background-color: #312227;
    }

html .nav-pills-tertiary a {
    color: #efece8;
}

    html .nav-pills-tertiary a:hover {
        color: #f9f8f7;
    }

    html .nav-pills-tertiary a:focus {
        color: #f9f8f7;
    }

    html .nav-pills-tertiary a:active {
        color: #e5e0d9;
    }

html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
    background-color: #efece8;
}

    html .nav-pills-tertiary .nav-link.active:hover,
    html .nav-pills-tertiary > li.active > a:hover,
    html .nav-pills-tertiary .nav-link.active:focus,
    html .nav-pills-tertiary > li.active > a:focus {
        background-color: #efece8;
    }

html .nav-pills-quaternary a {
    color: #101019;
}

    html .nav-pills-quaternary a:hover {
        color: #1a1a29;
    }

    html .nav-pills-quaternary a:focus {
        color: #1a1a29;
    }

    html .nav-pills-quaternary a:active {
        color: #060609;
    }

html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
    background-color: #101019;
}

    html .nav-pills-quaternary .nav-link.active:hover,
    html .nav-pills-quaternary > li.active > a:hover,
    html .nav-pills-quaternary .nav-link.active:focus,
    html .nav-pills-quaternary > li.active > a:focus {
        background-color: #101019;
    }

html .nav-pills-dark a {
    color: #2e353e;
}

    html .nav-pills-dark a:hover {
        color: #39424d;
    }

    html .nav-pills-dark a:focus {
        color: #39424d;
    }

    html .nav-pills-dark a:active {
        color: #23282f;
    }

html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
    background-color: #2e353e;
}

    html .nav-pills-dark .nav-link.active:hover,
    html .nav-pills-dark > li.active > a:hover,
    html .nav-pills-dark .nav-link.active:focus,
    html .nav-pills-dark > li.active > a:focus {
        background-color: #2e353e;
    }

html .nav-pills-light a {
    color: #FFF;
}

    html .nav-pills-light a:hover {
        color: #ffffff;
    }

    html .nav-pills-light a:focus {
        color: #ffffff;
    }

    html .nav-pills-light a:active {
        color: #f2f2f2;
    }

html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
    background-color: #FFF;
}

    html .nav-pills-light .nav-link.active:hover,
    html .nav-pills-light > li.active > a:hover,
    html .nav-pills-light .nav-link.active:focus,
    html .nav-pills-light > li.active > a:focus {
        background-color: #FFF;
    }

.sort-source-wrapper .nav > li.active > a {
    color: #56184b;
}

    .sort-source-wrapper .nav > li.active > a:hover,
    .sort-source-wrapper .nav > li.active > a:focus {
        color: #56184b;
    }

.sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #56184b;
}

html .badge-primary {
    background-color: #56184b;
}

html .badge-secondary {
    background-color: #312227;
}

html .badge-tertiary {
    background-color: #efece8;
}

html .badge-quaternary {
    background-color: #101019;
}

html .badge-dark {
    background-color: #2e353e;
}

html .badge-light {
    background-color: #FFF;
}

.btn-link {
    color: #56184b;
}

    .btn-link:hover {
        color: #6a1e5c;
    }

    .btn-link:active {
        color: #42123a;
    }

html .btn-primary {
    background-color: #56184b;
    border-color: #56184b #56184b #2e0d28;
    color: #FFF;
}

    html .btn-primary:hover,
    html .btn-primary.hover {
        background-color: #742065;
        border-color: #7e236e #7e236e #56184b;
        color: #FFF;
    }

    html .btn-primary:focus,
    html .btn-primary.focus {
        box-shadow: 0 0 0 3px rgba(86, 24, 75, 0.5);
    }

    html .btn-primary.disabled,
    html .btn-primary:disabled {
        background-color: #56184b;
        border-color: #56184b #56184b #2e0d28;
    }

    html .btn-primary:active,
    html .btn-primary.active,
    .show > html .btn-primary.dropdown-toggle {
        background-color: #381031 !important;
        background-image: none !important;
        border-color: #2e0d28 #2e0d28 #060205 !important;
        box-shadow: 0 0 0 0.2rem rgba(86, 24, 75, 0.5) !important;
    }

html .btn-primary-scale-2 {
    background-color: #2e0d28;
    border-color: #2e0d28 #2e0d28 #060205;
    color: #FFF;
}

    html .btn-primary-scale-2:hover,
    html .btn-primary-scale-2.hover {
        background-color: #4c1542;
        border-color: #56184b #56184b #2e0d28;
        color: #FFF;
    }

    html .btn-primary-scale-2:focus,
    html .btn-primary-scale-2.focus {
        box-shadow: 0 0 0 3px rgba(46, 13, 40, 0.5);
    }

    html .btn-primary-scale-2.disabled,
    html .btn-primary-scale-2:disabled {
        background-color: #2e0d28;
        border-color: #2e0d28 #2e0d28 #060205;
    }

    html .btn-primary-scale-2:active,
    html .btn-primary-scale-2.active,
    .show > html .btn-primary-scale-2.dropdown-toggle {
        background-color: #10050e !important;
        background-image: none !important;
        border-color: #060205 #060205 #000000 !important;
        box-shadow: 0 0 0 0.2rem rgba(46, 13, 40, 0.5) !important;
    }

html .btn-secondary {
    background-color: #312227;
    border-color: #312227 #312227 #130d0f;
    color: #FFF;
}

    html .btn-secondary:hover,
    html .btn-secondary.hover {
        background-color: #483239;
        border-color: #4f373f #4f373f #312227;
        color: #FFF;
    }

    html .btn-secondary:focus,
    html .btn-secondary.focus {
        box-shadow: 0 0 0 3px rgba(49, 34, 39, 0.5);
    }

    html .btn-secondary.disabled,
    html .btn-secondary:disabled {
        background-color: #312227;
        border-color: #312227 #312227 #130d0f;
    }

    html .btn-secondary:active,
    html .btn-secondary.active,
    .show > html .btn-secondary.dropdown-toggle {
        background-color: #1a1215 !important;
        background-image: none !important;
        border-color: #130d0f #130d0f #000000 !important;
        box-shadow: 0 0 0 0.2rem rgba(49, 34, 39, 0.5) !important;
    }

html .btn-secondary-scale-2 {
    background-color: #130d0f;
    border-color: #130d0f #130d0f #000000;
    color: #FFF;
}

    html .btn-secondary-scale-2:hover,
    html .btn-secondary-scale-2.hover {
        background-color: #291d21;
        border-color: #312227 #312227 #130d0f;
        color: #FFF;
    }

    html .btn-secondary-scale-2:focus,
    html .btn-secondary-scale-2.focus {
        box-shadow: 0 0 0 3px rgba(19, 13, 15, 0.5);
    }

    html .btn-secondary-scale-2.disabled,
    html .btn-secondary-scale-2:disabled {
        background-color: #130d0f;
        border-color: #130d0f #130d0f #000000;
    }

    html .btn-secondary-scale-2:active,
    html .btn-secondary-scale-2.active,
    .show > html .btn-secondary-scale-2.dropdown-toggle {
        background-color: #000000 !important;
        background-image: none !important;
        border-color: #000000 #000000 #000000 !important;
        box-shadow: 0 0 0 0.2rem rgba(19, 13, 15, 0.5) !important;
    }

html .btn-tertiary {
    background-color: #efece8;
    border-color: #efece8 #efece8 #dad3ca;
    color: #777;
}

    html .btn-tertiary:hover,
    html .btn-tertiary.hover {
        background-color: #ffffff;
        border-color: #ffffff #ffffff #efece8;
        color: #777;
    }

    html .btn-tertiary:focus,
    html .btn-tertiary.focus {
        box-shadow: 0 0 0 3px rgba(239, 236, 232, 0.5);
    }

    html .btn-tertiary.disabled,
    html .btn-tertiary:disabled {
        background-color: #efece8;
        border-color: #efece8 #efece8 #dad3ca;
    }

    html .btn-tertiary:active,
    html .btn-tertiary.active,
    .show > html .btn-tertiary.dropdown-toggle {
        background-color: #dfd9d1 !important;
        background-image: none !important;
        border-color: #dad3ca #dad3ca #c5baac !important;
        box-shadow: 0 0 0 0.2rem rgba(239, 236, 232, 0.5) !important;
    }

html .btn-tertiary-scale-2 {
    background-color: #dad3ca;
    border-color: #dad3ca #dad3ca #c5baac;
    color: #777;
}

    html .btn-tertiary-scale-2:hover,
    html .btn-tertiary-scale-2.hover {
        background-color: #eae6e0;
        border-color: #efece8 #efece8 #dad3ca;
        color: #777;
    }

    html .btn-tertiary-scale-2:focus,
    html .btn-tertiary-scale-2.focus {
        box-shadow: 0 0 0 3px rgba(218, 211, 202, 0.5);
    }

    html .btn-tertiary-scale-2.disabled,
    html .btn-tertiary-scale-2:disabled {
        background-color: #dad3ca;
        border-color: #dad3ca #dad3ca #c5baac;
    }

    html .btn-tertiary-scale-2:active,
    html .btn-tertiary-scale-2.active,
    .show > html .btn-tertiary-scale-2.dropdown-toggle {
        background-color: #cac1b3 !important;
        background-image: none !important;
        border-color: #c5baac #c5baac #b0a18e !important;
        box-shadow: 0 0 0 0.2rem rgba(218, 211, 202, 0.5) !important;
    }

html .btn-quaternary {
    background-color: #101019;
    border-color: #101019 #101019 #000000;
    color: #FFF;
}

    html .btn-quaternary:hover,
    html .btn-quaternary.hover {
        background-color: #1f1f30;
        border-color: #242438 #242438 #101019;
        color: #FFF;
    }

    html .btn-quaternary:focus,
    html .btn-quaternary.focus {
        box-shadow: 0 0 0 3px rgba(16, 16, 25, 0.5);
    }

    html .btn-quaternary.disabled,
    html .btn-quaternary:disabled {
        background-color: #101019;
        border-color: #101019 #101019 #000000;
    }

    html .btn-quaternary:active,
    html .btn-quaternary.active,
    .show > html .btn-quaternary.dropdown-toggle {
        background-color: #010102 !important;
        background-image: none !important;
        border-color: #000000 #000000 #000000 !important;
        box-shadow: 0 0 0 0.2rem rgba(16, 16, 25, 0.5) !important;
    }

html .btn-quaternary-scale-2 {
    background-color: #000000;
    border-color: #000000 #000000 #000000;
    color: #FFF;
}

    html .btn-quaternary-scale-2:hover,
    html .btn-quaternary-scale-2.hover {
        background-color: #131313;
        border-color: #1a1a1a #1a1a1a #000000;
        color: #FFF;
    }

    html .btn-quaternary-scale-2:focus,
    html .btn-quaternary-scale-2.focus {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
    }

    html .btn-quaternary-scale-2.disabled,
    html .btn-quaternary-scale-2:disabled {
        background-color: #000000;
        border-color: #000000 #000000 #000000;
    }

    html .btn-quaternary-scale-2:active,
    html .btn-quaternary-scale-2.active,
    .show > html .btn-quaternary-scale-2.dropdown-toggle {
        background-color: #000000 !important;
        background-image: none !important;
        border-color: #000000 #000000 #000000 !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
    }

html .btn-dark {
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
    color: #FFF;
}

    html .btn-dark:hover,
    html .btn-dark.hover {
        background-color: #3e4854;
        border-color: #444e5b #444e5b #2e353e;
        color: #FFF;
    }

    html .btn-dark:focus,
    html .btn-dark.focus {
        box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
    }

    html .btn-dark.disabled,
    html .btn-dark:disabled {
        background-color: #2e353e;
        border-color: #2e353e #2e353e #181c21;
    }

    html .btn-dark:active,
    html .btn-dark.active,
    .show > html .btn-dark.dropdown-toggle {
        background-color: #1e2228 !important;
        background-image: none !important;
        border-color: #181c21 #181c21 #030303 !important;
        box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
    }

html .btn-dark-scale-2 {
    background-color: #181c21;
    border-color: #181c21 #181c21 #030303;
    color: #FFF;
}

    html .btn-dark-scale-2:hover,
    html .btn-dark-scale-2.hover {
        background-color: #292f37;
        border-color: #2e353e #2e353e #181c21;
        color: #FFF;
    }

    html .btn-dark-scale-2:focus,
    html .btn-dark-scale-2.focus {
        box-shadow: 0 0 0 3px rgba(24, 28, 33, 0.5);
    }

    html .btn-dark-scale-2.disabled,
    html .btn-dark-scale-2:disabled {
        background-color: #181c21;
        border-color: #181c21 #181c21 #030303;
    }

    html .btn-dark-scale-2:active,
    html .btn-dark-scale-2.active,
    .show > html .btn-dark-scale-2.dropdown-toggle {
        background-color: #08090b !important;
        background-image: none !important;
        border-color: #030303 #030303 #000000 !important;
        box-shadow: 0 0 0 0.2rem rgba(24, 28, 33, 0.5) !important;
    }

html .btn-light {
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
    color: #777;
}

    html .btn-light:hover,
    html .btn-light.hover {
        background-color: #ffffff;
        border-color: #ffffff #ffffff #FFF;
        color: #777;
    }

    html .btn-light:focus,
    html .btn-light.focus {
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    }

    html .btn-light.disabled,
    html .btn-light:disabled {
        background-color: #FFF;
        border-color: #FFF #FFF #e6e6e6;
    }

    html .btn-light:active,
    html .btn-light.active,
    .show > html .btn-light.dropdown-toggle {
        background-color: #ececec !important;
        background-image: none !important;
        border-color: #e6e6e6 #e6e6e6 #cccccc !important;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
    }

html .btn-light-scale-2 {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #cccccc;
    color: #777;
}

    html .btn-light-scale-2:hover,
    html .btn-light-scale-2.hover {
        background-color: #f9f9f9;
        border-color: #ffffff #ffffff #e6e6e6;
        color: #777;
    }

    html .btn-light-scale-2:focus,
    html .btn-light-scale-2.focus {
        box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
    }

    html .btn-light-scale-2.disabled,
    html .btn-light-scale-2:disabled {
        background-color: #e6e6e6;
        border-color: #e6e6e6 #e6e6e6 #cccccc;
    }

    html .btn-light-scale-2:active,
    html .btn-light-scale-2.active,
    .show > html .btn-light-scale-2.dropdown-toggle {
        background-color: #d2d2d2 !important;
        background-image: none !important;
        border-color: #cccccc #cccccc #b3b3b3 !important;
        box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
    }

html .btn-outline.btn-primary {
    color: #56184b;
    background-color: transparent;
    background-image: none;
    border-color: #56184b;
}

    html .btn-outline.btn-primary:hover,
    html .btn-outline.btn-primary.hover {
        color: #FFF;
        background-color: #56184b;
        border-color: #56184b;
    }

    html .btn-outline.btn-primary:focus,
    html .btn-outline.btn-primary.focus {
        box-shadow: 0 0 0 3px rgba(86, 24, 75, 0.5);
    }

    html .btn-outline.btn-primary.disabled,
    html .btn-outline.btn-primary:disabled {
        color: #56184b;
        background-color: transparent;
    }

    html .btn-outline.btn-primary:active,
    html .btn-outline.btn-primary.active,
    .show > html .btn-outline.btn-primary.dropdown-toggle {
        color: #FFF !important;
        background-color: #56184b !important;
        border-color: #56184b !important;
        box-shadow: 0 0 0 0.2rem rgba(86, 24, 75, 0.5) !important;
    }

html .btn-outline.btn-secondary {
    color: #312227;
    background-color: transparent;
    background-image: none;
    border-color: #312227;
}

    html .btn-outline.btn-secondary:hover,
    html .btn-outline.btn-secondary.hover {
        color: #FFF;
        background-color: #312227;
        border-color: #312227;
    }

    html .btn-outline.btn-secondary:focus,
    html .btn-outline.btn-secondary.focus {
        box-shadow: 0 0 0 3px rgba(49, 34, 39, 0.5);
    }

    html .btn-outline.btn-secondary.disabled,
    html .btn-outline.btn-secondary:disabled {
        color: #312227;
        background-color: transparent;
    }

    html .btn-outline.btn-secondary:active,
    html .btn-outline.btn-secondary.active,
    .show > html .btn-outline.btn-secondary.dropdown-toggle {
        color: #FFF !important;
        background-color: #312227 !important;
        border-color: #312227 !important;
        box-shadow: 0 0 0 0.2rem rgba(49, 34, 39, 0.5) !important;
    }

html .btn-outline.btn-tertiary {
    color: #efece8;
    background-color: transparent;
    background-image: none;
    border-color: #efece8;
}

    html .btn-outline.btn-tertiary:hover,
    html .btn-outline.btn-tertiary.hover {
        color: #777;
        background-color: #efece8;
        border-color: #efece8;
    }

    html .btn-outline.btn-tertiary:focus,
    html .btn-outline.btn-tertiary.focus {
        box-shadow: 0 0 0 3px rgba(239, 236, 232, 0.5);
    }

    html .btn-outline.btn-tertiary.disabled,
    html .btn-outline.btn-tertiary:disabled {
        color: #efece8;
        background-color: transparent;
    }

    html .btn-outline.btn-tertiary:active,
    html .btn-outline.btn-tertiary.active,
    .show > html .btn-outline.btn-tertiary.dropdown-toggle {
        color: #777 !important;
        background-color: #efece8 !important;
        border-color: #efece8 !important;
        box-shadow: 0 0 0 0.2rem rgba(239, 236, 232, 0.5) !important;
    }

html .btn-outline.btn-quaternary {
    color: #101019;
    background-color: transparent;
    background-image: none;
    border-color: #101019;
}

    html .btn-outline.btn-quaternary:hover,
    html .btn-outline.btn-quaternary.hover {
        color: #FFF;
        background-color: #101019;
        border-color: #101019;
    }

    html .btn-outline.btn-quaternary:focus,
    html .btn-outline.btn-quaternary.focus {
        box-shadow: 0 0 0 3px rgba(16, 16, 25, 0.5);
    }

    html .btn-outline.btn-quaternary.disabled,
    html .btn-outline.btn-quaternary:disabled {
        color: #101019;
        background-color: transparent;
    }

    html .btn-outline.btn-quaternary:active,
    html .btn-outline.btn-quaternary.active,
    .show > html .btn-outline.btn-quaternary.dropdown-toggle {
        color: #FFF !important;
        background-color: #101019 !important;
        border-color: #101019 !important;
        box-shadow: 0 0 0 0.2rem rgba(16, 16, 25, 0.5) !important;
    }

html .btn-outline.btn-dark {
    color: #2e353e;
    background-color: transparent;
    background-image: none;
    border-color: #2e353e;
}

    html .btn-outline.btn-dark:hover,
    html .btn-outline.btn-dark.hover {
        color: #FFF;
        background-color: #2e353e;
        border-color: #2e353e;
    }

    html .btn-outline.btn-dark:focus,
    html .btn-outline.btn-dark.focus {
        box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
    }

    html .btn-outline.btn-dark.disabled,
    html .btn-outline.btn-dark:disabled {
        color: #2e353e;
        background-color: transparent;
    }

    html .btn-outline.btn-dark:active,
    html .btn-outline.btn-dark.active,
    .show > html .btn-outline.btn-dark.dropdown-toggle {
        color: #FFF !important;
        background-color: #2e353e !important;
        border-color: #2e353e !important;
        box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
    }

html .btn-outline.btn-light {
    color: #FFF;
    background-color: transparent;
    background-image: none;
    border-color: #FFF;
}

    html .btn-outline.btn-light:hover,
    html .btn-outline.btn-light.hover {
        color: #777;
        background-color: #FFF;
        border-color: #FFF;
    }

    html .btn-outline.btn-light:focus,
    html .btn-outline.btn-light.focus {
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    }

    html .btn-outline.btn-light.disabled,
    html .btn-outline.btn-light:disabled {
        color: #FFF;
        background-color: transparent;
    }

    html .btn-outline.btn-light:active,
    html .btn-outline.btn-light.active,
    .show > html .btn-outline.btn-light.dropdown-toggle {
        color: #777 !important;
        background-color: #FFF !important;
        border-color: #FFF !important;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
    }

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #56184b;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
    background-color: #56184b !important;
    border-color: #56184b;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
    color: #56184b;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
    background-color: #56184b;
    border-color: #56184b;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
    background-color: #56184b;
    border-color: #56184b #56184b #2e0d28;
    color: #fff;
}

    .pagination > .active > a:hover,
    body.dark .pagination > .active > a:hover,
    .pagination > .active > a.hover,
    body.dark .pagination > .active > a.hover {
        background-color: #742065;
        border-color: #7e236e #7e236e #56184b;
        color: #fff;
    }

    .pagination > .active > a:focus,
    body.dark .pagination > .active > a:focus,
    .pagination > .active > a.focus,
    body.dark .pagination > .active > a.focus {
        box-shadow: 0 0 0 3px rgba(86, 24, 75, 0.5);
    }

    .pagination > .active > a.disabled,
    body.dark .pagination > .active > a.disabled,
    .pagination > .active > a:disabled,
    body.dark .pagination > .active > a:disabled {
        background-color: #56184b;
        border-color: #56184b #56184b #2e0d28;
    }

    .pagination > .active > a:active,
    body.dark .pagination > .active > a:active,
    .pagination > .active > a.active,
    body.dark .pagination > .active > a.active,
    .show > .pagination > .active > a.dropdown-toggle,
    .show > body.dark .pagination > .active > a.dropdown-toggle {
        background-color: #381031 !important;
        background-image: none !important;
        border-color: #2e0d28 #2e0d28 #060205 !important;
        box-shadow: 0 0 0 0.2rem rgba(86, 24, 75, 0.5) !important;
    }

html .alert-primary {
    background-color: #56184b;
    border-color: #4a1541;
    color: #FFF;
}

    html .alert-primary .alert-link {
        color: #FFF;
    }

html .alert-secondary {
    background-color: #312227;
    border-color: #281c20;
    color: #FFF;
}

    html .alert-secondary .alert-link {
        color: #FFF;
    }

html .alert-tertiary {
    background-color: #efece8;
    border-color: #e9e5df;
    color: #777;
}

    html .alert-tertiary .alert-link {
        color: #777;
    }

html .alert-quaternary {
    background-color: #101019;
    border-color: #0a0a10;
    color: #FFF;
}

    html .alert-quaternary .alert-link {
        color: #FFF;
    }

html .alert-dark {
    background-color: #2e353e;
    border-color: #272d35;
    color: #FFF;
}

    html .alert-dark .alert-link {
        color: #FFF;
    }

html .alert-light {
    background-color: #FFF;
    border-color: #f7f7f7;
    color: #777;
}

    html .alert-light .alert-link {
        color: #777;
    }

html .progress-bar-primary {
    background-color: #56184b;
}

html .progress-bar-secondary {
    background-color: #312227;
}

html .progress-bar-tertiary {
    background-color: #efece8;
}

html .progress-bar-quaternary {
    background-color: #101019;
}

html .progress-bar-dark {
    background-color: #2e353e;
}

html .progress-bar-light {
    background-color: #FFF;
}

html section.section-primary {
    background-color: #56184b !important;
    border-color: #42123a !important;
}

    html section.section-primary h1,
    html section.section-primary h2,
    html section.section-primary h3,
    html section.section-primary h4,
    html section.section-primary h5,
    html section.section-primary h6 {
        color: #FFF;
    }

    html section.section-primary p {
        color: #e6e6e6;
    }

html section.section-primary-scale-2 {
    background-color: #2e0d28 !important;
    border-color: #1a0717 !important;
}

    html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #2e0d28;
    }

html section.section-secondary {
    background-color: #312227 !important;
    border-color: #22181b !important;
}

    html section.section-secondary h1,
    html section.section-secondary h2,
    html section.section-secondary h3,
    html section.section-secondary h4,
    html section.section-secondary h5,
    html section.section-secondary h6 {
        color: #FFF;
    }

    html section.section-secondary p {
        color: #e6e6e6;
    }

html section.section-secondary-scale-2 {
    background-color: #130d0f !important;
    border-color: #040303 !important;
}

    html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #130d0f;
    }

html section.section-tertiary {
    background-color: #efece8 !important;
    border-color: #e5e0d9 !important;
}

    html section.section-tertiary h1,
    html section.section-tertiary h2,
    html section.section-tertiary h3,
    html section.section-tertiary h4,
    html section.section-tertiary h5,
    html section.section-tertiary h6 {
        color: #777;
    }

    html section.section-tertiary p {
        color: #5e5e5e;
    }

html section.section-tertiary-scale-2 {
    background-color: #dad3ca !important;
    border-color: #d0c7bb !important;
}

    html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #dad3ca;
    }

html section.section-quaternary {
    background-color: #101019 !important;
    border-color: #060609 !important;
}

    html section.section-quaternary h1,
    html section.section-quaternary h2,
    html section.section-quaternary h3,
    html section.section-quaternary h4,
    html section.section-quaternary h5,
    html section.section-quaternary h6 {
        color: #FFF;
    }

    html section.section-quaternary p {
        color: #e6e6e6;
    }

html section.section-quaternary-scale-2 {
    background-color: #000000 !important;
    border-color: #000000 !important;
}

    html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #000000;
    }

html section.section-dark {
    background-color: #2e353e !important;
    border-color: #23282f !important;
}

    html section.section-dark h1,
    html section.section-dark h2,
    html section.section-dark h3,
    html section.section-dark h4,
    html section.section-dark h5,
    html section.section-dark h6 {
        color: #FFF;
    }

    html section.section-dark p {
        color: #e6e6e6;
    }

html section.section-dark-scale-2 {
    background-color: #181c21 !important;
    border-color: #0d0f12 !important;
}

    html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #181c21;
    }

html section.section-light {
    background-color: #FFF !important;
    border-color: #f2f2f2 !important;
}

    html section.section-light h1,
    html section.section-light h2,
    html section.section-light h3,
    html section.section-light h4,
    html section.section-light h5,
    html section.section-light h6 {
        color: #777;
    }

    html section.section-light p {
        color: #5e5e5e;
    }

html section.section-light-scale-2 {
    background-color: #e6e6e6 !important;
    border-color: #d9d9d9 !important;
}

    html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #e6e6e6;
    }

html section.section-default-scale-1 {
    background-color: #dbdbdb !important;
    border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
    background-color: #c1c1c1 !important;
    border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
    background-color: #a8a8a8 !important;
    border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
    background-color: #8e8e8e !important;
    border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
    background-color: #757575 !important;
    border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
    background-color: #5b5b5b !important;
    border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
    background-color: #424242 !important;
    border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
    background-color: #282828 !important;
    border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
    background-color: #0f0f0f !important;
    border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
    background-color: #333a44 !important;
    border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
    background-color: #495362 !important;
    border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
    background-color: #5e6b7f !important;
    border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
    background-color: #77849a !important;
    border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
    background-color: #949faf !important;
    border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
    background-color: #b1b9c5 !important;
    border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
    background-color: #ced3db !important;
    border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
    background-color: #ebeef1 !important;
    border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
    background-color: #ffffff !important;
    border-top-color: #f7f7f7 !important;
}

section.page-header h1 {
    border-bottom-color: #56184b;
}

section.page-header.custom-product {
    background-color: #42123a;
    border-top-color: #4e1644;
}

html .page-header-color.page-header-primary {
    background-color: #56184b;
    border-bottom-color: #56184b;
    color: #FFF;
}

    html .page-header-color.page-header-primary h1 {
        color: #FFF;
    }

        html .page-header-color.page-header-primary h1 span {
            color: #FFF;
        }

    html .page-header-color.page-header-primary a {
        color: #FFF;
    }

    html .page-header-color.page-header-primary .breadcrumb > .active {
        color: #FFF;
    }

html .page-header-color.page-header-secondary {
    background-color: #312227;
    border-bottom-color: #312227;
    color: #FFF;
}

    html .page-header-color.page-header-secondary h1 {
        color: #FFF;
    }

        html .page-header-color.page-header-secondary h1 span {
            color: #FFF;
        }

    html .page-header-color.page-header-secondary a {
        color: #FFF;
    }

    html .page-header-color.page-header-secondary .breadcrumb > .active {
        color: #FFF;
    }

html .page-header-color.page-header-tertiary {
    background-color: #efece8;
    border-bottom-color: #efece8;
    color: #777;
}

    html .page-header-color.page-header-tertiary h1 {
        color: #777;
    }

        html .page-header-color.page-header-tertiary h1 span {
            color: #777;
        }

    html .page-header-color.page-header-tertiary a {
        color: #777;
    }

    html .page-header-color.page-header-tertiary .breadcrumb > .active {
        color: #777;
    }

html .page-header-color.page-header-quaternary {
    background-color: #101019;
    border-bottom-color: #101019;
    color: #FFF;
}

    html .page-header-color.page-header-quaternary h1 {
        color: #FFF;
    }

        html .page-header-color.page-header-quaternary h1 span {
            color: #FFF;
        }

    html .page-header-color.page-header-quaternary a {
        color: #FFF;
    }

    html .page-header-color.page-header-quaternary .breadcrumb > .active {
        color: #FFF;
    }

html .page-header-color.page-header-dark {
    background-color: #2e353e;
    border-bottom-color: #2e353e;
    color: #FFF;
}

    html .page-header-color.page-header-dark h1 {
        color: #FFF;
    }

        html .page-header-color.page-header-dark h1 span {
            color: #FFF;
        }

    html .page-header-color.page-header-dark a {
        color: #FFF;
    }

    html .page-header-color.page-header-dark .breadcrumb > .active {
        color: #FFF;
    }

html .page-header-color.page-header-light {
    background-color: #FFF;
    border-bottom-color: #FFF;
    color: #777;
}

    html .page-header-color.page-header-light h1 {
        color: #777;
    }

        html .page-header-color.page-header-light h1 span {
            color: #777;
        }

    html .page-header-color.page-header-light a {
        color: #777;
    }

    html .page-header-color.page-header-light .breadcrumb > .active {
        color: #777;
    }

html .toggle-primary .toggle label {
    color: #56184b;
    border-left-color: #56184b;
    border-right-color: #56184b;
}

html .toggle-primary .toggle.active > label {
    background-color: #56184b;
    border-color: #56184b;
    color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after {
    background-color: #56184b;
}

html .toggle-secondary .toggle label {
    color: #312227;
    border-left-color: #312227;
    border-right-color: #312227;
}

html .toggle-secondary .toggle.active > label {
    background-color: #312227;
    border-color: #312227;
    color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
    background-color: #312227;
}

html .toggle-tertiary .toggle label {
    color: #efece8;
    border-left-color: #efece8;
    border-right-color: #efece8;
}

html .toggle-tertiary .toggle.active > label {
    background-color: #efece8;
    border-color: #efece8;
    color: #777;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
    background-color: #efece8;
}

html .toggle-quaternary .toggle label {
    color: #101019;
    border-left-color: #101019;
    border-right-color: #101019;
}

html .toggle-quaternary .toggle.active > label {
    background-color: #101019;
    border-color: #101019;
    color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
    background-color: #101019;
}

html .toggle-dark .toggle label {
    color: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
    background-color: #2e353e;
    border-color: #2e353e;
    color: #FFF;
}

html .toggle-dark.toggle-simple .toggle > label:after {
    background-color: #2e353e;
}

html .toggle-light .toggle label {
    color: #FFF;
    border-left-color: #FFF;
    border-right-color: #FFF;
}

html .toggle-light .toggle.active > label {
    background-color: #FFF;
    border-color: #FFF;
    color: #777;
}

html .toggle-light.toggle-simple .toggle > label:after {
    background-color: #FFF;
}

.thumb-info .thumb-info-type {
    background-color: #56184b;
}

.thumb-info .thumb-info-action-icon {
    background-color: #56184b;
}

.thumb-info-social-icons a {
    background-color: #56184b;
}

.thumbnail .zoom {
    background-color: #56184b;
}

.img-thumbnail .zoom {
    background-color: #56184b;
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #56184b;
}

    html .thumb-info .thumb-info-action-icon-primary i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #312227;
}

    html .thumb-info .thumb-info-action-icon-secondary i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #efece8;
}

    html .thumb-info .thumb-info-action-icon-tertiary i {
        color: #777;
    }

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #101019;
}

    html .thumb-info .thumb-info-action-icon-quaternary i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-dark {
    background-color: #2e353e;
}

    html .thumb-info .thumb-info-action-icon-dark i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-light {
    background-color: #FFF;
}

    html .thumb-info .thumb-info-action-icon-light i {
        color: #777;
    }

.thumb-info-ribbon {
    background: #56184b;
}

    .thumb-info-ribbon:before {
        border-right-color: #1a0717;
        border-left-color: #1a0717;
    }

.inverted {
    background-color: #56184b;
}

html .inverted-primary {
    background-color: #56184b;
}

html .inverted-secondary {
    background-color: #312227;
}

html .inverted-tertiary {
    background-color: #efece8;
}

html .inverted-quaternary {
    background-color: #101019;
}

html .inverted-dark {
    background-color: #2e353e;
}

html .inverted-light {
    background-color: #FFF;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #3e1136;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"] {
    color: #56184b;
}

    .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
    .owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
        color: #56184b;
    }

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #56184b;
    border-color: #56184b #56184b #2e0d28;
    color: #FFF;
}

    .owl-carousel .owl-nav button[class*="owl-"]:hover,
    .owl-carousel .owl-nav button[class*="owl-"].hover {
        background-color: #742065;
        border-color: #7e236e #7e236e #56184b;
        color: #FFF;
    }

    .owl-carousel .owl-nav button[class*="owl-"]:active,
    .owl-carousel .owl-nav button[class*="owl-"].active {
        background-color: #381031;
        background-image: none;
        border-color: #2e0d28 #2e0d28 #060205;
    }

.owl-carousel.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
    color: #56184b;
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover {
    color: #56184b;
}

    html body .tabs .nav-tabs .nav-link:hover,
    html.dark body .tabs .nav-tabs .nav-link:hover,
    html body .tabs .nav-tabs .nav-link:focus,
    html.dark body .tabs .nav-tabs .nav-link:focus {
        border-top-color: #56184b;
    }

html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
    border-top-color: #56184b;
    color: #56184b;
}

html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
    border-top-color: #56184b;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
    border-bottom-color: #56184b;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
    border-left-color: #56184b;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
    border-right-color: #56184b;
}

html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
    border-top-color: #56184b;
    color: #56184b;
}

html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    color: #56184b;
}

    html body .tabs-primary .nav-tabs li .nav-link:hover,
    html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
    html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
    html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
        border-top-color: #56184b;
    }

html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #56184b;
    color: #56184b;
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #56184b;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #56184b;
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #56184b;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #56184b;
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #56184b;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #56184b;
}

html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
    color: #312227;
}

    html body .tabs-secondary .nav-tabs li .nav-link:hover,
    html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
    html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
    html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
        border-top-color: #312227;
    }

html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #312227;
    color: #312227;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #312227;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #312227;
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #312227;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #312227;
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #312227;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #312227;
}

html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
    color: #efece8;
}

    html body .tabs-tertiary .nav-tabs li .nav-link:hover,
    html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
    html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
    html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
        border-top-color: #efece8;
    }

html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #efece8;
    color: #efece8;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #efece8;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #efece8;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #efece8;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #efece8;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #efece8;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #efece8;
}

html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
    color: #101019;
}

    html body .tabs-quaternary .nav-tabs li .nav-link:hover,
    html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
    html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
    html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
        border-top-color: #101019;
    }

html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #101019;
    color: #101019;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #101019;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #101019;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #101019;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #101019;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #101019;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #101019;
}

html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
    color: #2e353e;
}

    html body .tabs-dark .nav-tabs li .nav-link:hover,
    html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
    html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
    html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
        border-top-color: #2e353e;
    }

html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #2e353e;
    color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
    color: #FFF;
}

    html body .tabs-light .nav-tabs li .nav-link:hover,
    html.dark body .tabs-light .nav-tabs li .nav-link:hover,
    html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
    html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
        border-top-color: #FFF;
    }

html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
    border-top-color: #FFF;
    color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
    border-bottom-color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
    border-bottom-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover {
    border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
    border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover {
    border-right-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
    border-right-color: #FFF;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
    border-right-color: #56184b;
    border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
    border-right-color: transparent;
    border-left-color: #56184b;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .fas:first-child,
.list.list-icons li a:first-child > .fas:first-child,
.list.list-icons li > .far:first-child,
.list.list-icons li a:first-child > .far:first-child,
.list.list-icons li > .fal:first-child,
.list.list-icons li a:first-child > .fal:first-child,
.list.list-icons li > .fab:first-child,
.list.list-icons li a:first-child > .fab:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    color: #56184b;
    border-color: #56184b;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #56184b;
}

.list.list-ordened li:before {
    color: #56184b;
    border-color: #56184b;
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #56184b;
}

html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .fas:first-child,
html .list-primary.list-icons li a:first-child > .fas:first-child,
html .list-primary.list-icons li > .far:first-child,
html .list-primary.list-icons li a:first-child > .far:first-child,
html .list-primary.list-icons li > .fal:first-child,
html .list-primary.list-icons li a:first-child > .fal:first-child,
html .list-primary.list-icons li > .fab:first-child,
html .list-primary.list-icons li a:first-child > .fab:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
    color: #56184b;
    border-color: #56184b;
}

html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #56184b;
    color: #FFF;
}

html .list-primary.list-ordened li:before {
    color: #56184b;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #56184b;
    color: #FFF;
}

html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .fas:first-child,
html .list-secondary.list-icons li a:first-child > .fas:first-child,
html .list-secondary.list-icons li > .far:first-child,
html .list-secondary.list-icons li a:first-child > .far:first-child,
html .list-secondary.list-icons li > .fal:first-child,
html .list-secondary.list-icons li a:first-child > .fal:first-child,
html .list-secondary.list-icons li > .fab:first-child,
html .list-secondary.list-icons li a:first-child > .fab:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
    color: #312227;
    border-color: #312227;
}

html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #312227;
    color: #FFF;
}

html .list-secondary.list-ordened li:before {
    color: #312227;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #312227;
    color: #FFF;
}

html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .fas:first-child,
html .list-tertiary.list-icons li a:first-child > .fas:first-child,
html .list-tertiary.list-icons li > .far:first-child,
html .list-tertiary.list-icons li a:first-child > .far:first-child,
html .list-tertiary.list-icons li > .fal:first-child,
html .list-tertiary.list-icons li a:first-child > .fal:first-child,
html .list-tertiary.list-icons li > .fab:first-child,
html .list-tertiary.list-icons li a:first-child > .fab:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
    color: #efece8;
    border-color: #efece8;
}

html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #efece8;
    color: #777;
}

html .list-tertiary.list-ordened li:before {
    color: #efece8;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #efece8;
    color: #777;
}

html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .fas:first-child,
html .list-quaternary.list-icons li a:first-child > .fas:first-child,
html .list-quaternary.list-icons li > .far:first-child,
html .list-quaternary.list-icons li a:first-child > .far:first-child,
html .list-quaternary.list-icons li > .fal:first-child,
html .list-quaternary.list-icons li a:first-child > .fal:first-child,
html .list-quaternary.list-icons li > .fab:first-child,
html .list-quaternary.list-icons li a:first-child > .fab:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
    color: #101019;
    border-color: #101019;
}

html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #101019;
    color: #FFF;
}

html .list-quaternary.list-ordened li:before {
    color: #101019;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #101019;
    color: #FFF;
}

html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .fas:first-child,
html .list-dark.list-icons li a:first-child > .fas:first-child,
html .list-dark.list-icons li > .far:first-child,
html .list-dark.list-icons li a:first-child > .far:first-child,
html .list-dark.list-icons li > .fal:first-child,
html .list-dark.list-icons li a:first-child > .fal:first-child,
html .list-dark.list-icons li > .fab:first-child,
html .list-dark.list-icons li a:first-child > .fab:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
    color: #2e353e;
    border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #2e353e;
    color: #FFF;
}

html .list-dark.list-ordened li:before {
    color: #2e353e;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: #2e353e;
    color: #FFF;
}

html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .fas:first-child,
html .list-light.list-icons li a:first-child > .fas:first-child,
html .list-light.list-icons li > .far:first-child,
html .list-light.list-icons li a:first-child > .far:first-child,
html .list-light.list-icons li > .fal:first-child,
html .list-light.list-icons li a:first-child > .fal:first-child,
html .list-light.list-icons li > .fab:first-child,
html .list-light.list-icons li a:first-child > .fab:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
    color: #FFF;
    border-color: #FFF;
}

html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #FFF;
    color: #777;
}

html .list-light.list-ordened li:before {
    color: #FFF;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
    background-color: #FFF;
    color: #777;
}

.parallax blockquote i.fa-quote-left {
    color: #56184b;
}

section.video blockquote i.fa-quote-left {
    color: #56184b;
}

.accordion .card-header a {
    color: #56184b;
}

html .accordion.accordion-primary .card-header {
    background-color: #56184b !important;
}

    html .accordion.accordion-primary .card-header a {
        color: #FFF;
    }

html .accordion.accordion-secondary .card-header {
    background-color: #312227 !important;
}

    html .accordion.accordion-secondary .card-header a {
        color: #FFF;
    }

html .accordion.accordion-tertiary .card-header {
    background-color: #efece8 !important;
}

    html .accordion.accordion-tertiary .card-header a {
        color: #777;
    }

html .accordion.accordion-quaternary .card-header {
    background-color: #101019 !important;
}

    html .accordion.accordion-quaternary .card-header a {
        color: #FFF;
    }

html .accordion.accordion-dark .card-header {
    background-color: #2e353e !important;
}

    html .accordion.accordion-dark .card-header a {
        color: #FFF;
    }

html .accordion.accordion-light .card-header {
    background-color: #FFF !important;
}

    html .accordion.accordion-light .card-header a {
        color: #777;
    }

html .divider.divider-primary .fa,
html .divider.divider-primary .fas,
html .divider.divider-primary .far,
html .divider.divider-primary .fal,
html .divider.divider-primary .fab,
html .divider.divider-primary .icons {
    color: #56184b;
}

html .divider.divider-primary.divider-small hr {
    background: #56184b;
}

html .divider.divider-secondary .fa,
html .divider.divider-secondary .fas,
html .divider.divider-secondary .far,
html .divider.divider-secondary .fal,
html .divider.divider-secondary .fab,
html .divider.divider-secondary .icons {
    color: #312227;
}

html .divider.divider-secondary.divider-small hr {
    background: #312227;
}

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .fas,
html .divider.divider-tertiary .far,
html .divider.divider-tertiary .fal,
html .divider.divider-tertiary .fab,
html .divider.divider-tertiary .icons {
    color: #efece8;
}

html .divider.divider-tertiary.divider-small hr {
    background: #efece8;
}

html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .fas,
html .divider.divider-quaternary .far,
html .divider.divider-quaternary .fal,
html .divider.divider-quaternary .fab,
html .divider.divider-quaternary .icons {
    color: #101019;
}

html .divider.divider-quaternary.divider-small hr {
    background: #101019;
}

html .divider.divider-dark .fa,
html .divider.divider-dark .fas,
html .divider.divider-dark .far,
html .divider.divider-dark .fal,
html .divider.divider-dark .fab,
html .divider.divider-dark .icons {
    color: #2e353e;
}

html .divider.divider-dark.divider-small hr {
    background: #2e353e;
}

html .divider.divider-light .fa,
html .divider.divider-light .fas,
html .divider.divider-light .far,
html .divider.divider-light .fal,
html .divider.divider-light .fab,
html .divider.divider-light .icons {
    color: #FFF;
}

html .divider.divider-light.divider-small hr {
    background: #FFF;
}

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .fas,
html .divider.divider-style-2.divider-primary .far,
html .divider.divider-style-2.divider-primary .fal,
html .divider.divider-style-2.divider-primary .fab,
html .divider.divider-style-2.divider-primary .icons {
    background: #56184b;
    color: #FFF;
}

html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .fas,
html .divider.divider-style-2.divider-secondary .far,
html .divider.divider-style-2.divider-secondary .fal,
html .divider.divider-style-2.divider-secondary .fab,
html .divider.divider-style-2.divider-secondary .icons {
    background: #312227;
    color: #FFF;
}

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .fas,
html .divider.divider-style-2.divider-tertiary .far,
html .divider.divider-style-2.divider-tertiary .fal,
html .divider.divider-style-2.divider-tertiary .fab,
html .divider.divider-style-2.divider-tertiary .icons {
    background: #efece8;
    color: #777;
}

html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .fas,
html .divider.divider-style-2.divider-quaternary .far,
html .divider.divider-style-2.divider-quaternary .fal,
html .divider.divider-style-2.divider-quaternary .fab,
html .divider.divider-style-2.divider-quaternary .icons {
    background: #101019;
    color: #FFF;
}

html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .fas,
html .divider.divider-style-2.divider-dark .far,
html .divider.divider-style-2.divider-dark .fal,
html .divider.divider-style-2.divider-dark .fab,
html .divider.divider-style-2.divider-dark .icons {
    background: #2e353e;
    color: #FFF;
}

html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .fas,
html .divider.divider-style-2.divider-light .far,
html .divider.divider-style-2.divider-light .fal,
html .divider.divider-style-2.divider-light .fab,
html .divider.divider-style-2.divider-light .icons {
    background: #FFF;
    color: #777;
}

html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .fas,
html .divider.divider-style-3.divider-primary .far,
html .divider.divider-style-3.divider-primary .fal,
html .divider.divider-style-3.divider-primary .fab,
html .divider.divider-style-3.divider-primary .icons {
    border-color: #56184b;
}

html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .fas,
html .divider.divider-style-3.divider-secondary .far,
html .divider.divider-style-3.divider-secondary .fal,
html .divider.divider-style-3.divider-secondary .fab,
html .divider.divider-style-3.divider-secondary .icons {
    border-color: #312227;
}

html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .fas,
html .divider.divider-style-3.divider-tertiary .far,
html .divider.divider-style-3.divider-tertiary .fal,
html .divider.divider-style-3.divider-tertiary .fab,
html .divider.divider-style-3.divider-tertiary .icons {
    border-color: #efece8;
}

html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .fas,
html .divider.divider-style-3.divider-quaternary .far,
html .divider.divider-style-3.divider-quaternary .fal,
html .divider.divider-style-3.divider-quaternary .fab,
html .divider.divider-style-3.divider-quaternary .icons {
    border-color: #101019;
}

html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .fas,
html .divider.divider-style-3.divider-dark .far,
html .divider.divider-style-3.divider-dark .fal,
html .divider.divider-style-3.divider-dark .fab,
html .divider.divider-style-3.divider-dark .icons {
    border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .fas,
html .divider.divider-style-3.divider-light .far,
html .divider.divider-style-3.divider-light .fal,
html .divider.divider-style-3.divider-light .fab,
html .divider.divider-style-3.divider-light .icons {
    border-color: #FFF;
}

#header .tip {
    background: #56184b;
    color: #FFF;
}

    #header .tip:before {
        border-right-color: #56184b;
        border-left-color: transparent;
    }

html #header .tip-primary {
    background: #56184b !important;
    color: #FFF !important;
}

    html #header .tip-primary:before {
        border-right-color: #56184b !important;
    }

html #header .tip-secondary {
    background: #312227 !important;
    color: #FFF !important;
}

    html #header .tip-secondary:before {
        border-right-color: #312227 !important;
    }

html #header .tip-tertiary {
    background: #efece8 !important;
    color: #777 !important;
}

    html #header .tip-tertiary:before {
        border-right-color: #efece8 !important;
    }

html #header .tip-quaternary {
    background: #101019 !important;
    color: #FFF !important;
}

    html #header .tip-quaternary:before {
        border-right-color: #101019 !important;
    }

html #header .tip-dark {
    background: #2e353e !important;
    color: #FFF !important;
}

    html #header .tip-dark:before {
        border-right-color: #2e353e !important;
    }

html #header .tip-light {
    background: #FFF !important;
    color: #777 !important;
}

    html #header .tip-light:before {
        border-right-color: #FFF !important;
    }

html[dir="rtl"] #header .tip:before {
    border-left-color: #56184b;
}

html[dir="rtl"] #header .tip.skin:before {
    border-left-color: #56184b;
}

html[dir="rtl"] #header .tip-primary:before {
    border-left-color: #56184b !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-secondary:before {
    border-left-color: #312227 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-tertiary:before {
    border-left-color: #efece8 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-quaternary:before {
    border-left-color: #101019 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-dark:before {
    border-left-color: #2e353e !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-light:before {
    border-left-color: #FFF !important;
    border-right-color: transparent !important;
}

#header .header-btn-collapse-nav {
    background: #56184b;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #56184b;
    }

        #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

        #header .header-nav-main nav > ul > li > a.active {
            background: #56184b;
        }

    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #56184b;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #56184b;
    }

        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #56184b;
        }

    #header .header-nav-main nav > ul > li.dropdown.open > a:before,
    #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: #56184b;
    }

    #header .header-nav-main nav > ul > li .dropdown-menu {
        border-top-color: #56184b;
    }

        #header .header-nav-main nav > ul > li .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
            border-color: transparent #56184b transparent transparent !important;
        }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        border-top-color: #56184b;
    }

        #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
            color: #56184b;
        }

    #header .header-nav.header-nav-stripe nav > ul > li > a.active {
        color: #56184b;
    }

        #header .header-nav.header-nav-stripe nav > ul > li > a.active.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
    #header .header-nav.header-nav-stripe nav > ul > li.open > a {
        background-color: #56184b;
    }

    #header .header-nav.header-nav-top-line nav > ul li > a.active {
        color: #56184b;
    }

        #header .header-nav.header-nav-top-line nav > ul li > a.active:before {
            background: #56184b;
        }

        #header .header-nav.header-nav-top-line nav > ul li > a.active.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    #header .header-nav.header-nav-top-line nav > ul li:hover > a {
        color: #56184b;
    }

        #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
            background: #56184b;
        }

        #header .header-nav.header-nav-top-line nav > ul li:hover > a.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active {
        color: #56184b;
    }

        #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
        color: #56184b;
    }

        #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-left-color: #56184b;
    }

    html.side-header #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
        border-color: transparent transparent transparent #56184b;
    }

    html.side-header #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
    html.side-header #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
        border-color: transparent transparent transparent #FFF;
    }

    html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-right-color: #56184b;
    }

    html.side-header-right #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
        border-color: transparent #56184b transparent transparent;
    }

    html.side-header-right #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
    html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
        border-color: transparent #FFF transparent transparent;
    }

    ;
}

@media (min-width: 992px) {
    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #56184b transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #56184b transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
        background: #56184b;
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        background: #56184b;
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
        color: #56184b;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
            background: #56184b;
            color: #FFF;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:after {
            border-color: #56184b transparent transparent transparent;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
        border-top-color: #56184b;
        background-color: #56184b;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #6a1e5c;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
            background: #6a1e5c;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #FFF;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
        border-bottom-color: #56184b;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #312227 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #312227 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #312227;
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        background: #312227;
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        color: #312227;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
            background: #312227;
            color: #FFF;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:after {
            border-color: #312227 transparent transparent transparent;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        border-top-color: #312227;
        background-color: #312227;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #402c33;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
            background: #402c33;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #FFF;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
        border-bottom-color: #312227;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #efece8 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #efece8 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
        background: #efece8;
        color: #777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        background: #efece8;
        color: #777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
        color: #efece8;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
            background: #efece8;
            color: #777;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:after {
            border-color: #efece8 transparent transparent transparent;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        border-top-color: #efece8;
        background-color: #efece8;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
            color: #777;
            border-bottom-color: #f9f8f7;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
            background: #f9f8f7;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #777;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
        border-bottom-color: #efece8;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
        color: #777;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #101019 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #101019 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
        background: #101019;
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        background: #101019;
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
        color: #101019;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
            background: #101019;
            color: #FFF;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:after {
            border-color: #101019 transparent transparent transparent;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        border-top-color: #101019;
        background-color: #101019;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #1a1a29;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
            background: #1a1a29;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #FFF;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
        border-bottom-color: #101019;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #2e353e transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #2e353e transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
        background: #2e353e;
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        background: #2e353e;
        color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
        color: #2e353e;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
            background: #2e353e;
            color: #FFF;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:after {
            border-color: #2e353e transparent transparent transparent;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
        border-top-color: #2e353e;
        background-color: #2e353e;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #39424d;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
            background: #39424d;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #FFF;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
        border-bottom-color: #2e353e;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #FFF transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
        background: #FFF;
        color: #777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        background: #FFF;
        color: #777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
        color: #FFF;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
            background: #FFF;
            color: #777;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:after {
            border-color: #FFF transparent transparent transparent;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
        border-top-color: #FFF;
        background-color: #FFF;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
            color: #777;
            border-bottom-color: #ffffff;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
            background: #ffffff;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #777;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
        border-bottom-color: #FFF;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
        color: #777;
        opacity: 0.70;
    }

    html[dir="rtl"] #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent #56184b transparent transparent;
    }

    ;
}

@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li > a {
        color: #56184b;
    }

        #header .header-nav-main nav > ul > li > a:active {
            color: #56184b;
        }

        #header .header-nav-main nav > ul > li > a.active {
            background: #56184b;
        }

            #header .header-nav-main nav > ul > li > a.active:focus,
            #header .header-nav-main nav > ul > li > a.active:hover {
                background: #56184b;
            }

    ;
}

@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #56184b;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
            background: #56184b;
            color: #FFF;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #312227;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
            background: #312227;
            color: #FFF;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
        color: #efece8;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
            background: #efece8;
            color: #777;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
        color: #101019;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
            background: #101019;
            color: #FFF;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
        color: #2e353e;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
            background: #2e353e;
            color: #FFF;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
        color: #FFF;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
            background: #FFF;
            color: #777;
        }

    ;
}

html #header .header-top.header-top-primary {
    background: #56184b;
    border-top-color: #42123a;
}

    html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
        background: #6a1e5c;
    }

        html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
        html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
        html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
        html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
            background: #6a1e5c;
        }

    html #header .header-top.header-top-primary .dropdown-menu {
        background: #6a1e5c;
        border-color: #6a1e5c;
    }

        html #header .header-top.header-top-primary .dropdown-menu a:hover,
        html #header .header-top.header-top-primary .dropdown-menu a:focus {
            background: #7e236e !important;
        }

html #header .header-top.header-top-secondary {
    background: #312227;
    border-top-color: #22181b;
}

    html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
        background: #402c33;
    }

        html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
        html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
        html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
        html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
            background: #402c33;
        }

    html #header .header-top.header-top-secondary .dropdown-menu {
        background: #402c33;
        border-color: #402c33;
    }

        html #header .header-top.header-top-secondary .dropdown-menu a:hover,
        html #header .header-top.header-top-secondary .dropdown-menu a:focus {
            background: #4f373f !important;
        }

html #header .header-top.header-top-tertiary {
    background: #efece8;
    border-top-color: #e5e0d9;
}

    html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
        background: #f9f8f7;
    }

        html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
        html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
        html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
        html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
            background: #f9f8f7;
        }

    html #header .header-top.header-top-tertiary .dropdown-menu {
        background: #f9f8f7;
        border-color: #f9f8f7;
    }

        html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
        html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
            background: #ffffff !important;
        }

html #header .header-top.header-top-quaternary {
    background: #101019;
    border-top-color: #060609;
}

    html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
        background: #1a1a29;
    }

        html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
        html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
        html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
        html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
            background: #1a1a29;
        }

    html #header .header-top.header-top-quaternary .dropdown-menu {
        background: #1a1a29;
        border-color: #1a1a29;
    }

        html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
        html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
            background: #242438 !important;
        }

html #header .header-top.header-top-dark {
    background: #2e353e;
    border-top-color: #23282f;
}

    html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
        background: #39424d;
    }

        html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
        html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
        html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
        html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
            background: #39424d;
        }

    html #header .header-top.header-top-dark .dropdown-menu {
        background: #39424d;
        border-color: #39424d;
    }

        html #header .header-top.header-top-dark .dropdown-menu a:hover,
        html #header .header-top.header-top-dark .dropdown-menu a:focus {
            background: #444e5b !important;
        }

html #header .header-top.header-top-light {
    background: #FFF;
    border-top-color: #f2f2f2;
}

    html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
        background: #ffffff;
    }

        html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
        html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
        html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
        html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
            background: #ffffff;
        }

    html #header .header-top.header-top-light .dropdown-menu {
        background: #ffffff;
        border-color: #ffffff;
    }

        html #header .header-top.header-top-light .dropdown-menu a:hover,
        html #header .header-top.header-top-light .dropdown-menu a:focus {
            background: #ffffff !important;
        }

@media (min-width: 992px) {
    html #header .header-nav-bar-primary {
        background: #56184b !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-secondary {
        background: #312227 !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-tertiary {
        background: #efece8 !important;
        color: #777 !important;
    }

    html #header .header-nav-bar-quaternary {
        background: #101019 !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-dark {
        background: #2e353e !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-light {
        background: #FFF !important;
        color: #777 !important;
    }

    ;
}

@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
        color: #56184b;
    }

        #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after,
        #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #56184b;
    }

        #header .header-nav-main.header-nav-main-light nav > ul > li > a.active.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    ;
}

@media (min-width: 992px) {
    html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active {
        color: #56184b;
    }

        html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active {
        color: #56184b;
    }

        html #header.header-semi-transparent .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active {
        color: #56184b;
    }

        html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
            border-color: #56184b transparent transparent transparent;
        }

    ;
}

.testimonial blockquote {
    background: #6a1e5c;
}

.testimonial .testimonial-arrow-down {
    border-top-color: #6a1e5c;
}

html .testimonial-primary blockquote {
    background: #6a1e5c;
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #6a1e5c;
}

html .testimonial-secondary blockquote {
    background: #402c33;
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #402c33;
}

html .testimonial-tertiary blockquote {
    background: #f9f8f7;
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #f9f8f7;
}

html .testimonial-quaternary blockquote {
    background: #1a1a29;
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #1a1a29;
}

html .testimonial-dark blockquote {
    background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
    border-top-color: #39424d;
}

html .testimonial-light blockquote {
    background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
    border-top-color: #ffffff;
}

.circular-bar.only-icon .fa,
.circular-bar.only-icon .fas,
.circular-bar.only-icon .far,
.circular-bar.only-icon .fal,
.circular-bar.only-icon .fab,
.circular-bar.only-icon .icons {
    color: #56184b;
}

html .counters .counter-primary .fa,
html .counters .counter-primary .fas,
html .counters .counter-primary .far,
html .counters .counter-primary .fal,
html .counters .counter-primary .fab,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
    color: #56184b;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary .fas,
html .counters .counter-secondary .far,
html .counters .counter-secondary .fal,
html .counters .counter-secondary .fab,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
    color: #312227;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .fas,
html .counters .counter-tertiary .far,
html .counters .counter-tertiary .fal,
html .counters .counter-tertiary .fab,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
    color: #efece8;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .fas,
html .counters .counter-quaternary .far,
html .counters .counter-quaternary .fal,
html .counters .counter-quaternary .fab,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
    color: #101019;
}

html .counters .counter-dark .fa,
html .counters .counter-dark .fas,
html .counters .counter-dark .far,
html .counters .counter-dark .fal,
html .counters .counter-dark .fab,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
    color: #2e353e;
}

html .counters .counter-light .fa,
html .counters .counter-light .fas,
html .counters .counter-light .far,
html .counters .counter-light .fal,
html .counters .counter-light .fab,
html .counters .counter-light .icons,
html .counters .counter-light strong {
    color: #FFF;
}

.icon-featured {
    background-color: #56184b;
}

.featured-box-primary .icon-featured {
    background-color: #56184b;
}

    .featured-box-primary .icon-featured:after {
        border-color: #56184b;
    }

.featured-box-primary h4 {
    color: #56184b;
}

.featured-box-primary .box-content {
    border-top-color: #56184b;
}

html .featured-box-primary .icon-featured {
    background-color: #56184b;
}

html .featured-box-primary h4 {
    color: #56184b;
}

html .featured-box-primary .box-content {
    border-top-color: #56184b;
}

html .featured-box-secondary .icon-featured {
    background-color: #312227;
}

html .featured-box-secondary h4 {
    color: #312227;
}

html .featured-box-secondary .box-content {
    border-top-color: #312227;
}

html .featured-box-tertiary .icon-featured {
    background-color: #efece8;
}

html .featured-box-tertiary h4 {
    color: #efece8;
}

html .featured-box-tertiary .box-content {
    border-top-color: #efece8;
}

html .featured-box-quaternary .icon-featured {
    background-color: #101019;
}

html .featured-box-quaternary h4 {
    color: #101019;
}

html .featured-box-quaternary .box-content {
    border-top-color: #101019;
}

html .featured-box-dark .icon-featured {
    background-color: #2e353e;
}

html .featured-box-dark h4 {
    color: #2e353e;
}

html .featured-box-dark .box-content {
    border-top-color: #2e353e;
}

html .featured-box-light .icon-featured {
    background-color: #FFF;
}

html .featured-box-light h4 {
    color: #FFF;
}

html .featured-box-light .box-content {
    border-top-color: #FFF;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #56184b;
    color: #56184b;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #312227;
    color: #312227;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #efece8;
    color: #efece8;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #101019;
    color: #101019;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
    border-color: #FFF;
    color: #FFF;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: #56184b;
    color: #56184b;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #312227;
    color: #312227;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #efece8;
    color: #efece8;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #101019;
    color: #101019;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
    border-color: #2e353e;
    color: #2e353e;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
    border-color: #FFF;
    color: #FFF;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: #56184b;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #312227;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #efece8;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #101019;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: #56184b;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #312227;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #efece8;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #101019;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #56184b;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #312227;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #efece8;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #101019;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
    color: #2e353e;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #56184b;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #312227;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #efece8;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #101019;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 3px #2e353e;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 3px #FFF;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px #56184b;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #56184b !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #312227;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #312227 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #efece8;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #efece8 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #101019;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #101019 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 10px #2e353e;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #2e353e !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 10px #FFF;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
    background: #FFF !important;
}

.feature-box .feature-box-icon {
    background-color: #56184b;
}

html .feature-box-primary .feature-box-icon {
    background-color: #56184b;
}

html .feature-box-secondary .feature-box-icon {
    background-color: #312227;
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #efece8;
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #101019;
}

html .feature-box-dark .feature-box-icon {
    background-color: #2e353e;
}

html .feature-box-light .feature-box-icon {
    background-color: #FFF;
}

.feature-box.feature-box-style-2 .feature-box-icon .fa,
.feature-box.feature-box-style-2 .feature-box-icon .fas,
.feature-box.feature-box-style-2 .feature-box-icon .far,
.feature-box.feature-box-style-2 .feature-box-icon .fal,
.feature-box.feature-box-style-2 .feature-box-icon .fab,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #56184b;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
    color: #56184b;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
    color: #312227;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
    color: #efece8;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
    color: #101019;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-2 .feature-box-icon .far,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-2 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
    color: #FFF;
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #56184b;
}

    .feature-box.feature-box-style-3 .feature-box-icon .fa,
    .feature-box.feature-box-style-3 .feature-box-icon .fas,
    .feature-box.feature-box-style-3 .feature-box-icon .far,
    .feature-box.feature-box-style-3 .feature-box-icon .fal,
    .feature-box.feature-box-style-3 .feature-box-icon .fab,
    .feature-box.feature-box-style-3 .feature-box-icon .icons {
        color: #56184b;
    }

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #56184b;
}

    html .feature-box-primary.feature-box-style-3 .feature-box-icon .fa,
    html .feature-box-primary.feature-box-style-3 .feature-box-icon .fas,
    html .feature-box-primary.feature-box-style-3 .feature-box-icon .far,
    html .feature-box-primary.feature-box-style-3 .feature-box-icon .fal,
    html .feature-box-primary.feature-box-style-3 .feature-box-icon .fab,
    html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
        color: #56184b;
    }

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #312227;
}

    html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fa,
    html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fas,
    html .feature-box-secondary.feature-box-style-3 .feature-box-icon .far,
    html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fal,
    html .feature-box-secondary.feature-box-style-3 .feature-box-icon .fab,
    html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
        color: #312227;
    }

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #efece8;
}

    html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fa,
    html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fas,
    html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .far,
    html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fal,
    html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .fab,
    html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
        color: #efece8;
    }

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #101019;
}

    html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fa,
    html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fas,
    html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .far,
    html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fal,
    html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .fab,
    html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
        color: #101019;
    }

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
    border-color: #2e353e;
}

    html .feature-box-dark.feature-box-style-3 .feature-box-icon .fa,
    html .feature-box-dark.feature-box-style-3 .feature-box-icon .fas,
    html .feature-box-dark.feature-box-style-3 .feature-box-icon .far,
    html .feature-box-dark.feature-box-style-3 .feature-box-icon .fal,
    html .feature-box-dark.feature-box-style-3 .feature-box-icon .fab,
    html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
        color: #2e353e;
    }

html .feature-box-light.feature-box-style-3 .feature-box-icon {
    border-color: #FFF;
}

    html .feature-box-light.feature-box-style-3 .feature-box-icon .fa,
    html .feature-box-light.feature-box-style-3 .feature-box-icon .fas,
    html .feature-box-light.feature-box-style-3 .feature-box-icon .far,
    html .feature-box-light.feature-box-style-3 .feature-box-icon .fal,
    html .feature-box-light.feature-box-style-3 .feature-box-icon .fab,
    html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
        color: #FFF;
    }

.feature-box.feature-box-style-4 .feature-box-icon .fa,
.feature-box.feature-box-style-4 .feature-box-icon .fas,
.feature-box.feature-box-style-4 .feature-box-icon .far,
.feature-box.feature-box-style-4 .feature-box-icon .fal,
.feature-box.feature-box-style-4 .feature-box-icon .fab,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
    color: #56184b;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
    color: #56184b;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
    color: #312227;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
    color: #efece8;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
    color: #101019;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-4 .feature-box-icon .far,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-4 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
    color: #FFF;
}

.feature-box.feature-box-style-5 .feature-box-icon .fa,
.feature-box.feature-box-style-5 .feature-box-icon .fas,
.feature-box.feature-box-style-5 .feature-box-icon .far,
.feature-box.feature-box-style-5 .feature-box-icon .fal,
.feature-box.feature-box-style-5 .feature-box-icon .fab,
.feature-box.feature-box-style-5 .feature-box-icon .icons {
    color: #56184b;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
    color: #56184b;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
    color: #312227;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
    color: #efece8;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
    color: #101019;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-5 .feature-box-icon .far,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-5 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-5 .feature-box-icon .icons {
    color: #FFF;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
    color: #56184b;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
    color: #312227;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
    color: #efece8;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .far,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
    color: #101019;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .far,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon .fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fas,
html .feature-box-light.feature-box-style-6 .feature-box-icon .far,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fal,
html .feature-box-light.feature-box-style-6 .feature-box-icon .fab,
html .feature-box-light.feature-box-style-6 .feature-box-icon .icons {
    color: #FFF;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) {
    background-color: #2e0d28;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
    background-color: #42123a;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
    background-color: #56184b;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
    background-color: #6a1e5c;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
    background-color: #7e236e;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
    background-color: #92297f;
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #56184b;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #312227;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #efece8;
    color: #777;
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #101019;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-dark {
    background-color: #2e353e;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-light {
    background-color: #FFF;
    color: #777;
}

.pricing-table .most-popular {
    border-color: #56184b;
}

    .pricing-table .most-popular h3 {
        background-color: #56184b;
    }

.pricing-table.princig-table-flat .plan h3 {
    background-color: #56184b;
}

    .pricing-table.princig-table-flat .plan h3 span {
        background: #56184b;
    }

html .call-to-action.featured.featured-primary {
    border-top-color: #56184b;
}

html .call-to-action.call-to-action-primary {
    background: #56184b;
}

html .call-to-action.with-full-borders-primary {
    border-color: #56184b;
}

html .call-to-action.call-to-action-primary {
    background: #56184b;
}

    html .call-to-action.call-to-action-primary h3,
    html .call-to-action.call-to-action-primary p {
        color: #FFF;
    }

html .call-to-action.featured.featured-secondary {
    border-top-color: #312227;
}

html .call-to-action.call-to-action-secondary {
    background: #312227;
}

html .call-to-action.with-full-borders-secondary {
    border-color: #312227;
}

html .call-to-action.call-to-action-secondary {
    background: #312227;
}

    html .call-to-action.call-to-action-secondary h3,
    html .call-to-action.call-to-action-secondary p {
        color: #FFF;
    }

html .call-to-action.featured.featured-tertiary {
    border-top-color: #efece8;
}

html .call-to-action.call-to-action-tertiary {
    background: #efece8;
}

html .call-to-action.with-full-borders-tertiary {
    border-color: #efece8;
}

html .call-to-action.call-to-action-tertiary {
    background: #efece8;
}

    html .call-to-action.call-to-action-tertiary h3,
    html .call-to-action.call-to-action-tertiary p {
        color: #777;
    }

html .call-to-action.featured.featured-quaternary {
    border-top-color: #101019;
}

html .call-to-action.call-to-action-quaternary {
    background: #101019;
}

html .call-to-action.with-full-borders-quaternary {
    border-color: #101019;
}

html .call-to-action.call-to-action-quaternary {
    background: #101019;
}

    html .call-to-action.call-to-action-quaternary h3,
    html .call-to-action.call-to-action-quaternary p {
        color: #FFF;
    }

html .call-to-action.featured.featured-dark {
    border-top-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
    background: #2e353e;
}

html .call-to-action.with-full-borders-dark {
    border-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
    background: #2e353e;
}

    html .call-to-action.call-to-action-dark h3,
    html .call-to-action.call-to-action-dark p {
        color: #FFF;
    }

html .call-to-action.featured.featured-light {
    border-top-color: #FFF;
}

html .call-to-action.call-to-action-light {
    background: #FFF;
}

html .call-to-action.with-full-borders-light {
    border-color: #FFF;
}

html .call-to-action.call-to-action-light {
    background: #FFF;
}

    html .call-to-action.call-to-action-light h3,
    html .call-to-action.call-to-action-light p {
        color: #777;
    }

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
    background: #56184b;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #56184b;
}

ul.history li .featured-box .box-content {
    border-top-color: #56184b;
}

.recent-posts .date .month,
article.post .post-date .month {
    background-color: #56184b;
}

.recent-posts .date .day,
article.post .post-date .day {
    color: #56184b;
}

.slider .tp-bannertimer {
    background-color: #56184b;
}

.home-concept strong {
    color: #56184b;
}

html .home-intro-primary {
    background: #56184b;
}

html .home-intro-secondary {
    background: #312227;
}

html .home-intro-tertiary {
    background: #efece8;
}

html .home-intro-quaternary {
    background: #101019;
}

html .home-intro-dark {
    background: #2e353e;
}

html .home-intro-light {
    background: #FFF;
}

.home-intro p em {
    color: #7e236e;
}

.hover-effect-1:hover a {
    color: #56184b !important;
}

html .slider-container .tp-caption-overlay-primary {
    background: #56184b;
}

html .slider-container .tp-caption-overlay-opacity-primary {
    background: rgba(86, 24, 75, 0.4);
}

html .slider-container .tp-caption-overlay-secondary {
    background: #312227;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
    background: rgba(49, 34, 39, 0.4);
}

html .slider-container .tp-caption-overlay-tertiary {
    background: #efece8;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
    background: rgba(239, 236, 232, 0.4);
}

html .slider-container .tp-caption-overlay-quaternary {
    background: #101019;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
    background: rgba(16, 16, 25, 0.4);
}

html .slider-container .tp-caption-overlay-dark {
    background: #2e353e;
}

html .slider-container .tp-caption-overlay-opacity-dark {
    background: rgba(46, 53, 62, 0.4);
}

html .slider-container .tp-caption-overlay-light {
    background: #FFF;
}

html .slider-container .tp-caption-overlay-opacity-light {
    background: rgba(255, 255, 255, 0.4);
}

.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
    background-color: #56184b;
    border-color: #56184b #56184b #2e0d28;
    color: #fff;
}

    .tparrows.tparrows-carousel.tp-leftarrow:hover,
    .tparrows.tparrows-carousel.tp-rightarrow:hover,
    .tparrows.tparrows-carousel.tp-leftarrow.hover,
    .tparrows.tparrows-carousel.tp-rightarrow.hover {
        background-color: #742065;
        border-color: #7e236e #7e236e #56184b;
        color: #fff;
    }

    .tparrows.tparrows-carousel.tp-leftarrow:focus,
    .tparrows.tparrows-carousel.tp-rightarrow:focus,
    .tparrows.tparrows-carousel.tp-leftarrow.focus,
    .tparrows.tparrows-carousel.tp-rightarrow.focus {
        box-shadow: 0 0 0 3px rgba(86, 24, 75, 0.5);
    }

    .tparrows.tparrows-carousel.tp-leftarrow.disabled,
    .tparrows.tparrows-carousel.tp-rightarrow.disabled,
    .tparrows.tparrows-carousel.tp-leftarrow:disabled,
    .tparrows.tparrows-carousel.tp-rightarrow:disabled {
        background-color: #56184b;
        border-color: #56184b #56184b #2e0d28;
    }

    .tparrows.tparrows-carousel.tp-leftarrow:active,
    .tparrows.tparrows-carousel.tp-rightarrow:active,
    .tparrows.tparrows-carousel.tp-leftarrow.active,
    .tparrows.tparrows-carousel.tp-rightarrow.active,
    .show > .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
    .show > .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
        background-color: #381031 !important;
        background-image: none !important;
        border-color: #2e0d28 #2e0d28 #060205 !important;
        box-shadow: 0 0 0 0.2rem rgba(86, 24, 75, 0.5) !important;
    }

.shop .products .product .onsale {
    background-color: #56184b;
    border-bottom-color: #360f2f;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
    color: #56184b;
}

#footer .footer-ribbon {
    background: #56184b;
}

    #footer .footer-ribbon:before {
        border-right-color: #1a0717;
        border-left-color: #1a0717;
    }

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
    color: #56184b;
}

#footer.color {
    background: #56184b;
    border-top-color: #56184b;
}

    #footer.color .footer-ribbon {
        background: #2e0d28;
    }

        #footer.color .footer-ribbon:before {
            border-right-color: #000000;
        }

    #footer.color .footer-copyright {
        background: #42123a;
        border-top-color: #42123a;
    }

html #footer.color-primary {
    background: #56184b;
    border-top-color: #56184b;
}

    html #footer.color-primary .footer-ribbon {
        background: #2e0d28;
    }

        html #footer.color-primary .footer-ribbon:before {
            border-right-color: #000000;
        }

    html #footer.color-primary .footer-copyright {
        background: #42123a;
        border-top-color: #42123a;
    }

html #footer.color-secondary {
    background: #312227;
    border-top-color: #312227;
}

    html #footer.color-secondary .footer-ribbon {
        background: #130d0f;
    }

        html #footer.color-secondary .footer-ribbon:before {
            border-right-color: #000000;
        }

    html #footer.color-secondary .footer-copyright {
        background: #22181b;
        border-top-color: #22181b;
    }

html #footer.color-tertiary {
    background: #efece8;
    border-top-color: #efece8;
}

    html #footer.color-tertiary .footer-ribbon {
        background: #dad3ca;
    }

        html #footer.color-tertiary .footer-ribbon:before {
            border-right-color: #bbae9d;
        }

    html #footer.color-tertiary .footer-copyright {
        background: #e5e0d9;
        border-top-color: #e5e0d9;
    }

html #footer.color-quaternary {
    background: #101019;
    border-top-color: #101019;
}

    html #footer.color-quaternary .footer-ribbon {
        background: #000000;
    }

        html #footer.color-quaternary .footer-ribbon:before {
            border-right-color: #000000;
        }

    html #footer.color-quaternary .footer-copyright {
        background: #060609;
        border-top-color: #060609;
    }

html #footer.color-dark {
    background: #2e353e;
    border-top-color: #2e353e;
}

    html #footer.color-dark .footer-ribbon {
        background: #181c21;
    }

        html #footer.color-dark .footer-ribbon:before {
            border-right-color: #000000;
        }

    html #footer.color-dark .footer-copyright {
        background: #23282f;
        border-top-color: #23282f;
    }

html #footer.color-light {
    background: #FFF;
    border-top-color: #FFF;
}

    html #footer.color-light .footer-ribbon {
        background: #e6e6e6;
    }

        html #footer.color-light .footer-ribbon:before {
            border-right-color: #bfbfbf;
        }

    html #footer.color-light .footer-copyright {
        background: #f2f2f2;
        border-top-color: #f2f2f2;
    }

.sample-icon-list .sample-icon a:hover {
    background-color: #56184b;
}

html.boxed .body {
    border-top-color: #56184b;
}

.tp-leftarrow.custom-arrows-style-1,
.tp-rightarrow.custom-arrows-style-1 {
    background: rgba(16, 16, 25, 0.5);
}

    .tp-leftarrow.custom-arrows-style-1:hover,
    .tp-rightarrow.custom-arrows-style-1:hover {
        background: #101019;
    }

.owl-carousel .owl-nav button[class*="owl-"] {
    background: #101019 !important;
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:before,
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:before {
    border-color: #56184b;
}

.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-prev:after,
.owl-carousel.custom-arrows-style-1 .owl-nav button.owl-next:after {
    border-color: #56184b;
}

.custom-social-icons li:hover a {
    color: #56184b !important;
}

.custom-thumb-carousel .img-thumbnail.img-thumbnail-hover-icon:before {
    background: rgba(16, 16, 25, 0.65) !important;
}

.thumb-info.custom-thumb-info-4:hover .thumb-info-wrapper:before {
    background: rgba(16, 16, 25, 0.55);
}

.custom-social-icons-2 li:hover,
.custom-social-icons-big li:hover {
    border-color: #56184b;
}

    .custom-social-icons-2 li:hover a,
    .custom-social-icons-big li:hover a {
        color: #56184b !important;
    }
