
clear {
    clear: both;
}

.f,
.f-c,
.f-sb,
.f-sa,
.f-ac,
.f-as,
.f-w,
.f-dc,
.f-fe,
.f-fs,
.f-ais,
.f-ae,
.f-ab,
.f-tc {
    display: flex;
}

.f-ab {
    align-items: baseline;
}

.f-ae {
    align-items: flex-end;
}

.f-ais {
    align-items: stretch;
}

.f-fs {
    justify-content: flex-start;
}

.f-fe {
    justify-content: flex-end;
}

.f-w {
    flex-wrap: wrap;
}

.f-c {
    justify-content: center;
}

.f-sb {
    justify-content: space-between;
}

.f-sa {
    justify-content: space-around;
}

.f-ac {
    align-items: center;
}

.f-dc {
    flex-direction: column;
}

.f-as {
    align-items: flex-start;
}

.f-tc {
    text-align: center;
}

.hidden {
    display: none !important;
}

.train-text h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.token__section {
    background-color: #0D102C;
}

.Control-1 img {
    height: 60px;
}

.section__title .desc {
    font-size: 18px;
}

.row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
/*    display: flex;
    flex-wrap: wrap;*/
}


@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

.navbar-default .navbar-nav .active {
    font-weight: 700;
    font-size: 2.0rem;
    color: #FFFFFF;
}

.box-1 {
    height: calc(100% - 20px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #FFFFFF
}

.meet {
    height: 100%;
}

[hidden], template {
    display: none !important;
}

.flexslider .slides img {
    border-radius: 20px;
    object-fit: cover; /* 保持图片比例，不拉伸，裁剪多余部分 */
    object-position: center; /* 图片居中显示 */
    width: 100%;
}

.flexslider .slides div {
    margin-bottom: 20px;
}

.rrr-text {
    margin-bottom: 0 !important;
}
/* --------------------------------Header-section--------------------------------- */
.Header-section {
    background-color: #0d102c;
    padding: 49px 0px;
    text-align: center;
}

.logo {
}

.list-dow {
    display: flex;
    justify-content: center;
}

.navbar-default {
    background-color: #0d102c;
    border-color: #0d102c;
    margin: 34px 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
    font-size: 1.7rem;
}

.navbar-default .navbar-nav > li > a:hover {
    font-weight: 700;
    color: #ffffff !important;
    font-size: 2.0rem;
}

.Button {
    margin: 32px 0px;
}

.Button a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #ffffff;
    border-radius: 26px;
    padding: 14px 40px;
    display: inline-block;
}

.navbar-toggle {
    float: none;
    margin-right: 0px;
}

.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #0d102c;
}

@media only screen and (max-width: 767px) {
    .logo {

    }
}

@media only screen and (max-width: 425px) {
    .logo {

        margin-bottom: 20px;
    }

    .Button {
        margin: 0;
    }

    .navbar-default {
        background-color: #0d102c;
        border-color: #0d102c;
        margin: 0;
    }

}

@media only screen and (max-width: 375px) {
    .logo {

        margin-bottom: 20px;
    }

    .Button a {
        padding: 10px 20px;
    }
}

.header-logo img {
    height: auto;
    width: 135px;
}

.header-logo {
    height: 119px;
}

.futter-img .futter-logo {
    height: auto;
    margin-bottom: 10px;
    width: 150px;
}

/* --------------------------------Banner-section--------------------------------- */
.banner-section {
    background-color: #0D102C;
    background-image: url(../image/word.png);
    background-repeat: no-repeat;
}

.banner-text h1 {
    font-size: 54px;
    margin: 0;
    color: #fff;
    font-weight: bold;

}


.banner-text p {
    font-size: 18px;
    color: #fff;
    margin: 40px 0;
}

.banner-text h1 span {

}

.banner-text a {
    text-decoration: none;
    color: #fff;
    background-color: #4628FF;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;


}

.banner-img img {
	height: 500px;
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
}


/* --------------------------------icon-section--------------------------------- */

.icon-section {
    background-color: #0D102C;
    background-image: url(../image/bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;


}

.icon-set-1 {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    padding: 15px;
}

.icon-set {
    display: inline-block;
    float: left;
    margin-top: 20px;
}

.icon-set a img {
    background-color: #F7931A;
    padding: 10px;
    border-radius: 100%;
}

.icon-text {
    float: left;
    color: #0D102C;
    margin: 0 0 0 15px;
    padding: 0 0 10px 0;
}


.icon-text h2 {
    font-size: 24px;
    font-weight: bold;
}

.icon-text p {
    font-size: 18px;
}

.icon-text h3 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0 25px 0;
}

.icon-text span {
    font-size: 20px;
    font-weight: bold;
    color: #4628FF;
    display: inline-block;
    margin-left: 120px;

}

.icon-text a {
    color: #4628FF;
    display: table;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #4628FF;
    border-radius: 50px;
    padding: 10px 35px;
}

.icon-text a:hover {
    color: #fff;
    background-color: #4628FF;

}

.icon-set-2 {
    display: inline-block;
    float: left;
    margin-top: 20px;
}

.icon-set-2 a img {
    background-color: #C8C8C8;
    padding: 10px;
    border-radius: 100%;
}

.icon-set-3 {
    display: inline-block;
    float: left;
    margin-top: 20px;
}

.icon-set-3 a img {
    background-color: #26A17B;
    padding: 10px;
    border-radius: 100%;
}

/* --------------------------------Chain-section--------------------------------- */

.Chain-section {
    background-color: #0D102C;
    padding: 100px 0;
    background-image: url(../image/bk-2.png);
    background-repeat: no-repeat;
    background-position: right;
}


.Chain-img img {
	height: 500px;
    width: 100%;

}


.Chain-text h2 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.Chain-text p {
    font-size: 18px;
    color: #fff;
    margin: 0;

}


.train-img {
    float: left;
    margin: 10px 20px 10px 0;
}


.train-text h3 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.train-text p {
    color: #fff;

    font-size: 16px;
}


.train {
    margin: 50px 0;
}


/* --------------------------------Market-section--------------------------------- */
.Market-section {
    background-color: #0D102C;
    padding: 50px 0 50px 0;
}

.market-text {
    text-align: center;
    color: #fff;
}

.market-text h2 {

    font-size: 28px;
    font-weight: bold;
}

.market-text p {

    font-size: 18px;
    padding: 0 400px;
    margin-bottom: 30px;

}


.market-img {
    display: inline-block;
    float: left;

}

.market-img a img {
    margin-right: 10px;


}

.market-img-2 {
    display: inline-block;
    float: left;


}

.market-img-2 a img {

    margin-right: 10px;

}

.market-img-3 {
    display: inline-block;
    float: left;

}

.market-img-3 a img {

    margin-right: 10px;

}


.market-1 {
    color: #fff;
}

.market-text-2 {
    float: left;
    margin: 0 0 20px 10px;
    padding: 0;
}


.market-text-2 h2 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.market-text-2 p {
    font-size: 16px;
    color: #8F94C1;
    margin: 10px 0 0 0

}


/* --------------------------------Crypto-section--------------------------------- */


.crypto-section {
    background-color: #0D102C;
    padding: 50px 0;
}

.crypto-img img {
    width: 100%;
}

.crypto-text {
    padding: 0 50px 0 0;
}

.crypto-text h2 {
    font-size: 44px;
    color: #fff;
    margin: 60px 0 20px 0;
}

.crypto-text p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 30px 0;
}

.crypto-text a {
    text-decoration: none;
    color: #fff;
    background-color: #4628FF;
    padding: 15px 25px;
    border-radius: 50px;
}


/* --------------------------------Control-section--------------------------------- */


.Control-section {
    padding: 50px 0;
    background-color: #0D102C;
}

.Control-section-text {
    color: #fff;
    padding: 0 450px;
    text-align: center;
    margin-bottom: 30px;
}

.Control-section-text h2 {
    font-size: 44px;
    font-weight: bold;
}

.Control-section-text p {
    font-size: 18px;
}

.Control-1 {
    padding: 0 10px;
}

.Control-1 h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 30px 0 30px 0;

}

.Control-1 p {
    font-size: 24px;
    color: #8F94C1;
}


/* --------------------------------New-section--------------------------------- */

.new-section {
    padding: 50px 0;
    background-color: #0D102C;
    background-image: url(../image/bk.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.new-img img {
    width: 100%;
}


.new-text h2 {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.new-text p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 60px 0;
}

.form-control {
    background-color: #0b102c;
    border-radius: 50px;
    padding: 25px;
}

.input-group-addon {
    background-color: 4628FF;

}

.input-group-addon a {

    color: #fff;
    border-radius: 0 25px 25px 0;
    text-decoration: none;
}


/* --------------------------------Futter-section--------------------------------- */

.Futter-section {
    padding: 50px 0;
    background-color: #0D102C;
}

.futter-img p {
    color: #fff;

}

.futter-img ul li {
    display: inline-block;
    margin: 0 10px;

}

.futter-img ul {
    padding: 0;
    margin: 20px 0;

}


.futter-Explore h2 {
    font-size: 24px;


    margin-bottom: 30px;

}

.futter-Explore h2 a {
    text-decoration: none;
    color: #fff;


}

.futter-Explore ul {
    margin: 0;
    padding: 0;
}

.futter-Explore ul li a {

    color: #fff;


    text-decoration: none;
}

.futter-Explore ul li {
    font-size: 16px;

    margin: 20px 0;
    list-style: none;
    padding: 0;
}


.futter-Service h2 {
    font-size: 24px;

    margin-bottom: 30px;

}

.futter-Service h2 a {

    color: #fff;
    text-decoration: none;

}

.futter-Service ul {
    margin: 0;
    padding: 0;
}

.futter-Service ul li a {

    color: #fff;

    text-decoration: none;
}

.futter-Service ul li {
    font-size: 16px;

    margin: 20px 0;
    list-style: none;
    padding: 0;
}

.futter-Resource h2 {
    font-size: 24px;

    margin-bottom: 30px;

}

.futter-Resource h2 a {

    color: #fff;
    text-decoration: none;


}

.futter-Resource ul {
    margin: 0;
    padding: 0;
}

.futter-Resource ul li {
    font-size: 16px;

    margin: 20px 0;
    list-style: none;
    padding: 0;
}

.futter-Resource ul li a {

    color: #fff;
    text-decoration: none;
}


/* --------------------------------copy-section--------------------------------- */
.copy-section {
    padding: 20px 0;
    background-color: #151630;
}

.copy-section p {
    text-align: center;
    color: #fff;
    margin: 0;
}


/*********************************** ABOUT US-PAGE****************************************/

.project-section {

    background-color: #0D102C;

    padding: 50px 0;
    color: #fff;
}

.client h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.client p {
    font-size: 16px;
    padding: 0 60px 0 0;
}

.client span {
    font-size: 20px;
    font-weight: normal;
}


/* --------------------Cryptocurrency-section-------------------- */

.Cryptocurrency-section {
    background-color: #0D102C;
    padding: 50px 0;

}

.Cryptocurrency-img img {
	height: 500px;
    width: 100%;
}


.Cryptocurrency-text h2 {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin: 40px 0 20px 0;
    padding-right: 0;
}

.Cryptocurrency-text p {
    font-size: 18px;
    color: #fff;

}


/* --------------------support-section-------------------- */


.support-section {
    background-color: #0D102C;
    padding: 50px 0;
    color: #fff;
}

.support-text h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}


/* --------------------Strong-section-------------------- */


.Strong-section {
    background-color: #0D102C;
    padding: 50px 0;
}

.strong-text {
    text-align: center;
}

.strong-text h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 20px 0;
}

.strong-text p {
    font-size: 18px;
    padding: 0 400px;
    margin-bottom: 30px;
    color: #fff;
}

.carousel ul {
    margin: 0;
    padding: 0;
}

.slides li {
    margin: 0;
    padding: 0;
}

.rrr {

    background-color: #0b102c;
}

.rrr img {
    width: 100%;

}

.flexslider .slides img {
    width: 100%;


}

.flex-direction-nav {
    display: none;
}

.flex-control-paging {
    list-style: none;
    display: flex;

    justify-content: center;
}

.flex-control-paging li {
    margin-right: 20px;
    color: #fff;
    margin-top: 20px;

}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.rrr-text {
    color: #fff;
    margin-top: -100px;
    margin-left: 20px;
}


/* --------------------Join-section-------------------- */


.join-section {
    padding: 100px 0;
    background-color: #0D102C;
    background-image: url(../image/bk.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.join-btn {
    text-align: center;
    margin-top: 20px;
}

.join-btn a {
    text-decoration: none;
    color: #fff;
    background-color: #4628FF;
    padding: 15px 30px;
    border-radius: 50px;
}

.join-text {
    color: #fff;
}

.join-text h2 {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 44px;
}

.join-text p {

    font-size: 18px;
}


/*********************************** SERVICE-PAGE ****************************************/

/* --------------------service-section-------------------- */

.service-section {

    background-color: #0D102C;

}

.service-img img {
	height: 500px;
    width: 100%;
}

.service-text {
    padding: 0 100px 0 0;
    margin-bottom: 40px;
}

.service-text h2 {
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding-right: 80px;
}

.service-text p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 60px 0;
}

.form-control {
    background-color: #0b102c;
    border-radius: 50px;
    padding: 25px;
}

.input-group-addon a {

    color: #fff;
    border-radius: 0 25px 25px 0;
    text-decoration: none;
}

.input-group-addon {
    background-color: 4628FF;
    color: #ffffff;

}

.form-control {
    color: #ffffff;
}

.form-control::placeholder {
    color: #ffffff;
}

.input-group-addon:hover {
    text-decoration: none;
    color: #ffffff;

}

a {
    display: inline-block;
}


/* --------------------Build-section-------------------- */


.Build-section {
    padding: 50px 0;
    background-color: #0D102C;

}

.revolution-list,
.Build-list {
	display: flex;
    flex-wrap: wrap;
}

.Build-text {
    color: #fff;
    text-align: center;
}

.Build-text h2 {
    font-size: 44px;
    font-weight: bold;
}

.Build-1 {
    color: #0D102C;
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    min-height: 300px;
    height: calc(100% - 20px);
    margin-top: 20px;
}

.Build-1 h3 {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    margin: 15px 0 0 25px;
}


/*********************************** CONTACT-PAGE ****************************************/

/* --------------------contact-section-------------------- */

.contact-section {
    padding: 25px 0;
    background-color: #0D102C;
}

.Message {
    margin-top: 20px;

}

.Contact-text h2 {
    margin: 0 0 30px 18px;
    color: #fff;
    font-weight: bold;
    font-size: 54px;
}

.Message-2 {
    height: 100px;
    border-radius: 20px;
}

.btn-Submit {
    margin: 30px 0;
}

.btn-Submit a {
    text-decoration: none;
    color: #fff;
    padding: 15px 40px;
    background-color: #4628FF;
    border-radius: 50px;

}

.Contact-img img {
	height: 500px;
    width: 100%;
}


/* --------------------Quickly-section-------------------- */


.Quickly-section {
    padding: 50px 0;
    background-color: #0D102C;
}


.Quickly-section-text {
    color: #fff;
    text-align: center;
}

.Quickly-section-text h2 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px;

}

.Quickly-section-text p {
    font-size: 18px;
    padding: 0 400px;
    margin-bottom: 30px;
}

.Phone-text {

}

.Phone-text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;

    .margin-bottom:

    10px;
}

.Phone-text p {
    color: #fff;
    font-size: 24px;
}


/*********************************** BLOG-PAGE ****************************************/

/* --------------------Revolution-section-------------------- */

.Revolution-section {

    padding: 50px 0;
    background-color: #0D102C;
    color: #fff;
}

.Revolution-text {
    text-align: center;
}

.Revolution-text h2 {
    font-size: 54px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.Revolution-text p {
    font-size: 20px;
    margin-bottom: 30px;
}

.Search-btn {
    border-radius: 0 25px 25px 0;

}

.Search-btn a {
    padding: 0 15px;
}

.serch-btn-text {
    margin: 0 150px 50px 150px;
}

.box-1 {
    margin-top: 20px;
}

.box-1 img {
    width: 100%;
}

.meet .meet-2 {
    padding: 20px 20px 40px 20px;
}

.meet {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    color: #0D102C;
    height: 100%;
}

.meet h4 {
    font-size: 24px;
    font-weight: bold;
}

.meet h5 {
    font-size: 18px;
}

.meet p {
    font-size: 16px;
}

.meet a {
    text-decoration: none;
}

.meet-2 {
    background-color: #fff;
    width: 100%;
    padding: 20px 20px 69px 20px;
    border-radius: 0 0 20px 20px;
    color: #0D102C;
}

.meet-2 h4 {
    font-size: 24px;
    font-weight: bold;
}

.meet-2 h5 {
    font-size: 18px;
}

.meet-2 p {
    font-size: 16px;
}

.meet-2 a {
    text-decoration: none;
}

.navigation-section {
    text-align: center;
}

.pagination li a {
    margin-right: 10px;
}


.main-1 {
    background: #0D102C;
    padding: 40px 0 20px;

}

.hedeg {
    text-align: center;
}

.hedeg h1 {
    color: #ffffff;
    font-weight: ;
    font-size: 54px;
}

.hedeg p {

    font-size: 15px;
    color: #ffffff;
    margin-bottom: 40px;
    padding: 0px 300px;
}

.box-color {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 40px;
}

.icon h4 {
    color: #0D102C;
    font-size: 24px;

    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.box-line {
    border: 1px solid #252841;
}

.box-text p {
    color: #0D102C;
    font-size: 16px;

}

.boxs-2 {
    margin-top: 30px;
    margin-bottom: 100px;
    display: inline-block;
}

@media only screen and (max-width: 425px) {
    .boxs-1 div {
        margin-bottom: 15px;
    }

    .boxs-2 {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .hedeg p {

        padding: 0;
    }

    .main-1 {
        padding: 0;
    }

    .hedeg h1 {

        font-size: 40px;
    }

}

@media only screen and (max-width: 375px) {
    .box-color {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 320px) {
    .hedeg h1 {
        font-size: 32px;
    }

    .hedeg p {
        font-size: 12px;
    }

    .box-color {
        padding: 10px 12px;
    }

    .icon h4 {
        margin-left: 16px;
    }
}

/*Section-1 End*/
.main-2 {
    background: #0D102C;

}

/*Section-2 Start*/
.Bitcoin-Wallet {
    margin-top: 50px;
}

.img h4 {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 19px;
}

.Bitcoin-Wallet-Text p {
    margin-top: 5px;
    color: #ffffff;
    padding-right: 20px;
    padding-left: 70px;
}

@media only screen and (max-width: 425px) {
    .Bitcoin-Wallet > div {
        margin-bottom: 50px;
    }
}

/*Section-2 End*/
/*Section-3 Start*/


/* media screen (425) */

@media screen and (max-width: 425px) {

    .icon-text a {

        padding: 10px 25px;
    }

    .Contact-text h2 {
        font-size: 40px;
    }

    .serch-btn-text {
        margin: 0;
    }

    .Revolution-section {

        padding: 25px 0;

    }

    .Revolution-text h2 {
        font-size: 39px;

    }

    .Revolution-text p {
        font-size: 14px;
        margin-bottom: 20px;
    }


    .box-1 {
        margin-top: 20px;
    }

    .serch-btn-text {
        margin: 0;
    }

    .Quickly-section-text h2 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 30px;


    }

    .Phone-text p {
        color: #fff;
        font-size: 18px;
    }

    .header-section {
        text-align: center;
    }

    .header-menu ul li a {

        padding: 0 10px;
        font-size: 14px;
    }

    .header-menu ul li {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .header-button {

        margin: 20px 0 0 0;
    }

    .header-button a {


        padding: 10px 20px;

        font-size: 14px;


    }


    .banner-text {
        text-align: center;
    }

    .flex {
        display: inline;

    }

    .banner-text h1 {
        font-size: 40px;
        margin: 50px 0 20px 0;

    }

    .banner-text p {
        font-size: 18px;
        color: #fff;
        margin: 20px 0 40px 0;
    }

    .icon-section {
        padding: 20px 10px 10px 10px;

    }

    .icon-set img {
        margin-left: 10px;
    }

    .icon-text span {

        margin-left: 40px;

    }

    .lll {
        margin: 10px 0;
        padding: 0;

    }

    .Chain-text p {
        font-size: 14px;


    }

    .Chain-section {

        padding: 0;
    }


    .Chain-text h2 {
        font-size: 30px;


    }

    .train-img {
        float: left;
        margin: 30px 10px 30px 0;
    }


    .market-text p {

        font-size: 18px;
        padding: 0 50px;

    }

    .mmm {
        margin: 30px 0;
    }

    .Control-section-text {
        color: #fff;
        padding: 0;
        text-align: center;
    }

    .Control-2 {
        margin: 30px 0;
    }

    .Control-1 h2 {
        font-size: 24px;
        margin: 20px 0 12px 0;

    }

    .Control-1 p {
        font-size: 14px;

    }

    .crypto-text h2 {
        font-size: 40px;
    }

    .Control-section-text p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .Control-section-text h2 {
        font-size: 28px;

    }

    .new-text p {
        margin: 30px 0 30px 0;
    }


    .input-group {

        margin-bottom: 20px;
    }

    .futter-img {
        margin-bottom: 30px;

    }

    .futter-Resource ul li {
        font-size: 14px;

        margin: 10px 0;
    }

    .futter-Service ul li {
        font-size: 14px;

        margin: 10px 0;

    }

    .futter-Explore ul li {
        font-size: 14px;

        margin: 10px 0;


    }

    .futter-Resource h2 {
        font-size: 18px;
        font-weight: bold;


    }


    .futter-Explore h2 {
        font-size: 18px;
        font-weight: bold;


    }

    .futter-Service h2 {
        font-size: 18px;
        font-weight: bold;


    }

    .Cryptocurrency-text h2 {
        font-size: 38px;
        color: #fff;
        font-weight: bold;
        margin: 40px 0 20px 0;
        padding-right: 0;
    }

    .Cryptocurrency-text p {
        font-size: 14px;
        color: #fff;

    }

    .project-section {

        background-color: #0D102C;

        padding: 25px 0;

    }


    .Cryptocurrency-section {

        padding: 25px 0;

    }

    .Cryptocurrency-text h2 {
        margin-top: 15px;
    }

    .client p {

        padding: 0 0 0 0;
    }

    .client-2 {

        margin: 15px 0;
    }

    .futter-section {
        padding: 25px 0;
    }


    .support-text h3 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    .support-2 {
        margin: 20px 0;
    }

    .support-section {

        padding: 25px 0;
        color: #fff;
    }

    .r-2 {
        display: none;
    }

    .rrr-text h2 {
        font-size: 16px;
        margin: 0px;
        margin-bottom: 3px;
        margin-top: 43px;

    }

    .Strong-section {
        padding: 25px 0;
    }

    .rrr-text {

        margin-left: 5px;
    }

    .join-text h2 {
        margin: 0;
        font-weight: bold;
        font-size: 22px;
    }

    .join-text p {

        font-size: 14px;
    }

    .join-btn a {

        padding: 10px;
        margin: 5px 0 0 0;

    }


    .service-text {
        padding: 0 0 0 0;
        text-align: center;
    }

    .service-text h2 {

        padding-right: 0px;
        font-size: 40px;
    }

    .service-section {
        padding: 25px 0;
        background-color: #0D102C;

    }

    .join-section {
        padding: 25px 0;
    }

    .Build-text h2 {
        font-size: 32px;

    }

    .Build-section {
        padding: 25px 0;
    }


    .Contact-img img {
        width: 100%;
        margin-top: 20px;
    }

    .email {
        margin-top: 20px;
    }


}


/* media screen (320) */

@media screen and (max-width: 320px) {


    .header-menu ul li a {

        padding: 0 8px;
        font-size: 12px;
    }


    .banner-text h1 {
        font-size: 40px;
        margin: 50px 0 20px 0;

    }

    .Market-section {
        padding: 20px 0;
    }

    .market-img {
        margin-bottom: 10px;
    }

    .market-img-2 {
        margin-bottom: 10px;
    }


    .market-img-3 {
        margin-bottom: 10px;
    }

    .join-btn a {

        padding: 7px;
        font-size: 12px;

    }


}

@media only screen and (min-device-width: 767px) and (max-device-width: 1400px) {
    .Control-section-text {
        color: #fff;
        padding: 0;
        text-align: center;
    }

    .Header-section .Button a {
        text-decoration: none;
        color: #ffffff;
        font-weight: 600;
        font-size: 10px;
        border: 1px solid #ffffff;
        border-radius: 26px;
        padding: 7px 21px;
        display: inline-block;
        float: right;
    }

    .Header-section .Button.col-lg-3.col-md-3.col-sm-4.col-xs-12 {
        width: 17.333333%;
        float: right;
    }

    .Header-section .list-dow.col-lg-7.col-md-7.col-sm-6.col-xs-6 {
        width: 66%;
    }

    .market-text p {
        font-size: 18px;
        padding: 0px;
        margin-bottom: 30px;
    }

    .icon-set-1 {
        background-color: #fff;
        border-radius: 20px;
        display: flow-root;
        padding: 15px;
        flex-direction: row;
    }

    .icon-text {
        float: left;
        color: #0D102C;
        margin: 0 0 0 0px;
        padding: 0 0 5px 0;
    }

    .icon-text span {
        font-size: 20px;
        font-weight: bold;
        color: #4628FF;
        display: inline-block;
        margin-left: 0;
    }

    .market-text-2 {
        float: left;
        margin: 17px 0 0 10px;
        padding: 0;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 0px 7px;
        font-size: 13px;
        font-weight: 700;
    }
}

.futter-section {
    padding: 50px 0;
    background-color: #0D102C;
}