@import url('https://fonts.googleapis.com/css2?family=Alan+Sans:wght@300..900&display=swap');

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

:root {
    --main-bg-color: linear-gradient(135deg, #0C2236, #21545E, #41BFA0);
    --button-color: #41BFA0;
    --text-color: #41BFA0;
    --back-color2: #0C2236;
    --back-color3: #21545E;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #000;
    font-family: "Alan Sans", sans-serif!important;
    /*padding-top: 83px*/
}

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: 15px;
}

::-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 *******************************************/


.logoSlot {
    width: 80px;
}

.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: 15px;
        color: #fff;
    }

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

.header-section {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    transition: all .3s ease;
    background: #000000b8;
    /*height: 90px;*/
    padding: 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .header-section.fixed {
        background: var(--main-bg-color);
        /*padding-top: 10px;*/
        border-bottom: 1px solid #ccc3;
        /*height: 100px;*/
    }


/*#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;
}
.page-wraper {
    background: #0C2236;
    padding: 50px 0 0 0px;
}

.wrapperSlot {
    background: #fff;
}
/*a.logoSlot {
    width: 110px;
}*/
ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    position: relative;
    top: 0;
    transition: top 0.5s ease;
}
    ul.navbar-nav.headerSlot li.nav-item:hover .Custom_dropdown {
        display: block;
        margin-top: 14px;
        position: absolute;
        top: 33px;
        margin-top:0px;
    }
    ul.navbar-nav.headerSlot li.nav-item:hover .fa-angle-down{
        transform:rotate(180deg);
    }

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 5px;
        color: white;
        text-transform: uppercase;
        font-size: 14px;
    }
.dropdown-item{
    font-size:14px;
}
/*.Custom_dropdown{
    display:none;
    margin-top:-20px;
    background:white;
}
*/
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: white;
            background:var(--main-bg-color);
            /*border:1px solid white;*/
        }
#Custom_bars {
    position:relative;
    margin-left:15px;
    z-index:9999;
    cursor:pointer;
}
    #Custom_bars .fa {
        color: white;
        font-size: 24px;
    }

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

.login_signup a.nav-link {
    color: #fff !important;
    background: var(--main-bg-color);
    border: 1px solid white;
}
    .login_signup .nav-link:hover{
        background-color:white;
    }
    /*
@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: 100%;
    height: auto;
    transition: all .3s ease;
}

.header-section.fixed img.logo_imgs {
    width: 80px;
    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: var(--back-color2);
        text-transform: capitalize;
    }

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

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

.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;
}
.heading-area {
    margin-bottom: 30px;
    text-align: center;
    padding: 6px 0 20px 0;
  
}
    .heading-area h2 {
        color: var(--back-color2);
        text-align: center;
        font-size: 35px;
        display: inline;
        padding-bottom: 6px;
        position: relative;
    }
        .heading-area h2:before {
            position: absolute;
            bottom: -11%;
            left: 50%;
            background: var(--button-color);
            width: 50%;
            height: 5px;
            content: "";
            transform: translate(-50%, 0%);
        }
.heading-area2 {
    margin-bottom: 30px;
    text-align: center;
    padding: 6px 0 20px 0;
}

    .heading-area2 h2 {
        color: #fff;
        text-align: center;
        font-size: 35px;
        display: inline;
        padding-bottom: 6px;
        position: relative;
    }
        .heading-area2 h2:before {
            position: absolute;
            bottom: -11%;
            left: 50%;
            background: var(--button-color);
            width: 50%;
            height: 5px;
            content: "";
            transform: translate(-50%, 0%);
        }
        .Robust {
            padding: 50px 0;
            position:relative;
        }
            .Robust:before {
                position: absolute;
                bottom: 0%;
                left: 0%;
                background-image: url(../../images/shapes2.png);
                width: 100%;
                height: 100%;
                content: "";
                background-size: cover;
                opacity: 0.2;
            }

            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-color: rgb(232 175 13 / 75%);
                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 rgb(233 175 12 / 21%);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(233 175 12 / 21%);
    }
}

span.toolbarDot:before {
    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 / 82%);
    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%);
    display:none;
}

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;
    font-weight: 400;
}

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

    .slider_txt h4 {
        color: #fff;
        font-size: 65px;
        line-height: 65px;
        text-align: center;
        font-weight: 500;
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    }
        .slider_txt h4 span {
            color: var(--text-color);
        }

        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: 33px;
}
/*section.banner_section button.owl-prev:hover {
    background: #004aad !important;
}*/
section.banner_section button.owl-next span {
    color: #fff;
    font-size: 50px;
    line-height: 22px;
}

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: 33px;
}
/*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;
        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: 15px;
    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 .box{
    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%;
    border-radius:8px;
    height:100%;
}

.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;
    }
.about-img {
    animation: spin 30s infinite linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

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

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

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

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

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

section.misson_visst {
    background: var(--back-color2);
    padding: 30px 0px;
}
    section.misson_visst .company-txt {
        margin-bottom: 0px;
        border-radius: 10px;
        background: white;
    }

    .moneySlot {
        padding: 20px;
        /* background: #f2f2f2; */
        border-radius: 5px;
        height: auto;
    }
.misson_visst h4 {
    text-align: center;
    color: var(--text-color);
    font-size: 40px;
}


.moneySlot h5 {
    font-size: 40px;
    color: #3e3e3e;
    margin-bottom: 10px;
    color: var(--text-color);
}


.moneySlot p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px;
}

.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;
    }
.autometic {
    padding: 40px 0;
    background: #f3f3f3;
}
    .autometic .left-side h4 {
        font-size:35px;
       
    }
    .autometic .left-side p {
        font-size: 15px;
        margin: 15px 0;
    }
    .autometic .My_div{
        display:flex;
        justify-content:space-between;
        align-items:center;
        gap:15px;
        margin-top:20px;
    }
        .autometic .My_div .img-section  img{
            width:60px;
        }
        .autometic .My_div .my_div_left .content h3 {
            font-size: 22px;
            margin-top: 15px;
        }
        .autometic .My_div .my_div_left .content p {
            font-size: 15px;
        }

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

    .crypto_content ul li {
        margin-bottom: 5px;
        position: relative;
        color: white;
        font-size: 15px;
    }

        .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: 7px;
            left: -20px;
            width: 10px;
            height: 10px;
            background: var(--main-bg-color);
            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 50px 0px;
    /*    background-position: center;
*/ height: 100%;
    background: var(--back-color2);
}

.solution_text {
    padding: 15px 20px;
    height: auto;
    overflow: hidden;
    text-align: center;
    transition: 0.3s ease;
    box-shadow: none;
    background: var(--main-bg-color);
    border-radius: 7px;
    cursor:pointer;
}

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

    .solution_text h5 {
        font-size: 15px;
        color: var(--back-color2);
        font-weight: 500;
        text-transform: uppercase;
        margin: 10px 0px 10px;
        text-align: left;
        line-height: normal;
    }
.core_services .solution_imgs {
    position: relative;
    background: white;
    padding: 8px 0;
    border-radius: 8px;
}
.core_services .solution_imgs img {
    width: 30%;
}
.core_services .solution_text h5 {
    text-align: center;
    color: var(--text-color);
    margin: 17px 0 3px 0;
}
/*.core_services .solution_imgs:before {
    border-radius: 50%;
    border: 1px dashed #ffffff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 136px;
    height: 136px;
    background: white;
    z-index: -1;
}*/
.wallet_sec .solution_imgs{
    height:180px;
}
.wallet_sec .solution_imgs img{
    height:100%;
}

.solution_imgs {
    width: 100%;
    height: 100%;
    background: none;
    text-align: center;
}
    .solution_imgs img {
        width: 100%;
        border-radius: 7px;
    }
    /*  .solution_imgs:hover {
        background: #1bc486;
    }
*/
    /*   .solution_imgs:before {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 1px dashed var(--text-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(--text-color);
}*/
    .solution_text p {
        font-size: 15px;
        line-height: 26px;
        color: #fff;
        min-height: 110px
    }
.solution_text.needHelp {
    padding: 10px;
    height: auto;
    background:white;
}

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

.crypto_content h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
}

.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;*/
}
.logo_footer {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.logo_footer img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

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

.compant_txt li {
    margin-bottom: 5px;
    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;
    }
        .compant_txt li:hover{
            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: 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: 90%;
    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: 15px;
    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: 200px 0px 100px 0px;
    margin: 0px;
    background-position: 50%;
    position: relative;
    /*background: #866bfe;*/
    text-align: center;
}
.misson_visst .left {
    position: relative;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}
  /*  .misson_visst .left:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        height: 140px;
        width: 140px;
        background: var(--text-color);
        z-index: -9;
        border-radius:10px;
    }*/
    .misson_visst .left img{
        border-radius:10px;
    }

    .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: 500;
    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: 400;
    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: var(--main-bg-color);
    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: 500;
    color: #fff;
    padding: 0px 0px 10px;
}

.compant_txt li {
    margin-bottom: 5px;
    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;
    }

        .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(--main-bg-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: #fff;
        color: var(--text-color);
        border: 2px solid var(--text-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: 90%;
    position: relative;
}

    .line-brack2:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 22%;
        width: 120px;
        height: 2px;
        background: var(--text-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);
}



.back1 {
    background-color: #e3c73f;
}

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

}

    input.btn-light.button-black:hover {
        background: #fff;
        color: #555;
        border: 1px solid #555;
    }


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

.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: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.ctinfo_icon {
    color: var(--text-color);
    font-size: 25px;
    margin: 0;
    margin-right: 10px;
}

.single_ctinfo .single_info_title {
       color:#555;
    font-size: 15px;
    margin: 0;
}

article.ctinfo_detail {
    font-size: 14px;
}

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

.socialicon {
    display: inline-block;
}

.socialicon {
    text-align: center;
    font-size: 20px;
    color: #000;
    /* padding: 3px 6px; */
    text-decoration: none;
    /* border-color: #ecc043; */
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: ease-in-out .1s;
}

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

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

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

.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: 30px 0px;
    background: #fff;
    /* margin: 0px 0px 60px 0px; */
}

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

.investingTeamSlot {
    padding: 10px;
    border: 1px solid #1d1d1d;
    background: var(--back-color2);
    height: 290px;
    border-radius: 7px;
}

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

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

.slider_content p {
    font-size: 15px;
    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;
    }


section.xBond_cryptoSlot {
    background: #fff;
    padding: 50px 0px;
    position:relative;
}
    section.xBond_cryptoSlot:before{
        content:"";
        position:absolute;
        top:0px;
        left:0px;
        height:100%;
        width:100%;
        background-image:url(../../images/back.jpg);
    }

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

h4.xbondTitle {
    font-size: 40px;
    color:var(--text-color);
    margin: 0px 0px 15px;
    /* letter-spacing: 2px; */
    font-weight: 500;
   
}
    h4.xbondTitle span {
        position: relative;
        display: inline-block;
    }
        h4.xbondTitle span:before {
            position: absolute;
            bottom: -7px;
            right: 0px;
            height: 4px;
            width: 100%;
            content: "";
            background: white;
        }
    .leadership ul li {
        color:#555;
        margin-bottom: 5px;
    }
.leadership .about-imgs{
    position:relative;
    z-index:99;
}
    .leadership .about-imgs img {
        border-radius: 8px;
    }
    .leadership .about-imgs:before {
        content: '';
        position: absolute;
        top: -20px;
        right: -20px;
        height: 140px;
        width: 140px;
        background: var(--button-color);
        z-index: -9;
        border-radius: 8px;
    }

h4.xbondTitle span {
    color: var(--button-color);
}

.crypto_content p {
    font-size: 15px;
    color: #000;
    line-height: inherit;
    font-weight: 400;
}
.my_list ul li{
    margin-bottom:10px;
}

a.home_btn {
    padding: 10px 30px;
    background: var(--main-bg-color);
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.5s ease;
    border: 1px solid white;
}

    a.home_btn:hover {
        background: #fff;
        color: var(--back-color3);
        border: 1px solid var(--back-color3);
    }

section.market_growth {
   /* background-image: url(../images/pattern_bg.png);
    background-repeat: no-repeat;*/
    /* background-size: cover; */
    padding: 50px 0px;
  /*  background-position: bottom;*/
    background:var(--back-color2);
    position:relative;
}
    section.market_growth:before {
        background-image: url(../images/pattern_bg.png);
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-repeat: repeat;
        background-size: contain;
    }
    section.market_growth .container {
        background: #fff;
       /* padding: 23px 20px;*/
        border-radius: 8px;
        position: relative;
    }
.market_growth .crypto_content p {
    color: #fff;
    margin-bottom: 10px;
    text-align: justify;
}
.my_about .crypto_content {
    background: var(--back-color2);
    padding: 20px;
    height:100%;
    border:1px solid white;
}
.my_about .col-lg-6{
    padding:0px;
}

.market_growth .crypto_imgs {
    width: 100%;
    /* animation: UpDown 3s 
linear infinite; */
    /* height: 90%; */
    padding: 20px;
    height:100%;
}
@keyframes UpDown {
    0% {
        bottom: 0;
    }

    50% {
        bottom: .5em;
    }

    100% {
        bottom: 0;
    }
}

section.exchange_crypto {
    position: relative;
    padding: 85px 0px;
    background: #f3f3f3;
}

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

    .circle:before {
        background: #e7e7e7;
        content: '';
        height: 110px;
        width: 110px;
        position: absolute;
        top: 20px;
        left: 20px;
        border-radius: 100%;
        opacity: 1;
        z-index: -1;
    }

    .shape:after {
        background: #e7e7e7;
        content: '';
        height: 110px;
        width: 110px;
        position: absolute;
        bottom: 20px;
        right: 20px;
        border-radius: 100%;
        opacity: 1;
        z-index: -1;
    }
.wallet_sec h4.xbondTitle {
    text-align: center;
}
section.wallet_sec {
    /* background: #10171c;*/
    background: var(--back-color2);
    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: var(--back-color2);
    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;
}
.leadership .xbondTitle{
    color:var(--text-color);
}

.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: 472px;
    height: 472px;
    margin-bottom: 15px;
    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%);
}
.roadmap-container {
    /* background: #10171c;*/
    background: var(--back-color2);
}

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;
    display:none;
}
.banner_wrap{
    position:relative;
}

  /*  .banner_wrap:before {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #00000080;
        content: "";
        width: 100%;
        height: 100%;
    }*/
.roadmap-container {
    float: left;
    width: 100%;
    padding: 50px 0;
    font-size: 15px;

}

.roadmap-auto {
    max-width: 950px;
    margin: 0 auto;
}

.roadmap-container .roadmap-h2 {
    background: url(../template/images/underline-background.png) center bottom no-repeat;
    background-size: 250px 3px;
    color: #159CDF;
    z-index: 1;
    font-size: 45px;
    line-height: 55px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 6px;
    text-align: center;
}

.roadmap-container .roadmap-timeline {
    padding-top: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.roadmap-container .timeline-dot {
    position: absolute;
    left: 50%;
    z-index: 3;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border: 2px solid #41BFA0;
    border-radius: 6px;
    background-color: #41BFA0;
}

.roadmap-container .timeline-list {
    float: left;
    width: 100%;
    position: relative;
}

    .roadmap-container .timeline-list .timeline-list-col {
        float: left;
        width: 50%;
        padding-top: 50px;
        padding-right: 0;
        padding-left: 0;
        position: relative;
        z-index: 3;
    }

    .roadmap-container .timeline-list .timeline-item-block {
        width: 350px;
        margin-bottom: 50px;
        float: left;
        text-align: left;
    }

    .roadmap-container .timeline-list .timeline-item-block17q4 {
        margin-top: 50px;
    }

    .roadmap-container .timeline-list .timeline-item-block18q2 {
        margin-top: 50px;
    }

    .roadmap-container .timeline-list .timeline-item-block .timeline-item-time {
        position: relative;
        width: 320px;
        min-height: 36px;
        border-bottom: 0 solid #1BACB3;
    }

    .roadmap-container .timeline-list .timeline-item-block .timeline-item-label {
        float: left;
        font-size: 24px;
        line-height: 26px;
        font-weight: 500;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
    }

    .roadmap-container .timeline-list .timeline-item-block .timeline-item-content {
        position: relative;
        left: 0;
        width: 280px;
        margin-top: 0;
        margin-right: 40px;
        float: left;
        width: 100%;
        font-size: 15px;
        line-height: 21px;
        color: #555;
        font-weight: 400;
        text-transform: none;
        border: 1px solid #ddd;
        border-top: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        padding-bottom: 0;
    }

        .roadmap-container .timeline-list .timeline-item-block .timeline-item-content p {
            background: url(../template/images/arrow-dot-gray2.png) 0 2px no-repeat;
            margin-bottom: 10px;
            background-size: 16px 16px;
            padding-left: 24px;
            color: white;
            font-size: 15px;
        }

            .roadmap-container .timeline-list .timeline-item-block .timeline-item-content p.no-bullet {
                background: none;
                padding-left: 0;
            }

    .roadmap-container .timeline-list .timeline-col-right {
        padding-top: 150px;
    }

        .roadmap-container .timeline-list .timeline-col-right .timeline-item-block {
            float: right;
        }

        .roadmap-container .timeline-list .timeline-col-right .timeline-item-label {
            float: right;
            text-align: right;
        }

        .roadmap-container .timeline-list .timeline-col-right .timeline-item-content {
            text-align: left;
            margin-left: 0px;
            margin-right: 0;
        }

    .roadmap-container .timeline-list .timeline-list-vr {
        width: 0;
        height: 100%;
        border-left: 1px solid #41BFA0;
        border-right: 1px solid #41BFA0;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        z-index: 2l
    }

    .roadmap-container .timeline-list .timeline-item-label-hr {
        float: left;
        width: 475px;
        height: 3px;
        background-color: #555;
        position: relative;
    }

    .roadmap-container .timeline-list .timeline-item-block .item-dot {
        left: auto;
        right: 0;
        bottom: -5px;
        margin-right: -6px;
        margin-left: 0;
    }

    .roadmap-container .timeline-list .timeline-col-right .item-dot {
        left: 0;
        right: auto;
        margin-right: 0;
        margin-left: -7px;
    }

    .roadmap-container .timeline-list .timeline-col-right .timeline-item-label-hr {
        margin-left: -125px;
    }

    .roadmap-container .timeline-list .timeline-item-block .timeline-item-label2 {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        padding: 7px 10px 6px 10px;
    }

    .roadmap-container .timeline-list .timeline-item-block-green .timeline-item-label2 {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-green .timeline-item-label-hr {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-green .item-dot {
        background: var(--main-bg-color);
        border-color: #fff;
    }

    .roadmap-container .timeline-list .timeline-item-block-green2 .timeline-item-label2 {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-green2 .timeline-item-label-hr {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-green2 .item-dot {
        background: var(--main-bg-color);
        border-color: #fff;
    }

    .roadmap-container .timeline-list .timeline-item-block-blue .timeline-item-label2 {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-blue .timeline-item-label-hr {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-blue .item-dot {
        background: var(--main-bg-color);
        border-color: #fff;
    }

    .roadmap-container .timeline-list .timeline-item-block-blue2 .timeline-item-label2 {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-blue2 .timeline-item-label-hr {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-blue2 .item-dot {
        background: var(--main-bg-color);
        border-color: #fff;
    }

    .roadmap-container .timeline-list .timeline-item-block-violet .timeline-item-label2 {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-violet .timeline-item-label-hr {
        background: var(--main-bg-color);
    }

    .roadmap-container .timeline-list .timeline-item-block-violet .item-dot {
        background: var(--main-bg-color);
        border-color: #fff;
    }

    .roadmap-container .timeline-list .timeline-item-block-mobile {
        display: none;
    }
@media screen and (max-width:767px) {
    .logoSlot {
        width: 60px;
    }
    #Toggle_icon{
        margin:0px!important;
        padding:0px!important;
    }
    .banner_section .main_div .text_overlay h6 {
        font-size: 20px!important;
    }
    .banner_section .main_div .text_overlay {
        width: 100%;
        padding: 0 21px;
    }
    .Wide_range_section .first_row .wide_range {
        grid-template-columns: repeat(1, 1fr)!important;
    }
    .banner_section .main_div .text_overlay p {
        font-size: 14px!important;
    }
    .banner_section .main_div .my_custom_btn a {
        font-size: 14px;
    }
    .Wide_range_section .first_row .wide_range2 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
   /* .my_custom_btn {
        display: flex;
        flex-direction: column;
        gap:4px;
    }*/
        .my_custom_btn a {
            margin-right: 0px !important;
        }
    .section_hero_bottom .flex-item {
        flex-direction: column;
        gap: 14px;
    }
    .banner_section .main_div .my_custom_btn a {
        padding: 8px 15px!important;
    }
    .logo_footer {
        width: 30%;
    }
    .footer_bottom {
        flex-direction: column;
    }
    section.xBond_cryptoSlot {
        padding-left: 15px;
        padding-right: 15px;
    }
    .moneySlot h5 {
        font-size: 22px;
    }
    .solution_text h5 {
        color: white;
    }
    .investingTeamSlot {
        height: auto;
    }
    .heading-area h2 {
        font-size: 22px;
    }
    .heading-area2 h2 {
        font-size: 22px;
    }
    .my_heading h4 {
        font-size: 22px !important;
    }
    .Metatrader .left_side h5 {
        font-size: 22px!important;
    }
    .My_div .my_div_left{
        text-align:center;
    }
    .autometic .left-side h4 {
        font-size: 22px;
    }
    .header-section .navbar {
        padding: 0 15px !important;
    }
    .why_choose_services .services_main{
        margin-bottom:10px;
    }
    .my_map iframe{
        height:auto;
    }
    .banner_section .main_div {
        height: 60vh!important;
    }
}




@media screen and (max-width:950px) {
    .autometic .My_div {
        flex-wrap: wrap;
    }
    .banner_wrap video{
        object-fit:cover;
    }
    .roadmap-container {
        padding: 22px 0;
    }

  
    ul.navbar-nav.headerSlot {
        top: 0px;
    }

    #Custom_bars {
        display: none;
    }

    .container-fluid {
        max-width: 100%;
    }

    .slider_txt {
        top: 50%;
    }

    .navbar {
        background: #000000;
    }

    .banner_wrap {
        width: 100%;
        margin: 0 auto;
        height: 160px;
    }

        .banner_wrap img {
            height: 100%;
        }

    .spacer-block {
        margin-bottom: 0;
    }

    .roadmap-container .roadmap-h2 {
        font-size: 25px;
        line-height: 30px;
        background-size: 150px 3px;
    }

    .roadmap-container .timeline-list .timeline-list-vr {
        left: 20px;
    }

    .roadmap-container .timeline-dot {
        left: 20px;
    }

    .roadmap-container .roadmap-timeline {
        padding-top: 0;
    }

    .roadmap-container .timeline-list .timeline-list-col {
        float: none;
        width: auto;
        margin-left: 25px;
        padding-left: 25px;
        margin-right: 25px;
    }

    .roadmap-container .timeline-list .timeline-item-block-mobile {
        display: block;
    }

    .roadmap-container .timeline-list .timeline-item-block .timeline-item-time {
        width: auto;
    }

    .roadmap-container .timeline-list .timeline-item-label-hr {
        float: none;
        width: auto;
        margin-left: -30px;
    }

    .roadmap-container .timeline-list .timeline-item-block .timeline-item-label {
        float: none;
    }

    .roadmap-container .timeline-list .timeline-item-block .item-dot {
        left: 0;
        right: auto;
        margin-left: -6px;
        margin-right: 0;
    }

    .roadmap-container .timeline-list .timeline-item-block .timeline-item-label2 {
        width: auto;
    }

    .roadmap-container .timeline-list .timeline-item-block .timeline-item-content {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .roadmap-container .timeline-list .timeline-col-right {
        display: none;
    }

    .roadmap-container .timeline-list .timeline-item-block {
        float: none;
        width: auto;
    }
}

.Robust{
    background:#fff;
}
    .Robust .main-section {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
        .Robust .main-section .box {
            background: var(--back-color2);
            position: relative;
            text-align: left;
            transition: 0.5s;
            cursor: pointer;
            padding: 20px;
            border-radius: 10px;
            border: 2px solid #000;
            outline: 2px solid var(--text-color);
            outline-offset: -10px;
        }
            .Robust .main-section .box:hover{
                transform:translateY(-5px);
            }
            .Robust .main-section .box h5 {
                /* position: absolute;
                top: 0%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: var(--main-bg-color);
                width: 80%;
                color: white;
                padding: 2px 0;
                line-height: inherit;*/
                font-size: 17px;
                margin: 5px 0;
                color: var(--text-color);
            }
            .Robust .main-section .box p {
                font-size: 15px;
                font-weight: 400;
                color:white;
            }
        .Robust .main-section .box img{
            width:70px;
        }

.my_navbar_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}
#Toggle_icon .fa {
    color: white;
    font-size: 24px;
}
.my_custom_sidebar {
    position: fixed;
    top: 0;
    right: -300px; /* hidden */
    width: 300px;
    height: 100vh;
    background: #000;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transition: 0.4s ease;
    z-index: 1001;
    padding: 20px 0;
}

    /* When active (open) */
    .my_custom_sidebar.active {
        right: 0;
    }

    /* Close Button */
    .my_custom_sidebar .close_btn {
        text-align: right;
        font-size: 24px;
        padding: 10px 20px;
        cursor: pointer;
    }
        .my_custom_sidebar .close_btn .fa {
            color: #000;
            background: white;
            border-radius: 50px;
            height: 35px;
            width: 35px;
            text-align: center;
            line-height: 35px;
            font-weight: 200;
        }
        /* Overlay */
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(0 0 0 / 88%);
            opacity: 0;
            visibility: hidden;
            transition: 0.3s ease;
            z-index: 1000;
        }
.footer_bottom {
    display: flex;
    background: #10171c;
    align-items: center;
    padding: 5px 40px;
    justify-content: space-between;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}
#button {
    display: inline-block;
    background: var(--main-bg-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: #333;
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }

/* Toggle icon */
#Toggle_icon {
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    width: fit-content;
    border-radius: 6px;

}
.my_custom_sidebar ul {
    text-align: center;
    margin-top: 60px;
}
.my_custom_sidebar ul li {
    margin-bottom:5px;
}
    .my_custom_sidebar ul li a {
        padding: 8px 0;
        display: block;
        transition: 0.5s;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        font-size:15px;
    }
        .my_custom_sidebar ul li a:hover {
            background: var(--main-bg-color);
            color: white;
            border-radius: 5px;
        }
 
    .my_custom_sidebar ul li a.active {
        color: #fff;
        background: var(--main-bg-color);
        padding: 10px 15px;
        border-radius: 5px;
        display: block;
    }
.banner_section .main_div{
    position:relative;
    height:100vh;

}
.banner_section .main_div{
    position:relative;
}
    .banner_section .main_div .text_overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: white;
        max-width: 790px;
        text-align:center;
    }
        .banner_section .main_div .text_overlay h6 {
            font-size: 48px;
            font-weight: 700;
            text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
        }
        .banner_section .main_div .text_overlay p {
            font-size: 16px;
            margin: 15px 0 22px 0;
            text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
        }
    .banner_section .main_div .my_custom_btn a {
        background: var(--text-color);
        color: white;
        padding: 8px 32px;
        margin-right: 27px;
        border-radius: 5px;
    }
    .banner_section .main_div .banner_img{
        height:100%;
    }
        .banner_section .main_div .banner_img img {
            height: 100%;
            object-fit: cover;
            object-position: top;
        }
.section_hero_bottom{
    background:var(--text-color);
    padding:20px 0;
}
    .section_hero_bottom .flex-item{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }
    .section_hero_bottom .flex-item .box{
        display:flex;
        justify-content:space-between;
        align-items:center;
        gap:10px;
    }
        .section_hero_bottom .flex-item .box .icon_img img{
           width:50px;
        }
        .section_hero_bottom .flex-item .box .content h6{
            font-size:15px;
            color:white;
            text-transform:capitalize;
        }
        .section_hero_bottom .flex-item .box .content p {
            font-size: 15px;
            color: white;
            text-transform: capitalize;
        }
.why_choose_services{
    padding:40px 0;
}
.my_heading h4 {
    font-size:28px;
    font-weight: 500;
    color: #333333;
    position:relative;
    display:inline;
}
    .my_heading h4:before {
        position: absolute;
        bottom: -4px;
        right: 0px;
        background: var(--main-bg-color);
        height: 3px;
        width: 10%;
        content: "";
    }
.my_heading p {
    font-size: 15px;
    color: #333333;
    margin:10px 0;
}
.why_choose_services .services_main {
    background-color: #F6F7F8;
    padding: 30px 32px 30px 32px;
    border-radius: 4px;
    text-align: center;
}
    .why_choose_services .services_main .img_icon {
        margin-bottom:15px;
    }
    .why_choose_services .services_main .content_services h5{
        margin-bottom:10px;
    }
    .why_choose_services .services_main .content_services p {
        margin-bottom: 7px;
        font-size: 15px;
    }
.Trading_account{
    padding:30px 0;
}
.Trading_account .services_main {
    padding: 10px 0px 10px 0px;
    border-style: solid;
    border-color: #3C5B74;
    border-radius: 8px 8px 8px 8px;
    background-color: #F6F7F8;
}
    .Trading_account .services_main .content_services h5 {
        color: #333333;
        font-size: 26px;
        font-weight: 600;
        text-align: center;
        padding: 10px 0;
    }
    .Trading_account .services_main .content_services .my_list {
        padding: 13px 30px 15px 30px;
    }
    .Trading_account .services_main .content_services .my_list ul li{
        position:relative;
    }
        .Trading_account .services_main .content_services .my_list ul li:before {
            font-family: FontAwesome;
            display: inline-block;
            padding-right: 6px;
            vertical-align: middle;
            content: "\f046";
        }
.open_btn {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 12px;
}
    .open_btn a {
        display: inline-block;
        background: var(--main-bg-color);
        font-size: 15px;
        font-weight: 500;
        border-radius: 7px 7px 7px 7px;
        padding: 15px 35px 15px 35px;
        color:white;
        transition:0.5s;
    }
        .open_btn a:hover {
            transform: scale(1.1);
        }
.Wide_range_section {
   /* background-image: url(../../images/back.png);*/
    padding: 30px 0;
   /* background-size: cover;
    background-repeat: no-repeat;*/
    background-color: #F6F7F8;
}
.Wide_range_section .first_row {
    margin: 50px 0 0 0;
}
.Wide_range_section .first_row .wide_range {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.Wide_range_section .first_row .wide_range2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top:12px;
}
    .Wide_range_section .first_row .wide_range2 .box {
        text-align: center;
        padding: 30px 20px;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 8px;
    }
    .Wide_range_section .first_row .wide_range .box {
        text-align: center;
        padding: 30px 20px;
        background: white;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 8px;
    }
    .Wide_range_section .first_row .wide_range .box img {
        width: 40px;
    }
    .Wide_range_section .first_row .wide_range2 .box img {
        width: 40px;
    }
        .Wide_range_section .first_row .wide_range .box h5 {
            font-size: 20px;
            font-weight: 600;
            color: #333333;
            margin: 8px 0 6px 0;
            display: block;
        }
        .Wide_range_section .first_row .wide_range .box p {
            font-size: 15px;
            margin: 0px 0;
        }
.Metatrader{
    padding:30px 0;
}
    .Metatrader .left_side h5 {
        font-size: 40px;
        font-weight: 600;
        color: #333333;
    }
    .Metatrader .left_side p {
        font-size: 15px;
        margin: 10px 0 10px 0;
    }
    .Metatrader .left_side .ul_list ul li{
        margin-bottom:10px;
        font-size:15px;
    }
        .Metatrader .left_side .ul_list ul li:before {
            font-family: FontAwesome;
            display: inline-block;
            padding-right: 6px;
            vertical-align: middle;
            content: "\f046";
        }
    .Metatrader .left_side .Custom_btn{
        margin-top:15px;
    }
    .Metatrader .left_side .Custom_btn a {
        background: var(--main-bg-color);
        display: inline-block;
        padding: 10px 20px;
        color: white;
        border-radius: 7px;
        transition:0.5s;
    }
        .Metatrader .left_side .Custom_btn a:hover {
            transform: scale(1.1);
        }