@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&display=swap');
html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
:root {
    --purple-color: #8F3ACD;
    --sku-blue-color: #3FC3EE;
    --yellow-color: #F6CA23;
}
    body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Alan Sans", sans-serif!important;
    color: #000;
    /*padding-top: 83px*/
    /*font-family: serif !important;*/
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #1b232e;
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    background: #10141a;
    border-radius: 30px;
}

.container-fluid {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
/**************** header-section *******************************************/




.header-area {
    background-color: #168cd5;
    padding: 8px 0px;
}

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
            text-decoration: none;
        }

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
        }

.right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .right ul li {
        margin-left: 25px;
        font-size: 16px;
        color: #fff;
    }

        .right ul li a {
            color: #fff;
        }

.header-section {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
/*    margin-top: 10px;
*/    transition: all .3s ease;
    padding: 10px 0px;
}

    .header-section.fixed {
        background: #090e12;
        margin-top: 0px;
        border-bottom: 1px solid #ccc3;
    }


/*#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #090e125c url(..//loader.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 9999999;
    background-size: 5%;
}*/

.hide {
    display: none;
}

.wrapperSlot {
    background: #000;
}
/*a.logoSlot {
    width: 110px;
}*/
ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 5px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link.fixed {
            color: #fff;
        }


        ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
            color: #3e3e3e;
        }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link {
            font-size: 15px;
            color: #fff;
            font-weight: 500;
            padding: 9px 15px;
            border-radius: 7px;
            text-transform: uppercase;
            text-decoration: none;
        }

.login_signup a.nav-link {
    background: #fff;
    color: #fff !important;
    background: #9ECF02;
}



/*
@keyframes glowing {
    0% {
        background-color: #fff;
        box-shadow: 0 0 5px #fff;
    }

    50% {
        background-color: #fff;
        box-shadow: 0 0 20px #fff;
    }

    100% {
        background-color: #fff;
        box-shadow: 0 0 5px #fff;
    }
}

.login_signup a.nav-link {
    animation: glowing 1300ms infinite;
}*/



ul.navbar-nav.headerSlot li.nav-item a.nav-link.active {
    color: #FFF;
    background: #35b3dc;
}
/*ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover  {
    background: #35b3dc;
    color: #fff;
}*/



img.logo_imgs {
    width:150px;
    height: auto;
    transition: all .3s ease;
}

.header-section.fixed img.logo_imgs {
    width: 170px;
    height: auto;
    transition: all .3s ease;
}

.navbar-collapse {
    align-items: center;
    width: 100%;
    z-index: 9;
}

section.carousel_slider {
    position: relative;
}

.carousel-caption.sloder_text {
    position: absolute;
    top: 58%;
    left: 35%;
    text-align: inherit;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}


.choose_header {
    text-align: center;
    position: relative;
}

    .choose_header h3 {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        text-transform: capitalize;
        /*font-family: 'Gotham' !important;*/
        font-family: serif;
    }

    .choose_header p {
        color: #fff;
        font-size: 16px;
    }

.reflection-text {
    position: relative;
    margin: -5px 0px 30px;
    display: inline-block;
}

    .reflection-text div {
        position: absolute;
        text-align: center;
        bottom: -2rem;
        width: auto;
        display: inline;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

        .reflection-text div i {
            color: #1bc486;
            z-index: 9;
            font-size: 20px;
            padding: 0 2px;
            position: relative;
        }

    .reflection-text .one {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 130%;
        background: #fff;
        z-index: 9;
    }

    .reflection-text .two {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 130%;
        background: #fff;
        z-index: 9;
    }





section.magic-world {
    background: #F7F8FA;
    padding: 50px 0px;
}

.info_box {
    box-shadow: 0px 0px 8px #ccc;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 60px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    height: 220px;
    border-radius: 5px;
}

    .info_box:hover {
        background: #1bc486;
        border: 3px solid #fff;
        transform: translate(0px,-10px);
    }

.info_left {
    background: #1bc486;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: -70px auto 0px;
    line-height: 94px;
    box-shadow: 0px 0px 9px 3px #00000026;
}

.info_right {
    padding-top: 30px;
}

.info_left h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    margin-left: 15px;
}

.info_box:hover .info_left h4 {
    color: #000;
}

.info_left img {
    width: 100%;
    max-width: 60px !important;
}

.info_left {
    padding-bottom: 20px;
}

.info_right h4 {
    margin-bottom: 0px;
    font-size: 28px;
    color: #333;
    font-family: serif;
}

.info_right p {
    line-height: 24px;
    font-size: 14px;
    color: #000;
}

.info_box:hover .info_right h4 {
    color: #fff;
}

.info_box:hover .info_right p {
    color: #fff;
}

.info_left i {
    font-size: 40px;
    color: #fff;
}

.info_box:hover .info_left i {
    color: #fff;
}



section.scrollicon-fixed.fixed {
    display: block;
}

section.scrollicon-fixed {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 999;
    transition: all .5s ease;
    display: none;
}

.scroll_sec ul li a {
    font-size: 24px;
    background: #db3236;
    padding: 7px 18px;
    color: #fff;
    transition: all .5s ease;
    height: 45px;
    display: inline-block;
}

.scroll_sec ul li {
    margin-bottom: 0px;
    position: relative;
    transition: all .5s ease;
}

    .scroll_sec ul li a i {
        width: 20px;
    }

.overlay_icon {
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 75px;
    background: #4267B2;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    width: 111px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    /* display: none; */
    transition: all .5s ease;
}

.scroll_sec ul li:hover .overlay_icon {
    left: -60px;
    transition: all .5s ease;
    cursor: pointer;
}

.overlay_icon.whatsapp {
    background: #40d366;
}

.overlay_icon.googles {
    background: #db3236;
}

.overlay_icon.instagram {
    background: #8a3ab9;
}

span.toolbarDot {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    display: inline-block;
    /* border: 5px solid rgb(99 129 227 / 62%); */
    border-radius: 50%;
    background:var(--purple-color);
    transition: all 0.2s ease-out 0s;
    animation: tutorial 3s infinite;
    position: relative;
    text-align: center;
    padding: 0;
}

@keyframes tutorial {
    70% {
        box-shadow: 0 0 0 20px var(--sku-blue-color);
    }

    100% {
        box-shadow: 0 0 0 0 var(--sku-blue-color);
    }
}

span.toolbarDot:before {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 var(--purple-color);
    animation: tutorial 3s infinite;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
/*====start video circle css ruby NAdeem=======*/
.video_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

span.toolbarDot:after {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgb(158 207 2 / 75%);
    animation: tutorial 3s infinite;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

span.toolbarDot i.fa {
    /* background: #6380e369; */
    color: #d1cfcf;
    font-size: 31px;
    /* width: 15px; */
    /* height: 15px; */
    text-align: center;
    padding: 15px 20px;
}
/*====End video circle css ruby NAdeem=======*/
.f-bootom {
    text-align: center;
    background: #10171c;
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 6;
}

.slider_txt {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 50%;
}

    .slider_txt h4 {
        color: #fff;
        font-size: 70px;
        font-family: 'Playfair Display', serif;
        line-height: 78px;
        text-align: center;
        font-weight: 600;
    }

section.banner_section {
    position: relative;
}

/*
div#bannerslider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}*/
/* background: url(../images/banner-bg.svg) no-repeat center / cover; */
/* background-color: #3f0999; */
/*section.banner_section {
    padding: 190px 0px 140px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-bg.png);
    height: 100%;
}*/
/*
section.banner_section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 100px;
    width: 100%;
    background-image: url(../images/curve-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    z-index: 9;
    display: none;
}*/

.sliderSlot.bg_section {
    background-image: url('../images/AFX-banner5.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

/*.banner-img {
    padding: 50px 0px;
}*/

.banner-img img {
    width: 100%;
}

.sliderSlot {
    position: relative;
}

section.banner_section button.owl-prev span {
    color: #fff;
    font-size: 50px;
    line-height: 22px;
}

section.banner_section button.owl-prev {
    width: 50px;
    background: #090e129c !important;
    border-style: none;
    /* box-shadow: 0px 0px 8px #ccc; */
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 100px;
}
/*section.banner_section button.owl-prev:hover {
    background: #004aad !important;
}*/
section.banner_section button.owl-next span {
    color: #fff;
    font-size: 42px;
    line-height: 35px;
}

section.banner_section button.owl-next {
    width: 50px;
    background: #090e128c !important;
    border-style: none;
    /* box-shadow: 0px 0px 8px #ccc; */
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 100px;
}
/*section.banner_section button.owl-next:hover {
     background: #004aad !important;
}*/
section.banner_section .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    text-align: center;
    display: none;
}

section.banner_section button.owl-dot {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50px;
    margin: 0px 5px;
    border: 2px solid #fff !important;
}

    section.banner_section button.owl-dot.active {
        background: #004aad !important;
        border: none !important;
    }

.banner-img img {
    width: 100%;
}

.banner_content {
    padding-top: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .banner_content h3 {
        font-size: 100px;
        color: #ff9045;
        font-weight: 500;
        /* line-height: 60px; */
        text-shadow: -2px 0px 14px #9b863e;
        text-transform: uppercase;
        /* font-family: serif; */
        letter-spacing: 25px;
    }

    .banner_content h6 {
        font-size: 50px;
        color: #ff9045;
        font-weight: 500;
        text-transform: capitalize;
        margin: 10px 0px 0px;
    }

    .banner_content h3 span {
        text-transform: none;
    }

.modal-header.popupHeader button.btn-close {
    position: absolute;
    top: 5px;
    right: 6px;
    background-size: 38%;
    opacity: 1;
    transition: all .3s ease;
    cursor: pointer
}

    .modal-header.popupHeader button.btn-close:hover {
        transform: rotate(45deg);
        transition: all .3s ease;
    }

.modal-header.popupHeader {
    padding: 0;
    background: #ff9045;
    border: 0px;
}

.popupIMg img {
    width: 100%;
}

.banner_content p {
    color: #fff;
    margin: 20px 0px 0px 0px;
}

a.learn_more {
    width: 150px;
    height: 45px;
    text-align: center;
    background: #1bc486;
    padding: 10px 20px;
    color: #fff;
    margin: 30px 0px 0px 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
}

    a.learn_more:hover {
        background: #1bc486;
        color: #fff;
    }

.crypto_content h2 {
    font-size: 28px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.crypto_content h6 {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    margin: 15px 0px;
}

.crypto_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investment-left {
    float: left;
    margin-right: 20px;
    background: #1bc486 !important;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

    .investment-left img {
        width: 90%;
    }

.investment-right h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.investment-box {
    margin: 20px 0px 20px;
    padding: 20px;
    box-shadow: none;
    transition-duration: 0.6s;
    background: #1d1d1d;
}

    .investment-box:hover {
        box-shadow: none;
        transition-duration: 0.6s;
    }

section.cryptoSlot {
    padding: 100px 0px;
}

    section.cryptoSlot.faq {
        padding: 100px 0px 50px;
    }

.crypto_imgs {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

.play-video.text-center {
    position: absolute;
    top: 66%;
    left: 40%;
}

    .play-video.text-center a {
        width: 70px;
        height: 70px;
        transition: .5s;
        background-image: linear-gradient(45deg, #5a82e4 50%,#5a82e4 1%,#00dddb 100%);
        background-position: left center;
        background-size: 200% auto;
        border: 0;
        color: #FFF;
        display: inline-block;
        color: #fff;
        font-size: 45px;
        border-radius: 50%;
        padding: 2px 23px;
        box-shadow: 0px 0px 18px 0px #00dddb;
    }

        .play-video.text-center a:hover {
            background-position: right center;
        }

section.about_sec {
    background: #f2f2f2;
    padding: 80px 0px;
}

.aboutSlot {
    -webkit-box-shadow: 0px 0px 65px 0px rgb(157 172 193 / 25%);
    box-shadow: 0px 0px 65px 0px rgb(157 172 193 / 25%);
    padding: 70px 70px 40px;
    background: #fff;
    border-top: 5px solid #d0a923;
}

.about-img img {
    width: 100%;
    border-radius:8px;
}

.company-txt {
    margin: 0px 0px 30px;
}

    .company-txt h4 {
        font-size: 30px;
        margin: 0px 0px 15px;
        color: #000000;
    }

section.misson_visst {
    background: #fff;
    padding: 60px 0px;
}

.moneySlot {
    padding: 20px;
    /* background: #f2f2f2; */
    border-radius: 5px;
    height: auto;
    border: 1px solid #ccc;
    height: 100%;
    position: relative;
    z-index: 1;
}
/*    .moneySlot:before{
        background:red;
        height:100%;
        width:100%;
        position:absolute;
        top:0px;
        left:0px;
        content:"";
        z-index:-1;
        transform:rotate(45deg);
    }*/

    .moneySlot h5 {
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .moneySlot p {
        font-size: 15px;
        text-align: justify;
        color: #000;
    }

.company-txt h6 {
    margin: 30px 0px 0px;
}

ul.ul_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0px 0px;
}

    ul.ul_list li {
        width: 33.33%;
        /* margin-right: 15px; */
        padding: 20px;
        text-align: center;
        border-right: 1px dashed #999;
    }

        ul.ul_list li h1 {
            font-size: 40px;
            color: #333;
            margin-bottom: 10px;
        }

/*section.crypto_solution:after {
    content: '';
    background-image: url(../images/solution-shape.png);
    background-repeat: no-repeat;
   
    position: absolute;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}*/

section.crypto_solution.roadmap {
    position: relative;
}

    section.crypto_solution.roadmap .owl-nav {
        display: none;
    }

    section.crypto_solution.roadmap:hover .owl-nav {
        display: block;
    }

    section.crypto_solution.roadmap button.owl-prev span {
        color: #fff;
        font-size: 30px;
        line-height: 22px;
    }

    section.crypto_solution.roadmap button.owl-prev {
        width: 35px;
        background: #004aad;
        border-style: none;
        box-shadow: 0 0 7px 5px rgb(0 0 0 / 19%);
        height: 35px;
        border-radius: 50%;
        position: absolute;
        top: -2%;
        left: -32px;
    }

    section.crypto_solution.roadmap button.owl-next span {
        color: #fff;
        font-size: 30px;
        line-height: 22px;
    }

    section.crypto_solution.roadmap button.owl-next {
        width: 35px;
        background: #004aad;
        border-style: none;
        box-shadow: 0 0 7px 5px rgb(0 0 0 / 19%);
        height: 35px;
        border-radius: 50%;
        position: absolute;
        top: -2%;
        right: -40px;
    }

.crypto_content ul {
    padding-left: 25px;
}

    .crypto_content ul li {
        margin-bottom: 10px;
        position: relative;
    }

        .crypto_content ul li h4 {
            font-size: 20px;
            line-height: 28px;
            color: #333;
            font-weight: 600;
        }

        .crypto_content ul li:after {
            content: '';
            position: absolute;
            top: 10px;
            left: -24px;
            width: 10px;
            height: 10px;
            background: #5f40fe;
            border-radius: 50%;
        }

        .crypto_content ul li.soft-cap:after {
            background: #1688cc;
        }

        .crypto_content ul li.soft-cap2:after {
            background: #37cccb;
        }

        .crypto_content ul li.soft-cap3:after {
            background: #3fcd44;
        }

        .crypto_content ul li.soft-cap4:after {
            background: #99e600;
        }

section.crypto_solution {
    background: #1d1d1d;
    position: relative;
    padding: 100px 0px 50px 0px;
}

section.network_post {
    background-image: url(../images/geometry-bg.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    padding: 50px 0px 20px 0px;
    background-position: center;
    height: 100%;
}

.solution_text {
    padding: 15px 20px;
    height: auto;
    overflow: hidden;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: none;
    background: none;
    border-radius: 7px;
}

    .solution_text:hover {
        box-shadow: 0 0 20px #0f25464d;
        background: #10141a;
    }

    .solution_text h5 {
        font-size: 22px;
        color: var(--sku-blue-color);
        font-weight: 400;
        text-transform: uppercase;
        margin: 30px 0px 10px;
    }

.solution_imgs {
    width: 120px;
    height: 120px;
    background: none;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
}

    /*  .solution_imgs:hover {
        background: #1bc486;
    }
*/
    .solution_imgs:before {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px dashed var(--sku-blue-color);
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 136px;
        height: 136px;
    }

.solution_text.needHelp:hover {
    box-shadow: none;
    background: none;
    border: 2px solid var(--sku-blue-color);
}
.solution_text p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    min-height: 110px
}
.solution_text.needHelp {
    padding: 30px;
    height: auto;
}

    .solution_text.needHelp p {
        min-height: auto;
    }
.chart .crypto_imgs img {
    width: 100%;
}

.crypto_content h5 {
    font-size: 26px;
    font-weight: 400;
    line-height: 46px;
    color: #fff;
}

.investment-right p {
    color: #fff;
}

section.crypto_solution2 {
    margin: 30px 0px 80px 0px;
}


.team_img {
    padding: 7px;
    border-radius: 50%;
    cursor: pointer;
    background: -webkit-linear-gradient( 45deg,#ffffff,#2cb0df);
    background: -moz-linear-gradient(45deg,#29BEFF,#1C76FE);
    /* background: linear-gradient( 
45deg
 ,#29BEFF,#1C76FE); */
    /* -webkit-box-shadow: 0 0 12px 0 #29beff; */
    box-shadow: 0 0 12px 0 #000;
    position: relative;
    z-index: 1;
    /* background: white; */
}

    .team_img:hover {
        -webkit-box-shadow: 0 0 12px 0 #ff4137;
        box-shadow: 0 0 12px 0 #ff4137;
        background: -webkit-linear-gradient( 45deg,#FF4137,#FDC800);
        background: -moz-linear-gradient(45deg,#FF4137,#FDC800);
        background: -o-linear-gradient(45deg,#FF4137,#FDC800);
        background: linear-gradient(45deg, rgba(182,139,38,1) 1%,rgba(238,220,102,1) 47%,rgba(182,139,38,1) 100%);
    }

    .team_img img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        border: 5px solid #FFF;
    }

    .team_img:before {
        content: '';
        position: absolute;
        height: 213px;
        top: -19px;
        left: 50%;
        z-index: -1;
        transform: rotate( 45deg);
        border-right: 3px solid #29BEFF;
        border-image-source: linear-gradient(to top,#29BEFF,#1C76FE);
        border-image-slice: .5;
        transition-property: transform;
        transition-duration: .5s;
    }

    .team_img:hover:before {
        border-image-source: linear-gradient(to top,#FF4137,#FDC800);
        -webkit-transform: rotate(55deg);
        -moz-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
        -o-transform: rotate(55deg);
        transform: rotate(55deg);
    }

.team_txt {
    padding: 35px 0px 35px 30px;
}

    .team_txt h5 {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
    }

    .team_txt p {
        color: #333;
        font-size: 14px;
        margin: 5px 0px;
    }

.team_box {
    margin-bottom: 30px;
}

.decoration_img {
    float: left;
}

    .decoration_img img {
        width: 100%;
        border-radius: 7px;
    }

.decoration_txt {
    width: 100%;
    /* margin-left: 20px; */
}

    .decoration_txt p {
        line-height: 28px;
        margin-left: 30px;
    }


.accordion-item.faqSlot {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px #00000030;
}

.faqSlot button.accordion-button.collapsed {
    border-radius: 0px !important;
    border: 0px;
    background: #1d1d1d;
    box-shadow: none;
    color: #fff;
}

.faqSlot .accordion-collapse {
    border: 0px;
    border-width: 0 1px;
    background: #ffffff
}

button.accordion-button::aria-expanded="true" {
    position: absolute;
    background-image: none;
    content: "\f067";
    font-family: FontAwesome;
    padding-right: 3px;
    vertical-align: middle;
    top: 10px;
    right: 10px;
}

button.accordion-button.accordionSlot.collapsed:after {
    position: absolute;
    background-image: none;
    display: none;
    content: "\f068";
    font-family: FontAwesome;
    padding-right: 3px;
    vertical-align: middle;
    top: 10px;
    right: 10px;
}













button.accordion-button.accordionSlot {
    padding: 11px 15px;
    border: 0px;
    background: white !important;
    border-radius: 0px !important;
    box-shadow: -3px 2px 10px 0px #00000024;
    margin: 0px;
}

    button.accordion-button.accordionSlot.collapsed {
        box-shadow: none;
    }

.accordion-button:not(.collapsed) {
    color: #000000;
    background: #1bc486 !important;
}

.faq_section .accordion-item {
    margin-bottom: 15px;
}

.accordion-collapse.collapseSlot {
    background: #ffffff;
    color: #6c757d;
    font-size: 14px;
    line-height: 25px;
    border: 0px;
    padding: 12px 7px 0px;
    margin: 0px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    border: 1px solid rgba(0,0,0,.125);
    padding: 0px 0px 0px 0px !important;
}

.accordion-item {
    border: 1px solid rgba(0,0,0,.125);
    padding: 0px;
}

.faq_txt h4 {
    font-size: 35px;
    color: #333;
}

.faq_txt span {
    font-size: 40px;
    font-weight: 300;
    color: #6c757d;
    letter-spacing: 2px;
}

.faq_txt {
    margin-bottom: 30px;
}

.faq_img img {
    width: 100%;
}

button.accordion-button.accordionSlot:after {
    position: absolute;
    background-image: none;
    content: "\f067";
    font-family: FontAwesome;
    padding-right: 3px;
    vertical-align: middle;
    top: 10px;
    right: 10px;
}

button.accordion-button.accordionSlot.collapsed:after {
    position: absolute;
    background-image: none;
    content: "\f068";
    font-family: FontAwesome;
    padding-right: 3px;
    vertical-align: middle;
    top: 10px;
    right: 10px;
}

button.btn.btn-secondary._closed {
    background: #ccc;
    border: 1px solid #ccc;
    padding: 0px 0px;
    height: 40px;
    width: 80px !important;
    color: #333;
    font-size: 15px;
}

footer.footer-section {
    /* background: #3c8dbd; */
    padding: 50px 0px 30px;
    background: #35b3dc url(../images/dot_bg.png);
    position: relative;
    overflow: hidden;
}

.footer-section:before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 270px;
    z-index: 1;
    left: 20%;
    margin-left: -179px;
    height: 630px;
    top: -76%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 40%, rgba(255,255,255,0.05) 100%);
    transform: rotate( 133deg );
    /* transform-origin: bottom right; */
    transform-origin: center;
}

.footer-section:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 300px;
    z-index: 1;
    right: 50%;
    margin-right: -125px;
    height: 3600px;
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 10%, rgba(255,255,255,0.05) 100%);
    transform: rotate(60deg);
    transform-origin: bottom right;
}

.logo_sec p {
    color: #fff;
    line-height: 25px;
    padding-top: 40px;
}

h3.header_txt {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 0px 0px 10px;
}

.compant_txt li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #fff;
}

    .compant_txt li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition-duration: 0.6s;
        /* font-family: 'Gotham' !important; */
    }

        .compant_txt li a .fa_icon {
            padding-right: 10px;
        }

ul.social-icon li i {
    padding-right: 10px;
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 0px;
}

.location-icon {
    margin-right: 15px;
}

.submitbtn {
    width: 100%;
    height: 42px;
    background: none;
    border-style: none;
    font-size: 15px;
    color: #000;
    border: 2px solid #fff;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
    outline: none;
    margin-top: 10px;
}

    .submitbtn:hover {
        background: #1bc486;
    }

.compant_txt li .form-control {
    background: no-repeat;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
    width: 100%;
}

    .compant_txt li .form-control::placeholder {
        color: #fff;
    }

form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.line-brack2 {
    border-bottom: 2px solid #ffffff;
    padding: 0px 0px 0px;
    margin-bottom: 17px;
    width: 100%;
    position: relative;
}

    .line-brack2:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 22%;
        width: 120px;
        height: 2px;
        background: #415076;
        transform: translate(-50%, -50%);
    }

.footer-bottom {
    background: #2b2b2b;
    padding: 2px 0px;
}

    .footer-bottom ul.social-icon {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }

        .footer-bottom ul.social-icon li {
            margin-right: 15px;
        }

            .footer-bottom ul.social-icon li a {
                color: #fff;
            }

p.footer-company-name {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0px 0px;
}




.feature-icon i {
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
    border-color: currentColor;
    margin-left: 0;
}

.feature-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 63px;
    border-radius: 50%;
    margin-bottom: 0;
}

.bg-theme-grad-s2 {
    position: relative;
}

.title-thin {
    font-weight: 500 !important;
    font-size: 18px;
    color: #212529;
    margin-bottom: 5px;
}

.bg-theme-grad-s2:before {
    content: '';
    background-image: url('../images/shape-a.png');
    /*background-image: url('../images/shape-q.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.feature-text.feature-text-s1 p {
    font-size: 14px;
    color: #333;
}

.feature-s1 {
    display: flex;
    margin: 30px 0px 0px 20px;
    align-items: center;
}

p.animated {
    font-size: 15px;
    line-height: 28px;
}

h2.title {
    font-size: 24px;
    color: #212529;
    font-weight: 600;
}

title-thin {
    font-weight: 500;
    font-size: 20px;
    color: #6c757d;
    margin-bottom: 6px;
}

.feature-text p {
    font-size: 15px;
    color: #333;
    line-height: 25px;
}

.gfx.gfx-auto img {
    width: 100%;
}

.banner_caption {
}

    .banner_caption h4 {
        font-size: 35px;
        color: #fff;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .banner_caption p {
        font-size: 15px;
        color: #fff;
        line-height: 25px;
    }

.banner_imgs img {
    width: 100%;
}

button.aboutbtn {
    width: 150px;
    height: 45px;
    color: #ffffff;
    background-color: #35b3dc;
    border: 2px #ffffff solid;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 9px 0 rgb(0 0 0 / 20%);
    border-radius: 7px;
    vertical-align: middle;
}


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

    .header-sec h5 {
        font-size: 30px;
        color: #212529;
        font-weight: 500;
        padding: 0px 0px 5px;
    }

    .header-sec p {
        color: #333;
    }

.boxSlot {
    background: #fff;
    padding: 30px 20px;
    margin: 0px;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0px 0px 7px 0px #00000014;
    border-radius: 7px;
    position: relative;
    height: 120px;
    margin-bottom: 30px;
}

.left_imgs {
    float: left;
}

    .left_imgs img {
        width: 100%;
        max-width: 50px;
    }

.right_txt {
    position: absolute;
    top: 20px;
    left: 90px;
}

    .right_txt h3 {
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
    }

    .right_txt p {
        color: #333;
        font-size: 14px;
    }

section.section.bg-theme {
    background: #35b3dc;
}

p.lead-s2.animated {
    color: #fff !important;
}

section.work_section {
    background-image: url('../images/section-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0px;
}

.how_itwork {
    text-align: center;
}

    .how_itwork h5 {
        font-size: 35px;
        color: #fff;
        font-weight: 500;
        padding: 0px 0px 10px;
    }

    .how_itwork p {
        color: #fff;
    }

.video_icon i {
    font-size: 30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: linear-gradient( 90deg, #3bb5dd 0%, #445ac0 100%);
    margin: 0 auto 10px;
    overflow: hidden;
    color: #fff;
    padding: 15px 22px;
    text-align: center;
}

.imgs_s img {
    width: 100%;
    border-radius: 7px;
}

section.weare_media {
    /* background-image: url(../images/ico_bg_image.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0px;
    background: #f0f4f7;
}



h6.sub-title {
    color: #b5b5b5;
    position: absolute;
    opacity: 0.2;
    font-size: 49px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    transform: translate(-50%);
    text-transform: uppercase;
    top: -40px;
    left: 50%;
    z-index: -9;
}



section.breadcrumbs {
    background-image: url('../images/breadcrumb_bg.png') !important;
    /* background-image: url(../images/bg_sec.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 219px 0px 100px 0px;
    margin: 0px;
    background-position: 50%;
    position: relative;
    /*background: #866bfe;*/
    text-align: center;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.breadcrumbs_txt {
    z-index: 99;
    position: relative;
}

section#about {
    MARGIN: 50px 0px;
}

h2.contact_Slot {
    font-size: 35px;
    color: #fff;
    margin: 0px 0px 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

section.breadcrumbs ol.breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

    li.breadcrumb-item a {
        color: #fff;
    }

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fdfeff;
    content: "/";
}

button.btn.btn-secondary._closed {
    background: #ccc;
    border: 1px solid #ccc;
    padding: 0px 0px;
    height: 40px;
    width: 80px !important;
    color: #333;
    font-size: 15px;
}

footer.footer-section {
    background: #090e12;
    padding: 50px 0px 30px;
    /* background: #ffffff url(../images/footer-bg.png); */
    position: relative;
    overflow: hidden;
}

.footer-section:before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 270px;
    z-index: 1;
    left: 20%;
    margin-left: -179px;
    height: 630px;
    top: -76%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 40%, rgba(255,255,255,0.05) 100%);
    transform: rotate( 133deg );
    /* transform-origin: bottom right; */
    transform-origin: center;
    display: none;
}

.footer-section:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 300px;
    z-index: 1;
    right: 50%;
    margin-right: -125px;
    height: 3600px;
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 10%, rgba(255,255,255,0.05) 100%);
    transform: rotate(60deg);
    transform-origin: bottom right;
    display: none;
}

.logo_sec p {
    color: #fff;
    line-height: 25px;
    padding-top: 40px;
}

h3.header_txt {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 10px;
}

.compant_txt li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #fff;
    font-size: 14px;
}

    .compant_txt li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        transition-duration: 0.6s;
        /* font-family: 'Gotham' !important; */
    }
        .compant_txt li a:hover{
            color:var(--sku-blue-color);
            padding-left:5px;
        }

        .compant_txt li a .fa_icon {
            padding-right: 10px;
        }

ul.social-icon li i {
    padding-right: 10px;
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 0px;
}

.location-icon {
    margin-right: 15px;
}

.submitbtn {
    width: 100%;
    height: 42px;
    background: var(--purple-color);
    border-style: none;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
    outline: none;
    margin-top: 10px;
}

    .submitbtn:hover {
        background: var(--sku-blue-color);
    }

.compant_txt li .form-control {
    background: no-repeat;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
    width: 100%;
}

    .compant_txt li .form-control::placeholder {
        color: #fff;
    }

form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.line-brack2 {
    border-bottom: 2px solid #ffffff;
    padding: 0px 0px 0px;
    margin-bottom: 17px;
    width: 100%;
    position: relative;
}

    .line-brack2:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 22%;
        width: 120px;
        height: 2px;
        background: var(--sku-blue-color);
        transform: translate(-50%, -50%);
    }

.footer-bottom {
    background: #2b2b2b;
    padding: 2px 0px;
}

    .footer-bottom ul.social-icon {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }

        .footer-bottom ul.social-icon li {
            margin-right: 15px;
        }

            .footer-bottom ul.social-icon li a {
                color: #fff;
            }

p.footer-company-name {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0px 0px;
}




.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e4dab0;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
    background: #0000009c;
    color: #fff5d3;
    background: #6f573db3 !important;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 2px solid #ece7d5;
    background: rgba(255, 240, 224, 0.64);
}

.resplifeaddd {
    margin: 60px 0px 0px;
}

.back1 {
    background-color: #e3c73f;
}

input.btn-light.button-black {
    background: var(--purple-color);
    border-style: none;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 30px;
    color: #fff;
    margin-top: 10px;
    border:1px solid white;
}

    input.btn-light.button-black:hover {
        background: var(--sku-blue-color);
        color: #fff;
    }


.resplifeaddd .form-control {
    height: 45px;
    padding: 0px 15px;
    font-size: 14px;
    border: 1px solid #cccccc36;
    box-shadow: none;
    outline: none;
    background: #fff;
}

.single_ctinfo {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    /* border: 1px solid #dfe5ef; */
    border: 1px solid #cccccc36;
    border-radius: .4rem;
    width: 100%;
    display: flex;
    align-items: center;
    background: #10141a;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.ctinfo_icon {
    margin-right: 1rem;
    color: #fff;
    font-size: 26px;
    height: 26px;
}

.single_ctinfo .single_info_title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

article.ctinfo_detail {
    font-size: 14px;
}
    article.ctinfo_detail a{
        color:white;
        text-decoration:none;
        font-size:15px;
    }

    textarea.form-control {
        height: 150px !important;
        padding: 15px 15px !important;
    }

.socialicon {
    display: inline-block;
}

.socialicon {
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 7px 12px;
    text-decoration: none;
    /* border-color: #ecc043; */
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    background: var(--sku-blue-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: ease-in-out .1s;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid var(--sku-blue-color);
}

    .socialicon:hover {
        box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
        transform: translateY(-5px);
    }

.social_icon {
    margin-bottom: 30px;
    text-align: center;
}

a.social-margin {
    text-decoration: none;
}

.social_icon h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}
/*****************Step-ection cssssssss******************************/
.step1 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 375px;
    padding-top: 20px;
    /*float: left;*/
}

    .step1 span {
        color: #fff;
        font-size: 22px;
        display: block;
        margin-top: 6px;
    }

a.join_btn {
    background: #004aad;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    width: 185px;
    height: 50px;
    text-decoration: none;
    border-radius: 30px;
    margin: 20px auto 0 auto;
}

    a.join_btn:hover {
        background: #004aad;
    }

.step1 img {
    width: 220px;
    margin-top: 120px;
}

.step2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 250px;
    padding-top: 20px;
    /*float: left;*/
    margin-left: 30px;
}

    .step2 img {
        width: 220px;
        margin-top: 60px;
        margin-bottom: 110px;
        display: block;
    }

    .step2 span {
        color: #fff;
        font-size: 22px;
        display: block;
        margin-top: 6px;
    }

.step3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 375px;
    padding-top: 20px;
    /*float: left;*/
    margin-left: 10px;
}

    .step3 span {
        color: #fff;
        font-size: 22px;
        display: block;
        margin-top: 6px;
    }

    .step3 img {
        width: 216px;
        margin-top: 115px;
        margin-right: 165px;
    }

.step-section {
    background-image: url('../images/steps.png');
    width: 100%;
    height: 585px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
/*****************Step-ection cssssssss******************************/



/*****************Road map cssssssss******************************/

section.crypto_solution.roadmap {
    background-image: url('../images/roadMap.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.roadmap_sec {
    position: relative;
    margin-top: 50px;
}

    .roadmap_sec:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 0px;
        border-top: 2px solid #fff;
        width: 100%;
    }

.roadmapSlot {
    padding: 90px 0px 0px;
    text-align: center;
    position: relative;
}

    .roadmapSlot h3 {
        font-size: 20px;
        text-transform: capitalize;
        color: #fff;
        font-weight: 500;
        margin: 0px 0px 3px;
    }

span.position {
    color: #fff;
    font-size: 14px;
}

.testimonialSlot {
    position: relative;
}

.roadmapSlot:after {
    content: '';
    position: absolute;
    top: 26px;
    left: 50%;
    width: 2px;
    height: 50px;
    background: white;
}

.small-round span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #000;
}

.small-round {
    position: absolute;
    top: 0px;
    left: 46%;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 9;
    background: #1bc486;
}

/* how it works */
section.our-blog {
    padding: 80px 0px;
}

.process-box {
    background: #1d1d1d;
    padding: 6px 10px 18px 10px;
    border-radius: 15px;
    position: relative;
}

.process-left:after {
    content: "";
    border-top: 15px solid #1d1d1d;
    border-bottom: 15px solid #1d1d1d;
    border-left: 15px solid #1d1d1d;
    border-right: 15px solid #1d1d1d;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 32%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}

.process-right:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #262626;
    border-left: 15px solid #262626;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 33%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}

.process-step {
    background: #1bc486;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #262626;
    height: 100%;
    padding-top: 20px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}

.process-point-right {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #1bc486;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 80px;
    left: -62px;
}

p.m-0.p-0 {
    color: #262626;
}

.process-point-right:before {
    content: "";
    /* height: 144px;*/
    height: 170px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    /*transform: rotate(36deg);*/
    transform: rotate( 38deg );
    position: relative;
    left: -52px;
    top: -1px;
}

.process-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #1bc486;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 50px;
    right: -51px;
}

    .process-point-left:before {
        content: "";
        height: 130px;
        width: 11px;
        background: #5c5c5c;
        display: inline-grid;
        transform: rotate(-41deg);
        position: relative;
        left: 50px;
        top: 0px;
    }

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

.process-box p {
    z-index: 9;
    color: #ffffff;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    /*  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.process-box > .row > .col-md-7 {
    padding-left: 0;
}

.process-step p {
    font-size: 20px;
}

.process-step h2 {
    font-size: 42px;
}

.process-step:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #1bc486;
    border-left: 8px solid #04889800;
    border-right: 8px solid #1bc486;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}

.process-step:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #1bc486;
    border-left: 8px solid #1bc486;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}

.process-line-l {
    background: #1bc486;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -149px;
    top: 58px;
    z-index: 0;
}

.process-line-r {
    background: #1bc486;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -149px;
    top: 60px;
    z-index: 0;
}

.process-box h5 {
    color: #1bc486;
    margin: 0 0 4px 0;
    font-size: 18px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
}

section.our-video {
    /* margin: 0px 0px 70px; */
    padding: 0px 0px 50px;
}

video-sec {
    margin-bottom: 30px;
}

section.investing-Team {
    padding: 80px 0px;
    background: #262626;
    /* margin: 0px 0px 60px 0px; */
}

.slider_content {
    padding: 15px 0px 0px 0px;
}

.investingTeamSlot {
    padding: 10px;
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
    height: 500px;
    border-radius: 7px;
}

    .investingTeamSlot img {
        width: 230px !important;
        border-radius: 50%;
        height: 230px;
        margin: auto;
        /* border: 1px solid #ccc; */
        padding: 5px;
        background: #1bc486;
    }

.slider_content a {
    color: #1bc486;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.slider_content p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: white;
}

.owl-nav button {
    position: absolute;
    top: 42%;
    left: 1px;
    width: 25px;
    height: auto;
    border-radius: 0px 5px 5px 0px;
    background: none !important;
    transform: translate(0%, -50%);
    background: #1bc486 !important
}

    .owl-nav button.owl-next {
        right: 1px;
        left: inherit;
        border-radius: 5px 0px 0px 5px;
    }

    .owl-nav button span {
        font-size: 45px;
        line-height: 30px;
        color: #333;
    }
.my_ul_list .box{
    margin-bottom:10px;
}
    .my_ul_list .box h6 {
        margin-bottom: 5px;
        color: #000;
        margin-top: 0;
        font-weight: 600;
        font-size: 18px;
    }
.my_ul_list .box p{
    font-size:15px;
}


section.xBond_cryptoSlot {
    background: #000000;
    padding: 50px 0px;
    /*   border:1px solid white;*/
}

.crypto_content {
    /* padding: 80px 0px 0px; */
}

h4.xbondTitle {
    font-size: 40px;
    color: var(--sku-blue-color);
    margin: 0px 0px 10px;
    /* letter-spacing: 2px; */
    font-weight: 600;
}

    h4.xbondTitle span {
        position:relative;
        color: #fff;
    }
        h4.xbondTitle span:before{
            position:absolute;
            bottom:-5px;
            right:0px;
            content:"";
            background:var(--sku-blue-color);
            width:100%;
            height:4px;
        }
        .my_list h5 {
            font-size: 18px;
        }
.my_list ul li{
    font-size:15px;
    color:white;
}

.crypto_content p {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 7px;
    text-align: justify;
}

a.home_btn {
    padding: 10px 30px;
    background: var(--purple-color);
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 10px;
    transition: all 0.5s ease;
    text-decoration:none;
    margin-bottom:15px;
}

    a.home_btn:hover {
        background: var(--sku-blue-color);
        border-radius: 10px;
        color: #fff;
    }

section.market_growth {
    background-image: url(../images/pattern_bg.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    padding: 50px 0px;
    background-position: center;
}

.market_growth .crypto_imgs {
    width: 100%;
    border: 2px solid white;
    height: 100%;
}


section.exchange_crypto {
    position: relative;
    padding: 35px 0px;
}
#toggle_search{
    display:none;
}

.circle, .shape {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .circle:before {
        background-color: #fff;
        content: '';
        height: 600px;
        width: 600px;
        position: absolute;
        top: -400px;
        left: -350px;
        border-radius: 100%;
        z-index: -1;
    }

    .shape:after {
        background-color: #fff;
        content: '';
        width: 50%;
        height: 680px;
        position: absolute;
        top: 670px;
        right: -384px;
        border-radius: 100%;
        z-index: -1;
    }
.wallet_sec h4.xbondTitle {
    text-align: center;
}
section.wallet_sec {
    /* background: #000000; */
    padding: 50px 0px;
    background-image: url(../images/pattern-bgs.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    background-position: bottom;
}

.sharkchinSlot img {
    width: 100%;
}

section.service_section {
    background: #000;
    padding: 100px 0px;
    position: relative;
}

.service_section .image_layer {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    bottom: 0px;
    margin-left: 25px;
    z-index: 1;
    top: 42%;
}

.service_section .left-column {
    position: relative;
    display: block;
    padding-right: 180px;
}

.service_sec_wrap {
    position: relative;
    max-width: 320px;
    width: 100%;
    z-index: 1;
}

.service_section .right-column {
    position: relative;
    display: block;
    padding-left: 272px;
}

service_sec_wrap_right {
    position: relative;
    max-width: 320px;
    width: 100%;
    z-index: 1;
}

.service_sec_wrap h4 {
    color: #fff;
    margin-bottom: 75px;
    font-size: 30px;
}

.service_sec_wrap_right h4 {
    color: #fff;
    margin-bottom: 75px;
    font-size: 27px;
}
figure.image_layer img {
    width: 90%;
}
.service_section .bg-shape-1 {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background: rgb(30 30 30);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    /* box-shadow: 0px 0px 20px 9px #262525; */
}

.service_section .bg-shape-2 {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    background: rgb(0 0 0 / 60%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}

.service_section .bg-shape-3 {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    background: rgb(0 0 0 / 97%);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}

figure.image_layer12 {
    text-align: center;
}

    figure.image_layer12 img {
        width: 75%;
        margin: 0px auto;
        text-align: center;
    }

section.layer_section {
    padding: 80px 0px 80px;
}

/*++++++++++++++++++ My Custom CSS ++++++++++++++++++++++*/

.my_flex_class{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.navbar_section .Navbar_area .right {
    display: flex;
    gap: 20px;
}
.navbar_section .Navbar_area .right .fa {
    color:white;
    font-size:21px;
    cursor:pointer;
}
.popup_navbar{
    background:white;
    position:fixed;
    top:0px;
    right:-100px;
}
    .popup_navbar nav {
        text-align: center;
        height: 100vh;
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%);
        padding: 0 15px;
    }
        .popup_navbar nav ul li{
            margin-bottom:5px;
        }
            .popup_navbar nav ul li a {
                color: white;
                margin-bottom: 0px;
                display: block;
                transition: 0.5s ease-in-out;
                padding: 10px 0;
                border-radius: 10px;
                text-decoration:none;
            }
            .popup_navbar nav ul li a:hover{
                background:var(--sku-blue-color);
                border-radius:10px;
            }
            .popup_navbar nav ul li a:hover a{
               color:white;
            }

            .popup_navbar {
                position: fixed;
                top: 0;
                right: 0; /* start hidden */
                width: 100px;
                height: 100vh;
                background: #000;
                transition: right 0.4s ease; /* smooth slide */
                z-index: 9999;
                width: 0;
                transition: all 0.4s ease;
                overflow: hidden;
            }
#navbar_close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: #ffffff;
    border-radius: 40px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    cursor:pointer;
}
#navbar_close .fa{
    font-size:20px;
    color:#333;
}
.Login_Signup{
    margin-bottom:10px;
}
    .Login_Signup a {
        background: var(--sku-blue-color);
        border-radius: 10px;
    }

.search_input {
    width:100%;
    display:none;
}
    .search_input input {
        width: 100%;
        padding: 7px 15px;
        border-radius: 50px;
        outline: none;
        border: none;
        margin-top: 7px;
        background: #ffffff;
        font-weight: 300;
    }
    .search_input.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
.search_input {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    font-size:16px;
}
.my_about_us .container {
    background: white;
    border-radius: 8px;
    padding: 15px 15px 15px 15px;
}
.my_about_us .container p{
    color:#000;
}
    .my_about_us .container .xbondTitle {
        color: #000;
    }
    .my_about_us .container .xbondTitle span{
        color: var(--sku-blue-color);
    }

.Discover {
    background: #fafafb;
    padding: 40px 0;
}
    .Discover .left_section h5 {
        font-size: 42px;
        font-weight: 400;
    }
    .Discover .left_section p {
        font-size: 15px;
        margin:30px 0;
    }
    .Discover .left_section .country {
        display: flex;
        justify-content: space-between;
        text-align: center;
        align-items: center;
    }
    .Discover .left_section .country p {
        margin:0px;
    }
        .Discover .left_section .country h4 {
            font-size: 38px;
            font-weight: 400;
            margin-bottom: 4px;
        }
    .Discover .left_section .global_market{
        margin-top:18px;
    }
.powerfull{
    background:white;
    padding:40px 0;
}
.powerfull h4{
    text-align:center;
    font-size:40px;
    font-weight:600;
    text-transform:capitalize;
}
.powerfull h4 span{
    color:var(--sku-blue-color);
}
    .powerfull p {
        text-align: center;
        margin: 8px 0 32px 0;
    }
    .powerfull .main_box {
        background: #3fc3ee63;
        padding: 20px;
        border-radius: 10px;
    }
        .powerfull .main_box .img-section {
            margin-bottom:14px;
        }
        .powerfull .main_box .content h6{
            font-size:16px;
        }
        .powerfull .main_box .content p{
            text-align:left;
            margin-bottom:0px;
            font-size:15px;
        }
.eco_system{
    border:none!important;
}
.my_eco_system {
    background: white;
    padding:30px 0;
}
    .my_eco_system h5 {
        text-align: center;
        font-weight: 600;
        font-size: 40px;
        margin-bottom: 14px;
    }
    .my_eco_system h5 span{
        color:var(--sku-blue-color);
        position:relative;
        text-transform:capitalize;

    }
    .my_eco_system h5 span:before{
        position:absolute;
        bottom:-5px;
        left:0px;
        background:var(--sku-blue-color);
        height:4px;
        width:100%;
        content:"";
    }
    .my_eco_system p {
        text-align: center;
        font-size: 15px;
    }
.eco_system .crypto_content p {
    margin: 25px 0 10px 0;
}
.my_list ul{
    padding-left:25px;
}
.my_list ul li{
    position:relative;
    margin-bottom:10px;
}
    .my_list ul li:after {
        content: '';
        position: absolute;
        top: 10px;
        left: -24px;
        width: 10px;
        height: 10px;
        background: #5f40fe;
        border-radius: 50%;
    }
.eco_system .crypto_imgs {
    position: relative;
    z-index: 9;
    margin-top: 36px;
}
    .eco_system .crypto_imgs img {
        border-radius: 15px;
    }
    .eco_system .crypto_imgs:before {
        content: '';
        position: absolute;
        top: -20px;
        right: -20px;
        width: 100%;
        height: 100%;
        background: white;
        z-index: -9;
        border-radius:15px;
    }
.participants{
    padding:30px 0;
}
.my_heading{
    text-align:center;
}
.my_heading h6{
    color:white;
    font-weight:600;
    font-size:40px;
    
}
    .my_heading h6 span {
        position: relative;
    }
        .my_heading h6 span:before {
            position: absolute;
            bottom: -5px;
            left: 0px;
            background: var(--sku-blue-color);
            height: 4px;
            width: 100%;
            content: "";
        }
.participants .box h6{
    color:var(--sku-blue-color);
    font-size:20px;
    margin-bottom:10px;
}
.participants .box{
    margin-bottom:10px;
}
    .participants .box p {
        color: white;
        text-align: justify;
        font-size: 15px;
    }
.our_vision{
    width:100%;
}
.our_vision img{
    width: 100%;
}
.team-section {
  background:white;
  padding:30px 0;
}

    .team-section .title-box {
        text-align: center;
        margin-bottom: 35px;
        padding: 20px;
        background: var(--sku-blue-color);
        color: #fff;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
        animation: fadeIn 1.2s ease;
    }
        .team-section .title-box h2{
            margin-bottom:4px;
        }

        .team-section .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
            gap: 25px;
        }

    .team-section .card {
        background: #fff;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 6px 18px rgba(0,0,0,0.1);
        transition: .35s;
        animation: pop .6s ease;
    }

        .team-section .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 24px rgba(0,0,0,0.16);
        }
        .team-section .card .img-section{
            height:250px;
        }

        .team-section .card img {
            width: 100%;
            height: 100%;
        }

    .team-section .card-body {
        padding: 18px;
    }

    .team-section .name {
        font-size: 19px;
        font-weight: 700;
        margin: 0;
        color: var(--sku-blue-color);
    }

    .team-section .role {
        color: #000000;
       /* margin: 5px 0 12px;*/
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .team-section .desc {
        font-size: 14px;
        color: #555;
        line-height: 1.45;
    }

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pop {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}
.certificate{
    padding:30px 0;
}
.inner_certificate {
    background:var(--sku-blue-color);
    padding:10px;
    border-radius:10px;
}
.inner_certificate img {
   
    border-radius:10px;
}
@media (max-width:767px) {
    .logo_section{
        width:130px;
    }
    .certificate_img{
        margin-bottom:10px;
        height:auto!important;
    }
    .Discover .left_section h5 {
        text-align: center;
        font-size: 30px;
    }
    section.xBond_cryptoSlot {
        padding: 50px 10px;
    }
    .circle:before {
        height: 470px;
        width: 470px;
    }
    .powerfull h4 {
        font-size: 28px;
    }
    .powerfull .main_box{
        margin-bottom:10px;
    }
    .my_about_us .about-img{
        margin-bottom:10px;
    }
    .eco_system .crypto_imgs:before{
        display:none;
    }
    .eco_system .crypto_imgs{
        margin-bottom:10px;
    }
    .my_eco_system h5 {
        font-size: 30px;
    }
    .my_heading h6 {
        font-size: 30px;
    }
    .logo_sec p{
        padding-top:0px;
    }
}
.certificate_img{
    height:232px
}
.certificate_img img{
    height:100%;
    width:100%;
}

/*++++++++++++++++++ My Custom CSS ++++++++++++++++++++++*/