h1.color-secondary, h2.color-secondary, h3.color-secondary, h4.color-secondary, h5.color-secondary, h6.color-secondary, .h1.color-secondary, .h2.color-secondary, .h3.color-secondary, .h4.color-secondary, .h5.color-secondary, .h6.color-secondary {
    color: #16a3fe;
}

h1.color-primary, h2.color-primary, h3.color-primary, h4.color-primary, h5.color-primary, h6.color-primary, .h1.color-primary, .h2.color-primary, .h3.color-primary, .h4.color-primary, .h5.color-primary, .h6.color-primary {
    color: #ffcc00;
}

.theme-light h1.color-secondary, .theme-light h2.color-secondary, .theme-light h3.color-secondary, .theme-light h4.color-secondary, .theme-light h5.color-secondary, .theme-light h6.color-secondary, .theme-light .h1.color-secondary, .theme-light .h2.color-secondary, .theme-light .h3.color-secondary, .theme-light .h4.color-secondary, .theme-light .h5.color-secondary, .theme-light .h6.color-secondary {
    color: #16a3fe;
}

.theme-light h1.color-primary, .theme-light h2.color-primary, .theme-light h3.color-primary, .theme-light h4.color-primary, .theme-light h5.color-primary, .theme-light h6.color-primary, .theme-light .h1.color-primary, .theme-light .h2.color-primary, .theme-light .h3.color-primary, .theme-light .h4.color-primary, .theme-light .h5.color-primary, .theme-light .h6.color-primary {
    color: #ffcc00;
}

h1.color-secondary, h2.color-secondary, h3.color-secondary, h4.color-secondary, h5.color-secondary, h6.color-secondary, .h1.color-secondary, .h2.color-secondary, .h3.color-secondary, .h4.color-secondary, .h5.color-secondary, .h6.color-secondary, p.color-secondary {
    color: #16a3fe;
}

h1.color-primary, h2.color-primary, h3.color-primary, h4.color-primary, h5.color-primary, h6.color-primary, .h1.color-primary, .h2.color-primary, .h3.color-primary, .h4.color-primary, .h5.color-primary, .h6.color-primary, p.color-primary {
    color: #ffcc00;
}

h1.color-alt-primary, h2.color-alt-primary, h3.color-alt-primary, h4.color-alt-primary, h5.color-alt-primary, h6.color-alt-primary, .h1.color-alt-primary, .h2.color-alt-primary, .h3.color-alt-primary, .h4.color-alt-primary, .h5.color-alt-primary, .h6.color-alt-primary, p.color-alt-primary {
    color: #16a3fe;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
    color: #ffcc00;
}

a {
    color: #ffcc00;
}

    a:hover, a:focus, a:active {
        color: #16a3fe;
    }

.theme-dark h1.color-secondary, .theme-dark h2.color-secondary, .theme-dark h3.color-secondary, .theme-dark h4.color-secondary, .theme-dark h5.color-secondary, .theme-dark h6.color-secondary, .theme-dark blockquote.color-secondary, .light h1.color-secondary, .light h2.color-secondary, .light h3.color-secondary, .light h4.color-secondary, .light h5.color-secondary, .light h6.color-secondary, .light blockquote.color-secondary {
    color: #16a3fe;
}

.theme-dark h1.color-primary, .theme-dark h2.color-primary, .theme-dark h3.color-primary, .theme-dark h4.color-primary, .theme-dark h5.color-primary, .theme-dark h6.color-primary, .theme-dark blockquote.color-primary, .light h1.color-primary, .light h2.color-primary, .light h3.color-primary, .light h4.color-primary, .light h5.color-primary, .light h6.color-primary, .light blockquote.color-primary {
    color: #ffcc00;
}

.theme-dark h1.color-alt-primary, .theme-dark h2.color-alt-primary, .theme-dark h3.color-alt-primary, .theme-dark h4.color-alt-primary, .theme-dark h5.color-alt-primary, .theme-dark h6.color-alt-primary, .theme-dark blockquote.color-alt-primary, .light h1.color-alt-primary, .light h2.color-alt-primary, .light h3.color-alt-primary, .light h4.color-alt-primary, .light h5.color-alt-primary, .light h6.color-alt-primary, .light blockquote.color-alt-primary {
    color: #16a3fe;
}

.color-primary {
    color: #ffcc00;
}

.color-secondary {
    color: #16a3fe;
}

.bg-primary {
    background: #ffcc00;
}

.bg-secondary {
    background: #16a3fe;
}

.bg-light-primary {
    background-color: rgba(65,250,164,0.1);
}

.bg-light-secondary {
    background-color: rgba(22,163,254,0.1);
}

.tab-custom .nav-tabs {
    border-bottom-color: rgba(22,163,254,0.2);
}

    .tab-custom .nav-tabs li > a:hover {
        color: #ffcc00;
    }

    .tab-custom .nav-tabs li > a.active, .tab-custom .nav-tabs li > a.active:hover, .tab-custom .nav-tabs li > a.active:focus, .tab-custom .nav-tabs li > a.active:hover, .tab-custom .nav-tabs li > a.active:focus {
        border-bottom-color: #ffcc00;
    }

.tab-custom-s2 .nav-tabs li > a.active, .tab-custom-s2 .nav-tabs li > a.active:hover, .tab-custom-s2 .nav-tabs li > a.active:focus, .tab-custom-s2 .nav-tabs li > a.active:hover, .tab-custom-s2 .nav-tabs li > a.active:focus {
    border-bottom-color: #16a3fe;
}

.theme-light .tab-custom .nav-tabs li > a:hover {
    color: #ffcc00;
}

.pagination li.active a {
    background: #ffcc00;
    border-color: #ffcc00;
}

.pagination li a {
    color: #ffcc00;
}

    .pagination li a:hover, .pagination li a:focus {
        color: #fff;
        background: #ffcc00;
        border-color: #ffcc00;
    }

.navbar .navbar-nav > li:hover a {
    color: #ffcc00;
}

.navbar .navbar-nav > li > a.nav-link.active {
    color: #ffcc00;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #ffcc00;
}

.navbar .navbar-nav .dropdown-menu li:hover > a {
    color: #ffcc00;
}

.navbar .navbar-nav .dropdown-menu li:hover.has-children:after {
    border-left-color: #ffcc00;
}

.navbar .navbar-nav .dropdown-menu.active > a, .navbar .navbar-nav .dropdown-menu li > a:hover, .navbar .navbar-nav .dropdown-menu li > a:focus {
    color: #ffcc00;
}

.navbar .navbar-nav .dropdown-menu > .active > a, .navbar .navbar-nav .dropdown-menu > .active > a:focus, .navbar .navbar-nav .dropdown-menu > .active > a:hover {
    color: #ffcc00;
}

.theme-light .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .theme-light .navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .theme-light .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #ffcc00;
}

.theme-light .site-header .navbar-nav > li:hover a {
    color: #ffcc00;
}

.navbar-toggler {
    background: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
}

    .navbar-toggler:hover {
        background: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
    }

.btn {
    background-image: -webkit-linear-gradient(left, #16a3fe 0%, #ffcc00 100%);
    background-image: linear-gradient(to bottom right, #290075 0%, #086ddf 100%);
}

    .btn:before {
        background-image: -webkit-linear-gradient(left, #ffcc00 0%, #16a3fe 100%);
        background-image: linear-gradient(to bottom right, #086ddf 0%, #290075 100%);
    }

    .btn.btn-alt {
        background-image: -webkit-linear-gradient(left, #16a3fe 0%, #ffcc00 100%);
        background-image: linear-gradient(to bottom right, #290075 0%, #086ddf 100%);
    }

        .btn.btn-alt:before {
            background-image: -webkit-linear-gradient(left, #ffcc00 0%, #16a3fe 100%);
            background-image: linear-gradient(to bottom right, #086ddf 0%, #290075 100%);
        }

    .btn.btn-plane {
        background: #16a3fe;
    }

    .btn.btn-simple .fa {
        color: #ffcc00;
    }

    .btn.btn-more {
        color: #ffcc00;
    }

        .btn.btn-more:hover {
            color: #16a3fe;
        }

.play-btn .play {
    background-image: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
}

    .play-btn .play > span {
        background-image: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
    }

.play-btn-alt .fa {
    background: linear-gradient(to bottom right, #290075 0%, #086ddf 100%);
}

.play-btn > span:last-of-type {
    color: #16a3fe;
}

.text-block ul:not(.btns) li:before {
    background: #ffcc00;
}

.section-head .section-title span, .section-head .section-title:before {
    color: rgba(22,163,254,0.06);
}

.section-head-s2:before {
    background: #ffcc00;
}

.heading-animation {
    border-top-color: #16a3fe;
    border-left-color: #16a3fe;
}

    .heading-animation:before {
        border-top-color: #16a3fe;
        border-lef-colort: #16a3fe;
    }

    .heading-animation:after {
        border-top-color: #16a3fe;
        border-left-color: #16a3fe;
    }

    .heading-animation span:first-of-type {
        border-top-color: #16a3fe;
        border-left-color: #16a3fe;
    }

        .heading-animation span:first-of-type:before {
            border-top-color: #16a3fe;
            border-left-color: #16a3fe;
        }

        .heading-animation span:first-of-type:after {
            border-top-color: #16a3fe;
            border-left-color: #16a3fe;
        }

    .heading-animation span:last-of-type {
        border-top-color: #16a3fe;
        border-left-color: #16a3fe;
    }

        .heading-animation span:last-of-type:before {
            border-top-color: #16a3fe;
            border-left-color: #16a3fe;
        }

        .heading-animation span:last-of-type:after {
            border-top-color: #16a3fe;
            border-left-color: #16a3fe;
        }

.section-connect:before {
    background: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
}

.event-info:before {
    background: #ffcc00;
}

.countdown-box .token-countdown .countdown-text {
    color: #ffcc00;
}

.countdown-box.countdown-header:after {
    border-color: rgba(22,163,254,0.4);
}

.countdown-box.countdown-header:before {
    border-color: rgba(22,163,254,0.4);
}

.countdown-box.countdown-header .extra-line {
    border-color: rgba(22,163,254,0.4);
}

    .countdown-box.countdown-header .extra-line:after {
        border-color: rgba(22,163,254,0.4);
    }

.io-azure .countdown-box {
    background: linear-gradient(to bottom right, #290075 0%, #086ddf 100%);
}

.theme-light .countdown-box.countdown-header:after {
    border-color: rgba(22,163,254,0.1);
}

.theme-light .countdown-box.countdown-header:before {
    border-color: rgba(22,163,254,0.1);
}

.theme-light .countdown-box.countdown-header .extra-line {
    border-color: rgba(22,163,254,0.1);
}

    .theme-light .countdown-box.countdown-header .extra-line:after {
        border-color: rgba(22,163,254,0.1);
    }

.io-dark-light .section-light .countdown-box.countdown-header:after, .io-dark-light .section-light-alt .countdown-box.countdown-header:after {
    border-color: rgba(22,163,254,0.1);
}

.io-dark-light .section-light .countdown-box.countdown-header:before, .io-dark-light .section-light-alt .countdown-box.countdown-header:before {
    border-color: rgba(22,163,254,0.1);
}

.io-dark-light .section-light .countdown-box.countdown-header .extra-line, .io-dark-light .section-light-alt .countdown-box.countdown-header .extra-line {
    border-color: rgba(22,163,254,0.1);
}

    .io-dark-light .section-light .countdown-box.countdown-header .extra-line:after, .io-dark-light .section-light-alt .countdown-box.countdown-header .extra-line:after {
        border-color: rgba(22,163,254,0.1);
    }

.roadmap-list:after {
    background: #16a3fe;
}

.single-roadmap:before {
    background-image: -webkit-linear-gradient(top, #ffcc00 0%, #16a3fe 100%);
    background-image: linear-gradient(top, #ffcc00 0%, #16a3fe 100%);
}

.single-roadmap:after {
    background: #ffcc00;
}

.single-roadmap.roadmap-done:after {
    border-color: #ffcc00;
}

.single-roadmap h6 {
    color: #16a3fe;
}

.single-roadmap.roadmap-down:before {
    background-image: -webkit-linear-gradient(top, #16a3fe 0%, #ffcc00 100%);
    background-image: linear-gradient(top, #16a3fe 0%, #ffcc00 100%);
}

.theme-light .single-roadmap:before {
    background-image: -webkit-linear-gradient(top, #16a3fe 0%, #16a3fe 100%);
    background-image: linear-gradient(top, #16a3fe 0%, #16a3fe 100%);
}

.theme-light .single-roadmap:after {
    background: #16a3fe;
}

.theme-light .single-roadmap.roadmap-done:after {
    border-color: #ffcc00;
}

.theme-light .single-roadmap.roadmap-down:before {
    background-image: -webkit-linear-gradient(top, #16a3fe 0%, #16a3fe 100%);
    background-image: linear-gradient(top, #16a3fe 0%, #16a3fe 100%);
}

.single-roadmap-alt:before {
    background-image: linear-gradient(to right, transparent 0%, #16a3fe 50%, #16a3fe 100%);
}

.single-roadmap-alt:after {
    border: 1px solid #16a3fe;
}

.single-roadmap-alt.sec-pri:before {
    background-image: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
}

.single-roadmap-alt.sec-pri:after {
    border-color: #ffcc00;
}

.single-roadmap-alt.sec-pri h5:before, .single-roadmap-alt.sec-pri h6:before {
    background: #ffcc00;
}

.single-roadmap-alt.pri-sec:before {
    background-image: linear-gradient(to right, #ffcc00 0%, #16a3fe 100%);
}

.single-roadmap-alt.pri-sec:after {
    border-color: #16a3fe;
}

.single-roadmap-alt.pri-sec h5:before, .single-roadmap-alt.pri-sec h6:before {
    background: #16a3fe;
}

.single-roadmap-alt.sec-prialt:before {
    background-image: linear-gradient(to right, #16a3fe 0%, #16a3fe 100%);
}

.single-roadmap-alt.sec-prialt:after {
    border-color: #16a3fe;
}

.single-roadmap-alt.sec-prialt h5:before, .single-roadmap-alt.sec-prialt h6:before {
    background: #16a3fe;
}

.single-roadmap-alt.prialt-pri:before {
    background-image: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
}

.single-roadmap-alt.prialt-pri:after {
    border-color: #ffcc00;
}

.single-roadmap-alt.prialt-pri h5:before, .single-roadmap-alt.prialt-pri h6:before {
    background: #ffcc00;
}

.single-roadmap-alt.pri-last:before {
    background-image: linear-gradient(to left, transparent 0%, #ffcc00 50%, #ffcc00 100%);
}

.single-roadmap-alt h5:before, .single-roadmap-alt h6:before {
    background: #16a3fe;
}

.team-member .team-photo:after {
    background-image: -webkit- linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
    background-image: linear-gradient(to right, #fff 0%, #ffcc00 100%);
}

.team-member .team-title {
    color: #ffcc00;
}

.team-member .team-social li a {
    color: #fff;
    background: #16a3fe;
    padding: 3px 7px;
    border-radius: 5px;
}

.team-hex .team-info:before {
    background-image: -webkit- linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
    background-image: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
}

.team-hex .team-title {
    color: #16a3fe;
}

.team-described .team-title:after {
    background-image: -webkit- linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
    background-image: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
}

.team-described .team-social li a {
    color: #16a3fe;
}

.team-described .team-discription li:before {
    background: #ffcc00;
}

.team-circle .team-photo:before {
    background-image: linear-gradient(to top, #16a3fe 0%, #ffcc00 100%);
}

.team-circle .team-title {
    color: #16a3fe;
}

.skill-bar-percent {
    background-image: linear-gradient(to right, #ffcc00 0%, #16a3fe 100%);
}

.bg-team-exp.mfp-bg {
    background-image: linear-gradient(to right, #ffcc00 0%, #16a3fe 100%);
}

.contact-info li .fa {
    background-image: linear-gradient(to right, #16a3fe 0%, #1641b5 100%);
}

.contact-info-alt li .fa {
    background-image: linear-gradient(to right, #16a3fe 0%, #1641b5 100%);
}

.form-message .input-field .input-line {
    border-bottom-color: #ffcc00;
}

.io-azure .section-pro .form-message .input-field .input-line {
    border-bottom-color: #16a3fe;
}

.social li a:hover {
    background: #16a3fe;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(65,250,164,0.2);
}

.theme-light .select2-container--default .select2-results__option--highlighted[aria-selected], .io-azure .section-pro .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(65,250,164,0.4);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(65,250,164,0.3);
}

.select2-container--default .select2-selection--single {
    background: rgba(65,250,164,0.1);
}

.language-switcher .dropdown-item:hover {
    color: #ffcc00;
}

.blog-photo a:after {
    background: linear-gradient(to right, #ffcc00 0%, #16a3fe 100%);
}

.blog-meta li {
    color: #16a3fe;
}

    .blog-meta li span {
        color: #ffcc00;
    }

    .blog-meta li:after {
        background: #016aad;
    }

    .blog-meta li a {
        color: #16a3fe;
    }

        .blog-meta li a:hover {
            color: #ffcc00;
        }

.blog-title a:hover {
    color: #ffcc00;
}

.blog-tags li a {
    border-color: rgba(65,250,164,0.2);
}

    .blog-tags li a:hover {
        color: #ffcc00;
    }

.theme-light .blog-title a:hover {
    color: #ffcc00;
}

.theme-light .blog-tags li a {
    border-color: rgba(65,250,164,0.5);
}

    .theme-light .blog-tags li a:hover {
        color: #ffcc00;
    }

.io-azure .blog-title a:hover {
    color: #ffcc00;
}

.io-azure .blog-meta li {
    color: #ffcc00;
}

    .io-azure .blog-meta li span {
        color: #ffcc00;
    }

    .io-azure .blog-meta li:after {
        background: #05d072;
    }

    .io-azure .blog-meta li a {
        color: #ffcc00;
    }

        .io-azure .blog-meta li a:hover {
            color: #fff;
        }

.io-azure .section-pro .blog-title a:hover {
    color: #1641b5;
}

.io-azure .section-pro .blog-tags li a:hover {
    color: #ffcc00;
}

.io-azure .section-pro .blog-meta li {
    color: #16a3fe;
}

    .io-azure .section-pro .blog-meta li span {
        color: #9c9c9c;
    }

    .io-azure .section-pro .blog-meta li:after {
        background: #016aad;
    }

    .io-azure .section-pro .blog-meta li a {
        color: #16a3fe;
    }

        .io-azure .section-pro .blog-meta li a:hover {
            color: #ffcc00;
        }

.comment-time {
    color: #16a3fe;
}

.comment-reply .fa {
    color: #16a3fe;
}

.theme-light .comment-reply .fa {
    color: #16a3fe;
}

.theme-light .comment-reply:hover {
    color: #16a3fe;
}

.io-azure .section-pro .comment-reply .fa {
    color: #16a3fe;
}

.io-azure .section-pro .comment-reply:hover {
    color: #16a3fe;
}

.page-pagination li a {
    color: rgba(65,250,164,0.5);
}

    .page-pagination li a:hover {
        background: rgba(22,163,254,0.4);
    }

.page-pagination li.active a {
    background: rgba(22,163,254,0.4);
}

.theme-light .page-pagination li a {
    color: #ffcc00;
}

    .theme-light .page-pagination li a:hover {
        color: #fff;
        background: rgba(22,163,254,0.4);
    }

.theme-light .page-pagination li.active a {
    background: rgba(22,163,254,0.4);
}

.io-azure .page-pagination li a {
    color: #ffcc00;
}

    .io-azure .page-pagination li a:hover {
        color: #fff;
        background: rgba(22,163,254,0.4);
    }

.io-azure .page-pagination li.active a {
    background: rgba(22,163,254,0.4);
}

.io-azure .section-pro .page-pagination li a {
    color: #16a3fe;
}

    .io-azure .section-pro .page-pagination li a:hover {
        color: #fff;
        background: rgba(22,163,254,0.6);
    }

.io-azure .section-pro .page-pagination li.active a {
    color: #fff;
    background: rgba(22,163,254,0.6);
}

.sidebar-widget.category ul li:before {
    background: #ffcc00;
}

.sidebar-widget.category ul li a:hover {
    color: #ffcc00;
}

.sidebar-widget.category ul li.active a {
    color: #ffcc00;
}

.sidebar-widget.tags ul li a {
    border-color: rgba(65,250,164,0.2);
}

    .sidebar-widget.tags ul li a:hover {
        color: #ffcc00;
    }

.theme-light .sidebar-widget.category ul li a:hover {
    color: #ffcc00;
}

.theme-light .sidebar-widget.category ul li.active a {
    color: #ffcc00;
}

.theme-light .sidebar-widget.tags ul li a {
    border-color: rgba(65,250,164,0.5);
}

    .theme-light .sidebar-widget.tags ul li a:hover {
        color: #ffcc00;
    }

.io-azure .section-pro .sidebar-widget.category ul li:before {
    background: #16a3fe;
}

.io-azure .section-pro .sidebar-widget.category ul li a:hover {
    color: #16a3fe;
}

.io-azure .section-pro .sidebar-widget.category ul li.active a {
    color: #16a3fe;
}

.io-azure .section-pro .sidebar-widget.tags ul li a:hover {
    color: #16a3fe;
}

.search-form input[type="text"] {
    border-color: rgba(65,250,164,0.1);
}

.search-form button {
    background: rgba(65,250,164,0.1);
    color: #fff;
}

    .search-form button:hover {
        background: rgba(65,250,164,0.3);
    }

.theme-light .search-form input[type="text"] {
    border-color: rgba(65,250,164,0.5);
}

.theme-light .search-form button {
    background: rgba(65,250,164,0.5);
}

    .theme-light .search-form button:hover {
        background: rgba(65,250,164,0.8);
    }

.io-azure .section-pro .search-form button:hover {
    background: rgba(22,163,254,0.8);
    color: #fff;
}

.io-azure .banner-tokensale .countdown-box .btn.btn-alt {
    background-image: linear-gradient(to right, #16a3fe 0%, #ffcc00 100%);
}

    .io-azure .banner-tokensale .countdown-box .btn.btn-alt:before {
        background-image: linear-gradient(to right, #ffcc00 0%, #16a3fe 100%);
    }

.token-status-bar {
    background: #fff;
}

.token-status-percent {
    background: linear-gradient(to right, #ffcc00 0%, #16a3fe 100%);
}

.io-azure .banner-tokensale .token-status-percent {
    background: linear-gradient(to right, #16a3fe 0%, #0189e0 100%);
}

.token-status-point:after {
    background: rgba(22,163,254,0.35);
}
/*! END */
