
html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none !important;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway.woff') format('woff'), url('../fonts/Raleway.ttf') format('truetype'), url('../fonts/Raleway.svg#Raleway') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Raleway-Medium.woff') format('woff'), url('../fonts/Raleway-Medium.ttf') format('truetype'), url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #FFF;
    color: #777;
    font-family: 'Raleway-Medium' !important;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.p60 {
    padding: 90px 0px !important;
}

.p90 {
    padding: 90px 0px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.mondcloud-platform {
    padding: 60px 0px;
}

body a {
    outline: none !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

li {
    line-height: 24px;
}

/* Responsive */
@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
}

@media (max-width: 480px) {


    .header-logo {
        margin-top: 15px;
    }
    
}
/* Header */
#header {
    position: relative;
    z-index: 100;
}
.w20{
    width:20%;
}
.w80{
    width:80%;
}
    #header .header-body {
        background: red;
        border-top: 5px solid #EDEDED;
        border-bottom: 1px solid transparent;
        padding: 2px 0;
        -webkit-transition: min-height 0.3s ease;
        -moz-transition: min-height 0.3s ease;
        transition: min-height 0.3s ease;
        width: 100%;
        z-index: 1001;
        min-height: 125px;
    }

.mond-for {
    font-size: 14px !important;
    font-weight: 600 !Important;
    background: #E21E32 !important;
}

.btnone {
    border-top: none !important;
}

.pb30 {
    padding-bottom: 30px !Important;
}

.about-section {
    background: white;
    padding: 60px 0px;
}

.bg-white {
    background: #fff !important;
}

#header .container {
    position: relative;
}

.box-content-about {
    background: #FCFCFC;
    padding: 15px;
    border-bottom: 2px solid #dcdcdc;
}

    .box-content-about h4 {
        text-transform: none;
        font-size: 1.3em;
        line-height: 24px;
    }

.about-mond p {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 30px !Important;
}

#header .header-container {
    position: relative;
    padding:0px 10px;
    display: table;
}

    #header .header-top {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ededed;
    margin-top: -13px;
    padding: 8px 0;
    position: relative;
    z-index: 4;
}

    #header .header-top::after {
        clear: both;
        content: "";
        display: table;
    }

    #header .header-top p {
        font-size: 0.9em;
        margin: 0;
        padding: 0;
        line-height: 37px;
        float: left;
    }

        #header .header-top p .fa, #header .header-top p .icons {
            position: relative;
            top: 1px;
        }

    #header .header-top .header-search {
        float: right;
        margin-top: 2px;
        margin-left: 10px;
        margin-right: 0;
    }

    #header .header-top .header-nav-top {
        float: left;
        margin-top: 0;
        margin-left: 0;
        margin-right: 10px;
    }

    #header .header-top .header-social-icons {
        margin-top: 3px;
    }

    #header .header-top.header-top-colored {
        margin-top: -13px;
        border-top: 5px solid #CCC;
        border-bottom: 0;
        color: #FFF;
    }

        #header .header-top.header-top-colored p, #header .header-top.header-top-colored a, #header .header-top.header-top-colored span {
            color: #FFF;
        }

        #header .header-top.header-top-colored .form-control {
            border: 0;
        }

    #header .header-top.header-top-style-2 {
        background: #f6f6f6;
        margin-top: -16px;
    }

    #header .header-top.header-top-style-3 {
        margin-top: -16px;
        margin-bottom: 10px;
    }

    #header .header-top.header-top-style-4 {
        background: #E4E6ED;
        margin-top: -16px;
        margin-bottom: 10px;
        border-bottom: 0;
    }

#header .header-row {
    display: table-row;
    clear: both;
}

#header .header-column {
    display: table-cell;
    vertical-align: middle;
}

    #header .header-column .row {
        margin: 0;
    }

    #header .header-column .header-row {
        display: block;
        clear: right;
    }

    #header .header-column .header-extra-info {
        list-style: outside none none;
        margin: 24px 0 0;
        padding: 0;
        float: right;
    }

        #header .header-column .header-extra-info li {
            display: inline-block;
            margin-left: 25px;
        }

            #header .header-column .header-extra-info li .feature-box small {
                position: relative;
                top: -4px;
            }

    #header .header-column.header-column-valign-top {
        vertical-align: top;
    }

    #header .header-column.header-column-valign-bottom {
        vertical-align: bottom;
    }

    #header .header-column.header-column-center {
        text-align: center;
    }

        #header .header-column.header-column-center .header-logo {
            width: 100% !important;
            padding: 9px 0;
        }

#header .header-logo {
    float: left;
    position: relative;
}

    #header .header-logo img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        margin: 15px 15px 15px 0;
        top: 0;
    }

#header .header-nav-top {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

    #header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
        color: #999;
        font-size: 0.9em;
        padding: 6px 10px;
        display: inline-block;
    }

        #header .header-nav-top .nav > li > a .fa, #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span .fa, #header .header-nav-top .nav > li > span .icons {
            margin-right: 3px;
            position: relative;
            top: 1px;
        }

        #header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
            background: #EEE;
        }

    #header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
        border-radius: 4px 4px 0 0;
    }

    #header .header-nav-top .dropdown-menu {
        border-color: #EEE;
        margin-top: -2px;
        border-radius: 4px 0 4px 4px;
        padding: 0;
    }

        #header .header-nav-top .dropdown-menu a {
            color: #999;
            padding: 6px 12px;
            font-size: 0.9em;
        }

    #header .header-nav-top .flag {
        margin-right: 2px;
    }

#header .header-search {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

    #header .header-search .form-control {
        border-radius: 20px;
        font-size: 0.9em;
        height: 34px;
        margin: 0;
        padding: 6px 12px;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        transition: width 0.3s ease;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        width: 170px;
    }

    #header .header-search .btn-default {
        background: transparent;
        border: 0 none;
        color: #CCC;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
    }

        #header .header-search .btn-default:hover {
            color: #000;
        }

#header .header-social-icons {
    float: right;
    margin: 15px 0 0 10px;
}

#header .header-btn-collapse-nav {
    background: #CCC;
    color: #FFF;
    display: none;
    float: right;
    margin: 12px 0 8px 15px;
}

#header.header-narrow .header-body {
    min-height: 0;
}

.bb {
    border-bottom: 2px solid #5974A3;
    width: 10%;
    float: none;
    margin: auto;
    margin-top: -20px;
    margin-bottom: 20px;
}

#header.header-narrow .header-logo img {
    margin: 0px 12px 0px -236px;
}

#header.header-narrow .header-nav-main {
    margin-bottom: 0;
}

#header.header-no-border-bottom .header-body {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

html:not(.boxed) #header.header-full-width .header-container {
    width: 100%;
}

html #header.header-transparent {
    min-height: 0 !important;
    width: 100%;
    position: absolute;
}

    html #header.header-transparent .header-body {
        position: relative;
        top: 0;
        background: transparent;
        border-top: 0;
        border-bottom: 0;
        box-shadow: none;
    }

        html #header.header-transparent .header-body:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #FFF;
            opacity: 0;
            border-bottom: 1px solid #f1f1f1;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            -webkit-transform: translate3d(0, 0, 0);
            -webkit-backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px;
        }

html.sticky-header-enabled #header.header-transparent .header-body {
    position: fixed;
}

html.sticky-header-active #header.header-transparent .header-body {
    border-bottom: 0;
    box-shadow: none;
}

    html.sticky-header-active #header.header-transparent .header-body:before {
        opacity: 1;
    }

html #header.header-semi-transparent, html #header.header-semi-transparent-light {
    min-height: 0 !important;
    width: 100%;
    position: absolute;
}

    html #header.header-semi-transparent .header-body, html #header.header-semi-transparent-light .header-body {
        position: relative;
        top: 0;
        background: #804e95;
        border-top: 0;
        border-bottom: 0;
        box-shadow: none;
    }

        html #header.header-semi-transparent .header-body:before, html #header.header-semi-transparent-light .header-body:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: #000;
            border-bottom: 0;
            opacity: 0.3;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            -webkit-transform: translate3d(0, 0, 0);
            -webkit-backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px;
        }

html.sticky-header-enabled #header.header-semi-transparent .header-body {
    position: fixed;
}

html.sticky-header-active #header.header-semi-transparent .header-body {
    border-bottom: 0;
    box-shadow: none;
}

    html.sticky-header-active #header.header-semi-transparent .header-body:before {
        opacity: 0.8;
    }

.solutions-tabs-section {
    background: white;
    padding: 50px 0px;
}

.gallery-tabs-section {
    background: #fbfbfb;
    padding: 50px 0px;
}

html #header.header-semi-transparent-light .header-body:before {
    opacity: 0.1;
    background: #FFF;
}

.bg-light-grey {
    background: #fbfbfb !important ';
}

.bb3px {
    border-bottom: 3px solid #E21E32 !important;
}

.solutions {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.feature-box i {
    padding-top: 7px !important;
}

.list-icons span1 {
    color: Orange !important;
}

.ln25 {
    line-height: 25px !Important;
}

.customers img {
    margin-bottom: 10px;
}

.h185 {
    height: 185px !important;
}

.solutions h4 {
    color: #333 !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    font-size: 20px !important;
}

.solutions h3 {
    text-align: center !important;
}

html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
    position: fixed;
}

.bl1 {
    border-left: 1px solid #fff !important;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body {
    border-bottom: 0;
    box-shadow: none;
}

    html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
        border-bottom: 1px solid #f1f1f1;
        opacity: 0.9;
    }

html #header.header-transparent-bottom-border .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: #e9e9e9;
    top: 0px !Important;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

html.sticky-header-active #header .header-nav-main {
    margin: 6px 0 0;
}

html:not(.sticky-header-active) #header.header-transparent-sticky-deactive .header-body:before {
    background: #000 !important;
}

/* Header Nav Main */
@media (min-width: 992px) {
    #header .header-nav-main {
        float: right;
        margin: 12px 0 0;
        min-height: 45px;
    }

    .nav-pills > li + li {
        margin-left: 10px;
        margin-right: 5px;
    }

    #header .header-nav-main nav > ul > li > a {
        border-radius: 4px;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        color: #fff !important;
        line-height: 20px;
        padding: 10px 13px;
        text-transform: uppercase;
    }

        #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
            background: transparent;
            color: #fff !important;
        }

        #header .header-nav-main nav > ul > li > a.dropdown-toggle {
            padding-right: 23px;
        }

            #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
                display: none;
            }

            #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
                border-color: #CCC transparent transparent transparent;
                border-style: solid;
                border-width: 4px;
                content: " ";
                display: block;
                float: right;
                height: 0;
                margin-right: -10px;
                margin-top: 5px;
                position: absolute;
                right: 20px;
                top: 12px;
                width: 0;
            }

    #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
        background: #CCC;
        color: #FFF;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border-radius: 0 4px 4px;
        border: 0;
        border-top: 5px solid #CCC;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        margin: -3px 0 0 0;
        min-width: 200px;
        padding: 5px;
        text-align: left;
    }

    .band-strip h2 {
        font-size: 2em !important;
        line-height: 36px !Important;
    }

    .which-delivers-section h4 {
        font-size: 1.6em !important;
    }

    .which-delivers-section .enterprises {
        background: #fff;
        padding: 20px;
        margin-top: 30px;
        border-bottom: 3px solid #5974A3;
    }

        .which-delivers-section .enterprises h2 {
            font-size: 24px;
            text-align: center;
            margin-bottom: 0px;
        }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #f4f4f4;
        color: #777;
        font-size: 15px;
        font-weight: 600;
        padding: 8px 20px 8px 8px;
        position: relative;
        text-transform: none;
    }

    .padding-small-section {
        padding: 20px 0 25px !important;
    }

    .h3-line-height {
        line-height: 40px;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative;
    }

        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
            display: none;
        }

        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #CCC;
            border-style: solid;
            border-width: 4px 0 4px 4px;
            content: " ";
            display: block;
            float: right;
            height: 0;
            margin-right: -10px;
            margin-top: 5px;
            position: absolute;
            right: 15px;
            top: 8px;
            width: 0;
        }

        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
            display: block;
            left: 100%;
            margin-top: -10px;
            margin-left: -1px;
            border-radius: 4px;
            opacity: 0;
        }

        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
            top: 0;
            opacity: 1;
        }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
        border-bottom: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
        padding-bottom: 15px;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: auto;
        display: block;
        opacity: 1;
    }

    #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li a {
        padding-right: 8px;
        padding-left: 20px;
    }

    #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
        left: 8px;
        border-width: 5px 5px 5px 0;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega {
        position: static;
    }

        #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
            border-radius: 4px;
            left: 15px;
            right: 15px;
            width: auto;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
            padding: 20px 30px;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
            color: #333333;
            display: block;
            font-size: 1em;
            font-weight: 600;
            margin-top: 20px;
            padding-bottom: 5px;
            text-transform: uppercase;
        }

            #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
                margin-top: 0;
            }

        #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
                border: 0 none;
                border-radius: 4px;
                color: #777;
                display: block;
                font-size: 0.9em;
                font-weight: normal;
                margin: 0 0 0 -8px;
                padding: 3px 8px;
                text-shadow: none;
                text-transform: none;
                text-decoration: none;
            }

            #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
                background: #f4f4f4;
            }

    #header .header-nav-main.header-nav-main-square {
        margin-bottom: -9px;
    }

        #header .header-nav-main.header-nav-main-square nav > ul > li > a {
            border-radius: 0;
        }

        #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
            margin-top: 0;
            border-radius: 0;
        }

            #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
                border-radius: 0;
            }

        #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
            border-radius: 0;
        }

        #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
            border-radius: 0;
        }

    #header .header-nav-main a > .thumb-info-preview {
        position: absolute;
        display: block;
        left: 100%;
        opacity: 0;
        border: 0;
        padding-left: 10px;
        background: transparent;
        overflow: visible;
        margin-top: 15px;
        top: -10000px;
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(-20px, 0, 0);
    }

        #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
            background: #FFF;
            display: block;
            border-radius: 4px;
            border: 0;
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
            margin: 0;
            padding: 4px;
            text-align: left;
            width: 190px;
        }

        #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
            transition: all 6s linear 0s;
            width: 182px;
            height: 136px;
            min-height: 0;
        }

    #header .header-nav-main a:hover > .thumb-info-preview {
        transform: translate3d(0, 0, 0);
        top: 0;
        opacity: 1;
        margin-top: -5px;
    }

    #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
        transform: translate3d(20px, 0, 0);
        right: 100%;
        left: auto;
        padding-left: 0;
        margin-right: 10px;
    }

    #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
        transform: translate3d(0, 0, 0);
    }

    #header .header-nav {
        display: block !important;
    }

        #header .header-nav.header-nav-stripe {
            margin-bottom: -9px;
        }

            #header .header-nav.header-nav-stripe nav > ul > li > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
                background: transparent;
                padding: 70px 13px 24px;
                margin: -5px 0 0;
            }

                #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle {
                    padding-right: 23px;
                }

                    #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after {
                        top: 72px;
                    }

            #header .header-nav.header-nav-stripe nav > ul > li > a {
                color: #444;
            }

            #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
                color: #FFF;
            }

            #header .header-nav.header-nav-stripe .header-social-icons {
                margin-top: 70px;
            }

        #header .header-nav.header-nav-top-line {
            margin-bottom: -9px;
        }

            #header .header-nav.header-nav-top-line nav > ul > li > a, #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
                background: transparent;
                color: #444;
                padding: 65px 13px 24px;
                margin: 0;
            }

                #header .header-nav.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 5px;
                    top: -16px;
                    left: -5px;
                    opacity: 0;
                }

                #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
                    padding-right: 23px;
                }

                    #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
                        top: 65px;
                    }

                #header .header-nav.header-nav-top-line nav > ul > li.active > a:before, #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
                    opacity: 1;
                }

            #header .header-nav.header-nav-top-line .header-social-icons {
                margin-top: 70px;
            }

        #header .header-nav.header-nav-dark-dropdown {
            margin-bottom: -9px;
        }

            #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
                background: transparent;
                color: #444;
                padding: 65px 13px 24px;
                margin: 0;
            }

                #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
                    padding-right: 23px;
                }

                    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after, #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
                        top: 65px;
                    }

            #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
                border-bottom-color: #2a2a2a;
            }

            #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
                background: #1e1e1e;
            }

                #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
                    color: #969696;
                }

                    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover, #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
                        background: #282828;
                    }

            #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
                color: #ababab;
            }

            #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
                background: #282828;
            }

            #header .header-nav.header-nav-dark-dropdown .header-social-icons {
                margin-top: 70px;
            }

        #header .header-nav.header-nav-center .header-nav-main {
            float: none;
            margin: 0;
        }

            #header .header-nav.header-nav-center .header-nav-main > nav {
                width: 100%;
                text-align: center;
            }

                #header .header-nav.header-nav-center .header-nav-main > nav > ul > li {
                    display: inline-block;
                    float: none;
                    text-align: left;
                }

    #header .header-nav-main {
        display: block !important;
        height: auto !important;
    }

    #header .header-nav-bar {
        background: #F4F4F4;
        padding: 0 10px 5px;
        margin-bottom: 0;
    }

        #header .header-nav-bar .header-nav-main {
            float: left;
            margin-bottom: 0;
        }
}
/* Header Narrow */
@media (min-width: 992px) {
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
        padding: 35px 8px 30px;
        margin: -12px 0 0;
    }

        #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
            padding-right: 23px;
        }

            #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
                top: 35px;
            }

    #header.header-narrow .header-nav.header-nav-stripe .header-social-icons, #header.header-narrow .header-nav.header-nav-dark-dropdown .header-social-icons {
        margin-top: 30px;
    }

    #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a {
        padding: 22px 13px 30px;
        margin: 5px 0 0;
    }

        #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
            padding-right: 23px;
        }

            #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after, #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
                top: 22px;
            }

    #header.header-narrow .header-nav.header-nav-top-line .header-social-icons {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-light nav > ul > li > a {
        color: #FFF;
    }

    #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 {
        background: #FFF;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
        border-top-color: #FFF;
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
    }

        #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
            border-top-color: #FFF;
        }

    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
        background: #FFF;
    }

    #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover, #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
        background: #f5f5f5;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, -5px, 0);
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
        transform: translate3d(0, 0, 0);
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, -5px, 0);
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(0, -5px, 0);
        opacity: 0;
    }

    #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, -1px, 0);
        opacity: 1;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, 10px, 0);
    }

    #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
    }

    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(20px, 0, 0);
        left: auto;
        right: 100%;
        opacity: 0;
    }

    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
/* Header Nav Main Mobile */
@media (max-width: 991px) {
    #header .header-nav-main {
        background: transparent;
        clear: both;
        float: none;
    }

        #header .header-nav-main nav {
            margin: 0 0 6px;
        }

            #header .header-nav-main nav > ul li {
                border-bottom: 1px solid #e8e8e8;
                clear: both;
                display: block;
                float: none;
                margin: 0;
                padding: 0;
                position: relative;
            }

                #header .header-nav-main nav > ul li a {
                    font-size: 13px;
                    font-style: normal;
                    line-height: 20px;
                    padding: 7px 8px;
                    margin: 1px 0;
                    border-radius: 4px;
                }

                    #header .header-nav-main nav > ul li a .fa-caret-down {
                        line-height: 35px;
                        min-height: 38px;
                        min-width: 30px;
                        position: absolute;
                        right: 5px;
                        text-align: center;
                        top: 0;
                    }

                #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
                    background: transparent;
                    padding: 0;
                    margin: 0;
                    font-size: 13px;
                    box-shadow: none;
                    border-radius: 0;
                    border: 0;
                    clear: both;
                    display: none;
                    float: none;
                    position: static;
                }

                    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
                        display: block;
                        margin-left: 20px;
                    }

                #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
                    display: block;
                    margin-left: 20px;
                }

                #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
                    margin-top: 10px;
                    display: block;
                }

                #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
                    margin: 0 0 0 20px;
                    padding: 0;
                    list-style: none;
                }

                    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
                        display: block;
                        text-decoration: none;
                    }

                #header .header-nav-main nav > ul li:last-child {
                    border-bottom: 0;
                }

            #header .header-nav-main nav > ul > li > a {
                text-transform: uppercase;
                font-weight: 700;
                margin-top: 1px;
                margin-bottom: 1px;
            }

            #header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
                color: #FFF;
            }

            #header .header-nav-main nav .not-included {
                margin: 0;
            }

        #header .header-nav-main a > .thumb-info-preview {
            display: none !important;
        }

    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
    }

    #header .header-nav-bar {
        margin: 0 auto;
    }

        #header .header-nav-bar .header-btn-collapse-nav {
            margin-top: 14px;
        }

    #header.header-transparent .header-nav-main {
        padding: 10px;
        margin-bottom: 10px;
        background: #FFF;
        border-radius: 4px;
    }

    #header.header-semi-transparent .header-nav-main {
        padding: 10px;
        margin-bottom: 10px;
        background: #FFF;
        border-radius: 4px;
    }

    #header.header-semi-transparent-light .header-nav-main {
        padding: 10px;
        margin-bottom: 10px;
        background: #FFF;
        border-radius: 4px;
    }

    html.sticky-header-enabled #header .header-nav-main {
        max-height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
    }

        html.sticky-header-enabled #header .header-nav-main.collapsing {
            overflow: hidden;
        }
}

@media (min-width: 992px) {
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active) > a {
        color: #FFF;
    }

    .dp-none {
        display: none !important;
    }

    html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
        color: #FFF;
    }

    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
        color: #FFF;
    }
}
/* Responsive */
@media (max-width: 991px) {
    #header .header-container {
        display: block;
    }

    #header .header-row {
        display: block;
    }

    #header .header-column {
        display: block;
    }

        #header .header-column .header-row {
            display: block;
        }

    #header.header-mobile-nav-only .header-logo {
        float: none;
    }

    #header.header-mobile-nav-only .header-nav {
        margin-top: -35px;
    }

    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 7px;
    }
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px;
}

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
        transform: translate3d(0, 0, 0);
    }

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
    margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
    margin-bottom: 10px;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
    text-align: center;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
    float: left;
    margin-right: 15px;
}

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
        max-width: 55px;
    }

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
    display: block;
    padding-top: 7px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
    display: block;
    font-size: 12px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
    margin: 0 0 0 25px;
    text-align: left;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
    list-style: square;
    margin: 6px 0 0;
    padding: 0;
}

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
        text-decoration: none;
    }

/* Responsive */
@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
        margin-right: 0;
    }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
            display: none;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
            display: block !important;
            margin: 0 !important;
            padding: 0 10px 0 10px;
            width: 100%;
            right: 0;
        }

            #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                padding-top: 5px;
                padding-bottom: 0;
            }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
            display: none;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
            margin: 15px 0 !important;
        }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
            margin: 15px 0 0 0 !important;
        }

            #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
                line-height: 35px;
            }
}
/* Mega Menu (Signin/SignUp) */
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px;
}

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu a {
        transform: translate3d(0, 0, 0);
    }

        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
            width: 100%;
            margin-top: 0;
        }

            #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
                background-color: transparent !important;
                color: #333;
                padding: 0;
                margin: 0;
                display: block;
            }

                #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
                    float: right;
                }

                #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
                    text-decoration: none;
                }

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
    margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
    width: 120px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
    text-align: right;
    width: 80px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #DDD;
    clear: both;
}

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
        margin-bottom: 10px;
    }

/* Responsive */
@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
        margin: 15px 0;
        padding: 0 15px;
        width: 100%;
    }
}

html.side-header #header {
    min-height: 0 !important;
}

@media (min-width: 992px) {
    html.side-header .main .container, html.side-header #footer .container {
        padding: 0 35px;
        width: auto !important;
        max-width: 1210px;
    }

    html.side-header body > .body {
        margin: 0 0 0 255px;
        width: auto;
        overflow-x: hidden;
        overflow-y: visible;
    }

        html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
            width: 100% !important;
            left: auto !important;
        }

    html.side-header #header {
        background: #FFF;
        position: fixed;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
        top: 0;
        left: 0;
        width: 255px;
        height: 100%;
    }

        html.side-header #header .header-body {
            border-top: 0;
        }

        html.side-header #header .header-container {
            margin-left: 0;
            margin-right: 0;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
        }

        html.side-header #header .header-search {
            margin: 5px 0 10px;
            float: none;
        }

            html.side-header #header .header-search .input-group {
                width: 100%;
            }

                html.side-header #header .header-search .input-group .form-control {
                    width: 100%;
                }

        html.side-header #header .header-nav-top {
            margin: 0;
            float: none;
        }

            html.side-header #header .header-nav-top .nav > li > a, html.side-header #header .header-nav-top .nav > li > span {
                display: block;
            }

        html.side-header #header .header-logo {
            margin: 0;
            float: none;
            text-align: center;
            width: auto !important;
            height: auto !important;
            padding: 10px 0;
        }

        html.side-header #header .header-column {
            display: block;
        }

            html.side-header #header .header-column .header-row {
                clear: both;
            }

        html.side-header #header .header-nav-main {
            float: none;
        }

            html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
                content: "";
            }

            html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
                padding-bottom: 10px;
            }

            html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
                top: 3px;
                left: 100%;
                border-top: 0;
                border-left: 5px solid #CCC;
                margin-left: -5px;
            }

            html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
                margin-top: -5px;
                border-top: 0;
            }

            html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
                position: relative;
            }

                html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
                    min-width: 720px;
                }

        html.side-header #header .nav-pills > li {
            float: none;
            margin: 0 0 1px 0;
        }

        html.side-header #header .header-social-icons {
            float: none;
            text-align: center;
            margin-top: 25px;
        }

    html.side-header-right body > .body {
        margin: 0 255px 0 0;
    }

    html.side-header-right #header {
        left: auto;
        right: 0;
    }

        html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
            padding-right: 5px;
            padding-left: 23px;
        }

            html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
                content: "\f0d9";
                left: 11px;
            }

        html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
            right: 100%;
            left: auto;
            border-right: 5px solid #CCC;
            border-left: 0;
            margin-left: 0;
            margin-right: -5px;
            border-radius: 4px 0 0 4px;
        }

    html.side-header-semi-transparent body > .body {
        margin: 0;
    }

    html.side-header-semi-transparent #header {
        background: rgba(0, 0, 0, 0.3);
    }

        html.side-header-semi-transparent #header .header-body {
            background: transparent !important;
        }
}

@media (max-height: 768px) {
    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        bottom: 0;
        top: auto;
    }
}

html[dir="rtl"] #header .header-search .btn-default {
    right: -35px;
}

/* Page Header */
.page-header {
    background-color: #171717;
    border-bottom: 5px solid #CCC;
    border-top: 5px solid #384045;
    margin: 0 0 35px 0;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}

    .page-header .breadcrumb {
        background: none;
        margin: 0 0 2px 2px;
        padding: 0;
        position: relative;
        z-index: 1;
    }

        .page-header .breadcrumb > li {
            display: inline-block;
            font-size: 0.85em;
            text-transform: uppercase;
            text-shadow: none;
        }

            .page-header .breadcrumb > li + li:before {
                color: inherit;
                opacity: 0.5;
                font-family: FontAwesome;
                content: "\f105";
                padding: 0 7px 0 5px;
            }

        .page-header .breadcrumb.breadcrumb-valign-mid {
            position: absolute;
            top: 36%;
            right: 20px;
        }

    .page-header h1 {
        border-bottom: 5px solid #CCC;
        color: #fff;
        display: inline-block;
        font-size: 32px;
        font-weight: 200;
        line-height: 32px;
        margin: 0 0 -25px;
        padding: 0 0 25px;
        position: relative;
    }

        .page-header h1 span {
            color: #999da3;
            display: block;
            font-size: 0.6em;
            font-weight: 300;
            line-height: 1.3em;
            margin: 7px 0 0;
        }

.page-header-no-title-border h1 {
    border: 0;
}

/* Page Header - Color */
.page-header-color {
    background-color: #F7F7F7;
    border-bottom: 5px solid #F4F4F4;
    border-top: none;
}

    .page-header-color h1 {
        border-bottom: none;
        color: #1d2127;
        font-size: 2.3em;
        padding: 0;
        margin: 0;
    }

        .page-header-color h1 span {
            opacity: 0.65;
        }

    .page-header-color .breadcrumb > .active {
        opacity: 0.65;
    }

/* Page Header - More Padding */
.page-header-more-padding {
    padding: 35px 0;
}

/* Page Header - Light */
.page-header-light {
    background-color: #F7F7F7;
    border-bottom: 5px solid #F4F4F4;
    border-top: none;
}

    .page-header-light h1 {
        border-bottom: none;
        color: #1d2127;
        font-size: 2.3em;
    }

/* Page Header - Reverse */
.page-header-reverse {
    text-align: right;
}

    .page-header-reverse .breadcrumb, .page-header-reverse .breadcrumb.breadcrumb-valign-mid {
        float: left;
        left: 20px;
        right: auto;
    }

/* Page Header - Parallax */
.page-header.parallax {
    margin: 0 0 35px;
    padding: 180px 0 60px;
}

.page-header-center {
    text-align: center;
}

    .page-header-center .breadcrumb {
        margin: 15px 0 0;
    }

/* Page Header Custom Background */
.page-header-custom-background {
    padding: 45px 0;
    background-repeat: repeat;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
}

    .page-header-custom-background h1 {
        color: #FFF;
        border: 0;
    }

        .page-header-custom-background h1 span {
            color: #FFF;
            opacity: 0.7;
        }

    .page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
        top: 36%;
    }

        .page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
            color: #FFF;
            opacity: 0.7;
        }

        .page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
            color: #FFF;
        }

/* Page Header Custom - Create your Own */
.page-header.custom-product {
    background-image: url(../img/custom-header-bg.jpg);
    background-repeat: repeat;
    background-color: #999;
    border-top: 5px solid #888;
    overflow: hidden;
}

.bg-insurance {
    background-image: url(../img/bg-hero-insurance.jpg) !important;
    background-repeat: repeat;
    border-top: 5px solid #cccccc !important;
    overflow: hidden;
}

.customer-testimonials {
    padding: 50px 0px;
}

.filter-section {
    background: #f3f3f3;
    padding: 50px 0px;
}

.bg-customer {
    background-image: url(../img/customers.jpg) !important;
    background-repeat: repeat;
    border-top: 5px solid #cccccc !important;
    overflow: hidden;
}

.bg-solutions {
    background-image: url(../img/parallax-2.jpg) !important;
    background-repeat: repeat;
    border-top: 5px solid #cccccc !important;
    overflow: hidden;
}

.p70 {
    padding: 70px 0px !Important;
}

.page-header.custom-product .row {
    position: relative;
}

.page-header.custom-product p.lead {
    color: #E8E8E8;
}

.page-header.custom-product img {
    bottom: -47px;
    position: relative;
}

.page-header.custom-product h1 {
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 30px;
    border: 0;
}

/* Responsive */
@media (min-width: 992px) {
    .page-header-more-padding h1,
    .page-header-custom-background h1,
    .page-header-float-breadcrumb h1 {
        max-width: 70%;
    }

    .page-header-more-padding .breadcrumb-valign-mid,
    .page-header-custom-background .breadcrumb-valign-mid,
    .page-header-float-breadcrumb .breadcrumb-valign-mid {
        width: 30%;
        text-align: right;
    }

    .page-header-more-padding.page-header-reverse .breadcrumb-valign-mid,
    .page-header-custom-background.page-header-reverse .breadcrumb-valign-mid,
    .page-header-float-breadcrumb.page-header-reverse .breadcrumb-valign-mid {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .page-header .breadcrumb {
        float: none !important;
        position: static !important;
    }

    .page-header .breadcrumb-valign-mid {
        margin-top: 15px;
    }

    .page-header-reverse .breadcrumb-valign-mid {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .page-header h1 {
        font-size: 26px;
        line-height: 26px;
    }
}
/* Parallax */
.parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    margin: 70px 0;
    padding: 50px 0;
    position: relative;
    clear: both;
}

    .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.parallax-disabled {
        background-attachment: scroll !important;
        background-position: 50% 50% !important;
    }

/* Section Featured */
section.section {
    background: #f4f4f4;
    border-top: 5px solid #f1f1f1;
    margin: 30px 0;
    padding: 50px 0;
}

    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: #e6e6e6;
    }

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

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

        section.section.section-overlay:before {
            content: "";
            display: block;
            background: url("../img/video-overlay.png") repeat scroll 0 0 transparent;
            bottom: 0;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

    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(0, 0, 0, 0.1);
        }

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

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

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

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

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

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

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

        section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
            background: rgba(0, 0, 0, 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-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;
    }

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

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

    .container-fluid > .row > .p-none:last-child section.section {
        margin-bottom: 30px;
        margin-top: 0;
    }
}
/* Sidebar */
aside ul.nav-list > li > a {
    color: #666;
    font-size: 0.9em;
    padding: 8px 0 8px 18px;
}

/* Home Slider - Revolution Slider */
.slider-container {
    background: #171717;
    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-slider-action {
        font-size: 22px;
        font-weight: 600;
        line-height: 20px;
        padding: 20px 25px;
    }

    .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: rgba(0, 0, 0, 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: #fff !important;
        }

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

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

/* Arrows */
.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: FontAwesome;
            content: "\f053";
            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: FontAwesome;
            content: "\f054";
            position: relative;
            left: 2px;
            top: 1px;
        }

/* Slider IE Fix */
html.ie .forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}

/* Embed Border */
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: 0 !important;
}

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

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

/* Slider With Overlay */
.slider-with-overlay {
    position: relative;
}

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

/* Slider Contact Form */
.slider-contact-form {
    margin: -45px 0 25px;
}

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

/* Responsive */
@media (min-width: 992px) {
    .slider-contact-form {
        margin: 0;
        position: absolute;
        top: 20px;
        z-index: 99;
        width: 100%;
    }
}
/* Boxed */
html.boxed .slider-container {
    width: 100% !important;
    left: auto !important;
}

/* Home Slider - Nivo Slider */
.nivo-slider {
    position: relative;
}

    .nivo-slider .theme-default .nivoSlider {
        border-radius: 10px 10px 0 0;
        box-shadow: none;
        margin-top: 10px;
    }

        .nivo-slider .theme-default .nivoSlider img {
            border-radius: 10px 10px 0 0;
        }

    .nivo-slider .theme-default .nivo-controlNav {
        margin-top: -72px;
        position: absolute;
        z-index: 99;
        right: 5px;
        bottom: -17px;
    }

    .nivo-slider .theme-default .nivo-caption {
        padding-left: 20px;
    }

/* Custom Map */
section.section-custom-map {
    background: transparent url(../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-color: rgba(241, 241, 241, 0.8);
        background: rgba(244, 244, 244, 0.8);
    }

section.section-custom-map-2 {
    background: transparent url(../img/map-2.png) center 0 no-repeat;
    padding: 129px 0 0;
    margin: 50px 0 0;
    border: 0;
}

    section.section-custom-map-2 section.section {
        border-top-color: rgba(241, 241, 241, 0.8);
        background: rgba(244, 244, 244, 0.8);
    }

/* Home Intro */
.home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}

    .home-intro p {
        color: #FFF;
        display: inline-block;
        font-size: 1.4em;
        font-weight: 300;
        max-width: 800px;
        padding-top: 5px;
    }

        .home-intro p span {
            color: #999;
            display: block;
            font-size: 0.8em;
            padding-top: 5px;
        }

        .home-intro p em {
            font-family: "Shadows Into Light", cursive;
            font-size: 1.6em;
        }

    .home-intro .get-started {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        text-align: right;
    }

        .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: #777;
            }

    .home-intro .learn-more {
        margin-left: 15px;
    }

    .home-intro.light {
        background-color: #E2E2E2;
    }

        .home-intro.light.secondary {
            background-color: #E0E1E4;
        }

        .home-intro.light p {
            color: #777;
        }

/* Home Intro Compact */
.home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}

    .home-intro-compact p {
        padding-left: 20px;
    }

    .home-intro-compact .get-started {
        padding-right: 20px;
    }

/* Responsive */
@media (max-width: 767px) {
    /* Home Intro */
    .home-intro-compact {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
/* Home Concept */
.home-concept {
    background: transparent url(../img/home-concept.png) no-repeat center 0;
    width: 100%;
    overflow: hidden;
}

    .home-concept strong {
        display: block;
        font-family: "Shadows Into Light", cursive;
        font-size: 2.1em;
        font-weight: normal;
        position: relative;
        margin-top: 30px;
    }

    .home-concept .row {
        position: relative;
    }

    .home-concept .process-image {
        background: transparent url(../img/home-concept-item.png) no-repeat 0 0;
        width: 160px;
        margin: 135px 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;
        }

    .home-concept .our-work {
        margin-top: 52px;
        font-size: 2.6em;
    }

    .home-concept .project-image {
        background: transparent url(../img/home-concept-item.png) no-repeat 100% 0;
        width: 350px;
        margin: 15px 0 0 -30px;
        padding-bottom: 45px;
        position: relative;
        z-index: 1;
    }

    .home-concept .sun {
        background: transparent url(../img/home-concept-icons.png) no-repeat 0 0;
        width: 60px;
        height: 56px;
        display: block;
        position: absolute;
        left: 10%;
        top: 35px;
    }

    .home-concept .cloud {
        background: transparent url(../img/home-concept-icons.png) no-repeat 100% 0;
        width: 116px;
        height: 56px;
        display: block;
        position: absolute;
        left: 57%;
        top: 35px;
    }

/* Responsive */
@media (max-width: 991px) {
    .home-concept {
        background: 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;
        }
}
/* Page 404 */
.page-not-found {
    margin: 50px 0;
}

    .page-not-found h2 {
        font-size: 140px;
        font-weight: 600;
        letter-spacing: -10px;
        line-height: 140px;
    }

    .page-not-found h4 {
        color: #777;
    }

    .page-not-found p {
        font-size: 1.4em;
        line-height: 36px;
    }

/* Responsive */
@media (max-width: 479px) {
    .page-not-found {
        margin: 0;
    }

        .page-not-found h2 {
            font-size: 100px;
            letter-spacing: 0;
            line-height: 100px;
        }
}

.text-xs {
    font-size: 1rem !important;
}

.text-sm {
    font-size: 1.3rem !important;
}

.text-md {
    font-size: 1.6rem !important;
}

.text-lg {
    font-size: 1.9rem !important;
}

.text-xl {
    font-size: 2.2rem !important;
}

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

html.dark .text-muted {
    color: #505461 !important;
}

.text-dark {
    color: #1d2127 !important;
}

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

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.rounded {
    border-radius: 5px !important;
}

.b-thin {
    border-width: 3px !important;
}

.b-normal {
    border-width: 5px !important;
}

.b-thick {
    border-width: 7px !important;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
    margin: 0 !important;
}

.m-auto {
    margin: 0 auto !important;
}

.m-xs {
    margin: 5px !important;
}

.m-sm {
    margin: 10px !important;
}

.m-md {
    margin: 15px !important;
}

.m-lg {
    margin: 20px !important;
}

.m-xl {
    margin: 25px !important;
}

.m-xlg {
    margin: 30px !important;
}

/* spacement top  */
.mt-none {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 5px !important;
}

.mt-sm {
    margin-top: 10px !important;
}

.mt-md {
    margin-top: 15px !important;
}

.mt-lg {
    margin-top: 20px !important;
}

.mt-xl {
    margin-top: 25px !important;
}

.mt-xlg {
    margin-top: 30px !important;
}

/* spacement bottom  */
.mb-none {
    margin-bottom: 0 !important;
}

.mb-xs {
    margin-bottom: 5px !important;
}

.mb-sm {
    margin-bottom: 10px !important;
}

.mb-md {
    margin-bottom: 15px !important;
}

.mb-lg {
    margin-bottom: 20px !important;
}

.mb-xl {
    margin-bottom: 25px !important;
}

.mb-xlg {
    margin-bottom: 30px !important;
}

.mtb30 {
    margin: 30px 0px !Important;
}

.mtb40 {
    margin: 40px 0px !Important;
}

.mtb50 {
    margin: 50px 0px !Important;
}

.mtb10 {
    margin: 15px 0px !Important;
}

.test-agility p {
    font-size: 18px !important;
    line-height: 27px;
}
/* spacement left  */
.ml-none {
    margin-left: 0 !important;
}

.bg-darkblue {
    background: #5974A3 !important;
    border-color: #5974a3 !important;
}

.bg-blue-color {
    background: #1D4E9D;
}

    .bg-blue-color h4 {
        color: White;
        font-weight: bold;
        font-size: 26px;
    }

    .bg-blue-color p {
        color: White;
        font-weight: bold;
        font-size: 18px;
    }

.f2em {
    font-size: 2em !Important;
}

.f16em {
    font-size: 1.6em !Important;
}

.mt5 {
    margin-top: 5px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.agility-questions {
    padding-top: 50px;
}

    .agility-questions p {
        font-size: 17px;
        color: #333;
    }

.alert-message {
    text-align: center !important;
}

.which-delivers h4 {
    font-size: 20px !important;
}

.c-font-25 {
    font-size: 22px !important;
}

.mond-helps h5 {
    font-size: 18px !important;
    text-transform: none !important;
    font-weight: 600 !Important;
    line-height: 24px !important;
}

.business-applications {
    padding: 50px 0px;
    background: #fbfbfb;
}

    .business-applications img {
        width: 90px;
        height: 90px;
    }

.pb50 {
    padding-bottom: 50px !important;
}

.business-applications h3 {
    font-size: 24px !important;
    text-transform: none !important;
    font-weight: 600 !Important;
    line-height: 24px !important;
}

.business-applications h5 {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
}

.business-applications {
    padding: 50px 0px;
    background: #fbfbfb;
}

.mond-solutions-testimonials {
    padding: 50px 0px;
}

    .mond-solutions-testimonials h3 {
        font-size: 24px !important;
        text-transform: none !important;
        font-weight: 600 !Important;
        line-height: 24px !important;
    }

.mb50 {
    margin-bottom: 50px;
}

.mt40 {
    margin-top: 40px !important;
}

.mond-helps h3 {
    font-size: 24px !important;
    text-transform: none !important;
    font-weight: 600 !Important;
    line-height: 24px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mtb0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.bg-logo-color {
    background: #E11E32 !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mt60 {
    margin-top: 60px !Important;
}

.alternate-color-change-section span {
    color: #0099E6 !important;
    font-weight: 500;
    font-size: 25px !important;
    line-height: 34px;
    letter-spacing: -1px !important;
}

.how-clients-using-platform h4 {
    font-size: 18px !important;
}

.how-clients-using-platform .bb {
    margin-bottom: 30px !important;
}

.platform-overview-section h2 {
    color: #0099E6 !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 36px;
    letter-spacing: 0px !important;
    text-align: center !important;
}

.insurance-section h2 {
    color: #333 !important;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1px !important;
}

.leader {
    background: #f5f5f5;
    padding: 10px 0px !important;
    border-bottom: 2px solid #83BFD6;
    margin-bottom: 20px !important;
}

.leadership-section h3 {
    text-transform: none !Important;
    margin-bottom: 15px !important;
}

.leadership-section h4 {
    background: #f5f5f5 !Important;
    padding: 5px 15px !important;
    margin-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.c-font-24 {
    font-size: 24px !important;
}

.on-premise-section {
    padding: 40px 0px 50px 0px !important;
    background: #fbfbfb !important;
}

.insurance-section p {
    font-size: 18px;
    text-align: center;
}

.m0 {
    margin: 0px !important;
}

border0 {
    border-radius: 0px !Important;
}

.case-study {
    background: #fafafa;
    border-bottom: 2px solid #dcdcdc;
    border-top: none;
    padding: 10px;
}

.ptb5 {
    padding: 5px 50px !Important;
}

.text-center {
    text-align: center !important;
}

.tab-events-section {
    background: #fff;
    padding: 20px !important;
    border: 1px solid #dcdcdc;
}

.event-detail {
    min-height: 70px;
}

.tab-events-section p a {
    margin-top: 20px !important;
}

.f-left {
    float: left !Important;
}

.event-section h4 {
    color: #333 !important;
    text-align: left !important;
    letter-spacing: 0px !Important;
    font-size: 1.3em !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

.event-section p {
    text-align: left !important;
    letter-spacing: 0px !Important;
    font-size: 15px !important;
    line-height: 21px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.how-we-different-section {
    padding: 50px 0px;
}

    .how-we-different-section tr th {
        background: #0088CC;
        color: #fff;
        border-right: 1px solid;
        text-align: center;
        font-size: 18px;
    }

    .how-we-different-section tr td {
        border-right: 1px solid #dcdcdc;
        text-align: center;
    }

.p0 {
    padding: 0px !Important;
}

.tab-content-for-leader {
    background: #fbfbfb;
    padding: 0px 40px !Important;
}

.wh50 {
    width: 50px;
    height: 50px;
}

.c-font-18 {
    font-size: 18px !important;
}

.c-font-14 {
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 10px;
}

.float-right {
    float: right !important;
}

.bb1 {
    border-bottom: 1px solid #dcdcdc;
}

.how-we-different-section tr td:first-child {
    border-left: 1px solid #dcdcdc;
    text-align: center;
}

.event-section p span {
    font-weight: 600;
}

.conactus-section {
    padding: 50px 0px;
}

.second-level-heading {
    font-size: 19px !important;
    line-height: 26px !Important;
    font-weight: 500;
    margin-bottom: 15px;
    color: #83BFD6 !important;
    text-transform: none !important;
    text-align: left !important;
}

.color-blue {
    color: #0E61AF !important;
}

.text-transform-none {
    text-transform: none !important;
}

.event-section {
    padding: 50px 0px;
    background: #f3f3f3;
}

    .event-section h4 {
        letter-spacing: 0px !Important;
    }

.c-font-20 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.tabs-section h4 {
    font-weight: 600;
    text-transform: none;
}

.tabs-section {
    padding: 50px 0px;
}

    .tabs-section h3 {
        font-weight: bold !important;
        font-size: 24px !important;
        padding-top: 20px !important;
        text-transform: none;
    }

    .tabs-section h2 {
        color: #000 !important;
        font-size: 30px !important;
        font-weight: 600;
        letter-spacing: -1px !important;
        line-height: 34px;
    }

.view-more {
    font-size: 16px !important;
    color: White !important;
}

.bg-logo-color {
    background: #E11E32 !important;
}

.case-study p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
}

.insurance-section .box {
    background: white !important;
    padding: 20px;
}

    .insurance-section .box p {
        font-size: 15px !important;
    }

.insurance-section .bb {
    margin-bottom: 30px !important;
}

.btborder {
    border-top: 1px solid #dcdcdc;
}

.insurance-section .box h4 {
    color: #333 !important;
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 400;
}

.ml-xs {
    margin-left: 5px !important;
}

.ml-sm {
    margin-left: 10px !important;
}

.ml-md {
    margin-left: 15px !important;
}

.ml-lg {
    margin-left: 20px !important;
}

.ml-xl {
    margin-left: 25px !important;
}

.ml-xlg {
    margin-left: 30px !important;
}

/* spacement right  */
.mr-none {
    margin-right: 0 !important;
}

.mr-xs {
    margin-right: 5px !important;
}

.mr-sm {
    margin-right: 10px !important;
}

.mr-md {
    margin-right: 15px !important;
}

.mr-lg {
    margin-right: 20px !important;
}

.mr-xl {
    margin-right: 25px !important;
}

.mr-xlg {
    margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
    padding: 0 !important;
}

.p-xs {
    padding: 5px !important;
}

.p-sm {
    padding: 10px !important;
}

.p-md {
    padding: 15px !important;
}

.p-lg {
    padding: 20px !important;
}

.p-xl {
    padding: 25px !important;
}

.p-xlg {
    padding: 30px !important;
}

/* spacement top  */
.pt-none {
    padding-top: 0 !important;
}

.pt-xs {
    padding-top: 5px !important;
}

.pt-sm {
    padding-top: 10px !important;
}

.pt-md {
    padding-top: 15px !important;
}

.pt-lg {
    padding-top: 20px !important;
}

.pt-xl {
    padding-top: 25px !important;
}

.pt-xlg {
    padding-top: 30px !important;
}

/* spacement bottom  */
.pb-none {
    padding-bottom: 0 !important;
}

.pb-xs {
    padding-bottom: 5px !important;
}

.pb-sm {
    padding-bottom: 10px !important;
}

.pb-md {
    padding-bottom: 15px !important;
}

.pb-lg {
    padding-bottom: 20px !important;
}

.pb-xl {
    padding-bottom: 25px !important;
}

.pb-xlg {
    padding-bottom: 30px !important;
}

/* spacement left  */
.pl-none {
    padding-left: 0 !important;
}

.pl-xs {
    padding-left: 5px !important;
}

.pl-sm {
    padding-left: 10px !important;
}

.pl-md {
    padding-left: 15px !important;
}

.pl-lg {
    padding-left: 20px !important;
}

.pl-xl {
    padding-left: 25px !important;
}

.pl-xlg {
    padding-left: 30px !important;
}

/* spacement right  */
.pr-none {
    padding-right: 0 !important;
}

.pr-xs {
    padding-right: 5px !important;
}

.pr-sm {
    padding-right: 10px !important;
}

.pr-md {
    padding-right: 15px !important;
}

.pr-lg {
    padding-right: 20px !important;
}

.pr-xl {
    padding-right: 25px !important;
}

.pr-xlg {
    padding-right: 30px !important;
}

.ib {
    display: inline-block;
    vertical-align: top;
}

.va-middle {
    vertical-align: middle;
}

.ws-nowrap {
    white-space: nowrap;
}

.ws-normal {
    white-space: normal;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }

    col-sm-2-5 {
        width: 40%;
        float: left;
    }

    col-sm-3-5 {
        width: 60%;
        float: left;
    }

    col-sm-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }

    .col-md-2-5 {
        width: 40%;
        float: left;
    }

    .col-md-3-5 {
        width: 60%;
        float: left;
    }

    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }


    .col-lg-2-5 {
        width: 40%;
        float: left;
    }

    .col-lg-3-5 {
        width: 60%;
        float: left;
    }

    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}

@media (max-width: 991px) {
    .col-md-3 .sidebar {
        clear: both;
    }
}
/* #Footer */
#footer {
    background: #273039;
    border-top: 4px solid #525961;
    font-size: 1em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}

    #footer .container .row > div {
        margin-bottom: 15px;
    }

    #footer .container input:focus {
        box-shadow: none;
    }

    #footer a:hover {
        color: #CCC;
    }

    #footer h1, #footer h2, #footer h3, #footer h4, #footer a {
        color: #FFF;
    }

    #footer h4 {
        font-size: 1.4em;
        font-weight: 600;
    }

    #footer li {
        color: #fbfbfb;
    }

        #footer li a {
            color: #fbfbfb;
        }

    #footer h5 {
        color: #CCC;
    }

    #footer ul.nav-list > li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        line-height: 20px;
        padding-bottom: 11px;
    }

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

    #footer ul.nav-list > li a:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }

    #footer ul.list.icons li {
        margin-bottom: 5px;
    }

    #footer form {
        opacity: 0.85;
    }

        #footer form label.error {
            line-height: 16px;
            margin: 5px 0 -5px;
            display: block;
            clear: both;
        }

        #footer form .alert {
            padding: 6px;
            text-align: center;
        }

    #footer .footer-ribbon {
        background: #999;
        position: absolute;
        margin: -90px 0 0 14px;
        padding: 10px 20px 6px 20px;
    }

        #footer .footer-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;
        }

        #footer .footer-ribbon span {
            color: #FFF;
            font-size: 1.6em;
        }

    #footer .newsletter form {
        width: 100%;
        max-width: 262px;
    }

        #footer .newsletter form input.form-control {
            height: 34px;
            padding: 6px 12px;
        }

    #footer .alert a {
        color: #222;
    }

        #footer .alert a:hover {
            color: #666;
        }

    #footer .twitter .fa, #footer .twitter .icons {
        clear: both;
        font-size: 1.5em;
        position: relative;
        top: 3px;
    }

    #footer .twitter .meta {
        color: #999;
        display: block;
        font-size: 0.9em;
        padding-top: 3px;
    }

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

        #footer .twitter ul li {
            padding-bottom: 20px;
        }

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

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

        #footer .twitter-account:hover {
            opacity: 1;
        }

    #footer .contact {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #footer .contact i {
            display: block;
            float: left;
            font-size: 1.2em;
            margin: 7px 8px 10px 0;
            position: relative;
            text-align: center;
            top: -2px;
            width: 16px;
        }

            #footer .contact i.fa-envelope {
                font-size: 1em;
                top: 0;
            }

        #footer .contact p {
            margin-bottom: 10px;
            color: #fbfbfb;
        }

    #footer .logo {
        display: block;
    }

        #footer .logo.mb-xl {
            margin-bottom: 12px;
        }

    #footer .footer-copyright {
        background: none;
        border-top: 1px solid #525961;
        margin-top: 40px;
        padding: 20px 0 0px;
    }

        #footer .footer-copyright nav {
            float: right;
        }

            #footer .footer-copyright nav ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

                #footer .footer-copyright nav ul li {
                    border-left: 1px solid #505050;
                    display: inline-block;
                    line-height: 12px;
                    margin: 0;
                    padding: 0 8px;
                }

                    #footer .footer-copyright nav ul li:first-child {
                        border: medium none;
                        padding-left: 0;
                    }

        #footer .footer-copyright p {
            color: #fbfbfb;
            margin: 0;
            font-size: 14px;
            padding: 0;
        }

    #footer .phone {
        color: #FFF;
        font-size: 26px;
        font-weight: bold;
        display: block;
        padding-bottom: 15px;
        margin-top: -5px;
    }

    #footer .narrow-phone {
        text-align: right;
        margin: -2px 0 0 0;
    }

        #footer .narrow-phone .phone {
            font-size: 16px;
            padding-bottom: 0;
            margin-top: -13px;
        }

    #footer .recent-work {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer .recent-work li {
            float: left;
            width: 30%;
            margin: 10px 3% 0 0;
        }

        #footer .recent-work img {
            border: 0;
            width: 100%;
            filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
            filter: gray;
            -webkit-filter: grayscale(100%);
        }

        #footer .recent-work .img-thumbnail-hover-icon {
            border: 0;
        }

            #footer .recent-work .img-thumbnail-hover-icon:after {
                font-size: 22px;
                margin-left: -2px;
            }

    #footer .view-more-recent-work {
        padding: 12px;
    }

    #footer.short {
        padding-top: 50px;
    }

        #footer.short .footer-copyright {
            background: transparent;
            border: 0;
            padding-top: 0;
            margin-top: 0;
        }

    #footer.light {
        padding-top: 60px;
        background: #FFF;
        border-top: 1px solid #DDD;
    }

        #footer.light .footer-ribbon {
            margin-top: -76px;
            margin-left: 14px;
        }

        #footer.light .footer-copyright {
            margin-top: 15px;
            background: #FFF;
            border-top: 1px solid #DDD;
        }

            #footer.light .footer-copyright p {
                color: #777;
            }

        #footer.light .phone,
        #footer.light .twitter-account {
            color: #777;
        }

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

    #footer.narrow {
        padding-top: 30px;
    }

        #footer.narrow .footer-copyright {
            margin-top: 0;
        }

        #footer.narrow .nav > li > a {
            padding: 5px 12px;
        }

    #footer.color {
        color: #FFF;
    }

        #footer.color p {
            color: #FFF;
        }

        #footer.color .footer-copyright nav ul li {
            border-left-color: #FFF;
        }

/* Responsive */
@media (max-width: 991px) {
    #footer .phone {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    /* Footer */
    #footer .phone {
        font-size: 20px;
    }
}
/* Dark Version */
html.dark body {
    background-color: #1d2127;
}

html.dark.boxed .body {
    background-color: #1d2127;
}

html.dark #header .header-top {
    background: #282d36;
    border-bottom-color: #2e353e;
}

html.dark #header .header-search .form-control {
    background: #21262d;
}

html.dark #header .header-body {
    background: #1d2127;
    border-top-color: #2e353e;
}

html.dark #header .header-nav-bar {
    background-color: #21262d;
}

html.dark #header .header-nav-top .nav > li > a:hover, html.dark #header .header-nav-top .nav > li > a a:focus {
    background-color: #21262d;
}

html.dark #header .header-nav-top .dropdown-menu {
    background: #21262d;
    border-color: #21262d;
}

    html.dark #header .header-nav-top .dropdown-menu a:hover, html.dark #header .header-nav-top .dropdown-menu a:focus {
        background: #282d36 !important;
    }

html.dark.sticky-header-active #header .header-body {
    border-bottom-color: #2e353e;
}

html.dark #header.header-transparent .header-body {
    background: transparent;
}

    html.dark #header.header-transparent .header-body:before {
        background-color: #1d2127;
        border-bottom-color: #2e353e;
    }

html.dark #header.header-semi-transparent .header-body {
    background: transparent;
}

    html.dark #header.header-semi-transparent .header-body:before {
        background-color: #1d2127;
        border-bottom-color: #2e353e;
    }

html.dark #header.header-semi-transparent-light .header-body {
    background: transparent;
}

    html.dark #header.header-semi-transparent-light .header-body:before {
        background-color: #1d2127;
        border-bottom-color: #2e353e;
    }

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
    color: #FFF;
}

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
    color: #111;
}

html.dark blockquote {
    border-color: #282d36;
}

html.dark section.featured {
    background-color: #191c21;
    border-top-color: #2e353e;
}

html.dark section.section {
    background-color: #21262d;
    border-top-color: #282d36;
}

html.dark .dropdown-menu > li > a {
    color: #FFF;
}

    html.dark .dropdown-menu > li > a:hover, html.dark .dropdown-menu > li > a:focus {
        background-color: #2e353e;
    }

html.dark .tabs .nav-tabs li a,
html.dark .tabs .nav-tabs li a:focus {
    border-top-color: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
    background: #282d36;
}

    html.dark .tabs .nav-tabs li a:hover {
        border-top-color: #808697;
    }

html.dark .tabs .nav-tabs li.active a,
html.dark .tabs .nav-tabs li.active a:hover,
html.dark .tabs .nav-tabs li.active a:focus {
    border-top-color: #808697;
}

html.dark .tabs .nav-tabs.nav-justified {
    border-left-width: 0;
    border-right-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
}

    html.dark .tabs .nav-tabs.nav-justified li a,
    html.dark .tabs .nav-tabs.nav-justified li a:hover,
    html.dark .tabs .nav-tabs.nav-justified li a:focus {
        border-bottom-color: #282d36;
    }

html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
    background: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36;
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
    border-bottom-color: #282d36;
}

html.dark .tabs .nav-tabs {
    border-color: #282d36;
}

    html.dark .tabs .nav-tabs li.active a,
    html.dark .tabs .nav-tabs li.active a:hover,
    html.dark .tabs .nav-tabs li.active a:focus,
    html.dark .tabs .nav-tabs.nav-justified li.active a,
    html.dark .tabs .nav-tabs.nav-justified li.active a:hover,
    html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
        background: #2e353e;
        border-left-color: #2e353e;
        border-right-color: #2e353e;
    }

    html.dark .tabs .nav-tabs.nav-justified li.active a {
        border-bottom-color: #2e353e;
    }

html.dark .tabs.tabs-vertical {
    border-top-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs li a,
html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
    border-bottom-color: #282d36;
    border-top-color: #2e353e;
}

    html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
        border-bottom-color: #808697;
        border-top-color: #2e353e;
    }

html.dark .tabs.tabs-bottom .nav-tabs li.active a,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #808697;
    border-top-color: #2e353e;
}

html.dark .tabs .tab-content {
    background: #2e353e;
    border-color: #2e353e;
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
    border-top-color: #2e353e !important;
}

html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:hover,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li a {
    color: #808697;
}

html.dark .tab-content {
    background: #2e353e;
    border-color: #1d2127;
}

html.dark .tabs-simple .tab-content,
html.dark .tabs-simple .nav-tabs li a,
html.dark .tabs-simple .nav-tabs li.active a {
    background: transparent !important;
}

html.dark .nav > li > a:hover,
html.dark .nav > li > a:focus {
    background-color: #2e353e;
}

html.dark .call-to-action.call-to-action-default {
    background: #282d36;
}

html.dark .call-to-action.call-to-action-dark {
    background: #2e353e;
}

html.dark .call-to-action.with-borders {
    border-top-color: #2e353e;
    border-bottom-color: #2e353e;
    border-left-color: #282d36;
    border-right-color: #282d36;
}

html.dark .call-to-action.with-full-borders {
    border-color: #2e353e;
}

html.dark .call-to-action.featured {
    background: -webkit-linear-gradient( top, #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #282d36 1%, #2e353e 98%) repeat scroll 0 0 transparent;
    border-bottom-color: #2e353e;
    border-left-color: #282d36;
    border-right-color: #282d36;
}

html.dark .call-to-action.call-to-action-in-footer:before {
    border-top-color: #1d2127;
}

html.dark .counters.with-borders .counter {
    border-top: 1px solid #2e353e;
    border-bottom: 1px solid #2e353e;
    border-left: 1px solid #282d36;
    border-right: 1px solid #282d36;
}

html.dark .counters.counters-text-dark .counter {
    color: #FFF !important;
}

    html.dark .counters.counters-text-dark .counter .fa, html.dark .counters.counters-text-dark .counter .icons, html.dark .counters.counters-text-dark .counter strong, html.dark .counters.counters-text-dark .counter label {
        color: #FFF !important;
    }

html.dark section.timeline:after {
    background: #505050;
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}

html.dark section.timeline .timeline-date {
    background-color: #282d36;
    border-color: #282d36;
    text-shadow: none;
}

html.dark section.timeline .timeline-title {
    background: #282d36;
}

html.dark section.timeline .timeline-box {
    border-color: #282d36;
    background: #282d36;
}

    html.dark section.timeline .timeline-box.left:before {
        box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
    }

    html.dark section.timeline .timeline-box.left:after {
        background: #282d36;
        border-right-color: #282d36;
        border-top-color: #282d36;
    }

    html.dark section.timeline .timeline-box.right:before {
        box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
    }

    html.dark section.timeline .timeline-box.right:after {
        background: #282d36;
        border-left-color: #282d36;
        border-bottom-color: #282d36;
    }

html.dark .form-control {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .btn-default {
    background-color: #282d36;
    border-color: #282d36;
    color: #FFF;
}

html.dark .btn.disabled, html.dark .btn.disabled:hover, html.dark .btn.disabled:active, html.dark .btn.disabled:focus,
html.dark .btn[disabled],
html.dark .btn[disabled]:hover,
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus {
    border-color: #282d36 !important;
}

html.dark .pagination > li > a,
html.dark .pagination > li > span {
    background-color: #282d36;
    border-color: #242830;
}

html.dark .theme-default .nivoSlider {
    background-color: #1d2127;
}

html.dark section.section-custom-map {
    background: transparent url(../img/map-dark.png) center 0 no-repeat;
}

    html.dark section.section-custom-map section.section {
        border-top-color: rgba(40, 45, 54, 0.8);
        background: rgba(33, 38, 45, 0.8);
    }

html.dark .home-concept {
    background-image: url(../img/home-concept-dark.png);
}

    html.dark .home-concept .process-image {
        background-image: url(../img/home-concept-item-dark.png);
    }

    html.dark .home-concept .project-image {
        background-image: url(../img/home-concept-item-dark.png);
    }

    html.dark .home-concept .sun {
        background-image: url(../img/home-concept-icons-dark.png);
    }

    html.dark .home-concept .cloud {
        background-image: url(../img/home-concept-icons-dark.png);
    }

html.dark .page-header {
    border-bottom-color: #191c21;
}

html.dark .page-header-light {
    background-color: #2e353e;
}

html.dark .panel-group .panel {
    background-color: #282d36;
}

html.dark .panel-group .panel-default {
    border-color: #282d36;
}

html.dark .panel-group .panel-heading {
    background-color: #2e353e;
}

html.dark .panel-group .form-control {
    background-color: #21262d;
    border-color: #21262d;
}

html.dark .toggle > label {
    background-color: #2e353e;
}

html.dark .toggle.toggle-simple .toggle > label {
    color: #FFF;
}

html.dark .featured-box {
    background: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
    border-bottom-color: #2e353e;
}

    html.dark .featured-box.secondary h4 {
        color: #FFF;
    }

html.dark .featured-boxes-flat .featured-box .box-content {
    background: #2e353e;
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
    color: #FFF;
}

html.dark .featured-boxes-style-2 .featured-box {
    background: transparent;
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
    background: #1d2127;
}

html.dark .featured-boxes-style-4 .featured-box {
    background: transparent;
}

html.dark .featured-boxes-style-5 .featured-box {
    background: transparent;
}

    html.dark .featured-boxes-style-5 .featured-box .icon-featured {
        background: #282d36;
        border-color: #2e353e;
    }

html.dark .featured-boxes-style-6 .featured-box {
    background: transparent;
}

    html.dark .featured-boxes-style-6 .featured-box .icon-featured {
        background: #282d36;
        border-color: #2e353e;
    }

        html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
            border-color: #2e353e;
        }

html.dark .featured-boxes-style-7 .featured-box {
    background: transparent;
}

    html.dark .featured-boxes-style-7 .featured-box .icon-featured {
        background: #282d36;
        border-color: #2e353e;
    }

        html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
            box-shadow: 3px 3px #161a1e;
        }

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
    background: #2e353e;
}

html.dark .featured-box-effect-1 .icon-featured:after {
    box-shadow: 0 0 0 3px #2e353e;
}

html.dark .feature-box.feature-box-style-2 h4, html.dark .feature-box.feature-box-style-3 h4, html.dark .feature-box.feature-box-style-4 h4 {
    color: #FFF;
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
    border-color: #2e353e;
}

    html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
        border-color: #2e353e;
    }

html.dark .owl-dots .owl-dot span {
    background: #2e353e;
}

html.dark .owl-carousel.top-border {
    border-top-color: #3F4247;
}

html.dark .progress {
    background: #2e353e;
}

html.dark .arrow {
    background-image: url(../img/arrows-dark.png);
}

html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .thumb-info {
    background-color: #282d36;
    border-color: #282d36;
}

    html.dark .thumb-info .thumb-info-wrapper:after {
        background-color: rgba(29, 33, 39, 0.9);
    }

html.dark .thumb-info-social-icons {
    border-top-color: #373f4a;
}

html.dark ul.nav-list > li a {
    border-bottom-color: #282d36;
}

    html.dark ul.nav-list > li a:hover {
        background-color: #282d36;
    }

html.dark .content-grid .content-grid-item:before {
    border-left-color: #2e353e;
}

html.dark .content-grid .content-grid-item:after {
    border-bottom-color: #2e353e;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
    border-left-color: #2e353e;
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom-color: #2e353e;
}

html.dark .testimonial .testimonial-author strong {
    color: #FFF;
}

html.dark .testimonial.testimonial-style-3 blockquote {
    background: #2e353e !important;
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top-color: #2e353e !important;
}

html.dark .testimonial.testimonial-style-4 {
    border-color: #2e353e !important;
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: #2e353e !important;
}

html.dark .popover {
    background-color: #2e353e;
    border: 1px solid #282d36;
}

    html.dark .popover.top > .arrow {
        border-top-color: #282d36;
    }

        html.dark .popover.top > .arrow:after {
            border-top-color: #2e353e;
        }

    html.dark .popover.right > .arrow {
        border-right-color: #282d36;
    }

        html.dark .popover.right > .arrow:after {
            border-right-color: #2e353e;
        }

    html.dark .popover.bottom > .arrow {
        border-bottom-color: #282d36;
    }

        html.dark .popover.bottom > .arrow:after {
            border-bottom-color: #2e353e;
        }

    html.dark .popover.left > .arrow {
        border-left-color: #282d36;
    }

        html.dark .popover.left > .arrow:after {
            border-left-color: #2e353e;
        }

html.dark .popover-title {
    background-color: #282d36;
    border-bottom: #2e353e;
}

html.dark .page-header {
    border-bottom-color: #282d36;
}

html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
    border-color: #282d36;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #2e353e;
}

html.dark pre {
    background-color: #282d36;
    border-color: #282d36;
    color: #777;
}

html.dark .show-grid [class*="col-md-"] .show-grid-block {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .google-map-borders,
html.dark .embed-responsive-borders {
    border-color: #2e353e;
}

html.dark .alert.alert-default {
    border-color: #2e353e;
    background-color: #282d36;
}

html.dark hr {
    background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
    background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

    html.dark hr.light {
        background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
        background-image: linear-gradient(to right, transparent, #3F4247, transparent);
    }

    html.dark hr.solid {
        background: #3F4247;
    }

html.dark .divider {
    background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
    background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

    html.dark .divider .fa, html.dark .divider .icons {
        background: #1d2127;
    }

    html.dark .divider.divider-solid {
        background: #3F4247;
    }

.active-customer {
    color: White;
    background-color: #83BFD6;
}

html.dark .divider.divider-style-2 .fa, html.dark .divider.divider-style-2 .icons {
    background: #21262d;
}

.filter p {
    display: inline-block;
    background-color: White;
    border-radius: 5px;
    border: 1px solid #83BFD6;
    margin-bottom: 5px;
    padding: 5px 10px;
}

html.dark .divider.divider-style-3 .fa, html.dark .divider.divider-style-3 .icons {
    border-color: #3F4247;
}

html.dark .divider.divider-style-4 .fa, html.dark .divider.divider-style-4 .icons {
    border-color: #3F4247;
}

    html.dark .divider.divider-style-4 .fa:after, html.dark .divider.divider-style-4 .icons:after {
        border-color: #21262d;
    }

html.dark .divider.divider-small {
    background: transparent;
}

    html.dark .divider.divider-small hr {
        background: #3F4247;
    }

    html.dark .divider.divider-small.divider-light hr {
        background: #3F4247;
    }

html.dark hr.dashed:after, html.dark .divider.dashed:after {
    border-color: #3F4247;
}

html.dark .heading.heading-bottom-border h1 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-double-border h1, html.dark .heading.heading-bottom-double-border h2, html.dark .heading.heading-bottom-double-border h3 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-bottom-double-border h4, html.dark .heading.heading-bottom-double-border h5, html.dark .heading.heading-bottom-double-border h6 {
    border-bottom-color: #3f4247;
}

html.dark .heading.heading-middle-border:before {
    border-top-color: #3f4247;
}

html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 {
    background: #1d2127;
}

html.dark ul.history li .thumb {
    background-image: url(../img/history-thumb-dark.png);
}

html.dark .recent-posts .date .day {
    background-color: #2e353e;
}

html.dark .blog-posts article {
    border-color: #282d36;
}

html.dark section.featured .recent-posts .date .day,
html.dark article.post .post-date .day {
    background-color: #282d36;
}

html.dark article .post-video,
html.dark article .post-video iframe,
html.dark article .post-audio,
html.dark article .post-audio iframe {
    background-color: #282d36;
    border-color: #282d36;
}

html.dark ul.simple-post-list li {
    border-bottom-color: #21262d;
}

html.dark .post-block {
    border-top-color: #191c21;
}

html.dark ul.comments .comment-block {
    background-color: #282d36;
}

html.dark ul.comments .comment-arrow {
    border-right-color: #282d36;
}

html.dark .pricing-table li {
    border-top-color: #21262d;
}

html.dark .pricing-table h3 {
    background-color: #21262d;
    text-shadow: none;
}

    html.dark .pricing-table h3 span {
        background: #282d36;
        border-color: #242830;
        box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
        color: #777;
    }

html.dark .pricing-table .most-popular {
    border-color: #282d36;
}

    html.dark .pricing-table .most-popular h3 {
        background-color: #282d36;
        color: #FFF;
        text-shadow: none;
    }

html.dark .pricing-table .plan-ribbon {
    background-color: #282d36;
}

html.dark .pricing-table .plan {
    background: #282d36;
    border: 1px solid #282d36;
    color: #777;
    text-shadow: none;
}

html.dark .product-thumb-info {
    background-color: #282d36;
    border-color: transparent;
}

html.dark .shop .quantity .qty {
    background-color: #282d36;
    border-color: transparent;
}

html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
    background-color: #21262d;
    border-color: transparent;
}

html.dark .shop table.cart td,
html.dark .shop .cart-totals th,
html.dark .shop .cart-totals td {
    border-color: #282d36;
}

html.dark .dialog {
    background-color: #1d2127;
}

html.dark .modal-content {
    background-color: #1d2127;
}

html.dark .modal-header {
    border-bottom-color: #282d36;
}

    html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
        color: #777;
    }

    html.dark .modal-header .close {
        text-shadow: none;
        color: #FFF;
    }

html.dark .modal-footer {
    border-top-color: #282d36;
}

html.dark .popup-inline-content,
html.dark .mfp-content .ajax-container {
    background: #1d2127 !important;
}

html.dark .loading-overlay {
    background: #1d2127;
}

html.dark .sort-destination-loader:after {
    background-color: #1d2127;
}

html.dark #footer .newsletter form .btn-default {
    background-color: #21262d;
    border-color: #21262d;
    color: #777;
}

/* Responsive */
@media (min-width: 992px) {
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
        background: #21262d;
    }

        html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
            border-bottom-color: #2e353e;
        }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
        color: #999;
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav > li:hover > a {
        background: #2e353e;
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper {
        background: #2e353e;
    }

    html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
        color: #CCC;
    }

    html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        color: #FFF;
    }

    html.dark #header .header-nav.header-nav-top-line nav > ul > li > a, html.dark #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
        color: #CCC;
    }

    html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li > a, html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
        color: #CCC;
    }

    html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        background-color: #1d2127;
    }
}

@media (max-width: 991px) {
    html.dark #header .header-nav-main nav > ul li {
        border-bottom-color: #2e353e;
    }

    html.dark #header.header-transparent .header-nav-main, html.dark #header.header-semi-transparent .header-nav-main, html.dark #header.header-semi-transparent-light .header-nav-main {
        background-color: #1d2127;
    }
}
/* Boxed Layout */
html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
}

html.boxed .body {
    position: relative;
    background-color: #FFF;
    border-bottom: 5px solid #1d2127;
    border-radius: 5px;
    border-top: 5px solid #CCC;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto;
}

html.boxed #header .header-body {
    border-top-color: transparent;
}

html.boxed .main {
    overflow: hidden;
}

/* Responsive */
@media (min-width: 1200px) {
    html.boxed.sticky-header-active #header .header-body {
        width: auto;
    }

    html.boxed #header.header-transparent .header-body,
    html.boxed #header.header-semi-transparent .header-body,
    html.boxed #header.header-semi-transparent-light .header-body {
        width: auto;
    }
}

@media (min-width: 992px) {
    html.boxed #header .header-top.header-top-colored {
        margin-top: -18px;
        border-radius: 4px 4px 0 0;
    }

    html.boxed #header.header-transparent .header-body,
    html.boxed #header.header-semi-transparent .header-body,
    html.boxed #header.header-semi-transparent-light .header-body {
        position: absolute;
        padding-left: 15px;
        padding-right: 15px;
    }

    html.boxed #header .header-top.header-top-style-2,
    html.boxed #header .header-top.header-top-style-3,
    html.boxed #header .header-top.header-top-style-4 {
        margin-top: -13px;
    }

    html.boxed.sticky-header-active #header .header-body {
        position: fixed !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    html.boxed.sticky-header-active #header .header-nav-bar {
        margin: 0 -15px -9px;
    }
}

@media (max-width: 991px) {
    html.boxed .body {
        margin: 0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    /* Boxed */
    html.boxed {
        background: none !important;
    }
}

/* corporate */



a {
    color: #83bfd6;
}

    a:hover {
        color: #96c9dc;
    }

    a:focus {
        color: #96c9dc;
    }

    a:active {
        color: #70b5d0;
    }

html .heading-primary,
html .lnk-primary,
html .text-color-primary {
    color: #83bfd6 !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
    border-color: #83bfd6;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
    color: #484a51 !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
    border-color: #484a51;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary {
    color: #2baab1 !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
    border-color: #2baab1;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary {
    color: #383f48 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
    border-color: #383f48;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark {
    color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
    border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light {
    color: #ffffff !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
    border-color: #ffffff;
}

html .background-color-primary {
    background-color: #83bfd6 !important;
}

html .background-color-secondary {
    background-color: #484a51 !important;
}

html .background-color-tertiary {
    background-color: #2baab1 !important;
}

html .background-color-quaternary {
    background-color: #383f48 !important;
}

html .background-color-dark {
    background-color: #2e353e !important;
}

html .background-color-light {
    background-color: #ffffff !important;
}

.alternative-font {
    color: #83bfd6;
}

html .blockquote-primary {
    border-color: #83bfd6 !important;
}

html .blockquote-secondary {
    border-color: #484a51 !important;
}

html .blockquote-tertiary {
    border-color: #2baab1 !important;
}

html .blockquote-quaternary {
    border-color: #383f48 !important;
}

html .blockquote-dark {
    border-color: #2e353e !important;
}

html .blockquote-light {
    border-color: #ffffff !important;
}

p.drop-caps:first-letter {
    color: #83bfd6;
}

p.drop-caps.drop-caps-style-2:first-letter {
    background-color: #83bfd6;
}

ul.nav-pills > li.active > a {
    background-color: #fff;
    color: #0088CC !important;
}

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

html ul.nav-pills-primary a {
    color: #83bfd6;
}

    html ul.nav-pills-primary a:hover {
        color: #96c9dc;
    }

    html ul.nav-pills-primary a:focus {
        color: #96c9dc;
    }

    html ul.nav-pills-primary a:active {
        color: #70b5d0;
    }

html ul.nav-pills-primary > li.active > a {
    background-color: #83bfd6;
}

    html ul.nav-pills-primary > li.active > a:hover,
    html ul.nav-pills-primary > li.active > a:focus {
        background-color: #83bfd6;
    }

html ul.nav-pills-secondary a {
    color: #484a51;
}

    html ul.nav-pills-secondary a:hover {
        color: #54565e;
    }

    html ul.nav-pills-secondary a:focus {
        color: #54565e;
    }

    html ul.nav-pills-secondary a:active {
        color: #3c3e44;
    }

html ul.nav-pills-secondary > li.active > a {
    background-color: #484a51;
}

    html ul.nav-pills-secondary > li.active > a:hover,
    html ul.nav-pills-secondary > li.active > a:focus {
        background-color: #484a51;
    }

html ul.nav-pills-tertiary a {
    color: #fff;
}

    html ul.nav-pills-tertiary a:hover {
        color: #30bec6;
    }

    html ul.nav-pills-tertiary a:focus {
        color: #30bec6;
    }

    html ul.nav-pills-tertiary a:active {
        color: #26969c;
    }

html ul.nav-pills-tertiary > li.active > a {
    background-color: #ffffff;
}

    html ul.nav-pills-tertiary > li.active > a:hover,
    html ul.nav-pills-tertiary > li.active > a:focus {
        background-color: #2baab1;
    }

html ul.nav-pills-quaternary a {
    color: #383f48;
}

    html ul.nav-pills-quaternary a:hover {
        color: #434c56;
    }

    html ul.nav-pills-quaternary a:focus {
        color: #434c56;
    }

    html ul.nav-pills-quaternary a:active {
        color: #2d323a;
    }

html ul.nav-pills-quaternary > li.active > a {
    background-color: #383f48;
}

    html ul.nav-pills-quaternary > li.active > a:hover,
    html ul.nav-pills-quaternary > li.active > a:focus {
        background-color: #383f48;
    }

html ul.nav-pills-dark a {
    color: #2e353e;
}

    html ul.nav-pills-dark a:hover {
        color: #39424d;
    }

    html ul.nav-pills-dark a:focus {
        color: #39424d;
    }

    html ul.nav-pills-dark a:active {
        color: #23282f;
    }

html ul.nav-pills-dark > li.active > a {
    background-color: #2e353e;
}

    html ul.nav-pills-dark > li.active > a:hover,
    html ul.nav-pills-dark > li.active > a:focus {
        background-color: #2e353e;
    }

html ul.nav-pills-light a {
    color: #ffffff;
}

    html ul.nav-pills-light a:hover {
        color: #ffffff;
    }

    html ul.nav-pills-light a:focus {
        color: #ffffff;
    }

    html ul.nav-pills-light a:active {
        color: #f2f2f2;
    }

html ul.nav-pills-light > li.active > a {
    background-color: #ffffff;
}

    html ul.nav-pills-light > li.active > a:hover,
    html ul.nav-pills-light > li.active > a:focus {
        background-color: #ffffff;
    }

.sort-source-wrapper .nav > li.active > a {
    color: #83bfd6;
}

    .sort-source-wrapper .nav > li.active > a:hover,
    .sort-source-wrapper .nav > li.active > a:focus {
        color: #83bfd6;
    }

.sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #83bfd6;
}

html .label-primary {
    background-color: #83bfd6;
}

html .label-secondary {
    background-color: #484a51;
}

html .label-tertiary {
    background-color: #2baab1;
}

html .label-quaternary {
    background-color: #383f48;
}

html .label-dark {
    background-color: #2e353e;
}

html .label-light {
    background-color: #ffffff;
}

.btn-link {
    color: #83bfd6;
}

    .btn-link:hover {
        color: #96c9dc;
    }

    .btn-link:active {
        color: #70b5d0;
    }

html .btn-primary {
    color: #ffffff;
    background-color: #83bfd6;
    border-color: #83bfd6 #83bfd6 #5dabc9;
}

    html .btn-primary:hover {
        border-color: #96c9dc #96c9dc #70b5d0;
        background-color: #96c9dc;
    }

    html .btn-primary:active,
    html .btn-primary:focus,
    html .btn-primary:active:hover,
    html .btn-primary:active:focus {
        border-color: #70b5d0 #70b5d0 #70b5d0;
        background-color: #70b5d0;
    }

    html .btn-primary.dropdown-toggle {
        border-left-color: #70b5d0;
    }

    html .btn-primary[disabled],
    html .btn-primary[disabled]:hover,
    html .btn-primary[disabled]:active,
    html .btn-primary[disabled]:focus {
        border-color: #d0e7ef;
        background-color: #d0e7ef;
    }

    html .btn-primary:hover,
    html .btn-primary:focus,
    html .btn-primary:active:hover,
    html .btn-primary:active:focus {
        color: #777777;
    }

html .btn-primary-scale-2 {
    color: #ffffff;
    background-color: #5dabc9;
    border-color: #5dabc9 #5dabc9 #3c95b7;
}

    html .btn-primary-scale-2:hover {
        border-color: #70b5d0 #70b5d0 #4aa1c3;
        background-color: #70b5d0;
    }

    html .btn-primary-scale-2:active,
    html .btn-primary-scale-2:focus,
    html .btn-primary-scale-2:active:hover,
    html .btn-primary-scale-2:active:focus {
        border-color: #4aa1c3 #4aa1c3 #4aa1c3;
        background-color: #4aa1c3;
    }

    html .btn-primary-scale-2.dropdown-toggle {
        border-left-color: #4aa1c3;
    }

    html .btn-primary-scale-2[disabled],
    html .btn-primary-scale-2[disabled]:hover,
    html .btn-primary-scale-2[disabled]:active,
    html .btn-primary-scale-2[disabled]:focus {
        border-color: #a9d3e3;
        background-color: #a9d3e3;
    }

html .btn-secondary {
    color: #ffffff;
    background-color: #484a51;
    border-color: #484a51 #484a51 #303136;
}

    html .btn-secondary:hover {
        border-color: #54565e #54565e #3c3e44;
        background-color: #54565e;
    }

    html .btn-secondary:active,
    html .btn-secondary:focus,
    html .btn-secondary:active:hover,
    html .btn-secondary:active:focus {
        border-color: #3c3e44 #3c3e44 #3c3e44;
        background-color: #3c3e44;
    }

    html .btn-secondary.dropdown-toggle {
        border-left-color: #3c3e44;
    }

    html .btn-secondary[disabled],
    html .btn-secondary[disabled]:hover,
    html .btn-secondary[disabled]:active,
    html .btn-secondary[disabled]:focus {
        border-color: #787b87;
        background-color: #787b87;
    }

    html .btn-secondary:hover,
    html .btn-secondary:focus,
    html .btn-secondary:active:hover,
    html .btn-secondary:active:focus {
        color: #ffffff;
    }

html .btn-secondary-scale-2 {
    color: #ffffff;
    background-color: #303136;
    border-color: #303136 #303136 #18191b;
}

    html .btn-secondary-scale-2:hover {
        border-color: #3c3e44 #3c3e44 #242528;
        background-color: #3c3e44;
    }

    html .btn-secondary-scale-2:active,
    html .btn-secondary-scale-2:focus,
    html .btn-secondary-scale-2:active:hover,
    html .btn-secondary-scale-2:active:focus {
        border-color: #242528 #242528 #242528;
        background-color: #242528;
    }

    html .btn-secondary-scale-2.dropdown-toggle {
        border-left-color: #242528;
    }

    html .btn-secondary-scale-2[disabled],
    html .btn-secondary-scale-2[disabled]:hover,
    html .btn-secondary-scale-2[disabled]:active,
    html .btn-secondary-scale-2[disabled]:focus {
        border-color: #60636c;
        background-color: #60636c;
    }

html .btn-tertiary {
    color: #ffffff;
    background-color: #2baab1;
    border-color: #2baab1 #2baab1 #218388;
}

    html .btn-tertiary:hover {
        border-color: #30bec6 #30bec6 #26969c;
        background-color: #30bec6;
    }

    html .btn-tertiary:active,
    html .btn-tertiary:focus,
    html .btn-tertiary:active:hover,
    html .btn-tertiary:active:focus {
        border-color: #26969c #26969c #26969c;
        background-color: #26969c;
    }

    html .btn-tertiary.dropdown-toggle {
        border-left-color: #26969c;
    }

    html .btn-tertiary[disabled],
    html .btn-tertiary[disabled]:hover,
    html .btn-tertiary[disabled]:active,
    html .btn-tertiary[disabled]:focus {
        border-color: #68d4da;
        background-color: #68d4da;
    }

    html .btn-tertiary:hover,
    html .btn-tertiary:focus,
    html .btn-tertiary:active:hover,
    html .btn-tertiary:active:focus {
        color: #ffffff;
    }

html .btn-tertiary-scale-2 {
    color: #ffffff;
    background-color: #218388;
    border-color: #218388 #218388 #175b5f;
}

    html .btn-tertiary-scale-2:hover {
        border-color: #26969c #26969c #1c6f73;
        background-color: #26969c;
    }

    html .btn-tertiary-scale-2:active,
    html .btn-tertiary-scale-2:focus,
    html .btn-tertiary-scale-2:active:hover,
    html .btn-tertiary-scale-2:active:focus {
        border-color: #1c6f73 #1c6f73 #1c6f73;
        background-color: #1c6f73;
    }

    html .btn-tertiary-scale-2.dropdown-toggle {
        border-left-color: #1c6f73;
    }

    html .btn-tertiary-scale-2[disabled],
    html .btn-tertiary-scale-2[disabled]:hover,
    html .btn-tertiary-scale-2[disabled]:active,
    html .btn-tertiary-scale-2[disabled]:focus {
        border-color: #3fc9d0;
        background-color: #3fc9d0;
    }

html .btn-quaternary {
    color: #ffffff;
    background-color: #383f48;
    border-color: #383f48 #383f48 #22262b;
}

    html .btn-quaternary:hover {
        border-color: #434c56 #434c56 #2d323a;
        background-color: #434c56;
    }

    html .btn-quaternary:active,
    html .btn-quaternary:focus,
    html .btn-quaternary:active:hover,
    html .btn-quaternary:active:focus {
        border-color: #2d323a #2d323a #2d323a;
        background-color: #2d323a;
    }

    html .btn-quaternary.dropdown-toggle {
        border-left-color: #2d323a;
    }

    html .btn-quaternary[disabled],
    html .btn-quaternary[disabled]:hover,
    html .btn-quaternary[disabled]:active,
    html .btn-quaternary[disabled]:focus {
        border-color: #657181;
        background-color: #657181;
    }

    html .btn-quaternary:hover,
    html .btn-quaternary:focus,
    html .btn-quaternary:active:hover,
    html .btn-quaternary:active:focus {
        color: #ffffff;
    }

html .btn-quaternary-scale-2 {
    color: #ffffff;
    background-color: #22262b;
    border-color: #22262b #22262b #0b0d0f;
}

    html .btn-quaternary-scale-2:hover {
        border-color: #2d323a #2d323a #17191d;
        background-color: #2d323a;
    }

    html .btn-quaternary-scale-2:active,
    html .btn-quaternary-scale-2:focus,
    html .btn-quaternary-scale-2:active:hover,
    html .btn-quaternary-scale-2:active:focus {
        border-color: #17191d #17191d #17191d;
        background-color: #17191d;
    }

    html .btn-quaternary-scale-2.dropdown-toggle {
        border-left-color: #17191d;
    }

    html .btn-quaternary-scale-2[disabled],
    html .btn-quaternary-scale-2[disabled]:hover,
    html .btn-quaternary-scale-2[disabled]:active,
    html .btn-quaternary-scale-2[disabled]:focus {
        border-color: #4e5865;
        background-color: #4e5865;
    }

html .btn-dark {
    color: #ffffff;
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
}

    html .btn-dark:hover {
        border-color: #39424d #39424d #23282f;
        background-color: #39424d;
    }

    html .btn-dark:active,
    html .btn-dark:focus,
    html .btn-dark:active:hover,
    html .btn-dark:active:focus {
        border-color: #23282f #23282f #23282f;
        background-color: #23282f;
    }

    html .btn-dark.dropdown-toggle {
        border-left-color: #23282f;
    }

    html .btn-dark[disabled],
    html .btn-dark[disabled]:hover,
    html .btn-dark[disabled]:active,
    html .btn-dark[disabled]:focus {
        border-color: #596779;
        background-color: #596779;
    }

    html .btn-dark:hover,
    html .btn-dark:focus,
    html .btn-dark:active:hover,
    html .btn-dark:active:focus {
        color: #ffffff;
    }

html .btn-dark-scale-2 {
    color: #ffffff;
    background-color: #181c21;
    border-color: #181c21 #181c21 #030303;
}

    html .btn-dark-scale-2:hover {
        border-color: #23282f #23282f #0d0f12;
        background-color: #23282f;
    }

    html .btn-dark-scale-2:active,
    html .btn-dark-scale-2:focus,
    html .btn-dark-scale-2:active:hover,
    html .btn-dark-scale-2:active:focus {
        border-color: #0d0f12 #0d0f12 #0d0f12;
        background-color: #0d0f12;
    }

    html .btn-dark-scale-2.dropdown-toggle {
        border-left-color: #0d0f12;
    }

    html .btn-dark-scale-2[disabled],
    html .btn-dark-scale-2[disabled]:hover,
    html .btn-dark-scale-2[disabled]:active,
    html .btn-dark-scale-2[disabled]:focus {
        border-color: #444e5b;
        background-color: #444e5b;
    }

html .btn-light {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ffffff #ffffff #e6e6e6;
}

    html .btn-light:hover {
        border-color: #ffffff #ffffff #f2f2f2;
        background-color: #ffffff;
    }

    html .btn-light:active,
    html .btn-light:focus,
    html .btn-light:active:hover,
    html .btn-light:active:focus {
        border-color: #f2f2f2 #f2f2f2 #f2f2f2;
        background-color: #f2f2f2;
    }

    html .btn-light.dropdown-toggle {
        border-left-color: #f2f2f2;
    }

    html .btn-light[disabled],
    html .btn-light[disabled]:hover,
    html .btn-light[disabled]:active,
    html .btn-light[disabled]:focus {
        border-color: #ffffff;
        background-color: #ffffff;
    }

    html .btn-light:hover,
    html .btn-light:focus,
    html .btn-light:active:hover,
    html .btn-light:active:focus {
        color: #777777;
    }

html .btn-light-scale-2 {
    color: #ffffff;
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #cccccc;
}

    html .btn-light-scale-2:hover {
        border-color: #f2f2f2 #f2f2f2 #d9d9d9;
        background-color: #f2f2f2;
    }

    html .btn-light-scale-2:active,
    html .btn-light-scale-2:focus,
    html .btn-light-scale-2:active:hover,
    html .btn-light-scale-2:active:focus {
        border-color: #d9d9d9 #d9d9d9 #d9d9d9;
        background-color: #d9d9d9;
    }

    html .btn-light-scale-2.dropdown-toggle {
        border-left-color: #d9d9d9;
    }

    html .btn-light-scale-2[disabled],
    html .btn-light-scale-2[disabled]:hover,
    html .btn-light-scale-2[disabled]:active,
    html .btn-light-scale-2[disabled]:focus {
        border-color: #ffffff;
        background-color: #ffffff;
    }

html .btn-borders.btn-primary {
    background: transparent;
    border-color: #83bfd6;
    color: #83bfd6;
    text-shadow: none;
}

    html .btn-borders.btn-primary:hover,
    html .btn-borders.btn-primary:focus {
        color: #ffffff;
        background-color: #83bfd6;
        border-color: #83bfd6 #83bfd6 #5dabc9;
        border-color: #83bfd6 !important;
        color: #777777;
    }

        html .btn-borders.btn-primary:hover:hover,
        html .btn-borders.btn-primary:focus:hover {
            border-color: #96c9dc #96c9dc #70b5d0;
            background-color: #96c9dc;
        }

        html .btn-borders.btn-primary:hover:active,
        html .btn-borders.btn-primary:focus:active,
        html .btn-borders.btn-primary:hover:focus,
        html .btn-borders.btn-primary:focus:focus,
        html .btn-borders.btn-primary:hover:active:hover,
        html .btn-borders.btn-primary:focus:active:hover,
        html .btn-borders.btn-primary:hover:active:focus,
        html .btn-borders.btn-primary:focus:active:focus {
            border-color: #70b5d0 #70b5d0 #70b5d0;
            background-color: #70b5d0;
        }

        html .btn-borders.btn-primary:hover.dropdown-toggle,
        html .btn-borders.btn-primary:focus.dropdown-toggle {
            border-left-color: #70b5d0;
        }

        html .btn-borders.btn-primary:hover[disabled],
        html .btn-borders.btn-primary:focus[disabled],
        html .btn-borders.btn-primary:hover[disabled]:hover,
        html .btn-borders.btn-primary:focus[disabled]:hover,
        html .btn-borders.btn-primary:hover[disabled]:active,
        html .btn-borders.btn-primary:focus[disabled]:active,
        html .btn-borders.btn-primary:hover[disabled]:focus,
        html .btn-borders.btn-primary:focus[disabled]:focus {
            border-color: #d0e7ef;
            background-color: #d0e7ef;
        }

html .btn-borders.btn-secondary {
    background: transparent;
    border-color: #484a51;
    color: #484a51;
    text-shadow: none;
}

    html .btn-borders.btn-secondary:hover,
    html .btn-borders.btn-secondary:focus {
        background-color: #484a51;
        border-color: #484a51 #484a51 #303136;
        border-color: #484a51 !important;
        color: #ffffff;
    }

        html .btn-borders.btn-secondary:hover:hover,
        html .btn-borders.btn-secondary:focus:hover {
            border-color: #54565e #54565e #3c3e44;
            background-color: #54565e;
        }

        html .btn-borders.btn-secondary:hover:active,
        html .btn-borders.btn-secondary:focus:active,
        html .btn-borders.btn-secondary:hover:focus,
        html .btn-borders.btn-secondary:focus:focus,
        html .btn-borders.btn-secondary:hover:active:hover,
        html .btn-borders.btn-secondary:focus:active:hover,
        html .btn-borders.btn-secondary:hover:active:focus,
        html .btn-borders.btn-secondary:focus:active:focus {
            border-color: #3c3e44 #3c3e44 #3c3e44;
            background-color: #3c3e44;
        }

        html .btn-borders.btn-secondary:hover.dropdown-toggle,
        html .btn-borders.btn-secondary:focus.dropdown-toggle {
            border-left-color: #3c3e44;
        }

        html .btn-borders.btn-secondary:hover[disabled],
        html .btn-borders.btn-secondary:focus[disabled],
        html .btn-borders.btn-secondary:hover[disabled]:hover,
        html .btn-borders.btn-secondary:focus[disabled]:hover,
        html .btn-borders.btn-secondary:hover[disabled]:active,
        html .btn-borders.btn-secondary:focus[disabled]:active,
        html .btn-borders.btn-secondary:hover[disabled]:focus,
        html .btn-borders.btn-secondary:focus[disabled]:focus {
            border-color: #787b87;
            background-color: #787b87;
        }

html .btn-borders.btn-tertiary {
    background: transparent;
    border-color: #2baab1;
    color: #2baab1;
    text-shadow: none;
}

    html .btn-borders.btn-tertiary:hover,
    html .btn-borders.btn-tertiary:focus {
        background-color: #2baab1;
        border-color: #2baab1 #2baab1 #218388;
        border-color: #2baab1 !important;
        color: #ffffff;
    }

        html .btn-borders.btn-tertiary:hover:hover,
        html .btn-borders.btn-tertiary:focus:hover {
            border-color: #30bec6 #30bec6 #26969c;
            background-color: #30bec6;
        }

        html .btn-borders.btn-tertiary:hover:active,
        html .btn-borders.btn-tertiary:focus:active,
        html .btn-borders.btn-tertiary:hover:focus,
        html .btn-borders.btn-tertiary:focus:focus,
        html .btn-borders.btn-tertiary:hover:active:hover,
        html .btn-borders.btn-tertiary:focus:active:hover,
        html .btn-borders.btn-tertiary:hover:active:focus,
        html .btn-borders.btn-tertiary:focus:active:focus {
            border-color: #26969c #26969c #26969c;
            background-color: #26969c;
        }

        html .btn-borders.btn-tertiary:hover.dropdown-toggle,
        html .btn-borders.btn-tertiary:focus.dropdown-toggle {
            border-left-color: #26969c;
        }

        html .btn-borders.btn-tertiary:hover[disabled],
        html .btn-borders.btn-tertiary:focus[disabled],
        html .btn-borders.btn-tertiary:hover[disabled]:hover,
        html .btn-borders.btn-tertiary:focus[disabled]:hover,
        html .btn-borders.btn-tertiary:hover[disabled]:active,
        html .btn-borders.btn-tertiary:focus[disabled]:active,
        html .btn-borders.btn-tertiary:hover[disabled]:focus,
        html .btn-borders.btn-tertiary:focus[disabled]:focus {
            border-color: #68d4da;
            background-color: #68d4da;
        }

html .btn-borders.btn-quaternary {
    background: transparent;
    border-color: #383f48;
    color: #383f48;
    text-shadow: none;
}

    html .btn-borders.btn-quaternary:hover,
    html .btn-borders.btn-quaternary:focus {
        background-color: #383f48;
        border-color: #383f48 #383f48 #22262b;
        border-color: #383f48 !important;
        color: #ffffff;
    }

        html .btn-borders.btn-quaternary:hover:hover,
        html .btn-borders.btn-quaternary:focus:hover {
            border-color: #434c56 #434c56 #2d323a;
            background-color: #434c56;
        }

        html .btn-borders.btn-quaternary:hover:active,
        html .btn-borders.btn-quaternary:focus:active,
        html .btn-borders.btn-quaternary:hover:focus,
        html .btn-borders.btn-quaternary:focus:focus,
        html .btn-borders.btn-quaternary:hover:active:hover,
        html .btn-borders.btn-quaternary:focus:active:hover,
        html .btn-borders.btn-quaternary:hover:active:focus,
        html .btn-borders.btn-quaternary:focus:active:focus {
            border-color: #2d323a #2d323a #2d323a;
            background-color: #2d323a;
        }

        html .btn-borders.btn-quaternary:hover.dropdown-toggle,
        html .btn-borders.btn-quaternary:focus.dropdown-toggle {
            border-left-color: #2d323a;
        }

        html .btn-borders.btn-quaternary:hover[disabled],
        html .btn-borders.btn-quaternary:focus[disabled],
        html .btn-borders.btn-quaternary:hover[disabled]:hover,
        html .btn-borders.btn-quaternary:focus[disabled]:hover,
        html .btn-borders.btn-quaternary:hover[disabled]:active,
        html .btn-borders.btn-quaternary:focus[disabled]:active,
        html .btn-borders.btn-quaternary:hover[disabled]:focus,
        html .btn-borders.btn-quaternary:focus[disabled]:focus {
            border-color: #657181;
            background-color: #657181;
        }

html .btn-borders.btn-dark {
    background: transparent;
    border-color: #2e353e;
    color: #2e353e;
    text-shadow: none;
}

    html .btn-borders.btn-dark:hover,
    html .btn-borders.btn-dark:focus {
        background-color: #2e353e;
        border-color: #2e353e #2e353e #181c21;
        border-color: #2e353e !important;
        color: #ffffff;
    }

        html .btn-borders.btn-dark:hover:hover,
        html .btn-borders.btn-dark:focus:hover {
            border-color: #39424d #39424d #23282f;
            background-color: #39424d;
        }

        html .btn-borders.btn-dark:hover:active,
        html .btn-borders.btn-dark:focus:active,
        html .btn-borders.btn-dark:hover:focus,
        html .btn-borders.btn-dark:focus:focus,
        html .btn-borders.btn-dark:hover:active:hover,
        html .btn-borders.btn-dark:focus:active:hover,
        html .btn-borders.btn-dark:hover:active:focus,
        html .btn-borders.btn-dark:focus:active:focus {
            border-color: #23282f #23282f #23282f;
            background-color: #23282f;
        }

        html .btn-borders.btn-dark:hover.dropdown-toggle,
        html .btn-borders.btn-dark:focus.dropdown-toggle {
            border-left-color: #23282f;
        }

        html .btn-borders.btn-dark:hover[disabled],
        html .btn-borders.btn-dark:focus[disabled],
        html .btn-borders.btn-dark:hover[disabled]:hover,
        html .btn-borders.btn-dark:focus[disabled]:hover,
        html .btn-borders.btn-dark:hover[disabled]:active,
        html .btn-borders.btn-dark:focus[disabled]:active,
        html .btn-borders.btn-dark:hover[disabled]:focus,
        html .btn-borders.btn-dark:focus[disabled]:focus {
            border-color: #596779;
            background-color: #596779;
        }

html .btn-borders.btn-light {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
    text-shadow: none;
}

    html .btn-borders.btn-light:hover,
    html .btn-borders.btn-light:focus {
        color: #ffffff;
        background-color: #ffffff;
        border-color: #ffffff #ffffff #e6e6e6;
        border-color: #ffffff !important;
        color: #777777;
    }

        html .btn-borders.btn-light:hover:hover,
        html .btn-borders.btn-light:focus:hover {
            border-color: #ffffff #ffffff #f2f2f2;
            background-color: #ffffff;
        }

        html .btn-borders.btn-light:hover:active,
        html .btn-borders.btn-light:focus:active,
        html .btn-borders.btn-light:hover:focus,
        html .btn-borders.btn-light:focus:focus,
        html .btn-borders.btn-light:hover:active:hover,
        html .btn-borders.btn-light:focus:active:hover,
        html .btn-borders.btn-light:hover:active:focus,
        html .btn-borders.btn-light:focus:active:focus {
            border-color: #f2f2f2 #f2f2f2 #f2f2f2;
            background-color: #f2f2f2;
        }

        html .btn-borders.btn-light:hover.dropdown-toggle,
        html .btn-borders.btn-light:focus.dropdown-toggle {
            border-left-color: #f2f2f2;
        }

        html .btn-borders.btn-light:hover[disabled],
        html .btn-borders.btn-light:focus[disabled],
        html .btn-borders.btn-light:hover[disabled]:hover,
        html .btn-borders.btn-light:focus[disabled]:hover,
        html .btn-borders.btn-light:hover[disabled]:active,
        html .btn-borders.btn-light:focus[disabled]:active,
        html .btn-borders.btn-light:hover[disabled]:focus,
        html .btn-borders.btn-light:focus[disabled]:focus {
            border-color: #ffffff;
            background-color: #ffffff;
        }

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #83bfd6;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #83bfd6 !important;
    border-color: #83bfd6;
}

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: #83bfd6;
}

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: #83bfd6;
    border-color: #83bfd6;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
    color: #ffffff;
    background-color: #83bfd6;
    border-color: #83bfd6 #83bfd6 #5dabc9;
}

    .pagination > .active > a:hover,
    body.dark .pagination > .active > a:hover {
        border-color: #96c9dc #96c9dc #70b5d0;
        background-color: #96c9dc;
    }

    .pagination > .active > a:active,
    body.dark .pagination > .active > a:active,
    .pagination > .active > a:focus,
    body.dark .pagination > .active > a:focus,
    .pagination > .active > a:active:hover,
    body.dark .pagination > .active > a:active:hover,
    .pagination > .active > a:active:focus,
    body.dark .pagination > .active > a:active:focus {
        border-color: #70b5d0 #70b5d0 #70b5d0;
        background-color: #70b5d0;
    }

    .pagination > .active > a.dropdown-toggle,
    body.dark .pagination > .active > a.dropdown-toggle {
        border-left-color: #70b5d0;
    }

    .pagination > .active > a[disabled],
    body.dark .pagination > .active > a[disabled],
    .pagination > .active > a[disabled]:hover,
    body.dark .pagination > .active > a[disabled]:hover,
    .pagination > .active > a[disabled]:active,
    body.dark .pagination > .active > a[disabled]:active,
    .pagination > .active > a[disabled]:focus,
    body.dark .pagination > .active > a[disabled]:focus {
        border-color: #d0e7ef;
        background-color: #d0e7ef;
    }

html .alert-primary {
    background-color: #83bfd6;
    border-color: #78b9d2;
    color: #777777;
}

    html .alert-primary .alert-link {
        color: #777777;
    }

html .alert-secondary {
    background-color: #484a51;
    border-color: #414349;
    color: #ffffff;
}

    html .alert-secondary .alert-link {
        color: #ffffff;
    }

html .alert-tertiary {
    background-color: #2baab1;
    border-color: #289ea5;
    color: #ffffff;
}

    html .alert-tertiary .alert-link {
        color: #ffffff;
    }

html .alert-quaternary {
    background-color: #383f48;
    border-color: #31373f;
    color: #ffffff;
}

    html .alert-quaternary .alert-link {
        color: #ffffff;
    }

html .alert-dark {
    background-color: #2e353e;
    border-color: #272d35;
    color: #ffffff;
}

    html .alert-dark .alert-link {
        color: #ffffff;
    }

html .alert-light {
    background-color: #ffffff;
    border-color: #f7f7f7;
    color: #777777;
}

    html .alert-light .alert-link {
        color: #777777;
    }

html .progress-bar-primary {
    background-color: #83bfd6;
}

html .progress-bar-secondary {
    background-color: #484a51;
}

html .progress-bar-tertiary {
    background-color: #2baab1;
}

html .progress-bar-quaternary {
    background-color: #383f48;
}

html .progress-bar-dark {
    background-color: #2e353e;
}

html .progress-bar-light {
    background-color: #ffffff;
}

html section.section-primary {
    background-color: #83bfd6 !important;
    border-color: #70b5d0 !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: #777777;
    }

    html section.section-primary p {
        color: #5e5e5e;
    }

html section.section-primary-scale-2 {
    background-color: #5dabc9 !important;
    border-color: #4aa1c3 !important;
}

    html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #5dabc9;
    }

html section.section-secondary {
    background-color: #484a51 !important;
    border-color: #3c3e44 !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: #ffffff;
    }

    html section.section-secondary p {
        color: #e6e6e6;
    }

html section.section-secondary-scale-2 {
    background-color: #303136 !important;
    border-color: #242529 !important;
}

    html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #303136;
    }

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: #ffffff;
    }

    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: #ffffff;
    }

    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: #2e353e !important;
    border-color: #23282f !important;
}

    html section.section-dark h1,
    html section.section-dark h2,
    html section.section-dark h3,
    html section.section-dark h4,
    html section.section-dark h5,
    html section.section-dark h6 {
        color: #ffffff;
    }

    html section.section-dark p {
        color: #e6e6e6;
    }

html section.section-dark-scale-2 {
    background-color: #181c21 !important;
    border-color: #0d0f12 !important;
}

    html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #181c21;
    }

html section.section-light {
    background-color: #ffffff !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: #777777;
    }

    html section.section-light p {
        color: #5e5e5e;
    }

html section.section-light-scale-2 {
    background-color: #e6e6e6 !important;
    border-color: #d9d9d9 !important;
}

    html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
        border-top-color: #e6e6e6;
    }

html section.section-default-scale-1 {
    background-color: #dbdbdb !important;
    border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
    background-color: #c1c1c1 !important;
    border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
    background-color: #a8a8a8 !important;
    border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
    background-color: #8e8e8e !important;
    border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
    background-color: #757575 !important;
    border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
    background-color: #5b5b5b !important;
    border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
    background-color: #424242 !important;
    border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
    background-color: #282828 !important;
    border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
    background-color: #0f0f0f !important;
    border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
    background-color: #333a44 !important;
    border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
    background-color: #495362 !important;
    border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
    background-color: #5e6b7f !important;
    border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
    background-color: #77849a !important;
    border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
    background-color: #949faf !important;
    border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
    background-color: #b1b9c5 !important;
    border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
    background-color: #ced3db !important;
    border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
    background-color: #ebeef1 !important;
    border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
    background-color: #ffffff !important;
    border-top-color: #f7f7f7 !important;
}

section.page-header h1 {
    border-bottom-color: #83bfd6;
}

section.page-header.custom-product {
    background-color: #70b5d0;
    border-top-color: #7bbbd3;
}

html .page-header-color.page-header-primary {
    background-color: #83bfd6;
    border-bottom-color: #83bfd6;
    color: #777777;
}

    html .page-header-color.page-header-primary h1 {
        color: #777777;
    }

        html .page-header-color.page-header-primary h1 span {
            color: #777777;
        }

    html .page-header-color.page-header-primary a {
        color: #777777;
    }

    html .page-header-color.page-header-primary .breadcrumb > .active {
        color: #777777;
    }

html .page-header-color.page-header-secondary {
    background-color: #484a51;
    border-bottom-color: #484a51;
    color: #ffffff;
}

    html .page-header-color.page-header-secondary h1 {
        color: #ffffff;
    }

        html .page-header-color.page-header-secondary h1 span {
            color: #ffffff;
        }

    html .page-header-color.page-header-secondary a {
        color: #ffffff;
    }

    html .page-header-color.page-header-secondary .breadcrumb > .active {
        color: #ffffff;
    }

html .page-header-color.page-header-tertiary {
    background-color: #2baab1;
    border-bottom-color: #2baab1;
    color: #ffffff;
}

    html .page-header-color.page-header-tertiary h1 {
        color: #ffffff;
    }

        html .page-header-color.page-header-tertiary h1 span {
            color: #ffffff;
        }

    html .page-header-color.page-header-tertiary a {
        color: #ffffff;
    }

    html .page-header-color.page-header-tertiary .breadcrumb > .active {
        color: #ffffff;
    }

html .page-header-color.page-header-quaternary {
    background-color: #383f48;
    border-bottom-color: #383f48;
    color: #ffffff;
}

    html .page-header-color.page-header-quaternary h1 {
        color: #ffffff;
    }

        html .page-header-color.page-header-quaternary h1 span {
            color: #ffffff;
        }

    html .page-header-color.page-header-quaternary a {
        color: #ffffff;
    }

    html .page-header-color.page-header-quaternary .breadcrumb > .active {
        color: #ffffff;
    }

html .page-header-color.page-header-dark {
    background-color: #2e353e;
    border-bottom-color: #2e353e;
    color: #ffffff;
}

    html .page-header-color.page-header-dark h1 {
        color: #ffffff;
    }

        html .page-header-color.page-header-dark h1 span {
            color: #ffffff;
        }

    html .page-header-color.page-header-dark a {
        color: #ffffff;
    }

    html .page-header-color.page-header-dark .breadcrumb > .active {
        color: #ffffff;
    }

html .page-header-color.page-header-light {
    background-color: #ffffff;
    border-bottom-color: #ffffff;
    color: #777777;
}

    html .page-header-color.page-header-light h1 {
        color: #777777;
    }

        html .page-header-color.page-header-light h1 span {
            color: #777777;
        }

    html .page-header-color.page-header-light a {
        color: #777777;
    }

    html .page-header-color.page-header-light .breadcrumb > .active {
        color: #777777;
    }

html .toggle-primary .toggle label {
    color: #83bfd6;
    border-left-color: #83bfd6;
    border-right-color: #83bfd6;
}

html .toggle-primary .toggle.active > label {
    background-color: #83bfd6;
    border-color: #83bfd6;
    color: #777777;
}

html .toggle-primary.toggle-simple .toggle > label:after {
    background-color: #83bfd6;
}

html .toggle-secondary .toggle label {
    color: #484a51;
    border-left-color: #484a51;
    border-right-color: #484a51;
}

html .toggle-secondary .toggle.active > label {
    background-color: #484a51;
    border-color: #484a51;
    color: #ffffff;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
    background-color: #484a51;
}

html .toggle-tertiary .toggle label {
    color: #2baab1;
    border-left-color: #2baab1;
    border-right-color: #2baab1;
}

html .toggle-tertiary .toggle.active > label {
    background-color: #2baab1;
    border-color: #2baab1;
    color: #ffffff;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
    background-color: #2baab1;
}

html .toggle-quaternary .toggle label {
    color: #383f48;
    border-left-color: #383f48;
    border-right-color: #383f48;
}

html .toggle-quaternary .toggle.active > label {
    background-color: #383f48;
    border-color: #383f48;
    color: #ffffff;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
    background-color: #383f48;
}

html .toggle-dark .toggle label {
    color: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
    background-color: #2e353e;
    border-color: #2e353e;
    color: #ffffff;
}

html .toggle-dark.toggle-simple .toggle > label:after {
    background-color: #2e353e;
}

html .toggle-light .toggle label {
    color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
}

html .toggle-light .toggle.active > label {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #777777;
}

html .toggle-light.toggle-simple .toggle > label:after {
    background-color: #ffffff;
}

.thumb-info .thumb-info-type {
    background-color: #83bfd6;
}

.thumb-info .thumb-info-action-icon {
    background-color: #83bfd6;
}

.thumb-info-social-icons a {
    background-color: #83bfd6;
}

.thumbnail .zoom {
    background-color: #83bfd6;
}

.img-thumbnail .zoom {
    background-color: #83bfd6;
}

html .thumb-info .thumb-info-action-icon-primary {
    background-color: #83bfd6;
}

    html .thumb-info .thumb-info-action-icon-primary i {
        color: #777777;
    }

html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #484a51;
}

    html .thumb-info .thumb-info-action-icon-secondary i {
        color: #ffffff;
    }

html .thumb-info .thumb-info-action-icon-tertiary {
    background-color: #2baab1;
}

    html .thumb-info .thumb-info-action-icon-tertiary i {
        color: #ffffff;
    }

html .thumb-info .thumb-info-action-icon-quaternary {
    background-color: #383f48;
}

    html .thumb-info .thumb-info-action-icon-quaternary i {
        color: #ffffff;
    }

html .thumb-info .thumb-info-action-icon-dark {
    background-color: #2e353e;
}

    html .thumb-info .thumb-info-action-icon-dark i {
        color: #ffffff;
    }

html .thumb-info .thumb-info-action-icon-light {
    background-color: #ffffff;
}

    html .thumb-info .thumb-info-action-icon-light i {
        color: #777777;
    }

.thumb-info-ribbon {
    background: #83bfd6;
}

    .thumb-info-ribbon:before {
        border-right-color: #4aa1c3;
        border-left-color: #4aa1c3;
    }

.inverted {
    background-color: #83bfd6;
}

html .inverted-primary {
    background-color: #83bfd6;
}

html .inverted-secondary {
    background-color: #484a51;
}

html .inverted-tertiary {
    background-color: #2baab1;
}

html .inverted-quaternary {
    background-color: #383f48;
}

html .inverted-dark {
    background-color: #2e353e;
}

html .inverted-light {
    background-color: #ffffff;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #6cb3ce;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
    color: #83bfd6;
}

.owl-carousel .owl-nav [class*="owl-"] {
    color: #ffffff;
    background-color: #83bfd6;
    border-color: #83bfd6 #83bfd6 #5dabc9;
}

    .owl-carousel .owl-nav [class*="owl-"]:hover {
        border-color: #96c9dc #96c9dc #70b5d0;
        background-color: #96c9dc;
    }

    .owl-carousel .owl-nav [class*="owl-"]:active,
    .owl-carousel .owl-nav [class*="owl-"]:focus,
    .owl-carousel .owl-nav [class*="owl-"]:active:hover,
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border-color: #70b5d0 #70b5d0 #70b5d0;
        background-color: #70b5d0;
    }

    .owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
        border-left-color: #70b5d0;
    }

    .owl-carousel .owl-nav [class*="owl-"][disabled],
    .owl-carousel .owl-nav [class*="owl-"][disabled]:hover,
    .owl-carousel .owl-nav [class*="owl-"][disabled]:active,
    .owl-carousel .owl-nav [class*="owl-"][disabled]:focus {
        border-color: #d0e7ef;
        background-color: #d0e7ef;
    }

html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
    color: #fff;
}

    html body .tabs .nav-tabs a:hover,
    html.dark body .tabs .nav-tabs a:hover,
    html body .tabs .nav-tabs a:focus,
    html.dark body .tabs .nav-tabs a:focus {
        border-top-color: #83bfd6;
    }

html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
    border-top-color: #83bfd6;
    color: #83bfd6;
}

html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
    border-top-color: #83bfd6;
}

html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #83bfd6;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-left-color: #83bfd6;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: #83bfd6;
}

html body .tabs.tabs-simple .nav-tabs > li.active a,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a,
html body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html body .tabs.tabs-simple .nav-tabs > li a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li a:hover,
html body .tabs.tabs-simple .nav-tabs > li.active a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:hover {
    border-top-color: #83bfd6;
    color: #83bfd6;
}

html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #83bfd6;
}

    html body .tabs-primary .nav-tabs li a:hover,
    html.dark body .tabs-primary .nav-tabs li a:hover,
    html body .tabs-primary .nav-tabs.nav-justified li a:hover,
    html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
        border-top-color: #83bfd6;
    }

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #83bfd6;
    color: #83bfd6;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #83bfd6;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #83bfd6;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #83bfd6;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #83bfd6;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #83bfd6;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #83bfd6;
}

html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
    color: #484a51;
}

    html body .tabs-secondary .nav-tabs li a:hover,
    html.dark body .tabs-secondary .nav-tabs li a:hover,
    html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
    html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
        border-top-color: #484a51;
    }

html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #484a51;
    color: #66C2F0;
    background: #F4F4F4;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #484a51;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #484a51;
}

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #484a51;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #484a51;
}

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #484a51;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #484a51;
}

html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    color: #2baab1;
}

    html body .tabs-tertiary .nav-tabs li a:hover,
    html.dark body .tabs-tertiary .nav-tabs li a:hover,
    html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
    html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
        border-top-color: #2baab1;
    }

html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #2baab1;
    color: #2baab1;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #2baab1;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #2baab1;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #2baab1;
}

html body .tabs-quaternary .nav-tabs li a,
html.dark body .tabs-quaternary .nav-tabs li a,
html body .tabs-quaternary .nav-tabs.nav-justified li a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
    color: #383f48;
}

    html body .tabs-quaternary .nav-tabs li a:hover,
    html.dark body .tabs-quaternary .nav-tabs li a:hover,
    html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
    html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
        border-top-color: #383f48;
    }

html body .tabs-quaternary .nav-tabs li.active a,
html.dark body .tabs-quaternary .nav-tabs li.active a,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #383f48;
    color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
    border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
    border-right-color: #383f48;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #383f48;
}

html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #2e353e;
}

    html body .tabs-dark .nav-tabs li a:hover,
    html.dark body .tabs-dark .nav-tabs li a:hover,
    html body .tabs-dark .nav-tabs.nav-justified li a:hover,
    html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
        border-top-color: #2e353e;
    }

html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #2e353e;
    color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
    border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
    border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
    color: #ffffff;
}

    html body .tabs-light .nav-tabs li a:hover,
    html.dark body .tabs-light .nav-tabs li a:hover,
    html body .tabs-light .nav-tabs.nav-justified li a:hover,
    html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
        border-top-color: #ffffff;
    }

html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #ffffff;
    color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
    border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
    border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
    border-right-color: #ffffff;
}

html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #ffffff;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-right-color: #83bfd6;
    border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: transparent;
    border-left-color: #83bfd6;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    color: #fff;
    border-color: #fff;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #83bfd6;
}

.list.list-ordened li:before {
    color: #83bfd6;
    border-color: #83bfd6;
}

.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #83bfd6;
}

html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
    color: #83bfd6;
    border-color: #83bfd6;
}

html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #83bfd6;
    color: #777777;
}

html .list-primary.list-ordened li:before {
    color: #83bfd6;
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #83bfd6;
    color: #777777;
}

html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
    color: #484a51;
    border-color: #484a51;
}

html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #484a51;
    color: #ffffff;
}

html .list-secondary.list-ordened li:before {
    color: #484a51;
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
    background-color: #484a51;
    color: #ffffff;
}

html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .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 > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #2baab1;
    color: #ffffff;
}

html .list-tertiary.list-ordened li:before {
    color: #2baab1;
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
    background-color: #2baab1;
    color: #ffffff;
}

html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .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 > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #383f48;
    color: #ffffff;
}

html .list-quaternary.list-ordened li:before {
    color: #383f48;
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
    background-color: #383f48;
    color: #ffffff;
}

html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
    color: #2e353e;
    border-color: #2e353e;
}

html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #2e353e;
    color: #ffffff;
}

html .list-dark.list-ordened li:before {
    color: #2e353e;
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
    background-color: #2e353e;
    color: #ffffff;
}

html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
    color: #ffffff;
    border-color: #ffffff;
}

html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #ffffff;
    color: #777777;
}

html .list-light.list-ordened li:before {
    color: #ffffff;
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
    background-color: #ffffff;
    color: #777777;
}

.parallax blockquote i.fa-quote-left {
    color: #83bfd6;
}

section.video blockquote i.fa-quote-left {
    color: #83bfd6;
}

.panel-group .panel-heading a {
    color: #83bfd6;
}

html .panel-group.panel-group-primary .panel-heading {
    background-color: #83bfd6 !important;
}

    html .panel-group.panel-group-primary .panel-heading a {
        color: #777777;
    }

html .panel-group.panel-group-secondary .panel-heading {
    background-color: #484a51 !important;
}

    html .panel-group.panel-group-secondary .panel-heading a {
        color: #ffffff;
    }

html .panel-group.panel-group-tertiary .panel-heading {
    background-color: #2baab1 !important;
}

    html .panel-group.panel-group-tertiary .panel-heading a {
        color: #ffffff;
    }

html .panel-group.panel-group-quaternary .panel-heading {
    background-color: #383f48 !important;
}

    html .panel-group.panel-group-quaternary .panel-heading a {
        color: #ffffff;
    }

html .panel-group.panel-group-dark .panel-heading {
    background-color: #2e353e !important;
}

    html .panel-group.panel-group-dark .panel-heading a {
        color: #ffffff;
    }

html .panel-group.panel-group-light .panel-heading {
    background-color: #ffffff !important;
}

    html .panel-group.panel-group-light .panel-heading a {
        color: #777777;
    }

html .divider.divider-primary .fa,
html .divider.divider-primary .icons {
    color: #83bfd6;
}

html .divider.divider-primary.divider-small hr {
    background: #83bfd6;
}

html .divider.divider-secondary .fa,
html .divider.divider-secondary .icons {
    color: #484a51;
}

html .divider.divider-secondary.divider-small hr {
    background: #484a51;
}

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .icons {
    color: #2baab1;
}

html .divider.divider-tertiary.divider-small hr {
    background: #2baab1;
}

html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .icons {
    color: #383f48;
}

html .divider.divider-quaternary.divider-small hr {
    background: #383f48;
}

html .divider.divider-dark .fa,
html .divider.divider-dark .icons {
    color: #2e353e;
}

html .divider.divider-dark.divider-small hr {
    background: #2e353e;
}

html .divider.divider-light .fa,
html .divider.divider-light .icons {
    color: #ffffff;
}

html .divider.divider-light.divider-small hr {
    background: #ffffff;
}

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .icons {
    background: #83bfd6;
    color: #777777;
}

html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .icons {
    background: #484a51;
    color: #ffffff;
}

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .icons {
    background: #2baab1;
    color: #ffffff;
}

html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .icons {
    background: #383f48;
    color: #ffffff;
}

html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .icons {
    background: #2e353e;
    color: #ffffff;
}

html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .icons {
    background: #ffffff;
    color: #777777;
}

html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .icons {
    border-color: #83bfd6;
}

html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .icons {
    border-color: #484a51;
}

html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .icons {
    border-color: #2baab1;
}

html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .icons {
    border-color: #383f48;
}

html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .icons {
    border-color: #2e353e;
}

html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .icons {
    border-color: #ffffff;
}

#header .tip {
    background: #83bfd6;
    color: #777777;
}

    #header .tip:before {
        border-right-color: #83bfd6;
    }

html #header .tip-primary {
    background: #83bfd6 !important;
    color: #777777 !important;
}

    html #header .tip-primary:before {
        border-right-color: #83bfd6 !important;
    }

html #header .tip-secondary {
    background: #484a51 !important;
    color: #ffffff !important;
}

    html #header .tip-secondary:before {
        border-right-color: #484a51 !important;
    }

html #header .tip-tertiary {
    background: #2baab1 !important;
    color: #ffffff !important;
}

    html #header .tip-tertiary:before {
        border-right-color: #2baab1 !important;
    }

html #header .tip-quaternary {
    background: #383f48 !important;
    color: #ffffff !important;
}

    html #header .tip-quaternary:before {
        border-right-color: #383f48 !important;
    }

html #header .tip-dark {
    background: #2e353e !important;
    color: #ffffff !important;
}

    html #header .tip-dark:before {
        border-right-color: #2e353e !important;
    }

html #header .tip-light {
    background: #ffffff !important;
    color: #777777 !important;
}

    html #header .tip-light:before {
        border-right-color: #ffffff !important;
    }

html[dir="rtl"] #header .tip.skin:before {
    border-left-color: #83bfd6;
}

#header .header-btn-collapse-nav {
    background: #83bfd6;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #E21E32;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #E21E32;
    }

        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #83bfd6;
        }

    #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu {
        border-top-color: #83bfd6;
    }

        #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent #83bfd6 transparent;
        }

    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        border-top-color: #83bfd6;
    }

        #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
            color: #83bfd6;
        }

    #header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
        color: #83bfd6;
    }

    #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        background-color: #83bfd6;
    }

    #header .header-nav.header-nav-top-line nav > ul li.active > a,
    #header .header-nav.header-nav-top-line nav > ul li:hover > a {
        color: #83bfd6;
    }

        #header .header-nav.header-nav-top-line nav > ul li.active > a:before,
        #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
            background: #83bfd6;
        }

    #header .header-nav.header-nav-dark-dropdown nav > ul li.active > a,
    #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
        color: #83bfd6;
    }

    html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-left-color: #83bfd6;
    }

    html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-right-color: #83bfd6;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #E21E32 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #83bfd6 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
        color: #83bfd6;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
            background: #83bfd6;
            color: #777777;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        background: #83bfd6;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
        border-top-color: #83bfd6;
        background-color: #83bfd6;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
            color: #777777;
            border-bottom-color: #96c9dc;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
            background: #96c9dc;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #777777;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
        color: #777777;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #484a51 transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        color: #484a51;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
            background: #484a51;
            color: #ffffff;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
        background: #484a51;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        border-top-color: #484a51;
        background-color: #484a51;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
            color: #ffffff;
            border-bottom-color: #54565e;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
            background: #54565e;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #ffffff;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
        color: #ffffff;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #2baab1 transparent transparent transparent;
    }

    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:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
            background: #2baab1;
            color: #ffffff;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
        background: #2baab1;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
        border-top-color: #2baab1;
        background-color: #2baab1;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
            color: #ffffff;
            border-bottom-color: #30bec6;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
            background: #30bec6;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #ffffff;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
        color: #ffffff;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #383f48 transparent transparent transparent;
    }

    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:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
            background: #383f48;
            color: #ffffff;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
        background: #383f48;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
        border-top-color: #383f48;
        background-color: #383f48;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
            color: #ffffff;
            border-bottom-color: #434c56;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
            background: #434c56;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #ffffff;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
        color: #ffffff;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #2e353e transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
        color: #2e353e;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
            background: #2e353e;
            color: #ffffff;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
        background: #2e353e;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
        border-top-color: #2e353e;
        background-color: #2e353e;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
            color: #ffffff;
            border-bottom-color: #E21E32;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
            background: #39424d;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #ffffff;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
        color: #ffffff;
        opacity: 0.70;
    }

    html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #ffffff transparent transparent transparent;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
        color: #ffffff;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
            background: #ffffff;
            color: #777777;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
        background: #ffffff;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
        border-top-color: #ffffff;
        background-color: #ffffff;
    }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
            color: #777777;
            border-bottom-color: #ffffff;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
            background: #ffffff;
        }

        html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
            border-color: transparent transparent transparent #777777;
        }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
        color: #777777;
        opacity: 0.70;
    }
}

@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li > a,
    #header .header-nav-main nav > ul > li > a:focus,
    #header .header-nav-main nav > ul > li > a:hover {
        color: #83bfd6;
    }

    #header .header-nav-main nav > ul > li.active > a,
    #header .header-nav-main nav > ul > li.active > a:focus,
    #header .header-nav-main nav > ul > li.active > a:hover {
        background-color: #83bfd6;
    }
}

@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #83bfd6;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a {
        background: #83bfd6;
        color: #777777;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #484a51;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a {
        background: #484a51;
        color: #ffffff;
    }

    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.active > a {
        background: #2baab1;
        color: #ffffff;
    }

    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.active > a {
        background: #383f48;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
        color: #2e353e;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a {
        background: #2e353e;
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
        color: #ffffff;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a {
        background: #ffffff;
        color: #777777;
    }
}

html #header .header-top.header-top-primary {
    background: #83bfd6;
    border-top-color: #70b5d0;
}

    html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
        background: #96c9dc;
    }

        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: #96c9dc;
        }

    html #header .header-top.header-top-primary .dropdown-menu {
        background: #96c9dc;
        border-color: #96c9dc;
    }

        html #header .header-top.header-top-primary .dropdown-menu a:hover,
        html #header .header-top.header-top-primary .dropdown-menu a:focus {
            background: #a9d3e3 !important;
        }

html #header .header-top.header-top-secondary {
    background: #484a51;
    border-top-color: #3c3e44;
}

    html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
        background: #54565e;
    }

        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: #54565e;
        }

    html #header .header-top.header-top-secondary .dropdown-menu {
        background: #54565e;
        border-color: #54565e;
    }

        html #header .header-top.header-top-secondary .dropdown-menu a:hover,
        html #header .header-top.header-top-secondary .dropdown-menu a:focus {
            background: #60636c !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: #2e353e;
    border-top-color: #23282f;
}

    html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
        background: #39424d;
    }

        html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
        html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
        html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
        html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
            background: #39424d;
        }

    html #header .header-top.header-top-dark .dropdown-menu {
        background: #39424d;
        border-color: #39424d;
    }

        html #header .header-top.header-top-dark .dropdown-menu a:hover,
        html #header .header-top.header-top-dark .dropdown-menu a:focus {
            background: #444e5b !important;
        }

html #header .header-top.header-top-light {
    background: #ffffff;
    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: #83bfd6 !important;
        color: #777777 !important;
    }

    html #header .header-nav-bar-secondary {
        background: #484a51 !important;
        color: #ffffff !important;
    }

    html #header .header-nav-bar-tertiary {
        background: #2baab1 !important;
        color: #ffffff !important;
    }

    html #header .header-nav-bar-quaternary {
        background: #383f48 !important;
        color: #ffffff !important;
    }

    html #header .header-nav-bar-dark {
        background: #2e353e !important;
        color: #ffffff !important;
    }

    html #header .header-nav-bar-light {
        background: #ffffff !important;
        color: #777777 !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: #83bfd6;
    }

    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
        color: #83bfd6;
    }
}

.testimonial blockquote {
    background: #96c9dc;
}

.testimonial .testimonial-arrow-down {
    border-top-color: #96c9dc;
}

html .testimonial-primary blockquote {
    background: #96c9dc;
}

html .testimonial-primary .testimonial-arrow-down {
    border-top-color: #96c9dc;
}

html .testimonial-secondary blockquote {
    background: #54565e;
}

html .testimonial-secondary .testimonial-arrow-down {
    border-top-color: #54565e;
}

html .testimonial-tertiary blockquote {
    background: #30bec6;
}

html .testimonial-tertiary .testimonial-arrow-down {
    border-top-color: #30bec6;
}

html .testimonial-quaternary blockquote {
    background: #434c56;
}

html .testimonial-quaternary .testimonial-arrow-down {
    border-top-color: #434c56;
}

html .testimonial-dark blockquote {
    background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
    border-top-color: #39424d;
}

html .testimonial-light blockquote {
    background: #ffffff;
}

html .testimonial-light .testimonial-arrow-down {
    border-top-color: #ffffff;
}

.circular-bar.only-icon .fa,
.circular-bar.only-icon .icons {
    color: #83bfd6;
}

html .counters .counter-primary .fa,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
    color: #83bfd6;
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
    color: #484a51;
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
    color: #2baab1;
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
    color: #383f48;
}

html .counters .counter-dark .fa,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
    color: #2e353e;
}

html .counters .counter-light .fa,
html .counters .counter-light .icons,
html .counters .counter-light strong {
    color: #ffffff;
}

.icon-featured {
    background-color: #83bfd6;
}

.featured-box-primary .icon-featured {
    background-color: #83bfd6;
}

    .featured-box-primary .icon-featured:after {
        border-color: #83bfd6;
    }

.featured-box-primary h4 {
    color: #83bfd6;
}

.featured-box-primary .box-content {
    border-top-color: #83bfd6;
}

html .featured-box-primary .icon-featured {
    background-color: #83bfd6;
}

html .featured-box-primary h4 {
    color: #83bfd6;
}

html .featured-box-primary .box-content {
    border-top-color: #83bfd6;
}

html .featured-box-secondary .icon-featured {
    background-color: #484a51;
}

html .featured-box-secondary h4 {
    color: #484a51;
}

html .featured-box-secondary .box-content {
    border-top-color: #484a51;
}

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-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-dark .icon-featured {
    background-color: #2e353e;
}

html .featured-box-dark h4 {
    color: #2e353e;
}

html .featured-box-dark .box-content {
    border-top-color: #2e353e;
}

html .featured-box-light .icon-featured {
    background-color: #ffffff;
}

html .featured-box-light h4 {
    color: #ffffff;
}

html .featured-box-light .box-content {
    border-top-color: #ffffff;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
    border-color: #83bfd6;
    color: #83bfd6;
}

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
    border-color: #484a51;
    color: #484a51;
}

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: #2e353e;
    color: #2e353e;
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
    border-color: #ffffff;
    color: #ffffff;
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
    border-color: #83bfd6;
    color: #83bfd6;
}

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
    border-color: #484a51;
    color: #484a51;
}

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: #2e353e;
    color: #2e353e;
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
    border-color: #ffffff;
    color: #ffffff;
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
    color: #83bfd6;
}

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
    color: #484a51;
}

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: #2e353e;
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
    color: #ffffff;
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
    color: #83bfd6;
}

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
    color: #484a51;
}

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: #2e353e;
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
    color: #ffffff;
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
    color: #83bfd6;
}

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
    color: #484a51;
}

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: #2e353e;
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
    color: #ffffff;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 3px #83bfd6;
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 3px #484a51;
}

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 #2e353e;
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 3px #ffffff;
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
    box-shadow: 0 0 0 10px #83bfd6;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
    background: #83bfd6 !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
    box-shadow: 0 0 0 10px #484a51;
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
    background: #484a51 !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 #2e353e;
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
    background: #2e353e !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
    box-shadow: 0 0 0 10px #ffffff;
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
    background: #ffffff !important;
}

.feature-box .feature-box-icon {
    background-color: #83bfd6;
}

html .feature-box-primary .feature-box-icon {
    background-color: #83bfd6;
}

html .feature-box-secondary .feature-box-icon {
    background-color: #484a51;
}

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: #2e353e;
}

html .feature-box-light .feature-box-icon {
    background-color: #ffffff;
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #83bfd6;
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
    color: #83bfd6;
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
    color: #484a51;
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.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 i.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 i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
    color: #ffffff;
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #83bfd6;
}

    .feature-box.feature-box-style-3 .feature-box-icon i.fa,
    .feature-box.feature-box-style-3 .feature-box-icon .icons {
        color: #83bfd6;
    }

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
    border-color: #83bfd6;
}

    html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
    html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
        color: #83bfd6;
    }

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
    border-color: #484a51;
}

    html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
    html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
        color: #484a51;
    }

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 i.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 i.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: #2e353e;
}

    html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
    html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
        color: #2e353e;
    }

html .feature-box-light.feature-box-style-3 .feature-box-icon {
    border-color: #ffffff;
}

    html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
    html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
        color: #ffffff;
    }

.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
    color: #83bfd6;
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
    color: #83bfd6;
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
    color: #484a51;
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.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 i.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 i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
    color: #ffffff;
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
    color: #83bfd6;
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
    color: #83bfd6;
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
    color: #484a51;
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
    color: #2baab1;
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
    color: #ffffff;
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
    color: #83bfd6;
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
    color: #484a51;
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
    color: #2baab1;
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
    color: #383f48;
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
    color: #2e353e;
}

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
    color: #ffffff;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
    background-color: #5dabc9;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
    background-color: #70b5d0;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
    background-color: #83bfd6;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
    background-color: #96c9dc;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
    background-color: #a9d3e3;
}

html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
    background-color: #bcdde9;
}

html .featured-boxes-full .featured-box-full-primary {
    background-color: #83bfd6;
    color: #777777;
}

html .featured-boxes-full .featured-box-full-secondary {
    background-color: #484a51;
    color: #ffffff;
}

html .featured-boxes-full .featured-box-full-tertiary {
    background-color: #2baab1;
    color: #ffffff;
}

html .featured-boxes-full .featured-box-full-quaternary {
    background-color: #383f48;
    color: #ffffff;
}

html .featured-boxes-full .featured-box-full-dark {
    background-color: #2e353e;
    color: #ffffff;
}

html .featured-boxes-full .featured-box-full-light {
    background-color: #ffffff;
    color: #777777;
}

.pricing-table .most-popular {
    border-color: #83bfd6;
}

    .pricing-table .most-popular h3 {
        background-color: #83bfd6 !important;
    }

.pricing-table.princig-table-flat .plan h3 {
    background-color: #83bfd6;
}

    .pricing-table.princig-table-flat .plan h3 span {
        background: #83bfd6;
    }

html .call-to-action.featured.featured-primary {
    border-top-color: #83bfd6;
}

html .call-to-action.call-to-action-primary {
    background: #83bfd6;
}

html .call-to-action.with-full-borders-primary {
    border-color: #83bfd6;
}

html .call-to-action.call-to-action-primary {
    background: #83bfd6;
}

    html .call-to-action.call-to-action-primary h3,
    html .call-to-action.call-to-action-primary p {
        color: #777777;
    }

html .call-to-action.featured.featured-secondary {
    border-top-color: #484a51;
}

html .call-to-action.call-to-action-secondary {
    background: #484a51;
}

html .call-to-action.with-full-borders-secondary {
    border-color: #484a51;
}

html .call-to-action.call-to-action-secondary {
    background: #484a51;
}

    html .call-to-action.call-to-action-secondary h3,
    html .call-to-action.call-to-action-secondary p {
        color: #ffffff;
    }

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: #ffffff;
    }

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: #ffffff;
    }

html .call-to-action.featured.featured-dark {
    border-top-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
    background: #2e353e;
}

html .call-to-action.with-full-borders-dark {
    border-color: #2e353e;
}

html .call-to-action.call-to-action-dark {
    background: #2e353e;
}

    html .call-to-action.call-to-action-dark h3,
    html .call-to-action.call-to-action-dark p {
        color: #ffffff;
    }

html .call-to-action.featured.featured-light {
    border-top-color: #ffffff;
}

html .call-to-action.call-to-action-light {
    background: #ffffff;
}

html .call-to-action.with-full-borders-light {
    border-color: #ffffff;
}

html .call-to-action.call-to-action-light {
    background: #ffffff;
}

    html .call-to-action.call-to-action-light h3,
    html .call-to-action.call-to-action-light p {
        color: #777777;
    }

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
    background: #83bfd6;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #83bfd6;
}

ul.history li .featured-box .box-content {
    border-top-color: #83bfd6;
}

.recent-posts .date .month,
article.post .post-date .month {
    background-color: #83bfd6;
}

.recent-posts .date .day,
article.post .post-date .day {
    color: #83bfd6;
}

.slider .tp-bannertimer {
    background-color: #83bfd6;
}

.home-concept strong {
    color: #83bfd6;
}

html .home-intro-primary {
    background: #83bfd6;
}

html .home-intro-secondary {
    background: #484a51;
}

html .home-intro-tertiary {
    background: #2baab1;
}

html .home-intro-quaternary {
    background: #383f48;
}

html .home-intro-dark {
    background: #2e353e;
}

html .home-intro-light {
    background: #ffffff;
}

.home-intro p em {
    color: #a9d3e3;
}

html .slider-container .tp-caption-overlay-primary {
    background: #83bfd6;
}

html .slider-container .tp-caption-overlay-opacity-primary {
    background: rgba(131, 191, 214, 0.4);
}

html .slider-container .tp-caption-overlay-secondary {
    background: #484a51;
}

html .slider-container .tp-caption-overlay-opacity-secondary {
    background: rgba(72, 74, 81, 0.4);
}

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 .slider-container .tp-caption-overlay-quaternary {
    background: #383f48;
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
    background: rgba(56, 63, 72, 0.4);
}

html .slider-container .tp-caption-overlay-dark {
    background: #2e353e;
}

html .slider-container .tp-caption-overlay-opacity-dark {
    background: rgba(46, 53, 62, 0.4);
}

html .slider-container .tp-caption-overlay-light {
    background: #ffffff;
}

html .slider-container .tp-caption-overlay-opacity-light {
    background: rgba(255, 255, 255, 0.4);
}
/* Arrows */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
    color: #ffffff;
    background-color: #83bfd6;
    border-color: #83bfd6 #83bfd6 #5dabc9;
}

    .tparrows.tparrows-carousel.tp-leftarrow:hover,
    .tparrows.tparrows-carousel.tp-rightarrow:hover {
        border-color: #96c9dc #96c9dc #70b5d0;
        background-color: #96c9dc;
    }

    .tparrows.tparrows-carousel.tp-leftarrow:active,
    .tparrows.tparrows-carousel.tp-rightarrow:active,
    .tparrows.tparrows-carousel.tp-leftarrow:focus,
    .tparrows.tparrows-carousel.tp-rightarrow:focus,
    .tparrows.tparrows-carousel.tp-leftarrow:active:hover,
    .tparrows.tparrows-carousel.tp-rightarrow:active:hover,
    .tparrows.tparrows-carousel.tp-leftarrow:active:focus,
    .tparrows.tparrows-carousel.tp-rightarrow:active:focus {
        border-color: #70b5d0 #70b5d0 #70b5d0;
        background-color: #70b5d0;
    }

    .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
    .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
        border-left-color: #70b5d0;
    }

    .tparrows.tparrows-carousel.tp-leftarrow[disabled],
    .tparrows.tparrows-carousel.tp-rightarrow[disabled],
    .tparrows.tparrows-carousel.tp-leftarrow[disabled]:hover,
    .tparrows.tparrows-carousel.tp-rightarrow[disabled]:hover,
    .tparrows.tparrows-carousel.tp-leftarrow[disabled]:active,
    .tparrows.tparrows-carousel.tp-rightarrow[disabled]:active,
    .tparrows.tparrows-carousel.tp-leftarrow[disabled]:focus,
    .tparrows.tparrows-carousel.tp-rightarrow[disabled]:focus {
        border-color: #d0e7ef;
        background-color: #d0e7ef;
    }

.shop ul.products li.product .onsale {
    background-color: #83bfd6;
    border-bottom-color: #64afcc;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
    color: #83bfd6;
}

#footer .footer-ribbon {
    background: #83bfd6;
}

    #footer .footer-ribbon:before {
        border-right-color: #4aa1c3;
        border-left-color: #4aa1c3;
    }

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
    color: #83bfd6;
}

#footer.color {
    background: #83bfd6;
    border-top-color: #83bfd6;
}

    #footer.color .footer-ribbon {
        background: #5dabc9;
    }

        #footer.color .footer-ribbon:before {
            border-right-color: #3685a3;
        }

    #footer.color .footer-copyright {
        background: #70b5d0;
        border-top-color: #70b5d0;
    }

html #footer.color-primary {
    background: #83bfd6;
    border-top-color: #83bfd6;
}

    html #footer.color-primary .footer-ribbon {
        background: #5dabc9;
    }

        html #footer.color-primary .footer-ribbon:before {
            border-right-color: #3685a3;
        }

    html #footer.color-primary .footer-copyright {
        background: #70b5d0;
        border-top-color: #70b5d0;
    }

html #footer.color-secondary {
    background: #484a51;
    border-top-color: #484a51;
}

    html #footer.color-secondary .footer-ribbon {
        background: #303136;
    }

        html #footer.color-secondary .footer-ribbon:before {
            border-right-color: #0c0c0d;
        }

    html #footer.color-secondary .footer-copyright {
        background: #3c3e44;
        border-top-color: #3c3e44;
    }

html #footer.color-tertiary {
    background: #2baab1;
    border-top-color: #2baab1;
}

    html #footer.color-tertiary .footer-ribbon {
        background: #218388;
    }

        html #footer.color-tertiary .footer-ribbon:before {
            border-right-color: #12474a;
        }

    html #footer.color-tertiary .footer-copyright {
        background: #26969c;
        border-top-color: #26969c;
    }

html #footer.color-quaternary {
    background: #383f48;
    border-top-color: #383f48;
}

    html #footer.color-quaternary .footer-ribbon {
        background: #22262b;
    }

        html #footer.color-quaternary .footer-ribbon:before {
            border-right-color: #000000;
        }

    html #footer.color-quaternary .footer-copyright {
        background: #2d323a;
        border-top-color: #2d323a;
    }

html #footer.color-dark {
    background: #2e353e;
    border-top-color: #2e353e;
}

    html #footer.color-dark .footer-ribbon {
        background: #181c21;
    }

        html #footer.color-dark .footer-ribbon:before {
            border-right-color: #000000;
        }

    html #footer.color-dark .footer-copyright {
        background: #23282f;
        border-top-color: #23282f;
    }

html #footer.color-light {
    background: #ffffff;
    border-top-color: #ffffff;
}

    html #footer.color-light .footer-ribbon {
        background: #e6e6e6;
    }

        html #footer.color-light .footer-ribbon:before {
            border-right-color: #bfbfbf;
        }

    html #footer.color-light .footer-copyright {
        background: #f2f2f2;
        border-top-color: #f2f2f2;
    }

.sample-icon-list .sample-icon a:hover {
    background-color: #83bfd6;
}

html.boxed .body {
    border-top-color: #83bfd6;
}


/* sticky menu */
ul.nav-pills > li.active > a > img {
    display: block !important;
}

.display-none {
    display: none;
}

.img-style {
    position: absolute;
    margin-top: 25px !Important;
    left: 45%;
}



@media only screen and (min-width: 320px) and (max-width: 479px) {

    .md-none {
        display: none !important;
    }

    .w20{
        width:40%;
    }
    .w80{
        width:100%;
    }
    .header-logo{
        margin-top:-2px !important;
    }

    #loder-img1 {
        transform: translate(10%, 50%);
        top: 40% !important;
        left: 10% !important;
        height: 100px !important;
    }
}
