body {
    /* font-family: 'Heebo', sans-serif; */
    z-index: -1!important;
}

* {
    box-sizing: border-box;
    font-family: 'Philosopher', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}
.navbar{
      background: #474040;
      background: #2a312e;
}
.header {
    height: 80vh;
    width: 100%;
    /* background: linear-gradient(0deg, #000000c4, #4744566b),url(../images/banner.png); */
      background: linear-gradient(0deg, #000000c4, #4744566b),url(../images/banner.jpeg);

    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    z-index: 0;
}

.header1 {
    width: 100%;
    background-image: url(../images/bbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    z-index: 0;
}

.sec1 {
  padding:60px;
  text-align:center;
}

.sticky {
    position: fixed;
    top: 0;
    height:50px;
    background: #fff;
    width: 100%;
    z-index: 1000000000000;
}



/*Top Header CSS*/

.navbar-brand h2 {
    font-size: 35px;
    color: #ffaa00;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

.navbar-brand p
{
    font-size: 15px;
    color: #01358d;
}

.navbar-nav
{
    font-family: 'Heebo', sans-serif;
}

.navbar-nav li
{
    margin:4px;
}

.navbar-nav li a
{
   color: #fff;
   font-size: 13px;
   font-weight: 400;
}

.navbar-nav .dropdown
{
    line-height:35px;
}

.navbar-nav .dropdown .dropdown-menu
{
    margin:0px;
    padding:0px;
    line-height: 30px;
    width:100%;
    background: #474040;
    background: #2a312e;
  border-bottom: 1px solid #605959;
 }

.navbar-nav .dropdown .dropdown-menu a
{
    color:#fff;
    border-bottom: 1px solid #605959;
}





.header_content
{
    position: relative;
}

.cripto_img
{
    margin-top: 110px;
    position: relative;
}

.btc
{
    position: absolute;
    top: 400px;
    right: 290px;
}

.btc img
{
   animation: mover 1s infinite alternate;
}

.eth {
    position: absolute;
    top: 300px;
    right: 440px;
}

    .eth img {
        animation: mover 1s infinite alternate;
    }

.tron {
    position: absolute;
    top: 175px;
    right: 345px;
}

    .tron img {
        width: 60px;
        height: 60px;
        -webkit-animation: rotating 2s linear infinite;
    }


.payeer {
    position: absolute;
    top: 250px;
    right: 150px;
}

    .payeer img {
        -webkit-animation: rotating 2s linear infinite;
    }


.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}

.header_left {
    margin-top: 80px;
}

    .header_left h2 {
        color: #fff;
        font-size: 50px;
        font-family: 'Heebo', sans-serif;
    }

    .header_left p {
        font-family: 'Heebo', sans-serif;
        color: #fff;
        font-size: 20px;
    }



.currency_box
{
    width: 100%;
    height: 140px;
    text-align: center;
    border-radius: 120px;
    margin-top: 90px;
}

.box1 {
    color: #fff;
    text-align: center;
    float: left;
    /* background-image: linear-gradient(to right top, #0ba0c4, #22aacd, #31b4d6, #3ebfdf, #4ac9e8); */
    background: #2a312e;
    width: 48%;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    border-radius: 25px;
    margin: 3px;
    font-family: 'Heebo', sans-serif;
}

.myrotate
{
    position: absolute;
    top: -20px;
    left: -20px;
    -webkit-animation: rotating 20s linear infinite;
}

.ro {-webkit-animation: rotating 10s linear infinite;}

.myrotate1 {
    position: absolute;
    top: -20px;
    left: 100px;
    -webkit-animation: rotating 20s linear infinite;
}

.myrotate2
{
    position: absolute;
    top: 450px;
    right: 100px;
   -webkit-animation: rotating 20s linear infinite;
}

.myrotate3
{
    position: absolute;
    top: 0px;
    left: -30px;
   -webkit-animation: rotating 20s linear infinite;
}

.myrotate4 {
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-animation: rotating 20s linear infinite;
}

.box1 img
{
  width: 25px;
  height: 25px;
}

.yellow
{
    color: #000;
    color:#fff;
    font-size:15px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif;
}

.white {
    color: #fff;
    padding-left: 10px;
    font-weight: 600;
    font-size: 15px;
}


.mysvg {
    position: absolute;
    bottom: 110px;
    left: -130px;
}

.cir {
    -webkit-animation: rotating 2s linear infinite;
}

.mybt
{
    border-radius: 30px;
    padding: 0px 8px;
    color: #0e044d !important;
    /* background-image: linear-gradient(to right top, #0ba0c4, #22aacd, #31b4d6, #3ebfdf, #4ac9e8);
    -webkit-box-shadow: 0px 0px 45px -10px rgba(94,94,94,1);
    -moz-box-shadow: 0px 0px 45px -10px rgba(94,94,94,1); */
        /* box-shadow: 0px 0px 45px -10px rgb(216 203 203); */
            box-shadow: 0px 0px 45px -13px rgb(216 203 203);
}



@media only screen and (max-width: 767px) {

    body {
        background: #082551;
    }

    .header {
        background: #082551;
        padding-bottom:40px;
    }

    .header_left {
        margin-top: 60px;
    }

    .navbar-toggler i {
        color: #fff;
    }

    .navbar-nav li {
        background: #5f4ce6;
        padding-left: 10px;
    }

    .navbar-nav li a
    {
       color: #fff;
    }

    .mybt
    {
        border-radius: 0px;
        padding: 0px 8px;
        color: #0e044d !important;
        background: #5f4ce6;
    }


    .header
    {
        height: auto;
    }


    .header_left h2 {
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-family: 'Heebo', sans-serif;
        text-shadow: 1px 1px 1px #000;
    }

    .header_left p {
        font-family: 'Heebo', sans-serif;
        color: #fff;
        text-align: center;
        font-size: 15px;
    }





    .cripto_img {
        margin-top: 5 0px;
        position: relative;
    }

    .btc {
        position: absolute;
        top: 310px;
        right: 210px;
    }

    .btc img
    {
        width: 30px;
        height: 50px;
        animation: mover 1s infinite alternate;
    }

    .eth {
        position: absolute;
        top: 240px;
        right: 320px;
    }

    .eth img
    {
        width: 20px;
        height: 35  px;
        animation: mover 1s infinite alternate;
    }

    .tron
    {
      position: absolute;
      top: 210px;
      right: 110px;
    }

   .tron img
  {
     width: 40px;
     height: 40px;
     -webkit-animation: rotating 2s linear infinite;
  }


    .payeer {
        position: absolute;
        top: 160px;
        right: 250px;
    }

    .payeer img
    {
        width: 40px;
        height: 40px;
        -webkit-animation: rotating 2s linear infinite;
   }


    .box1 {
        color: #fff;
        text-align: center;
        float: left;
        background-image: linear-gradient(to right top, #0ba0c4, #22aacd, #31b4d6, #3ebfdf, #4ac9e8);
        width: 100%;
        padding: 5px;
        text-align: left;
        font-size: 13px;
        border-radius: 25px;
        margin: 3px;
        font-family: 'Heebo', sans-serif;
    }

    .navbar-toggler
    {
        background-image: linear-gradient(to right top, #0ba0c4, #22aacd, #31b4d6, #3ebfdf, #4ac9e8);
        width:50px;
        height:35px;
    }

}


.sec {
    padding: 50px;
    height: auto;
    width: 100%;
    background-image: url(../images/bbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    z-index: 0;
}

.sec h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom:30px;
    font-weight:bold;
    color:#042552;
}

.scheme_box {
    background: #fff;
    padding: 10px;
    border-radius:10px 10px 0px 0px;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(207,205,207,1);
    -moz-box-shadow: 0px 0px 34px 0px rgba(207,205,207,1);
    box-shadow: 0px 0px 34px 0px rgba(207,205,207,1);
}

.scheme_box h2 { margin:0px; padding:0px; text-transform:uppercase; font-size:30px; color:#042552;}
.scheme_box p { margin:0px; padding:0px; text-align:center;}

.scheme_box h2 img
{
    width:30px;
    height:30px;
}
.minmax {
    background-image: linear-gradient(to right top, #042552, #052c60, #07336e, #0a3b7c, #0d428b);
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.minmax p
{
    font-weight:600;
    color:#fff;
}

.days
{
    margin-top:10px;
}

.days p
{
    font-weight:600;
    color:#042552;
    font-size:17px;
}

.mybt img
{
    width:15px;
    height:15px;
}

.plan_calculator h3
{
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom:20px;
    color: #042552;
}

.plan_calculator h3 img
{
    width:30px;
    height:30px;
}

.plan_cal
{
    width:50%;
    float:left;

}

.ddb {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    height: 45px;
    color: #052450;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0px 0px 47px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 47px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 47px 0px rgba(222,222,222,1);
}

.txtbox {
    width: 100%;

    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    color: #052450;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0px 0px 47px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 47px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 47px 0px rgba(222,222,222,1);
}

.txtbox::placeholder
{
    color: #052450;
}

.txtbox:focus
{
    outline:0px;
}

.txtbox1
{
    width: 100%;
    padding-left: 15px;
    height: 42px;
    background: #e0e0e0;
    font-size: 13px;
    border-radius: 25px;
    border: none;
    font-weight:500;
    margin-top: 10px;
    color: #333;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(115,115,115,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(115,115,115,1);
    box-shadow: 0px 0px 6px 0px rgba(115,115,115,1);
}

.txtbox1::placeholder
{
   color: #000;
}

.txtbox1:focus
{
   outline: 0px;
}

select {
    border: none;
    outline: none;
    cursor: pointer;
    scroll-behavior: smooth;
}

.plan_cal span
{
    font-size:13px;
    display:block;
    margin-bottom:5px;
    color:#000;
    font-weight: 600;
}

.plan_profit
{
    padding: 10px;
    margin-top:20px;
    position:relative;
    text-align:left;
    background:#fff;
    height: 106px;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 33px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 33px 0px rgba(222,222,222,1);
    transition:all ease-in-out 0.6s;

}

.plan_profit:hover .bx
{
    border: 4px solid #000;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 33px 0px rgba(222,222,222,1);
    box-shadow: 0px 0px 33px 0px rgba(222,222,222,1);
}




 .plan_profit .bx
 {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 25px;
    height: 25px;
    border:3px solid #1abcb7;
    -webkit-animation: rotating 20s linear infinite;

 }

 .plan_profit .bx1
 {
    display:none;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 25px;
    height: 25px;
    border:3px solid #000;
    -webkit-animation: rotating 20s linear infinite;

 }


.coin {
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #0ba0c4;
        text-align: center;
}
.coin i{
  font-size: 33px;
}

.cointxt {
    font-weight: 600;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #052452;
    position: relative;
bottom: -18px;
}



.investbt
{
    background-image: linear-gradient(to right top, #0ba0c4, #22aacd, #31b4d6, #3ebfdf, #4ac9e8);
    padding: 10px 25px;
    border: 0px;
    margin-top: 40px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(207,207,207,1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(207,207,207,1);
    box-shadow: 0px 0px 11px 0px rgba(207,207,207,1);
}

.advantage h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #042552;
}

.advantage h3 img
{
    width: 30px;
    height: 30px;
}

.advantage ul li
{
    line-height:45px;
    position:relative;
    padding-left:40px;
}

 .advantage ul li::before
 {
    content: "\f105 ";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 13px;
    width: 23px;
    height: 23px;
    border-radius:100%;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    background-image: linear-gradient(to right top, #0ba0c4, #22aacd, #31b4d6, #3ebfdf, #4ac9e8);
    color: #fff;

 }


@media only screen and (max-width: 767px) {
    .sec
    {
        padding:10px;
    }

    .scheme_box
    {
        margin-top:10px;
    }
}

.tdeposite
{
      height: 135px;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(230,227,230,1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(230,227,230,1);
    box-shadow: 0px 0px 40px 0px rgba(230,227,230,1);
}

.d_left {
    float: left;
    width: 20%;
}

.d_right h2
{
  text-align:left !important;
  margin:0px;
  padding:0px;
  font-size:13px;
  font-weight:500;
  padding-left:10px;

}

.d_right h4
{
      font-size: 18px;
     color:#0ba0c4;
    padding-left:10px;
}

.d_right {
    float: left;
    width: 80%;
}

.d_left img
{
    width: 90%;
}

.reff
{
    margin-top:60px;
}

.reff h2
{
    font-size:14px;
    text-align:left;
    padding:0px;
    margin:0px;
    font-weight:600;
}


.reff h3
{
    margin:0px;
    padding:0px;
    color:#042552;
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
}

.reff p
{
    font-size:14px;
    margin-top:20px;
}



.deposit {
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(219,219,219,1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(219,219,219,1);
    box-shadow: 0px 0px 24px 0px rgba(219,219,219,1);
    height: 40px;
    line-height: 37px;
    margin-top: 5px;
    font-weight:500;
    color: #000;
    font-size: 13px;
    border: 1px solid #f2f2f2;
}

    .deposit img {
        width: 30px;
        height: 30px;
        margin-top: -5px;
        margin-left:10px;
    }

.dheading {
    font-size: 16px;
    color: #052651;
    border: 1px solid #052651;
    padding: 5px 10px;

    margin-bottom: 20px;
    text-align: left !important;
}

    .dheading img {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }



@media only screen and (max-width: 767px) {
    .deposit {
        font-size: 10px;
    }
}

.register {

    border: 1px solid rgba(11, 160, 196, 0.5);
    padding: 30px;
    margin-top: 60px;
    text-align: left;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 6px -1px rgba(0,11,28,1);
    -moz-box-shadow: 0px 0px 6px -1px rgba(0,11,28,1);
    box-shadow: 0px 0px 6px -1px rgba(0,11,28,1);
}

.register h1
{
    color:#fff;
    font-size:22px;
}

.register h1 span
{
   color: #5fe3ff
}


.registerbtn {
    background-image: linear-gradient(to right top, #0ba0c4, #22aacd, #31b4d6, #3ebfdf, #4ac9e8);
    width: 100%;
    padding-left: 20px;
    height: 42px;
    font-size: 20px;
    border-radius: 25px;
    border: none;
    color:#fff;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(115,115,115,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(115,115,115,1);
    box-shadow: 0px 0px 6px 0px rgba(115,115,115,1);
}

.content_wrap
{
    padding:70px;
}

.about_us p
{
    text-align:justify;
    font-size:14px;
}

.about_us h1
{
    font-size: 22px;
}

.about_us h2 {
    font-size: 20px;
    margin:0px;
    padding:0px;
    margin-bottom:15px;
}

.about_us a {
    background-image: linear-gradient(to right top, #042552, #052c60, #07336e, #0a3b7c, #0d428b);
    padding: 8px 20px;
    color: #fff;
    transition: all ease-in-out 0.6s;
    border-radius: 30px;
}

.about_us a:hover
{
    text-decoration:none;
    color:#fff;
}

.how_work
{
    margin-top:40px;
}

.how_work h4
{
    margin:0px;
    padding:0px;
    font-size:16px;
}

.how_work h3
{
    margin:0px;
    padding:0px;
    font-size:22px;
}

.why h5
{
    font-size:16px;
}

.why ul
{
    margin:0px;
    padding:0px;
}

.why ul li
{
    line-height:30px;
    position:relative;
    font-size:13px;
    padding-left:20px;
}

.why ul li::before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    width: 15px;
    line-height:15px;
    text-align:center;
    left:0;
    top:7px;
    font-size:12px;
    color:#fff;
    height: 15px;
    background-image: linear-gradient(to right top, #042552, #052c60, #07336e, #0a3b7c, #0d428b);
}


@media only screen and (max-width: 767px)
{

    .header1
    {
        width: 100%;
        background-image: url(../images/bbg.png);
        background-repeat: no-repeat;
        background-position:center;
        background-size: cover;
        position: relative;
        top: 0;
        z-index: 0;
    }
    .content_wrap {
        padding: 10px;
    }

    .mtt
    {
        margin-top:10px;
    }

    .tdeposite
    {
        margin-top:15px;
    }
}

.txt1
{
    font-size:13px;
}

.mt-60
{
    margin-top:60px;
}

.company_certification h2
{
    text-align:left;
    font-size:18px;
    margin:0px;
    padding:0px;
    font-weight:400;
}

.company_certification h2 span
{
    font-weight:bold;
}

.company_certification img
{
    margin-top:30px;
    -webkit-box-shadow: 0px 0px 39px 0px rgba(224,224,224,1);
-moz-box-shadow: 0px 0px 39px 0px rgba(224,224,224,1);
box-shadow: 0px 0px 39px 0px rgba(224,224,224,1);

}

.line {
    border-bottom: 4px solid #cecece;
    width: 50%;
    margin-top: 10px;
}

.line:after {
  content: '';
  display: block;
  border-bottom: 4px solid #052450;
  margin-bottom: -4px;
  max-width: 35%;
}


.affiliate h2 {
    text-align: left;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

.affiliate h2 span
{
    font-weight:bold;
}

.affiliate h3
{
    font-size:17px;
}

.affiliate p
{
    font-size:14px;
}

.boxi {
    border: 1px solid #f2f2f2;
    height: 116px;
    margin-top:30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(224,224,224,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(224,224,224,1);
    box-shadow: 0px 0px 8px 0px rgba(224,224,224,1);
    position:relative;
}

.boxi h3
{
    margin:0px;
    padding:0px;
    text-align:center;
    font-size:25px;
}

.boxi p {
    margin: 0px;
    padding: 0px!important;
    font-size:15px;
    text-align: center;
    padding-top:15px;
}

.boxi p img{
  max-width:100%;
}

.affliatebox li
{
    display:inline-block;
    width:30%;
    margin:2px;
}

.boxibox {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 6px solid #18a5c9;
    right: -5px;
    bottom: -5px;
    background: #052450;
    z-index:1000;
}

.form_group p
{
    margin-top:10px;
    color:#f2f2f2;
}

.form_group p a
{
   text-decoration: none;
   color: #f7921a;
}

.dropdown a
{
    vertical-align:middle;
    display:table;
}

.dropdown a:hover {
    text-decoration: none;
}





.boxi1 {
    height: 90px;
    margin-top: 30px;
    background: #0a245d;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(224,224,224,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(224,224,224,1);
    box-shadow: 0px 0px 8px 0px rgba(224,224,224,1);
    position: relative;
}

.boxi1 h3
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 20px;
    color: #3ebfdf;
}

.boxi1 p
{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    text-align: center;
    padding-top: 15px;
    color: #3ebfdf;
}

.affliatebox1 li {
    display: inline-block;
    width: 24%;
    margin: 2px;
}

.boxibox1 {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #18a5c9;
    right: -5px;
    bottom: -5px;
    background: #052450;
    z-index: 1000;
}

.boxi1 p img
{
    width: 40px;
    height: 40px;
}
