@import 'https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,700&amp;display=swap';


@font-face{font-family:conthrax semibold;font-style:normal;font-weight:400;src:local('Conthrax SemiBold'),url(../fonts/fonts-conthrax-sb.woff) format('woff')}body{color:#fff;font-size:14px;line-height:1.6;font-weight:500;background-color:#fff;font-family:montserrat,sans-serif}



.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color: #0069ff;font-family:conthrax semibold}











*,
*::before,
*::after {margin: 0;padding: 0;-webkit-box-sizing: border-box; box-sizing: border-box;}
html {box-sizing: border-box;}
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    font-size: 15px;
    color: #0e181e;
    letter-spacing: 0.05px;
    background: #0069ff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 600;}
.services{    background: #387ed1;}
.heading-primary {font-size: 30px;}
p {
    line-height: 1.8;
    margin: 1rem 0;
    color: #383a3a;
    font-family: conthrax semibold;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
.footer li a, .navbar li a{color:#fff;font-family: conthrax semibold;}
button,
button:hover,
button:focus,
button:active {
    text-decoration: none;
    outline: none;
}
.footer .nav_link a:hover{color: #f9cb49;}

/*------------ PRELOADER --------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

.no-js #loader-wrapper {
    display: none;
}
.my-story a:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
}
.my-story a img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.my-story .third {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -110.5px;
}
.my-story .second {
    float: right;
    display: inline-block;
    position: relative;
}
.my-story {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    position: relative;margin-top: 50px;
}
.my-story a:hover {
    z-index: 2;
}
.my-story .first {
    display: inline-block;
    float: left;
    position: relative;
}
#loader {
    position: relative;
    top: 50%;
    margin: 0 auto;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: .2rem solid transparent;
    border-color: #1B2732;
    z-index: 1000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#loader:before {
    content: "";
    position: absolute;
    top: .8rem;
    left: .8rem;
    right: .8rem;
    bottom: .8rem;
    border-radius: 50%;
    border: .2rem solid transparent;
    border-color: #1B2732;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#loader:after {
    content: "";
    position: absolute;
    top: .6rem;
    left: .6rem;
    right: .6rem;
    bottom: .6rem;
    border-radius: 50%;
    border: .6rem solid transparent;
    border-top-color: #f8c44f;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/*----------------- BUTTON STYLE----------------- */
.button:link,
.button:visited {
    margin: 10px auto 0;
    padding: 14px 15px;
    color: #353434;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: .2rem;
    -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.p60{padding:60px 0;background: #ffffff;position: relative;}
.btn-hover:link:after,
.btn-hover:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 51%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.btn-hover:link:hover,
.btn-hover:visited:hover {
    color: #FFF;
    text-shadow: none;
}

.btn-hover:link:hover:after,
.btn-hover:visited:hover:after {
    height: 100%;
}

.btn-hover:link,
.btn-hover:visited {
    position: relative;
    margin: 10px auto 0;
    padding: 14px 15px;
    color: #353434;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: .2rem;
    -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn-hover.btn-fill { border: 2px solid #f8c44f;}

.btn-hover.btn-fill:after {
    background: #f8c44f;
    opacity: .5;
    -moz-transform: translateX(-51%) translateY(-51%);
    -ms-transform: translateX(-51%) translateY(-51%);
    -webkit-transform: translateX(-51%) translateY(-51%);
    transform: translateX(-51%) translateY(-51%);
}

.btn-hover.btn-fill:hover:after {
    height: 100%;
    opacity: 1;
}
.bborder{display: block;    margin: auto;}
/*------ Scroll to Top------- */
#scroll-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 5px;
    display: none;
    z-index: 99;
    background: #f1b838;
    color: #162a36;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#scroll-to-top i {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

#scroll-to-top:hover {
    transform: scale(1.2);
}


/* --------------------------------------
  3. NAVIGATION
-----------------------------------------*/
.navbar {
       position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    z-index: 99;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    
}

.right_menu{    margin-left: auto;}
.right_menu li .btn {
    padding: 4px 15px;
    background: #f1b838;
    margin-left: 4px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #f1b838;
    font-family: conthrax semibold;
}
.right_menu li button:hover{background:none;color:#f1b838 }
.home_nav .icon-bar {     color: #fff;    font-size: 30px;   }
.home_nav .navbar-toggler {  margin-left: auto;}

.home_nav ul .nav-item a {
     padding:5px 0;
     margin: 5px 1rem;
     display: block;
     letter-spacing: .5px;
     cursor: pointer;
     color: #73d3d3 !important;
     text-transform: uppercase;
     font-family: conthrax semibold;
}
 .home_nav ul .nav-item a:hover{ color:#fff;}
.nav-scroll2{  padding-left:50px;    height: 70px;}
.nav-scroll, .nav-scroll2{
       background: #0e0e0e;
       position: fixed;
       top: -100px;
       left: 0;
       width: 100%;
       -webkit-transition: -webkit-transform .5s;
       transition: -webkit-transform .5s;
       transition: transform .5s;
       transition: transform .5s, -webkit-transform .5s;
       -webkit-transform: translateY(100px);
       transform: translateY(100px);
       -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
       box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
 }
.btnplay {
    background-color: #000;
    border-color: #000;
    padding: 10px;
    margin-right: 13px;
    width: 140px; border-radius:5px;
}	
	
.navdashbord .navbar-collapse .navbar-nav .nav-link {    margin: 5px 1rem 0;}
.navdashbord, .navdashbord.nav-scroll{position: relative;
    -webkit-transition: 0s ease;
    transition: 0s ease;
    padding: 70px 0 5px;
    z-index: 9;
    background: #122244;
	margin-bottom: 30px;
	}



.nav-scroll .navbar-nav .nav-link .active {color: #f8c44f !important;}
.tr{text-align:right}
.left_tab .nav-tabs {    border-bottom: 0px solid rgb(0 0 0 / 20%);}
.left_tab li, .left_tab li a{ width: 100%;}
.left_tab li a{    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc;}
.left_tab .nav-tabs > li .active, .left_tab .nav-tabs > li .active:hover{    color: #162a36;
    border-bottom: 1px solid #162a36;}
.left_tab {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);	
    overflow: hidden;
    margin-bottom: 20px;    padding: 15px 15px 30px;
}
	
.left_tab .nav-tabs a {
    border-bottom: 1px solid rgb(32 32 32 / 25%);
    opacity: 0.8;    padding: 10px 0px;
}.left_tab .nav-tabs a.active{
      opacity: 1;
}

.table_span{opacity: 0.6;}
.white_box {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
}
.white_box.kyc-outer h3 {
  margin-bottom: 0;
}
.l_right a i{     font-size: 35px;
    color: #ffdd3c;
    margin-top: 14px;}
.ng-star-inserted {
    color: #000000;
    width: 100%;
    border: 1px solid #bdbdbd;
    text-align: center;
    display: block;
    padding: 15px 10px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    font-weight: 500;
}
.ng-star-inserted.active{    border: 1px solid #f2be33;}
.ng-star-inserted p{ margin:10px 0 00}	
.ng-star-inserted:hover{  box-shadow: 0 0 18px 0 rgb(0 0 0 / 55%)}



/*16-12-2021*/
.dashbord_manbox .crypt-market-status.market-status-outer {
    overflow: hidden;
}

.dashbord_manbox .crypt-market-status.market-status-outer .tab-content {
    max-height: 336px;
    overflow: auto;
}
.crypt-market-status.market-status-outer table {
    margin: 0;
}
.crypt-market-status.market-status-outer table > tr {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #223c4c;
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
     background: #f1b838;    font-size: 30px;
}
.info-wrap .dbox .text {
  width:calc(100% - 45px);
  width:-webkit-calc(100% - 45px);
  width:-moz-calc(100% - 45px);
  width:-ms-calc(100% - 45px);
}
/*24-12-2021*/
/*28-12-2021*/
.asrt-page-length .input-group-addon{
    background-color: transparent !important;
}

.accordion .card .card-header a{
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-right:15px;
}
.accordion .card .card-header a i {
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  right: 0;
}


.faq .card i:before {
    content: "\f068";
}
.faq .card .collapsed i:before {
      content: "\f067";
}
.accordion .card .card-body p{
  margin-top: 0;
}
.accordion .card .card-body p:last-of-type{
  margin: 0;
}

/*Verified Your KYC Popup*/
.click-here{
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 120px;
  color: #2a2b30;
  background-color: #f1b80f;
  border-radius: 0px;
  padding: 7px 10px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.2;
  border: 2px solid #f1b80f;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.click-here:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.click-here:hover{
  color: #2a2b30;
}
.color1{
  color: #f19738;
}
.click-here:hover:before{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
/*Verified Your KYC Popup*/

/*profile-popup*/
#profile-popup .modal-content {
  width: auto;
}
/*profile-popup*/

/*14-04-2022*/
.add-money-mobile-outer {
  background-color: #17181d;
  padding-left: 15px;
  padding-right: 15px;    padding-bottom: 200px;
}
.in_page_mobile {
  padding: 20px 0;
}
.in_page_mobile .white_box {
  background: #212429;
}
.in_page_mobile .white_box h5 {
  color: #fff;
}
.in_page_mobile .ng-star-inserted{
  color: #ffffff;
  background: #16171c;
}
.in_page_mobile .ng-star-inserted p{
  color: #fff !important;
}
.in_page_mobile .white_box *{
  color: #fff;
}
/*pay-popup-outer*/
.pay-popup-outer .close {
  width: 32px;
  height: 34px;
  background-color: #f5c134;
  color: #162a36;
  border-radius: 100%;
  font-weight: normal;
  opacity: 1;
  margin-top: -8px;
  margin-right: -8px;
  line-height: 36px;
}
/*pay-popup-outer*/
@media (min-width: 768px){
.box5 .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
.how h2{    font-size: 3rem;}
.tc{ text-align:center;}
.right_menu li{ display:inline-block}
.footer{
    background: #0069ff;
    color: #fff;
    padding: 60px 0 0;
    position: relative;
    }
.copyright{
    padding: 15px 0;
    font-size: 13px;
    border-top: 1px solid rgb(255 255 255 / 8%);
    margin-top: 40px;
    font-family: conthrax semibold;
    }	
.footer h5{    margin-bottom: 20px;    font-weight: 400;}
.vertical-social li a {    display:flex;
   -ms-flex-align: center;
    align-items: center;	}
.vertical-social li a i{margin-right: 10px;
width: 13px;
text-align: center;}
.nav_link li {
    margin-bottom: 8px;
    font-size: 14px;
}

.boxbody a{color: #000;}
.boxbody{     -webkit-box-shadow: 0 0 1rem rgb(221 221 221 / 27%);
    color: #000;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;}
.nav-tabs > li a{
    border-bottom: 1px solid rgb(255 221 60 / 0%);
}
.nav-tabs > li .active, .nav-tabs > li .active:hover{color: #162a36; border-bottom: 1px solid #162a36;}
.dashbord_manbox .nav-tabs li a {    color: #99aab5;}
.dashbord_manbox .nav-tabs > li .active, .dashbord_manbox .nav-tabs > li .active:hover{
    color: #f5c134;
    border-bottom: 1px solid #f5c134;
    background: #223c4c;
}
.left_tab .nav-tabs {    border-bottom: 0px solid rgb(0 0 0 / 20%);}
.nav-tabs li a {
    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    color: #565555;
}
a.b_box:hover{ margin-top:-10px}
a.b_box{display: block;border-radius: 6px; overflow: hidden;    -webkit-transition: all .5s;
    transition: all .5s;}

/*------ width < 1024px ------*/
@media (max-width: 1024px) {
.contest-slider .slick-slide.slick-current{
    display: block !important;
}
}
.line li .nav-link {position: relative;}
.line li .nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #fff;
    height: 1px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.line li a:hover:before { width: 100%;}
.line li a:hover:after {width: 100%;}
.line li a:hover { color:#fff;}


/*------ width < 991px ------*/
@media (max-width: 991px) {
    .line li a:hover:before {
        width: 20%;
    }

    .line li a:hover:after {
        width: 20%;
    }
}
.appss{     background: #fff;
    color: #16181d;}
.img2{ display:none}

.login_box{  padding:30px 50px; margin:80px 0 20px;font-size: 13px;}
.login_box .nav-tabs{ margin-bottom:40px}
.login_box .nav-tabs li a {padding: 13px 10px 10px; display: flex;   font-size: 13px;}
.login_box .nav-tabs li a i{font-size: 20px; margin-right:6px}
.login_box .form-control{font-size: 13px;
    height: 40px;}
.w100{ width:100%}
.btn_man{      background: #f1b838;
    padding: 0.4rem 1rem;
    color: #000;
    font-size: 16px;    font-weight: 500;}
td .btn_man {  padding: 0.3rem 0.5rem;  font-size: 14px;}
.btn_man2{    background:none; border:1px solid #f1b838;
    padding: .375rem 0.65rem;
    color: #f1b838;}
.btn_man:hover, .btn_man2:hover{   color: #fff;background:#162a36;}
.a_color{color: #f1b838!important;}
.dashbord_menu{ color:#fff;}
.dashbord_menu li{ display: inline-block; margin-left: 17px;font-size: 14px;}
.dashbord_menu ul{    -webkit-box-align: center!important; 
    -ms-flex-align: center!important;    display: flex;
    align-items: center!important;}
.dashbord_menu li .f35 {font-size: 25px;}

.dashbord_in1{       margin: 0 0 30px;}
.dashbord_in22{
    background: #fff;
    padding: 10px;
    border-radius: 4px; margin-bottom:20px;
	-webkit-box-shadow: 0 0 1rem rgb(221 221 221 / 27%);
}


.cls{clear: both;}




.fs12{ font-size:12px;}

.in_page{    padding: 105px 0 60px; min-height: 600px;}

input:active, input:focus{outline:none}
.fw600{    font-weight: 600;}
.market-trade .item-title {
    padding-bottom: 30px;
    padding-right: 8px;
    background: #14264c;
    margin-top: 0;
    border-bottom: 1px solid #d8dade;
    height: 39px;
    line-height: 38px;
}
.market-trade .ng-binding {
       text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    padding: 12px 10px 0;
    font-weight: 400;
    opacity: 0.7;
}
.market-trade {
    overflow: hidden;border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
  height:0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(0 0 0 / 10%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #494e5a;
}



.orderforms-hd {
    background: #14264c;
    padding: 10px 12px;
    border-bottom: 1px solid rgb(255 255 255 / 20%)
}
.color-background .border1 {
   
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 4px;
    min-height: 265px;overflow: hidden;
}

#home .orderform-main .f-fl {
    width: 100%;
}
#home {
    /* padding-top: 170px; */
    /* padding-bottom: 80px; */
    /* position: relative; */
    /* color: #fff; */
    /* height: 115vh; */
    /* overflow: hidden; */
    position: relative;
    padding: 64px 0;
}
.home-banner {
   position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
}
#home h1 {
       font-size:3rem;
    margin: 0 auto;
    font-weight: 700;    text-transform: capitalize;
}
#home h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin: 15px 0 35px;
	 line-height: 38px; 
}
.logos_top{    background: rgb(0 0 0 / 17%);}


b{    font-weight: 600;}
.it_url{    margin: 0 38px 0 0;
    margin-left: auto;}
.mla{    margin-left: auto;}
.logout_select {
    width: 100px;
    display: inline-block;
    margin: 0px 20px;
}


.fs12 .form-control {font-size: 12px;    height: 36px;}

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
.uploader .file-inner {
    display: inline-block;
}
.uploader #start {
    clear: both;
    width: 160px;
    height: 162px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    border: 3px solid #fff; box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;margin: auto;
        display: flex; position:relative
}
.uploader label {
  clear: both;
  width: 25px;
  height: 25px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: #f1b838;
  border-radius: 100%;
  border: 3px solid #f1b838;
  box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: auto;
  display: flex;
  position: absolute;
  right: 22px;
  top: 0;
  z-index: 2;
  background-image: url(../img/edit.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:14px auto;
}
.uploader .profile-remove {
    clear: both;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
    text-align: center;
    background: #f1b838;
    border-radius: 100%;
    border: 3px solid #f1b838;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: auto;
    display: flex;
    position: absolute;
    right: 0px;
    top: 29px;
    z-index: 2;
    background-image: url(../img/delete.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
}
.change_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgb(233 180 52 / 59%);
    padding: 68px 15px 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.profile-popup-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.uploader label:hover .change_text{opacity:1;}	

.uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: .5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto .5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: -webkit-gradient(linear, left top, right top, from(#393f90), color-stop(50%, #454cad));
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input{
  display: none;
}
.uploader div {
  margin: 0 0 .5rem 0;
      color: #ffdd3c;
}
.uploader .btn {
  display: inline-block;
  margin: .5rem .5rem 0 .5rem;
  clear: both;
   font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border-radius: 25px;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #fff;
  border:1px solid #ccc;
  cursor: pointer;
}
.spacelable{    height: 20px; display:block}
.uploader .label_name{    height: 35px;
    line-height: 20px;
    margin-top: 20px;}

.uploader .fasi img{
  width: 100%;
}
.uploader .fasi{ font-size: 4rem;
    color: #ccc;
    display: block;
    width: 100%;
  }
.dit_ul li{    list-style: circle;
    margin-left: 20px;
    margin-bottom: 3px;}
.label_hight{    height: 48px;}
.label_hight2 {
    height: 20px;
}
.fs14{    font-size: 14px;}
.dit_ul_inline{display: inline-block;    text-align: left;}

.progress2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  
}
.progress2 > li {
  position: relative;
  display: table-cell;
  text-align: center;
      font-weight: 500;
    font-size: 14px;

}
.progress2 > li:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #DFE3E4;
  width: 3em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1000;
}
.progress2 > li:after {
  content: '';
  position: absolute;
  display: block;
  background: #DFE3E4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;

}
.progress2 > li:last-child:after {
  display: none;
}
.progress2 > li.is-complete {
  color: #2ECC71;
}
.progress2 > li.is-complete:before, .progress2 > li.is-complete:after {
  color: #FFF;
  background: #2ECC71;
}
.progress2 > li.is-active {
  color: #ffdd3c;
}
.progress2 > li.is-active:before {
  color: #FFF;
  background: #ffdd3c;
}

.crypt-down {
    color: #eb6a61 !important;
}
.dashbord_manbox{   
    padding: 65px 0;background: #0b151b;
}
#exampleModal .form-check-input {
    margin-left: -1.8rem;
    width: 22px;
    height: 22px;
}
#exampleModal .form-check {
    padding-left: 2.25rem;
}
.row_d {
    margin-right: -5px;
    margin-left: -5px;
}
.col_d{
    padding-right: 5px;
    padding-left: 5px;
}
.dashbord_manbox .crypt-market-status { 
       background: #162a36;    color: #fbfbfb;
   font-size: 13px;
    border-radius: 7px;  overflow: hidden;
   
}


.crypt-market-status2 {
    background: #ffffff;    overflow: hidden;
    border-radius: 15px;height: 100%;
    display: block;    font-weight: 400;
    position: relative;
    padding: 0px 0;box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
}
.crypt-market-status2 img{
  width: 100%;
}
.crypt-market-status2 .past_man_box-inner {
    padding: 18px;
    height: 100%;
    font-weight: 500;
}
.top_contest{    border-bottom: 1px solid #e5e5e5;    padding-bottom: 5px;}
.top_contest h6{text-transform: uppercase;}
.past_man_box-inner .details-outer .play-now {
    font-size: 14px;
    padding: 3px 10px;
}
.past_man_box-inner .details-outer {
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}
.past_man_box-inner .details-outer button {
  padding: 5px 8px;
  font-size: 14px;
  line-height: 1.2;
  height: auto;display: inline-block;
}
.contest-slider .slick-dots {
    bottom: -30px;
}
.contest-slider .slick-dots li {
    width: 15px;
    height: 15px;
}
.contest-slider .slick-dots li button {
    padding: 0;
    background-color: transparent;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    border: 1px solid #162a36;
}
.contest-slider .slick-dots li.slick-active button {
    background-color: #162a36;
}
.contest-slider .slick-dots li button:before{
    display: none;
}
.ttc{ text-transform: capitalize;}
.lilogo .c_logo{     width: 160px;}
.owl-nav{display:none; }
.owl-dots{ text-align:center;margin-top:30px}
.owl-dots button{    width: 14px;
    height: 14px;
    background: #daaf11;
    border-radius: 100%;
    opacity: 0.3;margin: 3px;}
.owl-dots button.active{ opacity: 1;}	
.past_man_box{    font-size: 14px;}

.past_value{    font-size: 14px;display: block;font-weight: 600;    text-align: right;
    margin-bottom: 8px;}
.w_b_span{background-color: rgb(255 221 60 / 6%);
    display: block;
    text-align: center;
    padding: 5px;
    color: #f1c00f;}
.crypt-market-status2 .w_b_span {
    background-color: #30312e !important;
    height: 33px;
}
.lilogo ul {
    border-radius: 15px;
    background: #162a36;
    padding: 25px 40px 20px;
    min-height: 192px;
    height: 100%;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
}
.lilogo ul li{ display:inline-block; width: 50%;}
.lilogo ul li.border_li {
    font-size: 30px;
    line-height: 37px;
    padding-left: 40px;
    margin-left: 25px;
    border-left: 2px solid #f1b838;
}
.dashbord_manbox .crypt-bg-head {

    padding: 13px;
}
.dashbord_manbox .crypt-buy {
    padding: 20px;
    border-right: 1px solid #2f3d44;
}

.dashbord_manbox .nav-tabs{border-bottom: 1px solid rgb(255 255 255 / 20%);}
.kline-para.kline-para-basic .box-kline-para-basic-left {
    position: relative;
    float: left;
    z-index: 1;
    width: 20%;
    padding: 3px 20px;
}
.productSymbol.has-info strong {
    color: #fff;
    font-size: 20px;
    font-weight: 700;margin-top: 5px;    display: inline-block;
}
.productSymbol.has-info .info-box a span {
    color: #fff;
}
.kline-para.kline-para-basic .box-kline-para-basic-right {
    position: relative;
    float: left;
    width: 80%;
}
.crypt-buy-sell-form .input-group .form-control {
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 0.3rem 0.75rem;
    color: rgb(255 255 255 / 90%);
}
.kline-para.kline-para-basic ul li {
    position: relative;
    float: left;
    width: 20%;
    padding: 13px 10px;
    margin-right: 0px;
    height: 60px;
}
.ng-binding {
    margin-top: 0;
    margin-bottom: 0;
}
.kline-para li strong {
    color: #dc3545;
    font-size: 12px;
    white-space: nowrap;
}
.kline-para li strong {
    color: #00BC8B;
    font-size: 12px;
}
.kline-para li .transMoney {
    color: #CC3A3D;
    font-size: 10px;
}
.kline-para.kline-para-basic ul li h4 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 3px;
}

.dashbord_manbox .input-group-text {
    min-width: 80px; color:#fff
}

.d_value {
    font-size: 23px;
    line-height: 35px;
    font-weight: 600;
}


.crypt-sell {
    padding: 20px;
   
}
.menu-green {
    background: #55ad82;
}

.crypt-button-red-full {
    background: #eb6a61;
    border: none;border-radius: 5px;
    color: #fff;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 20px; cursor:pointer;
    transition: all 0.4s ease;
}
.crypt-button-red-full:focus, .crypt-button-green-full:focus{opacity: 0.7;}
.crypt-button-green-full {border-radius: 5px;
    background: #55ad82;
    border: none;
    color: #fff;
    padding: 6px;
    text-align: center;cursor:pointer;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 20px;
    transition: all 0.4s ease;
}
.table-overflow {
    overflow-y: auto;
    overflow-x: hidden;
    height: 274px;
    position: relative;
}
.searchFilter {
    padding: 8px 10px;
}
.search-box {
    display: block !important;
    height: auto;
    overflow: hidden;
    position: relative;
}
.search-box.search-box-new input {
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 4px;
    width: 100%;
    background: none;
    color: rgb(255 255 255 / 80%);
    padding: 0 5px;
}
.search-box .la-search {
    position: absolute;
    right: 2px;
    top: 4px;
    font-size: 15px;
}
@media (min-width: 768px){
.f-fr {
    float: right;
}
.f-fl {
    float: left;
}
}
.searchFilter .f-fr label.radio {
        display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    margin: 2px 0 0;
    font-weight: 400;
}
.nav-tabs5 li a {padding: 7px;}
.searchFilter .f-fr label.radio input {
    margin-right: 5px;
}
.t2t{background: #11232c;    padding: 10px;}
.dashbord_manbox .exchange_orders .border_none td{
    vertical-align: middle;
}
.exchange_orders td .e_btn_man{background: #f1b838;color: #000;border:1px solid #f1b838;  font-size: 13px; font-weight: 500;padding: 0.2rem 0.5rem;}
.exchange_orders td .e_btn_man:hover{  background:none; color:#f1b838}
.dashbord_manbox .border_none td{
    padding:.2rem .5rem;
}
.dashbord_manbox .border_none th {
    padding:.3rem .5rem;   
}
.dashbord_manbox .border_none th{background-color: #223c4c;    font-weight: 500;}
.crypt-gross-market-cap p:last-child {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
}
.rgb100{color: rgb(255 255 255 / 100%);}
.dashbord_manbox .crypt-gross-market-cap {
    padding: 12px 16px;
    background: #2a2b30;
}
.crypt-up {
    color: #01aa78 !important;
}

.p-160 {
    padding: 160px 0;
}
.dashbord_manbox ul.nav-tabs {
    padding: 0 0px 0;   text-transform: uppercase;
}
.relative{ position:relative}
.absolute_btc{ position:absolute;position: absolute;
    right: 10px;
    top: 8px;}
.pagination.asrt-pagination li{
  align-self: center;
}
.page-link {
    color: #000;
    height: 35px;
}


.page-link input[type="text"] {
    background-color: transparent;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.bank_btn{    border: 1px solid #ffdd3c;
    padding: 10px 15px;
    color: #ffdd3c;
    width: 100%;
    display: flex;
    border-radius: 8px;}
.tl{ text-align:left}
.four_btn a{    text-decoration: revert;    margin: 0 5px;}
.directions_35_OP {
    text-align: center;
    padding-top: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
user-select: none;font-size: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;

}
.table_man{background: #14264c;}
.border_man {border: 1px solid rgb(255 255 255 / 20%);}
.thead {    background-color: rgb(0 0 0 / 15%);}


.report_search label{display: block; margin-bottom:0}
.css_control{    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    position: relative;
    transition: all 100ms ease 0s;
    box-sizing: border-box;
    outline: 0px !important; padding:5px}
.report_search .form-group{    margin-right: 8px;}
.radio_btns .form-group{    margin-right: 15px;}
.fs15{ font-size:15px}
.border_t{ border: 1px solid #ccc;}
.ttt_value{color: #546e7a;
    margin-top: 7px; display:block;
    font-weight: bold;}
.ttt_box{   
    border: 1px solid #ccc;
    border-radius: 10px;    display: flex; margin-bottom:10px}
.ttt_box123{    padding: 15px;
    border-right: 1px solid #ccc;}
.ttt_box123:last-child{     border-right: 0px solid #ccc;}
.d_box:hover{    color: #162a36;}
.d_box {
    padding: 20px 50px 20px 20px;    display: block;
    background: #ffffff;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
    font-size: 14px;
    border-radius: 10px;
    color: #162a36;
    position: relative;
    height: 100%;
    font-weight: 500;
}
.ttt_box_icon {
    display: block;
    width: 45px;
    height: 45px;
    margin-left: auto;
    border-radius: 100%;
    font-size: 25px;
    text-align: center;
    line-height: 45px;
}

.updo_icon{ font-size:18px; margin-right:5px}

.up_color{color:#43a253}
.do_color{color:#d84314}
.th_ud{display: inline-block;
    width: 20px;
    height: 20px;
    top: 6px;
    left: -2px;
    position: relative;
    border-radius: 12px;}
.th_ud .la-caret-up{position: absolute;
    display: block;
    cursor: pointer;
       font-size: 13px;


    left: 2px;
    top: 0;}
.th_ud .la-caret-down{position: absolute;
    display: block;
    cursor: pointer;
       font-size: 13px;


    left: 2px;
    bottom: 0;}

.ttt_box_icon1 {
    background: #ffc74a;
background-image: linear-gradient(to right, #f78c1e 0%, #f9be47 51%, #f78c1e 100%);
    color: #fff;
    background-size: 200%;
    position: absolute;
    right: 15px;
    top: 23%;    -webkit-transition: all .5s;
    transition: all .5s;
}

.d_box:hover .ttt_box_icon1 {
    background: #162a36;
    color: #ffc74a;
   
}
.ttt_box_icon2{background: rgb(67 160 71 / 30%); color: #43a047;}
.ttt_box_icon3{background: rgb(216 67 20 / 30%); color: #d84314;}


.bg_striped{    background-color: #f7f7f7;}
.border_none td, .border_none th {
    border:none
}
.bg_striped .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255);
}
.bank_btn_wite{ color:#fff;    padding: 7px 15px; margin-right:10px; width:auto}
.margin_btn{     border: 1px solid #ffdd3c;
    padding: 10px 15px;
    color: #ffdd3c;
    border-radius: 8px;}
.navbar-brand img{height:66px}
a, button{
    -webkit-transition: all .5s;
    transition: all .5s;
}
.facebook_btn {    background: #3b55e6;}
.gp_btn  {    background: #fff;}
.modal-body .nav-tabs .nav-item {  width: 50%;}
.modal-body .nav-tabs .nav-item a{  width: 100%;text-align: center;}
.modal-body .nav-tabs .nav-item a{  width: 100%;text-align: center;}

.nav_btn {
    position: fixed;
    z-index: 999999;
    color: rgb(255 255 255);
    left: 15px;
    top: 13px;
    font-size: 35px;
}
.nav_btn.collapsed i:before {
    content: "\f0c9";
}
.nav_content{     position: fixed;
    z-index: 999999;
    top: 70px;
    background: #162a36;
    width: 250px;
    left: -250px;
    height: 90vh;    -webkit-transition: all .3s;
    transition: all .3s;}
.nav_content.show {
    display: block;
    left: 0;
}
.nav_content .navbar-nav .nav-link{
    padding: 13px 25px; margin:0   ;
    border-top: 1px solid #233c4a;    color: #fff;
}
.nav_content .navbar-nav .nav-link i {
    font-size: 20px;
    width: 20px;
    color: #ffdd3c;
    text-align: center;
    margin-right: 8px;
}


.cke .spell-check-bar {
  display: block;
  padding: 0.5em;
}

.cke .spell-check-bar .suggestion {
  cursor: pointer;
  color: red;
  background: rgba(250,0,0,0.1);
  padding: 0.25em 0.5em;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1em;
  display: inline-block;
}

.cke .spell-check-bar .suggestion:hover {
  color: orange;
}
.add_fileinput .profile_input {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.add_fileinput {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    height: 40px;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 48%);
    position: relative;
    border-radius: .25rem;
    text-align: center;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.nav_left_tab {
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.nav_left_tab li {
    display: block;
    width: 16.66%;
}
.nav_left_tab li a {
    padding: 55px 15px 0;
    display: block;
    position: relative;
    color: #696969;
    text-align: center;
    font-weight: 500;
}
.nav_left_tab a .l_i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    top: 0px;
    text-align: center;
    background: #e3e3e3;
    color: #262626;
    border-radius: 100%;
    z-index: 15;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.nav_left_tab:after {
    content: "";
    position: absolute;
      border-bottom: 4px solid hsl(0deg 0% 89%);
    height: 2px;
    left: 0;
    top: 25px;
    width: 100%;
}
.nav_left_tab li:first-child a:after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #fff;
    height: 2px;
    left: 0;
    top: 25px;
    width: 50%;
    z-index: 9;
}
.nav_left_tab li:last-child a:after{
	content: "";
    position: absolute;
    border-bottom: 4px solid #fff;
    height: 2px;
    right: 0;
    top: 25px;
    width: 50%;    z-index: 9;}
.nav_left_tab a.active1 .l_i {
    background: #f0a439;background-image: linear-gradient(to right, #f78c1e 0%, #f9be47 51%, #f78c1e 100%); color:#fff;    background-size: 200%;
}
.nav_left_tab a.active1 {
    color: #162a36;
}
.colorman{
    color: #f0a439;
}
.u_name{     display: flex;    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.u_img{ width:60px; height:60px; margin-right:20px}
.u_img img{     width: 100%;}
.op05{    opacity: 0.5;}

.wallet_box h5{ font-size: 18px;    margin-top: 15px;}
.wallet_in_hight {
    height: 150px;
}

.wallet_box {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
}
.icon_box {
    font-size: 30px;
    width: 45px;
    height: 45px;
    background: rgb(251 192 59);
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
    display: inline-block;
    line-height: 45px;
}
.border_button {
    border: 1px solid #ffdd3c;
    color: #162a36;
    padding: 3px 10px;
    background: #fbc03b;
}
.wallet_box .btn_man{
    font-size: 14px;
    padding: 5px 10px;
}



/*28-12-2021*/
.table_tools .btn-primary {
  background-color:#f6bc3a;
  border-color:#f6bc3a;
}
.ccrool_table .input-group select.form-control {
     border-radius: 5px;
}
.ck.ck-editor__main .ck-content {
    border-radius: 5px!important;
}
/*28-12-2021*/










/*?????????????????????????????*/
.ck.ck-editor__main {
    color: #000000;
   

}
.table-bordered {
    border: 0px !important;
}
th.sortable {
    color: #162a36!important;
    font-weight: 600;
}
  
  /* Darker chat container */
  .darker {
    border-color: #ccc;
    background-color: #ddd;
  }
  
  /* Clear floats */
  .container::after {
    content: "";
    clear: both;
    display: table;
  }

  .container .userimg {
    width: 50px;
    width: 50px;    object-fit: cover;
    border-radius: 50%;
  }
.subject_img{ max-width:250px;    margin-bottom: 15px;}
  /* Style the right image */
  .container img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
  }
  
  /* Style time text */
  .time-right {
        color: #505050;
    width: 100%;
    display: block;
    text-align: right;
  }
  
  /* Style time text */
  .time-left {
    float: left;
    color: #999;
  }
.container_white {
    background: #f1f1f1;
    color: #000;
    padding: 15px;
    margin-bottom: 10px;
}
.container.darker {
    color: #000;
}
   
    .modal-header {
        justify-content: normal;
    }
    
    .mypas {
        font-size: 24px;
        margin: 0 auto;
    }
 .lastcalcle {
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #c9c9c9;
    padding: 4px 12px;
    float: right;
    cursor: pointer;
    color: #2a2b30;
}
.lastcalcle:hover {
    color: #2a2b30;
    background-color: #f1b838;
}
  .modal-body {font-weight: 400;}
.btn-border{border: 1px solid #a7a7a7;}
.view_dital{border: 1px solid #a7a7a7;
    padding: 5px 8px;
    border-radius: 5px; display:inline-block}  
.view_dital:hover, .btn-border:hover{ background: #162a36;border: 1px solid #162a36;    color: #fff;}
.modal-body.nextt {
        padding: 15px 10px 45px 10px;
}
.crypt-market-status.mt-2.chart {
    height: 300px;margin-bottom: 10px;
}
.ck.ck-toolbar.ck-toolbar_grouping {
    display: none;
    /* background-color: #2a2b30; */
}
.ck.ck-editor__main>.ck-editor__editable {
    /* background: var(--ck-color-base-background); */
   
    border-radius: 0;
   
}
.ck.ck-editor__main>.ck-editor__editable {
 
   border: 1px solid rgb(0 0 0 / 48%)!important;
    border-radius: 0.25rem; min-height:100px
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
}
.modal-backdrop{
  position:unset !important;
}
.modal-backdrop.show{
  position:none !important;
  opacity: 0;
  z-index:0;
}
.modal-open{
  overflow: scroll !important;
}
.eyestyle{
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
}



/*Coming-soon-css*/
.coming-soon {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-align-items:center;
  -moz-align-items:center;
  -ms-align-items:center;
  align-items:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  -ms-justify-content:center;
  justify-content:center;
  -ms-flex-pack:center;
  padding: 15px;
  background: url(../img/coming-bg.jpg) no-repeat top left;
  background-size:100% 100%;
}
.coming-heading {
  margin: 30px 0 0;
}
.coming-heading h1 {
  text-transform: uppercase;
  font-size: 4.5vw;
  line-height: 1.4;
  color: #fa881a;
}
.coming-soon .coming-logo {
  max-width: 450px;
}
.powered-by h5 {
  color: #fa881a;
  margin: 0;
}
.powered-by h5 a {
  color: #fff;
}
.powered-by {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #000;
    padding: 8px 10px;
}







.nav-scroll2 .logo{    height: 45px;}
.home_nav{    border-bottom: 1px solid rgb(255 255 255 / 10%);}
.animation-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}
@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}	
.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover>.faa-horizontal {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite;}
.telegram_sticky {
    position: fixed;
    bottom: 22px;
    left: 22px;
    z-index: 10;
    font-size: 24px;
    background: #f1b838;
    color: #162a36;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    display: block;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
}
.rp_h5{margin: 0 -30px 0 auto;}
.sharethis .st-center{    text-align:left!important;}
.sharethis .st-btn {     height: 40px!important;    line-height: 40px!important;padding: 0px 10px!important;}
.sharethis .st-btn > img {  top: 9px!important;}
.live_bg{background: rgb(41, 140, 46);}
.upcomiong_bg{    background: rgb(73, 110, 206);}
.past_bg{     background: rgb(231, 85, 62);
    }
.lup {
    display: table;
    font-weight: 500;
    padding: 2px 8px 1px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    min-width: 50px;
    text-align: center;
}
	
@media (min-width: 1200px){
.container {
    max-width: 1190px;
}}

@media (min-width: 1300px){
.container2 {
    max-width: 1250px;
}}
.footere_link li{ display:inline-block; margin:5px 10px}
.b_b{    position: absolute;left: 0; width: 100%; bottom: -1px;}
.about{ background:#fff; color:#000;}
.man_hadding {
    color: #161616;
    font-size: 36px;
    font-weight: 700;
    }
.video{    width: 100%;    border-radius: 10px;}
.p80{ padding:80px 0}
.work_box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 8%);
    padding: 30px 25px;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s;
    transform: translateY(0);text-align:center;height: 100%;
}
.work_box .icon-wrapper {
    display: inline-block;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 43px;
    background: #f1b838;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.work_box:hover .icon-wrapper{    background: #fff; color: #f1b838;}
.work_box:hover{    background: #f1b838; transform: translateY(-5px);}
.work_box p {line-height: 25px;    margin: 8px 0 0;font-size: 14px;}
.work_box h4 {    margin: 15px 0 0;    font-size: 20px;}
.join_contact{ color:#fff;    position: relative;    overflow: hidden; }
.download_app {
    background-attachment: fixed!important;
    color: #fff;
    background-size: cover!important;
}
.news_logo_section{ background:#fff;}	
.f12{ font-size:12px}	
body .Toastify__toast--default {  color: #505050;padding: 15px;}

@media (min-width: 766px){
.news_logo_section .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
max-width: 20%;}
}


.news_logo{     padding: 20px 15px;display: block;text-align: center;}
.news_logo .livemint{    height: 50px;  }
.faq{ background:#fff; color:#000}
.color_link{ color:#2b77a5}
.faq .card{ border:none; border-bottom:1px solid #ccc;    border-radius: 0;margin: 5px 0 16px;} 
.faq .card-header{ background:none;border-bottom:0px solid #ccc}
.faq .card-body { padding: 0.5rem 1.25rem 1.25rem;}
.login_btns a{ display:inline-block}


.login_btns a{    transition: all 0.3s;    transform: translateY(0);}
.login_btns a:hover {    transform: translateY(-5px);}
.tc_box .d_value2{    font-weight: 600;    font-size: 14px;}
.copy_input{ position:relative;}
.copy_input .la-copy {
    position: absolute;
    background: #ffffff;
    height: 100%;
    right: 0;
    top: 0;
    line-height: 38px;
    font-size: 22px;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    border: 1px solid #858585;
    cursor: pointer;
}

.logo2{display:none}
.contest_b {
    background: #dc3545;
    color: #fff;
    padding: 1px 6px;
    display: inline-block;
    border-radius: 25px;
    font-size: 12px;
}
.bg_red:hover, .bg_green:hover{ color:#fff;}
.bg_red{  background: #dc3545;color:#fff;}
.bg_green{  background: #28a745;color:#fff;}
.blinking{
    animation:blinkingText 1.2s infinite;color: #fff;
}
@keyframes blinkingText{
    0%{      background: #ff1414;}
    50%{      background: #162a36;}
    100%{     background: #ff1414; }
}
.blinking_green{
    animation:blinkingText2 1.2s infinite;color: #fff;
}
@keyframes blinkingText2{
    0%{      background: #00e126;}
    50%{      background: #162a36;}
    100%{     background: #00e126; }
}
.bg_red .ttt_box_icon1, .bg_green .ttt_box_icon1{    background: #fff;}
.bg_red .ttt_box_icon1{    color: #dc3545;}
.bg_green .ttt_box_icon1{  color: #11bd0e; }


table {
  position: relative;
}
.dashbord_manbox th {
  position: sticky; 
  top: 0;  z-index: 9;
}
.play_btn_flef{ text-align:right}
.kyc_video video{    width: 100%;}	
.inner_banner{ position:relative; background:#041823; overflow:hidden; height: 60vh; display: flex;}
.inner_banner h1{    margin-top: 70px; font-size:60px;}
.inner_banner div{ margin:auto;position:relative; color:#fff; }	
.inner_banner img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.15;
    width: 100%;
    right: 0;
}
.scrppl_th_dashbord {
    overflow-y: auto;
    max-height: 370px;
}
.scrppl_th_dashbord th {
    position: sticky;
    top: 0px;
    background: #f9f9f9;
}
.dashbord_menu li .man_color{ font-weight: 500;}
.man_color{   color: #ffd04a!important;  }

.header_timer{    background: red;
    padding: 4px 8px;
    border-radius: 5px;white-space: nowrap;
    font-size: 13px;    font-weight: 500;}

.list_li li {
    margin-bottom: 20px;
    list-style: inherit;
    margin-left: 15px;
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.white_box.kyc-outer{font-weight: 400;}
.upload_img{ padding: 12px;
    border: 1px solid #d2d6d9;
    border-radius: 5px;
    margin-bottom: 15px;}
.upload_img img{    max-height: 200px;
    margin: auto;
    max-width: 100%;
    display: block;}
.upload_img video{    max-height: 200px;
    margin: auto;
    max-width: 100%;
    display: block;}
.fs13{    font-size: 13px;}
.w110{    width: 110px;}
.country_flag_man_box{ position:relative}
.country_flag_man_box .country_flag{     position: absolute;
    left: 10px;
    top: 8px;
    width: 22px;
    height: 22px;overflow: hidden;}
.country_flag_man_box .form-control{padding-left:37px}
.timerdiv{display: inline-flex;margin-top:5px;     text-align: center; }
.timerdiv span{margin-right:3px; line-height: 23px;    text-align: center;}
.timerdiv .timercounter{    width: 23px;
    height: 23px; margin-right:0;
    background: #fff; font-weight:600; border-radius:3px;
    display: block;    font-size: 14px;line-height: 23px; 
    text-align: center;}
.timerdiv .dhms{  font-size: 11px; line-height: 15px;  }
.timerdiv2 span{margin-right:3px;}
.bg_red .timercounter{     color: #dc3545;}
.bg_green .timercounter{     color: #0ca10a;}
.contatcs-tab li a {    padding: 10px 20px;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;border-radius: 5px;
    color: #162a36;    background: #fff;    margin-right: 15px;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);}
.contatcs-tab li .active{
    color: #162a36;
    background: #f5c134;
}
.fw-500{ font-weight:500}
 .upcase{text-transform:capitalize }
.dashbord_hadding {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding: 10px 20px;
    font-weight: 600;
}
.winners_table th, .winners_table td{ padding:5px}
.winners_table2 th{ padding:5px; background: #eee;}
.winners_table{overflow-y: auto; max-height: 150px;}
.col-md-8 .winners_table{max-height: 240px;}
.winners_table .th{    border-top: 0px solid #dee2e6;
    position: sticky;    z-index: 9;
    top: 0px;
    background: #eee;
}
.rules_list p{line-height: 1.4;margin: 8px 0 0; font-size: 14px;}
.rules_list ol li{ margin-bottom:10px;font-size: 13px;list-style: decimal; margin-left: 20px;}
.mb22{ margin-bottom:-22px!important}
.panding_class{background: #f1b838;
    padding:0rem 0.5rem 0.1rem;
    color: #000;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 13px;}
.resolve_class{    background: #35a31a;
    padding:0rem 0.5rem 0.1rem;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 13px;}

/* loader */
.loader_man {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;    z-index: 999;
  height: 100%;
  display: flex;
  background: rgb(11 21 27 / 50%) url(../img/logo_mobile.svg) no-repeat center;
  background-size: 85px;
  
}
.loader {
  margin: auto;
  border: 5px solid rgb(255 255 255 / 14%);
  border-radius: 50%;
  border-top: 5px solid #f3c034;
  border-bottom: 5px solid #f3c034;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.q_btn {
    width: 18px;
    height: 18px;
    padding: 0;
    font-size: 11px;
    border-radius: 100%;
}
.marquee_home {
    font-size: 30px;
    color: #f5c134;
    font-weight: 700;
}
.marquee_coming{display: flex;}
.coming_soon_news span{    font-size: 15px;
    display: inline-block;
    background: #ef242b;
    color: #fff;
    padding: 4px 14px;
    border-radius: 30px;}
.banner_content .launched_btn{ background:none; border:1px solid  #e7b735; color:#e7b735;    font-weight: 500;}
.banner_content .launched_btn:hover{ background:#e7b735; color:#000; }
#AlertTTG h5 {
    color: #000;
    margin: 42px 0 20px;
}
.man_div {
    display: flex;
    font-size: 15px;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    height: 100vh;
    background: rgb(10 20 26 / 80%);
}
.man_div .auto_box {
     margin:auto;
   width: 300px;
}
.for04 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  text-align: center;background: #162a36;
}

.for04 h1 {
  color: #e7ebf2;
  font-size: 12.5rem;
  letter-spacing: 0.1em;
  margin: 0.025em 0;
  text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
.for04 h1 img {    height: 170px;
  -webkit-animation: spooky 2s alternate infinite linear;
          animation: spooky 2s alternate infinite linear;
  color: #528cce;
  display: inline-block;
}

.for04 h2 {
  color: #e7ebf2;
  margin-bottom: 0.4em;
}
.for04 .btn:hover{ border:1px solid #f1b838; color:#f1b838}

@-webkit-keyframes spooky {
  from {
    transform: translatey(0.10em) scaley(0.95);
  }
  to {
    transform: translatey(-0.20em);
  }
}

@keyframes spooky {
  from {
    transform: translatey(0.10em) scaley(0.95);
  }
  to {
    transform: translatey(-0.20em);
  }
}
.privacy_policy a{ color: #0087e7;}

.login_bg {
  background:url(../img/banner.jpg) no-repeat;
padding-top: 170px;   background-attachment: fixed;
background-size: cover;padding-bottom: 80px;    position: relative;
}
.logi_signup_box{    border-radius: 10px;}
.logi_signup_box .nav-tabs .nav-item a{  width: 100%;}
.logi_signup_box .nav-tabs .nav-item{  width: 50%;text-align: center;}
/*=========================================Responsive=========================================*/
@media (max-width: 1300px) {
.nav .logo {    height: 40px;}	
.nav_btn { top: 11px;}
.nav_content { top: 69px;}
.man_hadding {font-size: 40px;}
}
@media (max-width: 1199px) {
.home_nav .logo {    height: 40px;}	
.dashbord_manbox .input-group-text {  min-width: auto;}
.faq-main h1{
  font-size: 30px;
}
.accordion .card .card-header {
  padding: 6px 12px;
}
.accordion .card .card-body {
  padding: 12px;
}
}
@media (max-width: 991px) {
	.faq-main h1{
  font-size:25px;
}
.lilogo ul { margin-top: 30px;}
.accordion .card .card-header {
  padding: 7px 0px;
}
.accordion .card .card-body {
  padding: 10px 0;
  font-size: 14px;
}
.accordion .card .card-header a {
  font-size: 14px;
  line-height: 1.2;
}
#home h1 { font-size: 1.3rem;}
#home h2 { font-size: 1rem;    line-height: 22px;}
.lilogo ul{ display: block;}
.crypt-market-status2 .table { white-space: nowrap; }
video.video{ margin-top:30px}
.work_box h4 { font-size: 17px;}
.news_logo {  padding: 12px 15px;}
.p80 { padding: 50px 0;}
.man_hadding { font-size: 36px;}
#home {   padding-top: 100px;}
.nav-scroll2 { padding-left: 0px;height: auto;}
.logo1, .nav_btn, #AlertTTG .col-md-5{display:none}
.logo2{ display:block}
.right_menu {position: absolute;right: 90px;top: 64px;display: none;}
.home_nav .navbar-nav{display: block;}

.home_nav .navbar-toggler.collapsed i:before {  content: "\f0c9";}
.home_nav .navbar-collapse.show {
    display: block;
    left: 0;}
.home_nav .navbar-collapse {
    position: fixed;
    z-index: 999999;
    top: 57px;
    background: #162a36;
    width: 250px;
    left: -250px;
    height: 90vh;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.home_nav .navbar-nav .nav-item a{
    padding: 10px 25px;
    margin: 0;
    border-top: 1px solid #233c4a;
}
.wallet_in_hight { height: auto;}
.left_tab {    padding: 15px 15px 20px;}
.left_tab .nav-tabs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;    padding-bottom: 1px;
  white-space: nowrap;   
}
.left_tab .nav-tabs li a { padding: 10px}
.nav_content {
  overflow: auto;
  top: auto;
  width: 100%;
  left: 0;
  height: auto;
  display: block;
  bottom: 0;border-top: 1px solid rgb(255 255 255 / 15%);
}
.navbar-nav {
  -ms-flex-direction: unset;
  flex-direction: unset;
  margin-bottom: 0;
  flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;
}
.nav_content .navbar-nav .nav-link {
  padding: 10px 15px;
  margin: 0;
  border-top:none;
}
.nav_content .navbar-nav .nav-link:after{
    display: none !important;
}

.crypt-market-status2 .past_man_box-inner {
    height: calc(100% - 33px) !important;
    position: relative;
    z-index: 1;
}
.crypt-market-status2 .w_b_span {
    z-index: 5;
}
.download_app{background-position: right;}
}
.media_box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 14%);
    border-radius: 6px;
    transition: all 0.3s;
    transform: translateY(0);
    height: 100%;
    padding:15px;display: block;
}
.media_box p{ line-height: 1.4;     margin-bottom: 10px;}
.video { height: 318px; margin-top: 64px;}
.about p{text-align: justify;}
.login_hadding{    border-bottom: 1px solid #ccc;   padding-bottom: 15px;  font-size: 18px;}
.re_otp{color: #162a36;
    font-weight: 500;
    background: #fff;
    border: 1px solid #bfbfbf;    padding: 0.3rem 0.75rem;}
.copy_btn{    display: inline-block;
    border-radius: 3px;
    text-align: center;
    margin-left: 7px;
    cursor: pointer;
    font-size: 20px;}
.hide_link .st-center{position: relative;z-index: 9!important;}
.hide_link .st-center:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    opacity: 0.7;
}
.amountshow{    width: 270px;    display: inline-block;}
.mo_number_box{ position:relative}
.mo_number_box i {position: absolute; right: 7px;top: 7px;font-size: 18px;background: #f1b838;cursor: pointer; border-radius: 3px; height: 26px; width: 26px;line-height: 26px;
    text-align: center;
}
.dashbord_manbox_mobile {background-color: #17181d;    height: 100vh;}
.dashbord_manbox_mobile .t2t {padding: 4px;background-color: #060606;}
.dashbord_manbox_mobile .border_none th{ background-color: #060606;}
.dashbord_manbox_mobile .col-md-12{     padding-right: 0;    padding-left: 0; }
.dashbord_manbox_mobile .crypt-market-status{   background: #17181d; border-radius: 0; }
.dashbord_manbox_mobile .border_none td, .dashbord_manbox_mobile .border_none th{    padding: 0.05rem 0.5rem;}
@media (max-width: 768px) {
#home {height: auto;}
.amountshow{    width: 235px; }
.login_bg {padding-top: 115px;}
.for04 h1{font-size: 5.5rem;}
.for04 h2{font-size: 1.3rem;line-height: 30px;}
.for04 h1 img {height: 70px;}
.crypt-market-status2 {height: auto;}
.sharethis .st-center {
    text-align: right!important;
}	
.marquee_coming{display:block;}
.contest-slider .slick-dots li {
    width: 10px;
    height: 10px;
}
.contest-slider .slick-dots li button {
    width: 10px;
    height: 10px;
}
.right_menu li button {  padding: 3px 10px;   font-size: 14px;}
.home h3 {    font-size: 25px;    margin-top: 0;}
.home p {
        font-size: 20px;
    line-height: 24px;}
    .about-content {
        padding-top: 15px;
    }
    .heading-primary {
        font-size: 22px;
    }
.footer h4{    margin-top: 25px;}


.navbar-brand{
    margin-left: 0px;
}
#loginmodal{
  padding: 0;
  display: none;
  opacity: 1;
}
#loginmodal .modal-dialog {
  top: 20%;
}

.loaded.log-out{
    overflow: hidden !important;
}



#home {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}
#home p{
  font-size: 1.1rem;
  line-height: 1.1;
  margin: 0 0 10px;
}
#home p:last-of-type{
  margin: 0;
}
.logos_top {
  padding: 20px 0;
  margin: 50px 0 0 !important;
  background: rgb(0 0 0 / 70%);
}
.logos_top .row{
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  overflow: auto;
  padding-bottom: 10px;
}
.logos_top .row::-webkit-scrollbar {
  height:5px;
} 
.logos_top .row::-webkit-scrollbar-track {
  border-radius: 10px;
}
.logos_top .row::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #483600;
}
.logos_top .row::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
.how {
  padding: 30px 0;
}
.appss {
  padding: 15px 0 31px;
}
.appss .appss-img, .appss .appss-content{
  text-align: center;
}
.appss .appss-img img {
  max-width: 300px;
}
.how h2 {
  font-size: 2.3rem;
}
.container {
  max-width: 700px;
}
.footer .vertical-social {
  margin: 10px 0 0;
}
.copyright {
  margin-top: 10px;
}
.footer {
  padding: 35px 0 0;
}



.crypt-market-status2 {
  padding-bottom: 0;
  
}

.dashbord_menu ul li:empty{
  display: none;
}

.dashbord_menu li.renone:not(:first-of-type) {
  margin-right: 20px !important;
}





.kyc-outer.white_box {
  padding: 15px;
  margin: 0 auto 10px;
}
.white_box h3.text-success {
  margin: 0;
  font-size: 1.55rem;
}
.ccrool_table #as-react-datatable {
  white-space: nowrap;
  overflow: auto;
  display: block;
}
.ccrool_table .asrt-page-length .input-group-addon {
  padding: 2px 5px;
}

.ccrool_table #as-react-datatable-table-head .records-outer{
  float: left !important;
  text-align: left !important;
  margin: 20px 0 0;
}
#qa_cashier_paymentMethods .card-item {
  padding: 10px;
}
#qa_cashier_paymentMethods .card-item .icon {
  height: auto !important;
  max-width: 100px;
}
#qa_cashier_paymentMethods .card-item .text-caption {
  margin: 2px 0 0;
  color: #000;
}

.right_menu li a {    padding: 4px 7px;font-size: 14px;}
.login_btns a img{    width: 130px;}
.p80, .p60{ padding: 30px 0;}
.man_hadding {/* color: #162a36; */font-size: 23px;font-weight: 700;text-align: center;}
.news_logo {    padding: 15px;    text-align: center;}

.banner_content, #about-ttg{    text-align: center;}
.white_box.kyc-outer h3 { font-size:20px}
.inner_banner img {     height: 100%;width: auto;}
.inner_banner h1 { margin-top: 60px; font-size: 26px;}
.faq-main h4{ font-size: 1.3rem; margin-bottom:0 }
.productSymbol.has-info strong { font-size: 16px; }
.kline-para.kline-para-basic .box-kline-para-basic-left {
    width: 100%;
    padding: 10px 10px 0;
}
.kline-para.kline-para-basic ul li {width: 50%;
    padding: 6px 10px;
    height: auto;}
#crypt-tab {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;
}
#crypt-tab li a { padding: 10px;    }


.market-status-outer .nav-tabs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;    margin-bottom: 10px;
}
.market-status-outer .nav-tabs li a {
  padding: 10px 10px 5px;
}
.dashbord_menu li.renone{  display: none;}
.lilogo{ display:block; text-align:center;}
.lilogo ul li.border_li {
    margin: 30px 0 0px;
    border-left: 0px solid #f1b838;
    border-top: 1px solid #f1b838;
    padding: 25px 10px 10px;font-size: 20px;line-height: 27px;
}
.lilogo ul li { display: block; width: 100%; }
.nav_left_tab li a {    font-size: 12px;}
.asrt-table-head .asrt-page-length{ margin-bottom:15px}
.contatcs-tab{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;    
  white-space: nowrap;
  padding: 5px;}
.telegram_sticky {
    bottom: 50px;
    left: 15px;
    z-index: 10;
    font-size: 20px;
    width: 38px;
    height: 38px;
    line-height: 40px;
}
}
@media (max-width: 575px) {
.video {  height: 217px;  margin-top: 30px;}
.navbar .navbar-brand {
  margin-right: 10px;
}
.navbar .navbar-brand .logo {
    height: 42px;
}
.navbar .right_menu ul li a{
  margin-left: 0;
  font-size: 15px;
  padding: 4px 10px;
}
#home h1 {
       font-size: 1.7rem;
    line-height: 30px;
}
.marquee_home {
    font-size: 20px;
    margin-top: 10px;
}

.logos_top{
  padding: 15px 0;
  margin: 25px 0 0 !important;
}
.logos_top img {
  max-width: 120px;
}
.work_box{height: auto;margin-bottom: 15px;}
.how h2 {
  font-size: 2.0rem;
}
.hadding.tc {
  margin-bottom: 30px !important;
}
.how {
  padding: 20px 0 10px;
}
.appss .appss-img img {
  max-width: 220px;
}
.appss .appss-img {
  margin-bottom: 15px;
}
.appss {
  padding: 15px 0 25px;
}
.footer .vertical-social {
  margin: 10px 0 20px;
}
.footer h5 {
  margin-bottom: 10px;
}
.footer .nav_link {
  margin-bottom: 20px;
}
.copyright {
  margin-top: 0px;
  padding: 10px 0;
}

.in_page {
    padding: 75px 0 30px;
    min-height: auto;
}



.d_box {padding: 15px;    text-align: center;    font-size: 13px;}
.ttt_box_icon {
    width: 40px;
    height: 40px;
    font-size: 23px;
    line-height: 40px;    position: initial;
    margin:0 auto 10px;
}
.d_value {font-size: 15px;}
.table {font-size: 13px;}

.white_box {
  padding:15px 10px 5px;
  margin-bottom: 10px;
}
.btn_man {
  font-size: 15px;
}
.uploader label {
  width: 120px;
  height: 120px;
}
.nav_left_tab:after, .nav_left_tab li a:after{
  display: none;
}
.nav_left_tab li a {
  padding: 00px 10px 0;
  font-size: 10px;
}

.nav_left_tab a .l_i {
display:block;
  transform:none;
  -webkit-transform:none;
  margin: auto; position: initial;
    font-size: 22px;
    width: 35px;
    height: 35px;
line-height: 35px; margin-bottom:5px}
.nav_left_tab {margin-bottom: 0px;}
.nav_left_tab li {
  width: 33.33%; margin-bottom:10px
}
.line li a:hover:after {
  width: 0;
}

.icon_box {
    display: block;
  margin: 0 auto 12px;
}
.wallet_box .wallet_box_right {
  text-align: center;
}
.wallet_box .wallet_box_right a.btn {
  margin-top: 12px !important;
}

.crypt-market-status2 .past_man_box-inner {
  padding: 15px 10px;
}
.contest-slider .slick-dots {
  bottom: -18px;
}

.faq-main h1 {
  font-size: 22px;
}
.dashbord_menu li .f35 {  font-size: 30px;}
.footer .footer_logo {max-width: 70%;    margin-bottom: 20px;}
body{font-size: 14px;}
.dashbord_manbox .border_none td, .dashbord_manbox .border_none th { white-space: nowrap;}
.nav_content .navbar-nav .nav-link i { margin-right: 5px;}
.country_flag_man_box .country_flag {
    left: 8px;
    top: 10px;
    width: 16px;
    height: 16px;
}
.country_flag_man_box .form-control {  padding-left: 28px;}
p.fs13 { line-height: 17px;}
.subject_img{ max-width:200px; }
.timerdiv{ margin:8px auto 0}
.ine_hadding{font-size: 1.2rem;}
.table_filter{    width: 160px!important;}
body .pagination.asrt-pagination{ margin-top:20px 0 10px}
}

/*=========================================Responsive=========================================*/




   
.download_header{
    padding-top: 70px;
    position: relative;
    color: #fff;
    background: white;
}
.download_header .form-control {
    background: #fff;
    border: 1px solid #fff;
   
}
.download_link{position:relative; min-width: 430px; display:inline-block}
.download_link .btn {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 40px;
    background: #f1b838;
    padding: 0.4rem 1rem;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.testimonials_box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 8%);
    border-radius: 6px;
    transition: all 0.3s;
    transform: translateY(0);
    height: 100%; margin:20px 0
}

.testimonials_boxin {    text-align: center;
    background: #f1b838 url(img/bgwhite.html) no-repeat top;
	background-size: 101%;
    padding: 80px 20px 30px;
    position: relative;
}
.testimonials_box .img-box {
    position: absolute;
    text-align: center;
    top: -33px;
    left: 0;
    width: 100%;
}
.testimonials_box .img-box img {
    object-fit: cover;
    border-radius: 50%;
       height: 100px;
    width: 100px;    border: 4px solid #fff;
}
.testimonials_box p i{font-size: 25px;    color: #f1b838;}
.testimonials_box p {padding:20px; font-size: 13px;}
.app_box img{ width:100%}
.app_screen{    background: url(img/bg_app.html) no-repeat;
    background-attachment: fixed; color:#fff;
    background-size: cover;}
.media_box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 14%);
    border-radius: 6px;
    transition: all 0.3s;
    transform: translateY(0);
    height: 100%;
    padding:15px;display: block;
}
.media_box p{ line-height: 1.4;     margin-bottom: 10px;}
.how_banner h1{font-size: 2.5rem;}
.how_banner p{font-size: 1rem;}
.feature-boxes {
    margin: 10px 0 0px;
    z-index: 100;
    background:  white;
}
.feature-boxes .box {
	padding: 30px 0 24px;
	border-radius: 8px;
	background: #0069ff;
	margin-bottom: 10px;
	-moz-box-shadow: 0 0 15px 0 rgba(2,3,3,.1);
	-webkit-box-shadow: 0 0 15px 0 rgba(2,3,3,.1);
	box-shadow: 0 0 15px 0 rgba(2,3,3,.1);
	Z-INDEX: 999;
	POSITION: relative;
}
.feature-boxes .box:hover .box-icon{border: 1px solid #f1b838;
    background: #f1b838; color:#162a36;margin: -16px auto 36px;}

.feature-boxes  .box-icon {
    height: 70px;
    width: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 55px;
    line-height: 70px;
    -webkit-transition:0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.feature-boxes h4 {
    font-size: 16px;
    text-transform: uppercase;
    /* opacity: 0.8; */
    color: #ffffff;
}

.easy{position:relative;background: #0069ff;margin: 0;}
.easy_img {
    right: 0;
    position: absolute;
    top: 9%;
}
.enovo_features{/* background-image: -webkit-linear-gradient( 45deg, #0a1318 0%, #2b4a5c 100%); *//* background-image: -webkit-linear-gradient( 45deg, #0a1318 0%, #2b4a5c 100%); */color: #73d3d3;position: relative;padding-bottom: 47px;background: #ffffff;}
.iphone_moc {
    width: 400px;
    height: 625px;
    position: absolute;
    top: 135px;
    left: calc(50% - 200px);display: flex;
}
.iphone_moc img {
    margin: auto;
    position: relative;
    width: 350px;
   
}
.iphone_moc video {
    position: absolute;
    left: 66px;
    width: 268px;
    top: 20px;
    border-radius: 26px;
    overflow: hidden;
}
.cmn-t-pulse {
   display: inline-block;
  -webkit-animation: pulse 3s ease infinite;
  -moz-animation: pulse 3s ease infinite;
  -ms-animation: pulse 3s ease infinite;
  -o-animation: pulse 3s ease infinite;
  animation: pulse 3s ease infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.1);
  }
}
.enovo_features .section_heading{margin-bottom: 60px;}
.feature_content li:after {
    background-color: #ddd;
    height: 2px;
    width: 130px;
    content: '';
    position: absolute;
    top: 9px;
    z-index: 0;
}
.feature_content li:before, .circle_style {
    background-color: #ddd;
    content: '';
    width: 13px;
    height: 13px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;    z-index: 1;
	-webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite;
	    transition: 0.3s;
}
.feature_content.feature_left li:before {
    right: -50px;
}
.feature_content.feature_left li:after {
    right: -175px;
}
.feature_content li {
    margin-top: 60px;
    position: relative;    height: 85px;
}
.feature_content li p {
	margin: 0 0 1rem;
    opacity: 0.8;
    font-weight: 300;}
.feature_content li h3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.feature_content.feature_right li:after {
    left: -175px;
}
.feature_content.feature_right li:before {
    left: -50px;
}
.app_screen_bg{ position:relitive;}
.app_screen_bg:after {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient( 45deg, #ffffff2b 0%, #ffffff0a 100%);
    width: 400px;
    height: 400px;
    left: 16%;
    top: 60px;
    z-index: 0;
    border-radius: 100%;
}
.feature_content.feature_left li:hover:before {
    right: -62px;
    width: 30px;
    height: 30px;
    top: -5px;
}
.feature_content.feature_right li:hover:before {
    left: -62px;
    width: 30px;
    height: 30px;
    top: -5px;
}

.app_screen_bg img{position: relative;z-index: 1;max-width: 100%;}
.screenshot{background-image: -webkit-linear-gradient( 45deg, #0a1318 0%, #2b4a5c 100%); background-image: -webkit-linear-gradient( 45deg, #0a1318 0%, #2b4a5c 100%);color:#fff;}
.video5 {
    width: 100%;
    max-width: 765px;
    height: 440px;
    margin: auto;
    border: 10px solid #f1b838;
    border-radius: 40px;
    display: block;
    box-shadow: 0 0 20px rgb(2 3 3 / 80%);
}
.ine_how {position: absolute;
    right: 125%;
    bottom: 27%; }
.btc_how {
    position: absolute;
    right: 215%;
    top: 7%;
}
.howto_play_list li {
    margin: 7px 0 0 15px;
    list-style: inherit;
}

@media (max-width: 575px) {	
.app_screen_bg:after {
    width: 300px;
    height: 300px;
    left: 11%;
    top: 20%;
}
.how_banner h1 {
    font-size: 1.3rem;
}
  .how_banner p {
    font-size: 1.0rem;
}
.iphone_moc{    width: 100%;    position: relative;top: 0;    left: 0;}
.iphone_moc video {
    left: 5%;
    width: 90%;
    position: inherit;
}
.feature_content li {    margin-top: 20px;    text-align: left;}
.enovo_features .section_heading { margin-bottom: 20px;}
.enovo_features {padding-bottom: 40px;}
.feature_content.feature_left li:before, .feature_content li:after, .easy_img, .iphone_moc img{display: none;}
.btc_how {right: 70%; width: 60px; }
.ine_how { right: 80%; bottom: 30%;  width: 50px;}
.feature-boxes { margin: 50px 0 20px;}

}


.ddd img{
    width:auto !important
}
.ddd {
    padding: 84px 0 135px 0;
}

.qq{WIDTH: 84%;POSITION: absolute;RIGHT: -51px;}
.app_box{
    height:70vh
}

.part-txt1 {
    /* border: 1px solid #ddd; */
    margin-bottom: 20px;
    margin-top: 20px;
}
.heading.heading-3 h2 {
    color: #fff;
}
.heading h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #4c42c5;
    margin-bottom: 0;
}
.why {
    text-transform: uppercase!important;
    font-family: montserrat,sans-serif;
    font-size: 35px!important;
    /* background-color: #fec89a; */
    color: #4c4c4c !important;
    border-radius: 0 30px 0 30px;
    text-align: center!important;
    margin: 0 80px 50px;
}
.part-img{
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    background: #0069ff;
    margin: 0 auto 22px;
}






.header {
    width: 100%;
    height: 100vh;
    padding: 0;
}



.parallax-wrapper {
    position: relative;
    display: block;
    height: 0vh;
}
.header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}.parallax-clip-path {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}.parallax-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    -webkit-transform: translateZ(0);
    z-index: -1;
}
.parallax-background1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    -webkit-transform: translateZ(0);
    z-index: -1;
}
.header-content {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.container.container-small {
    padding-left: 20px;
    padding-right: 20px;
}


.area{
    /* background: #0778bd9e; */
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height:100vh;
    POSITION: absolute;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

 .banner-bottom-arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    width: 61px;
    height: 61px;
    border: 1px solid white;
    padding: 9px 8px 35px;
    border-radius: 50%;
    margin: 0 auto;
}
 .header h1 {
    font-size: 4rem;
    color: white;
}.header p {
    font-size: 1.25rem;
    font-weight: 300;
}
 main {
    height: 5vh;
    display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
}
 .text {
    background: url(../img/dd.gif);
    background-size: cover;
    background-position: center center;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2rem;
    font-weight: bold;
    font-family: sans-serif;
}
  .uc_style_awesome_text_elementor_add_text {
    font-family: "Poppins",mulish;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 6px;
    font-family: conthrax semibold;
    text-transform: uppercase;
}



.abs{    opacity: .4;}
.abs video{       width: 400px;height:400px
    float: right;
    right: 0;
    bottom: 29px;
    margin: 0 auto;}



.security{
	font-size: 23px;
}

.parallax-background1 {
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100vw;
   height: 90vh;
   object-fit: cover;
   object-position: center;
   -webkit-transform: translateZ(0);
   z-index: 0;
   position: absolute;
}




 .btn1 {
    padding: 4px 15px;
    background: #f1b838;
    margin-left: 4px;
    color: #000;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #f1b838;
    font-family: conthrax semibold;
}







.hidden-lg{display:none}








@media only screen and (max-width:768px){
	
	.hidden-lg{display:block}

    .home_nav {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    height: 58px;
    background: #0069ff;
}


.uc_style_awesome_text_elementor_add_text {
    font-family: "Poppins",mulish;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 6px;
    font-family: conthrax semibold;
    text-transform: uppercase;
}


.text {
 
    line-height: 23px;
}
.app_box {
    height: 46vh;
}
.parallax-background1 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 139vh;
    object-fit: cover;
    object-position: center;
    -webkit-transform: translateZ(0);
    z-index: 0;
    position: absolute;
}

.abs video {
    width: 373px;
    height: 514px;
    right: 0;
    bottom: 46px;
    margin: 0 auto;
    margin: 177px 0 0;
}

.dfr{width:100%}
.header-content {
 
    margin: 90px 0 0;
}.header h1 {
    font-size: 2rem;
    color: white;
}

}