figure, figcaption {
    display: block
}

body {
    background: #fff;
    font-size: 18px;
    color: #222;
    margin: 0;
    padding: 0;
    font-family: quicksand,sans-serif;
    font-weight: 300
}

a {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

body.no-scroll {
    overflow: hidden
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: quicksand,sans-serif;
    font-weight: 500
}

h1 {
    font-size: 48px;
    line-height: 60px
}

h2 {
    font-size: 36px;
    line-height: 48px
}

h3 {
    font-size: 23px;
    line-height: 30px
}

h4 {
    font-size: 19px;
    line-height: 26px
}

h5 {
    font-size: 16px;
    line-height: 22px
}

h6 {
    font-size: 14px;
    line-height: 22px
}

a, a:active, a:visited {
    outline: 0
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin: 0
}

.clearfix {
    overflow: hidden;
    clear: both
}

.bg-gray {
    background: #ecebfb
}

.bg-blue {
    background: #1e2571
}

.bg-fixed {
    background-attachment: fixed
}

.pt-110 {
    padding-top: 110px
}

.pt-100 {
    padding-top: 100px
}

.pt-90 {
    padding-top: 90px
}

.pt-80 {
    padding-top: 80px
}

.pt-70 {
    padding-top: 70px
}

.pt-60 {
    padding-top: 60px
}

.pt-50 {
    padding-top: 50px
}

.pt-40 {
    padding-top: 40px
}

.pt-30 {
    padding-top: 30px
}

.pt-20 {
    padding-top: 20px
}

.pt-10 {
    padding-top: 10px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-10 {
    padding-bottom: 10px
}

.pyb-5 {
    padding-bottom: 5px
}

.mt-90 {
    margin-top: 90px
}

.mt-80 {
    margin-top: 80px
}

.mt-70 {
    margin-top: 70px
}

.mt-60 {
    margin-top: 60px
}

.mt-50 {
    margin-top: 50px
}

.mt-40 {
    margin-top: 40px
}

.mt-30 {
    margin-top: 30px
}

.mt-20 {
    margin-top: 20px
}

.mt-10 {
    margin-top: 10px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 10px
}

header ul, header ul li, header ol li, header ol {
    margin: 0;
    padding: 0
}

.btn {
    font-family: poppins,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 170px;
    text-align: center;
    padding: 8px 12px;
    background: #00c2f0;
    border: 4px solid transparent;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 5px 0
}

    .btn span {
        position: relative;
        z-index: 2
    }

.browserupgrade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    z-index: 99991
}

.preloader {
    position: fixed;
    background: #000461;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px)
}

    .loader:before, .loader:after {
        content: '';
        border: .5em solid #fff;
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        animation: crp-loader 2s linear infinite;
        opacity: 0
    }

    .loader:before {
        animation-delay: .5s
    }

@keyframes crp-loader {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.header-container {
    width: 100%
}

.header-area {
    margin: 0;
    padding-top: 30px
}

.position-header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999
}

.logo {
    max-width: 210px;
    margin-top: 4px
}

    .logo a {
        color: #fff;
        font-size: 40px;
        line-height: 30px;
        text-transform: capitalize;
        font-weight: 700
    }

        .logo a:hover {
            text-decoration: none
        }

    .logo img {
        max-width: 100%;
        height: auto;
        display: block
    }

.main-menu ul li {
    font-size: 18px;
    color: #fff;
    margin-left: 37px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    font-weight: 400;
    list-style-type: none
}

    .main-menu ul li a {
        position: relative;
        display: block;
        padding-bottom: 4px
    }

    .main-menu ul li.menuarrow {
        position: relative
    }

        .main-menu ul li.menuarrow:before {
            content: '\f078';
            color: #fff;
            font-size: 10px;
            position: absolute;
            top: 15px;
            right: -14px;
            font-family: 'font awesome 5 pro';
            font-style: normal;
            font-weight: 900
        }

        .main-menu ul li.menuarrow.current-menu-item:before, .main-menu ul li.menuarrow:hover:before {
            color: #7f7de0
        }

    .main-menu ul li:first-child {
        margin-left: 0
    }

    .main-menu ul li a {
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        position: relative;
        text-decoration: none
    }

        .main-menu ul li:hover > a, .main-menu ul li a:hover, .main-menu ul li.current-menu-item > a {
            color: #7f7de0
        }

.main-menu ul ul {
    background: #fff;
    width: 186px;
    position: absolute;
    left: -10px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    z-index: 500;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

    .main-menu ul ul:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 8px 8px;
        border-color: #fff transparent;
        display: block;
        width: 0;
        z-index: 1;
        top: -8px;
        left: 30px
    }

.main-menu ul li ul li {
    width: 100%;
    font-size: 15px;
    cursor: default;
    display: block;
    margin: 0;
    padding-bottom: 0
}

    .main-menu ul li ul li.menuarrow:before {
        display: none
    }

    .main-menu ul li ul li:hover > a, .main-menu ul li ul li a:hover, .main-menu ul li ul li.current-menu-item > a {
        color: #fff
    }

.main-menu ul ul li a {
    height: inherit;
    line-height: 20px;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: none
}

    .main-menu ul ul li a:before {
        position: absolute;
        content: '';
        left: -10px;
        right: -10px;
        top: 0;
        height: 100%;
        background: #7f7de0;
        -webkit-border-radius: 5px;
        border-radius: 6px;
        z-index: -1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    .main-menu ul ul li a:hover {
        color: #fff
    }

        .main-menu ul ul li a:hover:before {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

.main-menu ul li ul li:first-child a {
    border-top: none
}

.main-menu ul ul ul {
    left: 100%;
    top: 0
}

.main-menu ul li ul li ul li:first-child a {
    border-top: none
}

.main-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: inherit
}

.device-btn a {
    padding: 0 33px;
    color: #fff;
    font-size: 16px;
    height: 42px;
    line-height: 36px;
    display: inline-block;
    text-decoration: none;
    margin: 0 0 0 37px;
    border: 2px solid #fff;
    -webkit-border-radius: 18px;
    border-radius: 50px;
    font-weight: 500
}

    .device-btn a:hover {
        color: #7f7de0;
        border-color: #7f7de0
    }

.header-social li {
    list-style-type: none;
    margin: 0 9px
}

    .header-social li a {
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        color: #fff;
        display: inline-block
    }

        .header-social li a:hover {
            color: #7f7de0
        }

.blog-header-container {
    background: #4845b4
}

.page-banner {
    background-image: url(../img/bg/bg-3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 0
}

.banner-container {
    background-image: url(../img/bg/hero-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0
}

.banner2 {
    background-image: url(../img/bg/bg-3.png)
}

.banner3 {
    background-image: url(../img/bg/bg-3.png)
}

.banner-content {
    width: 49%
}

.banner-content-area {
    padding-top: 100px;
    padding-bottom: 50px
}

.banner-cont-img img {
    width: 100%
}

.banner-cont-info h1 {
    font-size: 47px;
    line-height: 60px;
    padding-bottom: 24px;
    font-weight: 500
}

.banner-cont-info h5 {
    font-size: 23px;
    line-height: normal;
    padding-bottom: 10px;
    font-weight: 500
}

.banner-cont-info p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 44px;
    font-weight: 400
}

.crp-btn {
    background: #7f7de0;
    width: 100%;
    max-width: 192px;
    height: 48px;
    line-height: 46px;
    padding: 0 10px;
    font-size: 16px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow: 0 6px 15px 2px rgba(38,70,83,.2);
    box-shadow: 0 6px 15px 2px rgba(38,70,83,.2);
    font-weight: 500
}

    .crp-btn:hover {
        background: #283182;
        color: #fff
    }

a.btn-scroll {
    width: 23px;
    display: block;
    padding-top: 41px;
    position: relative;
    color: #fff;
    margin: 90px auto 0
}

    a.btn-scroll::before {
        background: #fff;
        width: 1px;
        height: 30px;
        position: absolute;
        top: -31px;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: ''
    }

    a.btn-scroll span {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 23px;
        height: 31px;
        margin-left: -12px;
        border: 1px solid #fff;
        -webkit-border-radius: 6px;
        -webkit-border-bottom-right-radius: 9px;
        -webkit-border-bottom-left-radius: 9px;
        -moz-border-radius: 6px;
        -moz-border-radius-bottomright: 9px;
        -moz-border-radius-bottomleft: 9px;
        border-radius: 6px;
        border-bottom-right-radius: 9px;
        border-bottom-left-radius: 9px
    }

        a.btn-scroll span::before {
            position: absolute;
            top: 4px;
            left: 50%;
            content: '';
            width: 5px;
            height: 9px;
            margin-left: -2px;
            border: 2px solid #fff;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-animation: sdb10 2s infinite;
            animation: sdb10 2s infinite;
            box-sizing: border-box
        }

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.banner3 {
    padding: 100px 0 70px
}

    .banner3 a.btn-scroll {
        margin-top: 160px
    }

.page-banner p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

.token-sale {
    background: #7f7de0;
    width: 100%;
    max-width: 460px;
    border-radius: 20px;
    padding: 40px 36px 45px
}

    .token-sale .clocktimes {
        background: #1e2571;
        width: 82px;
        height: 82px;
        padding-top: 14px;
        margin: 0 auto;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
        -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
        box-shadow: 0 0 40px 5px rgb(0 0 0/7%)
    }

        .token-sale .clocktimes span {
            font-size: 29px;
            line-height: 30px;
            padding-bottom: 0
        }

        .token-sale .clocktimes small {
            font-size: 14px
        }

.current-bonus small, .total-token small {
    font-size: 14px;
    display: block;
    font-weight: 500
}

.current-bonus strong, .total-token strong {
    font-size: 20px;
    line-height: 22px;
    display: block;
    font-weight: 500
}

.current-bonus {
    text-align: right
}

.banner-right .crp-btn {
    margin: 18px auto 0;
    background-color: #1e2571
}

    .banner-right .crp-btn:hover {
        background-color: #000461
    }

.live-sale-area {
    margin: -120px 0 0;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.1)
}

.livesale {
    padding: 0 45px
}

    .livesale #clockdiv {
        max-width: 445px;
        margin: 0 auto
    }

    .livesale .clocktimes {
        background: #1e2571;
        width: 94px;
        height: 94px;
        padding-top: 20px;
        margin: 0 auto;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 20px -10px rgba(0,0,0,.75);
        -moz-box-shadow: 0 0 20px -10px rgba(0,0,0,.75);
        box-shadow: 0 0 20px -10px rgba(0,0,0,.75)
    }

        .livesale .clocktimes span {
            color: #fff;
            font-size: 29px;
            line-height: 30px;
            padding-bottom: 0
        }

        .livesale .clocktimes small {
            color: #fff;
            font-size: 14px
        }

.service-container .container {
    padding-left: 0;
    padding-right: 0
}

.service-info {
    background: #fff;
    width: 100%;
    padding: 30px 20px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

    .service-info:hover {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }

.service-icon img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 50px
}

.service-cont {
    text-align: center
}

    .service-cont h3 {
        color: #040c61;
        font-size: 24px;
        padding-bottom: 26px
    }

    .service-cont p {
        color: #040c61;
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 35px
    }

.more-btn {
    color: #040c61;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500
}

.service-container .more-btn {
    color: #222;
    padding-right: 0
}

    .service-container .more-btn::after {
        display: none
    }

.more-btn:hover {
    color: #4845b4;
    text-decoration: none
}

.service3 .service:nth-child(2) {
    margin-top: 0
}

.service3 .service-area {
    margin: 0
}

.service3 .service-info {
    -webkit-box-shadow: none;
    box-shadow: none
}

.service3 .service:hover .service-info {
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.1)
}

.service3 .service-icon {
    background: #ecebfb;
    width: 105px;
    height: 105px;
    margin: 0 auto 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

    .service3 .service-icon img {
        margin: 0
    }

.service3 .service-info {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.service3 .more-btn {
    color: #222;
    padding-right: 0;
    font-weight: 500
}

    .service3 .more-btn:hover {
        color: #e64988
    }

    .service3 .more-btn::after {
        display: none
    }

.invented-cont {
    padding-bottom: 50px
}

.invented-img {
    margin-left: -143px
}

    .invented-img img {
        max-width: 100%;
        height: auto;
        display: block;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-animation: bocrpeY 1.8s ease-in-out 0s infinite alternate;
        animation: bocrpeY 1.8s ease-in-out 0s infinite alternate
    }

.invented-cont h3 {
    color: #4845b4;
    font-size: 23px;
    line-height: 20px;
    padding-bottom: 2px;
    font-weight: 400
}

.invented-cont h2 {
    color: #040c61;
    font-size: 46px;
    line-height: 58px;
    padding-bottom: 16px;
    font-weight: 500
}

.invented-cont p {
    color: #040c61;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    padding-bottom: 25px
}

.invented-cont .crp-btn {
    margin-top: 16px
}

@-webkit-keyframes bocrpeY {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    to {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
}

@keyframes bocrpeY {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    to {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }
}

.crp-inventment-container {
    background-image: url(../img/bg/bg-1.png);
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.crp-inventment-container2 {
    background-image: url(../img/bg/bg-3.png)
}

.crp-inventment-container3 {
    background-image: url(../img/bgr-unc-inventment2.png)
}

.crp-inventment-container2 .crp-inventment-image {
    background-image: url(../img/inv-img.png)
}

.crp-inventment-container {
    position: relative;
    z-index: 10
}

    .crp-inventment-container:after {
        width: 40%;
        min-height: 800px;
        background: url(../img/choose.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 center;
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        z-index: 1
    }

.crp-inventment-container3:after {
    background-image: url(../img/inv-img2.png);
    min-height: 625px
}

.crp-inventment-content {
    position: relative;
    z-index: 3
}

    .crp-inventment-content h3 {
        color: #fff;
        font-size: 24px;
        line-height: 20px;
        padding-bottom: 10px;
        margin: 0;
        font-weight: 400
    }

    .crp-inventment-content h2 {
        color: #fff;
        font-size: 48px;
        line-height: 60px;
        padding-bottom: 30px;
        margin: 0;
        font-weight: 500
    }

    .crp-inventment-content p {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 10px;
        font-weight: 400
    }

.crp-inv-col-area {
    margin: 40px 0 0 -30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.crp-inv-col {
    width: 50%;
    padding: 0 0 29px 30px
}

.crp-inv-col-row {
    overflow: hidden
}

.crp-inv-col-icon {
    width: 60px;
    float: left;
    margin-top: 5px
}

    .crp-inv-col-icon i {
        color: #fff;
        font-size: 55px
    }

.crp-inv-col-cont {
    padding: 0 0 0 85px
}

    .crp-inv-col-cont h4 {
        color: #fff;
        font-size: 21px;
        padding-bottom: 9px;
        margin: 0;
        font-weight: 500
    }

    .crp-inv-col-cont p {
        font-weight: 400
    }

.features-bns-left {
    padding-right: 10px
}

.features-bns-cont {
    width: 100%;
    max-width: 590px;
    padding: 0 0 0 5px
}

.features-bns-left img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: -90px
}

.features-bns-cont h3 {
    color: #4845b4;
    font-size: 23px;
    line-height: 20px;
    padding-bottom: 12px;
    font-weight: 400
}

.features-bns-cont h2 {
    color: #222;
    font-size: 47px;
    line-height: 60px;
    padding-bottom: 20px;
    font-weight: 500
}

.features-bns-cont p {
    color: #777;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight: 400
}

.features-bns-area {
    padding-top: 28px
}

.features-bns-col-row {
    overflow: hidden;
    padding-bottom: 30px
}

.features-bns-col-icon {
    background: #1e2571;
    width: 100px;
    height: 100px;
    float: left;
    margin-top: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

    .features-bns-col-icon i {
        color: #fff;
        font-size: 45px
    }

.features-bns-col-cont {
    padding: 0 0 0 140px
}

    .features-bns-col-cont h4 {
        color: #222;
        font-size: 24px;
        padding-bottom: 21px;
        font-weight: 500
    }

    .features-bns-col-cont p {
        font-weight: 400
    }

.crp-happenning-container {
    background-image: url(../img/bg/bg-3.png);
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover
}

.crp-happenning-left h3 {
    color: #fff;
    font-size: 23px;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: 400
}

.crp-happenning-left h2 {
    color: #fff;
    font-size: 47px;
    line-height: 59px;
    padding-bottom: 18px;
    font-weight: 500
}

.crp-happenning-left p {
    color: #bab9ec;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight: 400
}

.clockdiv-area #clockdiv {
    max-width: 444px;
    margin: 0 auto
}

.clockdiv_column {
    width: 25%
}

.crp-happenning-right .clockdiv_column {
    width: 21.6%;
    padding: 10px
}

.clocktimes {
    width: 100%;
    height: 100%;
    background: #1e2571;
    padding: 10px 10px 18px;
    border-radius: 10px
}

    .clocktimes span {
        font-size: 48px;
        line-height: normal;
        color: #fff;
        text-align: center;
        display: block;
        padding-bottom: 3px;
        font-weight: 500
    }

    .clocktimes small {
        font-size: 18px;
        color: #fff;
        text-align: center;
        display: block;
        font-weight: 500
    }

.token-amount-area {
    padding: 42px 0 8px
}

.token-amount-col {
    width: 100%;
    max-width: 234px;
    padding: 0 0 29px 7px
}

    .token-amount-col h5 {
        font-size: 16px;
        line-height: normal;
        color: #fff;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: 500
    }

    .token-amount-col p {
        font-size: 14px;
        line-height: normal;
        color: #bab9ec;
        font-weight: 400
    }

.crp-happenning-right .crp-btn {
    margin: 0 auto
}

.profits-container {
    background-image: url(../img/bg/bg-4.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.big-title {
    width: 100%
}

    .big-title h3 {
        color: #4845b4;
        font-size: 23px;
        line-height: 20px;
        padding-bottom: 11px;
        font-weight: 400
    }

.our-team-container3 .big-title h3 {
    font-weight: 500
}

.big-title h2 {
    color: #222;
    font-size: 47px;
    line-height: 59px;
    padding-bottom: 22px;
    font-weight: 500
}

.white-text h3, .white-text h2 {
    color: #fff
}

.profits-left {
    padding-right: 10px
}

    .profits-left img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-left: -90px
    }

.profits-cont {
    width: 100%;
    max-width: 593px;
    padding: 0 0 0 5px
}

.profits-left img {
    max-width: 100%;
    height: auto;
    display: block
}

.profits-cont p {
    color: #bab9ec;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight: 400
}

.profit-col-row {
    overflow: hidden
}

.profit-col-icon {
    background: #fff;
    width: 58px;
    height: 58px;
    line-height: 58px;
    float: left;
    color: #4845b4;
    font-size: 25px;
    text-align: center;
    margin-top: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.profit-col-cont {
    padding: 0 0 0 98px
}

    .profit-col-cont p {
        font-weight: 400
    }

.road-map-timeline {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto
}

    .road-map-timeline .more-event {
        display: block;
        width: 48px;
        height: 48px;
        color: #fff;
        background: #00c2f0;
        text-align: center;
        line-height: 45px;
        font-size: 20px;
        margin: 0 auto;
        -webkit-transition: border-radius .3s;
        transition: border-radius .3s
    }

        .road-map-timeline .more-event:hover {
            -webkit-border-radius: 0 0 20px 20px;
            border-radius: 0 0 20px 20px
        }

.road-map-tl-event {
    position: relative;
    margin: 10px 0
}

    .road-map-tl-event li {
        position: relative
    }

        .road-map-tl-event:before, .road-map-tl-event li:before {
            content: '';
            display: block;
            width: 3px;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin-left: -1px
        }

    .road-map-tl-event:before {
        background: url(../img/bgr-timeline.png) repeat-y center 0;
        height: 83%;
        left: 50%;
        top: 60px
    }

    .road-map-tl-event::after {
        content: '\f078';
        background: #7f7de0;
        display: block;
        width: 48px;
        height: 48px;
        line-height: 48px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 70px;
        margin: 0 auto;
        z-index: 8;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        font-family: 'font awesome 5 pro';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        -webkit-box-shadow: 0 0 28px 5px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 28px 5px rgba(0,0,0,.1);
        box-shadow: 0 0 28px 5px rgba(0,0,0,.1)
    }

    .road-map-tl-event li:before {
        content: '\f00c';
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: 6.5%;
        right: -19px !important;
        z-index: 2;
        background: #7f7de0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: .3s;
        transition: .3s;
        color: #fff;
        text-align: center;
        font-family: 'font awesome 5 pro';
        font-style: normal;
        font-weight: 500
    }

.road-map-timeline ul li:nth-child(even):before {
    left: -16px;
    top: 6.5%
}

.road-map-tl-event li:hover:before {
    background-color: #7f7de0
}

.road-map-tl-event li:nth-child(even) .event {
    padding-left: 116px
}

.road-map-tl-event li:nth-child(odd) .event {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
    padding-right: 114px
}

.road-map-tl-event li:first-child:after, .road-map-tl-event li:nth-child(2):after {
    content: '';
    width: 3px;
    height: 75%;
    background: #7f7de0;
    position: absolute;
    right: -2px;
    top: 33px;
    z-index: 1
}

.road-map-tl-event li:nth-child(2):after {
    left: -1px
}

.road-map-tl-event li .event .content {
    background: linear-gradient(to right,#051242 0%,#05215e 100%);
    border-radius: 20px;
    position: relative;
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.road-map-tl-event li:nth-child(odd) .event .content:before, .road-map-tl-event li:nth-child(even) .event .content:before {
    content: '';
    width: 120px;
    border-top: 3px solid #7f7de0;
    position: absolute;
    top: 36px;
    left: -120px;
    z-index: -1
}

.road-map-tl-event li:nth-child(odd) .event .content:before {
    top: 33px;
    left: inherit;
    right: -120px !important
}

.road-map-tl-event li.circle-row:nth-child(2n) .event .content::before {
    content: '';
    width: 120px;
    height: 3px;
    background: url(../img/bgr-timeline2.png) repeat-x 0 0;
    position: absolute;
    top: 34px;
    left: -120px;
    z-index: -1
}

.road-map-tl-event li .event .content h3 {
    padding: 8px 0 12px;
    border-radius: 0 0 20px 20px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.road-map-tl-event li .event .content h5 {
    color: #fff
}

.road-map-tl-event li .event .content p {
    color: #fff
}

.road-map-tl-event li.circle-row::before {
    content: '\f111'
}

.road-map-tl-event li.circle-row2:nth-child(2n+1) .event .content::before {
    content: '';
    width: 120px;
    height: 3px;
    background: url(../img/bgr-timeline2.png) repeat-x 0 0;
    position: absolute;
    top: 33px;
    right: -120px;
    z-index: -1
}

.road-map-tl-event li.circle-row2::before {
    content: '\f111'
}

.road-map-tl-event li.circle-row2::before {
    background: #d1d1d1
}

.timeline-container {
    max-width: 970px;
    margin: 0 auto 100px
}

.road-map-timeline ul {
    padding: 0;
    margin: 25px 0 0;
    padding: 0 25px;
    overflow: hidden
}

    .road-map-timeline ul li {
        list-style-type: none;
        margin: 30px 0 33px;
        width: 50%;
        float: left;
        clear: left
    }

        .road-map-timeline ul li:nth-child(even) {
            float: right;
            clear: right
        }

        .road-map-timeline ul li:nth-child(2) {
            padding-top: 14%
        }

            .road-map-timeline ul li:nth-child(2):before {
                top: 42.5%
            }

.content h3 {
    background: #4845b4;
    margin: 0;
    padding: 22px 10px 26px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: normal;
    font-weight: 500
}

.timeline-cont-info {
    max-width: 290px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center
}

.content h5 {
    margin: 0;
    color: #222;
    font-size: 24px;
    line-height: normal;
    padding-bottom: 20px;
    font-weight: 500
}

.content p {
    margin: 0;
    color: #777;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400
}

.team {
    background: linear-gradient(to right,#051242 0%,#05215e 100%)
}

.team3 {
    background-image: url(../img/bgr-our-team.png);
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover
}

.team-mem {
    position: relative;
    padding: 7px 15px
}

    .team-mem::before {
        content: "";
        position: absolute;
        width: 270px;
        height: 50px;
        border-radius: 50px;
        top: 90px;
        background: #7f7de0;
        transform: rotate(50deg)
    }

.team-mem-info {
    width: 214px;
    height: 214px;
    margin: 0 auto;
    border: 13px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 33px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 33px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 33px 0 rgba(0,0,0,.1)
}

    .team-mem-info img {
        max-width: 100%;
        position: relative;
        height: auto;
        display: block;
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .team-mem-info:hover img {
        transform: scale(1.15)
    }

    .team-mem-info a {
        display: block;
        overflow: hidden;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

.team-cont {
    text-align: center;
    padding: 22px 0 0
}

    .team-cont h3 {
        color: #fff;
        font-size: 24px;
        line-height: normal;
        padding-bottom: 10px;
        font-weight: 500
    }

    .team-cont small {
        color: #fff;
        font-size: 18px;
        display: block;
        line-height: normal;
        font-weight: 400
    }

        .team-cont h3 a, .team-cont small a {
            color: #fff;
            text-decoration: none
        }

.team-social {
    text-align: center
}

    .team-social a {
        margin: 10px;
        color: #7f7de0
    }

        .team-social a:hover {
            color: #fff
        }

.core-team-area .team-mem {
    background: 0 0;
    width: 164px;
    padding: 6px 0 0;
    border: none;
    float: left
}

.core-team-area .team-mem-info {
    width: 164px;
    height: 164px;
    margin: 0;
    border: none
}

.core-team-area .team-cont {
    text-align: left;
    padding: 0 0 0 192px
}

    .core-team-area .team-cont h3 {
        padding-bottom: 6px
    }

    .core-team-area .team-cont small {
        padding-bottom: 15px
    }

.team-cont p {
    color: #fff;
    font-weight: 400
}

.team-social {
    padding: 14px 0 0;
    margin: 0
}

    .team-social li {
        list-style-type: none;
        color: #fff;
        font-size: 18px;
        padding: 0 13px 5px 0
    }

        .team-social li a {
            color: #fff
        }

            .team-social li a:hover {
                color: #5ef7e5
            }

.advisors-team .team-mem {
    background: 0 0;
    width: 214px;
    padding: 0;
    margin: 0 auto
}

.advisors-team .team-mem-info {
    width: 214px;
    height: 214px;
    margin: 0;
    border: none
}

.advisors-team .team-social li {
    padding: 0 7px 5px 6px
}

.advisors-team .team-cont {
    padding: 27px 0 0
}

.advisors-team .team-social {
    padding: 7px 0 0
}

.team2 {
    background: #fff
}

    .team2 .team-mem {
        background: 0 0
    }

    .team2 .team-cont h3 a, .team2 .team-cont h3, .team2 .team-cont small {
        color: #222
    }

.faq .accordion-item .accordion-button {
    box-shadow: none;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 600;
    background: 0 0
}

.faq .accordion-item {
    border: 2px solid transparent;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    margin: 30px 0 0;
    border-radius: 10px
}

.faq .accordion-button:not(.collapsed) {
    color: #7f7dcb
}

    .faq .accordion-button:not(.collapsed)::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
        transform: rotate(-180deg)
    }

.faq p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #222
}

.resp-tabs-list {
    text-align: center
}

    .resp-tabs-list li {
        font-weight: 600;
        color: #222;
        font-size: 18px;
        display: inline-block;
        padding: 13px 24px;
        margin: 0 -3px 0 -2px;
        list-style: none;
        cursor: pointer;
        border-bottom: 2px solid #d4d4d4;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: all .5s ease-in-out
    }

        .resp-tabs-list li:hover {
            color: #4845b4;
            border-bottom: 2px solid #4845b4
        }

.resp-tabs-container {
    padding: 22px 0 0;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none
}

.resp-tab-item.resp-tab-active {
    color: #4845b4;
    border-bottom: 2px solid #4845b4
}

.resp-content-active, .resp-accordion-active {
    display: block
}

.partner {
    background-image: url(../img/bg/bg-5.png);
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover
}

.partner-logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.client-logos {
    background: linear-gradient(to right,#051242 0%,#05215e 100%)
}

.contact-content {
    background-image: url(../img/bg/map.png);
    background-repeat: no-repeat;
    background-position: center 0;
    max-width: 1305px;
    margin: 0 auto
}

.contact-form {
    padding-top: 7px
}

.contact-us {
    max-width: 375px
}

    .contact-us h2 {
        color: #222;
        font-size: 48px;
        line-height: normal;
        padding-bottom: 22px;
        font-weight: 500
    }

    .contact-us h3 {
        color: #4845b4;
        font-size: 24px;
        line-height: normal;
        padding-bottom: 6px;
        font-weight: 400
    }

    .contact-us p {
        color: #777;
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 14px;
        font-weight: 400
    }

.g-map {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    margin-bottom: 100px
}

    .g-map iframe {
        border-radius: 10px
    }

.contact-social {
    padding: 36px 0 0
}

    .contact-social li {
        list-style-type: none;
        padding-bottom: 12px
    }

        .contact-social li:last-child .social-row p:hover {
            text-decoration: none
        }

        .contact-social li a {
            text-decoration: none
        }

.social-row {
    overflow: hidden
}

    .social-row a {
        display: inline-block
    }

    .social-row span {
        background: #1e2571;
        width: 47px;
        height: 47px;
        line-height: 47px;
        float: left;
        display: block;
        overflow: hidden;
        color: #fff;
        font-size: 19px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%
    }

        .social-row span a {
            color: #fff
        }

    .social-row p {
        color: #777;
        font-size: 18px;
        line-height: 28px;
        padding: 6px 0 0 66px;
        font-weight: 500
    }

        .social-row p a {
            color: #777
        }

.form-col {
    margin: 0 -15px
}

    .form-col .form-group {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }

.form-group {
    padding-bottom: 30px;
    margin-bottom: 0
}

    .form-group textarea, .form-group input[type=email], .form-group input[type=text] {
        background: #fff;
        width: 100%;
        height: 58px;
        font-size: 18px;
        color: #999;
        border: 2px solid transparent;
        outline: none;
        padding: 0 22px;
        resize: none;
        font-family: quicksand,sans-serif;
        font-weight: 400;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
        -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
        box-shadow: 0 0 40px 5px rgb(0 0 0/7%)
    }

    .form-group textarea {
        height: 185px;
        padding-top: 20px
    }

.form-control:focus {
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    border: 2px solid #7f7de0 !important
}

.form-group textarea::-webkit-input-placeholder, .form-group input::-webkit-input-placeholder {
    color: #999 !important;
    opacity: 1 !important
}

.form-group textarea::-moz-placeholder, .form-group input::-moz-placeholder {
    color: #999 !important;
    opacity: 1 !important
}

.form-group textarea::-ms-input-placeholder, .form-group input::-ms-input-placeholder {
    color: #999 !important;
    opacity: 1 !important
}

.submit-col {
    width: 192px
}

    .submit-col button[type=submit] {
        background: #1e2571;
        width: 100%;
        height: 46px;
        font-size: 16px;
        color: #fff;
        border: none;
        outline: none;
        text-align: center;
        resize: none;
        cursor: pointer;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        font-family: quicksand,sans-serif;
        font-weight: 500;
        -webkit-box-shadow: 0 0 28px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 28px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 28px 0 rgba(0,0,0,.1)
    }

        .submit-col button[type=submit]:hover {
            background: #7f7dcb
        }

.newsletter-content {
    background: #7f7de0;
    width: 100%;
    max-width: 970px;
    border-radius: 20px;
    margin: 0 auto -75px;
    padding: 41px 15px 55px;
    position: relative;
    z-index: 10
}

.newsletter-content2 {
    margin-bottom: -150px
}

.newsletter-content h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding-bottom: 34px
}

.newsletter-field {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

    .newsletter-field input[type=email], .newsletter-field input[type=text] {
        background: #fff;
        width: 100%;
        height: 60px;
        font-size: 18px;
        color: #777;
        border: none;
        outline: none;
        padding: 0 65px 0 23px;
        resize: none;
        font-family: quicksand,sans-serif;
        font-weight: 500;
        box-shadow: inherit;
        -webkit-box-shadow: 0 0 28px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 28px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 28px 0 rgba(0,0,0,.1)
    }

    .newsletter-field input::-webkit-input-placeholder {
        color: #777 !important;
        opacity: 1 !important
    }

    .newsletter-field input::-moz-placeholder {
        color: #777 !important;
        opacity: 1 !important
    }

    .newsletter-field input::-ms-input-placeholder {
        color: #777 !important;
        opacity: 1 !important
    }

    .newsletter-field button[type=submit] {
        background: #1e2571;
        width: 60px;
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        font-size: 18px;
        color: #fff;
        border: none;
        outline: none;
        cursor: pointer;
        border-radius: 10px;
        transition: all .5s ease-in-out
    }

    .newsletter-field input:focus {
        border: none !important
    }

    .newsletter-field button[type=submit]:hover {
        background: #040c61
    }

.newsletter-container {
    background: #7f7de0;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover
}

.newsletter-text {
    padding-right: 20px
}

    .newsletter-text h4 {
        font-size: 23px;
        font-weight: 400;
        padding-bottom: 8px
    }

    .newsletter-text h2 {
        font-size: 47px;
        font-weight: 500;
        padding-bottom: 14px
    }

    .newsletter-text p {
        color: #fff;
        font-weight: 300
    }

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: block
}

.video3 .invented-cont h3 {
    padding-bottom: 12px
}

.video3 .invented-cont h2 {
    padding-bottom: 26px
}

.video3 .invented-cont p {
    padding-bottom: 34px
}

.cryptu-video {
    width: 421px;
    height: 421px;
    position: relative
}

.video-img {
    position: relative
}

    .video-img img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 20px
    }

    .video-img::after {
        width: 100%;
        height: 100%;
        content: "";
        left: 0;
        top: 0;
        position: absolute;
        background: rgba(0,0,0,.2);
        opacity: 0;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        transition: .3s
    }

    .video-img:hover::after {
        opacity: 1
    }

.video-btn {
    width: 70px;
    position: relative;
    left: 20px;
    bottom: 40px;
    margin-left: -40px
}

    .video-btn a {
        background: #7f7de0;
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        display: block;
        position: relative;
        overflow: inherit;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%
    }

        .video-btn a:hover {
            color: #fff
        }

        .video-btn a:before {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            display: block;
            background-color: rgba(233,74,138,.5);
            border: 10px solid #7f7de0;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            animation: bubble-ripple 1.5s linear infinite
        }

        .video-btn a:after {
            content: "";
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            display: block;
            border: 15px solid #7f7de0;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            animation: bubble-ripple 1.5s linear infinite
        }

        .video-btn a .btn-hover-anim {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            display: block;
            border: 17px solid #7f7de0;
            border-top-left-radius: 50%;
            border-top-right-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
            animation: bubble-ripple 2s linear infinite
        }

.modal-video-close-btn {
    width: 25px;
    height: 35px
}

@-webkit-keyframes bubble-ripple {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .75
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}

@keyframes bubble-ripple {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .75
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

.modal-video {
    padding: 50px
}

    .modal-video .modal-video-body {
        max-width: 700px
    }

.huge-container {
    position: relative;
    z-index: 4
}

    .huge-container:before {
        background: url(../img/bgr-huge-left.png) no-repeat 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        width: 567px;
        height: 580px;
        content: '';
        position: absolute;
        left: 0;
        top: 180px;
        z-index: -1
    }

    .huge-container:after {
        background: url(../img/bgr-huge-right.png) no-repeat 0 0;
        -webkit-background-size: cover;
        background-size: cover;
        width: 450px;
        height: 470px;
        content: '';
        position: absolute;
        right: 0;
        bottom: 110px;
        z-index: -1
    }

.pbl-img {
    margin-bottom: 40px
}

    .pbl-img img {
        max-width: 100%;
        height: auto;
        display: block
    }

.pbl-col-info {
    padding: 35px 35px 22px;
    height: 100%;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.1)
}

    .pbl-col-info h4 {
        color: #222;
        font-size: 22px;
        line-height: 31px;
        padding-bottom: 14px;
        font-weight: 500
    }

    .pbl-col-info p {
        color: #222;
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 10px;
        font-weight: 400
    }

.crp-btn-area .crp-btn {
    width: 100%;
    margin: 37px 16px 0 0
}

.one-btn {
    background: 0 0;
    border: 1px solid #fff;
    margin-right: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

    .one-btn:hover {
        border: 1px solid #e2196a
    }

.crp-inventment-container2 .crp-inventment-content {
    max-width: 540px
}

.crp-inventment-container2 {
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

    .crp-inventment-container2 .crp-inventment-content {
        max-width: 540px
    }

.crp-inv-img {
    max-width: 600px;
    padding-left: 80px
}

    .crp-inv-img img {
        max-width: 100%;
        height: auto;
        display: block
    }

.inv-social {
    margin: 47px 0 0 5px
}

    .inv-social a {
        color: #fff;
        font-size: 25px;
        margin-left: 25px;
        display: inline-block
    }

        .inv-social a:hover {
            color: #7f7de0
        }

.token-title h3 {
    font-size: 29px;
    font-weight: 500
}

.token-service-info {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.1)
}

.token-service-cont {
    padding: 50px 10px 43px
}

.token-service-info h3 {
    background: #4845b4;
    font-size: 23px;
    padding: 19px 10px 20px;
    -webkit-box-shadow: 0 3px 23px -14px rgba(0,0,0,.75);
    -moz-box-shadow: 0 3px 23px -14px rgba(0,0,0,.75);
    box-shadow: 0 3px 23px -14px rgba(0,0,0,.75)
}

.token-service-info p {
    font-size: 20px;
    padding-bottom: 16px;
    font-weight: 400
}

.token-service-info span {
    color: #5ef7e5;
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
    font-weight: 400
}

.token-service-info strong {
    font-size: 29px;
    display: block;
    line-height: 30px;
    font-weight: 400
}

.token-service-info small {
    color: #777;
    font-size: 16px;
    display: block;
    font-weight: 400
}

.crp-features-container {
    background: #4845b4
}

    .crp-features-container .crp-inv-col-icon {
        width: 47px
    }

    .crp-features-container .crp-inv-col-cont {
        padding: 0 0 0 75px
    }

.crp-inv-col-cont h4 {
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 600
}

.crp-inv-col-cont p {
    color: #fff
}

.progressbar-area {
    padding: 0 0 12px
}

    .progressbar-area small {
        color: #fff;
        font-size: 16px;
        margin-bottom: 7px;
        display: inline-block;
        font-weight: 500
    }

#progressbar2.ui-widget.ui-widget-content, #progressbar.ui-widget.ui-widget-content {
    background: #ddd;
    border: 0;
    height: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

#progressbar2.ui-progressbar .ui-progressbar-value, #progressbar.ui-progressbar .ui-progressbar-value {
    margin: 0;
    height: 100%
}

#progressbar2 .ui-widget-header, #progressbar .ui-widget-header {
    border: 0;
    background: #1e2571;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.canvas4 {
    width: 464px;
    height: 464px
}

.chart-container {
    max-width: 1638px;
    margin: 0 auto
}

.chart-col {
    width: 50%;
    position: relative
}

    .chart-col:nth-child(2):before {
        background: #ccc;
        width: 1px;
        height: 376px;
        content: '';
        position: absolute;
        left: 0;
        top: 0
    }

.chart-cycle {
    width: 350px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.chart-icon {
    background: #fff url(../img/chart-icon.png) no-repeat center center;
    background-size: 70px auto;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.chart-point {
    width: 165px;
    margin-left: 60px
}

.chart-col:nth-child(2) .chart-point {
    margin: 0 60px 0 0
}

.chart-cycle:hover .chart-un {
    opacity: .6
}

.chartjs-render-monitor {
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.sale-item {
    overflow: hidden;
    padding-bottom: 14px
}

.sale-item-cont {
    padding-left: 30px
}

.sale-item-color {
    float: left
}

.sale-right-text .sale-item-cont {
    padding: 0 30px 0 0;
    text-align: right
}

.sale-right-text .sale-item-color {
    float: right
}

.chart-col h3 {
    font-size: 30px
}

.sale-item-color span {
    background: #4845b4;
    width: 12px;
    height: 12px;
    display: block;
    margin-top: 9px
}

.color-green span {
    background: #4fc489
}

.color-blue span {
    background: #0ba1d6
}

.color-yellow span {
    background: #efe943
}

.color-burnt span {
    background: #e9734a
}

.color-forceblue span {
    background: #5990a4
}

.sale-item-cont strong {
    display: block;
    color: #222;
    font-size: 24px;
    line-height: normal;
    padding-bottom: 3px;
    font-weight: 500
}

.sale-item-cont small {
    display: block;
    color: #040c61;
    font-size: 14px;
    font-weight: 500
}

.sale-item-col {
    width: 50%
}

    .sale-item-col .sale-item {
        width: 100%
    }

.dst-chart-container {
    width: 100%;
    max-width: 1015px
}

.dst-sale-area {
    width: 190px
}

.dst-chart-cycle {
    width: 62.5%
}

    .dst-chart-cycle .chart-cycle {
        margin: 0 auto
    }

.chart-alc-sale-area, .chart-allocation-area {
    width: 100%;
    max-width: 974px;
    margin: 0 auto;
    padding: 0 15px
}

.chart-alc-col {
    width: 30%;
    height: 47px
}

.chart-alc1 {
    background: #4845b4;
    width: 30%
}

.chart-alc2 {
    background: #4fc489;
    width: 25%
}

.chart-alc3 {
    background: #0ba1d6;
    width: 20%
}

.chart-alc4 {
    background: #efe943;
    width: 15%
}

.chart-alc5 {
    background: #e9734a;
    width: 10%
}

.chart-alc-sale-area .sale-item {
    width: 23.19%;
    padding-left: 12px
}

.dst-sale-area .sale-item {
    padding-bottom: 38px
}

.dst-sale-area .sale-item-cont {
    padding-left: 35px
}

.dst-sale-area.sale-right-text .sale-item-cont {
    padding: 0 35px 0 0
}

.chart-alc-sale-area .sale-item:nth-child(2) {
    width: 22.77%
}

.chart-alc-sale-area .sale-item:nth-child(3) {
    width: 21.92%
}

.chart-alc-sale-area .sale-item:nth-child(4) {
    width: 18.96%
}

.chart-alc-sale-area .sale-item:nth-child(5) {
    width: 11.86%
}

.dst-sale-area .sale-item-color span, .chart-alc-sale-area .sale-item-color span {
    width: 18px;
    height: 18px;
    margin-top: 7px
}

.chart-alc-sale-area .sale-item-cont small {
    font-size: 15px
}

.chart-alc-sale-area .sale-item-cont strong {
    padding-bottom: 6px
}

.chart-alc-sale-area .sale-item-cont {
    padding-left: 35px
}

.live-sale-col {
    padding-top: 14px;
    padding-bottom: 13px
}

    .live-sale-col:first-child {
        border-right: 5px solid #7f7de0;
        background: #7f7de0;
        border-radius: 10px 40px 40px 10px;
        color: #fff
    }

    .live-sale-col h2 {
        font-size: 29px;
        padding-bottom: 4px
    }

    .live-sale-col h5 {
        color: #777;
        font-weight: 400
    }

.livesale .progressbar-area small {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600
}

.livesale .total-token small {
    font-size: 18px;
    font-weight: 500
}

.livesale .total-token span {
    color: #1e2571;
    font-size: 23px;
    display: block;
    line-height: 23px;
    font-weight: 600
}

.livesale .progressbar-area small {
    color: #7f7de0
}

.total-token {
    position: relative
}

.join-btn a {
    color: #222;
    font-size: 16px;
    display: inline-block;
    border: 2px solid #7f7de0;
    padding: 6px 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px
}

    .join-btn a:hover {
        background: #7f7de0;
        color: #fff
    }

.int-content {
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

.int-img {
    width: 94px;
    margin: 0 auto 32px
}

    .int-img img {
        max-width: 100%;
        height: auto;
        display: block
    }

.int-content p {
    color: #fff;
    padding: 26px 0 31px;
    font-weight: 300
}

.int-content a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 400
}

    .int-content a:hover {
        color: #7f7de0
    }

.sm-title h3 {
    color: #4845b4;
    padding-bottom: 10px;
    font-weight: 500
}

.sm-title h2 {
    color: #222;
    font-size: 47px;
    line-height: 58px;
    padding-bottom: 22px;
    font-weight: 500
}

.uni-img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto
}

    .uni-img img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto
    }

.opt-content p {
    padding-bottom: 44px;
    font-weight: 400
}

.ncrp-list {
    padding: 13px 0 0
}

    .ncrp-list li {
        color: #777;
        font-size: 17px;
        line-height: 27px;
        position: relative;
        list-style-type: none;
        padding: 0 0 19px 42px;
        font-weight: 400
    }

        .ncrp-list li:after {
            content: '\f00c';
            font-family: 'font awesome 5 pro';
            font-style: normal;
            text-decoration: inherit;
            position: absolute;
            font-size: 20px;
            color: #4845b4;
            left: 0;
            top: 2px;
            z-index: 1
        }

.mlt-row {
    display: table
}

.mlt-icon {
    width: 36px;
    float: left
}

    .mlt-icon i {
        font-size: 40px;
        color: #7f7de0
    }

.mlt-content h4 {
    padding-left: 27px;
    display: table-cell;
    vertical-align: middle
}

.mlt-content p {
    color: #777;
    font-weight: 400
}

.rating-container {
    background: #7f7de0;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover
}

.rating-col-area {
    margin: 0 -39px
}

.rating-col {
    width: 20%;
    padding: 0 39px 30px
}

.rating-col-info {
    background: linear-gradient(to right,#051242 0%,#05215e 50%);
    width: 100%;
    padding: 60px 10px 20px;
    position: relative;
    border-radius: 20px
}

    .rating-col-info h5 {
        background: #4845b4;
        width: 100%;
        border-radius: 10px;
        padding: 13px 10px 16px;
        text-align: center;
        position: absolute;
        left: 15px;
        top: 0
    }

        .rating-col-info h5 a {
            color: #fff;
            text-decoration: none
        }

    .rating-col-info h2 {
        color: #fff
    }

.rating-box {
    text-align: center
}

.star {
    padding-top: 6px;
    font-size: 0
}

    .star small {
        color: #7f7de0;
        font-size: 17px
    }

        .star small.star-gary {
            color: #e5e5e5
        }

.token-container .sm-title h3 {
    padding-bottom: 4px
}

.pre-sale-area {
    position: relative;
    padding-left: 52px;
    margin-top: 30px
}

    .pre-sale-area .sale-title {
        width: auto;
        position: absolute;
        left: -37px;
        top: 45%;
        transform: translateY(-45%);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .pre-sale-area:nth-child(2) .sale-title {
        left: -51px
    }

    .pre-sale-area h4 {
        color: #222;
        font-size: 23px;
        line-height: 20px;
        font-weight: 500
    }

.pre-sale {
    background: #fff;
    padding: 35px 45px 35px 5px;
    border-radius: 20px;
    border-left: 6px solid #7f7de0;
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    box-shadow: 0 0 40px 5px rgb(0 0 0/7%)
}

.pre-sale-area:first-child {
    margin-top: 0
}

.sale-date h5 {
    font-size: 18px;
    line-height: 16px;
    padding-bottom: 10px;
    font-weight: 500
}

.sale-date small {
    font-size: 16px;
    color: #777;
    line-height: 16px;
    font-weight: 400
}

.pre-sale .sale-col {
    border-left: 1px solid #e5e5e5;
    padding: 22px 0 0 45px
}

.sale-col:first-child, .sale-col:nth-child(2) {
    padding-top: 0
}

.pre-sale .sale-col:nth-child(2n+1) {
    border-left: none
}

.token-details {
    margin-left: 27px;
    padding: 35px 10px 30px 40px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.1)
}

.token-row {
    overflow: hidden;
    padding-bottom: 17px
}

    .token-row strong {
        width: 215px;
        float: left;
        display: block;
        font-size: 18px;
        line-height: normal;
        font-weight: 500
    }

    .token-row small {
        padding-left: 215px;
        font-size: 16px;
        color: #777;
        line-height: normal;
        display: block;
        font-weight: 400
    }

.roadmap-container2 {
    background: #7f7de0;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover
}

.timeline-area {
    margin: 0 -3px
}

.timeline__item {
    padding: 0 10px 50px
}

    .timeline__item:nth-child(even) {
        padding-top: 50px;
        padding-bottom: 0
    }

.timeline__content {
    background: linear-gradient(to right,#051242 0%,#05215e 100%);
    border: 0;
    border-radius: 20px;
    color: #777;
    display: block;
    padding: 0;
    position: relative
}

    .timeline__content h3 {
        background: #4845b4;
        font-size: 18px;
        color: #fff;
        padding: 10px;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 0 0 20px 20px
    }

    .timeline__content h5 {
        color: #fff;
        font-size: 21px;
        padding: 10px 0
    }

.hz-cont-info {
    padding: 20px
}

.timeline__content p {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #fff !important;
    margin: 0 !important
}

.timeline__item {
    position: relative
}

    .timeline__item:nth-child(2):before, .timeline__item:nth-child(1):before {
        content: '';
        background: #4845b4;
        position: absolute;
        right: 0;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 4.5px
    }

    .timeline__item:nth-child(2):before {
        width: 50%;
        top: -2px;
        bottom: inherit;
        right: inherit;
        height: 5.5px
    }

    .timeline__item .timeline__content:before {
        display: none
    }

.timeline--horizontal .timeline__item .timeline__content:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    border: 0;
    z-index: -1;
    width: 3px;
    height: 50px;
    margin: 0 auto
}

.timeline--horizontal .timeline__item:nth-child(even) .timeline__content:after {
    bottom: inherit;
    top: -50px
}

.timeline__item:after {
    content: '\f111';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    margin: 0 auto;
    width: 29px;
    height: 29px;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #4845b4;
    font-family: 'font awesome 5 pro';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 12px;
    color: #ecebfa;
    line-height: 19px;
    text-align: center
}

.timeline__item:nth-child(odd):after {
    top: inherit;
    bottom: -30px
}

.timeline__item:first-child:after {
    content: '\f00c';
    color: #4845b4
}

.timeline__item:nth-child(2):after {
    color: #4845b4
}

.timeline--horizontal .timeline-divider {
    background: url(../img/bgr-timeline-li.png) repeat-x 0 center;
    margin: 0
}

.timeline-divider:before {
    background: #fff;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    left: -17px;
    top: -7px;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.timeline-divider:after {
    background: #fff;
    width: 18px;
    height: 18px;
    content: '';
    position: absolute;
    right: -19px;
    top: -7px;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.timeline-nav-button {
    background: 0 0;
    width: 12px;
    height: 18px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

button.timeline-nav-button:focus {
    outline: none
}

.timeline-nav-button--prev:before {
    background: url(../img/arrow-left.svg) no-repeat 0 0;
    width: 12px;
    height: 18px;
    content: '\f111';
    position: absolute;
    left: 10px;
    top: 2px;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.timeline-nav-button--next:before {
    background: url(../img/arrow-right.svg) no-repeat right 0;
    width: 12px;
    height: 18px;
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.timeline-nav-button:disabled {
    opacity: 1
}

.sidebar {
    padding-left: 17px
}

.left-sidebar .sidebar {
    padding-left: 0;
    padding-right: 17px
}

.blog-item {
    overflow: hidden;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    box-shadow: 0 0 40px 5px rgb(0 0 0/7%)
}

.blog-item-img {
}

.blog-item-content {
}

.blog-item-img img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px
}

.blog-item-content h2 {
    color: #222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 22px
}

    .blog-item-content h2 a {
        color: #222;
        text-decoration: none
    }

.blog-item-content p {
    color: #333;
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 4px
}

.date-time {
    padding: 10px 0
}

    .date-time a {
        color: #777;
        font-size: 16px;
        display: inline-block;
        text-decoration: none;
        font-weight: 400
    }

    .date-time span {
        color: #777;
        font-size: 16px;
        display: inline-block;
        margin-left: 25px;
        position: relative;
        font-weight: 400
    }

.social-list .more-btn {
    color: #7f7de0;
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding-right: 17px;
    font-family: quicksand,sans-serif;
    font-weight: 500
}

    .social-list .more-btn:hover, .social-list .more-btn:hover:after {
        color: #4845b4
    }

.blog-social {
    padding: 0;
    margin: 0
}

    .blog-social li {
        list-style-type: none;
        color: #3b5998;
        font-size: 18px;
        margin: 0 0 6px 14px
    }

        .blog-social li a {
            color: #3b5998
        }

        .blog-social li.blog-social-tw a {
            color: #1da1f2
        }

        .blog-social li.blog-social-gop a {
            color: #dd4b39
        }

.pagination {
    border-radius: 0
}

    .pagination li {
        color: #777;
        text-align: center;
        font-size: 18px;
        width: 58px;
        text-decoration: none;
        margin: 0 5px 10px 0;
        font-weight: 400
    }

        .pagination li .page-link {
            background: #fff;
            color: #777;
            width: 40px;
            height: 40px;
            line-height: 40px;
            padding: 0;
            border: none;
            border-radius: 8px !important;
            -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
            -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
            box-shadow: 0 0 40px 5px rgb(0 0 0/7%)
        }

        .pagination li .current, .prev-next-area a:hover, .pagination li a:hover {
            background: #7f7de0;
            color: #fff
        }

.prev-next-area a {
    text-decoration: none;
    background: #7f7de0;
    color: #fff;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 50px
}

    .prev-next-area a:hover {
        background: #040c61
    }

.pagination li .current {
    cursor: default !important
}

.search-field {
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    box-shadow: 0 0 40px 5px rgb(0 0 0/7%)
}

    .search-field input[type=email], .search-field input[type=text], .search-field input[type=search] {
        background: #fff;
        border-radius: 10px;
        width: 100%;
        height: 60px;
        font-size: 18px;
        color: #777;
        border: none;
        outline: none;
        padding: 0 49px 0 22px;
        resize: none;
        font-family: quicksand,sans-serif;
        font-weight: 400;
        box-shadow: inherit
    }

.search-btn {
    width: 59px;
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    min-width: 48px;
    text-align: center;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    background: #1e2571;
    border: none;
    outline: none
}

    .search-btn:hover {
        background: #040c61;
        color: #fff
    }

.search-field input:focus {
    border: none !important
}

.search-btn:focus {
    outline: none;
    box-shadow: none
}

.sidebar-post-col {
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    box-shadow: 0 0 40px 5px rgb(0 0 0/7%)
}

.sidebar-post-cat {
    padding: 20px 25px 20px 30px
}

.sidebar-post-col h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 0 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #ddd
}

    .sidebar-post-col h3 a {
        color: #222;
        text-decoration: none;
        position: relative;
        padding-right: 22px;
        display: inline-block
    }

.sidebar-post-row {
    overflow: hidden;
    padding: 8px 0 13px
}

.sidebar-post-img {
    width: 71px;
    float: left;
    margin-top: 6px
}

.sidebar-post-content {
    padding: 0 0 0 90px
}

.sidebar-post-img img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px
}

.sidebar-post-content h4 {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 7px;
    font-weight: 500
}

    .sidebar-post-content h4 a {
        color: #222;
        text-decoration: none
    }

.sidebar-post-content small {
    color: #777;
    font-size: 14px;
    line-height: normal;
    font-weight: 400
}

.sidebar-post-cat ul {
    padding: 7px 0 3px;
    margin: 0
}

    .sidebar-post-cat ul li {
        padding: 0 0 8px;
        margin: 0;
        list-style-type: none;
        color: #222;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 10px
    }

        .sidebar-post-cat ul li a {
            color: #222;
            text-decoration: none
        }

            .sidebar-post-cat ul li a:hover {
                color: #7f7dcb
            }

        .sidebar-post-cat ul li small {
            padding: 0;
            margin: 0;
            list-style-type: none;
            color: #888;
            font-size: 14px;
            font-family: poppins,sans-serif;
            font-weight: 400;
            float: right
        }

.tags-list {
    margin: 13px -2px 9px
}

    .tags-list a {
        height: 40px;
        line-height: 38px;
        color: #fff;
        background: #7f7dcb;
        font-size: 16px;
        padding: 0 28px 0 21px;
        margin: 0 2px 7px 1px;
        display: inline-block;
        text-decoration: none;
        -webkit-border-radius: 17px;
        border-radius: 50px;
        font-weight: 400
    }

        .tags-list a:hover {
            background: #000461;
            color: #fff
        }

.sidebar-social ul {
    margin: 0 -6px 0 -5px
}

    .sidebar-social ul li {
        width: 59px
    }

        .sidebar-social ul li a {
            background: #3b5998;
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            font-size: 18px;
            text-align: center;
            display: block;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            font-weight: 500
        }

        .sidebar-social ul li.sid-twitter a {
            background: #1da1f2
        }

        .sidebar-social ul li.sid-gplus a {
            background: #dd4b39
        }

        .sidebar-social ul li.sid-linkedin a {
            background: #0077b5
        }

        .sidebar-social ul li a:hover {
            color: #ddd
        }

.subscribe {
    background: #f3f3f3;
    padding: 30px;
    margin-bottom: 26px
}

    .subscribe a {
        background: #e46c2b;
        height: 52px;
        line-height: 52px;
        padding: 0 23px;
        color: #fff;
        font-size: 21px;
        text-align: center;
        display: block;
        font-family: helveticaneueheavy;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 5px -5px rgba(0,0,0,.69);
        -moz-box-shadow: 2px 2px 5px -5px rgba(0,0,0,.69);
        box-shadow: 2px 2px 5px -5px rgba(0,0,0,.69)
    }

        .subscribe a:hover {
            background: #c75e25
        }

.advertisement {
    padding: 0 20px 28px;
    border-bottom: 2px solid #ea5a4f;
    margin-bottom: 16px
}

.advertisement2 {
    border-bottom: 2px solid #2d6a97
}

.advertisement a {
    color: #666;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 3px;
    font-family: helveticaneuelight
}

.sibgle-blog-img {
    margin-bottom: 26px
}

    .sibgle-blog-img img, .advertisement_img img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 10px
    }

.tips_area {
    padding-bottom: 38px
}

    .tips_area h2 {
        color: #202020;
        font-size: 30px;
        padding-bottom: 10px;
        font-family: helveticaneueltprolt
    }

        .tips_area h2 a {
            color: #202020
        }

.tips_info {
    width: 100%
}

.tips_row {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 14px 10px;
    cursor: pointer
}

.tips_row_left {
    width: 50px;
    float: left
}

.tips_row_content {
    padding-left: 81px
}

    .tips_row_content h3 {
        font-size: 20px;
        color: #333;
        padding-top: 8px
    }

.tips_row_left span {
    background: #ea5a4f;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-family: helveticaneueltprobd
}

.tips_row:hover {
    background: #f9f9f9
}

.focus .tips_row_left span {
    background: #2d6a97
}

.sibgle-blog-content p {
    color: #777;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 28px;
    font-weight: 400
}

.sibgle-blog-content blockquote {
    border-left: 3px solid #7f7de0;
    padding: 20px 20px 20px 60px;
    margin-top: 20px;
    font-size: 20px;
    color: #999;
    line-height: 29px;
    position: relative
}

    .sibgle-blog-content blockquote::before {
        content: "\f10d";
        position: absolute;
        font-family: "font awesome 5 pro";
        color: #ddd;
        font-size: 40px;
        left: 10px
    }

    .sibgle-blog-content blockquote p {
        font-size: 20px;
        color: #999;
        line-height: 29px;
        padding: 0
    }

    .sibgle-blog-content blockquote span {
        display: block;
        color: #222;
        font-size: 16px;
        padding-left: 35px;
        margin-top: 13px;
        text-transform: uppercase;
        font-weight: 400;
        position: relative
    }

        .sibgle-blog-content blockquote span small {
            display: inline-block;
            color: #777;
            font-size: 14px;
            text-transform: capitalize
        }

        .sibgle-blog-content blockquote span:before {
            background: #222;
            width: 23px;
            height: 2px;
            content: '';
            position: absolute;
            left: 0;
            top: 15px
        }

.sibgle-blog-content .tags-list {
    margin: 0
}

.post-meta ul {
    padding: 0;
    margin: 0
}

    .post-meta ul li {
        color: #777;
        font-size: 18px;
        list-style-type: none;
        padding: 0 33px 8px 0;
        font-weight: 400
    }

        .post-meta ul li:last-child {
            padding-right: 0
        }

        .post-meta ul li .fas {
            margin-right: 5px
        }

        .post-meta ul li a {
            color: #777;
            text-decoration: none
        }

.author-box {
    overflow: hidden;
    padding: 28px 20px 20px 30px
}

.author-img {
    width: 117px;
    height: 117px;
    float: left;
    margin-top: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

    .author-img img {
        border-radius: 50%;
        border: 5px solid #7f7de0
    }

.author-info {
    padding: 0 0 0 151px
}

    .author-info .blog-social li:first-child {
        margin-left: 0
    }

    .author-info h3 {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 18px
    }

    .author-info p {
        color: #777;
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 21px;
        font-weight: 400
    }

.blog-postcomment {
    padding: 39px 45px 5px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    -moz-box-shadow: 0 0 40px 5px rgb(0 0 0/7%);
    box-shadow: 0 0 40px 5px rgb(0 0 0/7%)
}

    .blog-postcomment h2 {
        color: #222;
        font-size: 29px;
        line-height: normal;
        padding-bottom: 34px
    }

.comment-author {
    width: 96px;
    float: left;
    margin-top: 6px
}

    .comment-author img {
        border-radius: 50%;
        border: 5px solid #7f7de0
    }

.comment-meta {
    padding: 0 0 0 122px
}

    .comment-meta h4 {
        float: left;
        font-size: 20px;
        color: #222
    }

        .comment-meta h4 a {
            color: #222;
            text-decoration: none
        }

.posttimeinfo small {
    font-size: 16px;
    color: #888;
    font-family: poppins,sans-serif;
    font-weight: 400
}

.comment-content {
    padding: 40px 0 42px 122px
}

.posttimeinfo {
    float: right
}

.comment-content p {
    font-size: 18px;
    color: #777;
    line-height: 27px;
    padding-bottom: 30px;
    font-weight: 400
}

.comment-content a {
    background: #7f7de0;
    padding: 0 38px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    color: #fefefe;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 33px -13px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 33px -13px rgba(0,0,0,.75);
    box-shadow: 0 0 33px -13px rgba(0,0,0,.75)
}

    .comment-content a:hover {
        background: #000461
    }

#blogform h4 {
    font-size: 29px;
    color: #222;
    padding-bottom: 46px;
    font-weight: 500
}

.comment-reply-title small {
    font-weight: 500;
    font-size: 29px;
    color: #222
}

    .comment-reply-title small a {
        color: #222;
        text-decoration: none
    }

.comment-respond {
    padding: 25px 27px 0
}

.postcomment-box h4 img {
    width: 27px;
    display: inline-block;
    vertical-align: middle
}

.comment-form {
    margin: 0 -6px
}

.input-field {
    width: 33.33%;
    padding: 0 6px 12px
}

    .input-field textarea, .input-field input[type=text], .input-field input[type=email] {
        background: #fff;
        border: 1px solid #e5e5e5;
        width: 100%;
        border-radius: 10px;
        height: 50px;
        color: #777;
        font-size: 18px;
        padding: 0 21px;
        outline: none;
        font-weight: 400;
        position: relative
    }

    .input-field textarea {
        height: 171px;
        padding: 18px 21px;
        resize: none
    }

.form-submit {
    width: 160px;
    margin: 0 0 30px 6px
}

    .form-submit input[type=submit] {
        background: #7f7de0;
        width: 100%;
        height: 47px;
        line-height: 47px;
        padding: 0 4px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        outline: none;
        border: none;
        text-transform: capitalize;
        font-weight: 400;
        -webkit-border-radius: 22px;
        border-radius: 22px;
        -webkit-box-shadow: 0 0 33px -13px rgba(0,0,0,.75);
        -moz-box-shadow: 0 0 33px -13px rgba(0,0,0,.75);
        box-shadow: 0 0 33px -13px rgba(0,0,0,.75);
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out
    }

        .form-submit input[type=submit]:hover {
            background: #000461
        }

.input-field input[placeholder], .input-field [placeholder], .input-field [placeholder] {
    color: #777
}

.input-field ::-webkit-input-placeholder {
    color: #777;
    opacity: 1
}

.input-field :-moz-placeholder {
    color: #777;
    opacity: 1
}

.input-field ::-moz-placeholder {
    color: #777;
    opacity: 1
}

.input-field :-ms-input-placeholder {
    color: #777;
    opacity: 1
}

.depth-2 {
    padding-left: 123px
}

.postcomment-container {
    background: #f8fafb;
    padding: 50px 30px;
    margin-top: 50px
}

    .postcomment-container .form-submit {
        margin: 0 auto
    }

.comment-meta h4 {
    text-transform: capitalize
}

.error-content {
    text-align: center;
    padding-top: 40px
}

.error-text {
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px
}

.error-btn {
    background-color: #1e2571;
    text-decoration: none;
    padding: 10px 30px 13px;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    transition: all .5s ease-in-out
}

    .error-btn:hover {
        background: #040c61;
        color: #fff
    }

.term-container p {
    font-weight: 400;
    color: #000
}

.term-container ul li {
    font-weight: 400;
    color: #000;
    margin-top: 10px
}

.footer-container {
    background-image: url(../img/bg/bg-3.png);
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 178px 0 5px;
    border-radius: 100px 0 0 0
}

.footer-container2 {
    padding-top: 254px
}

.footer-container3 {
    padding-top: 104px
}

.footer-cryptu {
    max-width: 370px;
    padding-right: 10px
}

.footer-col {
    padding-right: 5px;
    padding-bottom: 30px
}

.footer-logo {
    max-width: 230px;
    margin-bottom: 28px
}

    .footer-logo img {
        max-width: 100%;
        height: auto;
        display: block
    }

.footer-col h4 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    padding-bottom: 28px;
    font-weight: 500
}

.footer-col p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 15px;
    font-weight: 400
}

.footer-col ul {
    padding: 4px 0 0;
    margin-bottom: 0
}

    .footer-col ul li {
        color: #fff;
        font-size: 18px;
        line-height: normal;
        padding-bottom: 13px;
        list-style-type: none;
        font-weight: 400
    }

        .footer-col ul li a {
            color: #fff;
            position: relative;
            overflow-wrap: break-word;
            word-wrap: break-word;
            text-decoration: none;
            transition: all .5s ease-in-out
        }

            .footer-col ul li a:hover {
                color: #7f7de0;
                padding-left: 5px
            }

.footer-bottom-content p a, .footer-bottom-content ul li a, a.link-hover, p.link-hover, .link-hover a {
    position: relative
}

.foo-social a, .foo-social a p {
    overflow-wrap: break-word;
    word-break: break-word
}

.social-link {
    margin-top: 20px
}

    .social-link li a {
        color: #fff;
        font-size: 22px;
        margin-right: 25px;
        padding-left: 0 !important
    }

        .social-link li a:hover {
            color: #7f7de0
        }

    .social-link li:last-child {
        padding-right: 0
    }

.footer-bottom-content {
    border-top: 2px dashed #1e2571;
    padding: 20px 0 10px
}

    .footer-bottom-content p {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 10px;
        font-weight: 400
    }

        .footer-bottom-content p a {
            color: #7f7de0;
            font-weight: 500;
            text-decoration: none
        }

            .footer-bottom-content p a:hover {
                color: #5958a7
            }

    .footer-bottom-content ul {
        padding: 0;
        margin: 0
    }

        .footer-bottom-content ul li {
            color: #fff;
            font-size: 18px;
            line-height: normal;
            padding: 2px 0 10px 51px;
            list-style-type: none;
            font-weight: 400
        }

            .footer-bottom-content ul li:first-child {
                padding-left: 0
            }

            .footer-bottom-content ul li a {
                color: #fff;
                text-decoration: none
            }

                .footer-bottom-content ul li a:hover {
                    color: #7f7de0
                }

.foo-social a {
    display: inline-block
}

.foo-social span {
    /*width: 20px;*/
    float: left;
    margin-top: 6px;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 15px
}

    .foo-social span a {
        color: #fff
    }

.foo-social p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 40px;
    font-weight: 400
}

    .foo-social p a {
        color: #fff
    }

.social-row a span .fa-phone, .foo-social a .fa-phone {
    transform: rotate(90deg);
    padding-left: 1px
}

.foo-social a .fa-envelope, .foo-social a .fa-map-marker-alt {
    padding-left: 1px
}

.social-row a:hover span .fa-phone {
    transform: rotate(450deg)
}

.social-row span:hover i, .social-row a:hover span .fa-map-marker-alt, .social-row a:hover span .fa-envelope {
    transform: rotate(360deg)
}

.submit-col input[type=submit] {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.header-social li a:hover {
    color: #5ef7e5
}

.social-row span i, .social-row a span .fa-map-marker-alt, .social-row a span .fa-envelope, .social-row a span .fa-phone, .foo-social a .fa-phone, .foo-social a .fa-envelope, .foo-social a .fa-map-marker-alt, .footer-col ul li a, .newsletter-field input[type=submit], .service-info {
    -webkit-transition: .3s;
    transition: .3s
}

.backtop {
    background: #7f7de0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

    .backtop:hover {
        color: #fff;
        background-color: #1e2571
    }

    .backtop.show_icon {
        visibility: visible;
        opacity: 1
    }
