/************************************************
[Master Stylesheet]

Project Name    : Crypto Currency
Author Url      : https://themeforest.net/user/themebeck


Css Table Of Content
-----------------------
01. Home Page-1 Style
    1.1 Header section style
    1.2 Banner section style
    1.3 Process section style
    1.4 Token section style
    1.5 About us section style
    1.6 App Download section style
    1.7 FAQ section style
    1.8 Testimonial section style
    1.9 Partner logo section style
    1.10 Call to action section style
    1.11 Footer section style
02. Home Page-2 (home-1 dark version) Style
03. Home Page-3 Style
04. Home Page-4 (home-3 dark version) Style
05. Home Page-5 Style
06. Home Page-6 (home-5 dark version) Style
    
    

*************************************************/



/*-----------------------01. Home Page-1 Style-----------------------*/
.page_overflow{
    overflow: hidden!important;
}
.cripto_header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 25px 0;
}
.cripto_header.sticky {
    background: #001b40;
    padding: 10px 0;
    position: fixed;
}
.cripto_header .navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
}
.cripto_header nav .navbar-nav > li > a.nav-link {
    color: #fff!important;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: capitalize;
}
.cripto_header nav .navbar-nav > li > a.nav-link:hover,
.cripto_header nav .navbar-nav > li > a.nav-link.active {
    color: #01e4eb!important;
}

.cripto_header nav .signin_area {
    padding-left: 35px;
}
.cripto_header nav .signin_area li{
    float: left;
}
.cripto_header nav .signin_area li a {
    color: #fff;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    min-width: 120px;
    padding: 0 10px;
    text-align: center;
    text-transform: capitalize;
}
.cripto_header nav .signin_area li.login a {
    border-radius: 5px 0 0 5px;

    background: rgb(28, 123, 252);
    background: -moz-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: linear-gradient(to right, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7bfc', endColorstr='#00eaea', GradientType=1);
}
.cripto_header nav .signin_area li.signin a{
    background: #fff;
    color: #274fff;
    border-radius: 0 5px 5px 0;
}


/*------------1.2 Banner style--------------*/
.cripto_banner{
    background: url(images/banner_bg.html) no-repeat right bottom / cover;
    overflow: hidden;
}
.cripto_banner .banner_content{
    height: 100vh;
    z-index: 2;
    position: relative;
}
.cripto_banner .banner_content h1{
    width: 100%;
}
.cripto_banner .banner_content .title_20 {
    line-height: 35px;
    width: 100%;
}
.cripto_banner .banner_content .banner_btn a {
    color: #fff;
    display: block;
    height: 55px;
    line-height: 55px;
    margin-right: 20px;
    min-width: 210px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
}
.cripto_banner .banner_content .banner_btn li:last-child a {
    margin-right: 0;
}

.cripto_banner .banner_content .banner_btn .video a:before,
.cripto_banner .banner_content .banner_btn .mining a {
    
}
.cripto_banner .banner_content .banner_btn .video a {
    color: #00e8ea;
    position: relative;
    z-index: 1;
}
.cripto_banner .banner_content .banner_btn .video a:before {
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.cripto_banner .banner_content .banner_btn .video a:after {
    background: #092d5c;
    border-radius: 50px;
    content: "";
    height: calc(101% - 4px);
    left: 2.4px;
    position: absolute;
    top: 2.4px;
    width: calc(101% - 6px);
    z-index: -1;
}
.cripto_banner .banner_content .banner_btn .video a:hover:after {
    background: none;
}
.cripto_banner .banner_content .banner_btn .video a:hover {
    color: #fff;
}


.cripto_banner .shape1 {
    background: #001e47;
    border-radius: 70px;
    height: 300px;
    left: -180px;
    position: absolute;
    top: -145px;
    transform: rotate(-10deg);
    width: 800px;
}
.cripto_banner .shape2 {
    background: #001d45;
    border-radius: 50px;
    height: 300px;
    right: -71px;
    position: absolute;
    top: -150px;
    transform: rotate(-10deg);
    width: 700px;
}
.cripto_banner .shape3 {
    background: #00285d;
    border-radius: 50px;
    height: 300px;
    left: -71px;
    position: absolute;
    bottom: -182px;
    transform: rotate(-8deg);
    width: 640px;
}


.cripto_banner .triangle6,
.cripto_banner .triangle5,
.cripto_banner .triangle4,
.cripto_banner .triangle3,
.cripto_banner .triangle2,
.cripto_banner .triangle1{
    position: absolute;
    z-index: 2;
    
}
.cripto_banner .triangle1 {
    left: 235px;
    top: 40%;
    width: 40px;
    margin-top: -20px;
}
.cripto_banner .triangle2 {
    left: 5px;
    bottom: 170px;
    width: 40px;
}
.cripto_banner .triangle3 {
    left: 465px;
    bottom: 100px;
    width: 40px;
}
.cripto_banner .triangle4 {
    left: 50%;
    bottom: 90px;
    width: 40px;
}
.cripto_banner .triangle5 {
    right: 80px;
    top: 210px;
    width: 40px;
}
.cripto_banner .triangle6 {
    left: 40%;
    top: 190px;
    width: 40px;
}


/*--------triangle shape animation-------------*/

.cripto_banner .triangle2 {
    transform: rotate(0deg);
    -webkit-animation: spanrotate4 9s linear infinite;
    -moz-animation: spanrotate4 9s linear infinite;
    -ms-animation: spanrotate4 9s linear infinite;
    animation: spanrotate4 9s linear infinite;
}
.cripto_banner .triangle1,
.cripto_banner .triangle5 {
    transform: rotate(0deg);
    -webkit-animation: spanrotate4 7s linear infinite;
    -moz-animation: spanrotate4 7s linear infinite;
    -ms-animation: spanrotate4 7s linear infinite;
    animation: spanrotate4 7s linear infinite;
}
@-webkit-keyframes spanrotate4 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spanrotate4 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cripto_banner .triangle3,
.cripto_banner .triangle6 {
    transform: rotate(0deg);
    -webkit-animation: spanrotate 5s linear infinite;
    -moz-animation: spanrotate 5s linear infinite;
    -ms-animation: spanrotate 5s linear infinite;
    animation: spanrotate 5s linear infinite;
}
@-webkit-keyframes spanrotate {
    from {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes spanrotate {
    from {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}


.cripto_banner .wave {
    background: #05c7ff;
    border-radius: 100px;
    height: 6px;
    position: absolute;
    width: 6px;
    z-index: 1;
}
.cripto_banner .wave1 {
    right: 38%;
    top: 460px;
}
.cripto_banner .wave2{
    right: 60px;
    top: 50%;
    margin-top: -15px;
}
.cripto_banner .wave3 {
    right: 530px;
    bottom: 234px;
}
.cripto_banner .wave4 {
    right: 140px;
    bottom: 374px;
}


.cripto_banner .wave4:before,
.cripto_banner .wave2:before,
.cripto_banner .wave3:before,
.cripto_banner .wave1:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #05c7ff;
    border-radius: 100%;
    transform: scale(1,1);
}

.cripto_banner .wave3:before,
.cripto_banner .wave1:before{
    -webkit-animation: banner_wave1 1.1s linear infinite;
    -moz-animation: banner_wave1 1.1s linear infinite;
    -ms-animation: banner_wave1 1.1s linear infinite;
    -o-animation: banner_wave1 1.1s linear infinite;
    animation: banner_wave1 1.1s linear infinite;
}
.cripto_banner .wave2:before{
    -webkit-animation: banner_wave1 1.1s linear 0.3s infinite;
    -moz-animation: banner_wave1 1.1s linear 0.3s infinite;
    -ms-animation: banner_wave1 1.1s linear 0.3s infinite;
    -o-animation: banner_wave1 1.1s linear 0.3s infinite;
    animation: banner_wave1 1.1s linear 0.3s infinite;
}
.cripto_banner .wave4:before{
    -webkit-animation: banner_wave1 1.2s linear 0.5s infinite;
    -moz-animation: banner_wave1 1.2s linear 0.5s infinite;
    -ms-animation: banner_wave1 1.2s linear 0.5s infinite;
    -o-animation: banner_wave1 1.2s linear 0.5s infinite;
    animation: banner_wave1 1.2s linear 0.5s infinite;
}


@-webkit-keyframes banner_wave1 {
    0% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(6, 6);
        -ms-transform: scale(6, 6);
        -o-transform: scale(6, 6);
        transform: scale(6, 6);
        opacity: 0;
    }
}

@keyframes banner_wave1 {
    0% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(6, 6);
        -ms-transform: scale(6, 6);
        -o-transform: scale(6, 6);
        transform: scale(6, 6);
        opacity: 0;
    }
}



/*--------------------1.3 start Process style-------------------*/
.cripto_process{
    padding-top: 120px;
    padding-bottom: 120px;
}
.section_title {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    width: 100%;
}
.cripto_process .single_process .img_area i {
    font-size: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    line-height: normal;
    
    background: -webkit-linear-gradient(90deg, #1c7bfc, #00eaea);
    background: linear-gradient(90deg, #1c7bfc, #00eaea);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
/*--------------------1.3 end Process style-------------------*/


/*--------------------1.4 start Token section style-------------------*/
.token_section{
    padding-top: 180px;
    padding-bottom: 40px;
}
.token_section .section_title {
    max-width: 620px;
    width: 100%;
}
.token_section .overlay {
    background: #f7fbfd;
    border-radius: 430px 0 0 0;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
    top: 276px;
    left: -100px;
    width: 200%;
    height: 200%;
}
.token_section .available_title li a {
    color: #06d1ee;
    font-size: 15px;
}
.token_section .available_title li a:hover {
    text-decoration: underline;
}
.token_section .currencies{
    margin-left: -20px;
}
.token_section .currencies .single_currence {
    background: #fff none repeat scroll 0 0;
    border-radius: 35px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    min-height: 130px;
    width: 29%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}
.token_section .currencies .single_currence > img {
    width: 80px;
}
.token_section .currencies .single_currence:nth-child(2),
.token_section .currencies .single_currence:nth-child(5) {
    margin-top: -20px;
}

/*--------count down area--------*/
.token_section .countdown_area {
    padding: 40px 25px;
}
.token_section .counter_wrapper .single-count {
    float: left;
    width: 25%;
}
.token_section .counter_wrapper .single-count h1 {
    font-weight: 700;
    background: -webkit-linear-gradient(90deg, #1c7bfc, #00eaea);
    background: linear-gradient(90deg, #1c7bfc, #00eaea);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.token_section .counter_wrapper .single-count p{
    font-weight: 600;
    padding-top: 5px; 
}
.token_section a.token_collect_btn {
    background: rgb(28, 123, 252);
    background: -moz-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: linear-gradient(to right, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7bfc', endColorstr='#00eaea', GradientType=1);
    
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 61px;
    margin-top: 45px;
    min-width: 250px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.token_section a.token_collect_btn:hover{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/*-----------------coin conversion------------------*/
.coin_convert_section .currency_select_area .select_input {
    border-bottom: 1px solid #eff4f6;
}
.coin_convert_section .currency_select_area #coin_icon2,
.coin_convert_section .currency_select_area #coin_icon {
    left: 42px;
    position: absolute;
    top: 21px;
    width: 60px;
    z-index: 1;
}
.coin_convert_section .currency_select_area span.sells {
    color: #999;
    font-size: 15px;
    left: 123px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    z-index: 1;
}
.coin_convert_section .currency_select_area .nice-select {
    border: medium none;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    height: 100px;
    line-height: normal;
    padding-left: 123px;
    padding-top: 52px;
}
.coin_convert_section .currency_select_area .nice-select::after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    height: 10px;
    right: 35px;
    width: 10px;
}
.coin_convert_section .currency_select_area .nice-select .list {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
.coin_convert_section .currency_select_area .nice-select .option {
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.coin_convert_section .currency_select_area .txt_input {
    padding: 19px 30px 35px 43px;
}
.coin_convert_section .currency_select_area .txt_input input {
    color: #333;
    font-size: 25px;
    padding-left: 0;
    font-weight: 600;
    height: 55px;
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
    border-bottom: 2px solid #1a80fb;
}
.coin_convert_section .currency_select_area.buy .txt_input input {
    border-bottom-color: #01e8ea;
}

.coin_convert_section .convert_button_area{
    height: 100%;
}
.coin_convert_section .convert_button_area p {
    font-size: 13px;
}
.coin_convert_section .convert_button_area > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e6e9;
    border-radius: 100%;
    cursor: pointer;
    height: 80px;
    padding: 8px;
    width: 80px;
}
.coin_convert_section .convert_button_area > button:hover {
    border-color: #1c7bfc;
}
.coin_convert_section .convert_button_area > button span {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 100%;
    padding: 22px 18px;
    width: 100%;
    color: #bababa;
}
.coin_convert_section .convert_button_area > button:hover span {
    background: #1c7bfc;
    color: #fff;
}
.coin_convert_section .convert_button_area > button span i {
    display: block;
    font-size: 23px;
    line-height: 10px;
}
/*--------------------1.4 end Token section style-------------------*/


/*--------------------1.5 start about us section style-------------------*/
.about_us {
    padding: 120px 0 157px;
}
.about_us .about_shape {
    background: #f9fcfd;
    border-radius: 0 130px 0 0;
    height: 700px;
    left: -590px;
    position: absolute;
    top: 80px;
    transform: rotate(45deg);
    width: 700px;
    z-index: 0;
}
.token_section.v2 .facts_wrapper .single_facts,
.about_us .facts_wrapper .single_facts {
    float: left;
    padding-right: 40px;
    width: 33.3%;
}
.token_section.v2 .facts_wrapper .single_facts p,
.about_us .facts_wrapper .single_facts p {
    font-size: 15px;
    line-height: 22px;
}
/*--------------------1.5 end about us section style-------------------*/


/*--------------------1.6 start app download section style-------------------*/
.app_download {
    padding: 130px 0 140px;
    background-image: -moz-linear-gradient( 90deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 60%, rgb(0, 234, 234) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 60%, rgb(0, 234, 234) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 60%, rgb(0, 234, 234) 100%);
    background-image: linear-gradient( 90deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 60%, rgb(0, 234, 234) 100%);
}
.app_download .app_shape2,
.app_download .app_shape1 {
    height: 200px;
    position: absolute;
    width: 690px;
    z-index: 0;
}
.app_download .app_shape1 {
    background: #178df9;
    border-radius: 0 100px 0 0;
    bottom: 0;
    left: 0;
}
.app_download .app_shape2 {
    background: #06d1ec;
    border-radius: 0 0 0 100px;
    top: 0;
    right: 0;
}
.app_download .content h2 {
    font-size: 39px;
    line-height: 50px;
}
.app_download .content .line {
    background: #fff;
    display: block;
    height: 3px;
    width: 100px;
    margin-top: 25px;
    margin-bottom: 65px;
}
.app_download .content .download_btn .google{
    margin-right: 15px;
}
.app_download .content .download_btn a h5 {
    color: #1b1b1b;
    font-weight: 500;
    line-height: 18px;
    z-index: 1;
    position: relative
}
.app_download.v2 .content .download_btn .google a h5,
.app_download .content .download_btn .apple a h5 {
    color: #fff;
}
.app_download .content .download_btn a h5 small {
    font-size: 10px;
}
.app_download .content .download_btn .google a{
    background: #fff;
}
.app_download .content .download_btn a {
    border-radius: 5px;
    display: inline-block;
    min-width: 230px;
    padding: 12px 20px 10px 70px;
    position: relative;
    z-index: 1;
}
.app_download .content .download_btn a i {
    color: #1b1b1b;
    display: block;
    font-size: 36px;
    left: 26px;
    position: absolute;
    top: 11px;
    z-index: 1;
}
.app_download.v2 .content .download_btn .google a i,
.app_download .content .download_btn .apple a i{
    color: #fff;
}
.app_download.v2 .content .download_btn .google a:before,
.app_download .content .download_btn .google a:after,
.app_download .content .download_btn .apple a:after,
.app_download .content .download_btn .apple a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 0;
}
.app_download .content .download_btn .apple a:before {
    background-image: -moz-linear-gradient( left, rgb(28, 123, 252) 0%, rgb(0, 234, 234) 100%);
    background-image: -webkit-linear-gradient( left, rgb(28, 123, 252) 0%, rgb(0, 234, 234) 100%);
    background-image: -ms-linear-gradient( left, rgb(28, 123, 252) 0%, rgb(0, 234, 234) 100%);
    background-image: linear-gradient( to right, rgb(28, 123, 252) 0%, rgb(0, 234, 234) 100%);
}
.app_download .mobile_area {
    margin-bottom: -200px;
    margin-top: -185px;
}
.app_download .mobile_area img {
    z-index: 1;
    position: relative;
    border-radius: 57px;
    box-shadow: -7px 3px 30px rgba(0, 0, 0, 0.3);
}

/*-----wave animation------*/
.app_download .wave_animation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
}
.app_download .wave_animation .wave {
    border: 1px solid transparent;
    height: 10px;
    position: absolute;
    top: 50%;
    left:90px;
    width: 10px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.app_download .wave_animation .wave1 {
    animation: app_wave1 3s linear 0s infinite;
}
.app_download .wave_animation .wave2 {
    animation: app_wave2 3s linear 0.4s infinite;
}
.app_download .wave_animation .wave3 {
    animation: app_wave3 3s linear 0.8s infinite;
}


/*------wave1---------*/
@-webkit-keyframes app_wave1 {
    0% {
        opacity: 1;
        height: 10px;
        width: 10px;
        border-color: transparent;
    }
    100% {
        opacity: 0;
        height: 400px;
        width: 400px;
        border-color: #fff;
    }
}
@keyframes app_wave1 {
    0% {
        opacity: 1;
        height: 10px;
        width: 10px;
        border-color: transparent;
    }
    100% {
        opacity: 0;
        height: 400px;
        width: 400px;
        border-color: #fff;
    }
}


/*------wave2---------*/
@-webkit-keyframes app_wave2 {
    0% {
        opacity: 1;
        height: 10px;
        width: 10px;
    }
    100% {
        opacity: 0;
        height: 300px;
        width: 300px;
        border-color: #fff;
    }
}
@keyframes app_wave2 {
    0% {
        opacity: 1;
        height: 10px;
        width: 10px;
    }
    100% {
        opacity: 0;
        height: 300px;
        width: 300px;
        border-color: #fff;
    }
}

/*------wave3---------*/
@-webkit-keyframes app_wave3 {
    0% {
        opacity: 1;
        height: 10px;
        width: 10px;
         border-color: transparent;
    }
    100% {
        opacity: 0;
        height: 200px;
        width: 200px;
        border-color: #fff;
    }
}
@keyframes app_wave3 {
    0% {
        opacity: 1;
        height: 10px;
        width: 10px;
         border-color: transparent;
    }
    100% {
        opacity: 0;
        height: 200px;
        width: 200px;
        border-color: #fff;
    }
}

.app_download .triangle_shape3,
.app_download .triangle_shape1 {
    position: absolute;
    top: 110px;
    left: 200px;
    width: 40px;
    -webkit-animation: spanrotate 5s linear infinite;
    -moz-animation: spanrotate 5s linear infinite;
    -ms-animation: spanrotate 5s linear infinite;
    animation: spanrotate 5s linear infinite;
}

.app_download .triangle_shape2{
    position: absolute;
    bottom: 80px;
    left: 90px;
    width: 40px;
    z-index: 1;
    
    -webkit-animation: spanrotate4 7s linear infinite;
    -moz-animation: spanrotate4 7s linear infinite;
    -ms-animation: spanrotate4 7s linear infinite;
    animation: spanrotate4 7s linear infinite;
}
.app_download .triangle_shape3 {
    position: absolute;
    bottom: 250px;
    top: inherit;
    left: 300px;
    width: 40px;
    z-index: 1;
}

/*--------------------1.6 end app download section style-------------------*/


/*--------------------1.7 start faq section style-------------------*/
.faq_section{
    padding-top: 185px;
    padding-bottom: 93px;
    background: #fff url(images/faq_bg_triangle.html) no-repeat center center / 100% auto;
}
.faq_section .shape1 {
    width: 600px;
    height: 550px;
    background: #f9fcfd;
    top: 420px;
    right: -330px;
    z-index: 1;
    position: absolute;
    border-radius: 0 0 0 140px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.faq_section .section_title {
    max-width: 576px;
    width: 100%;
}
.faq_section .single_faq p {
    line-height: 30px;
}
.faq_section .single_faq {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
    padding: 30px 25px;
    margin-bottom: 30px;
    background: #fff;
}
/*--------------------1.7 end faq section style-------------------*/


/*--------------------1.8 start testimonial section style-------------------*/
.testimonial_section .section_title {
    max-width: 510px;
    width: 100%;
}
.testimonial_section .shape {
    background: #f9fcfd;
    height: 700px;
    position: absolute;
    width: 700px;
    z-index: 0;
    top: 110px;
    border-radius: 70px 100px 0 0;
    left: -350px;
    -webkit-transform:  rotate(47deg) skew(-4deg);
    -ms-transform:  rotate(47deg) skew(-4deg);
    -o-transform:  rotate(47deg) skew(-4deg);
    transform:  rotate(47deg) skew(-4deg);
}
.testimonial_section .bg_wrapper {
    padding: 94px 0 90px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 0deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 63%, rgb(0, 234, 234) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 63%, rgb(0, 234, 234) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 63%, rgb(0, 234, 234) 100%);
}
.testimonial_section .bg_wrapper:after,
.testimonial_section .bg_wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    height: 10px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial_section .bg_wrapper:before {
    bottom: -10px;
    width: 80%;
    background: #0eb2f3;
}
.testimonial_section .bg_wrapper:after {
    bottom: -20px;
    width: 70%;
    background: #04dbec;
}
.testimonial_section .testimonial_wrapper {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}
.testimonial_section .testimonial-image-slider .slick-track {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}
.testimonial_section .sin-testiImage img {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block !important;
    height: 70px;
    opacity: 0.5;
    width: 70px;
    transition: all 0.5s!important;
}
.testimonial_section .sin-testiImage.slick-current img {
    height: 100px;
    opacity: 1;
    width: 100px;
}
.testimonial_section .testimonial-image-slider {
    margin: 0 auto;
    max-width: 350px !important;
    width: 100%;
}
.testimonial_section .testimonial-text-slider .author_comment {
    color: #fefefe;
}
.testimonial_section .testimonial-image-slider .slick-arrow {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    margin-top: -19px;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    opacity: 0.5;
}
.testimonial_section .testimonial-image-slider .slick-arrow:hover {
  opacity: 1;
}

.testimonial_section .testimonial-image-slider .slick-arrow.fa-long-arrow-left {
  left: -55px;
}
.testimonial_section .testimonial-image-slider .slick-arrow.fa-long-arrow-right {
  right: -55px;
}
/*--------------------1.8 end testimonial section style-------------------*/


/*--------------------1.9 start partner logo section style-------------------*/
.partner_area {
    padding: 130px 0 120px;
}
.partner_area ul > li {
    text-align: center;
    width: 25%;
}
.partner_area ul li a {
    display: block;
    margin: 0 30px;
}
.partner_area ul li a img {
    /*width: 100%;*/
}
/*--------------------1.9 end partner logo section style-------------------*/


/*--------------------1.10 start call to action section style-------------------*/
.cta_common .cta_content .content_txt h2{
    width: 100%;
}
.cta_common .cta_content .content_txt p {
    font-size: 18px;
    line-height: 27px;
    width: 100%;
}
.cta_common .cta_content .cta_button {
  display: inline-block;
  font-size: 18px;
  height: 55px;
  line-height: 54px;
  min-width: 250px;
  text-align: center;
}

.cta3 {
    padding: 95px 0;
    background-image: -moz-linear-gradient( 0deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 63%, rgb(0, 234, 234) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 63%, rgb(0, 234, 234) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(28, 123, 252) 0%, rgb(14, 179, 243) 63%, rgb(0, 234, 234) 100%);
    z-index: 2;
    position: relative;
}
.cta3 .ctaShape {
    position: absolute;
    width: 100%;
    top: 92px;
    z-index: 0;
}
.cta3 .bottom_left_shape {
    background: #178df9;
    border-radius: 0 100px 0 0;
    bottom: 0;
    height: 200px;
    position: absolute;
    width: 650px;
    z-index: 0;
}
.cta3 .top_right_shape {
    background: #0eb2f3;
    border-radius: 0 0 0 100px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    width: 650px;
    z-index: -1;
}
.cta3 .bottom_right_shape.d_block {
    background: #04daed;
    border-radius: 5px;
    bottom: 0;
    height: 200px;
    position: absolute;
    right: -10px;
    width: 240px;
}
.cta3 .cta_content {
    background: #12a2f6;
    border-radius: 10px;
    padding: 86px 70px 93px;
}
.cta3 .cta_content .content_txt {
    max-width: 680px;
    width: 100%;
}
.cta3 .cta_content .content_txt p {
    font-size: 20px;
    line-height: 30px;
    max-width: 510px;
    width: 100%;
}
.cta3 .cta_content .cta_button {
    background: #00e9ea;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
}
.cta3 .cta_content .cta_button:hover {
    background: #fff;
    color: #12a2f6;
}
/*--------------------1.10 end call to action section style-------------------*/


/*--------------------1.11 start footer section style-------------------*/
.footer_section {
  padding: 122px 0 80px;
}
.footer_section .single_widget ul li a {
    color: #8492a1;
    font-size: 15px;
    font-weight: 500;
}
.footer_section .single_widget ul li a:hover {
    color: #258DF5;
}

.footer_section .contact_address p.address {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 16px;
    padding-bottom: 23px;
}
.footer_section .contact_address p {
    color: #8492a1;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 7px;
    padding-left: 30px;
    position: relative;
}
.footer_section .contact_address p i {
    color: #447ef2;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 1px;
}


/*-----footer-----*/
footer .footer_content {
    border-top: 1px solid #eff1f5;
    padding: 28px 0;
}
footer .social_icon li,
footer .copyright {
    color: #939393;
    font-size: 15px;
    vertical-align: middle;
}
footer .copyright a {
    color: #178df9;
}
footer .copyright a:hover {
    text-decoration: underline;
}
footer .social_icon li a {
    color: #333333;
    font-size: 18px;
    padding: 1px 4px;
}
footer .social_icon li a:hover {
    color: #178df9;
}

/*--------------------1.11 end footer section style-------------------*/
/*---------------------01. end home page-1 style------------------------------*/


/*---------------------02. start home page-2 (home-1 dark version) style------------------------------*/
.home1_dark {
    background: rgb(33, 4, 98);
    background: -moz-linear-gradient(left, rgba(33, 4, 98, 1) 0%, rgba(56, 8, 92, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(33, 4, 98, 1) 0%, rgba(56, 8, 92, 1) 100%);
    background: linear-gradient(to right, rgba(33, 4, 98, 1) 0%, rgba(56, 8, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#210462', endColorstr='#38085c', GradientType=1);
}
.home1_dark .cripto_banner .shape1 {
    background: #3d097d;
}
.home1_dark .cripto_banner .shape2 {
    background: #3b097e;
    z-index: 0
}

.home1_dark .cripto_banner {
    background: rgb(76, 11, 125);
    background: -moz-linear-gradient(left, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    background: linear-gradient(to right, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0b7d', endColorstr='#2c077e', GradientType=1);
}
.home1_dark .cripto_banner .banner_content .banner_btn .video a::after {
    background: #3A097E;
}

.home1_dark .cripto_banner .vector_img {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 50%;
    margin-top: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home1_dark .cripto_banner .wave {
    background: #ae68f0;
}
.home1_dark .cripto_banner .wave:before {
    background: #932ef2;
}
.home1_dark .cripto_banner .wave1 {
    right: inherit;
    top: 240px;
    left: 60px;
}
.home1_dark .cripto_banner .wave3 {
    right: inherit;
    bottom: 244px;
    left: 250px;
}
.home1_dark .cripto_banner .wave2 {
    right: inherit;
    top: 160px;
    left: 580px;
}
.home1_dark .cripto_banner .banner_content .banner_btn .video a:hover:after {
    background: none;
}

/*---------process section-------*/
.home1_dark .cripto_process .shape1 {
    background: #3a097e;
    height: 350px;
    left: -70px;
    position: absolute;
    top: -292px;
    transform: rotate(-9deg);
    width: 1030px;
}

.home1_dark .token_section{
    padding-top: 140px;
    padding-bottom: 130px;
}
.home1_dark .token_section .overlay {
    background: #2e065f;
    border-radius: 690px 0 0 0;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    transform: rotate(11deg);
    top: 240px;
    left: -150px;
    width: 200%;
    height: 180%;
}
.home1_dark .token_section .available_title li a {
  color: #b7a7d9;
  font-size: 15px;
}
.home1_dark .token_section .currencies .single_currence {
    background: #35096b;
}
.home1_dark .token_section .countdown_area {
    box-shadow: 0 5px 20px rgba(67, 6, 119, 0.44);
    background: rgb(76, 11, 125);
    background: -moz-linear-gradient(-45deg, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    background: linear-gradient(135deg, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0b7d', endColorstr='#2c077e', GradientType=1);
}
.token_section.v2 .counter_wrapper .single-count h1,
.home1_dark .token_section .counter_wrapper .single-count h1 {
    font-weight: 600;
    background: inherit;
    -webkit-text-fill-color: inherit;
    text-fill-color: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    color: #fff;
}
.home1_dark .token_section .counter_wrapper .single-count p {
    color: #3c95fc;
}

.home1_dark .coin_convert_section .currency_select_area {
    background: rgb(76, 11, 125);
    background: -moz-linear-gradient(left, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    background: linear-gradient(to right, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0b7d', endColorstr='#2c077e', GradientType=1);
}
.home1_dark .coin_convert_section .currency_select_area .txt_input input,
.home1_dark .coin_convert_section .currency_select_area .nice-select {
  background: transparent;
}
.home1_dark .coin_convert_section .currency_select_area .select_input {
    border-bottom: 1px solid #5f0d9d;
}
.home1_dark .coin_convert_section .currency_select_area.buy .txt_input input,
.home1_dark .coin_convert_section .currency_select_area .txt_input input {
    color: #b7a7d9;
    border-color: #b7a7d9;
}
.home1_dark .coin_convert_section .currency_select_area .nice-select {
    color: #fff;
}
.home1_dark .coin_convert_section .currency_select_area .nice-select .list {
    background: rgb(76, 11, 125);
    background: -moz-linear-gradient(left, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    background: linear-gradient(to right, rgba(76, 11, 125, 1) 0%, rgba(44, 7, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0b7d', endColorstr='#2c077e', GradientType=1);
}
.home1_dark .coin_convert_section .convert_button_area > button {
    background: #410a7d;
    border: none;
}
.home1_dark .convert_button_area > button span {
    background: #2e065f;
}
.home1_dark .coin_convert_section .convert_button_area > button:hover span {
    background: #1c7bfc;
}
.home1_dark .coin_convert_section .currency_select_area .nice-select .option {
    color: #fff;
}
.home1_dark .coin_convert_section .currency_select_area .nice-select .option:hover,
.home1_dark .coin_convert_section .currency_select_area .nice-select .option.focus,
.home1_dark .coin_convert_section .currency_select_area .nice-select .option.selected.focus {
    background-color: #2e0b7c;
}
.home1_dark .about_us {
    background: rgb(33, 4, 98);
    background: -moz-linear-gradient(left, rgba(33, 4, 98, 1) 0%, rgba(56, 8, 92, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(33, 4, 98, 1) 0%, rgba(56, 8, 92, 1) 100%);
    background: linear-gradient(to right, rgba(33, 4, 98, 1) 0%, rgba(56, 8, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#210462', endColorstr='#38085c', GradientType=1);
}
.home1_dark .about_us .about_shape {
  background: #2d065f;
}

.home1_dark .app_download {
    background: rgb(76, 11, 125);
    background: -moz-linear-gradient(left, rgba(76, 11, 125, 1) 2%, rgba(44, 7, 126, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(76, 11, 125, 1) 2%, rgba(44, 7, 126, 1) 100%);
    background: linear-gradient(to right, rgba(76, 11, 125, 1) 2%, rgba(44, 7, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c0b7d', endColorstr='#2c077e', GradientType=1);
}
.home1_dark .app_download .app_shape1 {
    background: #38097e;
}
.home1_dark .app_download .app_shape2 {
    background: #36097a;
}
.home1_dark .app_download .app_download_shape {
    left: 0;
    position: absolute;
    top: 170px;
}

.home1_dark .faq_section {
  background: url(images/dark_bg_faq_shape_image.html) no-repeat center center / 100% auto;
}
.home1_dark .faq_section .shape1 {
    background: #390963;
    z-index: 0;
}
.home1_dark .faq_section .single_faq {
    background: #30075e;
}
.home1_dark .testimonial_section .shape {
    background: #2e065f;
}

.home1_dark .testimonial_section .bg_wrapper {
    background-image: -moz-linear-gradient( -25deg, rgb(76, 11, 125) 0%, rgb(44, 7, 126) 100%);
    background-image: -webkit-linear-gradient( -25deg, rgb(76, 11, 125) 0%, rgb(44, 7, 126) 100%);
    background-image: -ms-linear-gradient( -25deg, rgb(76, 11, 125) 0%, rgb(44, 7, 126) 100%);
}
.home1_dark .testimonial_section .testimonial-text-slider .author_comment {
    color: #b7a7d9;
}
.home1_dark .testimonial_section .bg_wrapper::before {
    background: #600f9d;
}
.home1_dark .testimonial_section .bg_wrapper::after {
    background: #530c90;
}

.home1_dark .footer_dark_bg,
.home1_dark .cta3 {
    background-image: -moz-linear-gradient( -25deg, rgb(76, 11, 125) 0%, rgb(44, 7, 126) 100%);
    background-image: -webkit-linear-gradient( -25deg, rgb(76, 11, 125) 0%, rgb(44, 7, 126) 100%);
    background-image: -ms-linear-gradient( -25deg, rgb(76, 11, 125) 0%, rgb(44, 7, 126) 100%);
}
.home1_dark .cta3 .bottom_left_shape {
    background: #3f097d;
}
.home1_dark .cta3 .top_right_shape {
    background: #36087e;
}
.home1_dark .cta3 .bottom_right_shape.d_block {
    background: #36087e;
}
.home1_dark .cta3 .cta_content {
    background: #420a7d;
}
.home1_dark .cta3 .cta_content .cta_button {
    background: #2474ce;
}
.home1_dark .cta3 .cta_content .cta_button:hover {
    color: #2474ce;
    background: #fff;
}

.home1_dark .footer_section .single_widget ul li a {
    color: #b7a7d9;
}
.home1_dark .footer_section .contact_address p {
  color: #b7a7d9;
}
.home1_dark .footer_section .contact_address p i {
    color: #816bad;
}
.home1_dark .footer_section .contact_address p.address {
    border-bottom-color: #410ea6;
}
.home1_dark footer .footer_content {
    border-top-color: #410ea6;
}
.home1_dark footer .social_icon li,
.home1_dark footer .copyright {
    color: #b7a7d9;
}
.home1_dark footer .social_icon li a {
    color: #fff;
}
.home1_dark footer .social_icon li a:hover {
    color: #178df9;
}
.home1_dark footer .copyright a {
  color: #fff;
}
.home1_dark .footer_section .single_widget ul li a:hover {
  color: #fff;
}
/*---------------------02. end home page-2 (home-1 dark version) style------------------------------*/


/*---------------------03. start home page-3 style------------------------------*/
.cripto_header.v2.sticky {
    background: #520A9C;
}
.cripto_header.v2 nav .signin_area li a {
    min-width: 140px;
}
.cripto_header.v3 nav .signin_area li.login a,
.cripto_header.v2 nav .signin_area li.login a {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 12px;
    line-height: 48px;
}
.cripto_header.v2 nav .signin_area li.signin a {
    border: 1px solid transparent;
    border-left: none;
    line-height: 48px;
    border-radius: 50px;
    color: #fff;
    background-image: url('images/background.html');;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7bfc', endColorstr='#00eaea', GradientType=1);
}


/*----------banner section---------*/
.cripto_banner.v2 img.vector_img {
    position: absolute;
    bottom: -100px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    max-width: 970px;
    width: 100%;
    margin-left: -60px;
}
.cripto_banner.v2 .banner_wave_shape {
    position: absolute;
    bottom: -200px;
    z-index: 1;
    width: 100%;
}
.cripto_banner.v2 .banner_content {
    height: 890px;
    z-index: 2;
    position: relative;
}
.cripto_banner.v2 {
    overflow: visible;
    background: rgb(111, 12, 148);
    background: -moz-linear-gradient(-45deg, rgba(111, 12, 148, 1) 0%, rgba(56, 8, 163, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(111, 12, 148, 1) 0%, rgba(56, 8, 163, 1) 100%);
    background: linear-gradient(135deg, rgba(111, 12, 148, 1) 0%, rgba(56, 8, 163, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f0c94', endColorstr='#3808a3', GradientType=1);
}
.cripto_banner.v2 .banner_content h1 {
    margin-top: -140px;
}
.cripto_banner.v2 .banner_content h5.title_20 {
    max-width: 670px;
    width: 100%;
}
.cripto_banner.v2 .banner_content .banner_btn .video a::after {
    background: #500a9d;
}
.cripto_banner.v2 .banner_content .banner_btn .video a:hover::after {
    background: none;
}

.cripto_banner.v2 .shape2,    
.cripto_banner.v2 .shape1 {    
    background: -moz-linear-gradient(-45deg, rgba(111, 12, 148, 0.5) 0%, rgba(56, 8, 163, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(111, 12, 148, 0.5) 0%, rgba(56, 8, 163, 0.5) 100%);
    background: linear-gradient(135deg, rgba(111, 12, 148, 0.5) 0%, rgba(56, 8, 163, 0.5) 100%); 
}
.cripto_banner.v2 .shape1 {
    height: 500px;
    right: 0;
    left: inherit;
    top: -81px;
    width: 700px;
}
.cripto_banner.v2 .shape2 {
    height: 500px;
    right: -130px;
    left: inherit;
    top: 350px;
    width: 700px;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
}
.cripto_banner.v2 .circle {
    border: 2px solid #720e9f;
    border-radius: 100%;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 50px;
    width: 20px;
}

.cripto_banner.v2 .circle1 {
    left: 10px;
    top: 40%;
}
.cripto_banner.v2 .circle2 {
    left: 310px;
    top: 480px;
}
.cripto_banner.v2 .circle3 {
    left: 170px;
    top: 180px;
}
.cripto_banner.v2 .circle4 {
    height: 100px;
    left: 50px;
    top: 220px;
    width: 100px;
}
.cripto_banner.v2 .circle5 {
    height: 100px;
    left: 100px;
    top: 500px;
    width: 100px;
}
.cripto_banner.v2 .circle5:after {
    background: #700fa2;
    content: "";
    display: block;
    height: 230px;
    left: -42px;
    top: -164px;
    width: 6px;
    position: absolute;
    transform: rotate(-42deg);
    border-radius: 20px;
}

.cripto_banner.v2 .wave {
    background: #ae68f0;
}
.cripto_banner.v2 .wave:before {
    background: #932ef2;
}
.cripto_banner.v2 .wave1 {
    right: inherit;
    top: 270px;
    left: 144px;
}
.cripto_banner.v2 .wave2 {
    right: inherit;
    top: 533px;
    left: 134px;
    margin-top: 0;
}

/*------------------- cripto faq----------------*/
.cripto_faq {
    padding-top: 350px;
    padding-bottom: 80px;
}
.cripto_faq .shape1 {
    background: #f7fafd;
    border-radius: 50px;
    height: 400px;
    left: -200px;
    position: absolute;
    top: 36%;
    width: 400px;
    z-index: 0;
    -webkit-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    -o-transform: rotate(58deg);
    transform: rotate(58deg);
}
.cripto_faq .shape2 {
    background: #f7fafd;
    border-radius: 50px;
    height: 400px;
    right: -263px;
    position: absolute;
    bottom: 25%;
    width: 400px;
    z-index: 0;
    -webkit-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
}
.cripto_faq .single_faq{
    margin-bottom: 120px;
}
.cripto_faq .single_faq:last-child{
    margin-bottom: 0px;
}
.cripto_faq .faq_content .line {
    height: 2px;
    width: 100px;
    background: rgb(28, 123, 252);
    background: -moz-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: linear-gradient(to right, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7bfc', endColorstr='#00eaea', GradientType=1);
}
.cripto_faq .single_faq .faq_content {
  width: 60%;
}
.cripto_faq .single_faq .img_area {
    width: 40%;
}
.cripto_faq .single_faq:nth-child(odd) .faq_content{
    padding-right: 60px;
}

.cripto_faq .single_faq:nth-child(even) {
    flex-flow: row-reverse;
}
.cripto_faq .single_faq:nth-child(even) .faq_content {
    padding-left: 80px;
}


/*--------------token section-----------*/
.token_section.v2 .overlay {
    background: rgb(239, 244, 252);
    background: -moz-linear-gradient(top, rgba(239, 244, 252, 1) 1%, rgba(255, 255, 255, 1) 32%);
    background: -webkit-linear-gradient(top, rgba(239, 244, 252, 1) 1%, rgba(255, 255, 255, 1) 32%);
    background: linear-gradient(to bottom, rgba(239, 244, 252, 1) 1%, rgba(255, 255, 255, 1) 32%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff4fc', endColorstr='#ffffff', GradientType=0);

    border-radius: 0 480px 0 0;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    transform: rotate(-9deg);
    top: 224px;
    right: -170px;
    width: 200%;
    height: 200%;
    left: inherit;
}
.token_section.v2 .countdown_area {
    background: rgb(170, 23, 225);
    background: -moz-linear-gradient(-45deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa17e1', endColorstr='#460acc', GradientType=1);
}
.counter_wrapper .countdown_area > p{
    color: #e19efa;
}
.coin_convert_section.v2 .currency_select_area {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}
.coin_convert_section.v2 .currency_select_area .nice-select .list {
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}
.coin_convert_section.v2 .convert_button_area > button span {
    background: #ddd;
    color: #fff;
}
.coin_convert_section.v2 .convert_button_area > button:hover {
    border-color: #8c1fb4;
}
.coin_convert_section.v2 .convert_button_area > button:hover span {
    background: #8c1fb4;
    color: #fff;
}


/*-----------timeline section------------*/
.timeline_section_title{
    padding-top: 80px;
}
.cripto_timeline {
    border-top: 1px solid #9d1fde;
    padding-top: 42px;
    padding-bottom: 120px;
    z-index: 1;
    position: relative;
    background: #fff
}
.cripto_timeline .single_timeline {
    float: left;
    padding-right: 40px;
    width: 25%;
    position: relative;
}
.cripto_timeline .single_timeline::before {
    background: #9d1fde;
    content: "";
    height: 28px;
    left: 0;
    position: absolute;
    top: -42px;
    width: 1px;
}
.cripto_timeline .single_timeline::after {
    background: #fff;
    border: 1px solid #9d1fde;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: -5px;
    position: absolute;
    top: -48px;
    width: 10px;
}
.cripto_timeline .single_timeline h6 {
    font-size: 15px;
}
.cripto_timeline .single_timeline li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    font-weight: 500;
}
.cripto_timeline .single_timeline li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 10px;
    height: 2px;
    background: #cacaca;
}


/*-------------team section-----------*/
.team_common .member_info>a {
    color: #222;
    font-size: 17px;
    line-height: 26px;
}
.team_common .member_info span {
    color: #363636;
    font-size: 13px;
}
.team_common .member_img img {
    width: 100%;
}

.cripto_team {
    background: #f4f8fd;
    padding-top: 120px;
    padding-bottom: 130px;
    z-index: 1;
    position: relative;
}
.cripto_team .member_img .member_name a {
  color: #222;
  font-size: 16px;
  line-height: 26px;
}
.cripto_team .member_img .member_name span {
    color: #363636;
    font-size: 13px;
}
.cripto_team .member_info .mobile_number {
    color: #490bcb;
    font-size: 14px;
    font-weight: 500;
}
.cripto_team .member_info p {
  font-size: 14px;
  line-height: 28px;
    font-weight: 500;
}
.cripto_team .member_info .social_contact li{
    display: inline-block;
}
.cripto_team .member_info .social_contact a {
    color: #606060;
    display: inline-block;
    padding: 7px;
    text-align: center;
}
.cripto_team .member_info .social_contact li:first-child a{
    padding-left: 0;
}
.cripto_team .member_info,
.cripto_team .member_img{
    z-index: 1;
    position: relative;
}
.cripto_team .member_img img {
    height: 80px;
    width: 80px;
}
.cripto_team .team_common {
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    float: left;
    padding: 30px 18px 25px;
    width: 25%;
    position: relative;
}
.cripto_team .team_common .overlay {
    background: rgb(170, 23, 225);
    background: -moz-linear-gradient(-45deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa17e1', endColorstr='#460acc', GradientType=1);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}
.cripto_team .team_common:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.cripto_team .team_common:nth-child(4),
.cripto_team .team_common:nth-child(3),
.cripto_team .team_common:nth-child(2),
.cripto_team .team_common:nth-child(1) {
  border-top: none;
}
.cripto_team .team_common:nth-child(4n+4){
    border-right: none;
}
.cripto_team .team_common:hover .social_contact a,
.cripto_team .team_common:hover .member_info p,
.cripto_team .team_common:hover .member_info a.mobile_number,
.cripto_team .team_common:hover .member_name span,
.cripto_team .team_common:hover .member_name a {
  color: #fff;
}
.cripto_team .team_common .member_name a:hover, 
.cripto_team .team_common:hover .member_info .mobile_number:hover,
.cripto_team .member_info .social_contact a:hover {
    color: #01E8EB;
}

.partner_area.v2 {
    padding: 120px 0;
    border-bottom: 1px solid #e8f0f9;
}

/*--------cta-------*/
.cta3.v3,
.cta3.v2 {
    padding: 117px 0 122px;
    background: none;
}
.cta3.v3 .cta_content,
.cta3.v2 .cta_content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    padding: 0;
}
.cta3.v2 .content_txt h2 {
    background: -webkit-linear-gradient(-90deg, #460acc, #8c1fb4);
    background: linear-gradient(-90deg, #460acc, #8c1fb4);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.cta3.v2 .cta_content .cta_button {
    color: #fff;
    background: rgb(170, 23, 225);
    background: -moz-linear-gradient(-45deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa17e1', endColorstr='#460acc', GradientType=1);
}
.cta3.v2 .cta_content .cta_button:hover {
    box-shadow: 0 3px 18px rgba(85, 12, 207, 0.3);
}

/*-----------footer section----------*/
.footer_wrapper.v2 .footer_section {
  padding: 205px 0 80px;
}
.footer_wrapper.v2{
    background: -moz-linear-gradient(-45deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    background: linear-gradient(135deg, rgba(170, 23, 225, 1) 17%, rgba(70, 10, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa17e1', endColorstr='#460acc', GradientType=1);
}
.footer_wrapper.v2 .footer_section .single_widget ul li a {
    color: #bca1ca;
}
.footer_wrapper.v2 .footer_section .single_widget ul li a:hover {
    color: #fff;
}
.cripto_header.v3 .language_select select,
.footer_wrapper.v2 .widget1 .language_select select {
    background: none;
    border: none;
    outline: inherit;
    box-shadow: none;
}
.cripto_header.v3 .language_select .nice-select,
.footer_wrapper.v2 .widget1 .language_select .nice-select {
    border: medium none;
    background: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    color: #fff;
    line-height: normal;
}
.footer_wrapper.v2 .widget1 .language_select > li {
    color: #d1b8de;
    line-height: normal;
}
.cripto_header.v3 .language_select .nice-select::after,
.footer_wrapper.v2 .widget1 .language_select .nice-select::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 8px;
    margin-top: -5px;
    width: 8px;
}

.footer_wrapper.v2 .widget1 .language_select .nice-select .list {
  background-color: #fff;
  border-radius: 3px;
}
.footer_wrapper.v2 .widget1 .language_select .nice-select .option {
  color: #333;
}
.footer_wrapper.v2 .single_widget ul.footer_signin li a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 36px;
    line-height: 34px;
    min-width: 108px;
    text-align: center;
    text-transform: uppercase;
}

.footer_wrapper.v2 .single_widget ul.footer_signin li.login a {
    background: #fff;
    color: #570fc6;
    margin-right: 10px;
}
.footer_wrapper.v2 .single_widget ul.footer_signin li a:hover {
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.31);
}

.footer_wrapper.v2 .single_widget .footer_event > li {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 10px;
    position: relative;
    padding-left: 120px;
    margin-bottom: 20px;
}
.footer_wrapper.v2 .single_widget .footer_event > li:last-child {   
    margin-bottom: 0px;
}
.footer_wrapper.v2 .footer_event li span.time {
    background: #8c1fb4;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.footer_wrapper.v2 .footer_event li a {
    color: #d1b8de;
    display: block;
    line-height: normal;
    margin-top: -3px;
}
.footer_wrapper.v2 .footer_event li .date {
    color: #ae99b9;
    display: block;
    font-size: 12px;
    line-height: normal;
    margin-top: 2px;
}


.footer_wrapper.v2 .footer_wave {
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}
.footer_wrapper.v2 .footer_shape2,
.footer_wrapper.v2 .footer_shape {
    background: -moz-linear-gradient(-45deg, rgba(170, 23, 225, 0.15) 17%, rgba(70, 10, 204, 0.15) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(170, 23, 225, 0.15) 17%, rgba(70, 10, 204, 0.15) 100%);
    background: linear-gradient(135deg, rgba(170, 23, 225, 0.15) 17%, rgba(70, 10, 204, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa17e1', endColorstr='#460acc', GradientType=1);
    
    display: block;
    height: 500px;
    width: 500px;
    position: absolute;
    bottom: -210px;
    right: 240px;
    transform: rotate(17deg);
    border-radius: 40px;
}
.footer_wrapper.v2 .footer_shape2 {
    bottom: -100px;
    right: -50px;
    background: -moz-linear-gradient(180deg, rgba(170, 23, 225, 0.1) 17%, rgba(70, 10, 204, 0.1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(170, 23, 225, 0.1) 17%, rgba(70, 10, 204, 0.1) 100%);
    background: linear-gradient(180deg, rgba(170, 23, 225, 0.1) 17%, rgba(70, 10, 204, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa17e1', endColorstr='#460acc', GradientType=1);
}
.footer_wrapper.v2 footer .footer_content {
    border-top: 1px solid #9b27c6;
    padding: 28px 0 50px;
}
.footer_wrapper.v2 footer .copyright {
    color: #fff;
}
.footer_wrapper.v2 footer .copyright a {
    color: #fff;
    text-decoration: underline;
}
.footer_wrapper.v2 .footer_left .policy a {
    color: #a184b0;
    font-size: 15px;
    margin-right: 15px;
    font-weight: 500;
}
.footer_wrapper.v2 .footer_left .policy a:hover {
    color: #fff;
}
.footer_wrapper.v2 .footer_left .policy li:last-child a {
    margin-right: 0;
}
.footer_wrapper.v2 footer .social_icon li a {
  color: #a184b0;
}
.footer_wrapper.v2 footer .social_icon li a:hover {
  color: #fff;
}
.footer_wrapper.v2 .footer_right > p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
/*------------------------------------03. end home page-3 style------------------------------*/


/*------------------------------------04. start Home Page-4 (home-3 dark version) Style------------------------------*/

.home2_dark {
    background: #140f28;
}
.home2_dark .cripto_header.v2 nav .signin_area li.login a {
  border-color: #1b7ffb;
}
.home2_dark .cripto_banner.v2 {
    background: rgb(20, 15, 38);
    background: -moz-linear-gradient(left, rgba(20, 15, 38, 1) 0%, rgba(19, 12, 53, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(20, 15, 38, 1) 0%, rgba(19, 12, 53, 1) 100%);
    background: linear-gradient(to right, rgba(20, 15, 38, 1) 0%, rgba(19, 12, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140f26', endColorstr='#130c35', GradientType=1);
}
.home2_dark .cripto_banner.v2 .overlay {
  background: rgba(0, 0, 0, 0) url("images/home2_imgs/banner_wave_shape_dark.html") no-repeat scroll center bottom;
}
.home2_dark .cripto_banner.v2 .content_txt,
.home2_dark .cripto_banner.v2 .banner_img {
    width: 50%;
    margin-top: 70px;
}
.home2_dark .cripto_banner.v2 .banner_img{
    padding-left: 30px;
}
.home2_dark .cripto_banner.v2 .banner_content h1 {
    margin-top: 0px;
}
.home2_dark .cripto_banner.v2 .circle {
  border-color: #4f0f77;
}
.home2_dark .cripto_banner.v2 .circle5::after {
    background: #700fa2;
}
.home2_dark .cripto_banner.v2 .shape1 {
    background: rgba(22,16,56,0.6);
}
.home2_dark .cripto_banner.v2 .shape2 {
    background: rgba(22,16,56,0.5);
}
.home2_dark .cripto_banner.v2 .banner_content .banner_btn .video a::after {
    background: #140e2c;
}
.home2_dark .cripto_banner.v2 .banner_content .banner_btn .video a:hover::after {
  background: none;
}
.home2_dark .cripto_banner .banner_content .banner_btn .video a::after {
  height: calc(101% - 5px);
}

.home2_dark .cripto_faq .shape2,
.home2_dark .cripto_faq .shape1 {
  background: #181132;
}

/*------token section----------*/
.home2_dark .token_section {
    padding-top: 120px;
}
.home2_dark .token_section.v2 .overlay {
    top: 134px;
    background: rgb(20, 14, 43);
    background: -moz-linear-gradient(top, rgba(20, 14, 43, 1) 0%, rgba(19, 12, 53, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(20, 14, 43, 1) 0%, rgba(19, 12, 53, 1) 100%);
    background: linear-gradient(to bottom, rgba(20, 14, 43, 1) 0%, rgba(19, 12, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#140e2b', endColorstr='#130c35', GradientType=0);
}
.home2_dark .cripto_timeline {
    background: transparent;
    border-top-color: #312463;
}
.home2_dark .token_section.v2 .countdown_area {
    background: rgb(28, 20, 67);
    background: -moz-linear-gradient(left, rgba(28, 20, 67, 1) 0%, rgba(55, 15, 104, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(28, 20, 67, 1) 0%, rgba(55, 15, 104, 1) 100%);
    background: linear-gradient(to right, rgba(28, 20, 67, 1) 0%, rgba(55, 15, 104, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1443', endColorstr='#370f68', GradientType=1);
}
.home2_dark .coin_convert_section.v2 .currency_select_area {
    background: #1b1436;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}
.home2_dark .coin_convert_section .currency_select_area .nice-select {
    background: transparent;
    color: #cfcbe6;
}
.home2_dark .coin_convert_section .currency_select_area .txt_input input {
    background: none;
    color: #cfcbe6;
}
.home2_dark .coin_convert_section .currency_select_area .select_input {
    border-bottom-color: #251b4a;
}
.home2_dark .coin_convert_section.v2 .convert_button_area > button span {
    background: #140f27;
    color: #5e4ba9;
}
.home2_dark .coin_convert_section .convert_button_area > button {
    background: #312463;
    border-color: #312463;
}
.home2_dark .coin_convert_section.v2 .convert_button_area > button:hover {
    border-color: #8c1fb4;
    background: none;
}
.home2_dark .coin_convert_section.v2 .convert_button_area > button:hover span {
    background: #8c1fb4;
    color: #fff;
}
.home2_dark .coin_convert_section.v2 .currency_select_area .nice-select .list {
    background: #1b1436;
}
.home2_dark .coin_convert_section.v2 .currency_select_area .nice-select .option:hover,
.home2_dark .coin_convert_section.v2 .currency_select_area .nice-select .option.focus,
.home2_dark .coin_convert_section.v2 .currency_select_area .nice-select .option.selected.focus {
    background-color: #312463;
}

.home2_dark .cripto_timeline .single_timeline::before {
    background: #312463;
}
.home2_dark .cripto_timeline .single_timeline::after {
    background: #cfcbe6;
    border-color: #312463;
}
.home2_dark .cripto_timeline .single_timeline li {
    color: #807aa1;
}

/*-----team section-----*/
.home2_dark .cripto_team {
    background: #181132;
}
.home2_dark .cripto_team .member_img .member_name span,
.home2_dark .cripto_team .member_img .member_name a {
    color: #807aa1;
}
.home2_dark .cripto_team .member_info .mobile_number {
    color: #09a5cc;
}
.home2_dark .cripto_team .member_info .social_contact a {
    color: #cfcfcf;
}
.home2_dark .cripto_team .team_common {
    border-right-color: #291454!important;
    border-top-color: #291454!important;
}
.home2_dark .team_common .overlay {
    background: rgb(28, 20, 67);
    background: -moz-linear-gradient(-45deg, rgba(28, 20, 67, 1) 0%, rgba(55, 15, 104, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(28, 20, 67, 1) 0%, rgba(55, 15, 104, 1) 100%);
    background: linear-gradient(135deg, rgba(28, 20, 67, 1) 0%, rgba(55, 15, 104, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1443', endColorstr='#370f68', GradientType=1);
}
.home2_dark .cripto_team .team_common:hover .social_contact a,
.home2_dark .cripto_team .team_common:hover .member_info p,
.home2_dark .cripto_team .team_common:hover .member_info a.mobile_number,
.home2_dark .cripto_team .team_common:hover .member_name span,
.home2_dark .cripto_team .team_common:hover .member_name a {
    color: #fff;
}
.home2_dark .cripto_team .team_common .member_name a:hover,
.home2_dark .cripto_team .team_common:hover .member_info .mobile_number:hover,
.home2_dark .cripto_team .member_info .social_contact a:hover {
    color: #09a5cc;
}

.home2_dark .partner_area.v2 {
  border-bottom-color: #1e153c;
}
.home2_dark .cta3 .cta_content .content_txt p {
  color: #8d84af;
}
.home2_dark .cta3.v2 .content_txt h2 {
    background: inherit;
    -webkit-text-fill-color: inherit;
    text-fill-color: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    color: #d6cced;
}
.home2_dark .footer_wrapper.v2 {
    background: rgb(19, 12, 53);
    background: -moz-linear-gradient(top, rgba(19, 12, 53, 1) 0%, rgba(20, 15, 38, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(19, 12, 53, 1) 0%, rgba(20, 15, 38, 1) 100%);
    background: linear-gradient(to bottom, rgba(19, 12, 53, 1) 0%, rgba(20, 15, 38, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#130c35', endColorstr='#140f26', GradientType=0);
}
.home2_dark .footer_wrapper.v2 .footer_shape {
    background: rgba(19, 13, 51, 0.55);
}
.home2_dark .footer_wrapper.v2 .footer_shape2 {
    background: rgba(19, 13, 51, 0.75);
}
.home2_dark .footer_wrapper.v2 footer .footer_content {
    border-top-color: #291f51;
}
.home2_dark .footer_wrapper.v2 .widget1 .language_select .nice-select .list {
  background-color: #1b1436;
}
.home2_dark .footer_wrapper.v2 .widget1 .language_select .nice-select .option:hover,
.home2_dark .footer_wrapper.v2 .widget1 .language_select .nice-select .option.focus,
.home2_dark .footer_wrapper.v2 .widget1 .language_select .nice-select .option.selected.focus {
    background-color: #312463;
}
.home2_dark .footer_wrapper.v2 .widget1 .language_select .nice-select .option {
    color: #fff;
}
/*------------------------------------04. end Home Page-4 (home-3 dark version) Style------------------------------*/



/*------------------------------------05. start Home Page-5 Style------------------------------*/
.cripto_header.v3.sticky {
    background: #2544c5;
}
.cripto_header.v3 nav .signin_area li.login a:hover {
    background: #fff;
    color: #2544c5;
}
.cripto_header.v3 .language_select .nice-select .list{
    background-color: #2542C3;
    border-radius: 3px;
}
.cripto_header.v3 .language_select .nice-select .option:hover,
.cripto_header.v3 .language_select .nice-select .option.focus,
.cripto_header.v3 .language_select .nice-select .option.selected.focus {
    background-color: #273fa7;
}

/*-------banner-------*/
.cripto_banner.v3 .banner_content .banner_btn .video a:after {
    height: calc(101% - 5px);
    width: calc(101% - 6px);
}
.cripto_banner.v3 .row.align_center {
    align-items: center;
    height: 100vh;
}
/*--.cripto_banner.v3 
    
    background-image: -moz-linear-gradient( -25deg, rgb(28, 115, 246) 0%, rgb(48, 0, 128) 99%);
    background-image: -webkit-linear-gradient( -25deg, rgb(28, 115, 246) 0%, rgb(48, 0, 128) 99%);
    background-image: -ms-linear-gradient( -25deg, rgb(28, 115, 246) 0%, rgb(48, 0, 128) 99%);
}--*/
.cripto_banner.v3 .banner_content {
    height: auto;
}

.cripto_banner.v3 .banner_content .banner_btn .video a::after {
    background: #253fc0;
}
.cripto_banner.v3 .banner_content .banner_btn .video a:hover::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cripto_banner.v3 .banner_content h1 {
    margin-top: -180px;
    font-size: 44px;
    line-height: 60px;
}
.cripto_banner.v3  .shape{
    background: rgba(37,66,195,0.2);
    height: 300px;
    border-radius: 100px;
    left: -220px;
    top: -35px;
    transform: rotate(-17deg);
    width: 600px;
}
.cripto_banner.v3  .shape2 {
    background: rgba(37,66,195,0.3);
    height: 460px;
    left: -190px;
    border-radius: 100px;
    top: 180px;
    width: 440px;
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
.cripto_banner.v3 .banner_content .coin_price li h5 {
    color: #02e2eb;
    white-space: nowrap;
}
.cripto_banner.v3 .banner_content .coin_price li h5.title_20 {
    color: #fff;
    white-space: nowrap;
}
.cripto_banner.v3 .banner_content .coin_price {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: absolute;
    bottom: -240px;
    left: 0;
}
.cripto_banner.v3 .banner_content .coin_price li {
    margin-right: 42px;
    width: 150px;
}


/*------banner img area-----------*/
.cripto_banner.v3 .banner_img .jumping_icon3,
.cripto_banner.v3 .banner_img .jumping_icon2,
.cripto_banner.v3 .banner_img .jumping_icon1 {
    position: absolute;
}
.cripto_banner.v3 .banner_img .jumping_icon1 {
    top: 26px;
    right: -14px; 
    -webkit-animation: jump_icon 1s linear 0s infinite alternate;
    -moz-animation: jump_icon 1s linear 0s infinite alternate;
    -ms-animation: jump_icon 1s linear 0s infinite alternate;
    -o-animation: jump_icon 1s linear 0s infinite alternate;
    animation: jump_icon 1s linear 0s infinite alternate;
}
.cripto_banner.v3 .banner_img .jumping_icon2 {
    top: 170px;
    right: -106px;
    -webkit-animation: jump_icon 1s linear 0.4s infinite alternate;
    -moz-animation: jump_icon 1s linear 0.4s infinite alternate;
    -ms-animation: jump_icon 1s linear 0.4s infinite alternate;
    -o-animation: jump_icon 1s linear 0.4s infinite alternate;
    animation: jump_icon 1s linear 0.4s infinite alternate;
}
.cripto_banner.v3 .banner_img .jumping_icon3 {
    top: 172px;
    right: 77px;
    -webkit-animation: jump_icon 1.1s linear 0.8s infinite alternate;
    -moz-animation: jump_icon 1.1s linear 0.8s infinite alternate;
    -ms-animation: jump_icon 1.1s linear 0.8s infinite alternate;
    -o-animation: jump_icon 1.1s linear 0.8s infinite alternate;
    animation: jump_icon 1.1s linear 0.8s infinite alternate;
}

/*------------banner icon animation------------*/
@-webkit-keyframes jump_icon{
    0% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes jump_icon {
    0% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


/*------------feature section-----------*/
.cripto_feature {
    padding-top: 120px;
    padding-bottom: 124px;
}
.cripto_feature .section_title {
    max-width: 100%;
}
.cripto_feature .section_title h5.title_20 {
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
}
.cripto_feature .single_feature h6 {
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 18px;
    padding-top: 35px;
}
.cripto_feature .single_feature p {
    font-size: 15px;
    line-height: 26px;
}

/*-------coin convert section---------*/
.coin_convert_section.v3 {
    background: #f8fafe;
    padding-bottom: 130px;
    padding-top: 115px;
}
.coin_convert_section.v3 .convert_button_area > button:hover {
    border-color: #2544c5;
}
.coin_convert_section.v3 .convert_button_area > button:hover span {
    background: #2544c5;
}


/*---------why section----------*/
.whyus_section{
    padding: 130px 0;
}
.whyus_section .single_item{
    margin-bottom: 120px;
}
.whyus_section .single_item:last-child {
    margin-bottom: 0px;
}
.whyus_section .single_item .content{
    width: 60%;
    padding-right: 100px;
}
.whyus_section .single_item .img_area{
    width: 40%;
}
.whyus_section .single_item .img_area img{
    z-index: 2;
    position: relative;
}
.whyus_section .single_item .img_area .overlay {
    background: #f5f8fd;
    width: 95%;
    height: 85%;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.whyus_section .single_item .img_area .overlay2 {
    position: absolute;
    left: 50px;
    top: 0;
    width: 95%;
    height: 85%;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}
.whyus_section .single_item:nth-child(even){
    flex-flow: row-reverse;
}
.whyus_section .single_item:nth-child(even) .content{
    padding-right: 0;
    padding-left: 100px;
}

.cripto_process2 .process_wrapper .process_content a.read_more,
.whyus_section .single_item .content .explore_now {
    background: rgb(28, 123, 252);
    background: -moz-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    background: linear-gradient(to right, rgba(28, 123, 252, 1) 1%, rgba(0, 193, 242, 1) 52%, rgba(0, 234, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c7bfc', endColorstr='#00eaea', GradientType=1);

    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 55px;
    font-weight: 600;
    line-height: 55px;
    margin-right: 20px;
    min-width: 230px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}
.cripto_process2 .process_wrapper .process_content a.read_more:hover,
.whyus_section .single_item .content .explore_now:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.cripto_process2 .process_wrapper .process_content a.read_more i,
.whyus_section .single_item .content .explore_now i {
    background: #0eb2f3;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 29px;
    margin-left: 20px;
    padding: 0px 13px;
    width: 30px;
    top: 2px;
    position: relative;
}


/*---------process section----------*/
.cripto_process2 {
    background: #f8fafe;
    padding: 130px 0;
}
.cripto_process2 .process_icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-left: -20px;
    width: 48%;
}
.cripto_process2 .process_icon .single_icon {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
    padding: 30px 20px 40px;
    width: 42%;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.cripto_process2 .process_icon .single_icon:last-child{
    margin-bottom: 0;
}
.cripto_process2 .process_icon .single_icon i {
    font-size: 80px;
    z-index: 2;
    line-height: normal;
    
    background: -webkit-linear-gradient(90deg, #1c7bfc, #00eaea);
    background: linear-gradient(90deg, #1c7bfc, #00eaea);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.cripto_process2 .process_content{
    width: 52%;
    padding-left: 90px;
}

/*-------------token section----------*/
.token_section.v3 {
    padding-bottom: 130px;
    padding-top: 130px;
}
.token_section.v3 .token_content li {
    color: #333333;
    font-weight: 500;
}
.token_section.v3 .token_content li i{
    margin-right: 10px;
}
.token_section.v3 .countdown_area {
    background: rgb(28, 115, 246);
    background: -moz-linear-gradient(left, rgba(28, 115, 246, 1) 0%, rgba(61, 7, 170, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(28, 115, 246, 1) 0%, rgba(61, 7, 170, 1) 100%);
    background: linear-gradient(to right, rgba(28, 115, 246, 1) 0%, rgba(61, 7, 170, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c73f6', endColorstr='#3d07aa', GradientType=1);
}
.token_section.v3 .counter_wrapper .single-count h1 {
    font-weight: 600;
    background: inherit;
    background: inherit;
    -webkit-text-fill-color: inherit;
    text-fill-color: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    color: #fff;
}
.token_section.v3 .countdown_area p.fw_600 {
    color: #1ff8ff;
}
.token_section.v3 .counter_wrapper .single-count p {
    color: #01e5eb;
}

/*---------------timeline section------------*/
.timeline_main_wrapper {
    padding-top: 117px;
}
.cripto_timeline.v2{
    background: transparent;
}
.cripto_timeline.v2 {
    border-top-color: #01e5eb;
}
.cripto_timeline.v2 .single_timeline{
    padding-right: 0;
}
.cripto_timeline.v2 .single_timeline::before {
    background: #01e5eb;
    left: 50%;
    margin-left: -0.5px;
}
.cripto_timeline.v2 .single_timeline::after {
    background: #01e5eb;
    border-color: #01e5eb;
    left: 50%;
    margin-left: -5px;
}
.cripto_timeline.v2 .single_timeline li::before {
    display: none;
}
.cripto_timeline.v2 .single_timeline {
    text-align: center;
}

/*-----------app download v2------------*/
.app_download.v2 {
    background-image: none;
    padding-top: 228px;
    padding-bottom: 0;
}
.app_download.v2 .content .download_btn .google a:before {
    background-image: -moz-linear-gradient( -2deg, rgb(28, 115, 246) 0%, rgb(61, 7, 170) 99%);
    background-image: -webkit-linear-gradient( -2deg, rgb(28, 115, 246) 0%, rgb(61, 7, 170) 99%);
    background-image: -ms-linear-gradient( -2deg, rgb(28, 115, 246) 0%, rgb(61, 7, 170) 99%);
}
.app_download.v2 .mobile_area {
    margin-bottom: 0;
    margin-top: 0;
}
.app_download.v2 .mobile_area img {
    border-radius: 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}
.app_download.v2 .mobile_area .img2 {
    position: absolute;
    right: -50%;
    top: -98px;
}


/*-------partner section-----------*/
.partner_area.v3 {
  padding-bottom: 0;
}
.partner_area.v3 .border__btm {
    border-bottom: 1px solid #e8f0f9;
    padding-bottom: 120px;
}

/*------------team section-------------*/
.crypto_team2 {
    padding-top: 117px;
}
.crypto_team2 .team_common {
    background: #ffffff;
    padding: 25px 30px;
    float:left;
    width: 25%;
    position: relative;
}
.crypto_team2 .team_common .overlay {
    background-image: -moz-linear-gradient( -2deg, rgb(28, 115, 246) 0%, rgb(61, 7, 170) 99%);
    background-image: -webkit-linear-gradient( -2deg, rgb(28, 115, 246) 0%, rgb(61, 7, 170) 99%);
    background-image: -ms-linear-gradient( -2deg, rgb(28, 115, 246) 0%, rgb(61, 7, 170) 99%);
    opacity: 0;
    visibility: hidden;
}
.crypto_team2 .team_common:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.crypto_team2 .member_img {
    border-radius: 100%;
    height: 130px;
    width: 130px;
    padding: 5px;
    z-index: 1;
    position: relative;
}
.crypto_team2 .team_common:hover .member_img {
    background: #fff;
}
.crypto_team2 .member_img img {
    border-radius: 100%;
    border: 1px solid #f1f1f1;
}
.crypto_team2 .team_common .member_info {
   padding: 30px 0px 0px;
}
.crypto_team2 .member_info .line {
    background: #09a5cc;
    height: 1px;
    margin: 12px 0;
    width: 25px;
}
.crypto_team2 .member_info a.mobile_number {
    color: #09a5cc;
    font-size: 14px;
}
.crypto_team2 .member_info .social_contact li{
    display: inline-block;
}
.crypto_team2 .member_info .social_contact a {
    color: #606060;
    display: inline-block;
    padding: 7px;
    text-align: center;
}
.crypto_team2 .member_info .social_contact li:first-child a{
    padding-left: 0;
}
.crypto_team2 .team_common:hover .member_info span,
.crypto_team2 .team_common:hover .member_info a {
    color: #fff;
}
.crypto_team2 .team_common:hover .member_info span.line {
    background: #fff;
}
.crypto_team2 .team_common .member_info a:hover {
    color: #222;
}

/*---------cta v3-------------*/
.cta3.v3 .content_txt h2 {
    color: #1c73f6;
}
.cta3.v3 .cta_content .cta_button {
    background: #1c73f6;
}
.cta3.v3 .cta_content .cta_button:hover {
    color: #fff;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.3);
}

/*----------contact section-----------*/
.contact_form .abform_area .abinput_group {
    margin-bottom: 20px;
    width: 49.1%;
    position: relative;
    height: 50px;
    background: #fff;
}
.contact_form .abform_area .abinput_group.msg{
    width: 100%;
    clear: both;
    height: 150px;
    margin-bottom: 0px;
}
.contact_form .abform_area .abinput_group > input {
    border: medium none;
    height: 100%;
    padding: 10px 22px;
    width: 100%;
    background: none;
}
.contact_form .abform_area .abinput_group > textarea{
    border: none;
    resize: none;
    width: 100%;
    padding: 10px 22px;
    margin-bottom: 0;
    height: 100%;
    background: none;
}
.contact_form .abform_area button{
    border: none;
    height: 50px;
}

.crypto_contact{
    background: #f8fafe;
    padding-top: 117px;
    padding-bottom: 130px;
}
.crypto_contact .abform_area .abinput_group label {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: text;
    -webkit-transform: translateY(38px);
    -moz-transform: translateY(38px);
    -ms-transform: translateY(38px);
    -o-transform: translateY(38px);
    transform: translateY(38px);
}
.crypto_contact .abform_area .abinput_group.input_effect label{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.crypto_contact .abform_area .abinput_group {
    width: 48.3%;
    height: auto;
    background: none;
}
.crypto_contact .abform_area .abinput_group:nth-child(even) {
    margin-left: 20px;
}
.crypto_contact .abform_area .abinput_group > input{
    height: 50px;
    margin-bottom: 0;
}
.crypto_contact .abform_area .abinput_group.msg {
    height: auto;
}
.crypto_contact .abform_area .abinput_group.msg textarea {
    height: 150px;
    padding-right: 90px !important;
}
.crypto_contact .abform_area .abinput_group > textarea,
.crypto_contact .abform_area .abinput_group > input {
    color: #333333;
    padding-left: 0;
    border-bottom: 1px solid #d2d2d2;
}
.crypto_contact .abform_area button {
    background: #1c73f6;
    border-radius: 100%;
    bottom: 60px;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    height: 70px;
    position: absolute;
    right: 0;
    width: 70px;
}
.crypto_contact .abform_area button:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.crypto_contact .contact_address {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 45px 35px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}
.crypto_contact .contact_address p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-left: 35px;
}
.crypto_contact .contact_address p i {
    left: 0;
    position: absolute;
    top: 0;
    font-size: 20px;
}

/*------footer-------*/
.footerv3 {
    background-image: url('images/background.html');;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.footerv3 .fcontent_wrapper {
    height: 230px;
}
.footerv3 .copyright {
    color: #fff;
    margin-top: 5px;
}
.footerv3 .copyright a{
    color: #fff;
    text-decoration: underline;
}
.footerv3 .copyright a:hover{
    text-decoration: none;
}

.footerv3 .subscribe {
    align-items: center;
    border-bottom: 1px solid #3e43cc;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 490px;
}
.footerv3 .subscribe input {
    background: none;
    border: medium none;
    color: #fff;
    float: right;
    margin-bottom: 0;
    padding-left: 0;
    width: 77%;
}
.footerv3 .footer_right .subscribe button {
    background: none;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: montserrat;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: normal;
    text-transform: uppercase;
    width: 110px;
    opacity: 0.7;
}
.footerv3 .footer_right .subscribe button:hover {
    opacity: 1;
}
.footerv3 .footer_right .subscribe button i {
    font-size: 17px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.footerv3 .footer_right .social_contact {
    margin-top: 22px;
    text-align: right;
    width: 100%;
}
.footerv3 .footer_right .social_contact a {
    color: deepskyblue;
    font-size: 17px;
    margin-left: 10px;
    padding: 0 7px;
}
.footerv3 .footer_right .social_contact a:hover {
    color: tomato;
}
.footerv3 .footer_right .social_contact li:last-child a {
    padding-left: 0;
}
.footerv3 .footer_right .social_contact li:first-child a {
    margin-left: 0;
}
/*------------------------------------05. end Home Page-5 Style------------------------------*/



/*------------------------------------06. start Home Page-6 (home-5 dark version) Style------------------------------*/
.home3_dark {
    background-image: -moz-linear-gradient( 20deg, rgb(6, 45, 133) 0%, rgb(25, 12, 91) 99%);
    background-image: -webkit-linear-gradient( 20deg, rgb(6, 45, 133) 0%, rgb(25, 12, 91) 99%);
    background-image: -ms-linear-gradient( 20deg, rgb(6, 45, 133) 0%, rgb(25, 12, 91) 99%);
}
.home3_dark .cripto_header.v3 nav .signin_area li.login a {
    border-color: #1b7ffb;
}
.home3_dark .cripto_header.v3 nav .signin_area li.login a:hover {
    background: #1b7ffb;
    color: #fff;
}

.home3_dark .cripto_banner.v3 {
    background-image: -moz-linear-gradient( -90deg, rgb(6, 45, 133) 0%, rgb(25, 12, 91) 99%);
    background-image: -webkit-linear-gradient( -90deg, rgb(6, 45, 133) 0%, rgb(25, 12, 91) 99%);
    background-image: -ms-linear-gradient( -90deg, rgb(6, 45, 133) 0%, rgb(25, 12, 91) 99%);
}

.home3_dark .cripto_banner.v3 .shape {
  background: rgba(25, 13, 92, 0.2);
}
.home3_dark .cripto_banner.v3 .shape2 {
  background: rgba(23, 15, 95, 0.3);
}
.home3_dark .cripto_banner.v3 .banner_content .banner_btn .video a::after {
    background: #111A6D;
}
.home3_dark .cripto_banner.v3 .banner_content .banner_btn .video a:hover::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.home3_dark .cripto_feature .single_feature p {
  color: #9d99b8;
}

.home3_dark .coin_convert_section.v3 {
  background: #151364;
}

.home3_dark .coin_convert_section.v3 .currency_select_area {
    background: #1a1872;
    border-radius: 5px;
}
.home3_dark .coin_convert_section.v3 .currency_select_area .nice-select {
  background: transparent;
}
.home3_dark .coin_convert_section.v3 .currency_select_area .txt_input input {
    background: transparent;
    color: #d9d7e7;
    font-weight: 500;
}
.home3_dark .coin_convert_section.v3 .currency_select_area .nice-select {
    color: #d9d7e7;
}
.home3_dark .coin_convert_section.v3 .currency_select_area .select_input {
    border-bottom: 1px solid #201e83;
}
.home3_dark .coin_convert_section.v3 .currency_select_area .nice-select .list {
  background: #1a1872;
}
.home3_dark .coin_convert_section.v3 .currency_select_area .nice-select .option:hover,
.home3_dark .coin_convert_section.v3 .currency_select_area .nice-select .option.focus,
.home3_dark .coin_convert_section.v3 .currency_select_area .nice-select .option.selected.focus {
    background-color: #13116b;
}

.home3_dark .coin_convert_section .convert_button_area > button span {
  background: #1a1872;
}
.home3_dark .coin_convert_section .convert_button_area > button {
  border-color: #1a1872;
}

.home3_dark .whyus_section .single_item .img_area .overlay {
    background: #170c54;
}
.home3_dark .whyus_section .single_item .img_area .overlay2 {
    background: #180f5f;
}

.home3_dark .cripto_process2 {
    background: #190c5b;
}
.home3_dark .cripto_process2 .process_icon .single_icon {
    background: #111b6e;
}

.home3_dark .token_section.v3 .token_content li {
    color: #d9d7e7;
}
.home3_dark .timeline_main_wrapper {
    background: #151566;
}
.home3_dark .cripto_timeline .single_timeline li {
    color: #9d99b8;
}
.home3_dark .partner_area.v3 .border__btm {
  border-bottom-color: #113eab;
}
.home3_dark .crypto_team2 .team_common {
    background: transparent;
}
.home3_dark .team_common .member_info > a {
    color: #d9d7e7;
}
.home3_dark .team_common .member_info span {
    color: #d9d7e7;
}
.home3_dark .crypto_team2 .member_info .social_contact a {
    color: #a5a5a5;
}
.home3_dark .cta3.v3 .content_txt h2 {
  color: #d9d7e7;
}
.home3_dark .crypto_contact {
    background: #0a277d;
}
.home3_dark .crypto_contact .abform_area .abinput_group label {
  color: #c6c2e0;
}
.home3_dark .crypto_contact .abform_area .abinput_group > textarea,
.home3_dark .crypto_contact .abform_area .abinput_group > input {
    color: #4864b8;
}
.home3_dark .crypto_contact .abform_area .abinput_group > textarea,
.home3_dark .crypto_contact .abform_area .abinput_group > input {
    border-bottom-color: #2f4a9a;
}
.home3_dark .crypto_contact .abform_area button {
    background: #1b7cfc;
    color: #092474;
}

.home3_dark .crypto_contact .contact_address {
    background: #111a6d;
}

.home3_dark .footerv3 {
    background-image: -moz-linear-gradient( 20deg, rgb(6, 45, 133) 0%, rgb(25, 12, 91) 99%);
    background-image: -webkit-linear-gradient( 20deg, rgb(6, 45, 133) 0%, rgb(25, 12, 91) 99%);
    background-image: -ms-linear-gradient( 20deg, rgb(6, 45, 133) 0%, rgb(25, 12, 91) 99%);
}
.home3_dark .footerv3 .copyright {
  color: #b2b9d6;
}
/*------------------------------------06. end Home Page-6 (home-5 dark version) Style------------------------------*/



/*--------page preloader--------*/
#loading {
    background-color: #0A277E;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #08c9ef;
    float: left;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.object:nth-child(2n+0) {
    margin-right: 0px;

}

#object_one {
    -webkit-animation: object_one 1s infinite;
    animation: object_one 1s infinite;
}

#object_two {
    -webkit-animation: object_two 1s infinite;
    animation: object_two 1s infinite;
}

#object_three {
    -webkit-animation: object_three 1s infinite;
    animation: object_three 1s infinite;
}

#object_four {
    -webkit-animation: object_four 1s infinite;
    animation: object_four 1s infinite;
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading-center-absolute {
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}
@keyframes object_one {
    50% {
        -ms-transform: translate(20px, 20px);
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
}

@-webkit-keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}
@keyframes object_two {
    50% {
        -ms-transform: translate(-20px, 20px);
        -webkit-transform: translate(-20px, 20px);
        transform: translate(-20px, 20px);
    }
}


@-webkit-keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}
@keyframes object_three {
    50% {
        -ms-transform: translate(20px, -20px);
        -webkit-transform: translate(20px, -20px);
        transform: translate(20px, -20px);
    }
}

@-webkit-keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}
@keyframes object_four {
    50% {
        -ms-transform: translate(-20px, -20px);
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
}























