

.cursor-effect-size-big .cursor-outer {
    width: 60px;
    height: 60px;
    left: -9px;
    top: -10px;
}

.cursor-effect-size-big .cursor-inner {
    width: 8px;
    height: 8px;
}

    .cursor-effect-size-big .cursor-inner.cursor-inner-plus:before {
        font-size: 41.6px;
        font-size: 2.6rem;
    }

.cursor-effect-style-square .cursor-outer {
    border-radius: 0;
}

.cursor-effect-style-square .cursor-inner {
    border-radius: 0;
}

.copy-to-clipboard-wrapper .btn {
    position: relative;
}

    .copy-to-clipboard-wrapper .btn:before {
        content: "Copy to Clipboard";
        position: absolute;
        top: -41px;
        left: 50%;
        background: #212121;
        border-radius: 4px;
        transform: translate3d(-50%,0,0);
        opacity: 0;
        display: none;
        transition: ease opacity 300ms;
        white-space: nowrap;
        padding: 6px 14px;
        font-size: 12px;
        font-size: 0.75rem;
        z-index: 10;
    }

    .copy-to-clipboard-wrapper .btn:after {
        content: "";
        position: absolute;
        top: -12px;
        left: 50%;
        width: 0;
        height: 0;
        border-top: 7px solid #212121;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        transform: translate3d(-50%,0,0);
        opacity: 0;
        display: none;
        transition: ease opacity 300ms;
    }

    .copy-to-clipboard-wrapper .btn:hover:before, .copy-to-clipboard-wrapper .btn:hover:after, .copy-to-clipboard-wrapper .btn.copied:before, .copy-to-clipboard-wrapper .btn.copied:after {
        display: block;
        opacity: 1;
    }

    .copy-to-clipboard-wrapper .btn.copied:before {
        content: "Copied!";
    }

.particles-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

    .particles-wrapper div {
        height: 100%;
    }

.particle {
    position: absolute;
}

    .particle.particle-dots {
        -webkit-mask-image: url(../../../../themes/custom/ethiqs_theme/theme/img/particle-dot.svg);
        mask-image: url(../../../../themes/custom/ethiqs_theme/theme/img/particle-dot.svg);
        z-index: 0;
        -webkit-mask-size: 18px;
    }

.patterns svg {
    position: absolute;
}

.popup-inline-content, .mfp-content .ajax-container {
    background: none repeat scroll 0 0 #FFF;
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    display: none;
}

.mfp-content .ajax-container {
    display: block;
}

.mfp-wrap .popup-inline-content {
    display: block;
}

.modal-header .btn-close {
    text-indent: -99999px;
}

.modal-footer > :not(:first-child) {
    margin-left: 4px;
    margin-left: .25rem;
    margin-right: 0px;
    margin-right: 0rem;
}

.modal-footer > :not(:last-child) {
    margin-right: 4px;
    margin-right: .25rem;
    margin-left: 0px;
    margin-left: 0rem;
}

.nav > li > a {
    text-decoration: none;
}

    .nav > li > a:hover, .nav > li > a:focus {
        background: transparent;
        text-decoration: none;
    }

ul.nav-list li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

    ul.nav-list li a {
        transition: background 0.1s;
        border-bottom: 1px solid rgba(0,0,0,0.06);
        padding: 8px 0 8px 22px;
        display: block;
        color: #666;
        font-size: 0.9em;
        text-decoration: none;
        line-height: 20px;
    }

        ul.nav-list li a:before {
            font-family: "Font Awesome 5 Free";
            content: "";
            font-weight: 900;
            position: absolute;
            top: 8px;
            font-size: 7.2px;
            font-size: 0.45rem;
            opacity: 0.7;
            transform: translate3d(-1px,0,0);
            left: 12px;
        }

        ul.nav-list li a:hover {
            text-decoration: none;
        }

            ul.nav-list li a:hover:before, ul.nav-list li a:hover i[class*="fa-chevron"] {
                -webkit-animation-name: arrowLeftRight;
                animation-name: arrowLeftRight;
                -webkit-animation-duration: 500ms;
                animation-duration: 500ms;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
            }

        ul.nav-list li a i[class*="fa-chevron"] {
            position: relative;
            top: -1px;
            font-size: 8px;
            font-size: 0.5rem;
            opacity: 0.8;
        }

    ul.nav-list li > a.active {
        font-weight: bold;
    }

    ul.nav-list li ul {
        list-style: none;
        margin: 0 0 0 25px;
        padding: 0;
    }

    ul.nav-list li:last-child a {
        border-bottom: 0;
    }

ul.nav-list.hide-not-active li ul {
    display: none;
}

ul.nav-list.hide-not-active li.active ul {
    display: block;
}

ul.nav-list.show-bg-active .active > a, ul.nav-list.show-bg-active a.active {
    background-color: #f5f5f5;
}

    ul.nav-list.show-bg-active .active > a:hover, ul.nav-list.show-bg-active a.active:hover {
        background-color: #eee;
    }

ul.nav-list.no-arrows li a:before {
    content: none;
}

ul.nav-list-simple li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

    ul.nav-list-simple li a {
        transition: background 0.1s;
        border-bottom: 1px solid rgba(0,0,0,0.07);
        padding: 8px 0;
        display: block;
        color: #666;
        font-size: 0.9em;
        text-decoration: none;
        line-height: 20px;
        transition: ease padding 300ms;
    }

    ul.nav-list-simple li > a.active {
        font-weight: bold;
    }

    ul.nav-list-simple li:hover a {
        padding-left: 4px;
    }

    ul.nav-list-simple li ul {
        list-style: none;
        margin: 0 0 0 25px;
        padding: 0;
    }

ul.narrow li a {
    padding: 4px 0;
}

ul.nav-pills > li > a.active {
    color: #FFF;
    background-color: #CCC;
}

    ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
        color: #FFF;
        background-color: #CCC;
    }

.nav-pills-center {
    text-align: center;
}

    .nav-pills-center > li {
        display: inline-block;
        float: none;
    }

.nav-pills-sm > li > a {
    padding: 7px 12px;
}

.nav-pills-xs > li > a {
    padding: 5px 10px;
    font-size: 0.9em;
}

.nav-pills .nav-link.active {
    background-color: transparent;
}

.show > .nav-pills .nav-link {
    background-color: transparent;
}

.nav-light > li > a {
    color: #FFF;
}

.nav-active-style-1 {
    min-height: 100px;
    align-items: center;
}

    .nav-active-style-1 > li {
        align-self: stretch;
    }

        .nav-active-style-1 > li > a {
            display: flex;
            align-items: center;
            height: 100%;
            padding: 0 !important;
            margin: 0 15px;
            border-bottom: 2px solid transparent;
            transition: ease border-color 300ms;
        }

            .nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active {
                border-bottom-color: #CCC;
            }

@media (max-width:575px){
    .nav-active-style-1 > li > a {
        min-height: 45px;
        justify-content: center;
    }
}

html.ie .nav-active-style-1 > li {
    min-height: 100px;
}

.nav-secondary {
    background: #fafafa;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    z-index: 99;
    width: 100% !important;
}

    .nav-secondary .nav-pills > li {
        float: none;
        display: inline-block;
    }

        .nav-secondary .nav-pills > li a {
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            padding: 10px 13px;
            text-transform: uppercase;
        }

    .nav-secondary.sticky-active {
        border-bottom-color: #e9e9e9;
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
    }

html.boxed .nav-secondary.sticky-active {
    max-width: 1200px;
    left: auto !important;
}

.section-scroll-dots-navigation {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    right: 30px;
    background: #FFF;
    border-radius: 35px;
    padding: 9.6px;
    padding: 0.6rem;
    z-index: 10;
    transform: translate3d(0,-50%,0);
}

    .section-scroll-dots-navigation > ul {
        margin: 8px 0;
        margin: 0.5rem 0;
    }

        .section-scroll-dots-navigation > ul:hover > li.active:hover > a > span {
            opacity: 1;
            visibility: visible;
        }

        .section-scroll-dots-navigation > ul:hover > li.active > a > span {
            opacity: 0;
            visibility: hidden;
        }

        .section-scroll-dots-navigation > ul > li {
            position: relative;
            margin-bottom: 4.8px;
            margin-bottom: 0.3rem;
        }

            .section-scroll-dots-navigation > ul > li:last-child {
                margin-bottom: 0;
            }

            .section-scroll-dots-navigation > ul > li:hover {
                background: transparent;
            }

                .section-scroll-dots-navigation > ul > li:hover > a > span {
                    opacity: 1;
                    visibility: visible;
                }

            .section-scroll-dots-navigation > ul > li.active > a:before {
                opacity: 1;
            }

            .section-scroll-dots-navigation > ul > li > a {
                position: relative;
                width: 15px;
                height: 15px;
                display: block;
                padding: 4.8px;
                padding: 0.3rem;
            }

                .section-scroll-dots-navigation > ul > li > a:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate3d(-50%,-50%,0);
                    width: 8px;
                    height: 8px;
                    border-radius: 100%;
                    opacity: 0.3;
                    background: #CCC;
                    transition: ease opacity 300ms;
                }

                .section-scroll-dots-navigation > ul > li > a > span {
                    position: absolute;
                    top: 50%;
                    right: calc(100% + 20px);
                    background: #FFF;
                    color: #212529;
                    font-size: 12.8px;
                    font-size: 0.8rem;
                    font-weight: 800;
                    padding: 3.2px 16px;
                    padding: 0.2rem 1rem;
                    border-radius: 4px;
                    white-space: nowrap;
                    opacity: 0;
                    visibility: hidden;
                    transform: translate3d(0,-50%,0);
                    transition: ease opacity 300ms;
                }

                    .section-scroll-dots-navigation > ul > li > a > span:after {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: 100%;
                        width: 0;
                        height: 0;
                        border-top: 6px solid transparent;
                        border-bottom: 6px solid transparent;
                        border-left: 6px solid #F7F7F7;
                        transform: translate3d(0,-50%,0);
                    }

    .section-scroll-dots-navigation.section-scroll-dots-navigation-style-2 {
        background: transparent;
    }

    .section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a:before {
        background: #FFF;
    }

    .section-scroll-dots-navigation.section-scroll-dots-navigation-light > ul > li > a > span {
        right: calc(100% + 10px);
    }

@media (max-width:767px){
    .section-scroll-dots-navigation {
        right: 15px;
    }
}

.overlay {
    position: relative;
}

    .overlay:before {
        content: " ";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: #212529;
        opacity: 0;
        pointer-events: none;
        transition: ease opacity 300ms 100ms;
    }

    .overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
        opacity: 0.8;
    }

    .overlay.overlay-op-1:hover:before, .overlay.overlay-op-1.overlay-show:before, .overlay.overlay-op-1.show:before {
        opacity: 0.1;
    }

    .overlay.overlay-op-2:hover:before, .overlay.overlay-op-2.overlay-show:before, .overlay.overlay-op-2.show:before {
        opacity: 0.2;
    }

    .overlay.overlay-op-3:hover:before, .overlay.overlay-op-3.overlay-show:before, .overlay.overlay-op-3.show:before {
        opacity: 0.3;
    }

    .overlay.overlay-op-4:hover:before, .overlay.overlay-op-4.overlay-show:before, .overlay.overlay-op-4.show:before {
        opacity: 0.4;
    }

    .overlay.overlay-op-5:hover:before, .overlay.overlay-op-5.overlay-show:before, .overlay.overlay-op-5.show:before {
        opacity: 0.5;
    }

    .overlay.overlay-op-6:hover:before, .overlay.overlay-op-6.overlay-show:before, .overlay.overlay-op-6.show:before {
        opacity: 0.6;
    }

    .overlay.overlay-op-7:hover:before, .overlay.overlay-op-7.overlay-show:before, .overlay.overlay-op-7.show:before {
        opacity: 0.7;
    }

    .overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
        opacity: 0.8;
    }

    .overlay.overlay-op-9:hover:before, .overlay.overlay-op-9.overlay-show:before, .overlay.overlay-op-9.show:before {
        opacity: 0.9;
    }

    .overlay.overlay-backward:hover:before, .overlay.overlay-backward.overlay-show:before, .overlay.overlay-backward.show:before {
        z-index: 0;
    }

    .overlay .container, .overlay .container-fluid {
        position: relative;
        z-index: 3;
    }

.overlay-light:before {
    background-color: #FFF !important;
}

.overlay-dark:before {
    background-color: #212529 !important;
}

.overlay-gradient-bottom-content:before {
    opacity: 1 !important;
    background: rgba(33,37,41,0);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 30%,#212529 100%);
}

.overlay-gradient-top-content:before {
    opacity: 1 !important;
    background: rgba(33,37,41,0);
    background: linear-gradient(to top,rgba(0,0,0,0) 30%,#212529 100%);
}

.overlay-gradient:before {
    background-color: #6c6ef1;
    background-image: linear-gradient(to right,#6c6ef1 0%,#e2498e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c6ef1",endColorstr="#e2498e",GradientType=1);
}

.overlay-gradient.overlay-gradient-animated:before {
    background-size: 200% 200%;
    -webkit-animation-name: gradientTransition;
    animation-name: gradientTransition;
    -webkit-animation-duration: 20000ms;
    animation-duration: 20000ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    clear: both;
}

    .parallax.parallax-mouse {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        .parallax.parallax-mouse .parallax-mouse-object {
            position: absolute;
            top: 0;
            left: 0;
            -o-object-fit: contain;
            object-fit: contain;
        }

    .parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
        margin: 70px 0;
        padding: 50px 0;
    }

    .parallax blockquote {
        border: 0;
        padding: 0 10%;
    }

        .parallax blockquote i.fa-quote-left {
            font-size: 34px;
            position: relative;
            left: -5px;
        }

        .parallax blockquote p {
            font-size: 24px;
            line-height: 30px;
        }

        .parallax blockquote span {
            font-size: 16px;
            line-height: 20px;
            color: #999;
            position: relative;
            left: -5px;
        }

.parallax-disabled .parallax-background {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}

.parallax-background + .container {
    position: relative;
}

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    .pricing-table .plan {
        background: #FFF;
        border-radius: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .pricing-table .plan .plan-price, .pricing-table .plan .plan-features, .pricing-table .plan .plan-footer {
            border: 1px solid #ededed;
        }

        .pricing-table .plan .plan-header {
            background: #212529;
            padding: 15.2px 16px;
            padding: 0.95rem 1rem;
        }

            .pricing-table .plan .plan-header h3 {
                color: #FFF;
                font-size: 12.8px;
                font-size: 0.8rem;
                font-weight: 600;
                line-height: 1;
                letter-spacing: 0;
                text-align: center;
                text-transform: uppercase;
                margin-bottom: 0;
            }

        .pricing-table .plan .plan-price {
            display: flex;
            flex-direction: column;
            background: #f7f7f7;
            border-top: 0;
            border-bottom: 0;
            padding: 32px 12.8px;
            padding: 2rem 0.8rem;
            text-align: center;
        }

            .pricing-table .plan .plan-price .price {
                display: flex;
                justify-content: center;
                align-items: flex-start;
                font-size: 43.2px;
                font-size: 2.7rem;
                font-weight: 600;
                line-height: 1;
                color: #212529;
            }

                .pricing-table .plan .plan-price .price .price-unit {
                    font-size: 50%;
                    line-height: 1.4;
                }

            .pricing-table .plan .plan-price .price-label {
                text-transform: uppercase;
                color: #777;
                font-size: 11.2px;
                font-size: 0.7rem;
                line-height: 1;
                margin-bottom: 0;
            }

        .pricing-table .plan .plan-features {
            border-top: 0;
            border-bottom: 0;
            padding: 12.8px;
            padding: 0.8rem;
            text-align: center;
        }

            .pricing-table .plan .plan-features ul {
                padding: 0 8px 0 8px;
                padding: 0 0.5rem 0 0.5rem;
                margin-bottom: 0;
            }

                .pricing-table .plan .plan-features ul li {
                    border-bottom: 1px solid #ededed;
                    line-height: 2.9;
                    list-style: none;
                    font-size: 0.9em;
                }

                    .pricing-table .plan .plan-features ul li:last-child {
                        border-bottom: 0;
                    }

        .pricing-table .plan .plan-footer {
            border-top: 0;
            padding: 24px 12.8px 40px;
            padding: 1.5rem 0.8rem 2.5rem;
            text-align: center;
        }

        .pricing-table .plan.plan-featured {
            position: relative;
            box-shadow: 0px 0px 40px rgba(200,200,200,0.3);
            transform: scale(1.15);
            z-index: 1;
        }

            .pricing-table .plan.plan-featured .plan-header h3, .pricing-table .plan.plan-featured .plan-features ul li {
                font-size: 12.8px;
                font-size: 0.8rem;
            }

    .pricing-table.pricing-table-no-gap {
        margin-left: 0;
        margin-right: 0;
    }

        .pricing-table.pricing-table-no-gap .plan {
            margin-left: -16px;
            margin-right: -15px;
            margin-top: 0;
            margin-bottom: 0;
        }

@media (max-width:767px){
    .pricing-table .plan.plan-featured {
        transform: scale(1);
    }

        .pricing-table .plan.plan-featured .plan-header h3, .pricing-table .plan.plan-featured .plan-features ul li {
            font-size: 0.9rem;
        }
}

.pricing-block > .row {
    margin-right: 0;
    margin-left: 0;
}

    .pricing-block > .row > div:nth-child(1) {
        padding: 27.2px;
        padding: 1.7rem;
    }

    .pricing-block > .row > div:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 27.2px;
        padding: 1.7rem;
        background: #f7f7f7;
        text-align: center;
        border-left: 1px solid #dee2e6;
        border-radius: 0 4px 4px 0;
    }

.pricing-block .plan-price {
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
}

    .pricing-block .plan-price .price {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        font-size: 43.2px;
        font-size: 2.7rem;
        font-weight: 600;
        line-height: 1;
        color: #212529;
    }

        .pricing-block .plan-price .price .price-unit {
            font-size: 50%;
            line-height: 1.4;
        }

    .pricing-block .plan-price .price-label {
        text-transform: uppercase;
        color: #777;
        font-size: 11.2px;
        font-size: 0.7rem;
        line-height: 1;
        margin-bottom: 0;
    }

@media (max-width:991px){
    .pricing-block > .row > div:nth-child(2) {
        border-left: none;
        border-top: 1px solid #dee2e6;
        border-radius: 0 0 4px 4px;
    }
}

.price-menu-item .price-menu-item-details {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .price-menu-item .price-menu-item-details .price-menu-item-title {
        position: relative;
        padding-bottom: 10px;
    }

    .price-menu-item .price-menu-item-details .price-menu-item-price {
        position: relative;
        top: -5px;
    }

        .price-menu-item .price-menu-item-details .price-menu-item-price strong {
            font-size: 20.8px;
            font-size: 1.3rem;
        }

            .price-menu-item .price-menu-item-details .price-menu-item-price strong > span {
                font-size: 0.6em;
            }

    .price-menu-item .price-menu-item-details .price-menu-item-line {
        position: absolute;
        width: 100%;
        bottom: 0;
        border-bottom: dashed 1px #777;
    }

.price-menu-item .price-menu-item-img img {
    border-radius: 50%;
    max-width: 60px;
    height: auto;
}

.price-menu-item .price-menu-item-desc {
    position: relative;
    margin-top: 5px;
}

.price-menu-item + .price-menu-item {
    margin-top: 25px;
}

.process {
    text-align: center;
}

    .process .process-step {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .process .process-step-circle {
        display: flex;
        justify-content: center;
        height: 90px;
        text-align: center;
        width: 90px;
        border: 2px solid #CCC;
        border-radius: 50%;
        align-items: center;
        position: relative;
        background-color: transparent;
        transition: all 0.2s ease-in-out;
    }

    .process .process-step-content {
        padding-top: 20px;
    }

    .process .process-step-circle-content {
        font-weight: bold;
        color: #212529;
        font-size: 1.6em;
        letter-spacing: -1px;
        transition: all 0.2s ease-in-out;
    }

    .process .process-step:hover .process-step-circle {
        background-color: #CCC;
    }

        .process .process-step:hover .process-step-circle .process-step-circle-content {
            color: #FFF;
        }

            .process .process-step:hover .process-step-circle .process-step-circle-content .icons {
                color: #FFF !important;
            }

    .process.process-shapes .process-step-circle {
        position: relative;
        width: auto;
        height: auto;
        border: 0;
        margin-bottom: 19.2px;
        margin-bottom: 1.2rem;
    }

        .process.process-shapes .process-step-circle .process-step-circle-content {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background-color: #CCC;
            border-radius: 100%;
            color: #FFF;
            z-index: 3;
        }

        .process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            height: 100%;
            background-color: #777;
            border-radius: 100%;
            opacity: 0.6;
            transform: translate3d(-50%,-50%,0) scale(1.5);
            transition: ease transform 1s;
            z-index: 2;
        }

        .process.process-shapes .process-step-circle:after {
            background-color: #999;
            opacity: 0.3;
            transform: translate3d(-50%,-50%,0) scale(2);
            z-index: 1;
        }

    .process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before {
        -webkit-animation-name: processShapesScaleOne;
        animation-name: processShapesScaleOne;
        -webkit-animation-delay: 300ms;
        animation-delay: 300ms;
    }

    .process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after {
        -webkit-animation-name: processShapesScaleTwo;
        animation-name: processShapesScaleTwo;
    }

    .process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:before, .process.process-shapes.process-shapes-hover-animate .process-step:hover .process-step-circle:after {
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before {
        -webkit-animation-name: processShapesScaleOne;
        animation-name: processShapesScaleOne;
        -webkit-animation-delay: 300ms;
        animation-delay: 300ms;
    }

    .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after {
        -webkit-animation-name: processShapesScaleTwo;
        animation-name: processShapesScaleTwo;
    }

    .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:before, .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle:after {
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:before {
        -webkit-animation-name: processShapesScaleOne;
        animation-name: processShapesScaleOne;
        -webkit-animation-delay: 1000ms;
        animation-delay: 1000ms;
    }

    .process.process-shapes.process-shapes-always-animate .process-step .process-step-circle.process-shapes-always-animate-delay:after {
        -webkit-animation-name: processShapesScaleTwo;
        animation-name: processShapesScaleTwo;
        -webkit-animation-delay: 700ms;
        animation-delay: 700ms;
    }

@-webkit-keyframes processShapesScaleOne{
    0% {
        opacity: 0.6;
        transform: translate3d(-50%,-50%,0) scale(1.5);
    }

    25% {
        opacity: 0;
        transform: translate3d(-50%,-50%,0) scale(1.8);
    }

    50% {
        opacity: 0;
        transform: translate3d(-50%,-50%,0) scale(1);
    }

    100% {
        opacity: 0.6;
        transform: translate3d(-50%,-50%,0) scale(1.5);
    }
}

@keyframes processShapesScaleOne{
    0% {
        opacity: 0.6;
        transform: translate3d(-50%,-50%,0) scale(1.5);
    }

    25% {
        opacity: 0;
        transform: translate3d(-50%,-50%,0) scale(1.8);
    }

    50% {
        opacity: 0;
        transform: translate3d(-50%,-50%,0) scale(1);
    }

    100% {
        opacity: 0.6;
        transform: translate3d(-50%,-50%,0) scale(1.5);
    }
}

@-webkit-keyframes processShapesScaleTwo{
    0% {
        opacity: 0.3;
        transform: translate3d(-50%,-50%,0) scale(2);
    }

    25% {
        opacity: 0;
        transform: translate3d(-50%,-50%,0) scale(2.3);
    }

    50% {
        opacity: 0;
        transform: translate3d(-50%,-50%,0) scale(1);
    }

    100% {
        opacity: 0.3;
        transform: translate3d(-50%,-50%,0) scale(2);
    }
}

@keyframes processShapesScaleTwo{
    0% {
        opacity: 0.3;
        transform: translate3d(-50%,-50%,0) scale(2);
    }

    25% {
        opacity: 0;
        transform: translate3d(-50%,-50%,0) scale(2.3);
    }

    50% {
        opacity: 0;
        transform: translate3d(-50%,-50%,0) scale(1);
    }

    100% {
        opacity: 0.3;
        transform: translate3d(-50%,-50%,0) scale(2);
    }
}

@media (min-width:992px){
    .process .process-step:before {
        content: "";
        height: 2px;
        display: block;
        background-color: #EDEDED;
        position: absolute;
        width: 50%;
        top: 45px;
        left: 75%;
    }

    .process .process-step:last-child:before {
        display: none;
    }

    .process.process-shapes .process-step:before {
        top: 23px;
    }
}

.process-vertical {
    text-align: left;
}

    .process-vertical .process-step {
        width: 100%;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        position: relative;
        padding-bottom: 60px;
    }

        .process-vertical .process-step:before {
            display: none;
        }

        .process-vertical .process-step:after {
            width: 2px;
            display: block;
            background-color: #EDEDED;
            position: absolute;
            content: "";
            height: calc(100% - 80px);
            top: 70px;
            left: 30px;
        }

        .process-vertical .process-step:last-child:after {
            display: none;
        }

    .process-vertical .process-step-circle {
        height: 60px;
        width: 60px;
        margin: 0 15px 0 0;
        min-height: 60px;
        min-width: 60px;
    }

    .process-vertical .process-step-content {
        padding-top: 0;
    }

.process-connecting-line {
    position: relative;
    text-align: left;
}

    .process-connecting-line .connecting-line {
        content: "";
        position: absolute;
        top: 25px;
        left: 15px;
        right: 15px;
        height: 3px;
        background: #CCC;
    }

    .process-connecting-line .process-step {
        align-items: flex-start;
        padding-right: 48px;
        padding-right: 3rem;
        padding-left: 48px;
        padding-left: 3rem;
    }

        .process-connecting-line .process-step:before {
            content: none;
        }

    .process-connecting-line .process-step-circle {
        background: #FFF;
        width: 50px;
        height: 50px;
        border: 3px solid #CCC;
    }

html .scroll-to-top {
    transition: opacity 0.3s;
    background: #404040;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 1040;
    font-size: 0.8em;
}

    html .scroll-to-top:hover {
        opacity: 1;
    }

    html .scroll-to-top.visible {
        opacity: 0.75;
    }

    html .scroll-to-top span {
        display: inline-block;
        padding: 0 5px;
    }

html.lightbox-opened .scroll-to-top {
    right: 27px;
}

html.ie11 .scroll-to-top {
    right: 25px;
}

@media (max-width:991px){
    html .scroll-to-top.hidden-mobile {
        display: none !important;
    }
}

.scrollable {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .scrollable .scrollable-content {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 37px 0 0;
        overflow-x: hidden;
        overflow-y: scroll;
        outline: none;
    }

        .scrollable .scrollable-content::-webkit-scrollbar {
            visibility: hidden;
        }

    .scrollable .scrollable-pane {
        bottom: 0;
        opacity: 0.01;
        position: absolute;
        right: 5px;
        top: 0;
        transition: all 0.2s ease 0s;
        width: 4px;
    }

    .scrollable .scrollable-slider {
        border-radius: 5px;
        background: none repeat scroll 0 0 #CCC;
        margin: 0;
        position: relative;
        transition: opacity 0.2s ease 0s;
        opacity: 0;
    }

    .scrollable.scrollable-padding .scrollable-content {
        padding: 10px 24px 10px 10px;
    }

    .scrollable:hover .scrollable-slider, .scrollable.visible-slider .scrollable-slider {
        opacity: 1;
    }

section.section {
    background: #f7f7f7;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}

    section.section > .container {
        position: relative;
    }

    section.section.section-height-1 {
        padding: 12.307px 0;
        padding: 0.7692307692rem 0;
    }

    section.section.section-height-2 {
        padding: 36.923px 0;
        padding: 2.3076923077rem 0;
    }

    section.section.section-height-3 {
        padding: 73.846px 0;
        padding: 4.6153846154rem 0;
    }

    section.section.section-height-4 {
        padding: 110.769px 0;
        padding: 6.9230769231rem 0;
    }

    section.section.section-height-5 {
        padding: 147.692px 0;
        padding: 9.2307692308rem 0;
    }

    section.section.section-bg-strong-grey {
        background: #EDEDED;
    }

    section.section.section-no-background {
        background: transparent;
        border-top-color: transparent;
    }

    section.section.section-center {
        text-align: center;
    }

    section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
        color: #FFF;
    }

    section.section.section-text-light p {
        color: #e6e5e5;
    }

    section.section.section-background {
        background-repeat: repeat;
        border: 0;
    }

    section.section.section-background-change-anim {
        -webkit-animation-name: colorTransition;
        animation-name: colorTransition;
        -webkit-animation-duration: 25s;
        animation-duration: 25s;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    section.section.section-funnel {
        position: relative;
    }

        section.section.section-funnel .section-funnel-layer-top {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 96px 0;
            padding: 6rem 0;
            transform: translate3d(0,-50%,0);
        }

        section.section.section-funnel .section-funnel-layer-bottom {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 96px 0;
            padding: 6rem 0;
            transform: translate3d(0,50%,0);
        }

        section.section.section-funnel .section-funnel-layer {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #FFF;
        }

            section.section.section-funnel .section-funnel-layer:nth-child(1) {
                transform: skewY(-4.7deg);
            }

            section.section.section-funnel .section-funnel-layer:nth-child(2) {
                transform: skewY(4.7deg);
            }

    section.section.section-angled {
        position: relative;
        margin: 0;
        overflow: hidden;
    }

        section.section.section-angled .section-angled-layer-top {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 48px 0;
            padding: 3rem 0;
            transform: skewY(-0.7deg) translate3d(0,-50%,0);
        }

        section.section.section-angled .section-angled-layer-bottom {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 48px 0;
            padding: 3rem 0;
            transform: skewY(0.7deg) translate3d(0,50%,0);
        }

        section.section.section-angled .section-angled-layer-top + .section-angled-content, section.section.section-angled .section-angled-layer-top + .section-angled-layer-bottom + .section-angled-content {
            margin-top: 40px;
            margin-top: 2.5rem;
        }

        section.section.section-angled .section-angled-layer-bottom + .section-angled-content, section.section.section-angled .section-angled-layer-bottom + .section-angled-layer-top + .section-angled-content {
            margin-bottom: 40px;
            margin-bottom: 2.5rem;
        }

        section.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-top {
            transform: skewY(-1.7deg) translate3d(0,-50%,0);
        }

        section.section.section-angled .section-angled-layer-increase-angle.section-angled-layer-bottom {
            transform: skewY(1.7deg) translate3d(0,50%,0);
        }

        section.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-top {
            padding: 112px 0;
            padding: 7rem 0;
            transform: skewY(-4.7deg) translate3d(0,-50%,0);
        }

        section.section.section-angled .section-angled-layer-increase-angle-2.section-angled-layer-bottom {
            padding: 112px 0;
            padding: 7rem 0;
            transform: skewY(4.7deg) translate3d(0,50%,0);
        }

        section.section.section-angled.section-angled-reverse .section-angled-layer-top {
            transform: skewY(0.7deg) translate3d(0,-50%,0);
        }

        section.section.section-angled.section-angled-reverse .section-angled-layer-bottom {
            transform: skewY(-0.7deg) translate3d(0,50%,0);
        }

        section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-top {
            transform: skewY(1.7deg) translate3d(0,-50%,0);
        }

        section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle.section-angled-layer-bottom {
            transform: skewY(-1.7deg) translate3d(0,50%,0);
        }

        section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-top {
            padding: 112px 0;
            padding: 7rem 0;
            transform: skewY(4.7deg) translate3d(0,-50%,0);
        }

        section.section.section-angled.section-angled-reverse .section-angled-layer-increase-angle-2.section-angled-layer-bottom {
            padding: 112px 0;
            padding: 7rem 0;
            transform: skewY(-4.7deg) translate3d(0,50%,0);
        }

        section.section.section-angled + .section-angled {
            padding-top: 0;
        }

    section.section.overlay .section-angled-layer-top, section.section.overlay .section-angled-layer-bottom {
        z-index: 99 !important;
    }

    section.section.section-overlay {
        position: relative;
    }

        section.section.section-overlay:before {
            content: "";
            display: block;
            background: rgba(33,37,41,0.8);
            bottom: 0;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

        section.section.section-overlay .section-angled-layer-top, section.section.section-overlay .section-angled-layer-bottom {
            z-index: 99 !important;
        }

    section.section.section-overlay-dot:before {
        background: url(../../../../themes/custom/ethiqs_theme/theme/img/overlay-dot.png) repeat scroll 0 0 transparent;
    }

    section.section.section-overlay-opacity {
        position: relative;
    }

        section.section.section-overlay-opacity:before {
            content: "";
            display: block;
            background: rgba(0,0,0,0.5);
            bottom: 0;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

        section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
            background: rgba(33,37,41,0.1);
        }

        section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
            background: rgba(33,37,41,0.2);
        }

        section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
            background: rgba(33,37,41,0.3);
        }

        section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
            background: rgba(33,37,41,0.4);
        }

        section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
            background: rgba(33,37,41,0.5);
        }

        section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
            background: rgba(33,37,41,0.6);
        }

        section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
            background: rgba(33,37,41,0.7);
        }

        section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
            background: rgba(33,37,41,0.8);
        }

        section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
            background: rgba(33,37,41,0.9);
        }

    section.section.section-overlay-opacity-light:before {
        background: rgba(255,255,255,0.5);
    }

    section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
        background: rgba(255,255,255,0.1);
    }

    section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
        background: rgba(255,255,255,0.2);
    }

    section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
        background: rgba(255,255,255,0.3);
    }

    section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
        background: rgba(255,255,255,0.4);
    }

    section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
        background: rgba(255,255,255,0.5);
    }

    section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
        background: rgba(255,255,255,0.6);
    }

    section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
        background: rgba(255,255,255,0.7);
    }

    section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
        background: rgba(255,255,255,0.8);
    }

    section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
        background: rgba(255,255,255,0.9);
    }

    section.section.section-overlay-opacity-gradient:before {
        opacity: 0.85;
    }

    section.section.section-video {
        background: none !important;
        border: 0;
    }

    section.section.section-parallax {
        background-color: transparent;
        background-position: 50% 50%;
        background-repeat: repeat;
        background-attachment: fixed;
        border: 0;
    }

        section.section.section-parallax.parallax-disabled {
            background-attachment: scroll !important;
            background-position: 50% 50% !important;
        }

    section.section.section-no-border {
        border: 0;
    }

    section.section.section-with-divider {
        margin: 56px 0 35px;
    }

        section.section.section-with-divider .divider {
            margin: -56px 0 44px;
        }

    section.section.section-footer {
        margin-bottom: -50px;
    }

    section.section.section-with-mockup {
        margin-top: 120px;
    }

    section.section.section-front {
        position: relative;
        z-index: 1;
    }

@media (max-width:991px){
    .container-fluid > .row > .p-0 section.section {
        margin-bottom: 0;
        margin-top: 0;
    }

    .container-fluid > .row > .p-0:first-child section.section {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .container-fluid > .row > .p-0:last-child section.section {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

@-webkit-keyframes shapeDividerToLeft{
    from {
        transform: translate3d(0,0,0);
    }

    to {
        transform: translate3d(-200%,0,0);
    }
}

@keyframes shapeDividerToLeft{
    from {
        transform: translate3d(0,0,0);
    }

    to {
        transform: translate3d(-200%,0,0);
    }
}

@-webkit-keyframes shapeDividerToRight{
    from {
        transform: translate3d(0,0,0);
    }

    to {
        transform: translate3d(200%,0,0);
    }
}

@keyframes shapeDividerToRight{
    from {
        transform: translate3d(0,0,0);
    }

    to {
        transform: translate3d(200%,0,0);
    }
}

.section.section-with-shape-divider {
    position: relative;
    overflow: hidden;
}

    .section.section-with-shape-divider .shape-divider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        z-index: 1;
    }

        .section.section-with-shape-divider .shape-divider svg {
            position: absolute;
            top: 0;
            left: 50%;
            height: 100%;
            transform: translate3d(-50%,0,0);
        }

@media (min-width:1950px){
    .section.section-with-shape-divider .shape-divider svg {
        width: 100%;
    }
}

.section.section-with-shape-divider .shape-divider.shape-divider-bottom {
    top: auto;
    bottom: 0;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y {
    transform: rotateY(180deg);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x {
    transform: rotateX(180deg);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy {
    transform: rotateY(180deg) rotateX(180deg);
}

.section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

    .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation > svg {
        width: 100vw;
        left: 0;
        transform: none;
    }

    .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start {
        -webkit-animation-name: shapeDividerToRight;
        animation-name: shapeDividerToRight;
    }

    .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) {
        transform: rotateY(180deg) translate3d(99.9%,0,0);
    }

    .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) {
        transform: translate3d(-199.8%,0,0);
    }

    .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start {
        -webkit-animation-name: shapeDividerToLeft;
        animation-name: shapeDividerToLeft;
    }

    .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
        transform: rotateY(180deg) translate3d(-99.9%,0,0);
    }

    .section.section-with-shape-divider .shape-divider .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
        transform: translate3d(199.8%,0,0);
    }

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start, .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start {
    -webkit-animation-name: shapeDividerToLeft;
    animation-name: shapeDividerToLeft;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(2) {
    transform: rotateY(180deg) translate3d(-99.9%,0,0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right > svg:nth-child(3) {
    transform: translate3d(199.8%,0,0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start, .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start {
    -webkit-animation-name: shapeDividerToRight;
    animation-name: shapeDividerToRight;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
    transform: rotateY(180deg) translate3d(99.9%,0,0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-y .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3), .section.section-with-shape-divider .shape-divider.shape-divider-reverse-xy .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
    transform: translate3d(-199.8%,0,0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-right.start {
    -webkit-animation-name: shapeDividerToRight;
    animation-name: shapeDividerToRight;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left.start {
    -webkit-animation-name: shapeDividerToLeft;
    animation-name: shapeDividerToLeft;
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(2) {
    transform: rotateY(180deg) translate3d(-99.9%,0,0);
}

.section.section-with-shape-divider .shape-divider.shape-divider-reverse-x .shape-divider-horizontal-animation.shape-divider-horizontal-animation-to-left > svg:nth-child(3) {
    transform: translate3d(199.8%,0,0);
}

.section.section-with-shape-divider.overlay:before {
    z-index: 1;
}

aside ul.nav-list > li > a {
    color: #666;
    font-size: 0.9em;
    padding: 8px 0 8px 22px;
}

aside .twitter [class*="fa-"], aside .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
    margin-right: -22px;
    left: -30px;
    color: #212529;
}

aside .twitter .meta {
    display: block;
    font-size: 0.9em;
    padding-top: 3px;
}

aside .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    aside .twitter ul li {
        padding-bottom: 20px;
        padding-left: 30px;
    }

        aside .twitter ul li:last-child {
            padding-bottom: 0;
        }

aside .twitter-account {
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    opacity: 0.55;
}

    aside .twitter-account:hover {
        opacity: 1;
    }

html.side-panel .body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(33,37,41,0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
    transition: ease opacity 300ms;
}

html.side-panel .side-panel-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #FFF;
    padding: 32px;
    padding: 2rem;
    box-shadow: 0px 0px 30px -13px rgba(0,0,0,0.2);
    overflow-y: auto;
    transform: translate3d(-100%,0,0);
    transition: ease transform 300ms;
    z-index: 9999;
}

    html.side-panel .side-panel-wrapper .side-panel-close {
        position: absolute;
        top: 0;
        right: 0;
    }

html.side-panel.side-panel-push .body {
    transform: translate3d(0,0,0);
    transition: ease transform 300ms;
}

html.side-panel.side-panel-right .side-panel-wrapper {
    left: auto;
    right: 0;
    transform: translate3d(100%,0,0);
}

html.side-panel.side-panel-without-overlay .body:before {
    content: none;
}

html.side-panel.side-panel-open .body:before {
    opacity: 1;
    visibility: visible;
}

html.side-panel.side-panel-open .side-panel-wrapper {
    transform: translate3d(0,0,0);
}

html.side-panel.side-panel-open.side-panel-push .body {
    transform: translate3d(300px,0,0);
}

html.side-panel.side-panel-open.side-panel-push.side-panel-right .body {
    transform: translate3d(-300px,0,0);
}

.slider-container {
    background: #151719;
    height: 500px;
    overflow: hidden;
    width: 100%;
    direction: ltr;
}

    .slider-container .tparrows {
        border-radius: 6px;
    }

    .slider-container .slider-single-slide .tparrows {
        display: none;
    }

    .slider-container .top-label {
        color: #FFF;
        font-size: 24px;
        font-weight: 300;
    }

    .slider-container .main-label {
        color: #FFF;
        font-size: 62px;
        line-height: 62px;
        font-weight: 800;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
    }

    .slider-container .featured-label {
        color: #FFF;
        font-size: 52px;
        line-height: 52px;
        font-weight: 800;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    }

    .slider-container .bottom-label {
        color: #FFF;
        font-size: 20px;
        line-height: 20px;
        font-weight: 300;
    }

    .slider-container .blackboard-text {
        color: #BAB9BE;
        font-size: 46px;
        line-height: 46px;
        font-family: "Shadows Into Light",cursive;
        text-transform: uppercase;
    }

    .slider-container .btn.btn-lg.btn-slider-action {
        font-size: 22px;
        font-weight: 600;
        line-height: 20px;
        padding: 19.2px 28.8px;
        padding: 1.2rem 1.8rem;
    }

    .slider-container .top-label-dark, .slider-container .main-label-dark, .slider-container .bottom-label-dark {
        color: #333;
    }

    .slider-container .tp-caption-dark a {
        color: #333;
    }

        .slider-container .tp-caption-dark a:hover {
            color: #333;
        }

    .slider-container .tp-caption-overlay {
        background: #000;
        padding: 10px;
    }

    .slider-container .tp-caption-overlay-opacity {
        background: rgba(0,0,0,0.4);
        padding: 10px;
    }

    .slider-container .tp-opacity-overlay {
        background: #000;
        opacity: 0.75;
    }

    .slider-container .tp-opacity-overlay-light {
        background: #FFF;
        opacity: 0.75;
    }

    .slider-container.transparent {
        background-color: transparent;
    }

    .slider-container.light {
        background-color: #EAEAEA;
    }

        .slider-container.light .tp-bannershadow {
            opacity: 0.05;
            top: 0;
            bottom: auto;
            z-index: 1000;
        }

        .slider-container.light .featured-label, .slider-container.light .top-label, .slider-container.light .main-label, .slider-container.light .bottom-label {
            color: #333;
        }

        .slider-container.light .tp-caption a {
            color: #333;
        }

            .slider-container.light .tp-caption a:hover {
                color: #333;
            }

.tp-caption[data-typewriter]:after {
    transform: translateX(-9px);
}

.rev_slider li.slide-overlay {
}

    .rev_slider li.slide-overlay .slotholder:after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        opacity: 0.9;
        background: #212529;
        z-index: 2;
    }

    .rev_slider li.slide-overlay.slide-overlay-light .slotholder:after {
        background: #FFF;
    }

    .rev_slider li.slide-overlay.slide-overlay-gradient .slotholder:after {
        background-color: #6c6ef1;
        background-image: linear-gradient(to right,#6c6ef1 0%,#e2498e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c6ef1",endColorstr="#e2498e",GradientType=1);
    }

    .rev_slider li.slide-overlay.slide-overlay-gradient.slide-overlay-gradient-animated .slotholder:after {
        background-size: 200% 200%;
        -webkit-animation-name: gradientTransition;
        animation-name: gradientTransition;
        -webkit-animation-duration: 20000ms;
        animation-duration: 20000ms;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-0 .slotholder:after {
        opacity: 0.0;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-1 .slotholder:after {
        opacity: 0.1;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-2 .slotholder:after {
        opacity: 0.2;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-3 .slotholder:after {
        opacity: 0.3;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-4 .slotholder:after {
        opacity: 0.4;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-5 .slotholder:after {
        opacity: 0.5;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-6 .slotholder:after {
        opacity: 0.6;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-7 .slotholder:after {
        opacity: 0.7;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-8 .slotholder:after {
        opacity: 0.8;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-9 .slotholder:after {
        opacity: 0.9;
    }

    .rev_slider li.slide-overlay.slide-overlay-level-10 .slotholder:after {
        opacity: 0.10;
    }

.slider-scroll-button {
    position: relative;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    text-indent: -9999px;
}

    .slider-scroll-button:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 49%;
        width: 23px;
        height: 34px;
        border: 1px solid #FFF;
        border-radius: 15px;
        transform: translate3d(-50%,-50%,0);
    }

    .slider-scroll-button:after {
        content: "";
        width: 6px;
        height: 10px;
        border-radius: 10px;
        border: 1px solid #FFF;
        position: absolute;
        top: 19px;
        left: 49%;
        transform: translate3d(-50%,0,0);
        -webkit-animation-name: sliderScrollButton;
        animation-name: sliderScrollButton;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .slider-scroll-button.slider-scroll-button-dark:before {
        border-color: #212529;
    }

    .slider-scroll-button.slider-scroll-button-dark:after {
        border-color: #212529;
    }

.tparrows.tparrows-carousel {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: auto;
    padding: 20px 0;
}

    .tparrows.tparrows-carousel.tp-leftarrow {
        right: auto !important;
        left: -30px !important;
        border-radius: 0 4px 4px 0;
    }

        .tparrows.tparrows-carousel.tp-leftarrow:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "";
            position: relative;
            left: -1px;
            top: 1px;
        }

    .tparrows.tparrows-carousel.tp-rightarrow {
        right: -60px !important;
        left: auto !important;
        border-radius: 4px 0 0 4px;
    }

        .tparrows.tparrows-carousel.tp-rightarrow:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "";
            position: relative;
            left: 1px;
            top: 1px;
        }

.tparrows.arrows-style-1 {
    background: transparent !important;
}

.tparrows.arrows-style-2 {
    background: transparent !important;
}

    .tparrows.arrows-style-2.tp-leftarrow:before, .tparrows.arrows-style-2.tp-rightarrow:before {
        content: "";
        display: block;
        position: absolute;
        left: 1.5px;
        top: 50%;
        width: 0.8em;
        height: 0.8em;
        border-top: 1px solid #FFF;
        border-left: 1px solid #FFF;
        transition: ease opacity 400ms;
        font-size: inherit;
        opacity: 0.7;
    }

    .tparrows.arrows-style-2.tp-leftarrow:after, .tparrows.arrows-style-2.tp-rightarrow:after {
        content: "";
        display: block;
        border-top: 1px solid #FFF;
        transition: ease opacity 400ms;
        width: 1.5em;
        position: absolute;
        top: 50%;
        font-size: inherit;
        transform: translate3d(0,-50%,0);
        opacity: 0.7;
    }

    .tparrows.arrows-style-2.tp-leftarrow:hover:before, .tparrows.arrows-style-2.tp-rightarrow:hover:before {
        opacity: 1;
    }

    .tparrows.arrows-style-2.tp-leftarrow:hover:after, .tparrows.arrows-style-2.tp-rightarrow:hover:after {
        opacity: 1;
    }

    .tparrows.arrows-style-2.tp-leftarrow:before {
        left: 0.5px;
        transform: translate3d(0,-50%,0) rotate(-45deg);
    }

    .tparrows.arrows-style-2.tp-rightarrow:before {
        left: 9.5px;
        transform: translate3d(0,-50%,0) rotate(135deg);
    }

@media (max-width:768px){
    .tparrows.arrows-style-2 {
        display: none;
    }
}

.tparrows.arrows-dark:before {
    color: #111111 !important;
}

.tparrows.arrows-big:before {
    font-size: 25px;
}

.tparrows.arrows-rounded {
    border-radius: 100%;
}

.tp-bullets.bullets-style-1 .tp-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.tp-bullets.bullets-style-2 .tp-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #78888D;
}

html.ie .forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}

.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
    border: 0 !important;
}

.hesperiden-custom {
    padding: 10px 0 !important;
}

    .hesperiden-custom .tp-tab {
        border: 0 !important;
    }

.slider-with-overlay {
    position: relative;
}

    .slider-with-overlay .slider-container {
        z-index: auto;
    }

.slider-contact-form {
    margin: 45px 0;
}

    .slider-contact-form .featured-box {
        text-align: left;
    }

    .slider-contact-form label.error {
        display: none !important;
    }

    .slider-contact-form .alert {
        padding: 6px;
        text-align: center;
    }

    .slider-contact-form textarea {
        resize: none;
    }

@media (min-width:992px){
    .slider-contact-form {
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 99;
        width: 100%;
    }
}

html.boxed .slider-container {
    width: 100% !important;
    left: auto !important;
}

@media (max-width:991px){
    html.side-header .slider-container.fullscreen-slider, html.side-header .slider-container.fullscreen-slider + .tp-fullwidth-forcer {
        height: calc(100vh - 84px) !important;
    }
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

    .social-icons li {
        display: inline-block;
        margin: -1px 1px 0 0;
        padding: 0;
        border-radius: 100%;
        overflow: visible;
    }

        .social-icons li a {
            transition: all 0.2s ease;
            border-radius: 100%;
            display: block;
            height: 28px;
            line-height: 28px;
            width: 28px;
            text-align: center;
            color: #333 !important;
            text-decoration: none;
            font-size: 12.8px;
            font-size: 0.8rem;
        }

        .social-icons li:hover a {
            background: #151719;
            color: #FFF !important;
        }

        .social-icons li:hover.social-icons-twitter a {
            background: #1aa9e1 !important;
        }

        .social-icons li:hover.social-icons-facebook a {
            background: #3b5a9a !important;
        }

        .social-icons li:hover.social-icons-linkedin a {
            background: #0073b2 !important;
        }

        .social-icons li:hover.social-icons-rss a {
            background: #ff8201 !important;
        }

        .social-icons li:hover.social-icons-googleplus a {
            background: #dd4b39 !important;
        }

        .social-icons li:hover.social-icons-pinterest a {
            background: #cc2127 !important;
        }

        .social-icons li:hover.social-icons-youtube a {
            background: #c3191e !important;
        }

        .social-icons li:hover.social-icons-instagram a {
            background: #7c4a3a !important;
        }

        .social-icons li:hover.social-icons-skype a {
            background: #00b0f6 !important;
        }

        .social-icons li:hover.social-icons-email a {
            background: #dd4b39 !important;
        }

        .social-icons li:hover.social-icons-vk a {
            background: #6383a8 !important;
        }

        .social-icons li:hover.social-icons-xing a {
            background: #1a7576 !important;
        }

        .social-icons li:hover.social-icons-tumblr a {
            background: #304e6c !important;
        }

        .social-icons li:hover.social-icons-reddit a {
            background: #ff4107 !important;
        }

        .social-icons li:hover.social-icons-whatsapp a {
            background: #25d366 !important;
        }

    .social-icons.social-icons-dark li a {
        background: #181818;
    }

        .social-icons.social-icons-dark li a i {
            color: #FFF;
        }

    .social-icons.social-icons-dark-2 li a {
        background: #272a2e;
    }

        .social-icons.social-icons-dark-2 li a i {
            color: #FFF;
        }

    .social-icons.social-icons-transparent li {
        box-shadow: none;
    }

        .social-icons.social-icons-transparent li a {
            background: transparent;
        }

    .social-icons.social-icons-icon-gray li a {
        color: #777 !important;
    }

    .social-icons.social-icons-icon-gray li:hover a {
        color: #FFF !important;
    }

    .social-icons.social-icons-icon-light li a i {
        color: #FFF;
    }

    .social-icons.social-icons-icon-light.social-icons-clean li a i {
        color: #FFF !important;
    }

    .social-icons.social-icons-medium li a, .social-icons.social-icons-md li a {
        height: 33px;
        line-height: 33px;
        width: 33px;
        font-size: 14.4px;
        font-size: 0.9rem;
    }

    .social-icons.social-icons-big li a, .social-icons.social-icons-lg li a {
        height: 48px;
        line-height: 50px;
        width: 48px;
    }

@media (max-width:400px){
    .social-icons.social-icons-big li a, .social-icons.social-icons-lg li a {
        height: 38px;
        line-height: 40px;
        width: 38px;
    }
}

.social-icons.social-icons-opacity-light li a {
    background: rgba(255,255,255,0.04);
}

.social-icons.social-icons-clean-with-border li a {
    background: transparent;
    color: #FFF !important;
    border: 1px solid rgba(255,255,255,0.1);
}

.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-border-grey li a {
    border: 1px solid #e7e7e7;
}

.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li a {
    color: #212121 !important;
}

.social-icons.social-icons-clean-with-border.social-icons-clean-with-border-icon-dark li:hover a {
    color: #FFF !important;
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
}

    .social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
        background: #FFF;
    }

.social-icons-dark.social-icons-clean li a, .social-icons-dark-2.social-icons-clean li a {
    background: transparent;
    color: #FFF !important;
}

.sort-source-wrapper {
    padding: 8px 0;
    position: relative;
}

    .sort-source-wrapper .nav {
        margin: -100px 0 5px;
    }

        .sort-source-wrapper .nav > li > a {
            color: #FFF;
            background: transparent;
        }

            .sort-source-wrapper .nav > li > a:hover, .sort-source-wrapper .nav > li > a:focus {
                background: transparent;
            }

        .sort-source-wrapper .nav > li.active > a {
            background: transparent;
        }

            .sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
                background: transparent;
            }

.sort-source {
    clear: both;
}

    .sort-source.d-none {
        display: block !important;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .sort-source > li > a {
        padding: 6px 12px;
        text-decoration: none;
    }

    .sort-source.sort-source-style-2 {
        margin: -10px auto;
    }

        .sort-source.sort-source-style-2 > li {
            float: none;
            display: inline-block;
        }

            .sort-source.sort-source-style-2 > li > a, .sort-source.sort-source-style-2 > li > a:focus, .sort-source.sort-source-style-2 > li > a:hover {
                background: transparent;
                color: #FFF;
                display: inline-block;
                border-radius: 0;
                margin: 0;
                padding: 18px 28px;
                position: relative;
                text-decoration: none;
            }

                .sort-source.sort-source-style-2 > li > a:after {
                    transition: margin 0.3s;
                    width: 0;
                    height: 0;
                    border-left: 20px solid transparent;
                    border-right: 20px solid transparent;
                    border-top: 15px solid #CCC;
                    content: " ";
                    display: block;
                    position: absolute;
                    left: 50%;
                    margin-left: -20px;
                    margin-top: 0;
                    opacity: 0;
                }

            .sort-source.sort-source-style-2 > li.active > a, .sort-source.sort-source-style-2 > li.active > a:focus, .sort-source.sort-source-style-2 > li.active > a:hover {
                background: transparent;
            }

                .sort-source.sort-source-style-2 > li.active > a:after {
                    opacity: 1;
                    margin-top: 18px;
                }

@media (max-width:991px){
    .sort-source.sort-source-style-2 > li {
        display: block;
    }

        .sort-source.sort-source-style-2 > li.active > a:after {
            display: none !important;
        }
}

.sort-source.sort-source-style-3 > li > a {
    color: #777;
}

.sort-source.sort-source-style-3 > li.active > a {
    background: transparent !important;
    border-bottom: 3px solid #CCC;
    border-radius: 0;
}

.sort-destination {
    overflow: hidden;
}

    .sort-destination .isotope-item {
        min-width: 1px;
    }

    .sort-destination.full-width {
        position: relative;
    }

        .sort-destination.full-width .isotope-item {
            width: 20%;
            float: left;
        }

            .sort-destination.full-width .isotope-item.w2 {
                width: 40%;
            }

            .sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a, .sort-destination.full-width .isotope-item .thumb-info img {
                border-radius: 0;
            }

    .sort-destination.full-width-spaced {
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
    }

        .sort-destination.full-width-spaced .portfolio-item {
            margin-left: 20px;
            margin-right: 20px;
        }

    .sort-destination.sort-destination-items-hardware-acc .isotope-item {
        transform: translate3d(0,0,0);
    }

html.gecko .sort-destination.sort-destination-margin > [class*="col-"] {
    margin: -1px;
}

.sort-source-wrapper + .sort-destination.full-width {
    margin: 0 0 -81px;
    top: -51px;
}

.sort-source-wrapper + .sort-destination-loader .full-width {
    margin: 0 0 -81px;
    top: -51px;
}

.sort-destination-loader {
    height: auto;
    overflow: hidden;
    position: relative;
}

    .sort-destination-loader:after {
        transition: opacity 0.3s;
        content: " ";
        background: #FFF;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        opacity: 0;
    }

    .sort-destination-loader .bounce-loader {
        display: none;
    }

    .sort-destination-loader.sort-destination-loader-showing {
        max-height: 200px;
    }

        .sort-destination-loader.sort-destination-loader-showing:after {
            opacity: 1;
        }

        .sort-destination-loader.sort-destination-loader-showing .bounce-loader {
            display: block;
        }

    .sort-destination-loader.loader-showing-dark:after {
        background: #181818;
    }

    .sort-destination-loader.sort-destination-loader-loaded {
        overflow: visible;
    }

        .sort-destination-loader.sort-destination-loader-loaded:after {
            display: none;
        }

.sort-destination-loader-full-width {
    overflow: visible;
}

    .sort-destination-loader-full-width:after {
        bottom: -81px;
        top: -51px;
    }

    .sort-destination-loader-full-width.sort-destination-loader-showing {
        overflow: hidden;
        height: 600px;
    }

.sort-destination-loader-lg.sort-destination-loader-showing {
    height: 600px;
}

.portfolio-load-more-loader.portfolio-load-more-loader-showing .bounce-loader {
    display: block !important;
}

@media (min-width:992px){
    .col-md-6.isotope-item:nth-child(2n/**/+1) {
        clear: both;
    }

    .col-md-4.isotope-item:nth-child(3n/**/+1) {
        clear: both;
    }

    .col-md-3.isotope-item:nth-child(4n/**/+1) {
        clear: both;
    }

    .col-md-1-5.isotope-item:nth-child(5n/**/+1) {
        clear: both;
    }

    .col-md-2.isotope-item:nth-child(6n/**/+1) {
        clear: both;
    }

    .sort-destination.full-width .isotope-item:nth-child(5n/**/+1) {
        clear: both;
    }
}

@media (max-width:991px){
    .sort-destination.isotope {
        overflow: visible !important;
        height: auto !important;
    }

        .sort-destination.isotope.full-width {
            overflow: hidden !important;
        }

    .isotope-hidden {
        display: none !important;
    }
}

@media (max-width:767px){
    .isotope-item {
        position: static !important;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        transform: none !important;
    }

        .isotope-item.product {
            position: relative !important;
        }

    .sort-source-wrapper {
        background: #151719;
        clear: both;
        margin-top: -35px;
    }

        .sort-source-wrapper .nav {
            margin: 0;
        }

    .sort-destination {
        height: auto !important;
    }

        .sort-destination.full-width, .sort-source-wrapper + .sort-destination.full-width {
            max-width: none;
            margin: 0 0 -30px;
            top: 0;
        }

            .sort-destination.full-width .isotope-item, .sort-source-wrapper + .sort-destination.full-width .isotope-item {
                max-width: 100%;
            }

    .sort-source-wrapper + .sort-destination-loader .full-width {
        margin: 0 0 -30px;
        top: 0;
    }
}

@media (max-width:575px){
    .sort-destination.full-width .isotope-item, .sort-source-wrapper + .sort-destination.full-width .isotope-item {
        position: static !important;
        clear: both;
        float: none;
        width: auto;
    }
}

.clip-svg {
    width: 0;
    height: 0;
}

.svg-fill-color-light {
    fill: #FFF !important;
}

    .svg-fill-color-light svg path, .svg-fill-color-light svg rect {
        fill: #FFF !important;
    }

.svg-fill-color-hover-light:hover {
    fill: #FFF !important;
}

.svg-fill-color-hover-light svg:hover path, .svg-fill-color-hover-light svg:hover rect {
    fill: #FFF !important;
}

.svg-stroke-color-light {
    stroke: #FFF !important;
}

    .svg-stroke-color-light svg path, .svg-stroke-color-light svg rect {
        stroke: #FFF !important;
    }

.svg-stroke-color-hover-light:hover {
    stroke: #FFF !important;
}

.svg-stroke-color-hover-light svg:hover path, .svg-stroke-color-hover-light svg:hover rect {
    stroke: #FFF !important;
}

.svg-fill-color-dark {
    fill: #212529 !important;
}

    .svg-fill-color-dark svg path, .svg-fill-color-dark svg rect {
        fill: #212529 !important;
    }

.svg-fill-color-hover-dark:hover {
    fill: #212529 !important;
}

.svg-fill-color-hover-dark svg:hover path, .svg-fill-color-hover-dark svg:hover rect {
    fill: #212529 !important;
}

.svg-stroke-color-dark {
    stroke: #212529 !important;
}

    .svg-stroke-color-dark svg path, .svg-stroke-color-dark svg rect {
        stroke: #212529 !important;
    }

.svg-stroke-color-hover-dark:hover {
    stroke: #212529 !important;
}

.svg-stroke-color-hover-dark svg:hover path, .svg-stroke-color-hover-dark svg:hover rect {
    stroke: #212529 !important;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg rect {
    stroke: #212529;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg rect {
    stroke: #FFF;
}

.table td, .table th {
    border-color: rgba(0,0,0,0.06);
}

.table > thead > tr > td.primary, .table > tbody > tr > td.primary, .table > tfoot > tr > td.primary, .table > thead > tr > th.primary, .table > tbody > tr > th.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > tbody > tr.primary > td, .table > tfoot > tr.primary > td, .table > thead > tr.primary > th, .table > tbody > tr.primary > th, .table > tfoot > tr.primary > th {
    background-color: #CCC;
    color: #FFF;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #28a745;
    color: #FFF;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #ffc107;
    color: #FFF;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #dc3545;
    color: #FFF;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #17a2b8;
    color: #FFF;
}

.table > thead > tr > td.dark, .table > tbody > tr > td.dark, .table > tfoot > tr > td.dark, .table > thead > tr > th.dark, .table > tbody > tr > th.dark, .table > tfoot > tr > th.dark, .table > thead > tr.dark > td, .table > tbody > tr.dark > td, .table > tfoot > tr.dark > td, .table > thead > tr.dark > th, .table > tbody > tr.dark > th, .table > tfoot > tr.dark > th {
    background-color: #212529;
    color: #FFF;
}

.tabs {
    border-radius: 4px;
    margin-bottom: 20px;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom-color: #EEE;
}

    .nav-tabs li:last-child .nav-link {
        margin-right: 0;
    }

    .nav-tabs li .nav-link {
        border-radius: 5px 5px 0 0;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: -0.2px;
        padding: 11.2px 24px;
        padding: .7rem 1.5rem;
        transition: all .2s;
        margin-right: 1px;
    }

        .nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
            background: #f7f7f7;
            border-bottom: none;
            border-left: 1px solid #EEE;
            border-right: 1px solid #EEE;
            border-top: 3px solid #EEE;
            color: #CCC;
        }

            .nav-tabs li .nav-link:hover {
                border-bottom-color: transparent;
                border-top: 3px solid #CCC;
                box-shadow: none;
            }

            .nav-tabs li .nav-link:active, .nav-tabs li .nav-link:hover, .nav-tabs li .nav-link:focus {
                background: #FFF;
                border-left-color: #EEE;
                border-right-color: #EEE;
                border-top: 3px solid #CCC;
                color: #CCC;
            }

.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}

.nav-tabs.nav-right {
    text-align: right;
}

.tabs.tabs-bottom {
    margin: 0 0 20px 0;
    padding: 0;
}

    .tabs.tabs-bottom .tab-content {
        border-radius: 4px 4px 0 0;
        border-bottom: 0;
        border-top: 1px solid #EEE;
    }

    .tabs.tabs-bottom .nav-tabs {
        border-bottom: none;
        border-top: 1px solid #EEE;
    }

        .tabs.tabs-bottom .nav-tabs li {
            margin-bottom: 0;
            margin-top: -1px;
        }

            .tabs.tabs-bottom .nav-tabs li:last-child .nav-link {
                margin-right: 0;
            }

            .tabs.tabs-bottom .nav-tabs li .nav-link {
                border-radius: 0 0 5px 5px;
                font-size: 13px;
                margin-right: 1px;
                border-bottom: 3px solid #CCC;
                border-top-color: transparent !important;
            }

                .tabs.tabs-bottom .nav-tabs li .nav-link.active, .tabs.tabs-bottom .nav-tabs li .nav-link.active:hover, .tabs.tabs-bottom .nav-tabs li .nav-link.active:focus {
                    border-bottom: 3px solid #CCC;
                    border-top-color: transparent !important;
                }

                .tabs.tabs-bottom .nav-tabs li .nav-link, .tabs.tabs-bottom .nav-tabs li .nav-link:hover {
                    border-bottom: 3px solid #EEE;
                    border-top: 1px solid #EEE;
                }

                    .tabs.tabs-bottom .nav-tabs li .nav-link:hover {
                        border-bottom: 3px solid #CCC;
                        border-top: 1px solid #EEE;
                    }

.tabs-vertical {
    display: table;
    width: 100%;
    padding: 0;
    border-top: 1px solid #EEE;
}

    .tabs-vertical .tab-content {
        display: table-cell;
        vertical-align: top;
    }

    .tabs-vertical .nav-tabs {
        border-bottom: none;
        display: table-cell;
        height: 100%;
        float: none;
        padding: 0;
        vertical-align: top;
        width: 25%;
    }

        .tabs-vertical .nav-tabs > li {
            display: block;
        }

            .tabs-vertical .nav-tabs > li .nav-link {
                border-radius: 0;
                display: block;
                padding-top: 10px;
            }

                .tabs-vertical .nav-tabs > li .nav-link, .tabs-vertical .nav-tabs > li .nav-link:hover, .tabs-vertical .nav-tabs > li .nav-link:focus {
                    border-bottom: none;
                    border-top: none;
                }

                    .tabs-vertical .nav-tabs > li .nav-link.active, .tabs-vertical .nav-tabs > li .nav-link.active:hover, .tabs-vertical .nav-tabs > li .nav-link.active:focus {
                        border-top: none;
                    }

.tabs-left {
    padding: 0;
}

    .tabs-left .tab-content {
        border-radius: 0 5px 5px 5px;
        border-left: none;
    }

    .tabs-left .nav-tabs > li {
        margin-right: -1px;
    }

        .tabs-left .nav-tabs > li:first-child .nav-link {
            border-radius: 5px 0 0 0;
        }

        .tabs-left .nav-tabs > li:last-child .nav-link {
            border-radius: 0 0 0 5px;
            border-bottom: 1px solid #eee;
        }

        .tabs-left .nav-tabs > li .nav-link {
            border-right: 1px solid #EEE;
            border-left: 3px solid #EEE;
            margin-right: 1px;
            margin-left: -3px;
        }

            .tabs-left .nav-tabs > li .nav-link:hover {
                border-left-color: #CCC;
            }

            .tabs-left .nav-tabs > li .nav-link.active, .tabs-left .nav-tabs > li .nav-link.active:hover, .tabs-left .nav-tabs > li .nav-link.active:focus {
                border-left: 3px solid #CCC;
                border-right-color: #FFF;
            }

.tabs-right {
    padding: 0;
}

    .tabs-right .tab-content {
        border-radius: 5px 0 5px 5px;
        border-right: none;
    }

    .tabs-right .nav-tabs > li {
        margin-left: -1px;
    }

        .tabs-right .nav-tabs > li:first-child .nav-link {
            border-radius: 0 5px 0 0;
        }

        .tabs-right .nav-tabs > li:last-child .nav-link {
            border-radius: 0 0 5px 0;
            border-bottom: 1px solid #eee;
        }

        .tabs-right .nav-tabs > li .nav-link {
            border-right: 3px solid #EEE;
            border-left: 1px solid #EEE;
            margin-right: 1px;
            margin-left: 1px;
        }

            .tabs-right .nav-tabs > li .nav-link:hover {
                border-right-color: #CCC;
            }

            .tabs-right .nav-tabs > li .nav-link.active, .tabs-right .nav-tabs > li .nav-link.active:hover, .tabs-right .nav-tabs > li .nav-link.active:focus {
                border-right: 3px solid #CCC;
                border-left: 1px solid #FFF;
            }

.nav-tabs.nav-justified {
    padding: 0;
    margin-bottom: -1px;
}

    .nav-tabs.nav-justified li {
        margin-bottom: 0;
    }

        .nav-tabs.nav-justified li:first-child .nav-link, .nav-tabs.nav-justified li:first-child .nav-link:hover {
            border-radius: 5px 0 0 0;
        }

        .nav-tabs.nav-justified li:last-child .nav-link, .nav-tabs.nav-justified li:last-child .nav-link:hover {
            border-radius: 0 5px 0 0;
        }

        .nav-tabs.nav-justified li .nav-link {
            border-bottom: 1px solid #DDD;
            border-radius: 0;
            margin-right: 0;
        }

            .nav-tabs.nav-justified li .nav-link:hover, .nav-tabs.nav-justified li .nav-link:focus {
                border-bottom: 1px solid #DDD;
            }

            .nav-tabs.nav-justified li .nav-link.active {
                border-bottom: 1px solid #FFF;
            }

                .nav-tabs.nav-justified li .nav-link.active, .nav-tabs.nav-justified li .nav-link.active:hover, .nav-tabs.nav-justified li .nav-link.active:focus {
                    background: #FFF;
                    border-left-color: #EEE;
                    border-right-color: #EEE;
                    border-top-width: 3px;
                }

                    .nav-tabs.nav-justified li .nav-link.active, .nav-tabs.nav-justified li .nav-link.active:hover, .nav-tabs.nav-justified li .nav-link.active:focus {
                        border-top-width: 3px;
                    }

                        .nav-tabs.nav-justified li .nav-link.active:hover {
                            border-bottom: 1px solid #FFF;
                        }

.tabs.tabs-bottom {
    padding: 0;
}

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified {
        border-top: none;
    }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
            margin-right: 0;
            border-top-color: transparent;
        }

            .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link.active, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link.active:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link.active:focus {
                border-top-color: transparent;
            }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link {
            border-radius: 0 0 0 5px;
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link {
            margin-right: 0;
            border-radius: 0 0 5px 0;
        }

.tabs-center .nav-tabs {
    margin: 0 auto;
    text-align: center;
}

.tabs-navigation {
    border-radius: 5px;
}

    .tabs-navigation .nav-tabs > li {
        margin-bottom: 1px;
    }

        .tabs-navigation .nav-tabs > li .nav-link {
            color: #777;
            padding: 18px;
            line-height: 100%;
            position: relative;
        }

            .tabs-navigation .nav-tabs > li .nav-link:before {
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 10px;
                content: "";
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
            }

            .tabs-navigation .nav-tabs > li .nav-link [class*="fa-"], .tabs-navigation .nav-tabs > li .nav-link .icons {
                margin-right: 4px;
            }

    .tabs-navigation .nav-tabs li:first-child .nav-link {
        border-radius: 5px 5px 0 0;
    }

    .tabs-navigation .nav-tabs li .nav-link.active, .tabs-navigation .nav-tabs li .nav-link.active:hover, .tabs-navigation .nav-tabs li .nav-link.active:focus {
        border-right-color: #eee;
    }

    .tabs-navigation .nav-tabs li:last-child .nav-link {
        border-radius: 0 0 5px 5px;
    }

.tabs-navigation-simple {
    border: 0 !important;
    border-radius: 0 !important;
}

    .tabs-navigation-simple .nav-tabs {
        border: 0 !important;
        border-radius: 0 !important;
    }

        .tabs-navigation-simple .nav-tabs .nav-link, .tabs-navigation-simple .nav-tabs .nav-link:hover {
            background: transparent !important;
            border-radius: 0 !important;
            border-bottom: 1px solid rgba(0,0,0,0.06) !important;
            border-left: 0 !important;
            padding-left: 0 !important;
        }

        .tabs-navigation-simple .nav-tabs li:last-child .nav-link, .tabs-navigation-simple .nav-tabs li:last-child .nav-link:hover {
            border-bottom: 0 !important;
        }

.tab-pane-navigation {
    display: none;
}

    .tab-pane-navigation.active {
        display: block;
    }

.tabs.tabs-simple {
}

    .tabs.tabs-simple .nav-tabs {
        justify-content: center;
        border: 0;
        margin-bottom: 10px;
    }

        .tabs.tabs-simple .nav-tabs > li {
            margin-left: 0;
            margin-bottom: 20px;
        }

            .tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
                padding: 15px 30px;
                background: none;
                border: 0;
                border-bottom: 3px solid #eee;
                border-radius: 0;
                color: #777;
                font-size: 16px;
            }

    .tabs.tabs-simple .tab-content {
        background: transparent;
        border: 0;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }

    .tabs.tabs-simple.tabs-simple-full-width-line .nav-tabs {
        border-bottom: 3px solid #eee;
    }

        .tabs.tabs-simple.tabs-simple-full-width-line .nav-tabs > li {
            margin-bottom: -3px;
        }

@media (max-width:575px){
    .tabs .nav.nav-tabs.nav-justified li {
        display: block;
        margin-bottom: -5px;
    }

        .tabs .nav.nav-tabs.nav-justified li .nav-link {
            border-top-width: 3px !important;
            border-bottom-width: 0 !important;
        }

        .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link, .tabs .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
            border-radius: 5px 5px 0 0;
        }

        .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link, .tabs .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
            border-radius: 0;
        }

    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
        margin-bottom: 0;
        margin-top: -5px;
    }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
            border-bottom-width: 3px !important;
            border-top-width: 0 !important;
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
            border-radius: 0;
        }

        .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
            border-radius: 0 0 5px 5px;
        }
}

.responsive-tabs-container .tab-pane {
    margin-bottom: 15px;
}

.responsive-tabs-container .accordion-link {
    display: none;
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #f7f7f7;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

@media (max-width:767px){
    .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-xs .accordion-link {
        display: block;
    }
}

@media (min-width:768px) and (max-width:991px){
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-sm .accordion-link {
        display: block;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-md .accordion-link {
        display: block;
    }
}

@media (min-width:1200px){
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none;
    }

    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block;
    }
}

.testimonial {
    margin-bottom: 20px;
}

    .testimonial blockquote {
        background: #CCC;
        border-radius: 5px;
        border: 0;
        color: #666;
        font-family: "Playfair Display",serif;
        margin: 0;
        padding: 40px 64px 40px 72px;
        padding: 2.5rem 4rem 2.5rem 4.5rem;
        position: relative;
    }

        .testimonial blockquote:before {
            left: 22px;
            top: 21px;
            color: #FFF;
            content: "“";
            font-size: 85px;
            font-style: normal;
            line-height: 1;
            position: absolute;
        }

        .testimonial blockquote p {
            color: #FFF;
            font-family: "Playfair Display",serif;
            font-size: 1.2em;
        }

    .testimonial .testimonial-arrow-down {
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 8px solid #CCC;
        height: 0;
        margin: 0 0 0 45px;
        width: 0;
    }

    .testimonial .testimonial-author {
        display: flex;
        margin: 12px 0 0 0;
    }

        .testimonial .testimonial-author .testimonial-author-thumbnail {
            width: auto;
        }

        .testimonial .testimonial-author img {
            max-width: 25px;
        }

        .testimonial .testimonial-author strong {
            color: #111;
            display: block;
            margin-bottom: 2px;
            font-size: 16px;
            font-size: 1rem;
        }

        .testimonial .testimonial-author span {
            color: #666;
            display: block;
            font-size: 12.8px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .testimonial .testimonial-author p {
            color: #999;
            text-align: left;
            line-height: 1.2;
            margin-left: 9.6px;
            margin-left: 0.6rem;
        }

    .testimonial.testimonial-style-2 {
        text-align: center;
    }

        .testimonial.testimonial-style-2 blockquote {
            background: transparent !important;
            border-radius: 4px;
            padding: 22px 20px;
        }

            .testimonial.testimonial-style-2 blockquote:before, .testimonial.testimonial-style-2 blockquote:after {
                display: none;
            }

            .testimonial.testimonial-style-2 blockquote p {
                color: #777;
            }

        .testimonial.testimonial-style-2 .testimonial-arrow-down {
            display: none;
        }

        .testimonial.testimonial-style-2 .testimonial-author {
            padding: 0;
            margin: 6px 0 0;
            flex-direction: column;
        }

            .testimonial.testimonial-style-2 .testimonial-author img {
                margin: 0 auto 15px;
                max-width: 60px;
                max-height: 60px;
            }

            .testimonial.testimonial-style-2 .testimonial-author p {
                text-align: center;
                padding: 0;
                margin: 0;
            }

    .testimonial.testimonial-style-3 blockquote {
        background: #f2f2f2 !important;
        border-radius: 4px;
        padding: 12px 30px;
    }

        .testimonial.testimonial-style-3 blockquote:before {
            top: 5px;
            left: 9px;
            color: #777;
            font-size: 35px;
        }

        .testimonial.testimonial-style-3 blockquote:after {
            color: #777;
            font-size: 35px;
            bottom: -5px;
        }

        .testimonial.testimonial-style-3 blockquote p {
            color: #777;
            font-family: "Poppins",Arial,sans-serif;
            font-size: 1em;
            font-style: normal;
        }

    .testimonial.testimonial-style-3 .testimonial-author {
        margin-left: 8px;
        align-items: center;
    }

        .testimonial.testimonial-style-3 .testimonial-author img {
            max-width: 55px;
        }

        .testimonial.testimonial-style-3 .testimonial-author p {
            margin-bottom: 0;
        }

    .testimonial.testimonial-style-3 .testimonial-arrow-down {
        margin-left: 20px;
        border-top: 10px solid #f2f2f2 !important;
    }

    .testimonial.testimonial-style-3.testimonial-style-3-light blockquote {
        background: #FFF !important;
    }

    .testimonial.testimonial-style-3.testimonial-style-3-light .testimonial-arrow-down {
        border-top: 10px solid #FFF !important;
    }

    .testimonial.testimonial-style-4 {
        border-radius: 6px;
        padding: 8px;
        border-top: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        border-left: 1px solid #ECECEC;
        border-right: 1px solid #ECECEC;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.04);
    }

        .testimonial.testimonial-style-4 blockquote {
            background: transparent !important;
            border-radius: 4px;
            padding: 12px 30px;
        }

            .testimonial.testimonial-style-4 blockquote:before {
                top: 5px;
                left: 9px;
                color: #777;
                font-size: 35px;
            }

            .testimonial.testimonial-style-4 blockquote:after {
                color: #777;
                font-size: 35px;
                bottom: -5px;
            }

            .testimonial.testimonial-style-4 blockquote p {
                color: #777;
                font-family: "Poppins",Arial,sans-serif;
                font-size: 1em;
                font-style: normal;
            }

        .testimonial.testimonial-style-4 .testimonial-arrow-down {
            display: none;
        }

        .testimonial.testimonial-style-4 .testimonial-author {
            margin-left: 30px;
            align-items: center;
        }

            .testimonial.testimonial-style-4 .testimonial-author img {
                max-width: 55px;
            }

            .testimonial.testimonial-style-4 .testimonial-author p {
                margin-bottom: 0;
            }

        .testimonial.testimonial-style-4.testimonial-no-borders {
            border: 0;
            box-shadow: none;
        }

    .testimonial.testimonial-style-5 {
        text-align: center;
    }

        .testimonial.testimonial-style-5 blockquote {
            background: transparent !important;
            border-radius: 4px;
            padding: 6px 20px;
        }

            .testimonial.testimonial-style-5 blockquote:before, .testimonial.testimonial-style-5 blockquote:after {
                display: none;
            }

            .testimonial.testimonial-style-5 blockquote p {
                color: #777;
                font-family: "Poppins",Arial,sans-serif;
                font-size: 1.2em;
                font-style: normal;
            }

        .testimonial.testimonial-style-5 .testimonial-arrow-down {
            display: none;
        }

        .testimonial.testimonial-style-5 .testimonial-author {
            display: block;
            padding: 6px 0 0;
            margin: 12px 0 0;
            border-top: 1px solid #f2f2f2;
            justify-content: center;
        }

            .testimonial.testimonial-style-5 .testimonial-author img {
                margin: 0 auto 10px;
                max-width: 55px;
            }

            .testimonial.testimonial-style-5 .testimonial-author p {
                text-align: center;
                padding: 0;
                margin: 0;
            }

    .testimonial.testimonial-style-6 {
        text-align: center;
    }

        .testimonial.testimonial-style-6 blockquote {
            background: transparent !important;
            border-radius: 4px;
            border: 0;
            padding: 0 10%;
        }

            .testimonial.testimonial-style-6 blockquote:before, .testimonial.testimonial-style-6 blockquote:after {
                display: none;
            }

            .testimonial.testimonial-style-6 blockquote i.fa-quote-left {
                font-size: 34px;
                position: relative;
                left: -5px;
            }

            .testimonial.testimonial-style-6 blockquote p {
                color: #777;
                font-size: 24px;
                line-height: 30px;
            }

            .testimonial.testimonial-style-6 blockquote span {
                font-size: 16px;
                line-height: 20px;
                color: #999;
                position: relative;
                left: -5px;
            }

        .testimonial.testimonial-style-6 .testimonial-arrow-down {
            display: none;
        }

        .testimonial.testimonial-style-6 .testimonial-author {
            padding: 0;
            margin: 6px 0 0;
            justify-content: center;
        }

            .testimonial.testimonial-style-6 .testimonial-author img {
                margin: 0 auto 10px;
            }

            .testimonial.testimonial-style-6 .testimonial-author p {
                text-align: center;
                padding: 0;
                margin: 0;
            }

    .testimonial.testimonial-style-7 {
        text-align: center;
        background-color: #CCC;
        padding: 20px;
    }

        .testimonial.testimonial-style-7 blockquote {
            padding: 30px;
        }

            .testimonial.testimonial-style-7 blockquote:before {
                color: #FFF;
                display: block !important;
                left: 50%;
                top: -10px;
                font-size: 80px;
                font-style: normal;
                line-height: 1;
                position: absolute;
                transform: translate3d(-50%,0,0);
            }

            .testimonial.testimonial-style-7 blockquote:after {
                display: none;
            }

        .testimonial.testimonial-style-7 .testimonial-arrow-down {
            display: none;
        }

        .testimonial.testimonial-style-7 .testimonial-author {
            padding: 0;
            margin: 6px 0 0;
            justify-content: center;
        }

            .testimonial.testimonial-style-7 .testimonial-author img {
                margin: 0 auto 10px;
            }

            .testimonial.testimonial-style-7 .testimonial-author p {
                text-align: center;
                padding: 0;
                margin: 0;
            }

    .testimonial.testimonial-with-quotes {
    }

        .testimonial.testimonial-with-quotes blockquote:before {
            color: #777;
            display: block !important;
            left: 10px;
            top: 0;
            content: "“";
            font-size: 80px;
            font-style: normal;
            line-height: 1;
            position: absolute;
        }

        .testimonial.testimonial-with-quotes blockquote:after {
            color: #777;
            display: block !important;
            right: 10px;
            font-size: 80px;
            font-style: normal;
            line-height: 1;
            position: absolute;
            bottom: -0.5em;
            content: "”";
        }

        .testimonial.testimonial-with-quotes blockquote p {
            padding: 0 40px;
        }

        .testimonial.testimonial-with-quotes.testimonial-remove-left-quote blockquote:before {
            content: none;
        }

        .testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote:after {
            content: none;
        }

        .testimonial.testimonial-with-quotes.testimonial-quotes-light blockquote:before, .testimonial.testimonial-with-quotes.testimonial-quotes-light blockquote:after {
            color: #FFF !important;
        }

        .testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:before, .testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:after {
            color: #212529 !important;
        }

@media (max-width:767px){
    .testimonial.testimonial-with-quotes.testimonial-with-quotes-mobile-remove blockquote:before, .testimonial.testimonial-with-quotes.testimonial-with-quotes-mobile-remove blockquote:after {
        content: none;
    }
}

.testimonial.testimonial-trasnparent-background blockquote {
    background: transparent !important;
}

.testimonial.testimonial-alternarive-font blockquote p {
    font-family: "Playfair Display",serif;
    font-style: italic;
    font-size: 1.2em;
}

.testimonial.testimonial-light blockquote:before, .testimonial.testimonial-light blockquote:after, .testimonial.testimonial-light blockquote p {
    color: #FFF;
}

.testimonial.testimonial-light blockquote.blockquote-default:before, .testimonial.testimonial-light blockquote.blockquote-default:after, .testimonial.testimonial-light blockquote.blockquote-default p {
    color: #777 !important;
}

.testimonial.testimonial-light .testimonial-author span, .testimonial.testimonial-light .testimonial-author strong {
    color: #FFF;
}

.section-text-light .testimonial.testimonial blockquote:before, .section-text-light .testimonial.testimonial blockquote:after, .section-text-light .testimonial.testimonial blockquote p {
    opacity: 0.9;
    color: #FFF;
}

.section-text-light .testimonial.testimonial .testimonial-author span, .section-text-light .testimonial.testimonial .testimonial-author strong {
    opacity: 0.6;
    color: #FFF;
}

.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
}

    .thumb-info .thumb-info-wrapper {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0,0,0);
        border-radius: 4px;
        margin: 0;
        overflow: hidden;
        display: block;
        position: relative;
    }

        .thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
            max-height: 330px;
        }

        .thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
            content: "";
            background: rgba(33,37,41,0.8);
            transition: all 0.3s;
            border-radius: 4px;
            bottom: -4px;
            color: #FFF;
            left: -4px;
            position: absolute;
            right: -4px;
            top: -4px;
            display: block;
            opacity: 0;
            z-index: 1;
        }

        .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            left: auto;
            top: auto;
        }

            .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
                opacity: 1;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                border-radius: 0;
            }

        .thumb-info .thumb-info-wrapper.thumb-info-wrapper-link {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

            .thumb-info .thumb-info-wrapper.thumb-info-wrapper-link > a {
                display: block;
                padding-top: 72%;
                text-indent: -9999px;
            }

    .thumb-info.thumb-info-wrapper-direction-aware .thumb-info-wrapper:after {
        display: none !important;
    }

    .thumb-info .thumb-info-wrapper-opacity-0:after {
        opacity: 0.0;
    }

    .thumb-info .thumb-info-wrapper-opacity-1:after {
        opacity: 0.1;
    }

    .thumb-info .thumb-info-wrapper-opacity-2:after {
        opacity: 0.2;
    }

    .thumb-info .thumb-info-wrapper-opacity-3:after {
        opacity: 0.3;
    }

    .thumb-info .thumb-info-wrapper-opacity-4:after {
        opacity: 0.4;
    }

    .thumb-info .thumb-info-wrapper-opacity-5:after {
        opacity: 0.5;
    }

    .thumb-info .thumb-info-wrapper-opacity-6:after {
        opacity: 0.6;
    }

    .thumb-info .thumb-info-wrapper-opacity-7:after {
        opacity: 0.7;
    }

    .thumb-info .thumb-info-wrapper-opacity-8:after {
        opacity: 0.8;
    }

    .thumb-info .thumb-info-wrapper-opacity-9:after {
        opacity: 0.9;
    }

    .thumb-info .thumb-info-action-icon {
        transition: all 0.3s;
        background: #CCC;
        border-radius: 0 0 0 4px;
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: -100px;
        text-align: center;
        top: -100px;
        width: 50px;
        z-index: 2;
    }

        .thumb-info .thumb-info-action-icon i {
            font-size: 14px;
            right: 50%;
            position: absolute;
            top: 50%;
            color: #FFF;
            transform: translate(50%,-50%);
            margin: -2px -1px 0 0px;
        }

    .thumb-info .thumb-info-inner {
        transition: all 0.3s;
        display: block;
    }

        .thumb-info .thumb-info-inner em {
            display: block;
            font-size: 0.8em;
            font-style: normal;
            font-weight: normal;
        }

    .thumb-info .thumb-info-title {
        transition: all 0.3s;
        background: rgba(33,37,41,0.8);
        color: #FFF;
        font-weight: 600;
        left: 0;
        letter-spacing: -.05em;
        position: absolute;
        z-index: 2;
        max-width: 90%;
        font-size: 17px;
        padding: 13px 21px 2px;
        bottom: 13%;
    }

        .thumb-info .thumb-info-title.thumb-info-title-vert-align {
            bottom: auto;
            top: 50%;
            transform: translateY(-50%);
        }

        .thumb-info .thumb-info-title.thumb-info-title-top {
            bottom: auto;
            top: 13%;
        }

    .thumb-info .thumb-info-type {
        background-color: #CCC;
        border-radius: 2px;
        display: inline-block;
        float: left;
        font-size: 0.6em;
        font-weight: 600;
        letter-spacing: 0;
        margin: 8px -2px -15px 0px;
        padding: 2px 12px;
        text-transform: uppercase;
        z-index: 2;
        line-height: 2.3;
    }

    .thumb-info .owl-carousel {
        z-index: auto;
    }

        .thumb-info .owl-carousel .owl-dots {
            z-index: 2;
        }

    .thumb-info img {
        transition: all 0.3s ease;
        border-radius: 3px;
        position: relative;
        width: 100%;
    }

    .thumb-info:hover .thumb-info-wrapper:after {
        opacity: 1;
    }

    .thumb-info:hover .thumb-info-action-icon {
        right: 0;
        top: 0;
    }

    .thumb-info:hover .thumb-info-title {
        background: rgba(33,37,41,0.9);
    }

    .thumb-info:hover img {
        transform: scale(1.1,1.1);
    }

    .thumb-info.thumb-info-no-zoom img {
        transition: none;
    }

    .thumb-info.thumb-info-no-zoom:hover img {
        transform: scale(1,1);
    }

    .thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
        background: rgba(23,23,23,0.25);
    }

    .thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
        display: none;
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 0;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 45px;
        text-align: center;
        opacity: 0;
        transition: transform .2s ease-out,opacity .2s ease-out;
        transform: translate3d(0,-70%,0);
        z-index: 2;
    }

        .thumb-info.thumb-info-centered-icons .thumb-info-action a {
            text-decoration: none;
        }

    .thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 35px;
        height: 35px;
        font-size: 14px;
        border-radius: 50%;
        margin-right: 5px;
        transition: all 0.1s ease;
        z-index: 2;
    }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
            margin: 0;
        }

        .thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
            transform: scale(1.15,1.15);
        }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
        opacity: 1;
        transform: translate3d(0,-50%,0);
    }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
        position: relative;
    }

    .thumb-info.thumb-info-centered-info .thumb-info-title {
        background: transparent;
        left: 5%;
        width: 90%;
        transition: transform .2s ease-out,opacity .2s ease-out;
        transform: translate(0%,-50%);
        top: 50%;
        bottom: auto;
        opacity: 0;
        text-align: center;
        padding: 0;
        position: absolute;
    }

    .thumb-info.thumb-info-centered-info .thumb-info-type {
        float: none;
    }

    .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
        opacity: 1;
        transform: translate(0%,-50%);
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-title {
        background: #FFF;
        left: 0;
        width: 100%;
        max-width: 100%;
        transition: transform .2s ease-out,opacity .2s ease-out;
        transform: translate3d(0,100%,0);
        top: auto;
        bottom: 0;
        opacity: 0;
        padding: 15px;
        text-shadow: none;
        color: #777;
    }

    .thumb-info.thumb-info-bottom-info .thumb-info-type {
        float: none;
        background: none;
        padding: 0;
        margin: 0;
    }

    .thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    .thumb-info.thumb-info-bottom-info:hover img {
        transform: scale(1.1);
    }

    .thumb-info.thumb-info-show-button-hover .btn {
        opacity: 0;
    }

    .thumb-info.thumb-info-show-button-hover .btn, .thumb-info.thumb-info-show-button-hover .thumb-info-type {
        transition: opacity .3s ease-out;
    }

    .thumb-info.thumb-info-show-button-hover .thumb-info-title {
        transform: translate3d(0,35px,0);
        transition: transform .3s ease-out;
        bottom: 0;
    }

    .thumb-info.thumb-info-show-button-hover:hover .btn {
        opacity: 1;
    }

    .thumb-info.thumb-info-show-button-hover:hover .thumb-info-type {
        opacity: 0;
    }

    .thumb-info.thumb-info-show-button-hover:hover .thumb-info-title {
        transform: translate3d(0,-20px,0);
    }

    .thumb-info.thumb-info-bottom-info-linear .thumb-info-title {
        background: linear-gradient(to top,rgba(255,255,255,0.8) 0,transparent 100%) repeat scroll 0 0 rgba(255,255,255,0);
    }

    .thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
        background: #212529;
        color: #FFF;
    }

    .thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title {
        background: linear-gradient(to top,rgba(33,37,41,0.8) 0,transparent 100%) repeat scroll 0 0 rgba(0,0,0,0);
    }

    .thumb-info.thumb-info-bottom-info-show-more img {
        transform: none !important;
    }

    .thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    .thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content {
        transition: ease max-height 800ms;
        overflow: hidden;
        max-height: 0;
        display: block;
    }

    .thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content {
        max-height: 300px;
    }

    .thumb-info.thumb-info-push-hor img {
        transform: translatex(-18px);
        width: calc(100% + 19px);
        max-width: none;
    }

    .thumb-info.thumb-info-push-hor:hover img {
        transform: translatex(0);
    }

    .thumb-info.thumb-info-block .thumb-info-action-icon {
        top: 15px;
        right: 15px;
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }

    .thumb-info.thumb-info-block .thumb-info-wrapper:before {
        content: "";
        background: rgba(255,255,255,0.9);
        transition: all 0.3s;
        border-radius: 0;
        bottom: 16px;
        bottom: 1rem;
        color: #FFF;
        left: 16px;
        left: 1rem;
        position: absolute;
        right: 16px;
        right: 1rem;
        top: 16px;
        top: 1rem;
        display: block;
        opacity: 0;
        z-index: 2;
    }

    .thumb-info.thumb-info-block:hover .thumb-info-wrapper:before {
        opacity: 1;
    }

    .thumb-info.thumb-info-block:hover .thumb-info-action-icon {
        opacity: 1;
    }

    .thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
        background: rgba(33,37,41,0.9);
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
        opacity: 0.65;
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-title {
        opacity: 1;
        top: 50%;
    }

    .thumb-info.thumb-info-hide-info-hover .thumb-info-type {
        float: none;
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
        opacity: 0.1;
    }

    .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
        opacity: 0;
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after {
        opacity: 0.65;
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after {
        opacity: 1;
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-title {
        opacity: 1;
        
        height: 100%;
        top: 0;
        transform: none !important;
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-type {
        float: none;
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-1, .thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
        transition: cubic-bezier(0.55,0,0.1,1) top 500ms;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        top: 50%;
        transform: translate(0%,-50%);
    }

    .thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
        top: 150%;
    }

    .thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 {
        top: -50%;
    }

    .thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 {
        top: 50%;
    }

    .thumb-info.thumb-info-show-image-hover img {
        opacity: 0;
    }

    .thumb-info.thumb-info-show-image-hover .thumb-info-title {
        background: transparent;
        color: #333;
    }

    .thumb-info.thumb-info-show-image-hover .thumb-info-inner {
        transition: cubic-bezier(0.55,0,0.1,1) top 500ms;
    }

    .thumb-info.thumb-info-show-image-hover:hover img {
        opacity: 1;
    }

    .thumb-info.thumb-info-show-image-hover:hover .thumb-info-title {
        color: #FFF;
    }

    .thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

        .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
            border: 0;
            padding: 0;
            margin: 0;
            border-radius: 0;
        }

            .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
                border-radius: 0;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0;
            }

        .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
            border-radius: 4px;
        }

    .thumb-info.thumb-info-preview .thumb-info-wrapper:after {
        display: none;
    }

    .thumb-info.thumb-info-preview .thumb-info-image {
        min-height: 232px;
        display: block;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: relative;
        transition: background-position 0.8s linear 0s;
    }

    .thumb-info.thumb-info-preview:hover .thumb-info-image {
        transition: background-position 2.5s linear 0s;
        background-position: center bottom;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
        transition: background-position 1s linear 0s;
    }

    .thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
        transition: background-position 5s linear 0s;
    }

    .thumb-info.thumb-info-slow-image-zoom-hover img {
        transition: transform 2s;
    }

    .thumb-info.thumb-info-slow-image-zoom-hover:hover img {
        transform: scale(1.5,1.5);
    }

    .thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
        content: none;
    }

    .thumb-info.thumb-info-no-bg {
        background: transparent;
    }

    .thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > * {
        transition: cubic-bezier(0.55,0,0.1,1) all 300ms;
    }

    .thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(1) {
        max-width: 100%;
        text-align: center;
        bottom: 0%;
        margin: 0;
        position: absolute;
        width: 100%;
        left: 0;
    }

    .thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(2) {
        display: inline-block;
        transform: translateY(120%);
        opacity: 0;
    }

    .thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(1) {
        transform: translateY(-120%);
        opacity: 0;
    }

    .thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(2) {
        transform: none;
        opacity: 1;
    }

.thumb-info-ribbon {
    background: #999;
    position: absolute;
    margin: -16px 0 0 0;
    padding: 5px 13px 6px;
    right: 15px;
    z-index: 1;
}

    .thumb-info-ribbon:before {
        border-right: 10px solid #646464;
        border-top: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: -10px;
        position: absolute;
        top: 0;
        width: 7px;
    }

    .thumb-info-ribbon span {
        color: #FFF;
        font-size: 1.1em;
        font-family: "Shadows Into Light",cursive;
    }

.full-width .thumb-info img {
    border-radius: 0 !important;
}

.thumb-info-caption {
    padding: 10px 0;
}

    .thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
        font-size: 0.9em;
        margin: 0;
        padding: 15px 0;
        display: block;
    }

.thumb-info-side-image {
    display: flex;
}

    .thumb-info-side-image .thumb-info-side-image-wrapper {
        padding: 0;
        margin-right: 20px;
    }

.thumb-info-side-image-right {
    display: flex;
}

    .thumb-info-side-image-right .thumb-info-side-image-wrapper {
        margin-left: 20px;
        margin-right: 0;
    }

.thumb-info-social-icons {
    margin: 0;
    padding: 0;
    display: block;
}

    .thumb-info-social-icons a {
        background: #CCC;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

        .thumb-info-social-icons a:hover {
            text-decoration: none;
        }

        .thumb-info-social-icons a span {
            display: none;
        }

        .thumb-info-social-icons a i {
            color: #FFF;
            font-size: 0.9em;
            font-weight: normal;
        }

.thumb-info-floating-caption-title {
    background: rgba(33,37,41,0.8);
    color: #FFF;
    font-weight: 600;
    letter-spacing: -.05em;
    font-size: 17px;
    padding: 13px 21px;
}

    .thumb-info-floating-caption-title .thumb-info-floating-caption-type {
        position: absolute;
        background-color: #CCC;
        border-radius: 2px;
        display: block;
        font-size: 0.6em;
        font-weight: 600;
        letter-spacing: 0;
        margin: 8px -2px -15px 0px;
        padding: 2px 12px;
        text-transform: uppercase;
        line-height: 2.3;
    }

@media (max-width:991px){
    .thumb-info .thumb-info-title {
        font-size: 14px;
    }

    .thumb-info .thumb-info-more {
        font-size: 11px;
    }
}

section.timeline {
    width: 100%;
    margin: 50px 0 0;
    position: relative;
    float: left;
    padding-bottom: 120px;
}

    section.timeline:before {
        background: #505050;
        background: linear-gradient(to bottom,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%);
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: -60px;
        width: 3px;
        z-index: 0;
        filter: alpha(opacity=35);
        opacity: 0.35;
    }

    section.timeline .timeline-body {
        position: relative;
        z-index: 1 !important;
    }

    section.timeline .timeline-date {
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.04);
        position: relative;
        display: block;
        clear: both;
        width: 200px;
        height: 45px;
        padding: 5px;
        border: 1px solid #E5E5E5;
        margin: 0 auto 10px;
        text-shadow: 0 1px 1px #fff;
        border-radius: 4px;
        background: #FFF;
        z-index: 1;
    }

        section.timeline .timeline-date h3 {
            display: block;
            text-align: center;
            color: #757575;
            font-size: 0.9em;
            line-height: 32px;
        }

    section.timeline .timeline-title {
        background: #f7f7f7;
        padding: 12px;
    }

        section.timeline .timeline-title h4 {
            padding: 0;
            margin: 0;
            color: #151719;
            font-size: 1.4em;
        }

        section.timeline .timeline-title a {
            color: #151719;
        }

        section.timeline .timeline-title .timeline-title-tags {
            color: #B1B1B1;
            font-size: 0.9em;
        }

            section.timeline .timeline-title .timeline-title-tags a {
                color: #B1B1B1;
                font-size: 0.9em;
            }

    section.timeline .timeline-box {
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.04);
        border: 1px solid #E5E5E5;
        border-radius: 4px;
        margin: 20px 10px 10px 10px;
        padding: 10px;
        width: 45.7%;
        float: left;
        z-index: 1;
        margin-bottom: 30px;
        background: #FFF;
    }

        section.timeline .timeline-box.left {
            clear: both;
        }

            section.timeline .timeline-box.left:before {
                background: none repeat scroll 0 0 #E5E5E5;
                border-radius: 50%;
                box-shadow: 0 0 0 3px #FFF,0 0 0 6px #E5E5E5;
                content: "";
                display: block;
                height: 7px;
                margin-right: -5px;
                position: absolute;
                left: 50%;
                margin-top: 22px;
                width: 8px;
                transform: translate3d(-50%,0,0);
                z-index: 1;
            }

            section.timeline .timeline-box.left .timeline-box-arrow {
                transform: rotate(45deg);
                content: "";
                display: block;
                background: #FFF;
                border-right: 1px solid #E5E5E5;
                border-top: 1px solid #E5E5E5;
                float: right;
                height: 14px;
                margin-top: 17px;
                margin-right: -18px;
                width: 14px;
                z-index: 0;
            }

        section.timeline .timeline-box.right {
            clear: right;
            float: right;
            right: -1px;
            margin-top: 40px;
        }

            section.timeline .timeline-box.right:before {
                background: none repeat scroll 0 0 #E5E5E5;
                border-radius: 50%;
                box-shadow: 0 0 0 3px #FFF,0 0 0 6px #E5E5E5;
                content: "";
                display: block;
                height: 7px;
                position: absolute;
                left: 50%;
                margin-top: 32px;
                width: 8px;
                transform: translate3d(-50%,0,0);
                z-index: 1;
            }

            section.timeline .timeline-box.right .timeline-box-arrow {
                transform: rotate(45deg);
                content: "";
                display: block;
                background: #FFF;
                border-left: 1px solid #E5E5E5;
                border-bottom: 1px solid #E5E5E5;
                float: left;
                height: 14px;
                margin-top: 28px;
                margin-left: -18px;
                width: 14px;
                z-index: 0;
            }

        section.timeline .timeline-box .owl-carousel {
            border-radius: 0;
            padding: 0;
            border: 0;
            box-shadow: none;
        }

@media (max-width:991px){
    section.timeline .timeline-box {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 70%;
        width: auto;
    }

        section.timeline .timeline-box.right {
            float: none;
            clear: both;
            right: auto;
            left: auto;
            margin: 25px auto;
            max-width: 70%;
            width: auto;
        }

            section.timeline .timeline-box.left:after, section.timeline .timeline-box.right:after, section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before {
                display: none;
            }
}

@media (max-width:767px){
    section.timeline {
        width: 100%;
        margin: 0;
    }
}

@media (max-width:575px){
    section.timeline {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

        section.timeline .timeline-box {
            margin: 15px auto;
            max-width: 90%;
        }

            section.timeline .timeline-box.right {
                margin: 15px auto;
                max-width: 90%;
            }

    article.post-large {
        margin-left: 0;
    }

        article.post-large .post-image, article.post-large .post-date {
            margin-left: 0;
        }
}

.toggle {
    margin: 10px 0 20px;
    position: relative;
    clear: both;
}

    .toggle .toggle {
        margin: 10px 0 0;
    }

    .toggle > input {
        cursor: pointer;
        filter: alpha(opacity=0);
        height: 45px;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    .toggle > label, .toggle > .toggle-title {
        transition: all .15s ease-out;
        background: #f7f7f7;
        border-left: 3px solid #CCC;
        border-radius: 5px;
        color: #CCC;
        display: block;
        min-height: 20px;
        padding: 12px 20px 12px 15px;
        position: relative;
        cursor: pointer;
        font-weight: 600;
        letter-spacing: -0.2px;
        text-decoration: none !important;
    }

        .toggle > label:-moz-selection, .toggle > .toggle-title:-moz-selection {
            background: none;
        }

        .toggle > label i.fa-minus, .toggle > .toggle-title i.fa-minus {
            display: none;
        }

        .toggle > label i.fa-plus, .toggle > .toggle-title i.fa-plus {
            display: inline;
        }

        .toggle > label:before, .toggle > .toggle-title:before {
            content: " ";
            position: absolute;
            top: calc(50% + 1px);
            right: 14px;
            border-color: #CCC;
            border-top: 1px solid;
            border-right: 1px solid;
            width: 8px;
            height: 8px;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            transition: transform 0.3s,top 0.3s;
            transform: rotate(-45deg) translate3d(0,-50%,0);
            transform-origin: 35%;
        }

        .toggle > label:hover, .toggle > .toggle-title:hover {
            background: #f5f5f5;
        }

        .toggle > label + p, .toggle > .toggle-title + p {
            color: #999;
            display: block;
            overflow: hidden;
            padding-left: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 25px;
        }

        .toggle > label i, .toggle > .toggle-title i {
            font-size: 0.7em;
            margin-right: 8px;
            position: relative;
            top: -1px;
        }

    .toggle > .toggle-content {
        display: none;
    }

        .toggle > .toggle-content > p {
            margin-bottom: 0;
            padding: 10px 0;
        }

    .toggle.active i.fa-minus {
        display: inline;
    }

    .toggle.active i.fa-plus {
        display: none;
    }

    .toggle.active > label, .toggle.active > .toggle-title {
        background: #f7f7f7;
        border-color: #CCC;
    }

        .toggle.active > label:before, .toggle.active > .toggle-title:before {
            top: calc(50% - 8px);
            transform: rotate(135deg);
        }

    .toggle.active > p {
        white-space: normal;
    }

    .toggle > p.preview-active {
        height: auto;
        white-space: normal;
    }

    .toggle.toggle-sm .toggle > label, .toggle.toggle-sm .toggle > .toggle-title {
        font-size: 0.9em;
        padding: 6px 20px 6px 10px;
    }

    .toggle.toggle-sm .toggle > .toggle-content > p {
        font-size: 0.9em;
    }

    .toggle.toggle-lg .toggle > label, .toggle.toggle-lg .toggle > .toggle-title {
        font-size: 1.1em;
        padding: 16px 20px 16px 20px;
    }

    .toggle.toggle-lg .toggle > .toggle-content > p {
        font-size: 1.1em;
    }

    .toggle.toggle-simple .toggle > label, .toggle.toggle-simple .toggle > .toggle-title {
        border-radius: 0;
        border: 0;
        background: transparent;
        color: #777;
        padding-left: 32px;
        margin-bottom: -10px;
        font-size: 1em;
        font-weight: 600;
        color: #212529;
    }

        .toggle.toggle-simple .toggle > label:after, .toggle.toggle-simple .toggle > .toggle-title:after {
            content: "";
            position: absolute;
            left: 0;
            display: block;
            width: 24px;
            height: 24px;
            background: #CCC;
            top: 25px;
            margin-top: -12px;
            border-radius: 3px;
            z-index: 1;
        }

        .toggle.toggle-simple .toggle > label:before, .toggle.toggle-simple .toggle > .toggle-title:before {
            border: 0;
            left: 9px;
            right: auto;
            margin-top: 0;
            top: 12px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "";
            z-index: 2;
            color: #FFF;
            font-size: 7px;
            width: auto;
            height: auto;
            transform: none;
        }

    .toggle.toggle-simple .toggle.active > label, .toggle.toggle-simple .toggle.active > .toggle-title {
        background: transparent;
        color: #212529;
    }

        .toggle.toggle-simple .toggle.active > label:before, .toggle.toggle-simple .toggle.active > .toggle-title:before {
            content: "";
        }

    .toggle.toggle-minimal .toggle {
        margin: 0;
    }

        .toggle.toggle-minimal .toggle > label, .toggle.toggle-minimal .toggle > .toggle-title {
            background: transparent;
            color: #777;
            border-left: 0;
            border-bottom: 1px solid #CCCC;
            border-radius: 0;
            margin: 0;
            padding: 12px 20px 12px 0;
            font-weight: 600;
        }

        .toggle.toggle-minimal .toggle.active > label, .toggle.toggle-minimal .toggle.active > .toggle-title {
            background: transparent;
            border-bottom-color: #CCC;
        }

blockquote {
    border-left: 5px solid #eee;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    font-size: 1em;
}

    blockquote.with-borders {
        border-radius: 6px;
        border-top: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        border-left: 1px solid #ECECEC;
        border-right: 1px solid #ECECEC;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.04);
        padding: 20.8px;
        padding: 1.3rem;
    }

    blockquote.blockquote-reverse {
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0px !important;
    }

small, .small {
    font-size: 70%;
}

p {
    color: #777;
    line-height: 26px;
    margin: 0 0 20px;
}

    p.featured {
        font-size: 1.6em;
        line-height: 1.5em;
    }

    p.lead {
        line-height: 28.8px;
        line-height: 1.8rem;
    }

    p .alternative-font {
        display: inline-block;
        margin-top: -15px;
        position: relative;
        top: 3px;
        margin-bottom: -6px;
    }

.lead {
    letter-spacing: -.05em;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.lead-2 {
    font-size: 17.92px;
    font-size: 1.12rem;
}

a, a:hover, a:focus {
    color: #CCC;
}

p.drop-caps:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia;
}

p.drop-caps.drop-caps-style-2:first-letter {
    background-color: #CCC;
    color: #FFF;
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px;
}

.default-font {
    font-family: "Poppins",Arial,sans-serif !important;
}

.alternative-font {
    color: #CCC;
    font-family: "Shadows Into Light",cursive !important;
    font-size: 1.6em;
}

.alternative-font-2 {
    font-family: "Oswald",sans-serif !important;
}

.alternative-font-3 {
    font-family: "Segoe Script","Zapfino","Savoye LET" !important;
}

.alternative-font-4 {
    font-family: "Poppins",Arial,sans-serif !important;
}

.alternative-font-5 {
    font-family: "Open Sans",Arial,sans-serif !important;
}

.alternative-font-6 {
    font-family: "Montserrat",Arial,sans-serif !important;
}

.gradient-text-color {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.no-backgroundcliptext .gradient-text-color {
    background: transparent !important;
}

.sup-text-small {
    font-size: 0.5em;
    font-weight: 500;
    top: -.7em;
}

.text-default, .text-color-default {
    color: #777 !important;
}

section.video {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    section.video .container {
        position: relative;
        z-index: 3;
    }

html.boxed section.video > div:first-child {
    z-index: 0 !important;
}

    html.boxed section.video > div:first-child video {
        z-index: 0 !important;
    }

.word-rotator i, .word-rotator em, .word-rotator b {
    font-style: normal;
    font-weight: inherit;
}

.word-rotator-words {
    display: inline-flex !important;
    position: relative;
    text-align: left;
}

    .word-rotator-words b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .word-rotator-words b.is-visible {
            position: relative;
        }

    .word-rotator-words[class*="bg-"] {
        background: #CCC;
    }

        .word-rotator-words[class*="bg-"] b {
            color: #FFF;
            padding: 1.6px 8px;
            padding: 0.1rem 0.5rem;
        }

.word-rotator.rotate-1 .word-rotator-words {
    perspective: 300px;
}

.word-rotator.rotate-1 b {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: rotateX(180deg);
}

    .word-rotator.rotate-1 b.is-visible {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-animation: word-rotator-rotate-1-in 1.2s;
        animation: word-rotator-rotate-1-in 1.2s;
    }

    .word-rotator.rotate-1 b.is-hidden {
        transform: rotateX(180deg);
        -webkit-animation: word-rotator-rotate-1-out 1.2s;
        animation: word-rotator-rotate-1-out 1.2s;
    }

@-webkit-keyframes word-rotator-rotate-1-in{
    0% {
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes word-rotator-rotate-1-in{
    0% {
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes word-rotator-rotate-1-out{
    0% {
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes word-rotator-rotate-1-out{
    0% {
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        transform: rotateX(180deg);
        opacity: 0;
    }
}

.word-rotator.type .word-rotator-words {
    vertical-align: top;
    overflow: hidden;
    position: relative;
    padding-right: 3px;
}

    .word-rotator.type .word-rotator-words::after {
        content: " ";
        position: absolute;
        right: 0;
        top: 5%;
        height: 90%;
        width: 2px;
        display: block;
        background-color: transparent;
    }

    .word-rotator.type .word-rotator-words.waiting::after {
        -webkit-animation: 1s word-rotator-pulse step-end infinite;
        animation: 1s word-rotator-pulse step-end infinite;
    }

    .word-rotator.type .word-rotator-words.selected {
        background-color: #212529 !important;
    }

        .word-rotator.type .word-rotator-words.selected::after {
            visibility: hidden;
        }

        .word-rotator.type .word-rotator-words.selected b {
            color: #FFF !important;
        }

.word-rotator.type b {
    visibility: hidden;
}

    .word-rotator.type b.is-visible {
        visibility: visible;
    }

.word-rotator.type i {
    position: absolute;
    visibility: hidden;
}

    .word-rotator.type i.in {
        position: relative;
        visibility: visible;
    }

.word-rotator.type.type-clean-light .word-rotator-words:after {
    width: 8px;
}

.word-rotator.type.type-clean-light .word-rotator-words.waiting::after {
    -webkit-animation: 500ms word-rotator-pulse-light step-end infinite;
    animation: 500ms word-rotator-pulse-light step-end infinite;
}

.word-rotator.type.type-clean-light .word-rotator-words.selected {
    background-color: transparent !important;
}

@-webkit-keyframes word-rotator-pulse{
    from,to {
        background-color: transparent;
    }

    50% {
        background-color: black;
    }
}

@keyframes word-rotator-pulse{
    from,to {
        background-color: transparent;
    }

    50% {
        background-color: black;
    }
}

@-webkit-keyframes word-rotator-pulse-light{
    from,to {
        background-color: transparent;
    }

    50% {
        background-color: white;
    }
}

@keyframes word-rotator-pulse-light{
    from,to {
        background-color: transparent;
    }

    50% {
        background-color: white;
    }
}

.word-rotator.rotate-2 .word-rotator-words {
    perspective: 300px;
}

.word-rotator.rotate-2 i, .word-rotator.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.word-rotator.rotate-2 b {
    opacity: 0;
}

.word-rotator.rotate-2 i {
    transform-style: preserve-3d;
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .word-rotator.rotate-2 i {
    opacity: 1;
}

.word-rotator.rotate-2 i.in {
    -webkit-animation: word-rotator-rotate-2-in .4s forwards;
    animation: word-rotator-rotate-2-in .4s forwards;
}

.word-rotator.rotate-2 i.out {
    -webkit-animation: word-rotator-rotate-2-out .4s forwards;
    animation: word-rotator-rotate-2-out .4s forwards;
}

.word-rotator.rotate-2 em {
    transform: translateZ(20px);
}

.no-csstransitions .word-rotator.rotate-2 i {
    transform: rotateX(0deg);
    opacity: 0;
}

    .no-csstransitions .word-rotator.rotate-2 i em {
        transform: scale(1);
    }

.no-csstransitions .word-rotator.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes word-rotator-rotate-2-in{
    0% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes word-rotator-rotate-2-in{
    0% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes word-rotator-rotate-2-out{
    0% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes word-rotator-rotate-2-out{
    0% {
        opacity: 1;
        transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        transform: translateZ(-20px) rotateX(-90deg);
    }
}

.word-rotator.loading-bar span {
    display: inline-block;
    padding: .2em 0;
}

.word-rotator.loading-bar .word-rotator-words {
    overflow: hidden;
    vertical-align: top;
}

    .word-rotator.loading-bar .word-rotator-words::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        background: #212529;
        z-index: 2;
        transition: width .3s -0.1s;
    }

    .word-rotator.loading-bar .word-rotator-words.is-loading::after {
        width: 100%;
        transition: width 3s;
    }

    .word-rotator.loading-bar .word-rotator-words.bg-light::after {
        background-color: #212529 !important;
    }

    .word-rotator.loading-bar .word-rotator-words[class*="bg-"]:not(.bg-light)::after {
        background-color: #FFF !important;
    }

.word-rotator.loading-bar b {
    top: .2em;
    opacity: 0;
    transition: opacity .3s;
}

    .word-rotator.loading-bar b.is-visible {
        opacity: 1;
        top: 0;
    }

.word-rotator.slide span {
    display: inline-block;
    padding: .2em 0;
}

.word-rotator.slide .word-rotator-words {
    overflow: hidden;
    vertical-align: top;
}

.word-rotator.slide b {
    opacity: 0;
    top: .2em;
}

    .word-rotator.slide b.is-visible {
        top: 0;
        opacity: 1;
        -webkit-animation: slide-in .6s;
        animation: slide-in .6s;
    }

    .word-rotator.slide b.is-hidden {
        -webkit-animation: slide-out .6s;
        animation: slide-out .6s;
    }

@-webkit-keyframes slide-in{
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-in{
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out{
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes slide-out{
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

.word-rotator.clip span {
    display: inline-block;
    padding: .2em 0;
}

.word-rotator.clip .word-rotator-words {
    overflow: hidden;
    vertical-align: top;
}

    .word-rotator.clip .word-rotator-words::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #212529;
    }

.word-rotator.clip b {
    opacity: 0;
}

    .word-rotator.clip b.is-visible {
        opacity: 1;
    }

.word-rotator.zoom .word-rotator-words {
    perspective: 300px;
}

.word-rotator.zoom b {
    opacity: 0;
}

    .word-rotator.zoom b.is-visible {
        opacity: 1;
        -webkit-animation: zoom-in .8s;
        animation: zoom-in .8s;
    }

    .word-rotator.zoom b.is-hidden {
        -webkit-animation: zoom-out .8s;
        animation: zoom-out .8s;
    }

@-webkit-keyframes zoom-in{
    0% {
        opacity: 0;
        transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes zoom-in{
    0% {
        opacity: 0;
        transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out{
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    100% {
        opacity: 0;
        transform: translateZ(-100px);
    }
}

@keyframes zoom-out{
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    100% {
        opacity: 0;
        transform: translateZ(-100px);
    }
}

.word-rotator.rotate-3 .word-rotator-words {
    perspective: 300px;
}

.word-rotator.rotate-3 b {
    opacity: 0;
}

.word-rotator.rotate-3 i {
    display: inline-block;
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .word-rotator.rotate-3 i {
    transform: rotateY(0deg);
}

.word-rotator.rotate-3 i.in {
    -webkit-animation: word-rotator-rotate-3-in .6s forwards;
    animation: word-rotator-rotate-3-in .6s forwards;
}

.word-rotator.rotate-3 i.out {
    -webkit-animation: word-rotator-rotate-3-out .6s forwards;
    animation: word-rotator-rotate-3-out .6s forwards;
}

.no-csstransitions .word-rotator.rotate-3 i {
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .word-rotator.rotate-3 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes word-rotator-rotate-3-in{
    0% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes word-rotator-rotate-3-in{
    0% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes word-rotator-rotate-3-out{
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(-180deg);
    }
}

@keyframes word-rotator-rotate-3-out{
    0% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(-180deg);
    }
}

.word-rotator.scale b {
    opacity: 0;
}

.word-rotator.scale i {
    display: inline-block;
    opacity: 0;
    transform: scale(0);
}

.is-visible .word-rotator.scale i {
    opacity: 1;
}

.word-rotator.scale i.in {
    -webkit-animation: scale-up .6s forwards;
    animation: scale-up .6s forwards;
}

.word-rotator.scale i.out {
    -webkit-animation: scale-down .6s forwards;
    animation: scale-down .6s forwards;
}

.no-csstransitions .word-rotator.scale i {
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .word-rotator.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up{
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up{
    0% {
        transform: scale(0);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down{
    0% {
        transform: scale(1);
        opacity: 1;
    }

    60% {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down{
    0% {
        transform: scale(1);
        opacity: 1;
    }

    60% {
        transform: scale(0);
        opacity: 0;
    }
}

.word-rotator.push b {
    opacity: 0;
}

    .word-rotator.push b.is-visible {
        opacity: 1;
        -webkit-animation: push-in .6s;
        animation: push-in .6s;
    }

    .word-rotator.push b.is-hidden {
        -webkit-animation: push-out .6s;
        animation: push-out .6s;
    }

@-webkit-keyframes push-in{
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes push-in{
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out{
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        transform: translateX(110%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes push-out{
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        transform: translateX(110%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

section.section-custom-map {
    background: transparent url(../../../../themes/custom/ethiqs_theme/theme/img/map.png) center 0 no-repeat;
    padding: 129px 0 0;
    margin: 20px 0 0;
    border: 0;
}

    section.section-custom-map section.section {
        border-top: 0;
        background: rgba(247,247,247,0.5);
    }

.home-intro {
    background-color: #212529;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 38.4px 0;
    padding: 2.4rem 0;
    position: relative;
    text-align: left;
    letter-spacing: -0.5px;
}

    .home-intro p {
        color: #FFF;
        display: inline-block;
        font-size: 1.4em;
        font-weight: 600;
        margin-bottom: 0;
    }

        .home-intro p span:not(.highlighted-word) {
            color: #FFF;
            display: block;
            font-size: 0.8em;
            font-weight: 300;
            padding-top: 5px;
            opacity: 0.7;
        }

        .home-intro p .highlighted-word {
            font-size: 1.6em;
        }

    .home-intro .get-started {
        position: relative;
    }

        .home-intro .get-started .btn {
            position: relative;
            z-index: 1;
        }

            .home-intro .get-started .btn i {
                font-size: 1.1em;
                font-weight: normal;
                margin-left: 5px;
            }

        .home-intro .get-started a {
            color: #FFF;
        }

            .home-intro .get-started a:not(.btn) {
                color: #FFF;
                font-weight: 600;
            }

    .home-intro .learn-more {
        color: #FFF;
        margin-left: 15px;
        font-weight: 300;
    }

    .home-intro.light {
        background-color: #EDEDED;
    }

        .home-intro.light.secondary {
            background-color: #E0E1E4;
        }

        .home-intro.light p, .home-intro.light .learn-more, .home-intro.light p span:not(.highlighted-word), .home-intro.light .get-started a:not(.btn) {
            color: #333333;
        }

.home-intro-compact {
    border-radius: 0 0 0.3rem 0.3rem;
    margin-top: -10px;
    margin: -10px auto 60px;
    max-width: 1116px;
}

    .home-intro-compact p {
        padding-left: 20px;
    }

    .home-intro-compact .get-started {
        padding-right: 20px;
    }

@media (max-width:991px){
    .home-intro p {
        margin-bottom: 2rem;
    }

    .home-intro-compact .get-started {
        padding-left: 20px;
    }
}

@media (max-width:767px){
    .home-intro-compact {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@-webkit-keyframes animatedLineBg{
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1360;
    }
}

@keyframes animatedLineBg{
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1360;
    }
}

@-webkit-keyframes animatedLineSmallCircle{
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1120;
    }
}

@keyframes animatedLineSmallCircle{
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1120;
    }
}

@-webkit-keyframes animatedLineBigCircle{
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1266;
    }
}

@keyframes animatedLineBigCircle{
    from {
        stroke-dasharray: 1000;
    }

    to {
        stroke-dasharray: 1266;
    }
}

@-webkit-keyframes animatedInitialPin{
    0% {
        transform: translate(2px,69px) scale(0.23);
    }

    33% {
        transform: translate(2px,79px) scale(0.23);
    }

    66% {
        transform: translate(2px,74px) scale(0.23);
    }

    100% {
        transform: translate(2px,79px) scale(0.23);
    }
}

@keyframes animatedInitialPin{
    0% {
        transform: translate(2px,69px) scale(0.23);
    }

    33% {
        transform: translate(2px,79px) scale(0.23);
    }

    66% {
        transform: translate(2px,74px) scale(0.23);
    }

    100% {
        transform: translate(2px,79px) scale(0.23);
    }
}

@-webkit-keyframes animatedFinalPin{
    0% {
        transform: translate(325px,-19px) scale(0.23) rotate(36deg);
    }

    33% {
        transform: translate(325px,-13px) scale(0.23) rotate(36deg);
    }

    66% {
        transform: translate(325px,-16px) scale(0.23) rotate(36deg);
    }

    100% {
        transform: translate(325px,-13px) scale(0.23) rotate(36deg);
    }
}

@keyframes animatedFinalPin{
    0% {
        transform: translate(325px,-19px) scale(0.23) rotate(36deg);
    }

    33% {
        transform: translate(325px,-13px) scale(0.23) rotate(36deg);
    }

    66% {
        transform: translate(325px,-16px) scale(0.23) rotate(36deg);
    }

    100% {
        transform: translate(325px,-13px) scale(0.23) rotate(36deg);
    }
}

@-webkit-keyframes animatedFinalPinFirefox{
    0% {
        transform: translate(193px,-16px) scale(0.23) rotate(36deg);
    }

    33% {
        transform: translate(193px,-10px) scale(0.23) rotate(36deg);
    }

    66% {
        transform: translate(193px,-13px) scale(0.23) rotate(36deg);
    }

    100% {
        transform: translate(193px,-10px) scale(0.23) rotate(36deg);
    }
}

@keyframes animatedFinalPinFirefox{
    0% {
        transform: translate(193px,-16px) scale(0.23) rotate(36deg);
    }

    33% {
        transform: translate(193px,-10px) scale(0.23) rotate(36deg);
    }

    66% {
        transform: translate(193px,-13px) scale(0.23) rotate(36deg);
    }

    100% {
        transform: translate(193px,-10px) scale(0.23) rotate(36deg);
    }
}

.home-concept {
    background: transparent url(../../../../themes/custom/ethiqs_theme/theme/img/home/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
}

    .home-concept strong {
        display: block;
        font-family: "Shadows Into Light",cursive;
        font-size: 1.8em;
        font-weight: normal !important;
        position: relative;
        margin-top: 30px;
    }

    .home-concept .row {
        position: relative;
    }

    .home-concept .process-image {
        background: transparent url(../../../../themes/custom/ethiqs_theme/theme/img/home/home-concept-item.png) no-repeat 0 0;
        width: 160px;
        margin: 120px auto 0 auto;
        padding-bottom: 50px;
        position: relative;
        z-index: 1;
    }

        .home-concept .process-image img {
            border-radius: 150px;
            margin: 7px 8px;
            width: auto;
            height: auto;
            max-width: 145px;
            max-height: 145px;
        }

@media (min-width:992px){
    .home-concept .process-image.process-image-on-middle {
        margin-top: 95px;
    }
}

.home-concept .our-work {
    margin-top: 52px;
    font-size: 2.2em;
}

.home-concept .project-image {
    background: transparent url(../../../../themes/custom/ethiqs_theme/theme/img/home/home-concept-item.png) no-repeat 100% 0;
    width: 350px;
    margin: 20px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.home-concept .sun {
    background: transparent url(../../../../themes/custom/ethiqs_theme/theme/img/home/home-concept-icons.png) no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
}

.home-concept .cloud {
    background: transparent url(../../../../themes/custom/ethiqs_theme/theme/img/home/home-concept-icons.png) no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 53%;
    top: 35px;
}

@media (max-width:991px){
    .home-concept {
        background-image: none;
    }

        .home-concept .project-image {
            margin: 20px auto 0 auto;
        }

        .home-concept .process-image {
            margin-top: 0;
            padding-bottom: 25px;
        }
}

@media (max-width:479px){
    .home-concept .project-image {
        background-position: 0 0;
        margin-left: auto;
        max-width: 160px;
    }

    .home-concept .fc-slideshow {
        max-width: 145px;
        height: 145px;
    }

        .home-concept .fc-slideshow img {
            max-height: 145px;
            max-width: 145px;
        }
}

.portfolio-title {
    margin-bottom: -10px;
}

    .portfolio-title a {
        display: inline-block;
    }

    .portfolio-title [class*="fa-"], .portfolio-title .icons {
        font-size: 1.7em;
    }

    .portfolio-title .portfolio-nav {
        margin-top: 11px;
    }

    .portfolio-title .portfolio-nav-all {
        margin-top: 9px;
    }

    .portfolio-title .portfolio-nav {
        text-align: right;
    }

        .portfolio-title .portfolio-nav a {
            width: 40%;
        }

    .portfolio-title .portfolio-nav-all .fa, .portfolio-title .portfolio-nav-all .icons {
        font-size: 2em;
    }

    .portfolio-title .fa-angle-right {
        text-align: right;
    }

    .portfolio-title .portfolio-nav-prev {
        text-align: left;
    }

.portfolio-info {
    margin: 2px 0 10px;
}

    .portfolio-info ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .portfolio-info ul li {
            display: inline-block;
            border-right: 1px solid #E6E6E6;
            color: #B1B1B1;
            padding-right: 8px;
            margin-right: 8px;
            font-size: 0.9em;
        }

            .portfolio-info ul li:last-child {
                border-right: 0;
                padding-right: 0;
                margin-right: 0;
            }

            .portfolio-info ul li a {
                text-decoration: none;
                color: #B1B1B1;
            }

                .portfolio-info ul li a:hover .fa-heart {
                    color: #E53F51;
                }

            .portfolio-info ul li [class*="fa-"], .portfolio-info ul li .icons {
                margin-right: 4px;
            }

.portfolio-list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .portfolio-list:not(.row) {
        margin: 0;
    }

    .portfolio-list .portfolio-item {
        position: relative;
        margin-bottom: 35px;
    }

        .portfolio-list .portfolio-item.portfolio-item-updated:after, .portfolio-list .portfolio-item.portfolio-item-new:after {
            position: absolute;
            z-index: 1;
            top: 10px;
            right: 10px;
            background: #CCC;
            content: "NEW";
            display: block;
            padding: 0px 8px;
            font-size: 9px;
            font-weight: 600;
            text-transform: uppercase;
            color: #FFF;
            border-radius: 2px;
            line-height: 22px;
        }

        .portfolio-list .portfolio-item.portfolio-item-updated:after {
            content: "UPDATED";
            background: #36C57A;
        }

.portfolio-details {
    list-style: none;
    padding: 0;
    margin: 45px 0 0 5px;
    font-size: 0.9em;
}

    .portfolio-details > li {
        padding: 0;
        margin: 0 0 20px;
    }

    .portfolio-details p {
        padding: 0;
        margin: 0;
    }

    .portfolio-details blockquote {
        padding: 0 0 0 10px;
        margin: 15px 0 0;
        color: #999;
    }

    .portfolio-details .list-icons {
        margin-left: 0;
    }

        .portfolio-details .list-icons > li {
            padding-left: 18px;
            margin-right: 10px;
        }

            .portfolio-details .list-icons > li [class*="fa-"], .portfolio-details .list-icons > li .icons {
                top: 7px;
            }

.portfolio-modal .mfp-arrow, .portfolio-ajax-modal .mfp-arrow {
    display: none;
}

.portfolio-load-more-loader {
    display: none;
    position: relative;
    height: 49px;
}

.btn-portfolio-infinite-scroll {
    opacity: 0;
}

.portfolio-next:hover [class*="fa-"], .portfolio-next:hover .icons, .portfolio-prev:hover [class*="fa-"], .portfolio-prev:hover .icons {
    -webkit-animation: navItemArrow 600ms ease;
    animation: navItemArrow 600ms ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media (max-width:991px){
    .portfolio-nav, .portfolio-nav-all {
        display: none;
    }
}

ul.team-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.team-list .team-item {
        margin-bottom: 35px;
    }

        ul.team-list .team-item .thumb-info-social-icons {
            margin: 0 10px;
        }

@media (max-width:991px){
    ul.team-list .team-item {
        margin: 0 auto 35px;
        max-width: 270px;
    }
}

.search-results {
    min-height: 300px;
}

.http-error {
    padding: 50px 0;
}

    .http-error h2 {
        font-size: 140px;
        font-weight: 700;
        line-height: 140px;
    }

    .http-error h4 {
        color: #777;
    }

    .http-error p {
        font-size: 1.4em;
        line-height: 36px;
    }

@media (max-width:575px){
    .http-error {
        padding: 0;
    }

        .http-error h2 {
            font-size: 100px;
            letter-spacing: 0;
            line-height: 100px;
        }
}

.blog-posts:not(.blog-posts-no-margins) article {
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.blog-posts:not(.blog-posts-no-margins) .pagination {
    margin: -10px 0 20px;
}

.blog-posts.blog-posts-no-margins .pagination {
    margin-top: 28.8px;
    margin-top: 1.8rem;
}

article.post h2 a {
    text-decoration: none;
}

article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}

    article.post .post-meta > span {
        display: inline-block;
        padding-right: 8px;
    }

    article.post .post-meta i {
        margin-right: 3px;
    }

article.post .post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
}

    article.post .post-date .month {
        display: block;
        background: #CCC;
        border-radius: 0 0 2px 2px;
        color: #FFF;
        font-size: 0.8em;
        line-height: 1.8;
        padding: 1px 10px;
        text-transform: uppercase;
    }

    article.post .post-date .day {
        background: #f7f7f7;
        border-radius: 2px 2px 0 0;
        color: #CCC;
        display: block;
        font-size: 18px;
        font-weight: 900;
        padding: 10px;
    }

article.post .post-image .owl-carousel {
    width: 100.1%;
}

article .post-video {
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 61%;
}

    article .post-video iframe {
        bottom: 0;
        height: auto;
        left: 0;
        margin: 0;
        min-height: 100%;
        min-width: 100%;
        padding: 4px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

article .post-audio {
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 35%;
    min-height: 160px;
}

    article .post-audio iframe {
        bottom: 0;
        height: auto;
        left: 0;
        margin: 0;
        min-height: 100%;
        min-width: 100%;
        padding: 4px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

article.post-medium .post-image .owl-carousel {
    width: 100.2%;
}

article.post-large {
    margin-left: 60px;
}

    article.post-large h2 {
        margin-bottom: 5px;
    }

    article.post-large .post-image, article.post-large .post-date {
        margin-left: -60px;
    }

    article.post-large .post-image {
        margin-bottom: 25px;
    }

        article.post-large .post-image.single {
            margin-bottom: 30px;
        }

    article.post-large .post-video {
        margin-left: -60px;
    }

    article.post-large .post-audio {
        margin-left: -60px;
    }

.single-post article {
    border-bottom: 0;
    margin-bottom: 0;
}

article.blog-single-post .post-meta {
    margin-bottom: 20px;
}

.post-block h3 {
    font-size: 1.8em;
    font-weight: 200;
    margin: 0 0 20px;
    text-transform: none;
}

    .post-block h3 i {
        margin-right: 7px;
    }

.post-author img {
    max-height: 80px;
    max-width: 80px;
}

.post-author p {
    font-size: 0.9em;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

    .post-author p .name {
        font-size: 1.1em;
    }

.post-author .img-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.comments li {
        clear: both;
        padding: 10px 0 0 70px;
    }

        ul.comments li img.avatar {
            height: 48px;
            width: 48px;
        }

        ul.comments li ul.reply {
            margin: 0;
        }

        ul.comments li a {
            text-decoration: none;
        }

        ul.comments li .img-thumbnail {
            margin-left: -70px;
            position: absolute;
        }

        ul.comments li .comment {
            margin-bottom: 10px;
        }

    ul.comments .comment-arrow {
        border-bottom: 12px solid transparent;
        border-right: 12px solid #f7f7f7;
        border-top: 12px solid transparent;
        height: 0;
        left: -12px;
        position: absolute;
        top: 12px;
        width: 0;
    }

    ul.comments .comment-block {
        background: #f7f7f7;
        border-radius: 5px;
        padding: 20px 20px 30px;
        position: relative;
    }

        ul.comments .comment-block p {
            font-size: 0.9em;
            line-height: 21px;
            margin: 0;
            padding: 0;
        }

        ul.comments .comment-block .comment-by {
            display: block;
            font-size: 1em;
            line-height: 21px;
            margin: 0;
            padding: 0 0 5px 0;
        }

        ul.comments .comment-block .date {
            color: #999;
            font-size: 0.9em;
        }

.post-leave-comment h3 {
    margin: 0 0 40px;
}

.recent-posts h4 {
    margin-bottom: 7px;
}

.recent-posts article.recent-post h4 {
    margin: 0 0 3px 0;
}

    .recent-posts article.recent-post h4 a {
        display: block;
    }

.recent-posts .date {
    margin-right: 10px;
    text-align: center;
}

    .recent-posts .date .month {
        background: #CCC;
        color: #FFF;
        font-size: 0.9em;
        padding: 3px 10px;
        position: relative;
        top: -2px;
    }

    .recent-posts .date .day {
        background: #F7F7F7;
        color: #CCC;
        display: block;
        font-size: 18px;
        font-weight: 500;
        font-weight: bold;
        padding: 8px;
    }

section.section .recent-posts .date .day {
    background: #FFF;
}

ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.simple-post-list li {
        border-bottom: 1px dotted #E2E2E2;
        padding: 15px 0;
    }

        ul.simple-post-list li::after {
            clear: both;
            content: "";
            display: block;
        }

        ul.simple-post-list li:last-child {
            border-bottom: 0;
        }

    ul.simple-post-list .post-image {
        float: left;
        margin-right: 12px;
    }

    ul.simple-post-list .post-meta {
        color: #888;
        font-size: 0.8em;
    }

    ul.simple-post-list .post-info {
        line-height: 20px;
    }

@media (max-width:575px){
    ul.comments li {
        border-left: 8px solid rgba(0,0,0,0.06);
        clear: both;
        padding: 0 0 0 10px;
    }

        ul.comments li .img-thumbnail {
            display: none;
        }

    ul.comments .comment-arrow {
        display: none;
    }
}

@font-face{
    font-family: "star";
    src: url(../../../../themes/custom/ethiqs_theme/theme/css/fonts/star.eot);
    src: url(../../../../themes/custom/ethiqs_theme/theme/css/fonts/star.eot) format("embedded-opentype"),url(../../../../themes/custom/ethiqs_theme/theme/css/fonts/star.woff) format("woff"),url(../../../../themes/custom/ethiqs_theme/theme/css/fonts/star.ttf) format("truetype"),url(../../../../themes/custom/ethiqs_theme/theme/css/fonts/star.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

.shop .products:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.shop .products .product {
    position: relative;
    margin-bottom: 30px;
}

    .shop .products .product a {
        text-decoration: none;
    }

    .shop .products .product .quick-view {
        transition: ease transform 300ms,ease background 300ms;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 12px 10px;
        font-size: 1em;
        color: #FFF;
        background: rgba(0,0,0,0.7);
        z-index: 3;
        opacity: 0;
        transform: translate3d(0,100%,0);
    }

        .shop .products .product .quick-view [class*="fa-"], .shop .products .product .quick-view .icons {
            margin-right: 3px;
            font-size: 1.1em;
        }

    .shop .products .product:hover .quick-view {
        opacity: 1;
        transform: translate3d(0,0,0);
    }

        .shop .products .product:hover .quick-view:hover {
            background: #000;
        }

    .shop .products .product .onsale {
        position: absolute;
        background-image: none;
        border-radius: 100%;
        left: auto;
        right: 0;
        top: -15px;
        text-shadow: none;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        z-index: 10;
        box-shadow: none;
        font-size: 0.9em;
        color: #FFF;
        border-bottom: 2px solid transparent;
    }

html.lightbox-beforeclose .quick-view {
    display: none !important;
}

.masonry-loader-showing .products {
    opacity: 0;
}

.product-info {
    transition: all 0.2s;
    
    
    border: 1px solid #DDD;
    background: #F7F9FC;
    display: block;
    overflow: hidden;
    position: relative;
    
    max-width: 100%;
    text-align: center;
    padding: 0;
    text-decoration: none;
}

    .product-info:hover {
        background-color: #FFF;
        text-decoration: none;
    }

    .product-info a {
        text-decoration: none;
        display: inline-block;
        width: 100%;
    }

        .product-info a:hover {
            text-decoration: none;
            display: inline-block;
            width: 100%;
        }

    .product-info img {
        transition: all 0.2s;
    }

    .product-info h4 {
        color: #404751;
        letter-spacing: -1px;
        font-weight: 600;
        font-size: 1.4em;
        line-height: 1.1em;
        margin: 0;
        padding: 0;
    }

    .product-info + .product-info {
        margin-top: -5px;
    }

    .product-info .product-info-image {
        display: block;
        position: relative;
    }

        .product-info .product-info-image:before {
            transition: all 0.2s;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #333;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

    .product-info:hover .product-info-image:before {
        opacity: 0.4;
    }

    .product-info .product-info-act {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        color: #FFF;
    }

        .product-info .product-info-act em {
            font-style: normal;
            position: relative;
            font-size: 1.2em;
            font-weight: 100;
        }

    .product-info .product-info-act-left, .product-info .product-info-act-right {
        float: left;
        overflow: hidden;
    }

    .product-info .product-info-act-left {
        text-align: right;
        width: 45%;
    }

        .product-info .product-info-act-left em {
            transition: all 0.2s ease 0s;
            left: 0%;
            opacity: 0;
        }

    .product-info .product-info-act-right {
        text-align: left;
        margin-left: 2%;
        width: 53%;
    }

        .product-info .product-info-act-right em {
            transition: all 0.2s ease 0s;
            right: 0%;
            font-weight: 600;
            opacity: 0;
        }

    .product-info:hover .product-info-act-left em {
        opacity: 1;
    }

    .product-info:hover .product-info-act-right em {
        opacity: 1;
    }

    .product-info .product-info-content {
        padding: 15px;
        text-align: left;
        display: block;
    }

    .product-info .product-info-caption {
        padding: 0 15px 15px;
        text-align: left;
        display: block;
    }

        .product-info .product-info-caption p {
            margin: 0;
            padding: 0 0 10px;
        }

    .product-info .product-info-extra {
        clear: both;
        padding: 10px 0 0;
        margin: 10px 0 0;
        border-top: 1px solid #EBEBF4;
        display: block;
    }

        .product-info .product-info-extra.social {
            text-align: center;
        }

            .product-info .product-info-extra.social a {
                border-right: 1px solid #EBEBF4;
                display: inline-block;
                margin-right: 10px;
                padding-right: 10px;
                font-size: 0.9em;
                color: #ACACAC;
                width: auto;
            }

                .product-info .product-info-extra.social a:last-child {
                    border-right: 0;
                    margin-right: 0;
                    padding-right: 0;
                }

    .product-info .date {
        color: #9AA1AB;
        font-size: 0.9em;
    }

    .product-info.secondary .product-info-content {
        text-align: center;
    }

        .product-info.secondary .product-info-content h4 {
            transition: all 0.2s;
            color: #FFF;
            position: relative;
            top: -25%;
            opacity: 0;
        }

        .product-info.secondary .product-info-content .date {
            transition: all 0.2s;
            position: relative;
            top: 25%;
            display: block;
            opacity: 0;
        }

    .product-info.secondary .product-info-act {
        top: 30%;
    }

    .product-info.secondary .label {
        transition: all 0.2s;
        clear: both;
        display: inline-block;
        margin-top: 15px;
        opacity: 0;
    }

    .product-info.secondary:hover .label {
        opacity: 1;
    }

    .product-info.secondary:hover .product-info-content h4 {
        top: 0;
        opacity: 1;
    }

    .product-info.secondary:hover .product-info-content .date {
        top: 0;
        opacity: 1;
    }

.shop .review-num {
    margin-left: 7px;
    float: left;
    font-size: 0.85em;
}

.shop .summary .price {
    color: #444;
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 30px;
    margin-top: 10px;
    clear: both;
}

.shop .quantity {
    margin: 0 15px 25px 0;
    overflow: hidden;
    position: relative;
    width: 125px;
    height: 40px;
    float: left;
}

    .shop .quantity .minus {
        background: transparent;
        border: 1px solid #F0F0F0;
        border-radius: 2px;
        box-shadow: none;
        color: #5E5E5E;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 40px;
        line-height: 13px;
        margin: 0;
        overflow: visible;
        outline: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        vertical-align: text-top;
        width: 40px;
        border-radius: 0.25rem 0 0 0.25rem;
    }

    .shop .quantity .plus {
        background: transparent;
        border: 1px solid #F0F0F0;
        border-radius: 2px;
        box-shadow: none;
        color: #5E5E5E;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 40px;
        line-height: 13px;
        margin: 0;
        overflow: visible;
        outline: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        vertical-align: text-top;
        width: 40px;
        border-radius: 0 0.25rem 0.25rem 0;
        right: 0;
        top: 0;
    }

    .shop .quantity .qty {
        border: 1px solid #F0F0F0;
        box-shadow: none;
        float: left;
        height: 40px;
        padding: 0 39px;
        text-align: center;
        width: 125px;
        font-weight: bold;
        font-size: 1em;
        outline: 0;
        border-radius: .25rem;
    }

        .shop .quantity .qty::-webkit-inner-spin-button, .shop .quantity .qty::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .shop .quantity .qty::-ms-clear {
            display: none;
        }

    .shop .quantity.quantity-lg {
        height: 45px;
    }

        .shop .quantity.quantity-lg .minus {
            height: 45px;
            width: 45px;
        }

        .shop .quantity.quantity-lg .plus {
            height: 45px;
            width: 45px;
        }

        .shop .quantity.quantity-lg .qty {
            height: 45px;
        }

.shop .product-meta {
    clear: both;
}

.shop .tabs-product {
    margin-top: 40px;
}

.shop ul.comments .comment-arrow {
    border-right-color: #F5F7F7;
}

.shop ul.comments .comment-block {
    background: #F5F7F7;
}

.shop ul.simple-post-list li {
    border: 0;
    padding-bottom: 0;
}

.product .product-thumb-info {
    transition: all 0.2s;
    padding: 0;
    
    border: 0;
    border-bottom: 3px solid #E3E4E8;
    background: #F7F9FC;
    display: block;
    overflow: hidden;
    position: relative;
    
    max-width: 100%;
    text-align: center;
    border: 1px solid #DDD;
    text-decoration: none;
}

    .product .product-thumb-info a {
        text-decoration: none;
        display: block;
        width: 100%;
    }

    .product .product-thumb-info img {
        transition: all 0.2s;
    }

    .product .product-thumb-info h4 {
        color: #404751;
        letter-spacing: -1px;
        font-weight: 600;
        font-size: 1.4em;
        line-height: 1.1em;
        margin: 0;
        padding: 0;
    }

    .product .product-thumb-info + .product-thumb-info {
        margin-top: -5px;
    }

    .product .product-thumb-info .product-thumb-info-touch-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: none;
        background-color: transparent;
    }

    .product .product-thumb-info.hover .product-thumb-info-touch-hover {
        display: block;
    }

    .product .product-thumb-info .product-thumb-info-image {
        display: block;
        position: relative;
    }

        .product .product-thumb-info .product-thumb-info-image:before {
            transition: all 0.2s;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #212121;
            width: 100%;
            height: 100%;
            opacity: 0;
            z-index: 2;
        }

    .product .product-thumb-info .product-thumb-info-act {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        text-align: center;
        color: #FFF;
        opacity: 0;
    }

        .product .product-thumb-info .product-thumb-info-act em {
            font-style: normal;
        }

    .product .product-thumb-info .product-thumb-info-content {
        padding: 15px;
        text-align: left;
        display: block;
    }

    .product .product-thumb-info .product-thumb-info-caption {
        padding: 0 15px 15px;
        text-align: left;
        display: block;
    }

        .product .product-thumb-info .product-thumb-info-caption p {
            margin: 0;
            padding: 0 0 10px;
        }

    .product .product-thumb-info .product-thumb-info-extra {
        clear: both;
        padding: 10px 0 0;
        margin: 10px 0 0;
        border-top: 1px solid #EBEBF4;
        display: block;
    }

        .product .product-thumb-info .product-thumb-info-extra.social a:last-child {
            border-right: 0;
            margin-right: 0;
            padding-right: 0;
        }

    .product .product-thumb-info .product-thumb-info-badges-wrapper {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 3;
    }

        .product .product-thumb-info .product-thumb-info-badges-wrapper .badge + .badge {
            margin-top: 5px;
        }

    .product .product-thumb-info .addtocart-btn-wrapper {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
    }

        .product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #212121;
            background: #FFF;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            font-size: 16px;
            font-size: 1rem;
            box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.4);
            opacity: 0;
            visibility: hidden;
            transform: translate3d(0,5px,0);
            transition: ease transform 300ms,ease opacity 300ms;
        }

            .product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
                color: #FFF;
                background: #CCC;
            }

    .product .product-thumb-info .product-thumb-info-image-effect > img:nth-child(1) {
        position: relative;
        z-index: 1;
        transition: ease opacity 300ms;
    }

    .product .product-thumb-info .product-thumb-info-image-effect > img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .product .product-thumb-info .countdown-offer-wrapper {
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 8px 0;
        background: #0184c2;
        z-index: 3;
        transition: ease opacity 300ms;
    }

.product:hover .product-thumb-info {
    background-color: #FFF;
    text-decoration: none;
}

    .product:hover .product-thumb-info .product-thumb-info-image:before {
        opacity: 0.1;
    }

    .product:hover .product-thumb-info .product-thumb-info-act {
        opacity: 1;
        top: 50%;
    }

    .product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0,0,0);
        transition: ease transform 300ms,ease opacity 300ms;
    }

        .product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:before {
            content: attr(title);
            position: absolute;
            white-space: nowrap;
            right: calc(100% + 10px);
            top: 50%;
            font-size: 11.2px;
            font-size: 0.7rem;
            background: #212121;
            color: #FFF;
            padding: 4px 8px;
            padding: .25rem .5rem;
            border-radius: 3px;
            display: none;
            opacity: 0;
            visibility: hidden;
            transform: translate3d(0,-50%,0);
            transition: ease opacity 300ms;
            z-index: 10;
        }

        .product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #212121;
            display: none;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 50%;
            right: calc(100% + 5px);
            transform: translate3d(0,-50%,0);
            transition: ease opacity 300ms;
            z-index: 10;
        }

        .product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover:before, .product:hover .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover:after {
            display: block;
            opacity: 1;
            visibility: visible;
        }

    .product:hover .product-thumb-info .product-thumb-info-image-effect > img:nth-child(1) {
        opacity: 0;
    }

    .product:hover .product-thumb-info .countdown-offer-wrapper {
        opacity: 0;
        visibility: hidden;
    }

.full-width .product-thumb-info .product-thumb-info-image:before {
    border-radius: 0;
}

.products-navigation .next, .products-navigation .prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #CCC;
    font-size: 11.2px;
    font-size: 0.7rem;
}

.products-navigation .prev {
    margin-right: 5px;
}

.price {
    display: flex;
    align-items: center;
    min-height: 28px;
}

    .price del {
        color: rgba(145,145,145,0.5);
        font-size: 0.7em;
        margin: -2px 0 0;
    }

    .price ins {
        text-decoration: none;
    }

    .price .sale {
        order: 2;
        font-size: 0.9em;
        font-weight: 600;
    }

        .price .sale + .amount {
            font-size: 0.7em;
            font-weight: 500;
            margin-right: 4px;
            text-decoration: line-through;
        }

    .price .amount {
        order: 1;
        font-size: 0.9em;
        font-weight: 600;
    }

.shop_table {
    width: 100%;
    margin: 0;
    text-align: left;
}

    .shop_table th {
        padding: 8px 10px;
    }

    .shop_table td {
        border-top: 1px solid rgba(0,0,0,0.06);
        padding: 17px 10px;
    }

    .shop_table .product-thumbnail .product-thumbnail-wrapper {
        position: relative;
    }

        .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove {
            position: absolute;
            top: -5px;
            right: -8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11.2px;
            font-size: 0.7rem;
            color: #212121;
            width: 20px;
            height: 20px;
            background: #FFF;
            border: 1px solid #dbdbdb;
            border-radius: 100%;
            box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.5);
            text-decoration: none;
            transition: ease background 300ms;
        }

            .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove:hover {
                background: #f4f4f4;
            }

    .shop_table .product-name {
        padding-left: 22.4px;
        padding-left: 1.4rem;
    }

@media (max-width:991px){
    .shop .actions-continue {
        float: none;
    }

    .shop table.cart .product-thumbnail {
        width: 12%;
    }

    .shop table.cart .product-name {
        width: 35%;
    }

    #header nav.mega-menu .mega-menu-shop a {
        color: #FFF;
    }

        #header nav.mega-menu .mega-menu-shop a .fa-caret-down {
            display: none !important;
        }

    #header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
        display: none !important;
    }
}

@media (max-width:767px){
    .shop table.cart .product-name {
        width: 65%;
    }

    .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-remove {
        position: relative;
        top: 0;
        right: 0;
    }

    .shop_table .product-thumbnail .product-thumbnail-wrapper .product-thumbnail-image {
        display: none;
    }

    .shop_table .product-name {
        padding-left: 0.7rem;
    }
}

.fc-slideshow {
    position: relative;
    width: 338px;
    height: 338px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    top: 6px;
}

    .fc-slideshow nav {
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 10000;
        display: none;
    }

        .fc-slideshow nav > div {
            position: absolute;
            height: 100%;
            top: 0;
            width: 50%;
        }

        .fc-slideshow nav .fc-left {
            left: 0;
        }

        .fc-slideshow nav .fc-right {
            right: 0;
        }

        .fc-slideshow nav > div span {
            height: 33%;
            width: 100%;
            position: absolute;
            left: 0;
        }

            .fc-slideshow nav > div span:first-child {
                top: 0;
            }

            .fc-slideshow nav > div span:nth-child(2) {
                top: 33%;
            }

            .fc-slideshow nav > div span:nth-child(3) {
                top: 66%;
            }

        .fc-slideshow nav i, .no-csstransforms3d .fc-slideshow nav > div span {
            position: absolute;
            width: 100%;
            height: 40px;
            top: 50%;
            margin-top: -20px;
            pointer-events: none;
            opacity: 0;
            -webkit-backface-visibility: hidden;
            -webkit-transition: all 0.2s ease;
            -moz-backface-visibility: hidden;
            -moz-transition: all 0.2s ease;
            backface-visibility: hidden;
            transition: all 0.2s ease;
        }

.no-csstransforms3d .fc-slideshow nav > div span {
    z-index: 1000;
    width: 40px;
    background: rgba(0,0,0,0);
}

.no-csstransforms3d .fc-slideshow nav .fc-left span {
    left: -80px;
}

.no-csstransforms3d .fc-slideshow nav .fc-right span {
    right: -80px;
    left: auto;
}

.no-csstransforms3d .fc-slideshow nav i {
    width: 40px;
    cursor: pointer;
}

.fc-slideshow nav .fc-left i {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    text-align: left;
}

.fc-slideshow nav .fc-right i {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    text-align: right;
}

.csstransforms3d .fc-slideshow nav > div span:hover ~ i, .no-csstransforms3d .fc-slideshow nav i, .no-csstransforms3d .fc-slideshow nav > div span {
    opacity: 1;
}

.csstransforms3d .fc-slideshow nav > div span:nth-child(2):hover ~ i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.csstransforms3d .fc-slideshow nav > .fc-left span:first-child:hover ~ i, .csstransforms3d .fc-slideshow nav > .fc-right span:nth-child(3):hover ~ i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csstransforms3d .fc-slideshow nav > .fc-right span:first-child:hover ~ i, .csstransforms3d .fc-slideshow nav > .fc-left span:nth-child(3):hover ~ i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ul.fc-slides {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.fc-slides li {
        display: none;
    }

.no-js ul.fc-slides li {
    display: block;
}

.fc-flip {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .fc-flip div {
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 50%;
        top: 0;
        left: 0;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .fc-flip .fc-back {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

.fc-slideshow img {
    border-radius: 50%;
}

.fc-slideshow h3 {
    position: absolute;
    color: #fff;
    top: 50%;
    margin-top: 30px;
    line-height: 50px;
    height: 50px;
    left: 80px;
    right: 80px;
    background: #ff514c;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 20% 10% 50% 5% / 25% 10% 30% 75%;
}

.fc-overlay-light, .fc-overlay-dark {
    opacity: 0;
}

.fc-overlay-light {
    background: rgba(255,255,255,1);
}

.fc-overlay-dark {
    background: rgba(0,0,0,1);
}

.no-js .fc-slideshow {
    height: auto;
    box-shadow: none;
}

    .no-js .fc-slideshow h3 {
        position: relative;
        width: auto;
        height: auto;
        left: auto;
        right: auto;
        top: auto;
        margin: 5px;
    }

::-moz-selection {
    color: #FFF;
    background: #0088CC;
}

::selection {
    color: #FFF;
    background: #0088CC;
}

:root {
    --primary: #0088CC;
    --secondary: #e36159;
    --tertiary: #2BAAB1;
    --quaternary: #383f48;
}

a {
    color: #0088CC;
}

    a:hover {
        color: #0099e6;
    }

    a:focus {
        color: #0099e6;
    }

    a:active {
        color: #0077b3;
    }

html .text-color-primary, html .text-primary {
    color: #0088CC !important;
}

html .text-color-hover-primary:hover, html .text-hover-primary:hover {
    color: #0088CC !important;
}

html .text-color-secondary, html .text-secondary {
    color: #e36159 !important;
}

html .text-color-hover-secondary:hover, html .text-hover-secondary:hover {
    color: #e36159 !important;
}

html .text-color-tertiary, html .text-tertiary {
    color: #2BAAB1 !important;
}

html .text-color-hover-tertiary:hover, html .text-hover-tertiary:hover {
    color: #2BAAB1 !important;
}

html .text-color-quaternary, html .text-quaternary {
    color: #383f48 !important;
}

html .text-color-hover-quaternary:hover, html .text-hover-quaternary:hover {
    color: #383f48 !important;
}

html .text-color-dark, html .text-dark {
    color: #212529 !important;
}

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 {
    fill: #0088CC !important;
}

    html .svg-fill-color-primary svg path, html .svg-fill-color-primary svg rect, html .svg-fill-color-primary svg line, html .svg-fill-color-primary svg polyline, html .svg-fill-color-primary svg polygon {
        fill: #0088CC !important;
    }

html .svg-fill-color-hover-primary:hover {
    fill: #0088CC !important;
}

html .svg-fill-color-hover-primary svg:hover path, html .svg-fill-color-hover-primary svg:hover rect, html .svg-fill-color-hover-primary svg:hover line, html .svg-fill-color-hover-primary svg:hover polyline, html .svg-fill-color-hover-primary svg:hover polygon {
    fill: #0088CC !important;
}

html .svg-stroke-color-primary {
    stroke: #0088CC !important;
}

    html .svg-stroke-color-primary svg path, html .svg-stroke-color-primary svg rect, html .svg-stroke-color-primary svg line, html .svg-stroke-color-primary svg polyline, html .svg-stroke-color-primary svg polygon {
        stroke: #0088CC !important;
    }

html .svg-stroke-color-hover-primary:hover {
    stroke: #0088CC !important;
}

html .svg-stroke-color-hover-primary svg:hover path, html .svg-stroke-color-hover-primary svg:hover rect, html .svg-stroke-color-hover-primary svg:hover line, html .svg-stroke-color-hover-primary svg:hover polyline, html .svg-stroke-color-hover-primary svg:hover polygon {
    stroke: #0088CC !important;
}

html .svg-fill-color-secondary {
    fill: #e36159 !important;
}

    html .svg-fill-color-secondary svg path, html .svg-fill-color-secondary svg rect, html .svg-fill-color-secondary svg line, html .svg-fill-color-secondary svg polyline, html .svg-fill-color-secondary svg polygon {
        fill: #e36159 !important;
    }

html .svg-fill-color-hover-secondary:hover {
    fill: #e36159 !important;
}

html .svg-fill-color-hover-secondary svg:hover path, html .svg-fill-color-hover-secondary svg:hover rect, html .svg-fill-color-hover-secondary svg:hover line, html .svg-fill-color-hover-secondary svg:hover polyline, html .svg-fill-color-hover-secondary svg:hover polygon {
    fill: #e36159 !important;
}

html .svg-stroke-color-secondary {
    stroke: #e36159 !important;
}

    html .svg-stroke-color-secondary svg path, html .svg-stroke-color-secondary svg rect, html .svg-stroke-color-secondary svg line, html .svg-stroke-color-secondary svg polyline, html .svg-stroke-color-secondary svg polygon {
        stroke: #e36159 !important;
    }

html .svg-stroke-color-hover-secondary:hover {
    stroke: #e36159 !important;
}

html .svg-stroke-color-hover-secondary svg:hover path, html .svg-stroke-color-hover-secondary svg:hover rect, html .svg-stroke-color-hover-secondary svg:hover line, html .svg-stroke-color-hover-secondary svg:hover polyline, html .svg-stroke-color-hover-secondary svg:hover polygon {
    stroke: #e36159 !important;
}

html .svg-fill-color-tertiary {
    fill: #2BAAB1 !important;
}

    html .svg-fill-color-tertiary svg path, html .svg-fill-color-tertiary svg rect, html .svg-fill-color-tertiary svg line, html .svg-fill-color-tertiary svg polyline, html .svg-fill-color-tertiary svg polygon {
        fill: #2BAAB1 !important;
    }

html .svg-fill-color-hover-tertiary:hover {
    fill: #2BAAB1 !important;
}

html .svg-fill-color-hover-tertiary svg:hover path, html .svg-fill-color-hover-tertiary svg:hover rect, html .svg-fill-color-hover-tertiary svg:hover line, html .svg-fill-color-hover-tertiary svg:hover polyline, html .svg-fill-color-hover-tertiary svg:hover polygon {
    fill: #2BAAB1 !important;
}

html .svg-stroke-color-tertiary {
    stroke: #2BAAB1 !important;
}

    html .svg-stroke-color-tertiary svg path, html .svg-stroke-color-tertiary svg rect, html .svg-stroke-color-tertiary svg line, html .svg-stroke-color-tertiary svg polyline, html .svg-stroke-color-tertiary svg polygon {
        stroke: #2BAAB1 !important;
    }

html .svg-stroke-color-hover-tertiary:hover {
    stroke: #2BAAB1 !important;
}

html .svg-stroke-color-hover-tertiary svg:hover path, html .svg-stroke-color-hover-tertiary svg:hover rect, html .svg-stroke-color-hover-tertiary svg:hover line, html .svg-stroke-color-hover-tertiary svg:hover polyline, html .svg-stroke-color-hover-tertiary svg:hover polygon {
    stroke: #2BAAB1 !important;
}

html .svg-fill-color-quaternary {
    fill: #383f48 !important;
}

    html .svg-fill-color-quaternary svg path, html .svg-fill-color-quaternary svg rect, html .svg-fill-color-quaternary svg line, html .svg-fill-color-quaternary svg polyline, html .svg-fill-color-quaternary svg polygon {
        fill: #383f48 !important;
    }

html .svg-fill-color-hover-quaternary:hover {
    fill: #383f48 !important;
}

html .svg-fill-color-hover-quaternary svg:hover path, html .svg-fill-color-hover-quaternary svg:hover rect, html .svg-fill-color-hover-quaternary svg:hover line, html .svg-fill-color-hover-quaternary svg:hover polyline, html .svg-fill-color-hover-quaternary svg:hover polygon {
    fill: #383f48 !important;
}

html .svg-stroke-color-quaternary {
    stroke: #383f48 !important;
}

    html .svg-stroke-color-quaternary svg path, html .svg-stroke-color-quaternary svg rect, html .svg-stroke-color-quaternary svg line, html .svg-stroke-color-quaternary svg polyline, html .svg-stroke-color-quaternary svg polygon {
        stroke: #383f48 !important;
    }

html .svg-stroke-color-hover-quaternary:hover {
    stroke: #383f48 !important;
}

html .svg-stroke-color-hover-quaternary svg:hover path, html .svg-stroke-color-hover-quaternary svg:hover rect, html .svg-stroke-color-hover-quaternary svg:hover line, html .svg-stroke-color-hover-quaternary svg:hover polyline, html .svg-stroke-color-hover-quaternary svg:hover polygon {
    stroke: #383f48 !important;
}

html .svg-fill-color-dark {
    fill: #212529 !important;
}

    html .svg-fill-color-dark svg path, html .svg-fill-color-dark svg rect, html .svg-fill-color-dark svg line, html .svg-fill-color-dark svg polyline, html .svg-fill-color-dark svg polygon {
        fill: #212529 !important;
    }

html .svg-fill-color-hover-dark:hover {
    fill: #212529 !important;
}

html .svg-fill-color-hover-dark svg:hover path, html .svg-fill-color-hover-dark svg:hover rect, html .svg-fill-color-hover-dark svg:hover line, html .svg-fill-color-hover-dark svg:hover polyline, html .svg-fill-color-hover-dark svg:hover polygon {
    fill: #212529 !important;
}

html .svg-stroke-color-dark {
    stroke: #212529 !important;
}

    html .svg-stroke-color-dark svg path, html .svg-stroke-color-dark svg rect, html .svg-stroke-color-dark svg line, html .svg-stroke-color-dark svg polyline, html .svg-stroke-color-dark svg polygon {
        stroke: #212529 !important;
    }

html .svg-stroke-color-hover-dark:hover {
    stroke: #212529 !important;
}

html .svg-stroke-color-hover-dark svg:hover path, html .svg-stroke-color-hover-dark svg:hover rect, html .svg-stroke-color-hover-dark svg:hover line, html .svg-stroke-color-hover-dark svg:hover polyline, html .svg-stroke-color-hover-dark svg:hover polygon {
    stroke: #212529 !important;
}

html .svg-fill-color-light {
    fill: #FFF !important;
}

    html .svg-fill-color-light svg path, html .svg-fill-color-light svg rect, html .svg-fill-color-light svg line, html .svg-fill-color-light svg polyline, html .svg-fill-color-light svg polygon {
        fill: #FFF !important;
    }

html .svg-fill-color-hover-light:hover {
    fill: #FFF !important;
}

html .svg-fill-color-hover-light svg:hover path, html .svg-fill-color-hover-light svg:hover rect, html .svg-fill-color-hover-light svg:hover line, html .svg-fill-color-hover-light svg:hover polyline, html .svg-fill-color-hover-light svg:hover polygon {
    fill: #FFF !important;
}

html .svg-stroke-color-light {
    stroke: #FFF !important;
}

    html .svg-stroke-color-light svg path, html .svg-stroke-color-light svg rect, html .svg-stroke-color-light svg line, html .svg-stroke-color-light svg polyline, html .svg-stroke-color-light svg polygon {
        stroke: #FFF !important;
    }

html .svg-stroke-color-hover-light:hover {
    stroke: #FFF !important;
}

html .svg-stroke-color-hover-light svg:hover path, html .svg-stroke-color-hover-light svg:hover rect, html .svg-stroke-color-hover-light svg:hover line, html .svg-stroke-color-hover-light svg:hover polyline, html .svg-stroke-color-hover-light svg:hover polygon {
    stroke: #FFF !important;
}

.svg-animation-effect-1-hover:hover svg path, .svg-animation-effect-1-hover:hover svg polygon, .svg-animation-effect-1-hover:hover svg polyline, .svg-animation-effect-1-hover:hover svg rect {
    stroke: #0088CC;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg rect {
    stroke: #0088CC;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg rect {
    stroke: #e36159;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg rect {
    stroke: #2BAAB1;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg rect {
    stroke: #383f48;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg rect {
    stroke: #212529;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg rect {
    stroke: #FFF;
}

.gradient-text-color {
    color: #0088CC;
    background: linear-gradient(to bottom right,#0088CC,#e36159);
    background-image: linear-gradient(to right,#0088CC,#e36159);
}

html .bg-color-primary, html .bg-primary {
    background-color: #0088CC !important;
}

html .bg-color-hover-primary:hover, html .bg-hover-primary:hover {
    background-color: #0088CC !important;
}

html .bg-color-after-primary:after {
    background-color: #0088CC !important;
}

html .bg-color-hover-after-primary:after:hover {
    background-color: #0088CC !important;
}

html .bg-color-before-primary:before {
    background-color: #0088CC !important;
}

html .bg-color-hover-before-primary:before:hover {
    background-color: #0088CC !important;
}

html .bg-color-secondary, html .bg-secondary {
    background-color: #e36159 !important;
}

html .bg-color-hover-secondary:hover, html .bg-hover-secondary:hover {
    background-color: #e36159 !important;
}

html .bg-color-after-secondary:after {
    background-color: #e36159 !important;
}

html .bg-color-hover-after-secondary:after:hover {
    background-color: #e36159 !important;
}

html .bg-color-before-secondary:before {
    background-color: #e36159 !important;
}

html .bg-color-hover-before-secondary:before:hover {
    background-color: #e36159 !important;
}

html .bg-color-tertiary, html .bg-tertiary {
    background-color: #2BAAB1 !important;
}

html .bg-color-hover-tertiary:hover, html .bg-hover-tertiary:hover {
    background-color: #2BAAB1 !important;
}

html .bg-color-after-tertiary:after {
    background-color: #2BAAB1 !important;
}

html .bg-color-hover-after-tertiary:after:hover {
    background-color: #2BAAB1 !important;
}

html .bg-color-before-tertiary:before {
    background-color: #2BAAB1 !important;
}

html .bg-color-hover-before-tertiary:before:hover {
    background-color: #2BAAB1 !important;
}

html .bg-color-quaternary, html .bg-quaternary {
    background-color: #383f48 !important;
}

html .bg-color-hover-quaternary:hover, html .bg-hover-quaternary:hover {
    background-color: #383f48 !important;
}

html .bg-color-after-quaternary:after {
    background-color: #383f48 !important;
}

html .bg-color-hover-after-quaternary:after:hover {
    background-color: #383f48 !important;
}

html .bg-color-before-quaternary:before {
    background-color: #383f48 !important;
}

html .bg-color-hover-before-quaternary:before:hover {
    background-color: #383f48 !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;
}

html .bg-color-after-dark:after {
    background-color: #212529 !important;
}

html .bg-color-hover-after-dark:after:hover {
    background-color: #212529 !important;
}

html .bg-color-before-dark:before {
    background-color: #212529 !important;
}

html .bg-color-hover-before-dark:before:hover {
    background-color: #212529 !important;
}

html .bg-color-light, html .bg-light {
    background-color: #FFF !important;
}

html .bg-color-hover-light:hover, html .bg-hover-light:hover {
    background-color: #FFF !important;
}

html .bg-color-after-light:after {
    background-color: #FFF !important;
}

html .bg-color-hover-after-light:after:hover {
    background-color: #FFF !important;
}

html .bg-color-before-light:before {
    background-color: #FFF !important;
}

html .bg-color-hover-before-light:before:hover {
    background-color: #FFF !important;
}

.bg-gradient {
    background-color: #0088CC !important;
    background-image: linear-gradient(to right,#0088CC 0%,#e36159 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088CC",endColorstr="#e36159",GradientType=1);
}

.bg-gradient-to-top {
    background-color: #0088CC !important;
    background-image: linear-gradient(to top,#0088CC 0%,#e36159 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088CC",endColorstr="#e36159",GradientType=1);
}

.bg-gradient-to-bottom {
    background-color: #0088CC !important;
    background-image: linear-gradient(to bottom,#0088CC 0%,#e36159 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088CC",endColorstr="#e36159",GradientType=1);
}

@-webkit-keyframes colorTransition{
    0% {
        background-color: #0088CC;
    }

    33% {
        background-color: #e36159;
    }

    66% {
        background-color: #2BAAB1;
    }

    100% {
        background-color: #383f48;
    }
}

@keyframes colorTransition{
    0% {
        background-color: #0088CC;
    }

    33% {
        background-color: #e36159;
    }

    66% {
        background-color: #2BAAB1;
    }

    100% {
        background-color: #383f48;
    }
}

html .border-color-primary {
    border-color: #0088CC !important;
}

html .border-color-hover-primary:hover {
    border-color: #0088CC !important;
}

html .border-color-secondary {
    border-color: #e36159 !important;
}

html .border-color-hover-secondary:hover {
    border-color: #e36159 !important;
}

html .border-color-tertiary {
    border-color: #2BAAB1 !important;
}

html .border-color-hover-tertiary:hover {
    border-color: #2BAAB1 !important;
}

html .border-color-quaternary {
    border-color: #383f48 !important;
}

html .border-color-hover-quaternary:hover {
    border-color: #383f48 !important;
}

html .border-color-dark {
    border-color: #212529 !important;
}

html .border-color-hover-dark:hover {
    border-color: #212529 !important;
}

html .border-color-light {
    border-color: #FFF !important;
}

html .border-color-hover-light:hover {
    border-color: #FFF !important;
}

.alternative-font {
    color: #0088CC;
}

html .box-shadow-1-primary:before {
    box-shadow: 0 30px 90px #0088CC !important;
}

html .box-shadow-1-secondary:before {
    box-shadow: 0 30px 90px #e36159 !important;
}

html .box-shadow-1-tertiary:before {
    box-shadow: 0 30px 90px #2BAAB1 !important;
}

html .box-shadow-1-quaternary:before {
    box-shadow: 0 30px 90px #383f48 !important;
}

html .box-shadow-1-dark:before {
    box-shadow: 0 30px 90px #212529 !important;
}

html .box-shadow-1-light:before {
    box-shadow: 0 30px 90px #FFF !important;
}

html .blockquote-primary {
    border-color: #0088CC !important;
}

html .blockquote-secondary {
    border-color: #e36159 !important;
}

html .blockquote-tertiary {
    border-color: #2BAAB1 !important;
}

html .blockquote-quaternary {
    border-color: #383f48 !important;
}

html .blockquote-dark {
    border-color: #212529 !important;
}

html .blockquote-light {
    border-color: #FFF !important;
}

p.drop-caps:first-letter {
    color: #0088CC;
}

p.drop-caps.drop-caps-style-2:first-letter {
    background-color: #0088CC;
}

html .nav-color-primary nav > ul > li > a {
    color: #0088CC !important;
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #0088CC !important;
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #0088CC !important;
}

html .nav-color-secondary nav > ul > li > a {
    color: #e36159 !important;
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #e36159 !important;
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #e36159 !important;
}

html .nav-color-tertiary nav > ul > li > a {
    color: #2BAAB1 !important;
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #2BAAB1 !important;
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #2BAAB1 !important;
}

html .nav-color-quaternary nav > ul > li > a {
    color: #383f48 !important;
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #383f48 !important;
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #383f48 !important;
}

html .nav-color-dark nav > ul > li > a {
    color: #212529 !important;
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #212529 !important;
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #212529 !important;
}

html .nav-color-light nav > ul > li > a {
    color: #FFF !important;
}

html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #FFF !important;
}

html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #FFF !important;
}

.nav-pills > li.active > a, .nav-pills .nav-link.active {
    background-color: #0088CC;
}

    .nav-pills > li.active > a:hover, .nav-pills .nav-link.active:hover, .nav-pills > li.active > a:focus, .nav-pills .nav-link.active:focus {
        background-color: #0088CC;
    }

.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active {
    border-bottom-color: #0088CC;
}

html .nav-pills-primary a {
    color: #0088CC;
}

    html .nav-pills-primary a:hover {
        color: #0099e6;
    }

    html .nav-pills-primary a:focus {
        color: #0099e6;
    }

    html .nav-pills-primary a:active {
        color: #0077b3;
    }

html .nav-pills-primary .nav-link.active, html .nav-pills-primary > li.active > a {
    background-color: #0088CC;
}

    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: #0088CC;
    }

html .nav-pills-secondary a {
    color: #e36159;
}

    html .nav-pills-secondary a:hover {
        color: #e7766f;
    }

    html .nav-pills-secondary a:focus {
        color: #e7766f;
    }

    html .nav-pills-secondary a:active {
        color: #df4c43;
    }

html .nav-pills-secondary .nav-link.active, html .nav-pills-secondary > li.active > a {
    background-color: #e36159;
}

    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: #e36159;
    }

html .nav-pills-tertiary a {
    color: #2BAAB1;
}

    html .nav-pills-tertiary a:hover {
        color: #30bec6;
    }

    html .nav-pills-tertiary a:focus {
        color: #30bec6;
    }

    html .nav-pills-tertiary a:active {
        color: #26969c;
    }

html .nav-pills-tertiary .nav-link.active, html .nav-pills-tertiary > li.active > a {
    background-color: #2BAAB1;
}

    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: #2BAAB1;
    }

html .nav-pills-quaternary a {
    color: #383f48;
}

    html .nav-pills-quaternary a:hover {
        color: #434c56;
    }

    html .nav-pills-quaternary a:focus {
        color: #434c56;
    }

    html .nav-pills-quaternary a:active {
        color: #2d323a;
    }

html .nav-pills-quaternary .nav-link.active, html .nav-pills-quaternary > li.active > a {
    background-color: #383f48;
}

    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: #383f48;
    }

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

.nav-link {
    color: #0088CC;
}

    .nav-link:hover {
        color: #0099e6;
    }

    .nav-link:focus {
        color: #0099e6;
    }

    .nav-link:active {
        color: #0077b3;
    }

.section-scroll-dots-navigation-colored > ul > li.active > a:before {
    background: #0088CC;
}

.sort-source-wrapper .nav > li.active > a {
    color: #0088CC;
}

    .sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
        color: #0088CC;
    }

.sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #0088CC;
}

.sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: #0088CC !important;
    color: #0088CC !important;
}

html .badge-primary {
    background-color: #0088CC;
}

html .badge-secondary {
    background-color: #e36159;
}

html .badge-tertiary {
    background-color: #2BAAB1;
}

html .badge-quaternary {
    background-color: #383f48;
}

html .badge-dark {
    background-color: #212529;
}

html .badge-light {
    background-color: #FFF;
}

html .overlay-color-primary:not(.no-skin):before {
    background-color: #0088CC !important;
}

html .overlay-color-secondary:not(.no-skin):before {
    background-color: #e36159 !important;
}

html .overlay-color-tertiary:not(.no-skin):before {
    background-color: #2BAAB1 !important;
}

html .overlay-color-quaternary:not(.no-skin):before {
    background-color: #383f48 !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;
}

.overlay-gradient:before {
    background-color: #2BAAB1 !important;
    background-image: linear-gradient(to right,#2BAAB1 0%,#383f48 100%) !important;
}

.btn-link {
    color: #0088CC;
}

    .btn-link:hover {
        color: #0099e6;
    }

    .btn-link:active {
        color: #0077b3;
    }

html .btn-primary {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
    color: #FFF;
    --color: #0088CC;
    --hover: #00a1f2;
    --disabled: #0088CC;
    --active: #006ea6;
}

    html .btn-primary:hover, html .btn-primary.hover {
        background-color: #00a1f2;
        border-color: #00aaff #00aaff #0088CC;
        color: #FFF;
    }

    html .btn-primary:focus, html .btn-primary.focus {
        background-color: #006ea6;
        border-color: #006699 #006699 #004466;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(0,136,204,0.5);
    }

    html .btn-primary.disabled, html .btn-primary:disabled {
        background-color: #0088CC;
        border-color: #0088CC #0088CC #006699;
    }

    html .btn-primary:active, html .btn-primary.active {
        background-color: #006ea6 !important;
        background-image: none !important;
        border-color: #006699 #006699 #004466 !important;
    }

html .btn-primary-scale-2 {
    background-color: #006699;
    border-color: #006699 #006699 #004466;
    color: #FFF;
}

    html .btn-primary-scale-2:hover, html .btn-primary-scale-2.hover {
        background-color: #007fbf;
        border-color: #0088cc #0088cc #006699;
        color: #FFF;
    }

    html .btn-primary-scale-2:focus, html .btn-primary-scale-2.focus {
        background-color: #004c73;
        border-color: #004466 #004466 #002233;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(0,102,153,0.5);
    }

    html .btn-primary-scale-2.disabled, html .btn-primary-scale-2:disabled {
        background-color: #006699;
        border-color: #006699 #006699 #004466;
    }

    html .btn-primary-scale-2:active, html .btn-primary-scale-2.active {
        background-color: #004c73 !important;
        background-image: none !important;
        border-color: #004466 #004466 #002233 !important;
    }

html .show > .btn-primary.dropdown-toggle, html .show > .btn-primary-scale-2.dropdown-toggle {
    background-color: #006ea6 !important;
    background-image: none !important;
    border-color: #006699 #006699 #004466 !important;
}

html .btn-check:active + .btn-primary, html .btn-check:checked + .btn-primary, html .btn-check:focus + .btn-primary {
    background-color: #0077b3;
    border-color: #0088CC #0088CC #0077b3;
    color: #FFF;
}

html .btn-secondary {
    background-color: #e36159;
    border-color: #e36159 #e36159 #dc372d;
    color: #FFF;
    --color: #e36159;
    --hover: #e9807a;
    --disabled: #e36159;
    --active: #dd4238;
}

    html .btn-secondary:hover, html .btn-secondary.hover {
        background-color: #e9807a;
        border-color: #ea8b85 #ea8b85 #e36159;
        color: #FFF;
    }

    html .btn-secondary:focus, html .btn-secondary.focus {
        background-color: #dd4238;
        border-color: #dc372d #dc372d #b7281f;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(227,97,89,0.5);
    }

    html .btn-secondary.disabled, html .btn-secondary:disabled {
        background-color: #e36159;
        border-color: #e36159 #e36159 #dc372d;
    }

    html .btn-secondary:active, html .btn-secondary.active {
        background-color: #dd4238 !important;
        background-image: none !important;
        border-color: #dc372d #dc372d #b7281f !important;
    }

html .btn-secondary-scale-2 {
    background-color: #dc372d;
    border-color: #dc372d #dc372d #b7281f;
    color: #FFF;
}

    html .btn-secondary-scale-2:hover, html .btn-secondary-scale-2.hover {
        background-color: #e1574e;
        border-color: #e36159 #e36159 #dc372d;
        color: #FFF;
    }

    html .btn-secondary-scale-2:focus, html .btn-secondary-scale-2.focus {
        background-color: #c22a21;
        border-color: #b7281f #b7281f #8b1e18;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(220,55,45,0.5);
    }

    html .btn-secondary-scale-2.disabled, html .btn-secondary-scale-2:disabled {
        background-color: #dc372d;
        border-color: #dc372d #dc372d #b7281f;
    }

    html .btn-secondary-scale-2:active, html .btn-secondary-scale-2.active {
        background-color: #c22a21 !important;
        background-image: none !important;
        border-color: #b7281f #b7281f #8b1e18 !important;
    }

html .show > .btn-secondary.dropdown-toggle, html .show > .btn-secondary-scale-2.dropdown-toggle {
    background-color: #dd4238 !important;
    background-image: none !important;
    border-color: #dc372d #dc372d #b7281f !important;
}

html .btn-check:active + .btn-secondary, html .btn-check:checked + .btn-secondary, html .btn-check:focus + .btn-secondary {
    background-color: #df4c43;
    border-color: #e36159 #e36159 #df4c43;
    color: #FFF;
}

html .btn-tertiary {
    background-color: #2BAAB1;
    border-color: #2BAAB1 #2BAAB1 #218388;
    color: #FFF;
    --color: #2BAAB1;
    --hover: #34c6ce;
    --disabled: #2BAAB1;
    --active: #248c92;
}

    html .btn-tertiary:hover, html .btn-tertiary.hover {
        background-color: #34c6ce;
        border-color: #3fc9d0 #3fc9d0 #2BAAB1;
        color: #FFF;
    }

    html .btn-tertiary:focus, html .btn-tertiary.focus {
        background-color: #248c92;
        border-color: #218388 #218388 #175b5f;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(43,170,177,0.5);
    }

    html .btn-tertiary.disabled, html .btn-tertiary:disabled {
        background-color: #2BAAB1;
        border-color: #2BAAB1 #2BAAB1 #218388;
    }

    html .btn-tertiary:active, html .btn-tertiary.active {
        background-color: #248c92 !important;
        background-image: none !important;
        border-color: #218388 #218388 #175b5f !important;
    }

html .btn-tertiary-scale-2 {
    background-color: #218388;
    border-color: #218388 #218388 #175b5f;
    color: #FFF;
}

    html .btn-tertiary-scale-2:hover, html .btn-tertiary-scale-2.hover {
        background-color: #29a0a7;
        border-color: #2baab1 #2baab1 #218388;
        color: #FFF;
    }

    html .btn-tertiary-scale-2:focus, html .btn-tertiary-scale-2.focus {
        background-color: #1a6569;
        border-color: #175b5f #175b5f #0d3436;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(33,131,136,0.5);
    }

    html .btn-tertiary-scale-2.disabled, html .btn-tertiary-scale-2:disabled {
        background-color: #218388;
        border-color: #218388 #218388 #175b5f;
    }

    html .btn-tertiary-scale-2:active, html .btn-tertiary-scale-2.active {
        background-color: #1a6569 !important;
        background-image: none !important;
        border-color: #175b5f #175b5f #0d3436 !important;
    }

html .show > .btn-tertiary.dropdown-toggle, html .show > .btn-tertiary-scale-2.dropdown-toggle {
    background-color: #248c92 !important;
    background-image: none !important;
    border-color: #218388 #218388 #175b5f !important;
}

html .btn-check:active + .btn-tertiary, html .btn-check:checked + .btn-tertiary, html .btn-check:focus + .btn-tertiary {
    background-color: #26969c;
    border-color: #2BAAB1 #2BAAB1 #26969c;
    color: #FFF;
}

html .btn-quaternary {
    background-color: #383f48;
    border-color: #383f48 #383f48 #22262b;
    color: #FFF;
    --color: #383f48;
    --hover: #49525e;
    --disabled: #383f48;
    --active: #272c32;
}

    html .btn-quaternary:hover, html .btn-quaternary.hover {
        background-color: #49525e;
        border-color: #4e5865 #4e5865 #383f48;
        color: #FFF;
    }

    html .btn-quaternary:focus, html .btn-quaternary.focus {
        background-color: #272c32;
        border-color: #22262b #22262b #0b0d0f;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(56,63,72,0.5);
    }

    html .btn-quaternary.disabled, html .btn-quaternary:disabled {
        background-color: #383f48;
        border-color: #383f48 #383f48 #22262b;
    }

    html .btn-quaternary:active, html .btn-quaternary.active {
        background-color: #272c32 !important;
        background-image: none !important;
        border-color: #22262b #22262b #0b0d0f !important;
    }

html .btn-quaternary-scale-2 {
    background-color: #22262b;
    border-color: #22262b #22262b #0b0d0f;
    color: #FFF;
}

    html .btn-quaternary-scale-2:hover, html .btn-quaternary-scale-2.hover {
        background-color: #323941;
        border-color: #383f48 #383f48 #22262b;
        color: #FFF;
    }

    html .btn-quaternary-scale-2:focus, html .btn-quaternary-scale-2.focus {
        background-color: #111316;
        border-color: #0b0d0f #0b0d0f #000000;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(34,38,43,0.5);
    }

    html .btn-quaternary-scale-2.disabled, html .btn-quaternary-scale-2:disabled {
        background-color: #22262b;
        border-color: #22262b #22262b #0b0d0f;
    }

    html .btn-quaternary-scale-2:active, html .btn-quaternary-scale-2.active {
        background-color: #111316 !important;
        background-image: none !important;
        border-color: #0b0d0f #0b0d0f #000000 !important;
    }

html .show > .btn-quaternary.dropdown-toggle, html .show > .btn-quaternary-scale-2.dropdown-toggle {
    background-color: #272c32 !important;
    background-image: none !important;
    border-color: #22262b #22262b #0b0d0f !important;
}

html .btn-check:active + .btn-quaternary, html .btn-check:checked + .btn-quaternary, html .btn-check:focus + .btn-quaternary {
    background-color: #2d323a;
    border-color: #383f48 #383f48 #2d323a;
    color: #FFF;
}

html .btn-dark {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #FFF;
    --color: #212529;
    --hover: #32383e;
    --disabled: #212529;
    --active: #101214;
}

    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 {
        background-color: #101214;
        border-color: #0a0c0d #0a0c0d #000000;
        color: #FFF;
        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 {
        background-color: #000000;
        border-color: #000000 #000000 #000000;
        color: #FFF;
        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-check:active + .btn-dark, html .btn-check:checked + .btn-dark, html .btn-check:focus + .btn-dark {
    background-color: #16181b;
    border-color: #212529 #212529 #16181b;
    color: #FFF;
}

html .btn-light {
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
    color: #777;
    --color: #FFF;
    --hover: #ffffff;
    --disabled: #FFF;
    --active: #ececec;
}

    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 {
        background-color: #ececec;
        border-color: #e6e6e6 #e6e6e6 #cccccc;
        color: #777;
        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 {
        background-color: #d2d2d2;
        border-color: #cccccc #cccccc #b3b3b3;
        color: #777;
        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-check:active + .btn-light, html .btn-check:checked + .btn-light, html .btn-check:focus + .btn-light {
    background-color: #f2f2f2;
    border-color: #FFF #FFF #f2f2f2;
    color: #777;
}

html .btn-outline.btn-primary {
    color: #0088CC;
    background-color: transparent;
    background-image: none;
    border-color: #0088CC;
}

    html .btn-outline.btn-primary:hover, html .btn-outline.btn-primary.hover {
        color: #FFF;
        background-color: #0088CC;
        border-color: #0088CC;
    }

    html .btn-outline.btn-primary:focus, html .btn-outline.btn-primary.focus {
        box-shadow: 0 0 0 3px rgba(0,136,204,0.5);
    }

    html .btn-outline.btn-primary.disabled, html .btn-outline.btn-primary:disabled {
        color: #0088CC;
        background-color: transparent;
    }

    html .btn-outline.btn-primary:active, html .btn-outline.btn-primary.active {
        color: #FFF !important;
        background-color: #0088CC !important;
        border-color: #0088CC !important;
    }

html .show > .btn-outline.btn-primary.dropdown-toggle {
    color: #FFF !important;
    background-color: #0088CC !important;
    border-color: #0088CC !important;
}

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

    html .btn-outline.btn-secondary:hover, html .btn-outline.btn-secondary.hover {
        color: #FFF;
        background-color: #e36159;
        border-color: #e36159;
    }

    html .btn-outline.btn-secondary:focus, html .btn-outline.btn-secondary.focus {
        box-shadow: 0 0 0 3px rgba(227,97,89,0.5);
    }

    html .btn-outline.btn-secondary.disabled, html .btn-outline.btn-secondary:disabled {
        color: #e36159;
        background-color: transparent;
    }

    html .btn-outline.btn-secondary:active, html .btn-outline.btn-secondary.active {
        color: #FFF !important;
        background-color: #e36159 !important;
        border-color: #e36159 !important;
    }

html .show > .btn-outline.btn-secondary.dropdown-toggle {
    color: #FFF !important;
    background-color: #e36159 !important;
    border-color: #e36159 !important;
}

html .btn-outline.btn-tertiary {
    color: #2BAAB1;
    background-color: transparent;
    background-image: none;
    border-color: #2BAAB1;
}

    html .btn-outline.btn-tertiary:hover, html .btn-outline.btn-tertiary.hover {
        color: #FFF;
        background-color: #2BAAB1;
        border-color: #2BAAB1;
    }

    html .btn-outline.btn-tertiary:focus, html .btn-outline.btn-tertiary.focus {
        box-shadow: 0 0 0 3px rgba(43,170,177,0.5);
    }

    html .btn-outline.btn-tertiary.disabled, html .btn-outline.btn-tertiary:disabled {
        color: #2BAAB1;
        background-color: transparent;
    }

    html .btn-outline.btn-tertiary:active, html .btn-outline.btn-tertiary.active {
        color: #FFF !important;
        background-color: #2BAAB1 !important;
        border-color: #2BAAB1 !important;
    }

html .show > .btn-outline.btn-tertiary.dropdown-toggle {
    color: #FFF !important;
    background-color: #2BAAB1 !important;
    border-color: #2BAAB1 !important;
}

html .btn-outline.btn-quaternary {
    color: #383f48;
    background-color: transparent;
    background-image: none;
    border-color: #383f48;
}

    html .btn-outline.btn-quaternary:hover, html .btn-outline.btn-quaternary.hover {
        color: #FFF;
        background-color: #383f48;
        border-color: #383f48;
    }

    html .btn-outline.btn-quaternary:focus, html .btn-outline.btn-quaternary.focus {
        box-shadow: 0 0 0 3px rgba(56,63,72,0.5);
    }

    html .btn-outline.btn-quaternary.disabled, html .btn-outline.btn-quaternary:disabled {
        color: #383f48;
        background-color: transparent;
    }

    html .btn-outline.btn-quaternary:active, html .btn-outline.btn-quaternary.active {
        color: #FFF !important;
        background-color: #383f48 !important;
        border-color: #383f48 !important;
    }

html .show > .btn-outline.btn-quaternary.dropdown-toggle {
    color: #FFF !important;
    background-color: #383f48 !important;
    border-color: #383f48 !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: #0088CC;
}

    html .btn-with-arrow.btn-primary:active {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #0088CC !important;
    }

    html .btn-with-arrow.btn-primary span {
        background-color: #0088CC;
        box-shadow: 2px 3px 18px -3px #0088CC;
    }

    html .btn-with-arrow.btn-primary.btn-outline {
        border-color: #0088CC !important;
    }

        html .btn-with-arrow.btn-primary.btn-outline:hover span {
            background-color: #0099e6 !important;
            box-shadow: none;
        }

html .btn-with-arrow-solid.btn-primary span {
    background-color: #0077b3;
}

html .btn-with-arrow.btn-secondary {
    background-color: transparent;
    border-color: transparent;
    color: #e36159;
}

    html .btn-with-arrow.btn-secondary:active {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #e36159 !important;
    }

    html .btn-with-arrow.btn-secondary span {
        background-color: #e36159;
        box-shadow: 2px 3px 18px -3px #e36159;
    }

    html .btn-with-arrow.btn-secondary.btn-outline {
        border-color: #e36159 !important;
    }

        html .btn-with-arrow.btn-secondary.btn-outline:hover span {
            background-color: #e7766f !important;
            box-shadow: none;
        }

html .btn-with-arrow-solid.btn-secondary span {
    background-color: #df4c43;
}

html .btn-with-arrow.btn-tertiary {
    background-color: transparent;
    border-color: transparent;
    color: #2BAAB1;
}

    html .btn-with-arrow.btn-tertiary:active {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #2BAAB1 !important;
    }

    html .btn-with-arrow.btn-tertiary span {
        background-color: #2BAAB1;
        box-shadow: 2px 3px 18px -3px #2BAAB1;
    }

    html .btn-with-arrow.btn-tertiary.btn-outline {
        border-color: #2BAAB1 !important;
    }

        html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
            background-color: #30bec6 !important;
            box-shadow: none;
        }

html .btn-with-arrow-solid.btn-tertiary span {
    background-color: #26969c;
}

html .btn-with-arrow.btn-quaternary {
    background-color: transparent;
    border-color: transparent;
    color: #383f48;
}

    html .btn-with-arrow.btn-quaternary:active {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #383f48 !important;
    }

    html .btn-with-arrow.btn-quaternary span {
        background-color: #383f48;
        box-shadow: 2px 3px 18px -3px #383f48;
    }

    html .btn-with-arrow.btn-quaternary.btn-outline {
        border-color: #383f48 !important;
    }

        html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
            background-color: #434c56 !important;
            box-shadow: none;
        }

html .btn-with-arrow-solid.btn-quaternary span {
    background-color: #2d323a;
}

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-solid.btn-dark span {
    background-color: #16181b;
}

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

html .btn-with-arrow-solid.btn-light span {
    background-color: #f2f2f2;
}

.btn-gradient:not(.btn-outline) {
    background: linear-gradient(135deg,#0088CC 0%,#e36159 80%) !important;
    color: #FFF;
}

    .btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
        background: linear-gradient(135deg,#00a1f2 0%,#e9807a 80%) !important;
        color: #FFF;
    }

    .btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus {
        box-shadow: 0 0 0 3px rgba(0,136,204,0.5);
    }

    .btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
        background: linear-gradient(135deg,#0088CC 0%,#e36159 80%) !important;
    }

    .btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active {
        background: linear-gradient(135deg,#006ea6 0%,#dd4238 80%) !important;
        color: #FFF !important;
    }

.btn-gradient.btn-outline {
    -o-border-image: linear-gradient(135deg,#0088CC 0%,#e36159 80%);
    border-image: linear-gradient(135deg,#0088CC 0%,#e36159 80%);
    color: #0088CC;
}

    .btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover {
        -o-border-image: linear-gradient(135deg,#00a1f2 0%,#e9807a 80%);
        border-image: linear-gradient(135deg,#00a1f2 0%,#e9807a 80%);
        color: #00a1f2;
    }

    .btn-gradient.btn-outline:focus, .btn-gradient.btn-outline.focus {
        box-shadow: 0 0 0 3px rgba(0,136,204,0.5);
    }

    .btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
        -o-border-image: linear-gradient(135deg,#0088CC 0%,#e36159 80%);
        border-image: linear-gradient(135deg,#0088CC 0%,#e36159 80%);
    }

    .btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active {
        -o-border-image: linear-gradient(135deg,#006ea6 0%,#dd4238 80%);
        border-image: linear-gradient(135deg,#006ea6 0%,#dd4238 80%);
        color: #006ea6;
    }

.btn-gradient-primary:not(.btn-outline) {
    background: linear-gradient(135deg,#0096e0 0%,#0081c2 80%) !important;
    color: #FFF;
}

    .btn-gradient-primary:not(.btn-outline):hover, .btn-gradient-primary:not(.btn-outline).hover {
        background: linear-gradient(135deg,#0092db 0%,#00a1f2 80%) !important;
        color: #FFF;
    }

    .btn-gradient-primary:not(.btn-outline):focus, .btn-gradient-primary:not(.btn-outline).focus {
        box-shadow: 0 0 0 3px rgba(0,136,204,0.5);
    }

    .btn-gradient-primary:not(.btn-outline).disabled, .btn-gradient-primary:not(.btn-outline):disabled {
        background: linear-gradient(135deg,#0096e0 80%,#0081c2 0%) !important;
    }

    .btn-gradient-primary:not(.btn-outline):active, .btn-gradient-primary:not(.btn-outline).active {
        background: linear-gradient(135deg,#0092db 0%,#00a1f2 80%) !important;
        color: #FFF !important;
    }

.btn-gradient-primary.btn-outline {
    -o-border-image: linear-gradient(135deg,#0088CC 0%,#00a3f5 80%);
    border-image: linear-gradient(135deg,#0088CC 0%,#00a3f5 80%);
    color: #0088CC;
}

    .btn-gradient-primary.btn-outline:hover, .btn-gradient-primary.btn-outline.hover {
        -o-border-image: linear-gradient(135deg,#00a1f2 0%,#00a1f2 80%);
        border-image: linear-gradient(135deg,#00a1f2 0%,#00a1f2 80%);
        color: #00a1f2;
    }

    .btn-gradient-primary.btn-outline:focus, .btn-gradient-primary.btn-outline.focus {
        box-shadow: 0 0 0 3px rgba(0,136,204,0.5);
    }

    .btn-gradient-primary.btn-outline.disabled, .btn-gradient-primary.btn-outline:disabled {
        -o-border-image: linear-gradient(135deg,#0088CC 0%,#00a3f5 80%);
        border-image: linear-gradient(135deg,#0088CC 0%,#00a3f5 80%);
    }

    .btn-gradient-primary.btn-outline:active, .btn-gradient-primary.btn-outline.active {
        -o-border-image: linear-gradient(135deg,#00a1f2 0%,#00a1f2 80%);
        border-image: linear-gradient(135deg,#00a1f2 0%,#00a1f2 80%);
        color: #00a1f2;
    }

.pagination > a, .pagination > a:hover, .pagination > a:focus, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #0088CC;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: #0088CC !important;
    border-color: #0088CC;
}

body.dark .pagination > li > a, body.dark .pagination > li > span, body.dark .pagination > li > a:hover, body.dark .pagination > li > span:hover, body.dark .pagination > li > a:focus, body.dark .pagination > li > span:focus {
    color: #0088CC;
}

body.dark .pagination > .active > a, body.dark .pagination > .active > span, body.dark .pagination > .active > a:hover, body.dark .pagination > .active > span:hover, body.dark .pagination > .active > a:focus, body.dark .pagination > .active > span:focus {
    background-color: #0088CC;
    border-color: #0088CC;
}

.pagination > .active > a, body.dark .pagination > .active > a {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
    color: #fff;
}

    .pagination > .active > a:hover, body.dark .pagination > .active > a:hover, .pagination > .active > a.hover, body.dark .pagination > .active > a.hover {
        background-color: #00a1f2;
        border-color: #00aaff #00aaff #0088CC;
        color: #fff;
    }

    .pagination > .active > a:focus, body.dark .pagination > .active > a:focus, .pagination > .active > a.focus, body.dark .pagination > .active > a.focus {
        background-color: #006ea6;
        border-color: #006699 #006699 #004466;
        color: #fff;
        box-shadow: 0 0 0 3px rgba(0,136,204,0.5);
    }

    .pagination > .active > a.disabled, body.dark .pagination > .active > a.disabled, .pagination > .active > a:disabled, body.dark .pagination > .active > a:disabled {
        background-color: #0088CC;
        border-color: #0088CC #0088CC #006699;
    }

    .pagination > .active > a:active, body.dark .pagination > .active > a:active, .pagination > .active > a.active, body.dark .pagination > .active > a.active {
        background-color: #006ea6 !important;
        background-image: none !important;
        border-color: #006699 #006699 #004466 !important;
    }

.custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0088CC;
}

.custom-checkbox-switch:checked {
    background-color: #0088CC;
    border-color: #0088CC;
}

html .alert-primary {
    background-color: #0088CC;
    border-color: #007ebd;
    color: #FFF;
}

    html .alert-primary .alert-link {
        color: #FFF;
    }

html .alert-secondary {
    background-color: #e36159;
    border-color: #e1554c;
    color: #FFF;
}

    html .alert-secondary .alert-link {
        color: #FFF;
    }

html .alert-tertiary {
    background-color: #2BAAB1;
    border-color: #289ea5;
    color: #FFF;
}

    html .alert-tertiary .alert-link {
        color: #FFF;
    }

html .alert-quaternary {
    background-color: #383f48;
    border-color: #31373f;
    color: #FFF;
}

    html .alert-quaternary .alert-link {
        color: #FFF;
    }

html .alert-dark {
    background-color: #212529;
    border-color: #1a1d21;
    color: #FFF;
}

    html .alert-dark .alert-link {
        color: #FFF;
    }

html .alert-light {
    background-color: #FFF;
    border-color: #f7f7f7;
    color: #777;
}

    html .alert-light .alert-link {
        color: #777;
    }

html .progress-bar-primary {
    background-color: #0088CC;
}

html .progress-bar-secondary {
    background-color: #e36159;
}

html .progress-bar-tertiary {
    background-color: #2BAAB1;
}

html .progress-bar-quaternary {
    background-color: #383f48;
}

html .progress-bar-dark {
    background-color: #212529;
}

html .progress-bar-light {
    background-color: #FFF;
}

html .word-rotator.loading-bar-primary .word-rotator-words::after {
    background-color: #0088CC;
}

html .word-rotator.loading-bar-secondary .word-rotator-words::after {
    background-color: #e36159;
}

html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
    background-color: #2BAAB1;
}

html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
    background-color: #383f48;
}

html .word-rotator.loading-bar-dark .word-rotator-words::after {
    background-color: #212529;
}

html .word-rotator.loading-bar-light .word-rotator-words::after {
    background-color: #FFF;
}

.process .process-step-circle {
    border-color: #0088CC;
}

.process .process-step:hover .process-step-circle {
    background-color: #0088CC;
}

    .process .process-step:hover .process-step-circle .process-step-circle-content {
        color: #FFF !important;
    }

.process.process-shapes .process-step-circle .process-step-circle-content, .process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after {
    background-color: #0088CC;
}

.process-connecting-line .connecting-line {
    background: #0088CC;
}

html .rating-primary .filled-stars {
    color: #0088CC;
}

html .rating-secondary .filled-stars {
    color: #e36159;
}

html .rating-tertiary .filled-stars {
    color: #2BAAB1;
}

html .rating-quaternary .filled-stars {
    color: #383f48;
}

html .rating-dark .filled-stars {
    color: #212529;
}

html .rating-light .filled-stars {
    color: #FFF;
}

html section.section-primary {
    background-color: #0088CC !important;
    border-color: #0077b3 !important;
}

    html section.section-primary h1, html section.section-primary h2, html section.section-primary h3, html section.section-primary h4, html section.section-primary h5, html section.section-primary h6 {
        color: #FFF;
    }

    html section.section-primary p {
        color: #e6e6e6;
    }

html section.section-primary-scale-2 {
    background-color: #006699 !important;
    border-color: #005580 !important;
}

    html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #006699;
    }

html section.section-secondary {
    background-color: #e36159 !important;
    border-color: #df4c43 !important;
}

    html section.section-secondary h1, html section.section-secondary h2, html section.section-secondary h3, html section.section-secondary h4, html section.section-secondary h5, html section.section-secondary h6 {
        color: #FFF;
    }

    html section.section-secondary p {
        color: #e6e6e6;
    }

html section.section-secondary-scale-2 {
    background-color: #dc372d !important;
    border-color: #cd2c23 !important;
}

    html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #dc372d;
    }

html section.section-tertiary {
    background-color: #2BAAB1 !important;
    border-color: #26969c !important;
}

    html section.section-tertiary h1, html section.section-tertiary h2, html section.section-tertiary h3, html section.section-tertiary h4, html section.section-tertiary h5, html section.section-tertiary h6 {
        color: #FFF;
    }

    html section.section-tertiary p {
        color: #e6e6e6;
    }

html section.section-tertiary-scale-2 {
    background-color: #218388 !important;
    border-color: #1c6f73 !important;
}

    html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #218388;
    }

html section.section-quaternary {
    background-color: #383f48 !important;
    border-color: #2d323a !important;
}

    html section.section-quaternary h1, html section.section-quaternary h2, html section.section-quaternary h3, html section.section-quaternary h4, html section.section-quaternary h5, html section.section-quaternary h6 {
        color: #FFF;
    }

    html section.section-quaternary p {
        color: #e6e6e6;
    }

html section.section-quaternary-scale-2 {
    background-color: #22262b !important;
    border-color: #17191d !important;
}

    html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #22262b;
    }

html section.section-dark {
    background-color: #212529 !important;
    border-color: #16181b !important;
}

    html section.section-dark h1, html section.section-dark h2, html section.section-dark h3, html section.section-dark h4, html section.section-dark h5, html section.section-dark h6 {
        color: #FFF;
    }

    html section.section-dark p {
        color: #e6e6e6;
    }

html section.section-dark-scale-2 {
    background-color: #0a0c0d !important;
    border-color: #000000 !important;
}

    html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #0a0c0d;
    }

html section.section-light {
    background-color: #FFF !important;
    border-color: #f2f2f2 !important;
}

    html section.section-light h1, html section.section-light h2, html section.section-light h3, html section.section-light h4, html section.section-light h5, html section.section-light h6 {
        color: #777;
    }

    html section.section-light p {
        color: #5e5e5e;
    }

html section.section-light-scale-2 {
    background-color: #e6e6e6 !important;
    border-color: #d9d9d9 !important;
}

    html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #e6e6e6;
    }

section.section.section-background-half-primary-half-secondary {
    background: linear-gradient(to right,#0088CC 50%,#e36159 50%);
}

section.section.section-overlay-opacity-gradient:before {
    background: linear-gradient(135deg,#0088CC 0%,#e36159 80%);
}

html .bg-color-light-scale-1 {
    background-color: #f7f7f7 !important;
}

html .section.bg-color-light-scale-1, html .bg-color-light-scale-border-top-1 {
    border-top-color: #efefef !important;
}

html .bg-color-light-scale-2 {
    background-color: #e8e8e8 !important;
}

html .section.bg-color-light-scale-2, html .bg-color-light-scale-border-top-2 {
    border-top-color: #e0e0e0 !important;
}

html .bg-color-light-scale-3 {
    background-color: #e0e0e0 !important;
}

html .section.bg-color-light-scale-3, html .bg-color-light-scale-border-top-3 {
    border-top-color: #d8d8d8 !important;
}

html .bg-color-light-scale-4 {
    background-color: #d8d8d8 !important;
}

html .section.bg-color-light-scale-4, html .bg-color-light-scale-border-top-4 {
    border-top-color: #d1d1d1 !important;
}

html .bg-color-light-scale-5 {
    background-color: #d1d1d1 !important;
}

html .section.bg-color-light-scale-5, html .bg-color-light-scale-border-top-5 {
    border-top-color: #c9c9c9 !important;
}

html .bg-color-light-scale-6 {
    background-color: #c9c9c9 !important;
}

html .section.bg-color-light-scale-6, html .bg-color-light-scale-border-top-6 {
    border-top-color: #c1c1c1 !important;
}

html .bg-color-light-scale-7 {
    background-color: #c1c1c1 !important;
}

html .section.bg-color-light-scale-7, html .bg-color-light-scale-border-top-7 {
    border-top-color: #bababa !important;
}

html .bg-color-light-scale-8 {
    background-color: #bababa !important;
}

html .section.bg-color-light-scale-8, html .bg-color-light-scale-border-top-8 {
    border-top-color: #b2b2b2 !important;
}

html .bg-color-light-scale-9 {
    background-color: #b2b2b2 !important;
}

html .section.bg-color-light-scale-9, html .bg-color-light-scale-border-top-9 {
    border-top-color: #ababab !important;
}

html .bg-color-dark-scale-1 {
    background-color: #212529 !important;
}

html .section.bg-color-dark-scale-1, html .bg-color-dark-scale-border-top-1 {
    border-top-color: #1a1d21 !important;
}

html .bg-color-dark-scale-2 {
    background-color: #1c2023 !important;
}

html .section.bg-color-dark-scale-2, html .bg-color-dark-scale-border-top-2 {
    border-top-color: #16181b !important;
}

html .bg-color-dark-scale-3 {
    background-color: #181b1e !important;
}

html .section.bg-color-dark-scale-3, html .bg-color-dark-scale-border-top-3 {
    border-top-color: #111315 !important;
}

html .bg-color-dark-scale-4 {
    background-color: #131618 !important;
}

html .section.bg-color-dark-scale-4, html .bg-color-dark-scale-border-top-4 {
    border-top-color: #0d0e10 !important;
}

html .bg-color-dark-scale-5 {
    background-color: #0f1112 !important;
}

html .section.bg-color-dark-scale-5, html .bg-color-dark-scale-border-top-5 {
    border-top-color: #08090a !important;
}

html .bg-color-dark-scale-6 {
    background-color: #0a0c0d !important;
}

html .section.bg-color-dark-scale-6, html .bg-color-dark-scale-border-top-6 {
    border-top-color: #030404 !important;
}

html .bg-color-dark-scale-7 {
    background-color: #060607 !important;
}

html .section.bg-color-dark-scale-7, html .bg-color-dark-scale-border-top-7 {
    border-top-color: #000000 !important;
}

html .bg-color-dark-scale-8 {
    background-color: #010101 !important;
}

html .section.bg-color-dark-scale-8, html .bg-color-dark-scale-border-top-8 {
    border-top-color: #000000 !important;
}

html .bg-color-dark-scale-9 {
    background-color: #000000 !important;
}

html .section.bg-color-dark-scale-9, html .bg-color-dark-scale-border-top-9 {
    border-top-color: #000000 !important;
}

section.page-header .page-header-title-border {
    background-color: #0088CC !important;
}

section.page-header.custom-product {
    background-color: #0077b3;
    border-top-color: #0081c2;
}

html .page-header-color.page-header-primary {
    background-color: #0088CC;
    border-bottom-color: #0088CC;
    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: #e36159;
    border-bottom-color: #e36159;
    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: #2BAAB1;
    border-bottom-color: #2BAAB1;
    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: #383f48;
    border-bottom-color: #383f48;
    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: #0088CC;
    border-left-color: #0088CC;
    border-right-color: #0088CC;
}

html .toggle-primary .toggle.active > label, html .toggle-primary .toggle.active > .toggle-title {
    background-color: #0088CC;
    border-color: #0088CC;
    color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after, html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
    background-color: #0088CC;
}

html .toggle-primary.toggle-minimal .toggle.active > label, html .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
    color: #0088CC;
}

html .toggle-secondary .toggle label, html .toggle-secondary .toggle .toggle-title {
    color: #e36159;
    border-left-color: #e36159;
    border-right-color: #e36159;
}

html .toggle-secondary .toggle.active > label, html .toggle-secondary .toggle.active > .toggle-title {
    background-color: #e36159;
    border-color: #e36159;
    color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after, html .toggle-secondary.toggle-simple .toggle > .toggle-title:after {
    background-color: #e36159;
}

html .toggle-secondary.toggle-minimal .toggle.active > label, html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title {
    color: #e36159;
}

html .toggle-tertiary .toggle label, html .toggle-tertiary .toggle .toggle-title {
    color: #2BAAB1;
    border-left-color: #2BAAB1;
    border-right-color: #2BAAB1;
}

html .toggle-tertiary .toggle.active > label, html .toggle-tertiary .toggle.active > .toggle-title {
    background-color: #2BAAB1;
    border-color: #2BAAB1;
    color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after, html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after {
    background-color: #2BAAB1;
}

html .toggle-tertiary.toggle-minimal .toggle.active > label, html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title {
    color: #2BAAB1;
}

html .toggle-quaternary .toggle label, html .toggle-quaternary .toggle .toggle-title {
    color: #383f48;
    border-left-color: #383f48;
    border-right-color: #383f48;
}

html .toggle-quaternary .toggle.active > label, html .toggle-quaternary .toggle.active > .toggle-title {
    background-color: #383f48;
    border-color: #383f48;
    color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after, html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after {
    background-color: #383f48;
}

html .toggle-quaternary.toggle-minimal .toggle.active > label, html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title {
    color: #383f48;
}

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: #0088CC;
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #0088CC;
}

    html .thumb-info .thumb-info-action-icon-primary i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #e36159;
}

    html .thumb-info .thumb-info-action-icon-secondary i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #2BAAB1;
}

    html .thumb-info .thumb-info-action-icon-tertiary i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #383f48;
}

    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: #005580;
    border-left-color: #005580;
}

.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
    background: rgba(0,136,204,0.9);
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
    background-color: #0088CC;
}

.inverted {
    background-color: #0088CC;
}

html .inverted-primary {
    background-color: #0088CC;
}

html .inverted-secondary {
    background-color: #e36159;
}

html .inverted-tertiary {
    background-color: #2BAAB1;
}

html .inverted-quaternary {
    background-color: #383f48;
}

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: #0074ad;
}

.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: #0088CC;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
    color: #FFF;
}

    .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
        background-color: #00a1f2;
        border-color: #00aaff #00aaff #0088CC;
    }

    .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:active, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].active {
        background-color: #006ea6;
        background-image: none;
        border-color: #006699 #006699 #004466;
    }

.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] {
    background-color: rgba(0,136,204,0.4);
}

.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #0088CC !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: #0088CC;
}

.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
    fill: #0088CC;
    stroke: #0088CC;
}

.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next {
    color: #0088CC;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    background: #0088CC;
}

.owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
    background-image: linear-gradient(360deg,#0088CC 0%,transparent 100%);
}

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 .nav-link.active, html.dark body .tabs .nav-tabs .nav-link.active {
    color: #0088CC;
}

    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 .nav-link.active, html.dark body .tabs .nav-tabs .nav-link.active, html body .tabs .nav-tabs.nav-justified .nav-link.active, html.dark body .tabs .nav-tabs.nav-justified .nav-link.active, 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: #0088CC;
    }

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 .nav-link.active, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
    border-bottom-color: #0088CC;
}

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 .nav-link.active, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus {
    border-left-color: #0088CC;
}

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 .nav-link.active, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active, html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus {
    border-right-color: #0088CC;
}

html body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active: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 .nav-link.active:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover {
    border-top-color: #0088CC;
    color: #0088CC;
}

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: #0088CC;
}

    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: #0088CC;
    }

    html body .tabs-primary .nav-tabs li .nav-link.active, html.dark body .tabs-primary .nav-tabs li .nav-link.active, html body .tabs-primary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-primary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-primary .nav-tabs li .nav-link.active:hover, html body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-primary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-primary .nav-tabs li .nav-link.active:focus, html body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:focus {
        border-top-color: #0088CC;
        color: #0088CC;
    }

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 .nav-link.active, html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #0088CC;
}

html body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #0088CC !important;
    border-bottom-color: #0088CC;
}

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 .nav-link.active, html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:focus {
    border-left-color: #0088CC;
}

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 .nav-link.active, html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:focus {
    border-right-color: #0088CC;
}

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: #e36159;
}

    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: #e36159;
    }

    html body .tabs-secondary .nav-tabs li .nav-link.active, html.dark body .tabs-secondary .nav-tabs li .nav-link.active, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-secondary .nav-tabs li .nav-link.active:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-secondary .nav-tabs li .nav-link.active:focus, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus {
        border-top-color: #e36159;
        color: #e36159;
    }

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 .nav-link.active, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #e36159;
}

html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #e36159 !important;
    border-bottom-color: #e36159;
}

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 .nav-link.active, html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:focus {
    border-left-color: #e36159;
}

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 .nav-link.active, html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:focus {
    border-right-color: #e36159;
}

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: #2BAAB1;
}

    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: #2BAAB1;
    }

    html body .tabs-tertiary .nav-tabs li .nav-link.active, html.dark body .tabs-tertiary .nav-tabs li .nav-link.active, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-tertiary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-tertiary .nav-tabs li .nav-link.active:hover, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-tertiary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-tertiary .nav-tabs li .nav-link.active:focus, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:focus {
        border-top-color: #2BAAB1;
        color: #2BAAB1;
    }

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 .nav-link.active, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #2BAAB1;
}

html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #2BAAB1 !important;
    border-bottom-color: #2BAAB1;
}

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 .nav-link.active, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:focus {
    border-left-color: #2BAAB1;
}

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 .nav-link.active, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:focus {
    border-right-color: #2BAAB1;
}

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: #383f48;
}

    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: #383f48;
    }

    html body .tabs-quaternary .nav-tabs li .nav-link.active, html.dark body .tabs-quaternary .nav-tabs li .nav-link.active, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-quaternary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-quaternary .nav-tabs li .nav-link.active:hover, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-quaternary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-quaternary .nav-tabs li .nav-link.active:focus, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:focus {
        border-top-color: #383f48;
        color: #383f48;
    }

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 .nav-link.active, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #383f48 !important;
    border-bottom-color: #383f48;
}

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 .nav-link.active, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:focus {
    border-left-color: #383f48;
}

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 .nav-link.active, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:focus {
    border-right-color: #383f48;
}

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 .nav-link.active, html.dark body .tabs-dark .nav-tabs li .nav-link.active, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark .nav-tabs li .nav-link.active:hover, html.dark body .tabs-dark .nav-tabs li .nav-link.active:hover, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark .nav-tabs li .nav-link.active:focus, html.dark body .tabs-dark .nav-tabs li .nav-link.active:focus, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active: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 .nav-link.active, html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #212529;
}

html body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #212529 !important;
    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 .nav-link.active, html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active: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 .nav-link.active, html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active: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 .nav-link.active, html.dark body .tabs-light .nav-tabs li .nav-link.active, html body .tabs-light .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link.active, html body .tabs-light .nav-tabs li .nav-link.active:hover, html.dark body .tabs-light .nav-tabs li .nav-link.active:hover, html body .tabs-light .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-light .nav-tabs li .nav-link.active:focus, html.dark body .tabs-light .nav-tabs li .nav-link.active:focus, html body .tabs-light .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link.active: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 .nav-link.active, html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #FFF;
}

html body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-light.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #FFF !important;
    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 .nav-link.active, html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link.active: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 .nav-link.active, html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link.active: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 .nav-link.active, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active:focus {
    border-right-color: #0088CC;
    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 .nav-link.active, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active:focus {
    border-right-color: transparent;
    border-left-color: #0088CC;
}

.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: #0088CC;
    border-color: #0088CC;
}

.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: #0088CC;
}

.list.list-ordened li:before {
    color: #0088CC;
    border-color: #0088CC;
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #0088CC;
}

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: #0088CC;
    border-color: #0088CC;
}

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: #0088CC;
    color: #FFF;
}

html .list-primary.list-ordened li:before {
    color: #0088CC;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #0088CC;
    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: #e36159;
    border-color: #e36159;
}

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: #e36159;
    color: #FFF;
}

html .list-secondary.list-ordened li:before {
    color: #e36159;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #e36159;
    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: #2BAAB1;
    border-color: #2BAAB1;
}

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: #2BAAB1;
    color: #FFF;
}

html .list-tertiary.list-ordened li:before {
    color: #2BAAB1;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #2BAAB1;
    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: #383f48;
    border-color: #383f48;
}

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: #383f48;
    color: #FFF;
}

html .list-quaternary.list-ordened li:before {
    color: #383f48;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #383f48;
    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;
}

html .highlight-primary {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#0088CC 0);
}

    html .highlight-primary.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(0,136,204,0.2) 0);
    }

    html .highlight-primary.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-secondary {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#e36159 0);
}

    html .highlight-secondary.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(227,97,89,0.2) 0);
    }

    html .highlight-secondary.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-tertiary {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#2BAAB1 0);
}

    html .highlight-tertiary.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(43,170,177,0.2) 0);
    }

    html .highlight-tertiary.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-quaternary {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#383f48 0);
}

    html .highlight-quaternary.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(56,63,72,0.2) 0);
    }

    html .highlight-quaternary.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-dark {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#212529 0);
}

    html .highlight-dark.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(33,37,41,0.2) 0);
    }

    html .highlight-dark.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-light {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#FFF 0);
}

    html .highlight-light.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 0);
    }

    html .highlight-light.highlight-change-text-color {
        color: #777;
    }

.parallax blockquote i.fa-quote-left {
    color: #0088CC;
}

section.video blockquote i.fa-quote-left {
    color: #0088CC;
}

.accordion .card-header a {
    color: #0088CC;
}

html .accordion.accordion-primary .card-header {
    background-color: #0088CC !important;
}

    html .accordion.accordion-primary .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #0088CC !important;
    color: #FFF !important;
}

html .accordion-modern-status-primary.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #0088CC !important;
}

html .accordion.accordion-secondary .card-header {
    background-color: #e36159 !important;
}

    html .accordion.accordion-secondary .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-secondary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #e36159 !important;
    color: #FFF !important;
}

html .accordion-modern-status-secondary.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #e36159 !important;
}

html .accordion.accordion-tertiary .card-header {
    background-color: #2BAAB1 !important;
}

    html .accordion.accordion-tertiary .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-tertiary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #2BAAB1 !important;
    color: #FFF !important;
}

html .accordion-modern-status-tertiary.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #2BAAB1 !important;
}

html .accordion.accordion-quaternary .card-header {
    background-color: #383f48 !important;
}

    html .accordion.accordion-quaternary .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-quaternary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #383f48 !important;
    color: #FFF !important;
}

html .accordion-modern-status-quaternary.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #383f48 !important;
}

html .accordion.accordion-dark .card-header {
    background-color: #212529 !important;
}

    html .accordion.accordion-dark .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-dark.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #212529 !important;
    color: #FFF !important;
}

html .accordion-modern-status-dark.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #212529 !important;
}

html .accordion.accordion-light .card-header {
    background-color: #FFF !important;
}

    html .accordion.accordion-light .card-header a {
        color: #777;
    }

html .accordion-modern-status-light.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #FFF !important;
    color: #777 !important;
}

html .accordion-modern-status-light.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #FFF !important;
}

html .divider.divider-primary [class*="fa-"], html .divider.divider-primary .icons {
    color: #0088CC;
}

html .divider.divider-primary.divider-small hr {
    background: #0088CC;
}

html .divider.divider-secondary [class*="fa-"], html .divider.divider-secondary .icons {
    color: #e36159;
}

html .divider.divider-secondary.divider-small hr {
    background: #e36159;
}

html .divider.divider-tertiary [class*="fa-"], html .divider.divider-tertiary .icons {
    color: #2BAAB1;
}

html .divider.divider-tertiary.divider-small hr {
    background: #2BAAB1;
}

html .divider.divider-quaternary [class*="fa-"], html .divider.divider-quaternary .icons {
    color: #383f48;
}

html .divider.divider-quaternary.divider-small hr {
    background: #383f48;
}

html .divider.divider-dark [class*="fa-"], html .divider.divider-dark .icons {
    color: #212529;
}

html .divider.divider-dark.divider-small hr {
    background: #212529;
}

html .divider.divider-light [class*="fa-"], html .divider.divider-light .icons {
    color: #FFF;
}

html .divider.divider-light.divider-small hr {
    background: #FFF;
}

html .divider.divider-style-2.divider-primary [class*="fa-"], html .divider.divider-style-2.divider-primary .icons {
    background: #0088CC;
    color: #FFF;
}

html .divider.divider-style-2.divider-secondary [class*="fa-"], html .divider.divider-style-2.divider-secondary .icons {
    background: #e36159;
    color: #FFF;
}

html .divider.divider-style-2.divider-tertiary [class*="fa-"], html .divider.divider-style-2.divider-tertiary .icons {
    background: #2BAAB1;
    color: #FFF;
}

html .divider.divider-style-2.divider-quaternary [class*="fa-"], html .divider.divider-style-2.divider-quaternary .icons {
    background: #383f48;
    color: #FFF;
}

html .divider.divider-style-2.divider-dark [class*="fa-"], html .divider.divider-style-2.divider-dark .icons {
    background: #212529;
    color: #FFF;
}

html .divider.divider-style-2.divider-light [class*="fa-"], html .divider.divider-style-2.divider-light .icons {
    background: #FFF;
    color: #777;
}

html .divider.divider-style-3.divider-primary [class*="fa-"], html .divider.divider-style-3.divider-primary .icons {
    border-color: #0088CC;
}

html .divider.divider-style-3.divider-secondary [class*="fa-"], html .divider.divider-style-3.divider-secondary .icons {
    border-color: #e36159;
}

html .divider.divider-style-3.divider-tertiary [class*="fa-"], html .divider.divider-style-3.divider-tertiary .icons {
    border-color: #2BAAB1;
}

html .divider.divider-style-3.divider-quaternary [class*="fa-"], html .divider.divider-style-3.divider-quaternary .icons {
    border-color: #383f48;
}

html .divider.divider-style-3.divider-dark [class*="fa-"], html .divider.divider-style-3.divider-dark .icons {
    border-color: #212529;
}

html .divider.divider-style-3.divider-light [class*="fa-"], html .divider.divider-style-3.divider-light .icons {
    border-color: #FFF;
}

#header .tip {
    background: #0088CC;
    color: #FFF;
}

    #header .tip:before {
        border-right-color: #0088CC;
        border-left-color: transparent;
    }

html #header .tip-primary {
    background: #0088CC !important;
    color: #FFF !important;
}

    html #header .tip-primary:before {
        border-right-color: #0088CC !important;
    }

html #header .tip-secondary {
    background: #e36159 !important;
    color: #FFF !important;
}

    html #header .tip-secondary:before {
        border-right-color: #e36159 !important;
    }

html #header .tip-tertiary {
    background: #2BAAB1 !important;
    color: #FFF !important;
}

    html #header .tip-tertiary:before {
        border-right-color: #2BAAB1 !important;
    }

html #header .tip-quaternary {
    background: #383f48 !important;
    color: #FFF !important;
}

    html #header .tip-quaternary:before {
        border-right-color: #383f48 !important;
    }

html #header .tip-dark {
    background: #212529 !important;
    color: #FFF !important;
}

    html #header .tip-dark:before {
        border-right-color: #212529 !important;
    }

html #header .tip-light {
    background: #FFF !important;
    color: #777 !important;
}

    html #header .tip-light:before {
        border-right-color: #FFF !important;
    }

html[dir="rtl"] #header .tip:before {
    border-left-color: #0088CC;
}

html[dir="rtl"] #header .tip.skin:before {
    border-left-color: #0088CC;
}

html[dir="rtl"] #header .tip-primary:before {
    border-left-color: #0088CC !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-secondary:before {
    border-left-color: #e36159 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-tertiary:before {
    border-left-color: #2BAAB1 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-quaternary:before {
    border-left-color: #383f48 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-dark:before {
    border-left-color: #212529 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-light:before {
    border-left-color: #FFF !important;
    border-right-color: transparent !important;
}

#header .header-btn-collapse-nav {
    background: #0088CC;
}

@media (min-width:992px){
    #header .header-nav-main nav > ul > li > a {
        color: #0088CC;
    }

    #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
        background: #0088CC;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #0088CC;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: #0088CC;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        border-top-color: #0088CC;
    }

        #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
            color: #0088CC;
        }

    #header .header-nav-main nav > ul:not(:hover) > li > a.active {
        background-color: #0088CC;
        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: #0088CC;
    }

    #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
        background-color: #0088CC;
    }

    #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
        color: #0088CC;
    }

    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: #0088CC;
    }

    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #0088CC;
    }

    #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
        background: #0088CC !important;
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a {
        color: #0088CC;
    }

        #header .header-nav.header-nav-line nav > ul li:hover > a:before {
            background: #0088CC;
        }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
        color: #0088CC;
    }

        #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
            background: #0088CC;
        }

    #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: #0088CC;
    }

    #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
        color: #0088CC;
    }

    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: #0088CC;
    }

    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: #0088CC;
    }
}

@media (min-width:992px){
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
        background-color: #0088CC;
    }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #007ebd;
        }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
            background: #0092db;
        }

    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: #0088CC;
        background: #0088CC;
    }

    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: #0088CC;
        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: #0088CC;
        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: #0088CC;
    }

        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: #0088CC;
        }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #0088CC;
    }

        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: #0088CC;
        }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #0088CC;
    }

        html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
            background-color: #0088CC;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
        color: #0088CC;
    }

        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: #0088CC;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #0088CC;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #0088CC;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        background-color: #e36159;
    }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #e1554c;
        }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
            background: #e56d66;
        }

    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: #e36159;
        background: #e36159;
    }

    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: #e36159;
        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: #e36159;
        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: #e36159;
    }

        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: #e36159;
        }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #e36159;
    }

        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: #e36159;
        }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #e36159;
    }

        html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before {
            background-color: #e36159;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        color: #e36159;
    }

        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: #e36159;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #e36159;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #e36159;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        background-color: #2BAAB1;
    }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #289ea5;
        }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
            background: #2eb6bd;
        }

    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: #2BAAB1;
        background: #2BAAB1;
    }

    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: #2BAAB1;
        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: #2BAAB1;
        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: #2BAAB1;
    }

        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: #2BAAB1;
        }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #2BAAB1;
    }

        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: #2BAAB1;
        }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #2BAAB1;
    }

        html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before {
            background-color: #2BAAB1;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
        color: #2BAAB1;
    }

        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: #2BAAB1;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #2BAAB1;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #2BAAB1;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        background-color: #383f48;
    }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #31373f;
        }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
            background: #3f4751;
        }

    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: #383f48;
        background: #383f48;
    }

    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: #383f48;
        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: #383f48;
        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: #383f48;
    }

        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: #383f48;
        }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #383f48;
    }

        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: #383f48;
        }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #383f48;
    }

        html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before {
            background-color: #383f48;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
        color: #383f48;
    }

        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: #383f48;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #383f48;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #383f48;
    }

    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: #0088CC !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: #0088CC !important;
    }
}

@media (max-width:991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #0088CC;
    }

        #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
            color: #0088CC;
        }

        #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
            background: #0088CC;
        }

            #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: #0088CC;
            }

    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: #0088CC;
    }

        #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: #0088CC;
        }

    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: #0088CC !important;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
        background-color: #0088CC;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
        color: #0088CC !important;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
        color: #0088CC !important;
    }
}

@media (max-width:991px){
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #0088CC;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
            background: #0088CC !important;
            color: #FFF !important;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #e36159;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
            background: #e36159 !important;
            color: #FFF !important;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
        color: #2BAAB1;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
            background: #2BAAB1 !important;
            color: #FFF !important;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
        color: #383f48;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
            background: #383f48 !important;
            color: #FFF !important;
        }
}

html #header .header-top.header-top-primary {
    background: #0088CC;
    border-top-color: #0077b3;
}

    html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
        background: #0099e6;
    }

        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: #0099e6;
        }

    html #header .header-top.header-top-primary .dropdown-menu {
        background: #0099e6;
        border-color: #0099e6;
    }

        html #header .header-top.header-top-primary .dropdown-menu a:hover, html #header .header-top.header-top-primary .dropdown-menu a:focus {
            background: #00aaff !important;
        }

html #header .header-top.header-top-secondary {
    background: #e36159;
    border-top-color: #df4c43;
}

    html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
        background: #e7766f;
    }

        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: #e7766f;
        }

    html #header .header-top.header-top-secondary .dropdown-menu {
        background: #e7766f;
        border-color: #e7766f;
    }

        html #header .header-top.header-top-secondary .dropdown-menu a:hover, html #header .header-top.header-top-secondary .dropdown-menu a:focus {
            background: #ea8b85 !important;
        }

html #header .header-top.header-top-tertiary {
    background: #2BAAB1;
    border-top-color: #26969c;
}

    html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
        background: #30bec6;
    }

        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: #30bec6;
        }

    html #header .header-top.header-top-tertiary .dropdown-menu {
        background: #30bec6;
        border-color: #30bec6;
    }

        html #header .header-top.header-top-tertiary .dropdown-menu a:hover, html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
            background: #3fc9d0 !important;
        }

html #header .header-top.header-top-quaternary {
    background: #383f48;
    border-top-color: #2d323a;
}

    html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
        background: #434c56;
    }

        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: #434c56;
        }

    html #header .header-top.header-top-quaternary .dropdown-menu {
        background: #434c56;
        border-color: #434c56;
    }

        html #header .header-top.header-top-quaternary .dropdown-menu a:hover, html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
            background: #4e5865 !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: #0088CC !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-secondary {
        background: #e36159 !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-tertiary {
        background: #2BAAB1 !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-quaternary {
        background: #383f48 !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: #0088CC;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #0088CC;
    }
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
    border-bottom-color: #0088CC;
}

.testimonial blockquote {
    background: #0099e6;
}

.testimonial .testimonial-arrow-down {
    border-top-color: #0099e6;
}

html .testimonial-primary blockquote {
    background: #0099e6;
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #0099e6;
}

html .testimonial-primary.testimonial-style-7 {
    background: #0099e6;
}

html .testimonial-quotes-primary blockquote:before, html .testimonial-quotes-primary blockquote:after {
    color: #0088CC !important;
}

html .testimonial-secondary blockquote {
    background: #e7766f;
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #e7766f;
}

html .testimonial-secondary.testimonial-style-7 {
    background: #e7766f;
}

html .testimonial-quotes-secondary blockquote:before, html .testimonial-quotes-secondary blockquote:after {
    color: #0088CC !important;
}

html .testimonial-tertiary blockquote {
    background: #30bec6;
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #30bec6;
}

html .testimonial-tertiary.testimonial-style-7 {
    background: #30bec6;
}

html .testimonial-quotes-tertiary blockquote:before, html .testimonial-quotes-tertiary blockquote:after {
    color: #0088CC !important;
}

html .testimonial-quaternary blockquote {
    background: #434c56;
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #434c56;
}

html .testimonial-quaternary.testimonial-style-7 {
    background: #434c56;
}

html .testimonial-quotes-quaternary blockquote:before, html .testimonial-quotes-quaternary blockquote:after {
    color: #0088CC !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: #0088CC !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: #0088CC !important;
}

.circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons {
    color: #0088CC;
}

.form-control.bg-primary, .form-control.bg-color-primary {
    color: #FFF;
    border-color: #0088CC;
}

    .form-control.bg-primary::-webkit-input-placeholder, .form-control.bg-color-primary::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-primary::-moz-placeholder, .form-control.bg-color-primary::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-primary:-ms-input-placeholder, .form-control.bg-color-primary:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-primary:-moz-placeholder, .form-control.bg-color-primary:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-primary blockquote {
    background: #0099e6;
}

.form-control .testimonial-primary .testimonial-arrow-down {
    border-top-color: #0099e6;
}

.form-control .testimonial-primary.testimonial-style-7 {
    background: #0099e6;
}

.form-control .testimonial-quotes-primary blockquote:before, .form-control .testimonial-quotes-primary blockquote:after {
    color: #0088CC !important;
}

.form-control.bg-secondary, .form-control.bg-color-secondary {
    color: #FFF;
    border-color: #e36159;
}

    .form-control.bg-secondary::-webkit-input-placeholder, .form-control.bg-color-secondary::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-secondary::-moz-placeholder, .form-control.bg-color-secondary::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-secondary:-ms-input-placeholder, .form-control.bg-color-secondary:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-secondary:-moz-placeholder, .form-control.bg-color-secondary:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-secondary blockquote {
    background: #e7766f;
}

.form-control .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #e7766f;
}

.form-control .testimonial-secondary.testimonial-style-7 {
    background: #e7766f;
}

.form-control .testimonial-quotes-secondary blockquote:before, .form-control .testimonial-quotes-secondary blockquote:after {
    color: #0088CC !important;
}

.form-control.bg-tertiary, .form-control.bg-color-tertiary {
    color: #FFF;
    border-color: #2BAAB1;
}

    .form-control.bg-tertiary::-webkit-input-placeholder, .form-control.bg-color-tertiary::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-tertiary::-moz-placeholder, .form-control.bg-color-tertiary::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-tertiary:-ms-input-placeholder, .form-control.bg-color-tertiary:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-tertiary:-moz-placeholder, .form-control.bg-color-tertiary:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-tertiary blockquote {
    background: #30bec6;
}

.form-control .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #30bec6;
}

.form-control .testimonial-tertiary.testimonial-style-7 {
    background: #30bec6;
}

.form-control .testimonial-quotes-tertiary blockquote:before, .form-control .testimonial-quotes-tertiary blockquote:after {
    color: #0088CC !important;
}

.form-control.bg-quaternary, .form-control.bg-color-quaternary {
    color: #FFF;
    border-color: #383f48;
}

    .form-control.bg-quaternary::-webkit-input-placeholder, .form-control.bg-color-quaternary::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-quaternary::-moz-placeholder, .form-control.bg-color-quaternary::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-quaternary:-ms-input-placeholder, .form-control.bg-color-quaternary:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-quaternary:-moz-placeholder, .form-control.bg-color-quaternary:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-quaternary blockquote {
    background: #434c56;
}

.form-control .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #434c56;
}

.form-control .testimonial-quaternary.testimonial-style-7 {
    background: #434c56;
}

.form-control .testimonial-quotes-quaternary blockquote:before, .form-control .testimonial-quotes-quaternary blockquote:after {
    color: #0088CC !important;
}

.form-control.bg-dark, .form-control.bg-color-dark {
    color: #FFF;
    border-color: #212529;
}

    .form-control.bg-dark::-webkit-input-placeholder, .form-control.bg-color-dark::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-dark::-moz-placeholder, .form-control.bg-color-dark::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-dark:-ms-input-placeholder, .form-control.bg-color-dark:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-dark:-moz-placeholder, .form-control.bg-color-dark:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-dark blockquote {
    background: #2c3237;
}

.form-control .testimonial-dark .testimonial-arrow-down {
    border-top-color: #2c3237;
}

.form-control .testimonial-dark.testimonial-style-7 {
    background: #2c3237;
}

.form-control .testimonial-quotes-dark blockquote:before, .form-control .testimonial-quotes-dark blockquote:after {
    color: #0088CC !important;
}

.form-control.bg-light, .form-control.bg-color-light {
    color: #777;
    border-color: #FFF;
}

    .form-control.bg-light::-webkit-input-placeholder, .form-control.bg-color-light::-webkit-input-placeholder {
        color: #5e5e5e;
    }

    .form-control.bg-light::-moz-placeholder, .form-control.bg-color-light::-moz-placeholder {
        color: #5e5e5e;
    }

    .form-control.bg-light:-ms-input-placeholder, .form-control.bg-color-light:-ms-input-placeholder {
        color: #5e5e5e;
    }

    .form-control.bg-light:-moz-placeholder, .form-control.bg-color-light:-moz-placeholder {
        color: #5e5e5e;
    }

.form-control .testimonial-light blockquote {
    background: #ffffff;
}

.form-control .testimonial-light .testimonial-arrow-down {
    border-top-color: #ffffff;
}

.form-control .testimonial-light.testimonial-style-7 {
    background: #ffffff;
}

.form-control .testimonial-quotes-light blockquote:before, .form-control .testimonial-quotes-light blockquote:after {
    color: #0088CC !important;
}

.form-range::-webkit-slider-thumb {
    background-color: #0088CC;
}

    .form-range::-webkit-slider-thumb:active {
        background-color: rgba(0,136,204,0.25);
    }

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.25rem rgba(0,136,204,0.25);
}

html .counters .counter-primary [class*="fa-"], html .counters .counter-primary .icons, html .counters .counter-primary strong {
    color: #0088CC;
}

html .counters .counter-secondary [class*="fa-"], html .counters .counter-secondary .icons, html .counters .counter-secondary strong {
    color: #e36159;
}

html .counters .counter-tertiary [class*="fa-"], html .counters .counter-tertiary .icons, html .counters .counter-tertiary strong {
    color: #2BAAB1;
}

html .counters .counter-quaternary [class*="fa-"], html .counters .counter-quaternary .icons, html .counters .counter-quaternary strong {
    color: #383f48;
}

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: #0088CC;
}

html .countdown.countdown-secondary > span > span {
    color: #e36159;
}

html .countdown.countdown-tertiary > span > span {
    color: #2BAAB1;
}

html .countdown.countdown-quaternary > span > span {
    color: #383f48;
}

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: #0088CC !important;
}

html .image-hotspot-primary .ring {
    border-color: rgba(0,136,204,0.9);
}

html .image-hotspot-secondary strong {
    color: #FFF !important;
}

html .image-hotspot-secondary .circle {
    background: #e36159 !important;
}

html .image-hotspot-secondary .ring {
    border-color: rgba(227,97,89,0.9);
}

html .image-hotspot-tertiary strong {
    color: #FFF !important;
}

html .image-hotspot-tertiary .circle {
    background: #2BAAB1 !important;
}

html .image-hotspot-tertiary .ring {
    border-color: rgba(43,170,177,0.9);
}

html .image-hotspot-quaternary strong {
    color: #FFF !important;
}

html .image-hotspot-quaternary .circle {
    background: #383f48 !important;
}

html .image-hotspot-quaternary .ring {
    border-color: rgba(56,63,72,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: #0088CC;
}

html .featured-box-primary .icon-featured {
    background-color: #0088CC;
}

html .featured-box-primary h4 {
    color: #0088CC;
}

html .featured-box-primary .box-content {
    border-top-color: #0088CC;
}

html .featured-box-primary .box-content-border-bottom {
    border-bottom-color: #0088CC;
}

html .featured-box-secondary .icon-featured {
    background-color: #e36159;
}

html .featured-box-secondary h4 {
    color: #e36159;
}

html .featured-box-secondary .box-content {
    border-top-color: #e36159;
}

html .featured-box-secondary .box-content-border-bottom {
    border-bottom-color: #e36159;
}

html .featured-box-tertiary .icon-featured {
    background-color: #2BAAB1;
}

html .featured-box-tertiary h4 {
    color: #2BAAB1;
}

html .featured-box-tertiary .box-content {
    border-top-color: #2BAAB1;
}

html .featured-box-tertiary .box-content-border-bottom {
    border-bottom-color: #2BAAB1;
}

html .featured-box-quaternary .icon-featured {
    background-color: #383f48;
}

html .featured-box-quaternary h4 {
    color: #383f48;
}

html .featured-box-quaternary .box-content {
    border-top-color: #383f48;
}

html .featured-box-quaternary .box-content-border-bottom {
    border-bottom-color: #383f48;
}

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: #0088CC;
    color: #0088CC;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #e36159;
    color: #e36159;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2BAAB1;
    color: #2BAAB1;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48;
}

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: #0088CC;
    color: #0088CC;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #e36159;
    color: #e36159;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #2BAAB1;
    color: #2BAAB1;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48;
}

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: #0088CC;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #2BAAB1;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

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: #0088CC;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #2BAAB1;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

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: #0088CC;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #e36159;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #2BAAB1;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

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: #0088CC;
    background: linear-gradient(135deg,#0088CC 0%,#383f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088CC",endColorstr="#383f48",GradientType=1);
}

.featured-boxes-modern-style-secondary .featured-box {
    background: #e36159;
    background: linear-gradient(135deg,#e36159 0%,#383f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e36159",endColorstr="#383f48",GradientType=1);
}

.featured-boxes-modern-style-tertiary .featured-box {
    background: #2BAAB1;
    background: linear-gradient(135deg,#2BAAB1 0%,#383f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2BAAB1",endColorstr="#383f48",GradientType=1);
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #0088CC;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #e36159;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #2BAAB1;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #383f48;
}

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 #0088CC;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #0088CC !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #e36159;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #e36159 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #2BAAB1;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #2BAAB1 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #383f48;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #383f48 !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;
}

.feature-box .feature-box-icon {
    background-color: #0088CC;
}

html .feature-box-primary .feature-box-icon {
    background-color: #0088CC;
}

html .feature-box-secondary .feature-box-icon {
    background-color: #e36159;
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #2BAAB1;
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #383f48;
}

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: #0088CC;
}

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: #0088CC;
}

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: #e36159;
}

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: #2BAAB1;
}

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: #383f48;
}

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: #0088CC;
}

    .feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-3 .feature-box-icon .icons {
        color: #0088CC;
    }

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #0088CC;
}

    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: #0088CC;
    }

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #e36159;
}

    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: #e36159;
    }

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #2BAAB1;
}

    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: #2BAAB1;
    }

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #383f48;
}

    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: #383f48;
    }

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: #0088CC;
}

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: #0088CC;
}

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: #e36159;
}

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: #2BAAB1;
}

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: #383f48;
}

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: #0088CC;
}

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: #0088CC;
}

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: #e36159;
}

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: #2BAAB1;
}

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: #383f48;
}

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: #0088CC;
}

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: #e36159;
}

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: #2BAAB1;
}

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: #383f48;
}

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: #006699;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
    background-color: #0077b3;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
    background-color: #0088CC;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
    background-color: #0099e6;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
    background-color: #00aaff;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
    background-color: #1ab2ff;
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #0088CC;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #e36159;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #2BAAB1;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #383f48;
    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: #0088CC;
}

    .pricing-table .most-popular h3 {
        background-color: #0088CC;
    }

.pricing-table.princig-table-flat .plan h3 {
    background-color: #0088CC;
}

    .pricing-table.princig-table-flat .plan h3 span {
        background: #0088CC;
    }

html .call-to-action.featured.featured-primary {
    border-top-color: #0088CC;
}

html .call-to-action.call-to-action-primary {
    background: #0088CC;
}

html .call-to-action.with-full-borders-primary {
    border-color: #0088CC;
}

html .call-to-action.call-to-action-primary {
    background: #0088CC;
}

    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: #e36159;
}

html .call-to-action.call-to-action-secondary {
    background: #e36159;
}

html .call-to-action.with-full-borders-secondary {
    border-color: #e36159;
}

html .call-to-action.call-to-action-secondary {
    background: #e36159;
}

    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: #2BAAB1;
}

html .call-to-action.call-to-action-tertiary {
    background: #2BAAB1;
}

html .call-to-action.with-full-borders-tertiary {
    border-color: #2BAAB1;
}

html .call-to-action.call-to-action-tertiary {
    background: #2BAAB1;
}

    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: #383f48;
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48;
}

html .call-to-action.with-full-borders-quaternary {
    border-color: #383f48;
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48;
}

    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: #0088CC;
    box-shadow: 0 0 0 3px #FFF,0 0 0 6px #0088CC;
}

ul.history li .featured-box .box-content {
    border-top-color: #0088CC;
}

.portfolio-list .portfolio-item.portfolio-item-new:after {
    background: linear-gradient(135deg,#0088CC 0%,#e36159 80%);
}

.recent-posts .date .month, article.post .post-date .month {
    background-color: #0088CC;
}

.recent-posts .date .day, article.post .post-date .day {
    color: #0088CC;
}

.slider .tp-bannertimer {
    background-color: #0088CC;
}

.home-concept strong {
    color: #0088CC;
}

html .home-intro-primary {
    background: #0088CC;
}

html .home-intro-secondary {
    background: #e36159;
}

html .home-intro-tertiary {
    background: #2BAAB1;
}

html .home-intro-quaternary {
    background: #383f48;
}

html .home-intro-dark {
    background: #212529;
}

html .home-intro-light {
    background: #FFF;
}

html .slide-overlay-primary .slotholder:after {
    background-color: #0088CC !important;
}

html .slider-container .tp-caption-overlay-primary {
    background: #0088CC;
}

html .slider-container .tp-caption-overlay-opacity-primary {
    background: rgba(0,136,204,0.4);
}

html .tp-bullets.bullets-color-primary .tp-bullet:hover, html .tp-bullets.bullets-color-primary .tp-bullet.selected {
    background: #0088CC;
}

html .slide-overlay-secondary .slotholder:after {
    background-color: #e36159 !important;
}

html .slider-container .tp-caption-overlay-secondary {
    background: #e36159;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
    background: rgba(227,97,89,0.4);
}

html .tp-bullets.bullets-color-secondary .tp-bullet:hover, html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
    background: #e36159;
}

html .slide-overlay-tertiary .slotholder:after {
    background-color: #2BAAB1 !important;
}

html .slider-container .tp-caption-overlay-tertiary {
    background: #2BAAB1;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
    background: rgba(43,170,177,0.4);
}

html .tp-bullets.bullets-color-tertiary .tp-bullet:hover, html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
    background: #2BAAB1;
}

html .slide-overlay-quaternary .slotholder:after {
    background-color: #383f48 !important;
}

html .slider-container .tp-caption-overlay-quaternary {
    background: #383f48;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
    background: rgba(56,63,72,0.4);
}

html .tp-bullets.bullets-color-quaternary .tp-bullet:hover, html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
    background: #383f48;
}

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: #2BAAB1 !important;
    background-image: linear-gradient(to right,#2BAAB1 0%,#383f48 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2BAAB1",endColorstr="#383f48",GradientType=1);
}

.cd-product-viewer-handle .handle {
    background: #0088CC;
}

.tparrows.tparrows-carousel.tp-leftarrow, .tparrows.tparrows-carousel.tp-rightarrow {
    background-color: #0088CC;
    border-color: #0088CC #0088CC #006699;
    color: #fff;
}

    .tparrows.tparrows-carousel.tp-leftarrow:hover, .tparrows.tparrows-carousel.tp-rightarrow:hover, .tparrows.tparrows-carousel.tp-leftarrow.hover, .tparrows.tparrows-carousel.tp-rightarrow.hover {
        background-color: #00a1f2;
        border-color: #00aaff #00aaff #0088CC;
        color: #fff;
    }

    .tparrows.tparrows-carousel.tp-leftarrow:focus, .tparrows.tparrows-carousel.tp-rightarrow:focus, .tparrows.tparrows-carousel.tp-leftarrow.focus, .tparrows.tparrows-carousel.tp-rightarrow.focus {
        background-color: #006ea6;
        border-color: #006699 #006699 #004466;
        color: #fff;
        box-shadow: 0 0 0 3px rgba(0,136,204,0.5);
    }

    .tparrows.tparrows-carousel.tp-leftarrow.disabled, .tparrows.tparrows-carousel.tp-rightarrow.disabled, .tparrows.tparrows-carousel.tp-leftarrow:disabled, .tparrows.tparrows-carousel.tp-rightarrow:disabled {
        background-color: #0088CC;
        border-color: #0088CC #0088CC #006699;
    }

    .tparrows.tparrows-carousel.tp-leftarrow:active, .tparrows.tparrows-carousel.tp-rightarrow:active, .tparrows.tparrows-carousel.tp-leftarrow.active, .tparrows.tparrows-carousel.tp-rightarrow.active {
        background-color: #006ea6 !important;
        background-image: none !important;
        border-color: #006699 #006699 #004466 !important;
    }

.tparrows.arrows-primary:before {
    color: #0088CC;
}

.shop .products .product .onsale {
    background-color: #0088CC;
    border-bottom-color: #006da3;
}

.shop .cart-totals tr.total .amount {
    color: #0088CC;
}

.shop .products .product .quick-view {
    background: rgba(0,136,204,0.7);
}

.shop .products .product:hover .quick-view:hover {
    background: #0088CC;
}

.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
    color: #FFF;
    background: #0088CC;
}

.product .product-thumb-info .countdown-offer-wrapper {
    background: #0088CC;
}

.dropdown-menu.dropdown-menu-arrow-centered a:focus, .dropdown-menu.dropdown-menu-arrow-centered a:active {
    background-color: #0088CC;
}

#footer .footer-ribbon {
    background: #0088CC;
}

    #footer .footer-ribbon:before {
        border-right-color: #005580;
        border-left-color: #005580;
    }

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
    color: #0088CC !important;
}

    #footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
        background: #0088CC !important;
    }

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
    color: #0088CC !important;
}

    #footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
        background: #0088CC !important;
    }

.scrollable.colored-slider .scrollable-slider {
    background: #0088CC;
}

.sample-icon-list .sample-icon a:hover {
    background-color: #0088CC;
}

.cursor-inner {
    background-color: #0088CC;
}

    .cursor-inner.cursor-inner-plus:before {
        color: #0088CC;
    }

.cursor-outer {
    border-color: #0088CC;
}

.cssload-thecube .cssload-cube:before {
    background-color: #0088CC;
}

.cssload-cube-progress {
    border-color: #0088CC;
}

.cssload-cube-progress-inner {
    background-color: #0088CC;
}

.cssload-float-rings-inner.cssload-one {
    border-bottom-color: #0088CC;
}

.cssload-float-rings-inner.cssload-two {
    border-right-color: #0088CC;
}

.cssload-float-rings-inner.cssload-three {
    border-top-color: #0088CC;
}

.cssload-float-bars-loading, .cssload-float-bars-loading:after, .cssload-float-bars-loading:before {
    background: #0088CC;
}

.cssload-speeding-wheel {
    border-top-color: #0088CC;
    border-bottom-color: #0088CC;
}

.cssload-zenith {
    box-shadow: 3px 3px 1px #0088CC;
}

.cssload-spinning-square-loading {
    background: #0088CC;
}

    .cssload-spinning-square-loading:before {
        background: #e36159;
    }

    .cssload-spinning-square-loading:after {
        background: #FFF;
    }

.cssload-pulse-loader {
    background: #0088CC;
}

.map-rounded-pin {
    background: #0088CC;
}

html.boxed .body {
    border-top-color: #0088CC;
}

body {
    font-family: "Poppins",sans-serif;
}

@media (min-width:1200px){
    .container {
        max-width: 1200px !important;
    }
}

[class*="text-color-hover-"] {
    transition: ease all 300ms;
}

[class*="bg-color-hover-"] {
    transition: ease background 300ms;
}

@media (min-width:768px){
    .custom-max-width-1 {
        max-width: 387px;
    }
}

.custom-font-secondary {
    font-family: "Roboto Slab",serif !important;
}

.custom-font-size-1 {
    font-size: 1.4em !important;
}

.custom-font-size-2 {
    font-size: 1.35em !important;
}

.custom-font-size-3 {
    font-size: 1.15em !important;
}

.custom-font-size-4 {
    font-size: 50% !important;
}

.custom-text-color-1 {
    color: #93bae4 !important;
}

.box-shadow-1 .card-body {
    z-index: 1;
}

.custom-box-shadow-1 {
    box-shadow: 0 0px 90px -55px rgba(0,0,0,0.25) !important;
}

.custom-border-radius-1 {
    border-radius: 0.5rem !important;
}

.custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 3px solid #CCC;
}

.custom-card-style-1 {
    border: 2px solid transparent;
    transition: ease border 300ms;
}

    .custom-card-style-1 .custom-card-style-1-image-wrapper img {
        transform: translate3d(5px,-5px,0);
        transition: ease transform 300ms;
    }

    .custom-card-style-1 .custom-card-style-1-title, .custom-card-style-1 .custom-card-style-1-link {
        transition: ease color 300ms;
    }

    .custom-card-style-1:hover .custom-card-style-1-image-wrapper img {
        transform: translate3d(0,0,0);
    }

.owl-carousel {
    display: block;
    opacity: 0;
}

    .owl-carousel.owl-loaded {
        opacity: 1;
    }

@media (min-width:1200px){
    .custom-carousel-box-shadow-1 {
        position: relative;
    }

        .custom-carousel-box-shadow-1:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 65%;
            height: 0px;
            box-shadow: 0 0 110px 180px rgba(0,0,0,0.07);
            transform: translate3d(-50%,-50%,0);
            z-index: 0;
        }

    .custom-carousel-box-shadow-2 {
        position: relative;
    }

        .custom-carousel-box-shadow-2:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 57%;
            height: 0px;
            box-shadow: 0 0 160px 240px rgba(0,0,0,0.07);
            transform: translate3d(-50%,-50%,0);
            z-index: 0;
        }
}

@media (min-width:992px){
    .custom-highlight-1 {
        position: relative;
        z-index: 1;
    }

        .custom-highlight-1:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: #212529;
            z-index: -1;
        }
}

.customHighlightAnim:after {
    -webkit-animation-name: customHighlightAnim;
    animation-name: customHighlightAnim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.customHighlightAnimDelay:after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes customHighlightAnim{
    0% {
        width: 0;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

@keyframes customHighlightAnim{
    0% {
        width: 0;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.clean-animation-1 svg g:nth-child(1) {
    -webkit-animation: cleanAnimation 3s;
    animation: cleanAnimation 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.clean-animation-1 svg g:nth-child(2) {
    -webkit-animation: cleanAnimation 3s;
    animation: cleanAnimation 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.clean-animation-1 svg g:nth-child(3) {
    -webkit-animation: cleanAnimation 3s;
    animation: cleanAnimation 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

@-webkit-keyframes cleanAnimation{
    0% {
        opacity: 0;
        transform: scale(0.8);
        transform-origin: 50% 50%;
    }

    85% {
        opacity: 1;
        transform: scale(1);
        transform-origin: 50% 50%;
    }

    100% {
        opacity: 0;
        transform: scale(1);
        transform-origin: 50% 50%;
    }
}

@keyframes cleanAnimation{
    0% {
        opacity: 0;
        transform: scale(0.8);
        transform-origin: 50% 50%;
    }

    85% {
        opacity: 1;
        transform: scale(1);
        transform-origin: 50% 50%;
    }

    100% {
        opacity: 0;
        transform: scale(1);
        transform-origin: 50% 50%;
    }
}

.customLineAnimation {
    -webkit-animation-name: customLineAnimation;
    animation-name: customLineAnimation;
}

@-webkit-keyframes customLineAnimation{
    0% {
        width: 0px;
        opacity: 1;
    }

    100% {
        width: 50px;
        opacity: 1;
    }
}

@keyframes customLineAnimation{
    0% {
        width: 0px;
        opacity: 1;
    }

    100% {
        width: 50px;
        opacity: 1;
    }
}

@media (min-width:2000px){
    .shape-divider svg {
        width: 100%;
    }
}

.custom-col-half-section.col-half-section {
    max-width: 727px;
}

.fluid-col-lg-5 .fluid-col {
    left: 50%;
    width: 100vw;
    transform: translate3d(-50%,0,0);
}

@media (min-width:992px){
    .fluid-col-lg-5 {
        min-height: 0;
    }

        .fluid-col-lg-5 .fluid-col {
            width: calc(44.2vw - 15px);
            left: 15px;
            transform: none;
        }
}

@media (max-width:991px){
    .fluid-col-lg-5 {
        min-height: 400px !important;
    }
}

.custom-header-top-btn-style-1 {
    position: relative;
}

    .custom-header-top-btn-style-1:after {
        content: "";
        position: absolute;
        top: 100%;
        right: 0;
        width: calc(100% + 20px);
        height: 10px;
        z-index: 1;
        background: #FFF;
    }

html.sticky-header-active #header .header-top {
    padding: 0 !important;
}

@media (min-width:992px){
    #header .header-nav-main nav > ul > li > a {
        font-size: 15px;
        font-weight: 600;
        padding: 0 0.8rem !important;
    }
}

@media (min-width:1200px){
    #header .header-nav-main nav > ul > li > a {
        padding: 0 1.3rem !important;
    }
}

.custom-form-style-1 .form-control {
    height: calc(1.8em + 1.85rem + 2px);
    padding: 15.6px 20px;
    padding: 0.975rem 1.25rem;
    background: #f7f7f7;
    border-color: #f7f7f7;
    line-height: 1.5 !important;
}

    .custom-form-style-1 .form-control:focus {
        border-color: #CCC;
    }

    .custom-form-style-1 .form-control::-webkit-input-placeholder {
        color: #a9a9a9;
    }

    .custom-form-style-1 .form-control::-moz-placeholder {
        color: #a9a9a9;
    }

    .custom-form-style-1 .form-control:-ms-input-placeholder {
        color: #a9a9a9;
    }

.custom-form-style-1 select {
    color: #495057;
}

    .custom-form-style-1 select option {
        color: #a9a9a9;
    }

        .custom-form-style-1 select option[selected] {
            color: #a9a9a9;
        }

.custom-form-style-1 textarea.form-control {
    height: auto;
}

.custom-svg-stars {
    position: absolute;
    top: 0;
    right: 100%;
    width: 300px;
    opacity: 0.1;
    z-index: 0;
}

.custom-accordion-style-1 > .card {
    border: 1px solid transparent !important;
    transition: ease border-color 300ms;
}

    .custom-accordion-style-1 > .card .card-header a {
        position: relative;
        padding: 23px 30px;
        background-color: #FFF;
        transition: ease background-color 300ms,ease color 300ms;
    }

        .custom-accordion-style-1 > .card .card-header a:after {
            content: "+";
            position: absolute;
            top: 50%;
            right: 25px;
            font-size: inherit;
            font-weight: inherit;
            transform: translate3d(0,-50%,0) rotate(45deg);
            transform-origin: 50% 50%;
            transition: ease transform 300ms;
        }

        .custom-accordion-style-1 > .card .card-header a.collapsed:after {
            transform: translate3d(0,-50%,0) rotate(0deg);
        }

    .custom-accordion-style-1 > .card + .card {
        margin-top: 20px;
    }

.custom-featured-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 100%;
}

    .custom-featured-icon-wrapper .icon-featured {
        margin: 0 !important;
    }

.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote {
    background: #FFF !important;
    padding: 45px 40px 35px 40px;
}

    .testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 19.2px;
        font-size: 1.2rem;
        top: 15px;
        left: 15px;
    }

.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author {
    margin: 19px 0 0 0;
}

    .testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img {
        max-width: 67px;
    }

.custom-list-icons-icon-size li {
    padding-left: 50px !important;
}

    .custom-list-icons-icon-size li > [class*="fa-"]:first-child, .custom-list-icons-icon-size li > .icons:first-child, .custom-list-icons-icon-size li a:first-child > [class*="fa-"]:first-child, .custom-list-icons-icon-size li a:first-child > .icons:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px !important;
        height: 40px !important;
        font-size: 14.4px !important;
        font-size: 0.9rem !important;
        top: 1px !important;
    }

.custom-nav-list-effect-1 > li > a {
    position: relative;
    transition: ease padding 300ms,ease color 300ms;
}

    .custom-nav-list-effect-1 > li > a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #CCC;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0,-50%,0);
        transition: ease opacity 300ms;
    }

.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a {
    padding-left: 15px;
}

    .custom-nav-list-effect-1 > li.active > a:before, .custom-nav-list-effect-1 > li.open > a:before, .custom-nav-list-effect-1 > li:hover > a:before {
        opacity: 1;
        visibility: visible;
    }

.blog-sidebar .form-control.bg-color-grey {
    background-color: #FFF !important;
}

#footer p, #footer a:not(.btn), #footer span, #footer li, #footer .footer-copyright p {
    color: #a3b2c7;
}

#footer .social-icons li a {
    color: #a3b2c7 !important;
}

#footer .social-icons li:hover a {
    color: #FFF !important;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #a3b2c7;
}

::-moz-selection {
    color: #FFF;
    background: #00a1cd;
}

::selection {
    color: #FFF;
    background: #00a1cd;
}

:root {
    --primary: #00a1cd;
    --secondary: #183f72;
    --tertiary: #0281d7;
    --quaternary: #383f48;
}

a {
    color: #00a1cd;
}

    a:hover {
        color: #00b5e7;
    }

    a:focus {
        color: #00b5e7;
    }

    a:active {
        color: #008db4;
    }

html .text-color-primary, html .text-primary {
    color: #00a1cd !important;
}

html .text-color-hover-primary:hover, html .text-hover-primary:hover {
    color: #00a1cd !important;
}

html .text-color-secondary, html .text-secondary {
    color: #183f72 !important;
}

html .text-color-hover-secondary:hover, html .text-hover-secondary:hover {
    color: #183f72 !important;
}

html .text-color-tertiary, html .text-tertiary {
    color: #0281d7 !important;
}

html .text-color-hover-tertiary:hover, html .text-hover-tertiary:hover {
    color: #0281d7 !important;
}

html .text-color-quaternary, html .text-quaternary {
    color: #383f48 !important;
}

html .text-color-hover-quaternary:hover, html .text-hover-quaternary:hover {
    color: #383f48 !important;
}

html .text-color-dark, html .text-dark {
    color: #212529 !important;
}

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 {
    fill: #00a1cd !important;
}

    html .svg-fill-color-primary svg path, html .svg-fill-color-primary svg rect, html .svg-fill-color-primary svg line, html .svg-fill-color-primary svg polyline, html .svg-fill-color-primary svg polygon {
        fill: #00a1cd !important;
    }

html .svg-fill-color-hover-primary:hover {
    fill: #00a1cd !important;
}

html .svg-fill-color-hover-primary svg:hover path, html .svg-fill-color-hover-primary svg:hover rect, html .svg-fill-color-hover-primary svg:hover line, html .svg-fill-color-hover-primary svg:hover polyline, html .svg-fill-color-hover-primary svg:hover polygon {
    fill: #00a1cd !important;
}

html .svg-stroke-color-primary {
    stroke: #00a1cd !important;
}

    html .svg-stroke-color-primary svg path, html .svg-stroke-color-primary svg rect, html .svg-stroke-color-primary svg line, html .svg-stroke-color-primary svg polyline, html .svg-stroke-color-primary svg polygon {
        stroke: #00a1cd !important;
    }

html .svg-stroke-color-hover-primary:hover {
    stroke: #00a1cd !important;
}

html .svg-stroke-color-hover-primary svg:hover path, html .svg-stroke-color-hover-primary svg:hover rect, html .svg-stroke-color-hover-primary svg:hover line, html .svg-stroke-color-hover-primary svg:hover polyline, html .svg-stroke-color-hover-primary svg:hover polygon {
    stroke: #00a1cd !important;
}

html .svg-fill-color-secondary {
    fill: #183f72 !important;
}

    html .svg-fill-color-secondary svg path, html .svg-fill-color-secondary svg rect, html .svg-fill-color-secondary svg line, html .svg-fill-color-secondary svg polyline, html .svg-fill-color-secondary svg polygon {
        fill: #183f72 !important;
    }

html .svg-fill-color-hover-secondary:hover {
    fill: #183f72 !important;
}

html .svg-fill-color-hover-secondary svg:hover path, html .svg-fill-color-hover-secondary svg:hover rect, html .svg-fill-color-hover-secondary svg:hover line, html .svg-fill-color-hover-secondary svg:hover polyline, html .svg-fill-color-hover-secondary svg:hover polygon {
    fill: #183f72 !important;
}

html .svg-stroke-color-secondary {
    stroke: #183f72 !important;
}

    html .svg-stroke-color-secondary svg path, html .svg-stroke-color-secondary svg rect, html .svg-stroke-color-secondary svg line, html .svg-stroke-color-secondary svg polyline, html .svg-stroke-color-secondary svg polygon {
        stroke: #183f72 !important;
    }

html .svg-stroke-color-hover-secondary:hover {
    stroke: #183f72 !important;
}

html .svg-stroke-color-hover-secondary svg:hover path, html .svg-stroke-color-hover-secondary svg:hover rect, html .svg-stroke-color-hover-secondary svg:hover line, html .svg-stroke-color-hover-secondary svg:hover polyline, html .svg-stroke-color-hover-secondary svg:hover polygon {
    stroke: #183f72 !important;
}

html .svg-fill-color-tertiary {
    fill: #0281d7 !important;
}

    html .svg-fill-color-tertiary svg path, html .svg-fill-color-tertiary svg rect, html .svg-fill-color-tertiary svg line, html .svg-fill-color-tertiary svg polyline, html .svg-fill-color-tertiary svg polygon {
        fill: #0281d7 !important;
    }

html .svg-fill-color-hover-tertiary:hover {
    fill: #0281d7 !important;
}

html .svg-fill-color-hover-tertiary svg:hover path, html .svg-fill-color-hover-tertiary svg:hover rect, html .svg-fill-color-hover-tertiary svg:hover line, html .svg-fill-color-hover-tertiary svg:hover polyline, html .svg-fill-color-hover-tertiary svg:hover polygon {
    fill: #0281d7 !important;
}

html .svg-stroke-color-tertiary {
    stroke: #0281d7 !important;
}

    html .svg-stroke-color-tertiary svg path, html .svg-stroke-color-tertiary svg rect, html .svg-stroke-color-tertiary svg line, html .svg-stroke-color-tertiary svg polyline, html .svg-stroke-color-tertiary svg polygon {
        stroke: #0281d7 !important;
    }

html .svg-stroke-color-hover-tertiary:hover {
    stroke: #0281d7 !important;
}

html .svg-stroke-color-hover-tertiary svg:hover path, html .svg-stroke-color-hover-tertiary svg:hover rect, html .svg-stroke-color-hover-tertiary svg:hover line, html .svg-stroke-color-hover-tertiary svg:hover polyline, html .svg-stroke-color-hover-tertiary svg:hover polygon {
    stroke: #0281d7 !important;
}

html .svg-fill-color-quaternary {
    fill: #383f48 !important;
}

    html .svg-fill-color-quaternary svg path, html .svg-fill-color-quaternary svg rect, html .svg-fill-color-quaternary svg line, html .svg-fill-color-quaternary svg polyline, html .svg-fill-color-quaternary svg polygon {
        fill: #383f48 !important;
    }

html .svg-fill-color-hover-quaternary:hover {
    fill: #383f48 !important;
}

html .svg-fill-color-hover-quaternary svg:hover path, html .svg-fill-color-hover-quaternary svg:hover rect, html .svg-fill-color-hover-quaternary svg:hover line, html .svg-fill-color-hover-quaternary svg:hover polyline, html .svg-fill-color-hover-quaternary svg:hover polygon {
    fill: #383f48 !important;
}

html .svg-stroke-color-quaternary {
    stroke: #383f48 !important;
}

    html .svg-stroke-color-quaternary svg path, html .svg-stroke-color-quaternary svg rect, html .svg-stroke-color-quaternary svg line, html .svg-stroke-color-quaternary svg polyline, html .svg-stroke-color-quaternary svg polygon {
        stroke: #383f48 !important;
    }

html .svg-stroke-color-hover-quaternary:hover {
    stroke: #383f48 !important;
}

html .svg-stroke-color-hover-quaternary svg:hover path, html .svg-stroke-color-hover-quaternary svg:hover rect, html .svg-stroke-color-hover-quaternary svg:hover line, html .svg-stroke-color-hover-quaternary svg:hover polyline, html .svg-stroke-color-hover-quaternary svg:hover polygon {
    stroke: #383f48 !important;
}

html .svg-fill-color-dark {
    fill: #212529 !important;
}

    html .svg-fill-color-dark svg path, html .svg-fill-color-dark svg rect, html .svg-fill-color-dark svg line, html .svg-fill-color-dark svg polyline, html .svg-fill-color-dark svg polygon {
        fill: #212529 !important;
    }

html .svg-fill-color-hover-dark:hover {
    fill: #212529 !important;
}

html .svg-fill-color-hover-dark svg:hover path, html .svg-fill-color-hover-dark svg:hover rect, html .svg-fill-color-hover-dark svg:hover line, html .svg-fill-color-hover-dark svg:hover polyline, html .svg-fill-color-hover-dark svg:hover polygon {
    fill: #212529 !important;
}

html .svg-stroke-color-dark {
    stroke: #212529 !important;
}

    html .svg-stroke-color-dark svg path, html .svg-stroke-color-dark svg rect, html .svg-stroke-color-dark svg line, html .svg-stroke-color-dark svg polyline, html .svg-stroke-color-dark svg polygon {
        stroke: #212529 !important;
    }

html .svg-stroke-color-hover-dark:hover {
    stroke: #212529 !important;
}

html .svg-stroke-color-hover-dark svg:hover path, html .svg-stroke-color-hover-dark svg:hover rect, html .svg-stroke-color-hover-dark svg:hover line, html .svg-stroke-color-hover-dark svg:hover polyline, html .svg-stroke-color-hover-dark svg:hover polygon {
    stroke: #212529 !important;
}

html .svg-fill-color-light {
    fill: #FFF !important;
}

    html .svg-fill-color-light svg path, html .svg-fill-color-light svg rect, html .svg-fill-color-light svg line, html .svg-fill-color-light svg polyline, html .svg-fill-color-light svg polygon {
        fill: #FFF !important;
    }

html .svg-fill-color-hover-light:hover {
    fill: #FFF !important;
}

html .svg-fill-color-hover-light svg:hover path, html .svg-fill-color-hover-light svg:hover rect, html .svg-fill-color-hover-light svg:hover line, html .svg-fill-color-hover-light svg:hover polyline, html .svg-fill-color-hover-light svg:hover polygon {
    fill: #FFF !important;
}

html .svg-stroke-color-light {
    stroke: #FFF !important;
}

    html .svg-stroke-color-light svg path, html .svg-stroke-color-light svg rect, html .svg-stroke-color-light svg line, html .svg-stroke-color-light svg polyline, html .svg-stroke-color-light svg polygon {
        stroke: #FFF !important;
    }

html .svg-stroke-color-hover-light:hover {
    stroke: #FFF !important;
}

html .svg-stroke-color-hover-light svg:hover path, html .svg-stroke-color-hover-light svg:hover rect, html .svg-stroke-color-hover-light svg:hover line, html .svg-stroke-color-hover-light svg:hover polyline, html .svg-stroke-color-hover-light svg:hover polygon {
    stroke: #FFF !important;
}

.svg-animation-effect-1-hover:hover svg path, .svg-animation-effect-1-hover:hover svg polygon, .svg-animation-effect-1-hover:hover svg polyline, .svg-animation-effect-1-hover:hover svg rect {
    stroke: #00a1cd;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg rect {
    stroke: #00a1cd;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg rect {
    stroke: #183f72;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg rect {
    stroke: #0281d7;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg rect {
    stroke: #383f48;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg rect {
    stroke: #212529;
}

.svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg path, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polygon, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polyline, .svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg rect {
    stroke: #FFF;
}

.gradient-text-color {
    color: #00a1cd;
    background: linear-gradient(to bottom right,#00a1cd,#183f72);
    background-image: linear-gradient(to right,#00a1cd,#183f72);
}

html .bg-color-primary, html .bg-primary {
    background-color: #00a1cd !important;
}

html .bg-color-hover-primary:hover, html .bg-hover-primary:hover {
    background-color: #00a1cd !important;
}

html .bg-color-after-primary:after {
    background-color: #00a1cd !important;
}

html .bg-color-hover-after-primary:after:hover {
    background-color: #00a1cd !important;
}

html .bg-color-before-primary:before {
    background-color: #00a1cd !important;
}

html .bg-color-hover-before-primary:before:hover {
    background-color: #00a1cd !important;
}

html .bg-color-secondary, html .bg-secondary {
    background-color: #183f72 !important;
}

html .bg-color-hover-secondary:hover, html .bg-hover-secondary:hover {
    background-color: #183f72 !important;
}

html .bg-color-after-secondary:after {
    background-color: #183f72 !important;
}

html .bg-color-hover-after-secondary:after:hover {
    background-color: #183f72 !important;
}

html .bg-color-before-secondary:before {
    background-color: #183f72 !important;
}

html .bg-color-hover-before-secondary:before:hover {
    background-color: #183f72 !important;
}

html .bg-color-tertiary, html .bg-tertiary {
    background-color: #0281d7 !important;
}

html .bg-color-hover-tertiary:hover, html .bg-hover-tertiary:hover {
    background-color: #0281d7 !important;
}

html .bg-color-after-tertiary:after {
    background-color: #0281d7 !important;
}

html .bg-color-hover-after-tertiary:after:hover {
    background-color: #0281d7 !important;
}

html .bg-color-before-tertiary:before {
    background-color: #0281d7 !important;
}

html .bg-color-hover-before-tertiary:before:hover {
    background-color: #0281d7 !important;
}

html .bg-color-quaternary, html .bg-quaternary {
    background-color: #383f48 !important;
}

html .bg-color-hover-quaternary:hover, html .bg-hover-quaternary:hover {
    background-color: #383f48 !important;
}

html .bg-color-after-quaternary:after {
    background-color: #383f48 !important;
}

html .bg-color-hover-after-quaternary:after:hover {
    background-color: #383f48 !important;
}

html .bg-color-before-quaternary:before {
    background-color: #383f48 !important;
}

html .bg-color-hover-before-quaternary:before:hover {
    background-color: #383f48 !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;
}

html .bg-color-after-dark:after {
    background-color: #212529 !important;
}

html .bg-color-hover-after-dark:after:hover {
    background-color: #212529 !important;
}

html .bg-color-before-dark:before {
    background-color: #212529 !important;
}

html .bg-color-hover-before-dark:before:hover {
    background-color: #212529 !important;
}

html .bg-color-light, html .bg-light {
    background-color: #FFF !important;
}

html .bg-color-hover-light:hover, html .bg-hover-light:hover {
    background-color: #FFF !important;
}

html .bg-color-after-light:after {
    background-color: #FFF !important;
}

html .bg-color-hover-after-light:after:hover {
    background-color: #FFF !important;
}

html .bg-color-before-light:before {
    background-color: #FFF !important;
}

html .bg-color-hover-before-light:before:hover {
    background-color: #FFF !important;
}

.bg-gradient {
    background-color: #00a1cd !important;
    background-image: linear-gradient(to right,#00a1cd 0%,#183f72 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a1cd",endColorstr="#183f72",GradientType=1);
}

.bg-gradient-to-top {
    background-color: #00a1cd !important;
    background-image: linear-gradient(to top,#00a1cd 0%,#183f72 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a1cd",endColorstr="#183f72",GradientType=1);
}

.bg-gradient-to-bottom {
    background-color: #00a1cd !important;
    background-image: linear-gradient(to bottom,#00a1cd 0%,#183f72 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a1cd",endColorstr="#183f72",GradientType=1);
}

@-webkit-keyframes colorTransition{
    0% {
        background-color: #00a1cd;
    }

    33% {
        background-color: #183f72;
    }

    66% {
        background-color: #0281d7;
    }

    100% {
        background-color: #383f48;
    }
}

@keyframes colorTransition{
    0% {
        background-color: #00a1cd;
    }

    33% {
        background-color: #183f72;
    }

    66% {
        background-color: #0281d7;
    }

    100% {
        background-color: #383f48;
    }
}

html .border-color-primary {
    border-color: #00a1cd !important;
}

html .border-color-hover-primary:hover {
    border-color: #00a1cd !important;
}

html .border-color-secondary {
    border-color: #183f72 !important;
}

html .border-color-hover-secondary:hover {
    border-color: #183f72 !important;
}

html .border-color-tertiary {
    border-color: #0281d7 !important;
}

html .border-color-hover-tertiary:hover {
    border-color: #0281d7 !important;
}

html .border-color-quaternary {
    border-color: #383f48 !important;
}

html .border-color-hover-quaternary:hover {
    border-color: #383f48 !important;
}

html .border-color-dark {
    border-color: #212529 !important;
}

html .border-color-hover-dark:hover {
    border-color: #212529 !important;
}

html .border-color-light {
    border-color: #FFF !important;
}

html .border-color-hover-light:hover {
    border-color: #FFF !important;
}

.alternative-font {
    color: #00a1cd;
}

html .box-shadow-1-primary:before {
    box-shadow: 0 30px 90px #00a1cd !important;
}

html .box-shadow-1-secondary:before {
    box-shadow: 0 30px 90px #183f72 !important;
}

html .box-shadow-1-tertiary:before {
    box-shadow: 0 30px 90px #0281d7 !important;
}

html .box-shadow-1-quaternary:before {
    box-shadow: 0 30px 90px #383f48 !important;
}

html .box-shadow-1-dark:before {
    box-shadow: 0 30px 90px #212529 !important;
}

html .box-shadow-1-light:before {
    box-shadow: 0 30px 90px #FFF !important;
}

html .blockquote-primary {
    border-color: #00a1cd !important;
}

html .blockquote-secondary {
    border-color: #183f72 !important;
}

html .blockquote-tertiary {
    border-color: #0281d7 !important;
}

html .blockquote-quaternary {
    border-color: #383f48 !important;
}

html .blockquote-dark {
    border-color: #212529 !important;
}

html .blockquote-light {
    border-color: #FFF !important;
}

p.drop-caps:first-letter {
    color: #00a1cd;
}

p.drop-caps.drop-caps-style-2:first-letter {
    background-color: #00a1cd;
}

html .nav-color-primary nav > ul > li > a {
    color: #00a1cd !important;
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #00a1cd !important;
}

html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #00a1cd !important;
}

html .nav-color-secondary nav > ul > li > a {
    color: #183f72 !important;
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #183f72 !important;
}

html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #183f72 !important;
}

html .nav-color-tertiary nav > ul > li > a {
    color: #0281d7 !important;
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #0281d7 !important;
}

html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #0281d7 !important;
}

html .nav-color-quaternary nav > ul > li > a {
    color: #383f48 !important;
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #383f48 !important;
}

html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #383f48 !important;
}

html .nav-color-dark nav > ul > li > a {
    color: #212529 !important;
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #212529 !important;
}

html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #212529 !important;
}

html .nav-color-light nav > ul > li > a {
    color: #FFF !important;
}

html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
    background-color: #FFF !important;
}

html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
    border-top-color: #FFF !important;
}

.nav-pills > li.active > a, .nav-pills .nav-link.active {
    background-color: #00a1cd;
}

    .nav-pills > li.active > a:hover, .nav-pills .nav-link.active:hover, .nav-pills > li.active > a:focus, .nav-pills .nav-link.active:focus {
        background-color: #00a1cd;
    }

.nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active {
    border-bottom-color: #00a1cd;
}

html .nav-pills-primary a {
    color: #00a1cd;
}

    html .nav-pills-primary a:hover {
        color: #00b5e7;
    }

    html .nav-pills-primary a:focus {
        color: #00b5e7;
    }

    html .nav-pills-primary a:active {
        color: #008db4;
    }

html .nav-pills-primary .nav-link.active, html .nav-pills-primary > li.active > a {
    background-color: #00a1cd;
}

    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: #00a1cd;
    }

html .nav-pills-secondary a {
    color: #183f72;
}

    html .nav-pills-secondary a:hover {
        color: #1c4b87;
    }

    html .nav-pills-secondary a:focus {
        color: #1c4b87;
    }

    html .nav-pills-secondary a:active {
        color: #14335d;
    }

html .nav-pills-secondary .nav-link.active, html .nav-pills-secondary > li.active > a {
    background-color: #183f72;
}

    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: #183f72;
    }

html .nav-pills-tertiary a {
    color: #0281d7;
}

    html .nav-pills-tertiary a:hover {
        color: #0290f0;
    }

    html .nav-pills-tertiary a:focus {
        color: #0290f0;
    }

    html .nav-pills-tertiary a:active {
        color: #0272be;
    }

html .nav-pills-tertiary .nav-link.active, html .nav-pills-tertiary > li.active > a {
    background-color: #0281d7;
}

    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: #0281d7;
    }

html .nav-pills-quaternary a {
    color: #383f48;
}

    html .nav-pills-quaternary a:hover {
        color: #434c56;
    }

    html .nav-pills-quaternary a:focus {
        color: #434c56;
    }

    html .nav-pills-quaternary a:active {
        color: #2d323a;
    }

html .nav-pills-quaternary .nav-link.active, html .nav-pills-quaternary > li.active > a {
    background-color: #383f48;
}

    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: #383f48;
    }

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

.nav-link {
    color: #00a1cd;
}

    .nav-link:hover {
        color: #00b5e7;
    }

    .nav-link:focus {
        color: #00b5e7;
    }

    .nav-link:active {
        color: #008db4;
    }

.section-scroll-dots-navigation-colored > ul > li.active > a:before {
    background: #00a1cd;
}

.sort-source-wrapper .nav > li.active > a {
    color: #00a1cd;
}

    .sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus {
        color: #00a1cd;
    }

.sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #00a1cd;
}

.sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: #00a1cd !important;
    color: #00a1cd !important;
}

html .badge-primary {
    background-color: #00a1cd;
}

html .badge-secondary {
    background-color: #183f72;
}

html .badge-tertiary {
    background-color: #0281d7;
}

html .badge-quaternary {
    background-color: #383f48;
}

html .badge-dark {
    background-color: #212529;
}

html .badge-light {
    background-color: #FFF;
}

html .overlay-color-primary:not(.no-skin):before {
    background-color: #00a1cd !important;
}

html .overlay-color-secondary:not(.no-skin):before {
    background-color: #183f72 !important;
}

html .overlay-color-tertiary:not(.no-skin):before {
    background-color: #0281d7 !important;
}

html .overlay-color-quaternary:not(.no-skin):before {
    background-color: #383f48 !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;
}

.overlay-gradient:before {
    background-color: #0281d7 !important;
    background-image: linear-gradient(to right,#0281d7 0%,#383f48 100%) !important;
}

.btn-link {
    color: #00a1cd;
}

    .btn-link:hover {
        color: #00b5e7;
    }

    .btn-link:active {
        color: #008db4;
    }

html .btn-primary {
    background-color: #00a1cd;
    border-color: #00a1cd #00a1cd #00799a;
    color: #FFF;
    --color: #00a1cd;
    --hover: #00bff3;
    --disabled: #00a1cd;
    --active: #0083a7;
}

    html .btn-primary:hover, html .btn-primary.hover {
        background-color: #00bff3;
        border-color: #01c8ff #01c8ff #00a1cd;
        color: #FFF;
    }

    html .btn-primary:focus, html .btn-primary.focus {
        background-color: #0083a7;
        border-color: #00799a #00799a #005167;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(0,161,205,0.5);
    }

    html .btn-primary.disabled, html .btn-primary:disabled {
        background-color: #00a1cd;
        border-color: #00a1cd #00a1cd #00799a;
    }

    html .btn-primary:active, html .btn-primary.active {
        background-color: #0083a7 !important;
        background-image: none !important;
        border-color: #00799a #00799a #005167 !important;
    }

html .btn-primary-scale-2 {
    background-color: #00799a;
    border-color: #00799a #00799a #005167;
    color: #FFF;
}

    html .btn-primary-scale-2:hover, html .btn-primary-scale-2.hover {
        background-color: #0097c0;
        border-color: #00a1cd #00a1cd #00799a;
        color: #FFF;
    }

    html .btn-primary-scale-2:focus, html .btn-primary-scale-2.focus {
        background-color: #005b74;
        border-color: #005167 #005167 #002934;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(0,121,154,0.5);
    }

    html .btn-primary-scale-2.disabled, html .btn-primary-scale-2:disabled {
        background-color: #00799a;
        border-color: #00799a #00799a #005167;
    }

    html .btn-primary-scale-2:active, html .btn-primary-scale-2.active {
        background-color: #005b74 !important;
        background-image: none !important;
        border-color: #005167 #005167 #002934 !important;
    }

html .show > .btn-primary.dropdown-toggle, html .show > .btn-primary-scale-2.dropdown-toggle {
    background-color: #0083a7 !important;
    background-image: none !important;
    border-color: #00799a #00799a #005167 !important;
}

html .btn-check:active + .btn-primary, html .btn-check:checked + .btn-primary, html .btn-check:focus + .btn-primary {
    background-color: #008db4;
    border-color: #00a1cd #00a1cd #008db4;
    color: #FFF;
}

html .btn-secondary {
    background-color: #183f72;
    border-color: #183f72 #183f72 #0f2848;
    color: #FFF;
    --color: #183f72;
    --hover: #1f5092;
    --disabled: #183f72;
    --active: #112e52;
}

    html .btn-secondary:hover, html .btn-secondary.hover {
        background-color: #1f5092;
        border-color: #21569c #21569c #183f72;
        color: #FFF;
    }

    html .btn-secondary:focus, html .btn-secondary.focus {
        background-color: #112e52;
        border-color: #0f2848 #0f2848 #06101e;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(24,63,114,0.5);
    }

    html .btn-secondary.disabled, html .btn-secondary:disabled {
        background-color: #183f72;
        border-color: #183f72 #183f72 #0f2848;
    }

    html .btn-secondary:active, html .btn-secondary.active {
        background-color: #112e52 !important;
        background-image: none !important;
        border-color: #0f2848 #0f2848 #06101e !important;
    }

html .btn-secondary-scale-2 {
    background-color: #0f2848;
    border-color: #0f2848 #0f2848 #06101e;
    color: #FFF;
}

    html .btn-secondary-scale-2:hover, html .btn-secondary-scale-2.hover {
        background-color: #163967;
        border-color: #183f72 #183f72 #0f2848;
        color: #FFF;
    }

    html .btn-secondary-scale-2:focus, html .btn-secondary-scale-2.focus {
        background-color: #081628;
        border-color: #06101e #06101e #000000;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(15,40,72,0.5);
    }

    html .btn-secondary-scale-2.disabled, html .btn-secondary-scale-2:disabled {
        background-color: #0f2848;
        border-color: #0f2848 #0f2848 #06101e;
    }

    html .btn-secondary-scale-2:active, html .btn-secondary-scale-2.active {
        background-color: #081628 !important;
        background-image: none !important;
        border-color: #06101e #06101e #000000 !important;
    }

html .show > .btn-secondary.dropdown-toggle, html .show > .btn-secondary-scale-2.dropdown-toggle {
    background-color: #112e52 !important;
    background-image: none !important;
    border-color: #0f2848 #0f2848 #06101e !important;
}

html .btn-check:active + .btn-secondary, html .btn-check:checked + .btn-secondary, html .btn-check:focus + .btn-secondary {
    background-color: #14335d;
    border-color: #183f72 #183f72 #14335d;
    color: #FFF;
}

html .btn-tertiary {
    background-color: #0281d7;
    border-color: #0281d7 #0281d7 #0263a4;
    color: #FFF;
    --color: #0281d7;
    --hover: #0398fd;
    --disabled: #0281d7;
    --active: #026ab1;
}

    html .btn-tertiary:hover, html .btn-tertiary.hover {
        background-color: #0398fd;
        border-color: #0f9dfd #0f9dfd #0281d7;
        color: #FFF;
    }

    html .btn-tertiary:focus, html .btn-tertiary.focus {
        background-color: #026ab1;
        border-color: #0263a4 #0263a4 #014472;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(2,129,215,0.5);
    }

    html .btn-tertiary.disabled, html .btn-tertiary:disabled {
        background-color: #0281d7;
        border-color: #0281d7 #0281d7 #0263a4;
    }

    html .btn-tertiary:active, html .btn-tertiary.active {
        background-color: #026ab1 !important;
        background-image: none !important;
        border-color: #0263a4 #0263a4 #014472 !important;
    }

html .btn-tertiary-scale-2 {
    background-color: #0263a4;
    border-color: #0263a4 #0263a4 #014472;
    color: #FFF;
}

    html .btn-tertiary-scale-2:hover, html .btn-tertiary-scale-2.hover {
        background-color: #0279ca;
        border-color: #0281d7 #0281d7 #0263a4;
        color: #FFF;
    }

    html .btn-tertiary-scale-2:focus, html .btn-tertiary-scale-2.focus {
        background-color: #014c7f;
        border-color: #014472 #014472 #01263f;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(2,99,164,0.5);
    }

    html .btn-tertiary-scale-2.disabled, html .btn-tertiary-scale-2:disabled {
        background-color: #0263a4;
        border-color: #0263a4 #0263a4 #014472;
    }

    html .btn-tertiary-scale-2:active, html .btn-tertiary-scale-2.active {
        background-color: #014c7f !important;
        background-image: none !important;
        border-color: #014472 #014472 #01263f !important;
    }

html .show > .btn-tertiary.dropdown-toggle, html .show > .btn-tertiary-scale-2.dropdown-toggle {
    background-color: #026ab1 !important;
    background-image: none !important;
    border-color: #0263a4 #0263a4 #014472 !important;
}

html .btn-check:active + .btn-tertiary, html .btn-check:checked + .btn-tertiary, html .btn-check:focus + .btn-tertiary {
    background-color: #0272be;
    border-color: #0281d7 #0281d7 #0272be;
    color: #FFF;
}

html .btn-quaternary {
    background-color: #383f48;
    border-color: #383f48 #383f48 #22262b;
    color: #FFF;
    --color: #383f48;
    --hover: #49525e;
    --disabled: #383f48;
    --active: #272c32;
}

    html .btn-quaternary:hover, html .btn-quaternary.hover {
        background-color: #49525e;
        border-color: #4e5865 #4e5865 #383f48;
        color: #FFF;
    }

    html .btn-quaternary:focus, html .btn-quaternary.focus {
        background-color: #272c32;
        border-color: #22262b #22262b #0b0d0f;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(56,63,72,0.5);
    }

    html .btn-quaternary.disabled, html .btn-quaternary:disabled {
        background-color: #383f48;
        border-color: #383f48 #383f48 #22262b;
    }

    html .btn-quaternary:active, html .btn-quaternary.active {
        background-color: #272c32 !important;
        background-image: none !important;
        border-color: #22262b #22262b #0b0d0f !important;
    }

html .btn-quaternary-scale-2 {
    background-color: #22262b;
    border-color: #22262b #22262b #0b0d0f;
    color: #FFF;
}

    html .btn-quaternary-scale-2:hover, html .btn-quaternary-scale-2.hover {
        background-color: #323941;
        border-color: #383f48 #383f48 #22262b;
        color: #FFF;
    }

    html .btn-quaternary-scale-2:focus, html .btn-quaternary-scale-2.focus {
        background-color: #111316;
        border-color: #0b0d0f #0b0d0f #000000;
        color: #FFF;
        box-shadow: 0 0 0 3px rgba(34,38,43,0.5);
    }

    html .btn-quaternary-scale-2.disabled, html .btn-quaternary-scale-2:disabled {
        background-color: #22262b;
        border-color: #22262b #22262b #0b0d0f;
    }

    html .btn-quaternary-scale-2:active, html .btn-quaternary-scale-2.active {
        background-color: #111316 !important;
        background-image: none !important;
        border-color: #0b0d0f #0b0d0f #000000 !important;
    }

html .show > .btn-quaternary.dropdown-toggle, html .show > .btn-quaternary-scale-2.dropdown-toggle {
    background-color: #272c32 !important;
    background-image: none !important;
    border-color: #22262b #22262b #0b0d0f !important;
}

html .btn-check:active + .btn-quaternary, html .btn-check:checked + .btn-quaternary, html .btn-check:focus + .btn-quaternary {
    background-color: #2d323a;
    border-color: #383f48 #383f48 #2d323a;
    color: #FFF;
}

html .btn-dark {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #FFF;
    --color: #212529;
    --hover: #32383e;
    --disabled: #212529;
    --active: #101214;
}

    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 {
        background-color: #101214;
        border-color: #0a0c0d #0a0c0d #000000;
        color: #FFF;
        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 {
        background-color: #000000;
        border-color: #000000 #000000 #000000;
        color: #FFF;
        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-check:active + .btn-dark, html .btn-check:checked + .btn-dark, html .btn-check:focus + .btn-dark {
    background-color: #16181b;
    border-color: #212529 #212529 #16181b;
    color: #FFF;
}

html .btn-light {
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
    color: #777;
    --color: #FFF;
    --hover: #ffffff;
    --disabled: #FFF;
    --active: #ececec;
}

    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 {
        background-color: #ececec;
        border-color: #e6e6e6 #e6e6e6 #cccccc;
        color: #777;
        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 {
        background-color: #d2d2d2;
        border-color: #cccccc #cccccc #b3b3b3;
        color: #777;
        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-check:active + .btn-light, html .btn-check:checked + .btn-light, html .btn-check:focus + .btn-light {
    background-color: #f2f2f2;
    border-color: #FFF #FFF #f2f2f2;
    color: #777;
}

html .btn-outline.btn-primary {
    color: #00a1cd;
    background-color: transparent;
    background-image: none;
    border-color: #00a1cd;
}

    html .btn-outline.btn-primary:hover, html .btn-outline.btn-primary.hover {
        color: #FFF;
        background-color: #00a1cd;
        border-color: #00a1cd;
    }

    html .btn-outline.btn-primary:focus, html .btn-outline.btn-primary.focus {
        box-shadow: 0 0 0 3px rgba(0,161,205,0.5);
    }

    html .btn-outline.btn-primary.disabled, html .btn-outline.btn-primary:disabled {
        color: #00a1cd;
        background-color: transparent;
    }

    html .btn-outline.btn-primary:active, html .btn-outline.btn-primary.active {
        color: #FFF !important;
        background-color: #00a1cd !important;
        border-color: #00a1cd !important;
    }

html .show > .btn-outline.btn-primary.dropdown-toggle {
    color: #FFF !important;
    background-color: #00a1cd !important;
    border-color: #00a1cd !important;
}

html .btn-outline.btn-secondary {
    color: #183f72;
    background-color: transparent;
    background-image: none;
    border-color: #183f72;
}

    html .btn-outline.btn-secondary:hover, html .btn-outline.btn-secondary.hover {
        color: #FFF;
        background-color: #183f72;
        border-color: #183f72;
    }

    html .btn-outline.btn-secondary:focus, html .btn-outline.btn-secondary.focus {
        box-shadow: 0 0 0 3px rgba(24,63,114,0.5);
    }

    html .btn-outline.btn-secondary.disabled, html .btn-outline.btn-secondary:disabled {
        color: #183f72;
        background-color: transparent;
    }

    html .btn-outline.btn-secondary:active, html .btn-outline.btn-secondary.active {
        color: #FFF !important;
        background-color: #183f72 !important;
        border-color: #183f72 !important;
    }

html .show > .btn-outline.btn-secondary.dropdown-toggle {
    color: #FFF !important;
    background-color: #183f72 !important;
    border-color: #183f72 !important;
}

html .btn-outline.btn-tertiary {
    color: #0281d7;
    background-color: transparent;
    background-image: none;
    border-color: #0281d7;
}

    html .btn-outline.btn-tertiary:hover, html .btn-outline.btn-tertiary.hover {
        color: #FFF;
        background-color: #0281d7;
        border-color: #0281d7;
    }

    html .btn-outline.btn-tertiary:focus, html .btn-outline.btn-tertiary.focus {
        box-shadow: 0 0 0 3px rgba(2,129,215,0.5);
    }

    html .btn-outline.btn-tertiary.disabled, html .btn-outline.btn-tertiary:disabled {
        color: #0281d7;
        background-color: transparent;
    }

    html .btn-outline.btn-tertiary:active, html .btn-outline.btn-tertiary.active {
        color: #FFF !important;
        background-color: #0281d7 !important;
        border-color: #0281d7 !important;
    }

html .show > .btn-outline.btn-tertiary.dropdown-toggle {
    color: #FFF !important;
    background-color: #0281d7 !important;
    border-color: #0281d7 !important;
}

html .btn-outline.btn-quaternary {
    color: #383f48;
    background-color: transparent;
    background-image: none;
    border-color: #383f48;
}

    html .btn-outline.btn-quaternary:hover, html .btn-outline.btn-quaternary.hover {
        color: #FFF;
        background-color: #383f48;
        border-color: #383f48;
    }

    html .btn-outline.btn-quaternary:focus, html .btn-outline.btn-quaternary.focus {
        box-shadow: 0 0 0 3px rgba(56,63,72,0.5);
    }

    html .btn-outline.btn-quaternary.disabled, html .btn-outline.btn-quaternary:disabled {
        color: #383f48;
        background-color: transparent;
    }

    html .btn-outline.btn-quaternary:active, html .btn-outline.btn-quaternary.active {
        color: #FFF !important;
        background-color: #383f48 !important;
        border-color: #383f48 !important;
    }

html .show > .btn-outline.btn-quaternary.dropdown-toggle {
    color: #FFF !important;
    background-color: #383f48 !important;
    border-color: #383f48 !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: #00a1cd;
}

    html .btn-with-arrow.btn-primary:active {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #00a1cd !important;
    }

    html .btn-with-arrow.btn-primary span {
        background-color: #00a1cd;
        box-shadow: 2px 3px 18px -3px #00a1cd;
    }

    html .btn-with-arrow.btn-primary.btn-outline {
        border-color: #00a1cd !important;
    }

        html .btn-with-arrow.btn-primary.btn-outline:hover span {
            background-color: #00b5e7 !important;
            box-shadow: none;
        }

html .btn-with-arrow-solid.btn-primary span {
    background-color: #008db4;
}

html .btn-with-arrow.btn-secondary {
    background-color: transparent;
    border-color: transparent;
    color: #183f72;
}

    html .btn-with-arrow.btn-secondary:active {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #183f72 !important;
    }

    html .btn-with-arrow.btn-secondary span {
        background-color: #183f72;
        box-shadow: 2px 3px 18px -3px #183f72;
    }

    html .btn-with-arrow.btn-secondary.btn-outline {
        border-color: #183f72 !important;
    }

        html .btn-with-arrow.btn-secondary.btn-outline:hover span {
            background-color: #1c4b87 !important;
            box-shadow: none;
        }

html .btn-with-arrow-solid.btn-secondary span {
    background-color: #14335d;
}

html .btn-with-arrow.btn-tertiary {
    background-color: transparent;
    border-color: transparent;
    color: #0281d7;
}

    html .btn-with-arrow.btn-tertiary:active {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #0281d7 !important;
    }

    html .btn-with-arrow.btn-tertiary span {
        background-color: #0281d7;
        box-shadow: 2px 3px 18px -3px #0281d7;
    }

    html .btn-with-arrow.btn-tertiary.btn-outline {
        border-color: #0281d7 !important;
    }

        html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
            background-color: #0290f0 !important;
            box-shadow: none;
        }

html .btn-with-arrow-solid.btn-tertiary span {
    background-color: #0272be;
}

html .btn-with-arrow.btn-quaternary {
    background-color: transparent;
    border-color: transparent;
    color: #383f48;
}

    html .btn-with-arrow.btn-quaternary:active {
        background-color: transparent !important;
        border-color: transparent !important;
        color: #383f48 !important;
    }

    html .btn-with-arrow.btn-quaternary span {
        background-color: #383f48;
        box-shadow: 2px 3px 18px -3px #383f48;
    }

    html .btn-with-arrow.btn-quaternary.btn-outline {
        border-color: #383f48 !important;
    }

        html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
            background-color: #434c56 !important;
            box-shadow: none;
        }

html .btn-with-arrow-solid.btn-quaternary span {
    background-color: #2d323a;
}

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-solid.btn-dark span {
    background-color: #16181b;
}

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

html .btn-with-arrow-solid.btn-light span {
    background-color: #f2f2f2;
}

.btn-gradient:not(.btn-outline) {
    background: linear-gradient(135deg,#00a1cd 0%,#183f72 80%) !important;
    color: #FFF;
}

    .btn-gradient:not(.btn-outline):hover, .btn-gradient:not(.btn-outline).hover {
        background: linear-gradient(135deg,#00bff3 0%,#1f5092 80%) !important;
        color: #FFF;
    }

    .btn-gradient:not(.btn-outline):focus, .btn-gradient:not(.btn-outline).focus {
        box-shadow: 0 0 0 3px rgba(0,161,205,0.5);
    }

    .btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled {
        background: linear-gradient(135deg,#00a1cd 0%,#183f72 80%) !important;
    }

    .btn-gradient:not(.btn-outline):active, .btn-gradient:not(.btn-outline).active {
        background: linear-gradient(135deg,#0083a7 0%,#112e52 80%) !important;
        color: #FFF !important;
    }

.btn-gradient.btn-outline {
    -o-border-image: linear-gradient(135deg,#00a1cd 0%,#183f72 80%);
    border-image: linear-gradient(135deg,#00a1cd 0%,#183f72 80%);
    color: #00a1cd;
}

    .btn-gradient.btn-outline:hover, .btn-gradient.btn-outline.hover {
        -o-border-image: linear-gradient(135deg,#00bff3 0%,#1f5092 80%);
        border-image: linear-gradient(135deg,#00bff3 0%,#1f5092 80%);
        color: #00bff3;
    }

    .btn-gradient.btn-outline:focus, .btn-gradient.btn-outline.focus {
        box-shadow: 0 0 0 3px rgba(0,161,205,0.5);
    }

    .btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled {
        -o-border-image: linear-gradient(135deg,#00a1cd 0%,#183f72 80%);
        border-image: linear-gradient(135deg,#00a1cd 0%,#183f72 80%);
    }

    .btn-gradient.btn-outline:active, .btn-gradient.btn-outline.active {
        -o-border-image: linear-gradient(135deg,#0083a7 0%,#112e52 80%);
        border-image: linear-gradient(135deg,#0083a7 0%,#112e52 80%);
        color: #0083a7;
    }

.btn-gradient-primary:not(.btn-outline) {
    background: linear-gradient(135deg,#00b1e1 0%,#0099c3 80%) !important;
    color: #FFF;
}

    .btn-gradient-primary:not(.btn-outline):hover, .btn-gradient-primary:not(.btn-outline).hover {
        background: linear-gradient(135deg,#00addc 0%,#00bff3 80%) !important;
        color: #FFF;
    }

    .btn-gradient-primary:not(.btn-outline):focus, .btn-gradient-primary:not(.btn-outline).focus {
        box-shadow: 0 0 0 3px rgba(0,161,205,0.5);
    }

    .btn-gradient-primary:not(.btn-outline).disabled, .btn-gradient-primary:not(.btn-outline):disabled {
        background: linear-gradient(135deg,#00b1e1 80%,#0099c3 0%) !important;
    }

    .btn-gradient-primary:not(.btn-outline):active, .btn-gradient-primary:not(.btn-outline).active {
        background: linear-gradient(135deg,#00addc 0%,#00bff3 80%) !important;
        color: #FFF !important;
    }

.btn-gradient-primary.btn-outline {
    -o-border-image: linear-gradient(135deg,#00a1cd 0%,#00c1f6 80%);
    border-image: linear-gradient(135deg,#00a1cd 0%,#00c1f6 80%);
    color: #00a1cd;
}

    .btn-gradient-primary.btn-outline:hover, .btn-gradient-primary.btn-outline.hover {
        -o-border-image: linear-gradient(135deg,#00bff3 0%,#00bff3 80%);
        border-image: linear-gradient(135deg,#00bff3 0%,#00bff3 80%);
        color: #00bff3;
    }

    .btn-gradient-primary.btn-outline:focus, .btn-gradient-primary.btn-outline.focus {
        box-shadow: 0 0 0 3px rgba(0,161,205,0.5);
    }

    .btn-gradient-primary.btn-outline.disabled, .btn-gradient-primary.btn-outline:disabled {
        -o-border-image: linear-gradient(135deg,#00a1cd 0%,#00c1f6 80%);
        border-image: linear-gradient(135deg,#00a1cd 0%,#00c1f6 80%);
    }

    .btn-gradient-primary.btn-outline:active, .btn-gradient-primary.btn-outline.active {
        -o-border-image: linear-gradient(135deg,#00bff3 0%,#00bff3 80%);
        border-image: linear-gradient(135deg,#00bff3 0%,#00bff3 80%);
        color: #00bff3;
    }

.pagination > a, .pagination > a:hover, .pagination > a:focus, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #00a1cd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: #00a1cd !important;
    border-color: #00a1cd;
}

body.dark .pagination > li > a, body.dark .pagination > li > span, body.dark .pagination > li > a:hover, body.dark .pagination > li > span:hover, body.dark .pagination > li > a:focus, body.dark .pagination > li > span:focus {
    color: #00a1cd;
}

body.dark .pagination > .active > a, body.dark .pagination > .active > span, body.dark .pagination > .active > a:hover, body.dark .pagination > .active > span:hover, body.dark .pagination > .active > a:focus, body.dark .pagination > .active > span:focus {
    background-color: #00a1cd;
    border-color: #00a1cd;
}

.pagination > .active > a, body.dark .pagination > .active > a {
    background-color: #00a1cd;
    border-color: #00a1cd #00a1cd #00799a;
    color: #fff;
}

    .pagination > .active > a:hover, body.dark .pagination > .active > a:hover, .pagination > .active > a.hover, body.dark .pagination > .active > a.hover {
        background-color: #00bff3;
        border-color: #01c8ff #01c8ff #00a1cd;
        color: #fff;
    }

    .pagination > .active > a:focus, body.dark .pagination > .active > a:focus, .pagination > .active > a.focus, body.dark .pagination > .active > a.focus {
        background-color: #0083a7;
        border-color: #00799a #00799a #005167;
        color: #fff;
        box-shadow: 0 0 0 3px rgba(0,161,205,0.5);
    }

    .pagination > .active > a.disabled, body.dark .pagination > .active > a.disabled, .pagination > .active > a:disabled, body.dark .pagination > .active > a:disabled {
        background-color: #00a1cd;
        border-color: #00a1cd #00a1cd #00799a;
    }

    .pagination > .active > a:active, body.dark .pagination > .active > a:active, .pagination > .active > a.active, body.dark .pagination > .active > a.active {
        background-color: #0083a7 !important;
        background-image: none !important;
        border-color: #00799a #00799a #005167 !important;
    }

.custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00a1cd;
}

.custom-checkbox-switch:checked {
    background-color: #00a1cd;
    border-color: #00a1cd;
}

html .alert-primary {
    background-color: #00a1cd;
    border-color: #0095be;
    color: #FFF;
}

    html .alert-primary .alert-link {
        color: #FFF;
    }

html .alert-secondary {
    background-color: #183f72;
    border-color: #153865;
    color: #FFF;
}

    html .alert-secondary .alert-link {
        color: #FFF;
    }

html .alert-tertiary {
    background-color: #0281d7;
    border-color: #0278c8;
    color: #FFF;
}

    html .alert-tertiary .alert-link {
        color: #FFF;
    }

html .alert-quaternary {
    background-color: #383f48;
    border-color: #31373f;
    color: #FFF;
}

    html .alert-quaternary .alert-link {
        color: #FFF;
    }

html .alert-dark {
    background-color: #212529;
    border-color: #1a1d21;
    color: #FFF;
}

    html .alert-dark .alert-link {
        color: #FFF;
    }

html .alert-light {
    background-color: #FFF;
    border-color: #f7f7f7;
    color: #777;
}

    html .alert-light .alert-link {
        color: #777;
    }

html .progress-bar-primary {
    background-color: #00a1cd;
}

html .progress-bar-secondary {
    background-color: #183f72;
}

html .progress-bar-tertiary {
    background-color: #0281d7;
}

html .progress-bar-quaternary {
    background-color: #383f48;
}

html .progress-bar-dark {
    background-color: #212529;
}

html .progress-bar-light {
    background-color: #FFF;
}

html .word-rotator.loading-bar-primary .word-rotator-words::after {
    background-color: #00a1cd;
}

html .word-rotator.loading-bar-secondary .word-rotator-words::after {
    background-color: #183f72;
}

html .word-rotator.loading-bar-tertiary .word-rotator-words::after {
    background-color: #0281d7;
}

html .word-rotator.loading-bar-quaternary .word-rotator-words::after {
    background-color: #383f48;
}

html .word-rotator.loading-bar-dark .word-rotator-words::after {
    background-color: #212529;
}

html .word-rotator.loading-bar-light .word-rotator-words::after {
    background-color: #FFF;
}

.process .process-step-circle {
    border-color: #00a1cd;
}

.process .process-step:hover .process-step-circle {
    background-color: #00a1cd;
}

    .process .process-step:hover .process-step-circle .process-step-circle-content {
        color: #FFF !important;
    }

.process.process-shapes .process-step-circle .process-step-circle-content, .process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after {
    background-color: #00a1cd;
}

.process-connecting-line .connecting-line {
    background: #00a1cd;
}

html .rating-primary .filled-stars {
    color: #00a1cd;
}

html .rating-secondary .filled-stars {
    color: #183f72;
}

html .rating-tertiary .filled-stars {
    color: #0281d7;
}

html .rating-quaternary .filled-stars {
    color: #383f48;
}

html .rating-dark .filled-stars {
    color: #212529;
}

html .rating-light .filled-stars {
    color: #FFF;
}

html section.section-primary {
    background-color: #00a1cd !important;
    border-color: #008db4 !important;
}

    html section.section-primary h1, html section.section-primary h2, html section.section-primary h3, html section.section-primary h4, html section.section-primary h5, html section.section-primary h6 {
        color: #FFF;
    }

    html section.section-primary p {
        color: #e6e6e6;
    }

html section.section-primary-scale-2 {
    background-color: #00799a !important;
    border-color: #006581 !important;
}

    html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #00799a;
    }

html section.section-secondary {
    background-color: #183f72 !important;
    border-color: #14335d !important;
}

    html section.section-secondary h1, html section.section-secondary h2, html section.section-secondary h3, html section.section-secondary h4, html section.section-secondary h5, html section.section-secondary h6 {
        color: #FFF;
    }

    html section.section-secondary p {
        color: #e6e6e6;
    }

html section.section-secondary-scale-2 {
    background-color: #0f2848 !important;
    border-color: #0b1c33 !important;
}

    html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #0f2848;
    }

html section.section-tertiary {
    background-color: #0281d7 !important;
    border-color: #0272be !important;
}

    html section.section-tertiary h1, html section.section-tertiary h2, html section.section-tertiary h3, html section.section-tertiary h4, html section.section-tertiary h5, html section.section-tertiary h6 {
        color: #FFF;
    }

    html section.section-tertiary p {
        color: #e6e6e6;
    }

html section.section-tertiary-scale-2 {
    background-color: #0263a4 !important;
    border-color: #01548b !important;
}

    html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #0263a4;
    }

html section.section-quaternary {
    background-color: #383f48 !important;
    border-color: #2d323a !important;
}

    html section.section-quaternary h1, html section.section-quaternary h2, html section.section-quaternary h3, html section.section-quaternary h4, html section.section-quaternary h5, html section.section-quaternary h6 {
        color: #FFF;
    }

    html section.section-quaternary p {
        color: #e6e6e6;
    }

html section.section-quaternary-scale-2 {
    background-color: #22262b !important;
    border-color: #17191d !important;
}

    html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #22262b;
    }

html section.section-dark {
    background-color: #212529 !important;
    border-color: #16181b !important;
}

    html section.section-dark h1, html section.section-dark h2, html section.section-dark h3, html section.section-dark h4, html section.section-dark h5, html section.section-dark h6 {
        color: #FFF;
    }

    html section.section-dark p {
        color: #e6e6e6;
    }

html section.section-dark-scale-2 {
    background-color: #0a0c0d !important;
    border-color: #000000 !important;
}

    html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #0a0c0d;
    }

html section.section-light {
    background-color: #FFF !important;
    border-color: #f2f2f2 !important;
}

    html section.section-light h1, html section.section-light h2, html section.section-light h3, html section.section-light h4, html section.section-light h5, html section.section-light h6 {
        color: #777;
    }

    html section.section-light p {
        color: #5e5e5e;
    }

html section.section-light-scale-2 {
    background-color: #e6e6e6 !important;
    border-color: #d9d9d9 !important;
}

    html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #e6e6e6;
    }

section.section.section-background-half-primary-half-secondary {
    background: linear-gradient(to right,#00a1cd 50%,#183f72 50%);
}

section.section.section-overlay-opacity-gradient:before {
    background: linear-gradient(135deg,#00a1cd 0%,#183f72 80%);
}

html .bg-color-light-scale-1 {
    background-color: #f7f7f7 !important;
}

html .section.bg-color-light-scale-1, html .bg-color-light-scale-border-top-1 {
    border-top-color: #efefef !important;
}

html .bg-color-light-scale-2 {
    background-color: #e8e8e8 !important;
}

html .section.bg-color-light-scale-2, html .bg-color-light-scale-border-top-2 {
    border-top-color: #e0e0e0 !important;
}

html .bg-color-light-scale-3 {
    background-color: #e0e0e0 !important;
}

html .section.bg-color-light-scale-3, html .bg-color-light-scale-border-top-3 {
    border-top-color: #d8d8d8 !important;
}

html .bg-color-light-scale-4 {
    background-color: #d8d8d8 !important;
}

html .section.bg-color-light-scale-4, html .bg-color-light-scale-border-top-4 {
    border-top-color: #d1d1d1 !important;
}

html .bg-color-light-scale-5 {
    background-color: #d1d1d1 !important;
}

html .section.bg-color-light-scale-5, html .bg-color-light-scale-border-top-5 {
    border-top-color: #c9c9c9 !important;
}

html .bg-color-light-scale-6 {
    background-color: #c9c9c9 !important;
}

html .section.bg-color-light-scale-6, html .bg-color-light-scale-border-top-6 {
    border-top-color: #c1c1c1 !important;
}

html .bg-color-light-scale-7 {
    background-color: #c1c1c1 !important;
}

html .section.bg-color-light-scale-7, html .bg-color-light-scale-border-top-7 {
    border-top-color: #bababa !important;
}

html .bg-color-light-scale-8 {
    background-color: #bababa !important;
}

html .section.bg-color-light-scale-8, html .bg-color-light-scale-border-top-8 {
    border-top-color: #b2b2b2 !important;
}

html .bg-color-light-scale-9 {
    background-color: #b2b2b2 !important;
}

html .section.bg-color-light-scale-9, html .bg-color-light-scale-border-top-9 {
    border-top-color: #ababab !important;
}

html .bg-color-dark-scale-1 {
    background-color: #212529 !important;
}

html .section.bg-color-dark-scale-1, html .bg-color-dark-scale-border-top-1 {
    border-top-color: #1a1d21 !important;
}

html .bg-color-dark-scale-2 {
    background-color: #1c2023 !important;
}

html .section.bg-color-dark-scale-2, html .bg-color-dark-scale-border-top-2 {
    border-top-color: #16181b !important;
}

html .bg-color-dark-scale-3 {
    background-color: #181b1e !important;
}

html .section.bg-color-dark-scale-3, html .bg-color-dark-scale-border-top-3 {
    border-top-color: #111315 !important;
}

html .bg-color-dark-scale-4 {
    background-color: #131618 !important;
}

html .section.bg-color-dark-scale-4, html .bg-color-dark-scale-border-top-4 {
    border-top-color: #0d0e10 !important;
}

html .bg-color-dark-scale-5 {
    background-color: #0f1112 !important;
}

html .section.bg-color-dark-scale-5, html .bg-color-dark-scale-border-top-5 {
    border-top-color: #08090a !important;
}

html .bg-color-dark-scale-6 {
    background-color: #0a0c0d !important;
}

html .section.bg-color-dark-scale-6, html .bg-color-dark-scale-border-top-6 {
    border-top-color: #030404 !important;
}

html .bg-color-dark-scale-7 {
    background-color: #060607 !important;
}

html .section.bg-color-dark-scale-7, html .bg-color-dark-scale-border-top-7 {
    border-top-color: #000000 !important;
}

html .bg-color-dark-scale-8 {
    background-color: #010101 !important;
}

html .section.bg-color-dark-scale-8, html .bg-color-dark-scale-border-top-8 {
    border-top-color: #000000 !important;
}

html .bg-color-dark-scale-9 {
    background-color: #000000 !important;
}

html .section.bg-color-dark-scale-9, html .bg-color-dark-scale-border-top-9 {
    border-top-color: #000000 !important;
}

section.page-header .page-header-title-border {
    background-color: #00a1cd !important;
}

section.page-header.custom-product {
    background-color: #008db4;
    border-top-color: #0099c3;
}

html .page-header-color.page-header-primary {
    background-color: #00a1cd;
    border-bottom-color: #00a1cd;
    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: #183f72;
    border-bottom-color: #183f72;
    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: #0281d7;
    border-bottom-color: #0281d7;
    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: #383f48;
    border-bottom-color: #383f48;
    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: #00a1cd;
    border-left-color: #00a1cd;
    border-right-color: #00a1cd;
}

html .toggle-primary .toggle.active > label, html .toggle-primary .toggle.active > .toggle-title {
    background-color: #00a1cd;
    border-color: #00a1cd;
    color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after, html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
    background-color: #00a1cd;
}

html .toggle-primary.toggle-minimal .toggle.active > label, html .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
    color: #00a1cd;
}

html .toggle-secondary .toggle label, html .toggle-secondary .toggle .toggle-title {
    color: #183f72;
    border-left-color: #183f72;
    border-right-color: #183f72;
}

html .toggle-secondary .toggle.active > label, html .toggle-secondary .toggle.active > .toggle-title {
    background-color: #183f72;
    border-color: #183f72;
    color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after, html .toggle-secondary.toggle-simple .toggle > .toggle-title:after {
    background-color: #183f72;
}

html .toggle-secondary.toggle-minimal .toggle.active > label, html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title {
    color: #183f72;
}

html .toggle-tertiary .toggle label, html .toggle-tertiary .toggle .toggle-title {
    color: #0281d7;
    border-left-color: #0281d7;
    border-right-color: #0281d7;
}

html .toggle-tertiary .toggle.active > label, html .toggle-tertiary .toggle.active > .toggle-title {
    background-color: #0281d7;
    border-color: #0281d7;
    color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after, html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after {
    background-color: #0281d7;
}

html .toggle-tertiary.toggle-minimal .toggle.active > label, html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title {
    color: #0281d7;
}

html .toggle-quaternary .toggle label, html .toggle-quaternary .toggle .toggle-title {
    color: #383f48;
    border-left-color: #383f48;
    border-right-color: #383f48;
}

html .toggle-quaternary .toggle.active > label, html .toggle-quaternary .toggle.active > .toggle-title {
    background-color: #383f48;
    border-color: #383f48;
    color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after, html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after {
    background-color: #383f48;
}

html .toggle-quaternary.toggle-minimal .toggle.active > label, html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title {
    color: #383f48;
}

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: #00a1cd;
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #00a1cd;
}

    html .thumb-info .thumb-info-action-icon-primary i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #183f72;
}

    html .thumb-info .thumb-info-action-icon-secondary i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #0281d7;
}

    html .thumb-info .thumb-info-action-icon-tertiary i {
        color: #FFF;
    }

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #383f48;
}

    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: #006581;
    border-left-color: #006581;
}

.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
    background: rgba(0,161,205,0.9);
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
    background-color: #00a1cd;
}

.inverted {
    background-color: #00a1cd;
}

html .inverted-primary {
    background-color: #00a1cd;
}

html .inverted-secondary {
    background-color: #183f72;
}

html .inverted-tertiary {
    background-color: #0281d7;
}

html .inverted-quaternary {
    background-color: #383f48;
}

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: #0089ae;
}

.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: #00a1cd;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: #00a1cd;
    border-color: #00a1cd #00a1cd #00799a;
    color: #FFF;
}

    .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
        background-color: #00bff3;
        border-color: #01c8ff #01c8ff #00a1cd;
    }

    .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:active, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].active {
        background-color: #0083a7;
        background-image: none;
        border-color: #00799a #00799a #005167;
    }

.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] {
    background-color: rgba(0,161,205,0.4);
}

.owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev {
    color: #00a1cd !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: #00a1cd;
}

.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon {
    fill: #00a1cd;
    stroke: #00a1cd;
}

.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next {
    color: #00a1cd;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
    background: #00a1cd;
}

.owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
    background-image: linear-gradient(360deg,#00a1cd 0%,transparent 100%);
}

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 .nav-link.active, html.dark body .tabs .nav-tabs .nav-link.active {
    color: #00a1cd;
}

    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 .nav-link.active, html.dark body .tabs .nav-tabs .nav-link.active, html body .tabs .nav-tabs.nav-justified .nav-link.active, html.dark body .tabs .nav-tabs.nav-justified .nav-link.active, 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: #00a1cd;
    }

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 .nav-link.active, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
    border-bottom-color: #00a1cd;
}

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 .nav-link.active, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active, html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:hover, html body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active:focus {
    border-left-color: #00a1cd;
}

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 .nav-link.active, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active, html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:hover, html body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs .nav-link.active:focus {
    border-right-color: #00a1cd;
}

html body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active: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 .nav-link.active:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover {
    border-top-color: #00a1cd;
    color: #00a1cd;
}

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: #00a1cd;
}

    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: #00a1cd;
    }

    html body .tabs-primary .nav-tabs li .nav-link.active, html.dark body .tabs-primary .nav-tabs li .nav-link.active, html body .tabs-primary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-primary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-primary .nav-tabs li .nav-link.active:hover, html body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-primary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-primary .nav-tabs li .nav-link.active:focus, html body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link.active:focus {
        border-top-color: #00a1cd;
        color: #00a1cd;
    }

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 .nav-link.active, html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #00a1cd;
}

html body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #00a1cd !important;
    border-bottom-color: #00a1cd;
}

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 .nav-link.active, html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link.active:focus {
    border-left-color: #00a1cd;
}

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 .nav-link.active, html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link.active:focus {
    border-right-color: #00a1cd;
}

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: #183f72;
}

    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: #183f72;
    }

    html body .tabs-secondary .nav-tabs li .nav-link.active, html.dark body .tabs-secondary .nav-tabs li .nav-link.active, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-secondary .nav-tabs li .nav-link.active:hover, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-secondary .nav-tabs li .nav-link.active:focus, html body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link.active:focus {
        border-top-color: #183f72;
        color: #183f72;
    }

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 .nav-link.active, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #183f72;
}

html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #183f72 !important;
    border-bottom-color: #183f72;
}

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 .nav-link.active, html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link.active:focus {
    border-left-color: #183f72;
}

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 .nav-link.active, html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link.active:focus {
    border-right-color: #183f72;
}

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: #0281d7;
}

    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: #0281d7;
    }

    html body .tabs-tertiary .nav-tabs li .nav-link.active, html.dark body .tabs-tertiary .nav-tabs li .nav-link.active, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-tertiary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-tertiary .nav-tabs li .nav-link.active:hover, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-tertiary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-tertiary .nav-tabs li .nav-link.active:focus, html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link.active:focus {
        border-top-color: #0281d7;
        color: #0281d7;
    }

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 .nav-link.active, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #0281d7;
}

html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #0281d7 !important;
    border-bottom-color: #0281d7;
}

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 .nav-link.active, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link.active:focus {
    border-left-color: #0281d7;
}

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 .nav-link.active, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link.active:focus {
    border-right-color: #0281d7;
}

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: #383f48;
}

    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: #383f48;
    }

    html body .tabs-quaternary .nav-tabs li .nav-link.active, html.dark body .tabs-quaternary .nav-tabs li .nav-link.active, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active, html body .tabs-quaternary .nav-tabs li .nav-link.active:hover, html.dark body .tabs-quaternary .nav-tabs li .nav-link.active:hover, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-quaternary .nav-tabs li .nav-link.active:focus, html.dark body .tabs-quaternary .nav-tabs li .nav-link.active:focus, html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link.active:focus {
        border-top-color: #383f48;
        color: #383f48;
    }

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 .nav-link.active, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #383f48 !important;
    border-bottom-color: #383f48;
}

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 .nav-link.active, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link.active:focus {
    border-left-color: #383f48;
}

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 .nav-link.active, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link.active:focus {
    border-right-color: #383f48;
}

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 .nav-link.active, html.dark body .tabs-dark .nav-tabs li .nav-link.active, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark .nav-tabs li .nav-link.active:hover, html.dark body .tabs-dark .nav-tabs li .nav-link.active:hover, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark .nav-tabs li .nav-link.active:focus, html.dark body .tabs-dark .nav-tabs li .nav-link.active:focus, html body .tabs-dark .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link.active: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 .nav-link.active, html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #212529;
}

html body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #212529 !important;
    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 .nav-link.active, html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link.active: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 .nav-link.active, html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link.active: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 .nav-link.active, html.dark body .tabs-light .nav-tabs li .nav-link.active, html body .tabs-light .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link.active, html body .tabs-light .nav-tabs li .nav-link.active:hover, html.dark body .tabs-light .nav-tabs li .nav-link.active:hover, html body .tabs-light .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-light .nav-tabs li .nav-link.active:focus, html.dark body .tabs-light .nav-tabs li .nav-link.active:focus, html body .tabs-light .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link.active: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 .nav-link.active, html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active, html body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:hover, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:focus, html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link.active:focus, html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link.active:focus {
    border-bottom-color: #FFF;
}

html body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover, html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, html body .tabs-light.tabs-simple .nav-tabs li .nav-link.active, html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link.active, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active, html body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:hover, html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:hover, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:hover, html body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:focus, html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link.active:focus, html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus, html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link.active:focus {
    color: #FFF !important;
    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 .nav-link.active, html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link.active, html body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:hover, html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:hover, html body .tabs-light.tabs-vertical.tabs-left li .nav-link.active:focus, html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link.active: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 .nav-link.active, html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link.active, html body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:hover, html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:hover, html body .tabs-light.tabs-vertical.tabs-right li .nav-link.active:focus, html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link.active: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 .nav-link.active, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link.active:focus {
    border-right-color: #00a1cd;
    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 .nav-link.active, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link.active:focus {
    border-right-color: transparent;
    border-left-color: #00a1cd;
}

.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: #00a1cd;
    border-color: #00a1cd;
}

.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: #00a1cd;
}

.list.list-ordened li:before {
    color: #00a1cd;
    border-color: #00a1cd;
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #00a1cd;
}

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: #00a1cd;
    border-color: #00a1cd;
}

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: #00a1cd;
    color: #FFF;
}

html .list-primary.list-ordened li:before {
    color: #00a1cd;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #00a1cd;
    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: #183f72;
    border-color: #183f72;
}

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: #183f72;
    color: #FFF;
}

html .list-secondary.list-ordened li:before {
    color: #183f72;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #183f72;
    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: #0281d7;
    border-color: #0281d7;
}

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: #0281d7;
    color: #FFF;
}

html .list-tertiary.list-ordened li:before {
    color: #0281d7;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #0281d7;
    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: #383f48;
    border-color: #383f48;
}

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: #383f48;
    color: #FFF;
}

html .list-quaternary.list-ordened li:before {
    color: #383f48;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #383f48;
    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;
}

html .highlight-primary {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#00a1cd 0);
}

    html .highlight-primary.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(0,161,205,0.2) 0);
    }

    html .highlight-primary.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-secondary {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#183f72 0);
}

    html .highlight-secondary.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(24,63,114,0.2) 0);
    }

    html .highlight-secondary.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-tertiary {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#0281d7 0);
}

    html .highlight-tertiary.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(2,129,215,0.2) 0);
    }

    html .highlight-tertiary.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-quaternary {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#383f48 0);
}

    html .highlight-quaternary.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(56,63,72,0.2) 0);
    }

    html .highlight-quaternary.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-dark {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#212529 0);
}

    html .highlight-dark.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(33,37,41,0.2) 0);
    }

    html .highlight-dark.highlight-change-text-color {
        color: #FFF;
    }

html .highlight-light {
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,#FFF 0);
}

    html .highlight-light.highlight-bg-opacity {
        background-image: linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0.2) 0);
    }

    html .highlight-light.highlight-change-text-color {
        color: #777;
    }

.parallax blockquote i.fa-quote-left {
    color: #00a1cd;
}

section.video blockquote i.fa-quote-left {
    color: #00a1cd;
}

.accordion .card-header a {
    color: #00a1cd;
}

html .accordion.accordion-primary .card-header {
    background-color: #00a1cd !important;
}

    html .accordion.accordion-primary .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #00a1cd !important;
    color: #FFF !important;
}

html .accordion-modern-status-primary.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #00a1cd !important;
}

html .accordion.accordion-secondary .card-header {
    background-color: #183f72 !important;
}

    html .accordion.accordion-secondary .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-secondary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #183f72 !important;
    color: #FFF !important;
}

html .accordion-modern-status-secondary.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #183f72 !important;
}

html .accordion.accordion-tertiary .card-header {
    background-color: #0281d7 !important;
}

    html .accordion.accordion-tertiary .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-tertiary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #0281d7 !important;
    color: #FFF !important;
}

html .accordion-modern-status-tertiary.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #0281d7 !important;
}

html .accordion.accordion-quaternary .card-header {
    background-color: #383f48 !important;
}

    html .accordion.accordion-quaternary .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-quaternary.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #383f48 !important;
    color: #FFF !important;
}

html .accordion-modern-status-quaternary.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #383f48 !important;
}

html .accordion.accordion-dark .card-header {
    background-color: #212529 !important;
}

    html .accordion.accordion-dark .card-header a {
        color: #FFF;
    }

html .accordion-modern-status-dark.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #212529 !important;
    color: #FFF !important;
}

html .accordion-modern-status-dark.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #212529 !important;
}

html .accordion.accordion-light .card-header {
    background-color: #FFF !important;
}

    html .accordion.accordion-light .card-header a {
        color: #777;
    }

html .accordion-modern-status-light.accordion-modern-status > .card .card-header a:not(.collapsed) {
    background-color: #FFF !important;
    color: #777 !important;
}

html .accordion-modern-status-light.accordion-modern-status > .card:hover .card-header a.collapsed {
    color: #FFF !important;
}

html .divider.divider-primary [class*="fa-"], html .divider.divider-primary .icons {
    color: #00a1cd;
}

html .divider.divider-primary.divider-small hr {
    background: #00a1cd;
}

html .divider.divider-secondary [class*="fa-"], html .divider.divider-secondary .icons {
    color: #183f72;
}

html .divider.divider-secondary.divider-small hr {
    background: #183f72;
}

html .divider.divider-tertiary [class*="fa-"], html .divider.divider-tertiary .icons {
    color: #0281d7;
}

html .divider.divider-tertiary.divider-small hr {
    background: #0281d7;
}

html .divider.divider-quaternary [class*="fa-"], html .divider.divider-quaternary .icons {
    color: #383f48;
}

html .divider.divider-quaternary.divider-small hr {
    background: #383f48;
}

html .divider.divider-dark [class*="fa-"], html .divider.divider-dark .icons {
    color: #212529;
}

html .divider.divider-dark.divider-small hr {
    background: #212529;
}

html .divider.divider-light [class*="fa-"], html .divider.divider-light .icons {
    color: #FFF;
}

html .divider.divider-light.divider-small hr {
    background: #FFF;
}

html .divider.divider-style-2.divider-primary [class*="fa-"], html .divider.divider-style-2.divider-primary .icons {
    background: #00a1cd;
    color: #FFF;
}

html .divider.divider-style-2.divider-secondary [class*="fa-"], html .divider.divider-style-2.divider-secondary .icons {
    background: #183f72;
    color: #FFF;
}

html .divider.divider-style-2.divider-tertiary [class*="fa-"], html .divider.divider-style-2.divider-tertiary .icons {
    background: #0281d7;
    color: #FFF;
}

html .divider.divider-style-2.divider-quaternary [class*="fa-"], html .divider.divider-style-2.divider-quaternary .icons {
    background: #383f48;
    color: #FFF;
}

html .divider.divider-style-2.divider-dark [class*="fa-"], html .divider.divider-style-2.divider-dark .icons {
    background: #212529;
    color: #FFF;
}

html .divider.divider-style-2.divider-light [class*="fa-"], html .divider.divider-style-2.divider-light .icons {
    background: #FFF;
    color: #777;
}

html .divider.divider-style-3.divider-primary [class*="fa-"], html .divider.divider-style-3.divider-primary .icons {
    border-color: #00a1cd;
}

html .divider.divider-style-3.divider-secondary [class*="fa-"], html .divider.divider-style-3.divider-secondary .icons {
    border-color: #183f72;
}

html .divider.divider-style-3.divider-tertiary [class*="fa-"], html .divider.divider-style-3.divider-tertiary .icons {
    border-color: #0281d7;
}

html .divider.divider-style-3.divider-quaternary [class*="fa-"], html .divider.divider-style-3.divider-quaternary .icons {
    border-color: #383f48;
}

html .divider.divider-style-3.divider-dark [class*="fa-"], html .divider.divider-style-3.divider-dark .icons {
    border-color: #212529;
}

html .divider.divider-style-3.divider-light [class*="fa-"], html .divider.divider-style-3.divider-light .icons {
    border-color: #FFF;
}

#header .tip {
    background: #00a1cd;
    color: #FFF;
}

    #header .tip:before {
        border-right-color: #00a1cd;
        border-left-color: transparent;
    }

html #header .tip-primary {
    background: #00a1cd !important;
    color: #FFF !important;
}

    html #header .tip-primary:before {
        border-right-color: #00a1cd !important;
    }

html #header .tip-secondary {
    background: #183f72 !important;
    color: #FFF !important;
}

    html #header .tip-secondary:before {
        border-right-color: #183f72 !important;
    }

html #header .tip-tertiary {
    background: #0281d7 !important;
    color: #FFF !important;
}

    html #header .tip-tertiary:before {
        border-right-color: #0281d7 !important;
    }

html #header .tip-quaternary {
    background: #383f48 !important;
    color: #FFF !important;
}

    html #header .tip-quaternary:before {
        border-right-color: #383f48 !important;
    }

html #header .tip-dark {
    background: #212529 !important;
    color: #FFF !important;
}

    html #header .tip-dark:before {
        border-right-color: #212529 !important;
    }

html #header .tip-light {
    background: #FFF !important;
    color: #777 !important;
}

    html #header .tip-light:before {
        border-right-color: #FFF !important;
    }

html[dir="rtl"] #header .tip:before {
    border-left-color: #00a1cd;
}

html[dir="rtl"] #header .tip.skin:before {
    border-left-color: #00a1cd;
}

html[dir="rtl"] #header .tip-primary:before {
    border-left-color: #00a1cd !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-secondary:before {
    border-left-color: #183f72 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-tertiary:before {
    border-left-color: #0281d7 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-quaternary:before {
    border-left-color: #383f48 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-dark:before {
    border-left-color: #212529 !important;
    border-right-color: transparent !important;
}

html[dir="rtl"] #header .tip-light:before {
    border-left-color: #FFF !important;
    border-right-color: transparent !important;
}

#header .header-btn-collapse-nav {
    background: #00a1cd;
}

@media (min-width:992px){
    #header .header-nav-main nav > ul > li > a {
        color: #00a1cd;
    }

    #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
        background: #00a1cd;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #00a1cd;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: #00a1cd;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        border-top-color: #00a1cd;
    }

        #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
            color: #00a1cd;
        }

    #header .header-nav-main nav > ul:not(:hover) > li > a.active {
        background-color: #00a1cd;
        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: #00a1cd;
    }

    #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
        background-color: #00a1cd;
    }

    #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active {
        color: #00a1cd;
    }

    #header .header-nav.header-nav-links nav > ul li:hover > a {
        color: #00a1cd;
    }

    #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
        color: #00a1cd;
    }

    #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
        background: #00a1cd !important;
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a {
        color: #00a1cd;
    }

        #header .header-nav.header-nav-line nav > ul li:hover > a:before {
            background: #00a1cd;
        }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
        color: #00a1cd;
    }

        #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
            background: #00a1cd;
        }

    #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: #00a1cd;
    }

    #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active {
        color: #00a1cd;
    }

    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: #00a1cd;
    }

    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: #00a1cd;
    }
}

@media (min-width:992px){
    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
        background-color: #00a1cd;
    }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #0095be;
        }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
            background: #00addc;
        }

    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: #00a1cd;
        background: #00a1cd;
    }

    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: #00a1cd;
        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: #00a1cd;
        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: #00a1cd;
    }

        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: #00a1cd;
        }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #00a1cd;
    }

        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: #00a1cd;
        }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #00a1cd;
    }

        html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before {
            background-color: #00a1cd;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
        color: #00a1cd;
    }

        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: #00a1cd;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        color: #00a1cd;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active {
        color: #00a1cd;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        background-color: #183f72;
    }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #153865;
        }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
            background: #1b467f;
        }

    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: #183f72;
        background: #183f72;
    }

    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: #183f72;
        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: #183f72;
        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: #183f72;
    }

        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: #183f72;
        }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #183f72;
    }

        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: #183f72;
        }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #183f72;
    }

        html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before {
            background-color: #183f72;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        color: #183f72;
    }

        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: #183f72;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        color: #183f72;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active {
        color: #183f72;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        background-color: #0281d7;
    }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #0278c8;
        }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
            background: #028ae6;
        }

    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: #0281d7;
        background: #0281d7;
    }

    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: #0281d7;
        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: #0281d7;
        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: #0281d7;
    }

        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: #0281d7;
        }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #0281d7;
    }

        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: #0281d7;
        }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #0281d7;
    }

        html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before {
            background-color: #0281d7;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
        color: #0281d7;
    }

        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: #0281d7;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        color: #0281d7;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active {
        color: #0281d7;
    }

    html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        background-color: #383f48;
    }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
            color: #FFF;
            border-bottom-color: #31373f;
        }

        html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
            background: #3f4751;
        }

    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: #383f48;
        background: #383f48;
    }

    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: #383f48;
        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: #383f48;
        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: #383f48;
    }

        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: #383f48;
        }

    html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #383f48;
    }

        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: #383f48;
        }

    html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #383f48;
    }

        html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before {
            background-color: #383f48;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
        color: #383f48;
    }

        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: #383f48;
        }

    html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        color: #383f48;
    }

    html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active {
        color: #383f48;
    }

    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: #00a1cd !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: #00a1cd !important;
    }
}

@media (max-width:991px){
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: #00a1cd;
    }

        #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
            color: #00a1cd;
        }

        #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
            background: #00a1cd;
        }

            #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: #00a1cd;                
            }

    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: #00a1cd;
    }

        #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: #00a1cd;
        }

    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: #00a1cd !important;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
        background-color: #00a1cd;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
        color: #00a1cd !important;
    }

    html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
        color: #00a1cd !important;
    }
}

@media (max-width:991px){
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #00a1cd;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
            background: #00a1cd !important;
            color: #FFF !important;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #183f72;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
            background: #183f72 !important;
            color: #FFF !important;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
        color: #0281d7;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active {
            background: #0281d7 !important;
            color: #FFF !important;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
        color: #383f48;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active {
            background: #383f48 !important;
            color: #FFF !important;
        }
}

html #header .header-top.header-top-primary {
    background: #00a1cd;
    border-top-color: #008db4;
}

    html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
        background: #00b5e7;
    }

        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: #00b5e7;
        }

    html #header .header-top.header-top-primary .dropdown-menu {
        background: #00b5e7;
        border-color: #00b5e7;
    }

        html #header .header-top.header-top-primary .dropdown-menu a:hover, html #header .header-top.header-top-primary .dropdown-menu a:focus {
            background: #01c8ff !important;
        }

html #header .header-top.header-top-secondary {
    background: #183f72;
    border-top-color: #14335d;
}

    html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
        background: #1c4b87;
    }

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

    html #header .header-top.header-top-secondary .dropdown-menu {
        background: #1c4b87;
        border-color: #1c4b87;
    }

        html #header .header-top.header-top-secondary .dropdown-menu a:hover, html #header .header-top.header-top-secondary .dropdown-menu a:focus {
            background: #21569c !important;
        }

html #header .header-top.header-top-tertiary {
    background: #0281d7;
    border-top-color: #0272be;
}

    html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
        background: #0290f0;
    }

        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: #0290f0;
        }

    html #header .header-top.header-top-tertiary .dropdown-menu {
        background: #0290f0;
        border-color: #0290f0;
    }

        html #header .header-top.header-top-tertiary .dropdown-menu a:hover, html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
            background: #0f9dfd !important;
        }

html #header .header-top.header-top-quaternary {
    background: #383f48;
    border-top-color: #2d323a;
}

    html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
        background: #434c56;
    }

        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: #434c56;
        }

    html #header .header-top.header-top-quaternary .dropdown-menu {
        background: #434c56;
        border-color: #434c56;
    }

        html #header .header-top.header-top-quaternary .dropdown-menu a:hover, html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
            background: #4e5865 !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: #00a1cd !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-secondary {
        background: #183f72 !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-tertiary {
        background: #0281d7 !important;
        color: #FFF !important;
    }

    html #header .header-nav-bar-quaternary {
        background: #383f48 !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: #00a1cd;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #00a1cd;
    }
}

#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {
    border-bottom-color: #00a1cd;
}

.testimonial blockquote {
    background: #00b5e7;
}

.testimonial .testimonial-arrow-down {
    border-top-color: #00b5e7;
}

html .testimonial-primary blockquote {
    background: #00b5e7;
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #00b5e7;
}

html .testimonial-primary.testimonial-style-7 {
    background: #00b5e7;
}

html .testimonial-quotes-primary blockquote:before, html .testimonial-quotes-primary blockquote:after {
    color: #00a1cd !important;
}

html .testimonial-secondary blockquote {
    background: #1c4b87;
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #1c4b87;
}

html .testimonial-secondary.testimonial-style-7 {
    background: #1c4b87;
}

html .testimonial-quotes-secondary blockquote:before, html .testimonial-quotes-secondary blockquote:after {
    color: #00a1cd !important;
}

html .testimonial-tertiary blockquote {
    background: #0290f0;
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #0290f0;
}

html .testimonial-tertiary.testimonial-style-7 {
    background: #0290f0;
}

html .testimonial-quotes-tertiary blockquote:before, html .testimonial-quotes-tertiary blockquote:after {
    color: #00a1cd !important;
}

html .testimonial-quaternary blockquote {
    background: #434c56;
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #434c56;
}

html .testimonial-quaternary.testimonial-style-7 {
    background: #434c56;
}

html .testimonial-quotes-quaternary blockquote:before, html .testimonial-quotes-quaternary blockquote:after {
    color: #00a1cd !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: #00a1cd !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: #00a1cd !important;
}

.circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons {
    color: #00a1cd;
}

.form-control.bg-primary, .form-control.bg-color-primary {
    color: #FFF;
    border-color: #00a1cd;
}

    .form-control.bg-primary::-webkit-input-placeholder, .form-control.bg-color-primary::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-primary::-moz-placeholder, .form-control.bg-color-primary::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-primary:-ms-input-placeholder, .form-control.bg-color-primary:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-primary:-moz-placeholder, .form-control.bg-color-primary:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-primary blockquote {
    background: #00b5e7;
}

.form-control .testimonial-primary .testimonial-arrow-down {
    border-top-color: #00b5e7;
}

.form-control .testimonial-primary.testimonial-style-7 {
    background: #00b5e7;
}

.form-control .testimonial-quotes-primary blockquote:before, .form-control .testimonial-quotes-primary blockquote:after {
    color: #00a1cd !important;
}

.form-control.bg-secondary, .form-control.bg-color-secondary {
    color: #FFF;
    border-color: #183f72;
}

    .form-control.bg-secondary::-webkit-input-placeholder, .form-control.bg-color-secondary::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-secondary::-moz-placeholder, .form-control.bg-color-secondary::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-secondary:-ms-input-placeholder, .form-control.bg-color-secondary:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-secondary:-moz-placeholder, .form-control.bg-color-secondary:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-secondary blockquote {
    background: #1c4b87;
}

.form-control .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #1c4b87;
}

.form-control .testimonial-secondary.testimonial-style-7 {
    background: #1c4b87;
}

.form-control .testimonial-quotes-secondary blockquote:before, .form-control .testimonial-quotes-secondary blockquote:after {
    color: #00a1cd !important;
}

.form-control.bg-tertiary, .form-control.bg-color-tertiary {
    color: #FFF;
    border-color: #0281d7;
}

    .form-control.bg-tertiary::-webkit-input-placeholder, .form-control.bg-color-tertiary::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-tertiary::-moz-placeholder, .form-control.bg-color-tertiary::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-tertiary:-ms-input-placeholder, .form-control.bg-color-tertiary:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-tertiary:-moz-placeholder, .form-control.bg-color-tertiary:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-tertiary blockquote {
    background: #0290f0;
}

.form-control .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #0290f0;
}

.form-control .testimonial-tertiary.testimonial-style-7 {
    background: #0290f0;
}

.form-control .testimonial-quotes-tertiary blockquote:before, .form-control .testimonial-quotes-tertiary blockquote:after {
    color: #00a1cd !important;
}

.form-control.bg-quaternary, .form-control.bg-color-quaternary {
    color: #FFF;
    border-color: #383f48;
}

    .form-control.bg-quaternary::-webkit-input-placeholder, .form-control.bg-color-quaternary::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-quaternary::-moz-placeholder, .form-control.bg-color-quaternary::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-quaternary:-ms-input-placeholder, .form-control.bg-color-quaternary:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-quaternary:-moz-placeholder, .form-control.bg-color-quaternary:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-quaternary blockquote {
    background: #434c56;
}

.form-control .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #434c56;
}

.form-control .testimonial-quaternary.testimonial-style-7 {
    background: #434c56;
}

.form-control .testimonial-quotes-quaternary blockquote:before, .form-control .testimonial-quotes-quaternary blockquote:after {
    color: #00a1cd !important;
}

.form-control.bg-dark, .form-control.bg-color-dark {
    color: #FFF;
    border-color: #212529;
}

    .form-control.bg-dark::-webkit-input-placeholder, .form-control.bg-color-dark::-webkit-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-dark::-moz-placeholder, .form-control.bg-color-dark::-moz-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-dark:-ms-input-placeholder, .form-control.bg-color-dark:-ms-input-placeholder {
        color: #e6e6e6;
    }

    .form-control.bg-dark:-moz-placeholder, .form-control.bg-color-dark:-moz-placeholder {
        color: #e6e6e6;
    }

.form-control .testimonial-dark blockquote {
    background: #2c3237;
}

.form-control .testimonial-dark .testimonial-arrow-down {
    border-top-color: #2c3237;
}

.form-control .testimonial-dark.testimonial-style-7 {
    background: #2c3237;
}

.form-control .testimonial-quotes-dark blockquote:before, .form-control .testimonial-quotes-dark blockquote:after {
    color: #00a1cd !important;
}

.form-control.bg-light, .form-control.bg-color-light {
    color: #777;
    border-color: #FFF;
}

    .form-control.bg-light::-webkit-input-placeholder, .form-control.bg-color-light::-webkit-input-placeholder {
        color: #5e5e5e;
    }

    .form-control.bg-light::-moz-placeholder, .form-control.bg-color-light::-moz-placeholder {
        color: #5e5e5e;
    }

    .form-control.bg-light:-ms-input-placeholder, .form-control.bg-color-light:-ms-input-placeholder {
        color: #5e5e5e;
    }

    .form-control.bg-light:-moz-placeholder, .form-control.bg-color-light:-moz-placeholder {
        color: #5e5e5e;
    }

.form-control .testimonial-light blockquote {
    background: #ffffff;
}

.form-control .testimonial-light .testimonial-arrow-down {
    border-top-color: #ffffff;
}

.form-control .testimonial-light.testimonial-style-7 {
    background: #ffffff;
}

.form-control .testimonial-quotes-light blockquote:before, .form-control .testimonial-quotes-light blockquote:after {
    color: #00a1cd !important;
}

.form-range::-webkit-slider-thumb {
    background-color: #00a1cd;
}

    .form-range::-webkit-slider-thumb:active {
        background-color: rgba(0,161,205,0.25);
    }

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 0.25rem rgba(0,161,205,0.25);
}

html .counters .counter-primary [class*="fa-"], html .counters .counter-primary .icons, html .counters .counter-primary strong {
    color: #00a1cd;
}

html .counters .counter-secondary [class*="fa-"], html .counters .counter-secondary .icons, html .counters .counter-secondary strong {
    color: #183f72;
}

html .counters .counter-tertiary [class*="fa-"], html .counters .counter-tertiary .icons, html .counters .counter-tertiary strong {
    color: #0281d7;
}

html .counters .counter-quaternary [class*="fa-"], html .counters .counter-quaternary .icons, html .counters .counter-quaternary strong {
    color: #383f48;
}

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: #00a1cd;
}

html .countdown.countdown-secondary > span > span {
    color: #183f72;
}

html .countdown.countdown-tertiary > span > span {
    color: #0281d7;
}

html .countdown.countdown-quaternary > span > span {
    color: #383f48;
}

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: #00a1cd !important;
}

html .image-hotspot-primary .ring {
    border-color: rgba(0,161,205,0.9);
}

html .image-hotspot-secondary strong {
    color: #FFF !important;
}

html .image-hotspot-secondary .circle {
    background: #183f72 !important;
}

html .image-hotspot-secondary .ring {
    border-color: rgba(24,63,114,0.9);
}

html .image-hotspot-tertiary strong {
    color: #FFF !important;
}

html .image-hotspot-tertiary .circle {
    background: #0281d7 !important;
}

html .image-hotspot-tertiary .ring {
    border-color: rgba(2,129,215,0.9);
}

html .image-hotspot-quaternary strong {
    color: #FFF !important;
}

html .image-hotspot-quaternary .circle {
    background: #383f48 !important;
}

html .image-hotspot-quaternary .ring {
    border-color: rgba(56,63,72,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: #00a1cd;
}

html .featured-box-primary .icon-featured {
    background-color: #00a1cd;
}

html .featured-box-primary h4 {
    color: #00a1cd;
}

html .featured-box-primary .box-content {
    border-top-color: #00a1cd;
}

html .featured-box-primary .box-content-border-bottom {
    border-bottom-color: #00a1cd;
}

html .featured-box-secondary .icon-featured {
    background-color: #183f72;
}

html .featured-box-secondary h4 {
    color: #183f72;
}

html .featured-box-secondary .box-content {
    border-top-color: #183f72;
}

html .featured-box-secondary .box-content-border-bottom {
    border-bottom-color: #183f72;
}

html .featured-box-tertiary .icon-featured {
    background-color: #0281d7;
}

html .featured-box-tertiary h4 {
    color: #0281d7;
}

html .featured-box-tertiary .box-content {
    border-top-color: #0281d7;
}

html .featured-box-tertiary .box-content-border-bottom {
    border-bottom-color: #0281d7;
}

html .featured-box-quaternary .icon-featured {
    background-color: #383f48;
}

html .featured-box-quaternary h4 {
    color: #383f48;
}

html .featured-box-quaternary .box-content {
    border-top-color: #383f48;
}

html .featured-box-quaternary .box-content-border-bottom {
    border-bottom-color: #383f48;
}

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: #00a1cd;
    color: #00a1cd;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #183f72;
    color: #183f72;
}

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #0281d7;
    color: #0281d7;
}

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48;
}

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: #00a1cd;
    color: #00a1cd;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #183f72;
    color: #183f72;
}

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
    border-color: #0281d7;
    color: #0281d7;
}

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
    border-color: #383f48;
    color: #383f48;
}

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: #00a1cd;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #183f72;
}

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
    color: #0281d7;
}

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

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: #00a1cd;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #183f72;
}

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
    color: #0281d7;
}

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

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: #00a1cd;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #183f72;
}

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
    color: #0281d7;
}

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
    color: #383f48;
}

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: #00a1cd;
    background: linear-gradient(135deg,#00a1cd 0%,#383f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a1cd",endColorstr="#383f48",GradientType=1);
}

.featured-boxes-modern-style-secondary .featured-box {
    background: #183f72;
    background: linear-gradient(135deg,#183f72 0%,#383f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#183f72",endColorstr="#383f48",GradientType=1);
}

.featured-boxes-modern-style-tertiary .featured-box {
    background: #0281d7;
    background: linear-gradient(135deg,#0281d7 0%,#383f48 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0281d7",endColorstr="#383f48",GradientType=1);
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #00a1cd;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #183f72;
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 3px #0281d7;
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 3px #383f48;
}

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 #00a1cd;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #00a1cd !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #183f72;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #183f72 !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
    box-shadow: 0 0 0 10px #0281d7;
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
    background: #0281d7 !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
    box-shadow: 0 0 0 10px #383f48;
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
    background: #383f48 !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;
}

.feature-box .feature-box-icon {
    background-color: #00a1cd;
}

html .feature-box-primary .feature-box-icon {
    background-color: #00a1cd;
}

html .feature-box-secondary .feature-box-icon {
    background-color: #183f72;
}

html .feature-box-tertiary .feature-box-icon {
    background-color: #0281d7;
}

html .feature-box-quaternary .feature-box-icon {
    background-color: #383f48;
}

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: #00a1cd;
}

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: #00a1cd;
}

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: #183f72;
}

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: #0281d7;
}

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: #383f48;
}

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: #00a1cd;
}

    .feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-3 .feature-box-icon .icons {
        color: #00a1cd;
    }

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #00a1cd;
}

    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: #00a1cd;
    }

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #183f72;
}

    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: #183f72;
    }

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
    border-color: #0281d7;
}

    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: #0281d7;
    }

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
    border-color: #383f48;
}

    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: #383f48;
    }

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: #00a1cd;
}

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: #00a1cd;
}

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: #183f72;
}

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: #0281d7;
}

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: #383f48;
}

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: #00a1cd;
}

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: #00a1cd;
}

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: #183f72;
}

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: #0281d7;
}

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: #383f48;
}

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: #00a1cd;
}

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: #183f72;
}

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: #0281d7;
}

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: #383f48;
}

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: #00799a;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) {
    background-color: #008db4;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) {
    background-color: #00a1cd;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) {
    background-color: #00b5e7;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) {
    background-color: #01c8ff;
}

html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) {
    background-color: #1bceff;
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #00a1cd;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #183f72;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #0281d7;
    color: #FFF;
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #383f48;
    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: #00a1cd;
}

    .pricing-table .most-popular h3 {
        background-color: #00a1cd;
    }

.pricing-table.princig-table-flat .plan h3 {
    background-color: #00a1cd;
}

    .pricing-table.princig-table-flat .plan h3 span {
        background: #00a1cd;
    }

html .call-to-action.featured.featured-primary {
    border-top-color: #00a1cd;
}

html .call-to-action.call-to-action-primary {
    background: #00a1cd;
}

html .call-to-action.with-full-borders-primary {
    border-color: #00a1cd;
}

html .call-to-action.call-to-action-primary {
    background: #00a1cd;
}

    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: #183f72;
}

html .call-to-action.call-to-action-secondary {
    background: #183f72;
}

html .call-to-action.with-full-borders-secondary {
    border-color: #183f72;
}

html .call-to-action.call-to-action-secondary {
    background: #183f72;
}

    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: #0281d7;
}

html .call-to-action.call-to-action-tertiary {
    background: #0281d7;
}

html .call-to-action.with-full-borders-tertiary {
    border-color: #0281d7;
}

html .call-to-action.call-to-action-tertiary {
    background: #0281d7;
}

    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: #383f48;
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48;
}

html .call-to-action.with-full-borders-quaternary {
    border-color: #383f48;
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48;
}

    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: #00a1cd;
    box-shadow: 0 0 0 3px #FFF,0 0 0 6px #00a1cd;
}

ul.history li .featured-box .box-content {
    border-top-color: #00a1cd;
}

.portfolio-list .portfolio-item.portfolio-item-new:after {
    background: linear-gradient(135deg,#00a1cd 0%,#183f72 80%);
}

.recent-posts .date .month, article.post .post-date .month {
    background-color: #00a1cd;
}

.recent-posts .date .day, article.post .post-date .day {
    color: #00a1cd;
}

.slider .tp-bannertimer {
    background-color: #00a1cd;
}

.home-concept strong {
    color: #00a1cd;
}

html .home-intro-primary {
    background: #00a1cd;
}

html .home-intro-secondary {
    background: #183f72;
}

html .home-intro-tertiary {
    background: #0281d7;
}

html .home-intro-quaternary {
    background: #383f48;
}

html .home-intro-dark {
    background: #212529;
}

html .home-intro-light {
    background: #FFF;
}

html .slide-overlay-primary .slotholder:after {
    background-color: #00a1cd !important;
}

html .slider-container .tp-caption-overlay-primary {
    background: #00a1cd;
}

html .slider-container .tp-caption-overlay-opacity-primary {
    background: rgba(0,161,205,0.4);
}

html .tp-bullets.bullets-color-primary .tp-bullet:hover, html .tp-bullets.bullets-color-primary .tp-bullet.selected {
    background: #00a1cd;
}

html .slide-overlay-secondary .slotholder:after {
    background-color: #183f72 !important;
}

html .slider-container .tp-caption-overlay-secondary {
    background: #183f72;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
    background: rgba(24,63,114,0.4);
}

html .tp-bullets.bullets-color-secondary .tp-bullet:hover, html .tp-bullets.bullets-color-secondary .tp-bullet.selected {
    background: #183f72;
}

html .slide-overlay-tertiary .slotholder:after {
    background-color: #0281d7 !important;
}

html .slider-container .tp-caption-overlay-tertiary {
    background: #0281d7;
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
    background: rgba(2,129,215,0.4);
}

html .tp-bullets.bullets-color-tertiary .tp-bullet:hover, html .tp-bullets.bullets-color-tertiary .tp-bullet.selected {
    background: #0281d7;
}

html .slide-overlay-quaternary .slotholder:after {
    background-color: #383f48 !important;
}

html .slider-container .tp-caption-overlay-quaternary {
    background: #383f48;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
    background: rgba(56,63,72,0.4);
}

html .tp-bullets.bullets-color-quaternary .tp-bullet:hover, html .tp-bullets.bullets-color-quaternary .tp-bullet.selected {
    background: #383f48;
}

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: #0281d7 !important;
    background-image: linear-gradient(to right,#0281d7 0%,#383f48 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0281d7",endColorstr="#383f48",GradientType=1);
}

.cd-product-viewer-handle .handle {
    background: #00a1cd;
}

.tparrows.tparrows-carousel.tp-leftarrow, .tparrows.tparrows-carousel.tp-rightarrow {
    background-color: #00a1cd;
    border-color: #00a1cd #00a1cd #00799a;
    color: #fff;
}

    .tparrows.tparrows-carousel.tp-leftarrow:hover, .tparrows.tparrows-carousel.tp-rightarrow:hover, .tparrows.tparrows-carousel.tp-leftarrow.hover, .tparrows.tparrows-carousel.tp-rightarrow.hover {
        background-color: #00bff3;
        border-color: #01c8ff #01c8ff #00a1cd;
        color: #fff;
    }

    .tparrows.tparrows-carousel.tp-leftarrow:focus, .tparrows.tparrows-carousel.tp-rightarrow:focus, .tparrows.tparrows-carousel.tp-leftarrow.focus, .tparrows.tparrows-carousel.tp-rightarrow.focus {
        background-color: #0083a7;
        border-color: #00799a #00799a #005167;
        color: #fff;
        box-shadow: 0 0 0 3px rgba(0,161,205,0.5);
    }

    .tparrows.tparrows-carousel.tp-leftarrow.disabled, .tparrows.tparrows-carousel.tp-rightarrow.disabled, .tparrows.tparrows-carousel.tp-leftarrow:disabled, .tparrows.tparrows-carousel.tp-rightarrow:disabled {
        background-color: #00a1cd;
        border-color: #00a1cd #00a1cd #00799a;
    }

    .tparrows.tparrows-carousel.tp-leftarrow:active, .tparrows.tparrows-carousel.tp-rightarrow:active, .tparrows.tparrows-carousel.tp-leftarrow.active, .tparrows.tparrows-carousel.tp-rightarrow.active {
        background-color: #0083a7 !important;
        background-image: none !important;
        border-color: #00799a #00799a #005167 !important;
    }

.tparrows.arrows-primary:before {
    color: #00a1cd;
}

.shop .products .product .onsale {
    background-color: #00a1cd;
    border-bottom-color: #0081a4;
}

.shop .cart-totals tr.total .amount {
    color: #00a1cd;
}

.shop .products .product .quick-view {
    background: rgba(0,161,205,0.7);
}

.shop .products .product:hover .quick-view:hover {
    background: #00a1cd;
}

.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
    color: #FFF;
    background: #00a1cd;
}

.product .product-thumb-info .countdown-offer-wrapper {
    background: #00a1cd;
}

.dropdown-menu.dropdown-menu-arrow-centered a:focus, .dropdown-menu.dropdown-menu-arrow-centered a:active {
    background-color: #00a1cd;
}

#footer .footer-ribbon {
    background: #00a1cd;
}

    #footer .footer-ribbon:before {
        border-right-color: #006581;
        border-left-color: #006581;
    }

#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
    color: #00a1cd !important;
}

    #footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
        background: #00a1cd !important;
    }

#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
    color: #00a1cd !important;
}

    #footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
        background: #00a1cd !important;
    }

.scrollable.colored-slider .scrollable-slider {
    background: #00a1cd;
}

.sample-icon-list .sample-icon a:hover {
    background-color: #00a1cd;
}

.cursor-inner {
    background-color: #00a1cd;
}

    .cursor-inner.cursor-inner-plus:before {
        color: #00a1cd;
    }

.cursor-outer {
    border-color: #00a1cd;
}

.cssload-thecube .cssload-cube:before {
    background-color: #00a1cd;
}

.cssload-cube-progress {
    border-color: #00a1cd;
}

.cssload-cube-progress-inner {
    background-color: #00a1cd;
}

.cssload-float-rings-inner.cssload-one {
    border-bottom-color: #00a1cd;
}

.cssload-float-rings-inner.cssload-two {
    border-right-color: #00a1cd;
}

.cssload-float-rings-inner.cssload-three {
    border-top-color: #00a1cd;
}

.cssload-float-bars-loading, .cssload-float-bars-loading:after, .cssload-float-bars-loading:before {
    background: #00a1cd;
}

.cssload-speeding-wheel {
    border-top-color: #00a1cd;
    border-bottom-color: #00a1cd;
}

.cssload-zenith {
    box-shadow: 3px 3px 1px #00a1cd;
}

.cssload-spinning-square-loading {
    background: #00a1cd;
}

    .cssload-spinning-square-loading:before {
        background: #183f72;
    }

    .cssload-spinning-square-loading:after {
        background: #FFF;
    }

.cssload-pulse-loader {
    background: #00a1cd;
}

.map-rounded-pin {
    background: #00a1cd;
}

html.boxed .body {
    border-top-color: #00a1cd;
}

.custom-svg-fill-color-tertiary {
    fill: #0281d7;
}

.custom-svg-fill-color-tertiary-darken {
    fill: #0272be;
}

.custom-highlight-1.custom-highlight-1-primary:after {
    background-color: #00a1cd;
}

.custom-line {
    border-bottom-color: #00a1cd;
}

.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next {
    color: #183f72;
}

.custom-card-style-1:hover {
    border-color: #00a1cd;
}

    .custom-card-style-1:hover .custom-card-style-1-title {
        color: #00a1cd !important;
    }

    .custom-card-style-1:hover .custom-card-style-1-link {
        color: #183f72 !important;
    }

.custom-accordion-style-1 > .card .card-header a {
    background-color: #00a1cd;
}

    .custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
        color: #FFF !important;
    }

    .custom-accordion-style-1 > .card .card-header a.collapsed {
        background-color: #FFF;
    }

.custom-accordion-style-1 > .card:hover {
    border-color: #00a1cd !important;
}

    .custom-accordion-style-1 > .card:hover .card-header a.collapsed {
        color: #00a1cd !important;
    }

.custom-social-icons li a {
    background: #183f72;
}

    .custom-social-icons li a i {
        color: #FFF;
    }

.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
    color: #0281d7;
}

.custom-nav-list-effect-1 > li > a:before {
    border-left-color: #00a1cd;
    border-right-color: #00a1cd;
}

.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a {
    color: #00a1cd !important;
}

.blog-sidebar button.bg-color-grey {
    background-color: #00a1cd !important;
    color: #FFF !important;
}

.aws.owl-carousel .owl-item .col-lg-6 {
}

a {
    color: #01b2be;
}

.btn-link {
    color: #01b2be;
}

    .btn-link:active {
        color: #01b2be;
    }

.new-team-flex {
    display: flex;
}

html .btn-primary {
    background-color: #01b2be;
}

.new-team-flex > .card {
    margin: 0 10px;
}

.team-row-2 {
    margin-top: 20px;
}

.header-logo a img {
}

#footer p, #footer a:not(.btn), #footer span, #footer li, #footer li a, #footer .footer-copyright p {
    color: #fff;
}

    #footer a:not(.btn):not(.no-footer-css) {
        color: #fff;
    }

#footer .social-icons li a {
    color: #fff !important;
}

#footer .footer-logo {
    height: auto;
}

p.tech-savvy {
    font-family: "Poppins",sans-serif !important;
}

div.aws-contact-wrap {
    background-color: #FFF;
}

#services-mobile {
    display: none;
}

html .text-color-secondary, html .text-secondary {
    color: #606060 !important;
}

html .text-color-dark, html .text-dark {
    color: #777 !important;
}

.aws-contact-wrap h2, .aws-contact-wrap h4 {
    color: #777;
}

.custom-font-secondary {
    font-family: "Poppins",sans-serif !important;
}

.custom-social-icons li a {
    background: #00a1cd;
}

html .bg-color-tertiary, html .bg-tertiary {
    background-color: #777 !important;
}

.custom-svg-fill-color-tertiary-darken {
    fill: #01b2be;
}

#header .header-nav-main nav > ul > li > a {
    color: #01b2be;
}

html .btn-primary:active, html .btn-primary.active {
    background-color: #01b2be !important;
    border-color: #00799a #00799a #005167 !important;
}

html .text-color-primary, html .text-primary {
    color: #01b2be !important;
}

.custom-line {
    border-bottom-color: #01b2be;
}

html .bg-color-primary, html .bg-primary {
    background-color: #01b2be !important;
}

.custom-card-style-1:hover {
    border-color: #01b2be;
}

    .custom-card-style-1:hover .custom-card-style-1-title {
        color: #01b2be !important;
    }

    .custom-card-style-1:hover .custom-card-style-1-link {
        color: #01b2be !important;
    }

.custom-accordion-style-1 > .card .card-header a {
    background-color: #01b2be;
}

html.dark .accordion.accordion-modern .card:first-of-type, html.dark .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type), html.dark .accordion.accordion-modern .card:last-of-type {
    border-color: #01b2be;
}

.custom-card-style-1:hover {
    border-color: #01b2be;
}

.custom-accordion-style-1 > .card:hover .card-header a.collapsed {
    color: #01b2be !important;
}

.custom-accordion-style-1 > .card:hover {
    border-color: #01b2be !important;
}

.custom-social-icons li a {
    background: #01b2be;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
    color: #01b2be;
}

html .btn-secondary {
    background-color: #01b2be;
    border-color: #01b2be #01b2be #01b2be;
}

.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: #01b2be;
    border-color: #01b2be;
}

html .btn-primary:active, html .btn-primary.active {
    background-color: #01b2be !important;
    border-color: #00799a #00799a #005167 !important;
}

html .btn-primary:hover, html .btn-primary.hover {
    background-color: #01A2AA;
    border-color: #01A2AA #01A2AA #01A2AA;
    color: #FFF;
}

html .btn-primary:focus, html .btn-primary.focus {
    background-color: #01A2AA;
    border-color: #01A2AA #01A2AA #01A2AA;
    color: #FFF;
    box-shadow: 0 0 0 3px rgba(0,161,205,0.5);
}

html .btn-secondary:hover, html .btn-secondary.hover {
    background-color: #01A2AA;
    border-color: #01A2AA #01A2AA #01A2AA;
    color: #FFF;
}

html .btn-secondary:focus, html .btn-secondary.focus {
    background-color: #01A2AA;
    border-color: #01A2AA #01A2AA #01A2AA;
    color: #FFF;
    box-shadow: 0 0 0 3px rgba(24,63,114,0.5);
}

ul.social-icons.custom-social-icons a:hover {
    background: #01A2AA !important;
}

#header .header-nav-main nav > ul > li > a:hover {
    background-color: #01b2be;
    color: #FFF;
}

html .overlay-color-tertiary:not(.no-skin):before {
    background-color: #777 !important;
}

html .bg-color-secondary, html .bg-secondary {
    background-color: #777 !important;
}

.aws-flip-front {
    z-index: 900;
    width: inherit;
    height: inherit;
    background: #fff;
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
    box-shadow: 0 1px 15px rgba(0,0,0,0.1);
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transform: rotateX(0deg) rotateY(0deg);
    -o-transform-style: preserve-3d;
    -o-backface-visibility: hidden;
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform-style: preserve-3d;
    -ms-backface-visibility: hidden;
    transform: rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.aws-flip-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    width: inherit;
    height: inherit;
    background: #fff;
    border: 1px solid #000;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transform: rotateY(-180deg);
    -o-transform-style: preserve-3d;
    -o-backface-visibility: hidden;
    -ms-transform: rotateY(-180deg);
    -ms-transform-style: preserve-3d;
    -ms-backface-visibility: hidden;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.aws-flip-panel.aws-flip-flip .aws-flip-front {
    z-index: 900;
    background: #fff;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}

.aws-flip-panel.aws-flip-flip .aws-flip-back {
    z-index: 1000;
    background: #fff;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg);
    -o-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
}

.nav-services-mo {
    display: none;
}

@media all and (max-width:991px){
    #services-mobile {
        display: block;
    }

    .col.new-team-flex {
        flex-wrap: wrap;
    }

    .new-team-flex > .card {
        margin: 0 10px;
        width: 47%;
        margin-bottom: 20px;
    }

    .team-row-2 {
        margin-top: 0px;
    }

    #header .header-nav-main nav > ul li.nav-services-de {
        display: none;
    }
}

@media all and (max-width:767px){
    .new-team-flex > .card {
        width: 100%;
    }
}

@media all and (min-width:992px){
    .aws-team-section2 {
        justify-content: center;
    }

        .aws-team-section2 > div.card {
            max-width: 213px;
        }
}

@media all and (min-width:1200px){
    .aws-team-section2 > div.card {
        max-width: 273px;
    }
}

nav#toolbar-bar {
    z-index: 10000;
}

#block-ethiqs-theme-page-title {
    display: none;
}

article img {
    max-width: 100%;
    height: auto;
}

.ethigs-block > h2 {
    color: #383f48;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 1.50em;
    margin-bottom: 1rem;
    line-height: 24px;
    letter-spacing: -.05em;
    -webkit-font-smoothing: antialiased;
}

#block-views-block-article-recent-posts-block-1 .views-row a {
    color: #777;
    font-weight: 700;
    line-height: 15px;
    font-size: 15px;
}

#block-views-block-article-recent-posts-block-1 .views-row {
    margin-bottom: 20px;
}

#block-views-block-front-articles-2-block-1 .contextual-region .views-row article {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

form.webform-submission-form label {
    display: block;
}

form.webform-submission-form input {
    display: block;
    line-height: 1.85;
    border: 1px solid #ced4da;
    border-color: rgba(206,212,218,0.7);
    font-size: 1em !important;
    padding: 10px;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    height: auto !important;
    width: 100%;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
}

form.webform-submission-form textarea {
    line-height: 1.85;
    border: 1px solid #ced4da;
    border-color: rgba(206,212,218,0.7);
    font-size: 1em !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    height: auto !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    appearance: none;
    border-radius: 0.25rem;
}

form.webform-submission-form #edit-actions input {
    width: auto;
    background-color: #01b2be !important;
    border-color: #00799a #00799a #005167 !important;
    margin-top: 20px;
    color: #FFF;
}

form.webform-submission-form #edit-actions--2 input {
    width: auto;
    background-color: #01b2be !important;
    border-color: #00799a #00799a #005167 !important;
    margin-top: 20px;
    color: #FFF;
}

form.webform-submission-form input:focus {
    outline: 0 !important;
    border-color: rgba(188,194,198,1);
}

form.webform-submission-form textarea:focus {
    outline: 0 !important;
    border-color: rgba(188,194,198,1);
}

em.placeholder {
    background-color: transparent;
    color: #777;
}

#block-webform-2 {
    margin-top: 40px;
}

    #block-webform-2 > h2 {
        color: #606060 !important;
        font-weight: 700 !important;
        line-height: 1 !important;
        font-size: 1.80em !important;
        padding-bottom: 0.5rem !important;
        margin: 0 0 32px 0;
        margin-bottom: 1rem !important;
    }

div.aws-contact-wrap {
    background-color: #f7f7f7;
    padding-bottom: 50px;
    padding-top: 30px;
}

.news-page-text {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-top: 0;
}

.news-and-articles-view > .views-row {
    margin-bottom: 30px;
}

.news-page-title a {
    font-size: 21px;
}

.front-news-more a {
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    background-color: #01b2be;
    margin-left: 25px;
    position: relative;
    top: -4px;
}

    .front-news-more a:hover {
        text-decoration: none;
    }

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

#edit-top-message {
    margin-bottom: 20px;
    margin-top: 40px;
}

a.contact-phone1 {
    margin-bottom: 0 !important;
}

.flip-card {
    width: 250px;
    height: 426px;
    background: transparent;
    perspective: 1000px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.9s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-back, .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #f7f7f7;
    color: black;
}

.flip-card-back {
    background-color: #f7f7f7;
    color: white;
    transform: rotateY(180deg);
    padding: 20px 10px 10px 10px;
}

.our-team-flipcards > div {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

#block-contactpagetext {
    margin-top: 50px;
}

.flip-card-back * {
    text-align: left;
    line-height: 17px;
}

.flip-card-back i.fa-linkedin {
    font-size: 25px;
}

.flip-card-back h3 {
    color: #606060 !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 18px;
}

.aws-hide-1 {
    display: none;
}

.our-team-flipcards img.rounded-circle {
    transform: translate3d(5px,-5px,0);
    transition: ease transform 300ms;
}

#edit-length-of-meeting--wrapper input {
    width: auto;
    margin-right: 5px;
}

#edit-length-of-meeting--wrapper .js-form-type-radio {
    display: flex;
    align-items: center;
}

#edit-length-of-meeting--wrapper legend span {
    font-weight: normal;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 26px;
}

#footer .feature-box-info.ps-2 > a {
    font-size: 1.2em !important;
    font-weight: 500 !important;
    display: block;
}

#footer .feature-box-info.ps-2 > p {
    margin-bottom: 10px !important;
}

.services-img1 {
    max-width: 380px;
    float: left;
    margin-right: 20px;
    border-radius: 4px;
}

.services-img2 {
    max-width: 380px;
    float: right;
    border-radius: 4px;
}

.services-ul1 {
    float: left;
    margin-right: 20px;
    clear: both;
    margin-top: 20px;
    margin-top: 0px;
    max-width: 360px;
}

p.services-clear {
    clear: both;
    padding-top: 20px;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img {
    border-radius: 0% !important;
}

    .testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img.aws-crystal {
        max-width: 140px;
    }

    .testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img.aws-suzy {
        max-width: 140px;
    }

    .testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img.aws-imi {
        max-width: 130px;
    }

.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
    opacity: 0.6;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img.aws-garmin {
    max-width: 130px;
}

.flip-card .card-body h4 {
    margin-bottom: 16px !important;
}

.flip-card .card-body > p {
    margin-bottom: 0 !important;
}

.flip-anna-2nd {
    line-height: 17px;
}

.fo-bhgi {
    padding-top: 10px !important;
}

.aws-footer-last {
    align-items: end;
}

.aws-jquery-flip {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.aws-card {
    width: 250px;
    height: 442px;
    margin: 15px;
}

.aws-jquery-flip .front {
    background-color: #f7f7f7;
    text-align: center;
    padding: 30px 10px 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    width: 250px;
}

    .aws-jquery-flip .front img {
        width: 100%;
        
        border-radius: 50%;
        max-width: 186px;
        box-sizing: border-box;
        height: auto;
        transform: translate3d(5px,-5px,0);
    }

.aws-jquery-flip .back {
    padding: 20px 10px;
    background-color: #f7f7f7;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    width: 250px;
}

    .aws-jquery-flip .back h3 {
        color: #606060 !important;
        font-weight: 700 !important;
        text-transform: capitalize;
        font-size: 22px;
        margin-bottom: 18px;
    }

    .aws-jquery-flip .back p {
        text-align: left;
        line-height: 17px;
        color: #777;
        font-size: 14px;
    }

.aws-diverse {
    max-width: 100px;
    height: auto;
}

.aws-jquery-flip .front > div {
    background-color: #01b2be;
    border-radius: 50%;
    display: inline-block !important;
    box-sizing: border-box;
    text-align: center !important;
    position: relative;
    transition: transform 0.9s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.aws-jquery-flip .front > h4 {
    margin-top: 20px;
}

.aws-jquery-flip i.fab.fa-linkedin {
    font-size: 25px;
}

#our-team > div.container {
    margin-top: 15px !important;
    padding-top: 0 !important;
}

.aws-testimonial-col .text-color-light {
    font-family: "Poppins",sans-serif !important;
}

.aws-testimonial-col .testimonial-author > img {
    max-width: 150px !important;
    border-radius: 0 !important;
    max-height: none !important;
}

    .aws-testimonial-col .testimonial-author > img.aws-diverse-img {
        max-width: 100px !important;
    }

h2.aws-wocs {
    text-align: center;
}

.aws-testimonial-col {
    margin-bottom: 30px;
}

.testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:before, .testimonial.testimonial-with-quotes.testimonial-quotes-dark blockquote:after {
    color: #FFF !important;
}

.testimonial .testimonial-author strong {
    color: #FFF;
}

.3aws-card-job {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

#services-mobile > .container > .mb-5 {
    margin-bottom: 0 !important;
}

#header .header-logo {
}

#mj-w-res-data {
    z-index: 99999;
    position: relative;
}

.mj-w-button.mj-w-btn {
}

#aws-mailjet-wrapper {
    background-color: #f7f7f7;
}

.mj-w-button.mj-w-btn {
    margin-left: 50%;
    position: relative;
    left: -117px;
}

p.team-suze-p {
    margin-bottom: 5px;
}

p.podcast-buttons a {
    display: inline-block;
    max-width: 300px;
    height: auto;
}

.footer-copyright a {
    font-size: 13px;
}

.webform-submission-contact-add-form > details#captcha {
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: left;
}

    .webform-submission-contact-add-form > details#captcha > summary {
        display: none;
    }

.overlay.overlay-op-8:hover:before, .overlay.overlay-op-8.overlay-show:before, .overlay.overlay-op-8.show:before {
    opacity: 0;
}

html .bg-color-secondary, html .bg-secondary {
    background-color: #000 !important;
}

.section.section-with-shape-divider.overlay:before {
    background-color: #000 !important;
}

.section.section-with-shape-divider .custom-highlight-1:after {
    background-color: none;
}

.section-testimonials.section.section-with-shape-divider {
}
