body {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #3c434f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%
}

body,
html {
    height: 100%
}

a,
a:hover {
    color: #3a7796;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #4bc3c3
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.h1,
h1 {
    font-size: 3rem
}

.h2,
h2 {
    font-size: 2.3rem
}

p {
    margin-bottom: 3rem
}

.text-purple-color {
    color: #7954ff
}
.text-blue-color {
    color: #3a7796;
}

.dark-theme .gray-txt a:hover,
.dark-theme .view-link:hover,
.dark-theme .view-link:hover:after,
.text-paste-color {
    color: #4bc3c3
}

.text-primary {
    color: #0f95d7 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0e86c2 !important
}

.sm-txt {
    font-size: 14px
}

.gray-txt {
    color: #707070
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0 none;
    outline: 0
}

.view-link,
.view-link-light {
    position: relative;
    color: #3c434f
}

.view-link:after,
.view-link:hover:after {
    -webkit-transition: all .3s;
    transition: all .3s
}

.view-link:after {
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    content: '\f105';
    right: -20px;
    color: #3c434f
}

.view-link:hover:after {
    right: -30px;
    color: #4bc3c3
}

.view-link-light {
    color: #fff
}

.view-link-light:after,
.view-link-light:hover:after {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff
}

.view-link-light:after {
    font-family: 'fontawesome';
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    content: '\f105';
    right: -20px
}

.view-link-light:hover:after {
    right: -30px
}

.rounded {
    border-radius: .4rem !important
}

.ls2 {
    letter-spacing: 2px
}

.pre-title {
    font-size: 12px
}

.card {
    border-radius: .5rem
}

.card-img-top {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px)
}

.dark-theme {
    color: #fff;
    background: #323945
}

.dark-theme .gray-txt a {
    color: #8969ff
}

.dark-theme .gray-txt,
.dark-theme .view-link,
.dark-theme .view-link:after,
.view-link-light:hover {
    color: #fff
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding: .8rem 3rem
}

.btn:focus {
    outline: none;
    box-shadow: none
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .6rem 1.5rem !important
}

.btn-pill {
    border-radius: 50px
}

.btn-purple,
.btn-purple-default {
    color: #fff;
    background: #7e62fd
}
.btn-purple:hover {
    color: #fff;
    background: #4bc3c3
}

.btn-purple-default:hover {
    color: #fff;
    background: #6951d3
}
.btn-blue,
.btn-blue-default {
    color: #fff;
    background: #3a7796
}

.btn-blue:hover {
    color: #fff;
    background: #1698c0
}

.btn-blue-default:hover {
    color: #fff;
    background: #6951d3
}

.btn-white {
    color: #3c434f;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05)
}

.btn-white:hover,
.dark-theme .btn-white:hover {
    color: #fff;
    background: #7e62fd
}

.btn-purple-shadow {
    box-shadow: 5px 5px 40px 0 rgba(121, 84, 255, .72)
}

.btn-gradient,
.btn-purple-shadow:hover {
    box-shadow: 5px 5px 40px 0 rgba(110, 220, 170, .72)
}

.btn-gradient {
    color: #fff;
    border: none;
    background-image: -webkit-linear-gradient(left, #25bfbf 0%, #6edcaa 100%);
    background-image: linear-gradient(to right, #25bfbf 0%, #6edcaa 100%)
}

.btn-gradient:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #6edcaa 0%, #25bfbf 100%);
    background-image: linear-gradient(to right, #6edcaa 0%, #25bfbf 100%)
}

.btn-gradient.btn:not(:disabled):not(.disabled):active {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #6edcaa 0%, #25bfbf 100%);
    background-image: linear-gradient(to right, #6edcaa 0%, #25bfbf 100%)
}

.btn-green {
    color: #fff;
    border: none;
    background-image: -webkit-linear-gradient(left, #25bfbf 0%, #6edcaa 100%);
    background-image: linear-gradient(to right, #25bfbf 0%, #6edcaa 100%)
}

.btn-green:active,
.btn-green:focus,
.btn-green:hover {
    color: #fff;
    background: #6edcaa;
    background-image: -webkit-linear-gradient(left, #6edcaa 0%, #25bfbf 100%);
    background-image: linear-gradient(to right, #6edcaa 0%, #25bfbf 100%)
}

.buy-token {
    position: relative;
    top: -8px;
    color: #3c434f !important;
    background: #fff
}

.buy-token:hover {
    color: #fff !important;
    background: #25bfbf
}

.dark-theme .btn-gradient {
    box-shadow: none
}

.dark-theme .btn-white {
    color: #fff;
    background: #3c434f
}

.app-header {
    position: absolute;
    z-index: 100;
    width: 100%;
    padding-top: 2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.app-header .navbar {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding: .5rem 0;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .app-header .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.app-header .nav-item .nav-link {
    color: #fff
}

.app-header .nav-item .active,
.app-header .nav-item .nav-link:hover {
    color: #4bc3c3
}

.app-header .nav-item .dropdown-menu {
    z-index: 200;
    width: 14rem;
    margin-top: 0;
    border: none;
    background: #3c434f
}

.app-header .nav-item .dropdown-menu .dropdown-item {
    font-size: 11px;
    padding: .5rem 1.5rem;
    color: #fff
}

.app-header .nav-item .dropdown-menu .dropdown-item.active,
.app-header .nav-item .dropdown-menu .dropdown-item:focus,
.app-header .nav-item .dropdown-menu .dropdown-item:hover {
    color: #4bc3c3;
    background: 0 0
}

.app-header .nav-item .dropdown-menu:before {
    font-family: fontawesome;
    font-size: 25px;
    position: absolute;
    top: -22px;
    bottom: -15px;
    left: 15%;
    height: 22px;
    margin-left: -7px;
    content: '\f0d8';
    color: #3c434f
}

.app-header .navbar-collapse {
    margin-top: .8rem
}

.navbar-purple.navbar-sticky,
.navbar-sticky {
    position: fixed;
    top: 0;
    padding-top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07)
}

.navbar-sticky {
    z-index: 110;
    background: #fff
}

.navbar-sticky .nav-item .nav-link,
.section-dark-bg .card-body p {
    color: #3c434f
}

.navbar-purple.navbar-sticky {
    background: #3a7796
}

.navbar-purple.navbar-sticky .nav-item .nav-link {
    color: #fff
}

.navbar-purple.navbar-sticky .nav-item .active,
.navbar-purple.navbar-sticky .nav-item .nav-link:hover,
.navbar-sticky .nav-item .active {
    color: #4bc3c3
}

.dropdown:hover .dropdown-menu {
    display: block
}

.dark-theme .navbar-sticky {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #000;
    box-shadow: none
}

.dark-theme .hero-banner .here-sub-title,
.dark-theme .navbar-sticky .nav-item .nav-link {
    color: #fff
}

.dark-theme .navbar-sticky .nav-item .active {
    color: #4bc3c3
}

.creative-banner,
.hero-banner {
    position: relative;
    height: 100%
}

.hero-banner .banner-img {
    position: absolute;
    top: 0;
    right: 0
}

.hero-banner .hero-text {
    position: absolute;
    top: 50%;
    display: inherit;
    width: 100%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%)
}

.hero-banner .hero-title {
    font-size: 48px;
    margin-bottom: 1rem;
    color: #7954ff
}

.hero-banner .here-sub-title {
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 3rem;
    color: #707070
}

.creative-banner {
    overflow: hidden;
    background: -webkit-linear-gradient(230deg, #55a3ca 0%, #3a7796 100%);
    background: linear-gradient(220deg, #55a3ca 0%, #3a7796 100%)
}

.creative-banner .hero-text {
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%)
}

.creative-banner .banner-img {
    position: relative;
    top: -20%
}

.creative-banner .hero-footer {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover
}

@media (min-width:1600px) {
    .creative-banner .hero-footer {
        height: 300px
    }
}

.bubble-set {
    position: relative;
    max-width: 1400px;
    margin: 0 auto
}

.bubble-set div {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04)
}

.bubble-set .bubble-lg {
    top: calc(100% - 300px);
    left: 2%;
    width: 950px;
    height: 950px
}

.bubble-set .bubble-md {
    top: -300px;
    right: -10%;
    width: 835px;
    height: 835px
}

.bubble-set .bubble-sm {
    top: 0;
    right: 15%;
    width: 535px;
    height: 535px
}

.intro-banner {
    height: 80%
}

.section-gap {
    padding: 5rem 0
}

.section-gap-sm {
    padding: 3rem 0
}

.section-gray-bg {
    background: #f6f6fc
}

.section-dark-bg {
    color: #fff;
    background: #3c434f
}

.section-title {
    margin-bottom: 5rem
}

.section-title h2,
.section-title h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0
}

.section-title h3 {
    font-size: 36px
}

.card {
    border: none;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05)
}

.box-show {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .08)
}

.col-gap {
    padding-right: 30px;
    padding-left: 30px
}

.feature-gradient {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #3a7796 0%, #59acd6 100%);
    background-image: linear-gradient(to right, #3a7796 0%, #59acd6 100%)
}

.f-icon {
    font-size: 3rem
}

.accordion .card {
    margin-bottom: 10px;
    border: 1px solid #eaeaf5;
    border-radius: 4px !important;
    box-shadow: none
}

.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #eaeaf5 !important
}

.accordion .card-header {
    padding: 0;
    border-bottom: none;
    border-radius: 4px !important;
    background: 0 0
}

.accordion .card-header h5 {
    font-size: 16px;
    margin-bottom: 0
}

.accordion .card-header a.collapsed {
    position: relative;
    border-radius: 4px;
    background: #f6f6fc
}

.accordion .card-header a.collapsed:after,
.accordion .card-header a:after {
    font-family: 'fontawesome';
    font-size: 14px;
    position: absolute;
    top: 35%;
    right: 20px;
    content: '\f105'
}

.accordion .card-header a {
    position: relative;
    display: block;
    padding: 1.5rem;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    background: #fff
}

.accordion .card-header a:after {
    content: '\f107'
}

.accordion .card-body {
    border-radius: 0 0 4px 4px
}

.accordion .card-body p {
    font-size: 14px;
    margin-bottom: 10px
}

.signin-row {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #7e62fd
}

.signin-row:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: '';
    background: #3a7796
}

.login-bg,
.registration-bg {
    position: relative;
    float: left;
    width: 50%;
    padding: 3rem 0;
    color: #fff
}

.login-bg .title,
.registration-bg .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700
}

.login-bg p,
.registration-bg p {
    margin-bottom: 0
}

.dark-theme .section-dark-bg .card-body p,
.login-bg:hover,
.registration-bg:hover {
    color: #fff
}

.login-bg:hover:after,
.registration-bg:hover:after {
    right: 5%
}

.login-bg:after,
.registration-bg:after {
    font-family: 'fontawesome';
    font-size: 2rem;
    position: absolute;
    top: 50%;
    right: 10%;
    width: 15px;
    height: 15px;
    margin-top: -20px;
    content: '\f105';
    -webkit-transition: all .3s;
    transition: all .3s
}

.login-bg {
    z-index: 100;
    padding-left: 3rem
}

@media (max-width:768px) {
    .signin-row {
        overflow: hidden
    }
    .signin-row:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 100%;
        content: ''
    }
    .login-bg {
        padding-left: 0
    }
}

@media (max-width:667px) {
    .login-bg,
    .registration-bg {
        width: 100%
    }
}

.js_steps_carousel {
    position: relative
}

.js_steps_carousel .owl-dots {
    position: relative;
    float: left;
    width: 60%
}

.js_steps_carousel .owl-dots .owl-dot {
    font-size: 3rem;
    line-height: 130px;
    position: relative;
    display: inline-block;
    width: 160px;
    height: 130px;
    margin-bottom: 5%;
    margin-left: 5%;
    text-align: center;
    color: #3c434f;
    border-radius: 5px;
    background: #fff
}

.js_steps_carousel .owl-dots .owl-dot.active,
.js_steps_carousel .owl-dots .owl-dot:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(left, #25bfbf 0%, #6edcaa 100%);
    background-image: linear-gradient(to right, #25bfbf 0%, #6edcaa 100%)
}

.js_steps_carousel .owl-dots .owl-dot:after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 20%;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-animation: moving 1s linear infinite;
    animation: moving 1s linear infinite;
    background: url(../img/line.png) 0 0
}

@-webkit-keyframes moving {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes moving {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

.js_steps_carousel .owl-dots .owl-dot:nth-child(4):before {
    position: absolute;
    z-index: -1;
    top: -20px;
    left: 36%;
    width: 30%;
    height: 1px;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: moving 1s linear infinite;
    animation: moving 1s linear infinite;
    background: url(../img/line.png) 0 0
}

.js_steps_carousel .owl-dots .owl-dot:nth-child(3):after,
.js_steps_carousel .owl-dots .owl-dot:nth-child(4):after {
    left: 0
}

.js_steps_carousel .owl-dots .owl-dot:nth-child(4),
.js_steps_carousel .owl-dots .owl-dot:nth-child(5) {
    position: relative;
    right: 70px;
    float: right
}

.js_steps_carousel .owl-dots .owl-dot:nth-child(5):after {
    -webkit-animation: moving-r 1s linear infinite !important;
    animation: moving-r 1s linear infinite !important
}

@-webkit-keyframes moving-r {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes moving-r {
    0% {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.js_steps_carousel .owl-stage-outer {
    z-index: 1000;
    float: right;
    width: 40%;
    color: #fff
}

.js_steps_carousel .steps-content {
    display: inline-block;
    width: 40%;
    margin-top: 5%
}

.steps-shadow .owl-dot {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05)
}

.js_team_member .owl-stage-outer {
    min-height: 550px
}

.js_team_member .owl-dots {
    margin-bottom: 3rem;
    text-align: center
}

.js_team_member .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border-radius: 50%;
    background: #e7e0ff
}

.js_team_member .owl-dots .owl-dot.active {
    background: #7954ff
}

.team-row .owl-item:nth-child(even) {
    margin-top: 190px
}

.team-social a {
    margin-right: 1rem;
    color: #b0b0b0
}

.app-footer a:hover,
.team-social a:hover {
    color: #4bc3c3
}

.ico-progress {
    position: relative;
    overflow: visible;
    height: 25px;
    border-radius: 1.25rem;
    background: #f5f3fa
}

.ico-progress .progress-bar:first-child {
    border-radius: 1.25rem 0 0 1.25rem
}

.ico-progress .progress-purple {
    position: relative;
    background: #795bfb
}

.ico-progress .progress-purple-light {
    position: relative;
    background: #947afc
}

.ico-progress .progress-purple-lighter {
    position: relative;
    background: #a994fc
}

.ico-progress .progress-caption-top {
    position: absolute;
    top: -30px;
    right: 10px;
    color: #3c434f
}

.bonus-bar:after,
.ico-progress .progress-caption-top:after {
    position: absolute;
    top: 5px;
    right: -11px;
    width: 1px;
    height: 20px;
    content: '';
    background: #d7ccfd
}

.ico-progress .progress-caption-bottom {
    position: absolute;
    top: 50px;
    right: -20%;
    color: #3c434f
}

.ico-progress .progress-caption-bottom:before {
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: -20px;
    bottom: -15px;
    left: 50%;
    margin-left: -7px;
    content: '\f0d8';
    color: #7954ff
}

.bonus-bar {
    padding-right: 10px
}

.bonus-bar:after {
    right: 0
}

.bonus-bar,
.js_advisory_board {
    position: relative
}

.js_advisory_board .owl-stage-outer {
    margin-top: 15rem
}

.js_advisory_board .owl-dots {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    text-align: center
}

.js_advisory_board .owl-dot {
    display: inline-block;
    width: 135px;
    margin: 0 2rem
}

.js_advisory_board .owl-dot .advisor-thumb,
.js_advisory_board .owl-dot img {
    opacity: .3;
    border-radius: 50%
}

.js_advisory_board .owl-dot.active .advisor-thumb,
.js_advisory_board .owl-dot.active img {
    opacity: 1
}

.count-down .count-block {
    display: inline-block;
    margin: 0 20px
}

.count-down .count-block h2 {
    font-weight: 700;
    margin: 0;
    color: #7954ff
}

.count-down .colon,
.count-down .count-block span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.count-down .count-block span {
    text-transform: uppercase;
    font-size: 14px;
    color: #bdbdbd
}

.count-down .colon {
    font-size: 40px;
    position: relative;
    top: -30px;
    margin: 0 .5rem;
    color: #c9baff
}

.dark-theme .accordion .card-header a,
.dark-theme .section-dark-bg,
.dark-theme .section-gray-bg {
    background: #2a303b
}

.dark-theme .card {
    background: #3c434f
}

.dark-theme .accordion .card {
    border: none;
    background: #2a303b
}

.dark-theme .accordion .card:first-of-type,
.dark-theme .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: none !important
}

.dark-theme .accordion .card-header {
    background: 0 0
}

.dark-theme .accordion .card-body {
    background: #2a303b
}

.dark-theme .text-dark {
    color: #fff !important
}

.dark-theme .ico-progress .progress-caption-bottom,
.dark-theme .ico-progress .progress-caption-top {
    color: #fff
}

.dark-theme .signin-row {
    margin-bottom: -5px
}

.contact-form .form-control,
.login-form .form-control {
    line-height: 2.2;
    border-color: #eaeaf5
}

.contact-form .form-control:focus,
.login-form .form-control:focus {
    border-color: #7954ff;
    box-shadow: none
}

.contact-form .btn.disabled,
.contact-form .btn:disabled,
.login-form .btn.disabled,
.login-form .btn:disabled {
    opacity: 1
}

.telegram-section {
    margin-bottom: 230px
}

#contact-box {
    margin-top: -320px
}

.subscribe-from .form-control {
    line-height: 2;
    padding: .5rem 1.5rem;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 40px;
    background: 0 0
}

.subscribe-from .form-control:focus {
    box-shadow: none
}

.subscribe-from button {
    line-height: 2;
    border-radius: 40px
}

#msgSubmit,
.app-footer p,
.help-block {
    font-size: 14px
}

.help-block.with-errors {
    color: #fe413b
}

#msgSubmit {
    font-weight: 400;
    margin-top: 2rem;
    color: #fe413b !important
}

.subscribe-from .form-control:-moz-placeholder {
    opacity: 1;
    color: #fff
}

.subscribe-from .form-control::-moz-placeholder {
    opacity: 1
}

.subscribe-from .form-control:-ms-input-placeholder,
.subscribe-from .form-control::-ms-input-placeholder {
    color: #fff
}

.subscribe-from .form-control::-webkit-input-placeholder {
    color: #fff
}

.subscribe-from .form-control::-moz-placeholder {
    color: #fff
}

.subscribe-from .form-control::placeholder {
    color: #fff
}

.login-banner-img {
    position: absolute;
    width: 100%;
    height: 100%
}

.dark-theme .login-form,
.forgot-link {
    color: #3c434f
}

.modal-content {
    overflow: hidden;
    border: none;
    border-radius: .5rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 700px
    }
}

.road-map-bg {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #7954ff
}

.road-map-bg .section-title {
    position: relative;
    z-index: 100
}

.road-map-bg:after,
.road-map-bg:before {
    position: absolute;
    content: '';
    opacity: .5;
    border-radius: 50%
}

.road-map-bg:before {
    left: -5%;
    top: -20%;
    width: 900px;
    height: 900px;
    background-image: -webkit-linear-gradient(right, #7f27ff 0%, #5556ff 100%);
    background-image: linear-gradient(to left, #7f27ff 0%, #5556ff 100%)
}

.road-map-bg:after {
    top: -30%;
    right: -5%;
    width: 800px;
    height: 800px;
/*    background-image: -webkit-linear-gradient(left, #7f27ff 0%, #5556ff 100%);
    background-image: linear-gradient(to right, #7f27ff 0%, #5556ff 100%)*/
}

.js_road_map {
    position: relative;
    display: block
}

.js_road_map:before {
    position: absolute;
    top: 148px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #fff
}

.js_road_map .owl-nav {
    position: absolute;
    z-index: 2;
    top: 96px;
    left: 0;
    width: 100%
}

.js_road_map .owl-next,
.js_road_map .owl-prev {
    font-size: 36px;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    text-align: center;
    opacity: .3;
    color: #fff
}

.js_road_map .owl-next:hover,
.js_road_map .owl-prev:hover,
.roadmap-timeline-list.active .rm-date span {
    opacity: 1
}

.js_road_map .owl-prev {
    left: -50px
}

.js_road_map .owl-next {
    right: -50px
}

.roadmap-timeline-list {
    position: relative;
    width: 200px;
    margin-bottom: 30px;
    padding: 20px 10px;
    text-align: center
}

.roadmap-timeline-list .rm-date {
    position: relative;
    margin-top: 3.5rem
}

.roadmap-timeline-list .rm-date span {
    opacity: .5
}

.roadmap-timeline-list .rm-date:after,
.roadmap-timeline-list .rm-date:before {
    position: absolute;
    left: 50%;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%
}

.roadmap-timeline-list .rm-date:before,
.roadmap-timeline-list.alt .rm-date:before {
    z-index: 10;
    top: -25px;
    width: 16px;
    height: 16px;
    background: #fff
}

.roadmap-timeline-list .rm-date:after {
    top: -29px;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    background: #7954ff
}

.roadmap-timeline-list .rm-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 90px;
    padding: 1rem 2rem;
    border-radius: 100px;
    background: #7954ff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .08);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.roadmap-timeline-list .rm-info:after {
    font-family: fontawesome;
    font-size: 25px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -7px;
    content: '\f0d7';
    color: #7954ff
}

.roadmap-timeline-list.alt .rm-date {
    margin-top: 5rem;
    margin-bottom: 4rem
}

.roadmap-timeline-list.alt .rm-date:before {
    top: 40px
}

.roadmap-timeline-list.alt .rm-date:after {
    top: 36px;
    background: #7954ff
}

.roadmap-timeline-list.alt .rm-info:after {
    top: -16px;
    content: '\f0d8'
}

.roadmap-timeline-list.active .rm-info {
    color: #7954ff;
    background: #fff
}

.roadmap-timeline-list.active .rm-info:after {
    color: #fff
}

.app-footer {
    font-family: 'Montserrat', sans-serif;
    padding: 3rem 0 2rem
}

.app-footer h4,
.app-footer h6 {
    margin-bottom: 2rem
}

.app-footer a {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3c434f
}

.app-footer .copyright {
    font-size: 12px
}

.app-footer .secondary-footer {
    padding-top: 2rem;
    border-top: 1px solid #eaeaf5
}

.app-footer .payment-cards img,
.app-footer .social-links {
    margin-right: 1rem
}

.app-footer .social-links a {
    font-size: 16px;
    margin: 0 10px
}

.app-footer .btn-language {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0
}

.app-footer .btn-language:focus,
.dark-theme .app-footer .btn-language:focus {
    outline: none
}

.app-footer .dropdown-menu {
    list-style: none;
    text-align: left;
    border: none;
    border-radius: 4px;
    background-color: #7e62fd
}

.app-footer .dropdown-item {
    font-size: 14px;
    cursor: pointer;
    color: #fff
}

.app-footer .dropdown-item:hover,
.dark-theme .app-footer .dropdown-item:hover {
    background: #3a7796
}

.dark-theme .app-footer {
    background: #2a303b
}

.dark-theme .app-footer .social-links a:hover,
.dark-theme .app-footer a:hover {
    color: #4bc3c3
}

.dark-theme .app-footer .secondary-footer {
    border-top: 1px solid #323945
}

.dark-theme .app-footer .btn-language,
.dark-theme .app-footer .social-links a,
.dark-theme .app-footer a {
    color: #fff
}

.dark-theme .app-footer .dropdown-menu {
    background-color: #7e62fd
}

.dark-theme .app-footer .dropdown-item {
    color: #fff
}

@media (max-width:1199px) {
    .js_steps_carousel .owl-dots .owl-dot {
        font-size: 2rem;
        line-height: 90px;
        width: 110px;
        height: 95px
    }
    .js_steps_carousel .owl-dots {
        width: 52%
    }
}

@media (max-width:1024px) {
    .app-header {
        padding-top: 0;
        background: #fff
    }
    .app-header .nav-item .nav-link {
        color: #3c434f
    }
    .app-header.navbar-purple {
        background: #3a7796
    }
    .app-header.navbar-purple .nav-item .nav-link,
    .app-header.navbar-purple .navbar-toggler,
    .dark-theme .app-header .nav-item .nav-link,
    .dark-theme .app-header.navbar-purple .nav-item .nav-link {
        color: #fff
    }
    .dark-theme .app-header,
    .dark-theme .app-header.navbar-purple {
        background: #000
    }
    .hero-banner {
        background: #3a7796
    }
    .hero-banner .hero-title {
        font-size: 36px;
        color: #fff
    }
    .hero-banner .gray-txt,
    .hero-banner .here-sub-title {
        color: #fff;
        font-weight: 400
    }
    .hero-banner .gray-txt a {
        color: #6edcaa
    }
    .section-title h2,
    .section-title h3 {
        font-size: 30px
    }
    .btn-gradient {
        box-shadow: none
    }
    .section-gap {
        padding: 3rem 0
    }
    .section-gap-sm {
        padding: 1rem 0
    }
    .partner-brand {
        margin-bottom: 0
    }
    .section-title,
    p {
        margin-bottom: 2rem
    }
    .h2,
    h2 {
        font-size: 1.5rem
    }
    .h4,
    h4 {
        font-size: 1.2rem
    }
    .js_steps_carousel .owl-dots .owl-dot {
        font-size: 2rem;
        line-height: 90px;
        width: 130px;
        height: 90px
    }
    .js_steps_carousel .steps-content {
        margin-top: 1%
    }
    .js_steps_carousel .owl-dots {
        width: 60%
    }
}

@media (max-width:991px) {
    .app-header .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .hero-banner {
        height: 75%
    }
    .login-bg p,
    .registration-bg p {
        font-size: 12px
    }
    .js_steps_carousel .owl-dots .owl-dot {
        font-size: 2rem;
        line-height: 80px;
        width: 100px;
        height: 80px
    }
    .js_steps_carousel .steps-content {
        margin-top: 1%
    }
    .js_steps_carousel .owl-dots .owl-dot:nth-child(4),
    .js_steps_carousel .owl-dots .owl-dot:nth-child(5) {
        right: 40px
    }
    .creative-banner {
        height: 100% !important
    }
    .creative-banner .hero-text {
        -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        transform: translateY(-30%)
    }
    .creative-banner .banner-img {
        width: 100%;
        height: auto;
        margin-top: 10%
    }
    .creative-banner .hero-footer {
        display: none
    }
}

@media (max-width:768px) {
    .hero-banner {
        height: 60%
    }
    .creative-banner .banner-img {
        position: relative;
        top: -15%
    }
    .login-bg,
    .registration-bg {
        width: 100%
    }
    .app-footer .social-links {
        margin-right: 0
    }
    .count-down .count-block {
        margin: 0 10px
    }
    .count-down .colon {
        font-size: 30px;
        top: -25px
    }
    .js_team_member .owl-stage-outer {
        min-height: 500px
    }
}

@media (max-width:767px) {
    .navbar-brand img {
        height: 35px
    }
    .navbar-toggler:focus {
        outline: none
    }
    .navbar-toggler-icon {
        height: auto
    }
    .buy-token {
        position: relative;
        top: 0;
        display: block;
        margin-top: 10px
    }
    .dark-theme .navbar-toggler-icon {
        color: #fff
    }
    .hero-banner .hero-title {
        font-size: 2rem
    }
    .hero-banner .here-sub-title,
    .login-bg .title,
    .registration-bg .title {
        font-size: 1.2rem
    }
    .h3,
    .section-title h2,
    .section-title h3,
    h3 {
        font-size: 1.5rem
    }
    .js_steps_carousel .owl-dots,
    .js_steps_carousel .owl-stage-outer,
    .js_steps_carousel .steps-content {
        width: 100%
    }
    .js_steps_carousel .owl-dots .owl-dot {
        font-size: 1.5rem;
        line-height: 60px;
        width: 60px;
        height: 60px
    }
    .js_steps_carousel .owl-dots .owl-dot:nth-child(5) {
        right: auto;
        left: 0
    }
    .js_steps_carousel .owl-dots .owl-dot:nth-child(4) {
        position: static;
        right: auto;
        left: 0;
        float: none
    }
    .js_steps_carousel .owl-dots .owl-dot:nth-child(5) {
        float: none
    }
    .js_steps_carousel .owl-dots .owl-dot:nth-child(4):before,
    .js_steps_carousel .owl-dots .owl-dot:nth-child(5):after {
        background: 0 0
    }
    .js_steps_carousel .owl-dots .owl-dot:nth-child(1) {
        margin-left: 0
    }
    .js_steps_carousel .owl-dots .owl-dot:after {
        top: 35%;
        left: 0;
        width: 70%
    }
    .js_steps_carousel .owl-dots {
        position: absolute
    }
    .js_steps_carousel .owl-stage-outer {
        margin-top: 100px
    }
    .accordion .card-header h5 {
        font-size: 1rem
    }
    .col-gap {
        padding-right: 15px;
        padding-left: 15px
    }
    .partner-brand {
        margin-bottom: 2rem
    }
    .accept-card .card-body {
        padding: .5rem
    }
    .js_advisory_board .owl-stage-outer {
        margin: 0 15px
    }
    .js_advisory_board .owl-stage-outer p {
        display: inline
    }
    .js_advisory_board .owl-dot {
        width: 50px;
        margin: 0 .5rem
    }
    .js_advisory_board .owl-stage-outer {
        margin-top: 5rem
    }
    .js_team_member .owl-stage-outer {
        min-height: 450px
    }
    .app-header .nav-item .dropdown-menu {
        width: 100%;
        margin-top: 0
    }
    .app-header .nav-item .dropdown-menu:before {
        content: ''
    }
    .login-banner-img {
        display: none
    }
}

@media (max-width:640px) {
    .hero-banner .hero-title {
        font-size: 1.3rem
    }
    .h4,
    .hero-banner .here-sub-title,
    .login-bg .title,
    .registration-bg .title,
    h4 {
        font-size: 1rem
    }
    .btn {
        font-size: 11px;
        padding: .5rem 2rem
    }
    .sm-txt,
    body {
        font-size: 12px
    }
    .partner-brand {
        margin-bottom: .5rem
    }
    .h2,
    .h3,
    .section-title h2,
    .section-title h3,
    h2,
    h3 {
        font-size: 1.1rem
    }
    .login-bg,
    .registration-bg {
        padding: 1rem 2rem
    }
    .app-footer .payment-cards img {
        margin-right: 1rem;
        margin-bottom: .5rem
    }
    .js_steps_carousel .owl-dots .owl-dot {
        font-size: 1.2rem;
        line-height: 40px;
        width: 40px;
        height: 40px
    }
    .js_steps_carousel .owl-stage-outer {
        margin-top: 60px
    }
    .accordion .card-header h5 {
        font-size: .8rem
    }
    .roadmap-timeline-list {
        width: auto
    }
    .count-down .colon {
        font-size: 30px;
        top: -15px;
        margin: 0 .1rem
    }
    .count-down .count-block span {
        font-size: 10px
    }
    .creative-banner .here-sub-title {
        margin-bottom: 1rem
    }
    .js_team_member .owl-stage-outer {
        min-height: 300px
    }
    .team-row .owl-item:nth-child(even) {
        margin-top: 0
    }
    .btn-group-sm>.btn,
    .btn-sm {
        padding: .3rem .5rem !important
    }
}

@media (max-width:359px) {
    .js_steps_carousel .owl-dots .owl-dot {
        font-size: 1rem;
        line-height: 30px;
        width: 30px;
        height: 30px
    }
    .js_steps_carousel .owl-stage-outer {
        margin-top: 50px
    }
}
