/*
 * Title:  Cryptane - Bitcoin and Cryptocurrency HTML Landing Page
 * Author: XtremeCodex
 */

/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3. Banner
4. How works
5. meet_btc_sec
6. Teams
7. Download app
8. Price plan
9. Testimonials sec
10. Partner logo
11. Faq sec
12. Footer
13. Responsive
14. Blog page
15. Blog details

[End table of contents]
----------------------------------------------------------------------- */

/* ------------------------------
   Global styles
---------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,

a,
abbr,
acronym,
address,
big,
cite,
code,

del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,

small,
strike,
strong,
sub,
sup,
tt,
var,

b,
u,
i,
center,

dl,
dt,
dd,
ol,
ul,
li,

fieldset,
form,
label,
legend,

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,

article,
aside,
canvas,
details,
embed,

figure,
figcaption,
footer,
header,
hgroup,

menu,
nav,
output,
ruby,
section,
summary,

time,
mark,
audio,
video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline;
}



article,
aside,
details,
figcaption,
figure,

footer,
header,
hgroup,
menu,
nav,
section {

    display: block;
}



body {

    line-height: 1;
}



ol,
ul {

    list-style: none;
}



blockquote,
q {

    quotes: none;
}



blockquote:before,
blockquote:after,

q:before,
q:after {

    content: '';

    content: none;
}



table {

    border-collapse: collapse;

    border-spacing: 0;
}



body {

    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;

    line-height: 26px;

    letter-spacing: 0;
}

p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

img {

    max-width: 100%;
    display: block;
}



a,

a:hover,

a:focus {

    cursor: pointer !important;

    outline: none;

    text-decoration: none;
}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: 'Poppins', sans-serif;
    font-weight: 400;

    color: #1e2c34;

    margin: 0;

    padding: 0;
}



ul,
li {

    margin: 0;

    padding: 0;

    list-style: none;
}



strong {

    font-weight: 700;
}

button:focus {
    outline: 0;
}

/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}


/* -------------------------------- 

menue style

-------------------------------- */


.navbar-expand-lg.active_sc {
    left: 0;
    top: 0;
    width: 100%;
    background: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
    padding-top: 0;
}

.navbar .container-fluid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-expand-lg,
.navbar-expand-md {
    background: #730373;
    z-index: 999;
    left: 0;
    width: 100%;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
    padding-top: 20px;
}

.navbar-expand-lg .nav-item a:hover {
    color: #fff;
}

.navbar .navbar-brand {
    padding-top: 10px;
    display: flex;
    align-items: center;
}

.navbar .navbar-brand h1 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .nav-item a {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.navbar .nav-item .dropdown-item {
    color: #190491;
}

.navbar .nav-item .dropdown-item:hover {
    color: #190491;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .sign-btn .nav-link {
    margin-left: 40px;
    background-color: #df5dff;
    padding: 12px 28px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #190491;
    font-size: 14px;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
}


/* -------------------------------- 

close menue style

-------------------------------- */




/* -------------------------------- 

Start Banner style

-------------------------------- */

.cryp_hero_s {
    width: 100%;
    position: relative;
    z-index: 1;
    background-image: url(../img/banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 130px;
    padding-bottom: 110px;
    overflow: hidden;
    background-color: #fff;
}

.cryp_hero_s:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: -1;
    background-image: url(../img/banner_shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.cryp_hero_s:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: -1;
    background-image: url(../img/banner_shape2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.cryp_hero_s p {
    color: white;
}

.cryp_hero_s h5 {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    width: -webkit-max-content;
    width: max-content;
    text-align: center;
    padding: 10px 16px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.cryp_hero_s h5 .badge {
    background-color: #801eff;
    padding: 6px 16px;
    border-radius: 10px;
    margin-right: 10px;
}

.banner_content_in h1 {
    color: #fff;
    padding: 32px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 70px;
    line-height: 1.2em;
}

.banner_content_in p {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.right_banner_img img {
    max-width: 927px;
}


/*button style*/

.btn.btn-hvr {
    height: 61px;
    position: absolute;
    z-index: 1;
    /* padding: 20px; */
    text-align: center;
    /* max-width: 242px; */
    /* width: 100%; */
    background-color: #df5dff;
    margin-top: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #190491;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding-right: 47px;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    overflow: hidden;
}

.btn.btn-hvr span {
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    position: absolute;
    right: 4px;
    top: 5px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.btn.btn-hvr:hover {
    color: #df5dff;
}

.btn.btn-hvr:after {
    content: '';
    width: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #730373;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.btn.btn-hvr:before {
    content: '';
    width: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #730373;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.btn.btn-hvr:hover:after,
.btn.btn-hvr:hover:before {
    width: 50%;
}

.btn.btn-hvr.loading {
    -webkit-transition: width .5s;
    width: 50px;
    padding-left: 10px;
}


/* -------------------------------- 

Close Banner style

-------------------------------- */




/* -------------------------------- 

Start How worl style

-------------------------------- */


.how_it_work_sec {
    width: 100%;
    padding: 100px 0;
}

/*title*/
.title h5 {
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #00aeff;
    font-size: 16px;
}

.title h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #190491;
    line-height: 1.3em;
    font-size: 36px;
}

.inside_how_work {
    width: 100%;
    margin-top: 30px;
    padding: 60px 40px;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(223, 231, 255, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(223, 231, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(223, 231, 255, 0.4);
    position: relative;
    z-index: 1;
}

.inside_how_work:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #e0f2ff;
    z-index: -11;
}

.inside_how_work:hover:before {
    width: 100%;
}

.inside_how_work:before {
    content: '';
    width: 0;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #df5dff;
    z-index: -1;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.inside_how_work h2 {
    padding: 28px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #190491;
    font-size: 32px;
}

.inside_how_work a {
    font-size: 30px;
    color: #df5dff;
}

/* -------------------------------- 

Close How worl style

-------------------------------- */



/* -------------------------------- 

Start meet_btc_sec style

-------------------------------- */

.meet_btc_sec {
    width: 100%;
    z-index: 1;
    background-image: url(../img/meet_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 100px 0;
    overflow: hidden;
}

.meet_right_txt .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 122px;
    height: 122px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(205, 218, 255, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(205, 218, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(205, 218, 255, 0.4);
    margin-bottom: 26px;
}

.meet_right_txt h4 {
    padding: 25px 0;
    color: #2079ff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.meet_right_txt p {
    color: #7d859f;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}


/* -------------------------------- 

Close meet_btc_sec style

-------------------------------- */



/* -------------------------------- 

Start Teams style

-------------------------------- */

.meet_team_sec {
    width: 100%;
    padding: 100px 0;
}

.meet_team_sec .title {
    padding-bottom: 20px;
}

.single_team_in {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.single_team_in .t_img img {
    border-radius: 50%;
}

.single_team_in .t_img {
    position: relative;
    margin-bottom: 35px;
    max-width: 245px;
    height: 245px;
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 2px dotted #df5dff;
    padding: 25px;
}

.single_team_in .t_img a {
    position: absolute;
    display: inline-block;
    left: calc(100% - 75px);
    top: calc(100% - 60px);
    padding: 10px 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #df5dff;
    color: #190491;
    font-size: 16px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single_team_in .t_img a:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(1, 250, 251, 1);
    -moz-box-shadow: 0px 16px 32px 0px rgba(1, 250, 251, 1);
    box-shadow: 0px 16px 32px 0px rgba(1, 250, 251, 1);
}

.single_team_in h4 {
    color: #190491;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.single_team_in h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #00aeff;
    font-size: 14px;
}


.single_team_in.two .t_img a {
    background-color: #01fb82;
}

.single_team_in.two .t_img {
    border-color: #01fb82;
}

.single_team_in.two .t_img a:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(1, 251, 130, 1);
    -moz-box-shadow: 0px 16px 32px 0px rgba(1, 251, 130, 1);
    box-shadow: 0px 16px 32px 0px rgba(1, 251, 130, 1);
}

.single_team_in.three .t_img a {
    background-color: #cffb01;
}

.single_team_in.three .t_img {
    border-color: #cffb01;
}

.single_team_in.three .t_img a:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(207, 251, 1, 1);
    -moz-box-shadow: 0px 16px 32px 0px rgba(207, 251, 1, 1);
    box-shadow: 0px 16px 32px 0px rgba(207, 251, 1, 1);
}

.single_team_in.four .t_img a {
    background-color: #a1dbff;
}

.single_team_in.four .t_img {
    border-color: #a1dbff;
}

.single_team_in.four .t_img a:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(161, 219, 255, 1);
    -moz-box-shadow: 0px 16px 32px 0px rgba(161, 219, 255, 1);
    box-shadow: 0px 16px 32px 0px rgba(161, 219, 255, 1);
}

/* -------------------------------- 

Close Teams style

-------------------------------- */




/* -------------------------------- 

Strat Download app style

-------------------------------- */


.download_app_sec {
    width: 100%;
    background-color: #160185;
    padding: 100px 0;
    overflow: hidden;
}

.download_title_txt {}

.download_title_txt h5 {
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.download_title_txt h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.3em;
    font-size: 36px;
}

.download_title_txt h4 {
    padding: 25px 0;
    color: #df5dff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.download_title_txt p {
    color: #fff;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.button_list_d {
    background-color: #df5dff;
    padding: 16px 38px;
    max-width: 322px;
    border-radius: 40px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #190491;
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
}

.button_list_d a:hover {
    background-color: #190491;
    color: #fff;
}

.button_list_d a {
    position: absolute;
    right: 6px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #190491;
    border-radius: 50%;
    top: 4px;
    font-size: 20px;
    line-height: 36px;
}

.button_list_d a:first-child {
    right: 70px;
}

.download_app_ss img {
    margin-right: -90px;
    max-width: 614px;
}

/* -------------------------------- 

Close Download app style

-------------------------------- */




/* -------------------------------- 

Start Price plan style

-------------------------------- */

.pricing_plan_sec {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.pricing_plan_sec .title {
    margin-bottom: 20px;
}

.inside_pricing_plan {
    position: relative;
    margin-top: 30px;
    padding: 40px 30px;
    background-color: #190491;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(187, 175, 255, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(187, 175, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(187, 175, 255, 0.4);
}

.inside_pricing_plan h6 {
    color: #df5dff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.inside_pricing_plan h2 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    padding-top: 16px;
    padding-bottom: 18px;
    line-height: 1.3em;
}

.inside_pricing_plan h2 small {
    font-size: 26px;
}

.inside_pricing_plan p {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #dfd9ff;
    font-size: 16px;
    padding-bottom: 26px;
}

.inside_pricing_plan ul li {
    padding-bottom: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #dfd9ff;
    font-size: 14px;
}

.inside_pricing_plan ul li i {
    color: #df5dff;
    padding-right: 12px;
}

.inside_pricing_plan .btn.btn-hvr {
    margin-top: 20px;
}

.inside_pricing_plan.mid {
    background-color: #801eff;
}

/* -------------------------------- 

Close Price plan style

-------------------------------- */




/* -------------------------------- 

Start Testimonials sec style

-------------------------------- */

.testimonials_sec {
    width: 100%;
    position: relative;
    z-index: 1;
    background-image: url(../img/meet_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 100px;
}

.title p {
    padding-top: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #7d859f;
}

.inside_testo_rows {
    width: 100%;
    padding-left: 78px;
}

.inside_testo_rows .single_testimonial_in:last-child {
    margin-left: -40px;
}

.single_testimonial_in {
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-top: 30px;
    padding: 28px 18px;
    width: 100%;
    padding-left: 60px;
}

.single_testimonial_in img {
    position: absolute;
    left: -40px;
    top: 30px;
    border-radius: 50%;
}

.single_testimonial_in ul.rating li {
    display: inline-block;
    color: #38cb89;
    font-size: 14px;
    padding-right: 6px;
}

.single_testimonial_in p {
    padding-top: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #7d859f;
    font-size: 14px;
    padding-bottom: 20px;
}

.single_testimonial_in h4 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #190491;
    font-size: 18px;
}

.single_testimonial_in h4 small {
    font-weight: 600;
    color: #7d859f;
    font-size: 14px;
    padding-left: 8px;
}

.testimonials_sec .owl-nav {
    position: absolute;
    top: 70%;
    left: -25%;
}

.testimonials_sec .owl-carousel .owl-nav button.owl-next,
.testimonials_sec .owl-carousel .owl-nav button.owl-prev {
    margin: 6px;
    font-size: 20px;
    color: #d2e4fb;
}

.testimonials_sec .owl-carousel .owl-nav button.owl-next:hover,
.testimonials_sec .owl-carousel .owl-nav button.owl-prev:hover {
    color: #00aeff;
}

.testimonials_sec .owl-carousel .owl-item img {
    width: auto;
}

/* -------------------------------- 

Close Testimonials sec style

-------------------------------- */




/* -------------------------------- 

Start Partner logo style

-------------------------------- */

.partner_slider_s {
    width: 100%;
    background-color: #f4f9ff;
    padding-top: 101px;
    margin-top: -1px;
}

.partner_slider_s .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

/* -------------------------------- 

Close Partner logo style

-------------------------------- */




/* -------------------------------- 

Start Faq sec style

-------------------------------- */

.faq_sec {
    width: 100%;
    position: relative;
    background-color: #f4f9ff;
    padding-top: 101px;
    margin-top: -1px;
    overflow: hidden;
    padding-bottom: 100px;
}

.faq_left_con li:last-child {
    padding-bottom: 0;
}

.faq_left_con li {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 46px;
    padding-left: 170px;
}

.faq_left_con .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
    height: 115px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(221, 220, 255, 0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(221, 220, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(221, 220, 255, 0.2);
}

.faq_left_con h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #190491;
    font-size: 20px;
    padding-bottom: 12px;
}

.faq_left_con p {
    color: #7d859f;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.faq_img_right img {
    max-width: 791px;
    margin-right: -150px;
}

/* -------------------------------- 

Close Faq sec style

-------------------------------- */




/* -------------------------------- 

Start Footer style

-------------------------------- */

.footers {
    width: 100%;
    padding-top: 1px;
    background-color: #222;
}

.footer_menu ul {
    text-align: right;
}

.footer_menu li {
    padding-left: 10px;
    display: inline-block;
}

.footer_menu li a {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.footer_secondary {
    width: 100%;
    background-color: #222;
    margin-top: 30px;
    padding: 66px 0;
}

.footer_secondary .left_f_social li {
    display: inline-block;
    padding-right: 10px;
}

.footer_secondary .left_f_social li a {
    display: inline-block;
    border: 2px solid #bed9ff;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 48px;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.footer_secondary .left_f_social li a:hover {
    background-color: #df5dff;
    color: #190491;
    border-color: transparent;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
}

.footer_secondary .left_f_social p {
    color: #fff;
    padding-top: 32px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.footer_newsletter {
    width: 100%;
    position: relative;

}

.footer_newsletter h3 {
    color: #fff;
    padding-bottom: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.footer_newsletter form {
    width: 100%;
    position: relative;
}

form input {
    width: 100%;
    background-color: #fff;
    padding: 22px 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #7d859f;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    outline: 0;
    border: 0;
}

form .form-overlay-input {
    position: relative;
}

form button,
form .input-right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px 30px;
    background-color: #df5dff;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-weight: 700;
    color: #190491;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    z-index: 1;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
}

.btn-group {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px 30px;
    font-weight: 700;
    color: #190491;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    z-index: 1;
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-group.left {
    right: 88px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group.right {
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group:hover,
.btn-group:active,
.btn-group:focus,
.btn-group.active {
    background-color: #df5dff;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    -moz-box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
    box-shadow: 0px 16px 32px 0px rgba(223, 93, 255, 0.4);
}

.footer_newsletter form button i {
    padding-right: 6px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 10px;
    background-color: #df5dff;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.transaction-table .header .address, .transaction-table .body .address {
    max-width: 310px;
}

.form-subtext {
    color: white;
    margin-left: 1rem;
}


/* -------------------------------- 

Close Footer style

-------------------------------- */



/* -------------------------------- 

Start Responsive style

-------------------------------- */

@media only screen and (max-width : 1024px) {
    .single_team_in .t_img {
        max-width: 220px;
        height: 220px;
    }

    .banner_content_in h1 {
        font-size: 50px;
    }

    .banner_content_in p {
        font-size: 16px;
    }

    .title h3,
    .download_title_txt h3 {
        font-size: 26px;
    }

    .inside_how_work h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width : 480px) {
    .footer_newsletter form button {
        position: unset;
    }

    .cryp_hero_s h5 {
        width: 100%;
    }

    .footers .col,
    .footer_secondary .col {
        width: 100%;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        text-align: center;
    }

    .footers .footer_menu {
        padding-top: 40px;
    }

    .footer_secondary .left_f_social {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width : 767px) {
    .right_banner_img img {
        max-width: 100%;
        margin-top: 50px;
        margin-right: 0;
    }

    .meet_right_txt {
        padding-top: 50px;
    }

    .single_team_in .t_img {
        margin-left: auto;
        margin-right: auto;
    }

    .download_app_ss img {
        max-width: 100%;
        margin-top: 50px;
    }

    .testimonials_sec .owl-nav {
        position: unset;
        left: 0;
        top: 0;
    }

    .faq_img_right img {
        max-width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }
}


@media only screen and (min-device-width : 768px) and (max-device-width : 993px) {
    .single_team_in .t_img {
        max-width: 180px;
        height: 150px;
    }

    .testimonials_sec .owl-nav {
        top: 45%;
    }

    .inside_pricing_plan .btn.btn-hvr span {
        display: none;
    }
}

@media only screen and (max-width : 993px) {
    .navbar-toggler .icon-bar:nth-of-type(2) {
        top: 1px;
    }

    .navbar-toggler .icon-bar:nth-of-type(3) {
        top: 2px;
    }

    .navbar-toggler .icon-bar {
        position: relative;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }

    .navbar-toggler.active .icon-bar:nth-of-type(1) {
        top: 6px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggler.active .icon-bar:nth-of-type(2) {
        background-color: transparent;
    }

    .navbar-toggler.active .icon-bar:nth-of-type(3) {
        top: -6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-toggler .icon-bar {
        background-color: #fff;
    }

    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggler:focus {
        outline: 0;
    }

    .navbar-toggler {
        outline: 0;
        border: 0;
    }

    .navbar-collapse {
        padding: 20px;
    }

    .navbar-expand-lg .navbar-nav .sign-btn .nav-link {
        margin-left: 0;
    }

    .inside_pricing_plan h2 {
        font-size: 30px;
    }

    .inside_pricing_plan h2 small {
        font-size: 18px;
    }

    .faq_left_con li {
        padding-left: 135px;
    }

    .faq_left_con h2 {
        font-size: 18px;
    }

    .faq_left_con p {
        font-size: 14px;
    }

    .meet_right_txt h4,
    .download_title_txt h4 {
        font-size: 16px;
    }

    .title p,
    .download_title_txt p,
    .inside_pricing_plan p {
        font-size: 14px;
    }

    .single_team_in h4 {
        font-size: 18px;
    }
}


/* -------------------------------- 

Close Responsive style

-------------------------------- */




/* -------------------------------- 

Strat Blog Page style

-------------------------------- */

/*banner*/
.single_page_banner {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 270px;
    padding-bottom: 170px;
    background-color: #730373;
    overflow: hidden;
}

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

.inside_content_brd:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100px;
    top: 50%;
    background-image: url(../img/blog/cube.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.inside_content_brd h3 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3em;
}

.inside_content_brd ul li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.inside_content_brd ul li {
    display: inline-block;
    padding: 10px 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

/*blog page*/
.blog_main_content_p {
    width: 100%;
    padding: 100px 0;
    background-color: #f0f4ff;
}

/*blog post*/
.blog_content_single_in {
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
}

.blog_content_single_in>img,
.blog_content_single_in>video {
    width: 100%;
}

.blog_content_single_in .content {
    width: 100%;
    padding: 28px 44px;
}

.blog_content_single_in .content .meta li {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 10px;
    color: #7d859f;
    font-weight: 400;
    font-size: 14px;
}

.blog_content_single_in .content .meta li a {
    color: #7d859f;
    font-weight: 400;
    font-size: 14px;
}

.blog_content_single_in .content h2 {
    color: #190491;
    font-weight: 600;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3em;
}

.blog_content_single_in .content h2 a {
    color: #190491;
}

.blog_content_single_in .content p {
    padding-top: 16px;
    color: #7d859f;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}


.vjs-poster {
    background-position: top center;
    background-size: cover;
}

.video-js {
    width: 100% !important;
    height: 350px !important;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    color: #df5dff;
}

.vjs-default-skin .vjs-big-play-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    background-color: #df5dff;
    border-color: #df5dff;
}

.vjs-default-skin:hover .vjs-big-play-button:before {
    color: #df5dff;
}

.vjs-default-skin .vjs-big-play-button:before {
    color: #fff;
}

.vjs-default-skin .vjs-big-play-button {
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.vjs-default-skin .vjs-big-play-button {
    left: 42%;
    top: 40%;
}


.pagination-post .page-item .page-link {
    margin-left: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #3b3a3a;
}

.pagination-post .page-item:first-child .page-link {
    background-color: #df5dff;
    color: #ffffff;
}

.pagination-post .page-item:last-child .page-link {
    background-color: #df5dff;
    color: #ffffff;
}

/*sidebar*/
.blog_sidebar_pafe .widget_S {
    width: 100%;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 35px 24px;
}

.blog_sidebar_pafe .widget_S .title_s {
    position: relative;
    z-index: 1;
    padding-left: 80px;
    padding-bottom: 35px;
}

.blog_sidebar_pafe .widget_S .title_s:after {
    content: '';
    width: 40px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #df5dff;
    border-radius: 5px;
}

.blog_sidebar_pafe .widget_S .title_s h3 {
    font-weight: 600;
    color: #190491;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    position: relative;
}

.blog_sidebar_pafe .widget_S .title_s h3:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: -34px;
    top: 5px;
    background-color: #df5dff;
    border-radius: 50%;
}

.blog_sidebar_pafe .widget_S .title_s h3:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: -25px;
    top: 5px;
    background-color: #df5dff;
    border-radius: 50%;
}

.blog_sidebar_pafe .search_sidebar_p form {
    position: relative;
    z-index: 1;
}

.blog_sidebar_pafe .search_sidebar_p form input {
    width: 100%;
    padding: 14px 24px;
    border: 2px solid rgba(0, 12, 53, 0.1);
    outline: 0;
    color: #7d859f;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.blog_sidebar_pafe .search_sidebar_p form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    outline: 0;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #df5dff;
    color: #190491;
}


.instagram_sidebar .row {
    margin-left: -5px;
    margin-right: -5px;
}

.instagram_sidebar .row .col-md-4 {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.sidebar_social .social li {
    display: inline-block;
    padding-right: 10px;
    padding-top: 8px;
}

.sidebar_social .social li a {
    display: inline-block;
    border: 1px solid #7d859f;
    color: #7d859f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
}

.sidebar_social .social li a:hover {
    background-color: #df5dff;
    color: #190491;
    border-color: transparent;
}

.blog_sidebar_pafe .sidebar_categories li {
    width: 100%;
}

#trx-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    color: #7d859f;
    font-weight: 400;
    font-size: 14px;
}

#trx-list li span {
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar_recent_post li {
    margin-bottom: 30px;
}

.sidebar_recent_post li:last-child {
    margin-bottom: 0;
}

.sidebar_recent_post li h4 {
    color: #190491;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.sidebar_recent_post li h4 a {
    color: #190491;
}

.sidebar_recent_post li p {
    color: #7d859f;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.sidebar_recent_post li p i {
    padding-right: 6px;
    color: #009cff;
}

.blog_sidebar_pafe .sidebar_tags ul {
    margin-left: -5px;
    margin-right: -5px;
}

.blog_sidebar_pafe .sidebar_tags li {
    display: inline-block;
    padding: 12px 16px;
    border: 1px solid #eaeaea;
    color: #7d859f;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin: 5px;
}

.blog_sidebar_pafe .sidebar_tags li a {
    color: #7d859f;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}


/*add style*/
.sidebar_banner_wi {
    width: 100%;
    position: relative;
    z-index: 1;
    background-image: url(../img/blog/add_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 10px;
    text-align: center;
}

.sidebar_banner_wi:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #190491;
    opacity: 0.9;
}

.sidebar_banner_wi h4 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.sidebar_banner_wi h3 {
    padding-top: 110px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 30px;

}

.sidebar_banner_wi h2 {
    line-height: 1.3em;
    padding-top: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 100px;
    color: #fff;
}

@media only screen and (max-width : 767px) {
    .blog_sidebar_pafe {
        padding-top: 50px;
    }
}

@media only screen and (max-width : 993px) {
    .inside_content_brd h3 {
        font-size: 36px;
    }

    .blog_sidebar_pafe .widget_S .title_s h3 {
        font-size: 24px;
    }

    .blog_content_single_in .content h2 {
        font-size: 26px;
    }

    .sidebar_banner_wi h3 {
        font-size: 26px;
        padding-top: 60px;
    }

    .sidebar_banner_wi h2 {
        font-size: 32px;
        padding-bottom: 50px;
    }

    .sidebar_recent_post li h4 {
        font-size: 16px;
    }
}

/* -------------------------------- 

Close Blog Page style

-------------------------------- */




/* -------------------------------- 

Start Blog Details style

-------------------------------- */

.blog_details_page_in {
    background-color: #fff;
}

.blog_details_single_p .single_blog_in .card-body {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}




.blog_details_page_in .blog_content_single_in blockquote {
    width: 100%;
    background-color: #f0f1ff;
    padding: 42px 45px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-bottom: 36px;
    margin-top: 30px;
}

.blog_details_page_in .blog_content_single_in blockquote p {
    color: #7d859f;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    padding-left: 60px;
}

.blog_details_page_in .blog_content_single_in blockquote i {
    position: absolute;
    left: 35px;
    top: 30%;
    font-size: 48px;
    color: #190491;
}

.blog_details_page_in .blog_content_single_in blockquote h5 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #190491;
    padding-left: 60px;
    padding-top: 5px;
}



.post_share_btn {
    width: 100%;
    text-align: right;
    padding-right: 44px;
}

.post_share_btn li {
    display: inline-block;
    padding-left: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}

.post_share_btn li a {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    color: #ffffff;
    padding-top: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3b5998;
}

.post_share_btn li .fb {
    background-color: #3b5998;
}

.post_share_btn li .tw {
    background-color: #1da1f2;
}

.post_share_btn li .in {
    background-color: #405de6;
}

.post_share_btn li .li {
    background-color: #0077b5;
}

.comment_list_show {
    width: 100%;
    padding-top: 70px;
    padding-left: 44px;
    padding-right: 44px;
}

.comment_list_show h3,
.comment_form_p h3 {
    padding-bottom: 14px;
    font-weight: 600;
    color: #383866;
    font-size: 24px;
    position: relative;
}


.comment_list_show .media {
    margin-top: 33px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;
}

.comment_list_show .media img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment_list_show .media ul.list li a {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #383866;
    font-size: 16px;
}

.comment_list_show .media ul.list li {
    display: inline-block;
    padding-right: 5%;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #383866;
    font-size: 16px;
}

.comment_list_show .media p {
    padding-top: 14px;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    color: #383866;
    font-size: 14px;
}

.comment_list_show .child {
    padding-left: 50px;
}


.comment_form_p {
    padding-top: 50px;
    padding-left: 44px;
    padding-right: 44px;
    padding-bottom: 40px;
}

.comment_form_p form {
    background-color: #f8f6ff;
    padding: 40px 30px;
    margin-top: 40px;
}

.comment_form_p form textarea,
.comment_form_p form input {
    width: 100%;
    padding: 14px 22px;
    outline: 0;
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}

.comment_form_p form .btn {
    margin-top: 10px;
}


@media only screen and (max-width : 767px) {
    .blog_details_single_p ul.info li {
        width: auto;
    }

    .blog_details_single_p .single_blog_in .card-body blockquote {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog_details_single_p .single_blog_in .card-body blockquote i {
        left: 20px;
        font-size: 32px;
    }

    .instagram_sidebar .row .col-md-4 {
        width: 50%;
        float: left;
    }

    .instagram_sidebar .row .col-md-4 img {
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 993px) {
    .blog_details_single_p ul.info li {
        width: auto;
    }

    .blog_sidebar_pafe .widget_S .title_s {
        padding-left: 0;
        padding-top: 30px;
    }

    .blog_sidebar_pafe .widget_S .title_s h3:before {
        left: 45px;
        top: -25px;
    }

    .blog_sidebar_pafe .widget_S .title_s h3:after {
        left: 55px;
        top: -25px;
    }
}


/* -------------------------------- 

reCaptcha

-------------------------------- */
.grecaptcha-badge {
    z-index: 100;
}

/* -------------------------------- 

modal

-------------------------------- */
#modal-outer {
    position: absolute;
    top: 0;
    display: none;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000000;
    align-items: center;
    justify-content: center;
}

.modal-inner {
    position: fixed;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
}

#modal-frame {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#modal-close {
    cursor: pointer;
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: #df5dff;
    width: 30px;
    height: 30px;
    color: #190491;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: none;
}