a {
    /*	color: #e23c8e;*/
    color:#f58634;
}

a:hover {
    /*	color: #e5529b;*/
    color: #0e9ace;
    text-decoration: none;
}

a:focus {
    color:#42c4f3;
}

a:active {
    color: #42c4f3;
}

html .text-color-primary,
html .text-primary {
    /*	color: #e23c8e !important;*/
    color:#f58634 !important
}

html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
    color: #e23c8e !important;
}

html .text-color-secondary,
html .text-secondary {
    /*	color: #a33188 !important;*/
    color:#f58634 !important
}

html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
    color: #a33188 !important;
}

html .text-color-tertiary,
html .text-tertiary {
    /*	color: #4046b3 !important;*/
    color: #f58634 !important;
}

html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
    color: #4046b3 !important;
}

html .text-color-quaternary,
html .text-quaternary {
    color: #171940 !important;
}

html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
    color: #171940 !important;
}

html .text-color-dark,
html .text-dark {
    color: #0e1114 !important;
    line-height: 36px;
}


html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
    color: #212529 !important;

}

html .text-color-light,
html .text-light {
    color: #FFF !important;
}

html .text-color-hover-light:hover,
html .text-hover-light:hover {
    color: #FFF !important;
}

html .svg-fill-color-primary svg path,
html .svg-fill-color-primary svg rect {
    fill: #e23c8e !important;
}

html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect {
    stroke: #e23c8e !important;
}

html .svg-fill-color-secondary svg path,
html .svg-fill-color-secondary svg rect {
    fill: #a33188 !important;
}

html .svg-stroke-color-secondary svg path,
html .svg-stroke-color-secondary svg rect {
    stroke: #a33188 !important;
}

html .svg-fill-color-tertiary svg path,
html .svg-fill-color-tertiary svg rect {
    fill: #4046b3 !important;
}

html .svg-stroke-color-tertiary svg path,
html .svg-stroke-color-tertiary svg rect {
    stroke: #4046b3 !important;
}

html .svg-fill-color-quaternary svg path,
html .svg-fill-color-quaternary svg rect {
    fill: #171940 !important;
}

html .svg-stroke-color-quaternary svg path,
html .svg-stroke-color-quaternary svg rect {
    stroke: #171940 !important;
}

html .svg-fill-color-dark svg path,
html .svg-fill-color-dark svg rect {
    fill: #212529 !important;
}

html .svg-stroke-color-dark svg path,
html .svg-stroke-color-dark svg rect {
    stroke: #212529 !important;
}

html .svg-fill-color-light svg path,
html .svg-fill-color-light svg rect {
    fill: #FFF !important;
}

html .svg-stroke-color-light svg path,
html .svg-stroke-color-light svg rect {
    stroke: #FFF !important;
}

.gradient-text-color {
    color: #e23c8e;
    background: linear-gradient(to bottom right, #e23c8e, #a33188);
    background-image: linear-gradient(to right, #e23c8e, #a33188);
}

html .bg-color-primary,
html .bg-primary {
    background-color: #e23c8e !important;
}

html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
    background-color: #e23c8e !important;
}

html .bg-color-after-primary:after {
    background-color: #e23c8e !important;
}

html .bg-color-hover-after-primary:after:hover {
    background-color: #e23c8e !important;
}

html .bg-color-before-primary:before {
    background-color: #e23c8e !important;
}

html .bg-color-hover-before-primary:before:hover {
    background-color: #e23c8e !important;
}

html .bg-color-secondary,
html .bg-secondary {
    /*	background-color: #a33188 !important;*/
    background-color: #054f6b !important;
}

html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
    background-color: #a33188 !important;
}

html .bg-color-after-secondary:after {
    background-color: #a33188 !important;
}

html .bg-color-hover-after-secondary:after:hover {
    background-color: #a33188 !important;
}

html .bg-color-before-secondary:before {
    background-color: #a33188 !important;
}

html .bg-color-hover-before-secondary:before:hover {
    background-color: #a33188 !important;
}

html .bg-color-tertiary,
html .bg-tertiary {
    background-color: #4046b3 !important;
}

html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
    background-color: #4046b3 !important;
}

html .bg-color-after-tertiary:after {
    background-color: #4046b3 !important;
}

html .bg-color-hover-after-tertiary:after:hover {
    background-color: #4046b3 !important;
}

html .bg-color-before-tertiary:before {
    background-color: #4046b3 !important;
}

html .bg-color-hover-before-tertiary:before:hover {
    background-color: #4046b3 !important;
}

html .bg-color-quaternary,
html .bg-quaternary {
    background-color: #383838 !important;
}

html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
    background-color: #171940 !important;
}

html .bg-color-after-quaternary:after {
    background-color: #171940 !important;
}

html .bg-color-hover-after-quaternary:after:hover {
    background-color: #171940 !important;
}

html .bg-color-before-quaternary:before {
    background-color: #171940 !important;
}

html .bg-color-hover-before-quaternary:before:hover {
    background-color: #171940 !important;
}

html .bg-color-dark,
html .bg-dark {
    background-color: #212529 !important;
}

html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
    background-color: #212529 !important;
}


/* Color Transition */
@-webkit-keyframes colorTransition {
    0% {
        background-color: #e23c8e;
    }

    33% {
        background-color: #a33188;
    }

    66% {
        background-color: #4046b3;
    }

    100% {
        background-color: #171940;
    }
}

@keyframes colorTransition {
    0% {
        background-color: #e23c8e;
    }

    33% {
        background-color: #a33188;
    }

    66% {
        background-color: #4046b3;
    }

    100% {
        background-color: #171940;
    }
}

.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
    border-bottom-color: #e23c8e;
}

html .nav-pills-primary a {
    color: #e23c8e;
}

html .nav-pills-primary a:hover {
    color: #e5529b;
}

html .nav-pills-primary a:focus {
    color: #e5529b;
}

html .nav-pills-primary a:active {
    color: #df2681;
}

html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
    background-color: #e23c8e;
}

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: #e23c8e;
}

html .nav-pills-secondary a {
    color: #a33188;
}

html .nav-pills-secondary a:hover {
    color: #b73798;
}

html .nav-pills-secondary a:focus {
    color: #b73798;
}

html .nav-pills-secondary a:active {
    color: #8f2b78;
}

html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
    background-color: #a33188;
}

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: #a33188;
}

html .nav-pills-tertiary a {
    color: #4046b3;
}

html .nav-pills-tertiary a:hover {
    color: #4d53bf;
}

html .nav-pills-tertiary a:focus {
    color: #4d53bf;
}

html .nav-pills-tertiary a:active {
    color: #393fa0;
}

html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
    background-color: #4046b3;
}

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: #4046b3;
}

html .nav-pills-quaternary a {
    color: #171940;
}

html .nav-pills-quaternary a:hover {
    color: #1e2053;
}

html .nav-pills-quaternary a:focus {
    color: #1e2053;
}

html .nav-pills-quaternary a:active {
    color: #10122d;
}

html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
    background-color: #171940;
}

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: #171940;
}

html .nav-pills-dark a {
    color: #212529;
}

html .nav-pills-dark a:hover {
    color: #2c3237;
}

html .nav-pills-dark a:focus {
    color: #2c3237;
}

html .nav-pills-dark a:active {
    color: #16181b;
}

html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
    background-color: #212529;
}

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: #212529;
}

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;
}

.section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before {
    background: #e23c8e;
}

.sort-source-wrapper .nav > li.active > a {
    color: #e23c8e;
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
    color: #e23c8e;
}

.sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #e23c8e;
}

.sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: #e23c8e !important;
    color: #e23c8e !important;
}

html .badge-primary {
    background-color: #e23c8e;
}

html .badge-secondary {
    background-color: #a33188;
}

html .badge-tertiary {
    background-color: #4046b3;
}

html .badge-quaternary {
    background-color: #171940;
}

html .badge-dark {
    background-color: #212529;
}

html .badge-light {
    background-color: #FFF;
}

html .overlay-color-primary:not(.no-skin):before {
    background-color: #e23c8e !important;
}

html .overlay-color-secondary:not(.no-skin):before {
    background-color: #a33188 !important;
}

html .overlay-color-tertiary:not(.no-skin):before {
    background-color: #4046b3 !important;
}

html .overlay-color-quaternary:not(.no-skin):before {
    background-color: #171940 !important;
}

html .overlay-color-dark:not(.no-skin):before {
    background-color: #212529 !important;
}

html .overlay-color-light:not(.no-skin):before {
    background-color: #FFF !important;
}

.btn-link {
    color: #e23c8e;
}

.btn-link:hover {
    color: #e5529b;
}

.btn-link:active {
    color: #df2681;
}

html .btn-primary {
    background-color: #e23c8e;
    border-color: #e23c8e #e23c8e #cd1e74;
    color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
    background-color: #e75da1;
    border-color: #e968a8 #e968a8 #e23c8e;
    color: #FFF;
}

html .btn-primary:focus,
html .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(226, 60, 142, 0.5);
}

html .btn-primary.disabled,
html .btn-primary:disabled {
    background-color: #e23c8e;
    border-color: #e23c8e #e23c8e #cd1e74;
}

html .btn-primary:active,
html .btn-primary.active {
    background-color: #d8207b !important;
    background-image: none !important;
    border-color: #cd1e74 #cd1e74 #a0185b !important;
}

html .btn-primary-scale-2 {
    background-color: #cd1e74;
    border-color: #cd1e74 #cd1e74 #a0185b;
    color: #FFF;
}

html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
    background-color: #e03188;
    border-color: #e23c8e #e23c8e #cd1e74;
    color: #FFF;
}

html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
    box-shadow: 0 0 0 3px rgba(205, 30, 116, 0.5);
}

html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
    background-color: #cd1e74;
    border-color: #cd1e74 #cd1e74 #a0185b;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
    background-color: #ab1961 !important;
    background-image: none !important;
    border-color: #a0185b #a0185b #741142 !important;
}

html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
    background-color: #d8207b !important;
    background-image: none !important;
    border-color: #cd1e74 #cd1e74 #a0185b !important;
}

html .btn-secondary {
    background-color: #a33188;
    border-color: #a33188 #a33188 #7c2567;
    color: #FFF;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
    background-color: #c03aa1;
    border-color: #c641a6 #c641a6 #a33188;
    color: #FFF;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(163, 49, 136, 0.5);
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
    background-color: #a33188;
    border-color: #a33188 #a33188 #7c2567;
}

html .btn-secondary:active,
html .btn-secondary.active {
    background-color: #86286f !important;
    background-image: none !important;
    border-color: #7c2567 #7c2567 #551947 !important;
}

html .btn-secondary-scale-2 {
    background-color: #7c2567;
    border-color: #7c2567 #7c2567 #551947;
    color: #FFF;
}

html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
    background-color: #992e80;
    border-color: #a33188 #a33188 #7c2567;
    color: #FFF;
}

html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
    box-shadow: 0 0 0 3px rgba(124, 37, 103, 0.5);
}

html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
    background-color: #7c2567;
    border-color: #7c2567 #7c2567 #551947;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
    background-color: #5e1c4f !important;
    background-image: none !important;
    border-color: #551947 #551947 #2d0e26 !important;
}

html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
    background-color: #86286f !important;
    background-image: none !important;
    border-color: #7c2567 #7c2567 #551947 !important;
}

html .btn-tertiary {
    background-color: #4046b3;
    border-color: #4046b3 #4046b3 #33378d;
    color: #FFF;
}

html .btn-tertiary:hover,
html .btn-tertiary.hover {
    background-color: #565cc3;
    border-color: #6065c6 #6065c6 #4046b3;
    color: #FFF;
}

html .btn-tertiary:focus,
html .btn-tertiary.focus {
    box-shadow: 0 0 0 3px rgba(64, 70, 179, 0.5);
}

html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
    background-color: #4046b3;
    border-color: #4046b3 #4046b3 #33378d;
}

html .btn-tertiary:active,
html .btn-tertiary.active {
    background-color: #363b97 !important;
    background-image: none !important;
    border-color: #33378d #33378d #252968 !important;
}

html .btn-tertiary-scale-2 {
    background-color: #33378d;
    border-color: #33378d #33378d #252968;
    color: #FFF;
}

html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
    background-color: #3d42aa;
    border-color: #4046b3 #4046b3 #33378d;
    color: #FFF;
}

html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
    box-shadow: 0 0 0 3px rgba(51, 55, 141, 0.5);
}

html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
    background-color: #33378d;
    border-color: #33378d #33378d #252968;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
    background-color: #282c71 !important;
    background-image: none !important;
    border-color: #252968 #252968 #181a42 !important;
}

html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
    background-color: #363b97 !important;
    background-image: none !important;
    border-color: #33378d #33378d #252968 !important;
}

html .btn-quaternary {
    background: linear-gradient(135deg, #008fc4 0%, #42c4f3 80%);
    /*	border-color: #171940 #171940 #0a0a1a;*/
    color: #FFF;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
    /*	background-color: #21245c;*/
    /*	border-color: #242866 #242866 #171940;*/
    color: #FFF;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
    box-shadow: 0 0 0 3px rgba(23, 25, 64, 0.5);
}

html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
    background-color: #171940;
    border-color: #171940 #171940 #0a0a1a;
}

html .btn-quaternary:active,
html .btn-quaternary.active {
    background-color: #0d0e24 !important;
    background-image: none !important;
    border-color: #0a0a1a #0a0a1a #000000 !important;
}

html .btn-quaternary-scale-2 {
    background-color: #0a0a1a;
    border-color: #0a0a1a #0a0a1a #000000;
    color: #FFF;
}

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
    background-color: #141537;
    border-color: #171940 #171940 #0a0a1a;
    color: #FFF;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
    box-shadow: 0 0 0 3px rgba(10, 10, 26, 0.5);
}

html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
    background-color: #0a0a1a;
    border-color: #0a0a1a #0a0a1a #000000;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #000000 #000000 #000000 !important;
}

html .show > .btn-quaternary.dropdown-toggle,
html .show > .btn-quaternary-scale-2.dropdown-toggle {
    background-color: #0d0e24 !important;
    background-image: none !important;
    border-color: #0a0a1a #0a0a1a #000000 !important;
}

html .btn-dark {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #FFF;
}

html .btn-dark:hover,
html .btn-dark.hover {
    background-color: #32383e;
    border-color: #383f45 #383f45 #212529;
    color: #FFF;
}

html .btn-dark:focus,
html .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

html .btn-dark.disabled,
html .btn-dark:disabled {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
}

html .btn-dark:active,
html .btn-dark.active {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000000 !important;
}

html .btn-dark-scale-2 {
    background-color: #0a0c0d;
    border-color: #0a0c0d #0a0c0d #000000;
    color: #FFF;
}

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
    background-color: #1b1f22;
    border-color: #212529 #212529 #0a0c0d;
    color: #FFF;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
    box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5);
}

html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
    background-color: #0a0c0d;
    border-color: #0a0c0d #0a0c0d #000000;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
    background-color: #000000 !important;
    background-image: none !important;
    border-color: #000000 #000000 #000000 !important;
}

html .show > .btn-dark.dropdown-toggle,
html .show > .btn-dark-scale-2.dropdown-toggle {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000000 !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 {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #cccccc !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 {
    background-color: #d2d2d2 !important;
    background-image: none !important;
    border-color: #cccccc #cccccc #b3b3b3 !important;
}

html .show > .btn-light.dropdown-toggle,
html .show > .btn-light-scale-2.dropdown-toggle {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

html .btn-outline.btn-primary {
    color: #e23c8e;
    background-color: transparent;
    background-image: none;
    border-color: #e23c8e;
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
    color: #FFF;
    background-color: #e23c8e;
    border-color: #e23c8e;
}

html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(226, 60, 142, 0.5);
}

html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
    color: #e23c8e;
    background-color: transparent;
}

html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
    color: #FFF !important;
    background-color: #e23c8e !important;
    border-color: #e23c8e !important;
}

html .show > .btn-outline.btn-primary.dropdown-toggle {
    color: #FFF !important;
    background-color: #e23c8e !important;
    border-color: #e23c8e !important;
}

html .btn-outline.btn-secondary {
    color: #139ed1;
    /*        color: #a33188;*/
    background-color: transparent;
    background-image: none;
    /*	border-color: #a33188;*/
    border-color: #129dd1;
}

html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
    color: #FFF;
    background: linear-gradient(135deg, #008fc4 0%, #42c4f3 80%);
    /*	border-color: #a33188;*/
}

html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(163, 49, 136, 0.5);
}

html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
    color: #a33188;
    background-color: transparent;
}

html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
    color: #FFF !important;
    background-color: #a33188 !important;
    border-color: #a33188 !important;
}

html .show > .btn-outline.btn-secondary.dropdown-toggle {
    color: #FFF !important;
    background-color: #a33188 !important;
    border-color: #a33188 !important;
}

html .btn-outline.btn-tertiary {
    color: #4046b3;
    background-color: transparent;
    background-image: none;
    border-color: #4046b3;
}

html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
    color: #FFF;
    background-color: #4046b3;
    border-color: #4046b3;
}

html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
    box-shadow: 0 0 0 3px rgba(64, 70, 179, 0.5);
}

html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
    color: #4046b3;
    background-color: transparent;
}

html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active {
    color: #FFF !important;
    background-color: #4046b3 !important;
    border-color: #4046b3 !important;
}

html .show > .btn-outline.btn-tertiary.dropdown-toggle {
    color: #FFF !important;
    background-color: #4046b3 !important;
    border-color: #4046b3 !important;
}

html .btn-outline.btn-quaternary {
    color: #171940;
    background-color: transparent;
    background-image: none;
    border-color: #171940;
}

html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
    color: #FFF;
    background-color: #171940;
    border-color: #171940;
}

html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
    box-shadow: 0 0 0 3px rgba(23, 25, 64, 0.5);
}

html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
    color: #171940;
    background-color: transparent;
}

html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active {
    color: #FFF !important;
    background-color: #171940 !important;
    border-color: #171940 !important;
}

html .show > .btn-outline.btn-quaternary.dropdown-toggle {
    color: #FFF !important;
    background-color: #171940 !important;
    border-color: #171940 !important;
}

html .btn-outline.btn-dark {
    color: #212529;
    background-color: transparent;
    background-image: none;
    border-color: #212529;
}

html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
    color: #FFF;
    background-color: #212529;
    border-color: #212529;
}

html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
    color: #212529;
    background-color: transparent;
}

html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
    color: #FFF !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

html .show > .btn-outline.btn-dark.dropdown-toggle {
    color: #FFF !important;
    background-color: #212529 !important;
    border-color: #212529 !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 {
    color: #777 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

html .show > .btn-outline.btn-light.dropdown-toggle {
    color: #777 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

html .btn-with-arrow.btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #e23c8e;
}

html .btn-with-arrow.btn-primary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #e23c8e !important;
}

html .btn-with-arrow.btn-primary span {
    background-color: #e23c8e;
    box-shadow: 2px 3px 18px -3px #e23c8e;
}

html .btn-with-arrow.btn-primary.btn-outline {
    border-color: #e23c8e !important;
}

html .btn-with-arrow.btn-primary.btn-outline:hover span {
    background-color: #e5529b !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-secondary {
    background-color: transparent;
    border-color: transparent;
    color: #a33188;
}

html .btn-with-arrow.btn-secondary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #a33188 !important;
}

html .btn-with-arrow.btn-secondary span {
    background-color: #a33188;
    box-shadow: 2px 3px 18px -3px #a33188;
}

html .btn-with-arrow.btn-secondary.btn-outline {
    border-color: #a33188 !important;
}

html .btn-with-arrow.btn-secondary.btn-outline:hover span {
    background-color: #b73798 !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-tertiary {
    background-color: transparent;
    border-color: transparent;
    color: #4046b3;
}

html .btn-with-arrow.btn-tertiary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #4046b3 !important;
}

html .btn-with-arrow.btn-tertiary span {
    background-color: #4046b3;
    box-shadow: 2px 3px 18px -3px #4046b3;
}

html .btn-with-arrow.btn-tertiary.btn-outline {
    border-color: #4046b3 !important;
}

html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
    background-color: #4d53bf !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-quaternary {
    background-color: transparent;
    border-color: transparent;
    color: #171940;
}

html .btn-with-arrow.btn-quaternary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #171940 !important;
}

html .btn-with-arrow.btn-quaternary span {
    background-color: #171940;
    box-shadow: 2px 3px 18px -3px #171940;
}

html .btn-with-arrow.btn-quaternary.btn-outline {
    border-color: #171940 !important;
}

html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
    background-color: #1e2053 !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-dark {
    background-color: transparent;
    border-color: transparent;
    color: #212529;
}

html .btn-with-arrow.btn-dark:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #212529 !important;
}

html .btn-with-arrow.btn-dark span {
    background-color: #212529;
    box-shadow: 2px 3px 18px -3px #212529;
}

html .btn-with-arrow.btn-dark.btn-outline {
    border-color: #212529 !important;
}

html .btn-with-arrow.btn-dark.btn-outline:hover span {
    background-color: #2c3237 !important;
    box-shadow: none;
}

html .btn-with-arrow.btn-light {
    background-color: transparent;
    border-color: transparent;
    color: #FFF;
}

html .btn-with-arrow.btn-light:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #FFF !important;
}

html .btn-with-arrow.btn-light span {
    background-color: #FFF;
    box-shadow: 2px 3px 18px -3px #FFF;
}

html .btn-with-arrow.btn-light.btn-outline {
    border-color: #FFF !important;
}

html .btn-with-arrow.btn-light.btn-outline:hover span {
    background-color: #ffffff !important;
    box-shadow: none;
}

.btn-gradient:not(.btn-outline) {
    transition: 0.3s;
    background: linear-gradient(135deg, #008fc4 0%, #42c4f3 80%);
    /*        	background: linear-gradient(135deg, #e23c8e 0%, #a33188 80%);*/
    color: #FFF;
}

.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
    background: linear-gradient(135deg, #42c4f3 0%, #42c4f3 80%);
    color: #FFF;
}

.btn-gradient:not(.btn-outline):focus,
.btn-gradient:not(.btn-outline).focus {
    box-shadow: 0 0 0 3px rgba(226, 60, 142, 0.5);
}

/*.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
        background: linear-gradient(135deg, #e23c8e 0%, #a33188 80%);
}*/

.btn-gradient:not(.btn-outline):active,
.btn-gradient:not(.btn-outline).active {
    background: linear-gradient(135deg, #42c4f3 0%, #42c4f3 80%) !important;
    color: #FFF !important;
}

.btn-gradient.btn-outline {
    -o-border-image: linear-gradient(135deg, #008fc4 0%, #42c4f3 80%);
    border-image:linear-gradient(135deg, #008fc4 0%, #42c4f3 80%);
    color: #e23c8e;
}

.btn-gradient.btn-outline:hover,
.btn-gradient.btn-outline.hover {
    -o-border-image: linear-gradient(135deg, #e75da1 0%, #c03aa1 80%);
    border-image: linear-gradient(135deg, #e75da1 0%, #c03aa1 80%);
    color: #e75da1;
}

.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
    box-shadow: 0 0 0 3px rgba(226, 60, 142, 0.5);
}

.btn-gradient.btn-outline.disabled,
.btn-gradient.btn-outline:disabled {
    -o-border-image:linear-gradient(135deg, #008fc4 0%, #42c4f3 80%);
    border-image:linear-gradient(135deg, #008fc4 0%, #42c4f3 80%);
}

.btn-gradient.btn-outline:active,
.btn-gradient.btn-outline.active {
    -o-border-image: linear-gradient(135deg, #d8207b 0%, #86286f 80%) !important;
    border-image: linear-gradient(135deg, #d8207b 0%, #86286f 80%) !important;
    color: #d8207b;
}

section.page-header .page-header-title-border {
    background-color: #e23c8e !important;
}

section.page-header.custom-product {
    background-color: #df2681;
    border-top-color: #e13389;
}

html .page-header-color.page-header-primary {
    background-color: #e23c8e;
    border-bottom-color: #e23c8e;
    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: #a33188;
    border-bottom-color: #a33188;
    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: #4046b3;
    border-bottom-color: #4046b3;
    color: #FFF;
}

html .page-header-color.page-header-tertiary h1 {
    color: #FFF;
}

html .page-header-color.page-header-tertiary h1 span {
    color: #FFF;
}

html .page-header-color.page-header-tertiary a {
    color: #FFF;
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
    color: #FFF;
}

html .page-header-color.page-header-quaternary {
    background-color: #171940;
    border-bottom-color: #171940;
    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: #212529;
    border-bottom-color: #212529;
    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,
html .toggle-primary .toggle .toggle-title {
    color: #e23c8e;
    border-left-color: #e23c8e;
    border-right-color: #e23c8e;
}

html .toggle-primary .toggle.active > label,
html .toggle-primary .toggle.active > .toggle-title {
    background-color: #e23c8e;
    border-color: #e23c8e;
    color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
    background-color: #e23c8e;
}

html .toggle-primary.toggle-minimal .toggle.active > label,
html .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
    color: #e23c8e;
}

html .toggle-secondary .toggle label,
html .toggle-secondary .toggle .toggle-title {
    color: #a33188;
    border-left-color: #a33188;
    border-right-color: #a33188;
}

html .toggle-secondary .toggle.active > label,
html .toggle-secondary .toggle.active > .toggle-title {
    background-color: #a33188;
    border-color: #a33188;
    color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after,
html .toggle-secondary.toggle-simple .toggle > .toggle-title:after {
    background-color: #a33188;
}

html .toggle-secondary.toggle-minimal .toggle.active > label,
html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title {
    color: #a33188;
}

html .toggle-tertiary .toggle label,
html .toggle-tertiary .toggle .toggle-title {
    color: #4046b3;
    border-left-color: #4046b3;
    border-right-color: #4046b3;
}

html .toggle-tertiary .toggle.active > label,
html .toggle-tertiary .toggle.active > .toggle-title {
    background-color: #4046b3;
    border-color: #4046b3;
    color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after,
html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after {
    background-color: #4046b3;
}

html .toggle-tertiary.toggle-minimal .toggle.active > label,
html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title {
    color: #4046b3;
}

html .toggle-quaternary .toggle label,
html .toggle-quaternary .toggle .toggle-title {
    color: #171940;
    border-left-color: #171940;
    border-right-color: #171940;
}

html .toggle-quaternary .toggle.active > label,
html .toggle-quaternary .toggle.active > .toggle-title {
    background-color: #171940;
    border-color: #171940;
    color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after,
html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after {
    background-color: #171940;
}

html .toggle-quaternary.toggle-minimal .toggle.active > label,
html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title {
    color: #171940;
}

html .toggle-dark .toggle label,
html .toggle-dark .toggle .toggle-title {
    color: #212529;
    border-left-color: #212529;
    border-right-color: #212529;
}

html .toggle-dark .toggle.active > label,
html .toggle-dark .toggle.active > .toggle-title {
    background-color: #212529;
    border-color: #212529;
    color: #FFF;
}

html .toggle-dark.toggle-simple .toggle > label:after,
html .toggle-dark.toggle-simple .toggle > .toggle-title:after {
    background-color: #212529;
}

html .toggle-dark.toggle-minimal .toggle.active > label,
html .toggle-dark.toggle-minimal .toggle.active > .toggle-title {
    color: #212529;
}

html .toggle-light .toggle label,
html .toggle-light .toggle .toggle-title {
    color: #FFF;
    border-left-color: #FFF;
    border-right-color: #FFF;
}

html .toggle-light .toggle.active > label,
html .toggle-light .toggle.active > .toggle-title {
    background-color: #FFF;
    border-color: #FFF;
    color: #777;
}

html .toggle-light.toggle-simple .toggle > label:after,
html .toggle-light.toggle-simple .toggle > .toggle-title:after {
    background-color: #FFF;
}

html .toggle-light.toggle-minimal .toggle.active > label,
html .toggle-light.toggle-minimal .toggle.active > .toggle-title {
    color: #FFF;
}

.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
    background-color: #e23c8e;
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #e23c8e;
}

html .thumb-info .thumb-info-action-icon-primary i {
    color: #FFF;
}

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #a33188;
}

html .thumb-info .thumb-info-action-icon-secondary i {
    color: #FFF;
}

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #4046b3;
}

html .thumb-info .thumb-info-action-icon-tertiary i {
    color: #FFF;
}

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #171940;
}

html .thumb-info .thumb-info-action-icon-quaternary i {
    color: #FFF;
}

html .thumb-info .thumb-info-action-icon-dark {
    background-color: #212529;
}

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:before {
    border-right-color: #b61b68;
    border-left-color: #b61b68;
}

.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
    background: rgba(226, 60, 142, 0.9);
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
    background-color: #e23c8e;
}

.inverted {
    background-color: #e23c8e;
}

html .inverted-primary {
    background-color: #e23c8e;
}

html .inverted-secondary {
    background-color: #a33188;
}

html .inverted-tertiary {
    background-color: #4046b3;
}

html .inverted-quaternary {
    background-color: #171940;
}

html .inverted-dark {
    background-color: #212529;
}

html .inverted-light {
    background-color: #FFF;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #de217f;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover {
    color: #e23c8e;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #e23c8e;
    border-color: #e23c8e #e23c8e #cd1e74;
    color: #FFF;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"].hover {
    background-color: #e75da1;
    border-color: #e968a8 #e968a8 #e23c8e;
}

.owl-carousel .owl-nav button[class*="owl-"]:active,
.owl-carousel .owl-nav button[class*="owl-"].active {
    background-color: #d8207b;
    background-image: none;
    border-color: #cd1e74 #cd1e74 #a0185b;
}

.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: rgba(226, 60, 142, 0.4);
}

.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #e23c8e !important;
}

.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-2 .owl-nav .owl-next:after,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:after {
    border-color: #e23c8e;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    background: #e23c8e;
}

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,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
    color: #e23c8e;
}

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,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link,
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: #e23c8e;
}

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: #e23c8e;
}

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: #e23c8e;
}

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: #e23c8e;
}

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: #e23c8e;
    color: #e23c8e;
}

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: #e23c8e;
}

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: #e23c8e;
}

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: #e23c8e;
    color: #e23c8e;
}

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,
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: #e23c8e;
}

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,
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: #e23c8e;
}

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,
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: #e23c8e;
}

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: #a33188;
}

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: #a33188;
}

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: #a33188;
    color: #a33188;
}

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,
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: #a33188;
}

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,
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: #a33188;
}

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,
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: #a33188;
}

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: #4046b3;
}

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: #4046b3;
}

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: #4046b3;
    color: #4046b3;
}

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,
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: #4046b3;
}

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,
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: #4046b3;
}

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,
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: #4046b3;
}

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: #171940;
}

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: #171940;
}

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: #171940;
    color: #171940;
}

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,
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: #171940;
}

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,
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: #171940;
}

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,
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: #171940;
}

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: #212529;
}

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: #212529;
}

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: #212529;
    color: #212529;
}

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,
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: #212529;
}

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,
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: #212529;
}

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,
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: #212529;
}

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,
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,
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,
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: #e23c8e;
    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: #e23c8e;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    color: #e23c8e;
    border-color: #e23c8e;
}

.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]: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: #e23c8e;
}

.list.list-ordened li:before {
    color: #e23c8e;
    border-color: #e23c8e;
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #e23c8e;
}

html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
    color: #e23c8e;
    border-color: #e23c8e;
}

html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]: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: #e23c8e;
    color: #FFF;
}

html .list-primary.list-ordened li:before {
    color: #e23c8e;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #e23c8e;
    color: #FFF;
}

html .list-secondary.list-icons li > [class*="fa-"]:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
    color: #a33188;
    border-color: #a33188;
}

html .list-secondary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]: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: #a33188;
    color: #FFF;
}

html .list-secondary.list-ordened li:before {
    color: #a33188;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #a33188;
    color: #FFF;
}

html .list-tertiary.list-icons li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
    color: #4046b3;
    border-color: #4046b3;
}

html .list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]: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: #4046b3;
    color: #FFF;
}

html .list-tertiary.list-ordened li:before {
    color: #4046b3;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #4046b3;
    color: #FFF;
}

html .list-quaternary.list-icons li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
    color: #171940;
    border-color: #171940;
}

html .list-quaternary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]: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: #171940;
    color: #FFF;
}

html .list-quaternary.list-ordened li:before {
    color: #171940;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #171940;
    color: #FFF;
}

html .list-dark.list-icons li > [class*="fa-"]:first-child,
html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
    color: #212529;
    border-color: #212529;
}

html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]: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: #212529;
    color: #FFF;
}

html .list-dark.list-ordened li:before {
    color: #212529;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: #212529;
    color: #FFF;
}

html .list-light.list-icons li > [class*="fa-"]:first-child,
html .list-light.list-icons li a:first-child > [class*="fa-"]: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 > [class*="fa-"]:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]: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: #e23c8e;
}

section.video blockquote i.fa-quote-left {
    color: #e23c8e;
}

.accordion .card-header a {
    color: #e23c8e;
}

html .accordion.accordion-primary .card-header {
    background-color: #e23c8e !important;
}

html .accordion.accordion-primary .card-header a {
    color: #FFF;
}

html .accordion.accordion-secondary .card-header {
    background-color: #a33188 !important;
}

html .accordion.accordion-secondary .card-header a {
    color: #FFF;
}

html .accordion.accordion-tertiary .card-header {
    background-color: #4046b3 !important;
}

html .accordion.accordion-tertiary .card-header a {
    color: #FFF;
}

html .accordion.accordion-quaternary .card-header {
    background-color: #171940 !important;
}

html .accordion.accordion-quaternary .card-header a {
    color: #FFF;
}

html .accordion.accordion-dark .card-header {
    background-color: #212529 !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 [class*="fa-"],
html .divider.divider-primary .icons {
    color: #e23c8e;
}

#header .header-btn-collapse-nav {
    background: #e23c8e;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #f58634;
    }

    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #e23c8e;
    }
    #header .header-nav-main nav > ul:not(:hover) > li > a.active {
        background-color: #e23c8e;
        color: #FFF;
    }

    #header .header-nav.header-nav-stripe nav > ul > li:hover > a,
    #header .header-nav.header-nav-stripe nav > ul > li.open > a {
        background-color: #e23c8e;
    }

    #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
        background-color: #e23c8e;
    }

    #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
        color: #e23c8e;
    }

    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: #e23c8e;
    }

    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #e23c8e;
    }

    #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
        background: #e23c8e !important;
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a {
        color: #e23c8e;
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a:before {
        background: #e23c8e;
    }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
        color: #e23c8e;
    }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
        background: #e23c8e;
    }

    #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a,
    #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a {
        color: #e23c8e;
    }

    #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
        color: #e23c8e;
    }

    html.side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-left-color: #e23c8e;
    }

    html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-right-color: #e23c8e;
    }
}

@media (min-width: 992px) {
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
        background-color: #e23c8e;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
        color: #FFF;
        border-bottom-color: #e02f86;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
        background: #e44996;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
        border-bottom-color: #e23c8e;
        background: #e23c8e;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.7;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        background: #e23c8e;
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        background: #e23c8e;
        color: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
        color: #e23c8e;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before {
        background-color: #e23c8e;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #e23c8e;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
        background: #e23c8e;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #e23c8e;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
        background-color: #e23c8e;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
        color: #e23c8e;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
        color: #e23c8e;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #e23c8e;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #e23c8e;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        background-color: #a33188;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: #FFF;
        border-bottom-color: #972d7e;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
        background: #af3592;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
        border-bottom-color: #a33188;
        background: #a33188;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.7;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        background: #a33188;
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #a33188;
        color: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
        color: #a33188;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover:before {
        background-color: #a33188;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #a33188;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
        background: #a33188;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #a33188;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before {
        background-color: #a33188;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        color: #a33188;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
        color: #a33188;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #a33188;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #a33188;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        background-color: #4046b3;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
        color: #FFF;
        border-bottom-color: #3c42a8;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
        background: #464cbd;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
        border-bottom-color: #4046b3;
        background: #4046b3;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.7;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        background: #4046b3;
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        background: #4046b3;
        color: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
        color: #4046b3;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover:before {
        background-color: #4046b3;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #4046b3;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before {
        background: #4046b3;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #4046b3;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before {
        background-color: #4046b3;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
        color: #4046b3;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
        color: #4046b3;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #4046b3;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #4046b3;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        background-color: #171940;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
        color: #FFF;
        border-bottom-color: #131535;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
        background: #1b1d4b;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
        border-bottom-color: #171940;
        background: #171940;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.7;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        background: #171940;
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        background: #171940;
        color: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
        color: #171940;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover:before {
        background-color: #171940;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #171940;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before {
        background: #171940;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #171940;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before {
        background-color: #171940;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
        color: #171940;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
        color: #171940;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #171940;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #171940;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
        background-color: #212529;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
        color: #FFF;
        border-bottom-color: #1a1d21;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
        background: #282d31;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
        border-bottom-color: #212529;
        background: #212529;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
        color: #FFF;
        opacity: 0.7;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        background: #212529;
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
        color: #FFF;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
        background: #212529;
        color: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
        color: #212529;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover:before {
        background-color: #212529;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        color: #212529;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
        background: #212529;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
        color: #212529;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active:before {
        background-color: #212529;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
        color: #212529;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
        color: #212529;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        color: #212529;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active {
        color: #212529;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
        background-color: #FFF;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
        color: #777;
        border-bottom-color: #f7f7f7;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
        background: #ffffff;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
        border-bottom-color: #FFF;
        background: #FFF;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
        color: #777;
        opacity: 0.7;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        background: #FFF;
        color: #777;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
        color: #777;
    }

    html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
        background: #FFF;
        color: #777;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
        color: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover:before {
        background-color: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        color: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
        background: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
        color: #FFF;
    }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active:before {
        background-color: #FFF;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
        color: #FFF;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
        color: #FFF;
    }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        color: #FFF;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
        color: #FFF;
    }
}

@media (min-width: 992px) {
    html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a,
    html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
        color: #e23c8e !important;
    }

    html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active,
    html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
        color: #e23c8e !important;
    }
}

@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #e23c8e;
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
        color: #e23c8e;
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background: #e23c8e;
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus,
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
        background: #e23c8e;
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: #e23c8e;
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus,
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
        background: #e23c8e;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        color: #e23c8e !important;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
        background-color: #e23c8e;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
        color: #e23c8e !important;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
        color: #e23c8e !important;
    }
}

@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #e23c8e;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
        background: #e23c8e !important;
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #a33188;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #a33188 !important;
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
        color: #4046b3;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
        background: #4046b3 !important;
        color: #FFF !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
        color: #171940;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
        background: #171940 !important;
        color: #FFF !important;
    }
}

html #header .header-top.header-top-primary {
    background: #e23c8e;
    border-top-color: #df2681;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
    background: #e5529b;
}

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: #e5529b;
}

html #header .header-top.header-top-primary .dropdown-menu {
    background: #e5529b;
    border-color: #e5529b;
}

html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
    background: #e968a8 !important;
}

html #header .header-top.header-top-secondary {
    background: #a33188;
    border-top-color: #8f2b78;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
    background: #b73798;
}

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: #b73798;
}

html #header .header-top.header-top-secondary .dropdown-menu {
    background: #b73798;
    border-color: #b73798;
}

html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
    background: #c641a6 !important;
}

html #header .header-top.header-top-tertiary {
    background: #4046b3;
    border-top-color: #393fa0;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
    background: #4d53bf;
}

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: #4d53bf;
}

html #header .header-top.header-top-tertiary .dropdown-menu {
    background: #4d53bf;
    border-color: #4d53bf;
}

html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
    background: #6065c6 !important;
}

html #header .header-top.header-top-quaternary {
    background: #171940;
    border-top-color: #10122d;
}

html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
    background: #1e2053;
}

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: #1e2053;
}

html #header .header-top.header-top-quaternary .dropdown-menu {
    background: #1e2053;
    border-color: #1e2053;
}

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
    background: #242866 !important;
}

html #header .header-top.header-top-dark {
    background: #212529;
    border-top-color: #16181b;
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
    background: #2c3237;
}

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: #2c3237;
}

html #header .header-top.header-top-dark .dropdown-menu {
    background: #2c3237;
    border-color: #2c3237;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
    background: #383f45 !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: #e23c8e !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-secondary {
        background: #a33188 !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-tertiary {
        background: #4046b3 !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-quaternary {
        background: #171940 !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-dark {
        background: #212529 !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: #e23c8e;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #e23c8e;
    }
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
    border-bottom-color: #0088cc;
}

.testimonial blockquote {
    background: #e5529b;
}

.testimonial .testimonial-arrow-down {
    border-top-color: #e5529b;
}

html .testimonial-primary blockquote {
    background: #e5529b;
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #e5529b;
}

html .testimonial-primary.testimonial-style-7 {
    background: #e5529b;
}

html .testimonial-quotes-primary blockquote:before,
html .testimonial-quotes-primary blockquote:after {
    color: #e23c8e !important;
}

html .testimonial-secondary blockquote {
    background: #b73798;
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #b73798;
}

html .testimonial-secondary.testimonial-style-7 {
    background: #b73798;
}

html .testimonial-quotes-secondary blockquote:before,
html .testimonial-quotes-secondary blockquote:after {
    color: #e23c8e !important;
}

html .testimonial-tertiary blockquote {
    background: #4d53bf;
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #4d53bf;
}

html .testimonial-tertiary.testimonial-style-7 {
    background: #4d53bf;
}

html .testimonial-quotes-tertiary blockquote:before,
html .testimonial-quotes-tertiary blockquote:after {
    color: #e23c8e !important;
}

html .testimonial-quaternary blockquote {
    background: #1e2053;
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #1e2053;
}

html .testimonial-quaternary.testimonial-style-7 {
    background: #1e2053;
}

html .testimonial-quotes-quaternary blockquote:before,
html .testimonial-quotes-quaternary blockquote:after {
    color: #e23c8e !important;
}

html .testimonial-dark blockquote {
    background: #2c3237;
}

html .testimonial-dark .testimonial-arrow-down {
    border-top-color: #2c3237;
}

html .testimonial-dark.testimonial-style-7 {
    background: #2c3237;
}

html .testimonial-quotes-dark blockquote:before,
html .testimonial-quotes-dark blockquote:after {
    color: #e23c8e !important;
}

html .testimonial-light blockquote {
    background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
    border-top-color: #ffffff;
}

html .testimonial-light.testimonial-style-7 {
    background: #ffffff;
}

html .testimonial-quotes-light blockquote:before,
html .testimonial-quotes-light blockquote:after {
    color: #e23c8e !important;
}

.circular-bar.only-icon [class*="fa-"],
.circular-bar.only-icon .icons {
    color: #e23c8e;
}

html .counters .counter-primary [class*="fa-"],
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
    color: #e23c8e;
}

html .counters .counter-secondary [class*="fa-"],
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
    color: #a33188;
}

html .counters .counter-tertiary [class*="fa-"],
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
    color: #4046b3;
}

html .counters .counter-quaternary [class*="fa-"],
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
    color: #171940;
}

html .counters .counter-dark [class*="fa-"],
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
    color: #212529;
}

html .counters .counter-light [class*="fa-"],
html .counters .counter-light .icons,
html .counters .counter-light strong {
    color: #FFF;
}

html .countdown.countdown-primary > span > span {
    color: #e23c8e;
}

html .countdown.countdown-secondary > span > span {
    color: #a33188;
}

html .countdown.countdown-tertiary > span > span {
    color: #4046b3;
}

html .countdown.countdown-quaternary > span > span {
    color: #171940;
}

html .countdown.countdown-dark > span > span {
    color: #212529;
}

html .countdown.countdown-light > span > span {
    color: #FFF;
}

html .image-hotspot-primary strong {
    color: #FFF !important;
}

html .image-hotspot-primary .circle {
    background: #e23c8e !important;
}

html .image-hotspot-primary .ring {
    border-color: rgba(226, 60, 142, 0.9);
}

html .image-hotspot-secondary strong {
    color: #FFF !important;
}

html .image-hotspot-secondary .circle {
    background: #a33188 !important;
}

html .image-hotspot-secondary .ring {
    border-color: rgba(163, 49, 136, 0.9);
}

html .image-hotspot-tertiary strong {
    color: #FFF !important;
}

html .image-hotspot-tertiary .circle {
    background: #4046b3 !important;
}

html .image-hotspot-tertiary .ring {
    border-color: rgba(64, 70, 179, 0.9);
}

html .image-hotspot-quaternary strong {
    color: #FFF !important;
}

html .image-hotspot-quaternary .circle {
    background: #171940 !important;
}

html .image-hotspot-quaternary .ring {
    border-color: rgba(23, 25, 64, 0.9);
}

html .image-hotspot-dark strong {
    color: #FFF !important;
}

html .image-hotspot-dark .circle {
    background: #212529 !important;
}

html .image-hotspot-dark .ring {
    border-color: rgba(33, 37, 41, 0.9);
}

html .image-hotspot-light strong {
    color: #777 !important;
}

html .image-hotspot-light .circle {
    background: #FFF !important;
}

html .image-hotspot-light .ring {
    border-color: rgba(255, 255, 255, 0.9);
}

.icon-featured {
    background-color: #e23c8e;
}

html .featured-box-primary .icon-featured {
    background-color: #e23c8e;
}

html .featured-box-primary h4 {
    color: #e23c8e;
}

html .featured-box-primary .box-content {
    border-top-color: #e23c8e;
}

html .featured-box-primary .box-content-border-bottom {
    border-bottom-color: #e23c8e;
}

html .featured-box-secondary .icon-featured {
    background-color: #a33188;
}

html .featured-box-secondary h4 {
    color: #a33188;
}

html .featured-box-secondary .box-content {
    border-top-color: #a33188;
}

html .featured-box-secondary .box-content-border-bottom {
    border-bottom-color: #a33188;
}

html .featured-box-tertiary .icon-featured {
    background-color: #4046b3;
}

html .featured-box-tertiary h4 {
    color: #4046b3;
}

html .featured-box-tertiary .box-content {
    border-top-color: #4046b3;
}

html .featured-box-tertiary .box-content-border-bottom {
    border-bottom-color: #4046b3;
}

html .featured-box-quaternary .icon-featured {
    background-color: #171940;
}

html .featured-box-quaternary h4 {
    color: #171940;
}

html .featured-box-quaternary .box-content {
    border-top-color: #171940;
}

html .featured-box-quaternary .box-content-border-bottom {
    border-bottom-color: #171940;
}

html .featured-box-dark .icon-featured {
    background-color: #212529;
}

html .featured-box-dark h4 {
    color: #212529;
}

html .featured-box-dark .box-content {
    border-top-color: #212529;
}

html .featured-box-dark .box-content-border-bottom {
    border-bottom-color: #212529;
}

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-box-light .box-content-border-bottom {
    border-bottom-color: #FFF;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #e23c8e;
    color: #e23c8e;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #a33188;
    color: #a33188;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #4046b3;
    color: #4046b3;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #171940;
    color: #171940;
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
    border-color: #212529;
    color: #212529;
}

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: #e23c8e;
    color: #e23c8e;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #a33188;
    color: #a33188;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #4046b3;
    color: #4046b3;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #171940;
    color: #171940;
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
    border-color: #212529;
    color: #212529;
}

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: #e23c8e;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #a33188;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #4046b3;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #171940;
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
    color: #212529;
}

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: #e23c8e;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #a33188;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #4046b3;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #171940;
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
    color: #212529;
}

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: #e23c8e;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #a33188;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #4046b3;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #171940;
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
    color: #212529;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #FFF;
}

.featured-boxes-modern-style-primary .featured-box {
    background: #e23c8e;
    background: linear-gradient(135deg, #e23c8e 0%, #171940 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e23c8e', endColorstr='#171940', GradientType=1);
}

.featured-boxes-modern-style-secondary .featured-box {
    background: #a33188;
    background: linear-gradient(135deg, #a33188 0%, #171940 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a33188', endColorstr='#171940', GradientType=1);
}

.featured-boxes-modern-style-tertiary .featured-box {
    background: #4046b3;
    background: linear-gradient(135deg, #4046b3 0%, #171940 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4046b3', endColorstr='#171940', GradientType=1);
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #e23c8e;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #a33188;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #4046b3;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #171940;
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 3px #212529;
}

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 #e23c8e;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #e23c8e !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #a33188;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #a33188 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #4046b3;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #4046b3 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #171940;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #171940 !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
    box-shadow: 0 0 0 10px #212529;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #212529 !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;
}


html .feature-box-primary .feature-box-icon {
    background-color: #e23c8e;
}

html .feature-box-secondary .feature-box-icon {
    background-color: #a33188;
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #4046b3;
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #171940;
}

html .feature-box-dark .feature-box-icon {
    background-color: #212529;
}

html .feature-box-light .feature-box-icon {
    background-color: #FFF;
}

.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #e23c8e;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
    color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
    color: #a33188;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
    color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
    color: #171940;
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
    color: #212529;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"],
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: #e23c8e;
}

.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: #e23c8e;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #e23c8e;
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
    color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #a33188;
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
    color: #a33188;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #4046b3;
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
    color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #171940;
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
    color: #171940;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
    border-color: #212529;
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
    color: #212529;
}

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 [class*="fa-"],
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
    color: #FFF;
}

.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-4 .feature-box-icon .icons {
    color: #e23c8e;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
    color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
    color: #a33188;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
    color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
    color: #171940;
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
    color: #212529;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"],
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
    color: #FFF;
}

.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-5 .feature-box-icon .icons {
    color: #e23c8e;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons {
    color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons {
    color: #a33188;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons {
    color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons {
    color: #171940;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons {
    color: #212529;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"],
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 [class*="fa-"],
html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons {
    color: #e23c8e;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons {
    color: #a33188;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons {
    color: #4046b3;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons {
    color: #171940;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"],
html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons {
    color: #212529;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"],
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: #cd1e74;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
    background-color: #df2681;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
    background-color: #e23c8e;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
    background-color: #e5529b;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
    background-color: #e968a8;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
    background-color: #ec7fb5;
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #e23c8e;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #a33188;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #4046b3;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #171940;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-dark {
    background-color: #212529;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-light {
    background-color: #FFF;
    color: #777;
}

.pricing-table .most-popular {
    border-color: #e23c8e;
}

.pricing-table .most-popular h3 {
    background-color: #e23c8e;
}

.pricing-table.princig-table-flat .plan h3 {
    background-color: #e23c8e;
}

.pricing-table.princig-table-flat .plan h3 span {
    background: #e23c8e;
}

html .call-to-action.featured.featured-primary {
    border-top-color: #e23c8e;
}

html .call-to-action.call-to-action-primary {
    background: #e23c8e;
}

html .call-to-action.with-full-borders-primary {
    border-color: #e23c8e;
}

html .call-to-action.call-to-action-primary {
    background: #e23c8e;
}

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: #a33188;
}

html .call-to-action.call-to-action-secondary {
    background: #a33188;
}

html .call-to-action.with-full-borders-secondary {
    border-color: #a33188;
}

html .call-to-action.call-to-action-secondary {
    background: #a33188;
}

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: #4046b3;
}

html .call-to-action.call-to-action-tertiary {
    background: #4046b3;
}

html .call-to-action.with-full-borders-tertiary {
    border-color: #4046b3;
}

html .call-to-action.call-to-action-tertiary {
    background: #4046b3;
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
    color: #FFF;
}

html .call-to-action.featured.featured-quaternary {
    border-top-color: #171940;
}

html .call-to-action.call-to-action-quaternary {
    background: #171940;
}

html .call-to-action.with-full-borders-quaternary {
    border-color: #171940;
}

html .call-to-action.call-to-action-quaternary {
    background: #171940;
}

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: #212529;
}

html .call-to-action.call-to-action-dark {
    background: #212529;
}

html .call-to-action.with-full-borders-dark {
    border-color: #212529;
}

html .call-to-action.call-to-action-dark {
    background: #212529;
}

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: #e23c8e;
    box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #e23c8e;
}

ul.history li .featured-box .box-content {
    border-top-color: #e23c8e;
}

.portfolio-list .portfolio-item.portfolio-item-new:after {
    background: linear-gradient(135deg, #008fc4 0%, #42c4f3 80%);
}

.recent-posts .date .month,
article.post .post-date .month {
    background-color: #e23c8e;
}

.recent-posts .date .day,
article.post .post-date .day {
    color: #e23c8e;
}

.slider .tp-bannertimer {
    background-color: #e23c8e;
}

.home-concept strong {
    color: #e23c8e;
}

html .home-intro-primary {
    background: #e23c8e;
}

html .home-intro-secondary {
    background: #a33188;
}

html .home-intro-tertiary {
    background: #4046b3;
}

html .home-intro-quaternary {
    background: #171940;
}

html .home-intro-dark {
    background: #212529;
}

html .home-intro-light {
    background: #FFF;
}

html .slide-overlay-primary .slotholder:after {
    background-color: #e23c8e !important;
}

html .slider-container .tp-caption-overlay-primary {
    background: #e23c8e;
}

html .slider-container .tp-caption-overlay-opacity-primary {
    background: rgba(226, 60, 142, 0.4);
}

html .tp-bullets.bullets-color-primary .tp-bullet:hover,
html .tp-bullets.bullets-color-primary .tp-bullet.selected {
    background: #e23c8e;
}

html .slide-overlay-secondary .slotholder:after {
    background-color: #a33188 !important;
}

html .slider-container .tp-caption-overlay-secondary {
    background: #a33188;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
    background: rgba(163, 49, 136, 0.4);
}

html .tp-bullets.bullets-color-secondary .tp-bullet:hover,
html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
    background: #a33188;
}

html .slide-overlay-tertiary .slotholder:after {
    background-color: #4046b3 !important;
}

html .slider-container .tp-caption-overlay-tertiary {
    background: #4046b3;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
    background: rgba(64, 70, 179, 0.4);
}

html .tp-bullets.bullets-color-tertiary .tp-bullet:hover,
html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
    background: #4046b3;
}

html .slide-overlay-quaternary .slotholder:after {
    background-color: #171940 !important;
}

html .slider-container .tp-caption-overlay-quaternary {
    background: #171940;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
    background: rgba(23, 25, 64, 0.4);
}

html .tp-bullets.bullets-color-quaternary .tp-bullet:hover,
html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
    background: #171940;
}

html .slide-overlay-dark .slotholder:after {
    background-color: #212529 !important;
}

html .slider-container .tp-caption-overlay-dark {
    background: #212529;
}

html .slider-container .tp-caption-overlay-opacity-dark {
    background: rgba(33, 37, 41, 0.4);
}

html .tp-bullets.bullets-color-dark .tp-bullet:hover,
html .tp-bullets.bullets-color-dark .tp-bullet.selected {
    background: #212529;
}

html .slide-overlay-light .slotholder:after {
    background-color: #FFF !important;
}

html .slider-container .tp-caption-overlay-light {
    background: #FFF;
}

html .slider-container .tp-caption-overlay-opacity-light {
    background: rgba(255, 255, 255, 0.4);
}

html .tp-bullets.bullets-color-light .tp-bullet:hover,
html .tp-bullets.bullets-color-light .tp-bullet.selected {
    background: #FFF;
}

html .slide-overlay.slide-overlay-gradient .slotholder:after {
    background-color: #4046b3 !important;
    background-image: linear-gradient(to right, #4046b3 0%, #171940 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4046b3', endColorstr='#171940', GradientType=1);
}

.cd-product-viewer-handle .handle {
    background: #e23c8e;
}


#footer .footer-ribbon {
    background: #e23c8e;
}

#footer .footer-ribbon:before {
    border-right-color: #b61b68;
    border-left-color: #b61b68;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
    color: #e23c8e !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
    background: #e23c8e !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
    color: #e23c8e !important;
}

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
    background: #e23c8e !important;
}

.scrollable.colored-slider .scrollable-slider {
    background: #e23c8e;
}

.sample-icon-list .sample-icon a:hover {
    background-color: #e23c8e;
}

html.boxed .body {
    border-top-color: #e23c8e;
}
/* Custom Colors For SVG's */
/*.custom-fill-color-primary,
.custom-fill-color-primary > svg path {
    fill: #e23c8e !important;
}
.custom-fill-color-secondary,
.custom-fill-color-secondary > svg path {
    fill: #a33188 !important;
}
.custom-fill-color-tertiary,
.custom-fill-color-tertiary > svg path {
    fill: #4046b3 !important;
}
.custom-fill-color-quaternary,
.custom-fill-color-quaternary > svg path {
    fill: #171940 !important;
}*/
/* Header */
#header .header-btn-collapse-nav {
    background: #38c1f3;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #f58634;
    }
    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: #f58634;
    }
    #header ul li.active a{
        color: red;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #4046b3;
    }
}
@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        color: #4046b3 !important;
    }
}
/* Testimonial blockquote */
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
    /*	color: #a33188;*/
    color:#f58634;
}
/* Pricing Table */
.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-popular-tag {
    background: #a33188;
}
/* Carousel */
.custom-carousel-dots-style-1 .owl-dots .owl-dot {
    box-shadow: 0px 0px 0px 2px #171940;
}
.custom-carousel-dots-style-1 .owl-dots .owl-dot.active {
    background: #171940;
}
/*
* Pagination
*/
/*.custom-pagination-style-1 .page-item.active .page-link,
.custom-pagination-style-1 .page-item:hover .page-link {
    border-color: #a33188;
    background-color: #a33188 !important;
}*/
