body{font-family: "Poppins", sans-serif;font-size: 14px;}
.fixednav{position: fixed;width: 100%;z-index: 9;top: 0}
.banner{    background-image: radial-gradient(farthest-side at 100% 25%, #BAF742 0%, #000 110%);
    padding: 0px;
    position: relative;overflow: hidden;}
.topcontent{position: relative;z-index: 99;width: 100%;height: 100%;top: 0;padding-top: 110px;margin-top: -110px;}
.topcontent .row{min-height: 100vh;}
.f1{font-size:65px;line-height: normal;}
.f2{font-size: 55px;}
.f3{font-size: 45px;}
.f4{font-size: 27px;}
.f5{font-size: 20px;}

.f6{font-size: 17px;}
.centerbox{
    min-height: 270px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.middlesec{display: flex;
  align-items: center;}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{text-align: left !important;}  
#depositHistory td:nth-child(5),#withdrawHistory td:nth-child(5){word-break: break-all;  }
.tit,.accordion-button{font-family:'ClashDisplay-Medium';}
.gtxt{color: #BAF742}
.wtxt{color: #fff;}
.dtxt{color: #000}
.sitecontainer{max-width: 95%;}
.checklist{padding: 0px; margin: 0px; margin-top: 25px;}
.btn{font-size: 14px;}
.checklist li{background-image: url(../images/checked.svg); list-style: none;background-repeat: no-repeat;padding-left: 40px; padding-bottom: 25px;}
.outlinebtn{border: 1px solid #BAF743}
.woutlinebtn{border: 1px solid #BAF743;color: #fff;background: #ffffff26;}
.woutlinebtn:Hover{background:#9cd933;color: #fff;}
.outlinebtn:hover{background:#BAF743;border: 1px solid #BAF743}
.wbox a.darkbtn{color: #fff !important;}
.wbox a.darkbtn:hover{color: #000 !important;}
.darkbtn{background: #000;
    color: #fff !important;
    padding: 10px 25px;border: 1px solid #81818185;}
#mmenu.scrh   .darkbtn{border: 1px solid #ccc} 
.darkbtn:hover,#mmenu.scrh .darkbtn:hover{background:#bef650 !important;border-radius: 6px !important;color:#000 !important;border: 1px solid #bef650}  
.darkbtn:hover .gtxt{color: #000}  
.mbtn{padding: 10px 15px;font-weight: 500; min-width: 150px;}
.btn{border-radius: 6px;}
section{padding: 70px 0;}
.cardbg{background-image: url(../images/cardbg.png);}
.card_bg{background-image: url(../images/cardbg.png);background-size: cover;background-position: center center;height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;border-radius: 15px;}
.mf{font-weight: 600;}
.bf{font-weight: 700;}
spline-viewer{width:auto;min-height: 100vh;    width: 110%;
    position: absolute;
    left: 0;
    top: -50px;
    transform: scale(1.2);}
.list{padding: 35px 0px; margin-top: 45px;}
.list li{list-style: none;margin-bottom:3vh;}
.list li img{margin-right: 10px;}
.circleicon{background: #000000;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    margin-right: 7px;
}
.box4 > .col-lg-3 > div{    height: 400px;
    border-radius: 20px;
    padding: 15px;
    color: #fff;transition: transform 0.3s ease;}
.getnotifiedbg{background: url(../images/get-notify.png);background-size: cover;}
.protectionbg{background: url(../images/protection.png);background-size: cover;}
.lowfeebg{background: url(../images/lowfees.png);background-size: cover;}
.cashbackbg{background: url(../images/cashbacks.png);background-size: cover;}
.box4{margin:80px 0px 0px  0;}
.box4 > .col-lg-3 > div:hover {
    transform: scale(1.1);
}
crypto-converter-widget{

}
crypto-converter-widget #shadow-root
{

}
#depositHistory th{white-space: nowrap;}
.innerfooter a{color: #000}
.innerfooter{
    position:absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-right: 22px;
    padding-left: 230px;
        padding-top: 13px;
            background: #ffffff;
    color: #000;
    padding-bottom: 13px;
    font-size: 13px;
    border-top: 1px solid #d5d5d5;
}
.typebox{background: #000;padding: 10px;}
.typebox input{border-radius: 0px !important;}
.typebox .btn{border: 0px !important;}
.typebox  span{display: flex; align-items: center;}
.typebox i {    font-size: 20px;
    color: #c2f55b;}
.gtag{background: #1b2102;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    color: #bef650;
}
.convertercur{background: #ededed;
    padding: 10px;
    border-radius: 8px;}
.convertercur .btn{background: transparent;border: 0px;width: 100%;display: flex; align-items: center; color: #000;}   
.convertercur .btn::after{position: absolute;right: 0;} 
.accordion-button:not(.collapsed)
{background-color: #E7E7E7;color: #000; font-weight: 500;}
.accordion-item
{   background-color: #fff;
    margin: 17px 0;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px #CCC;
    overflow: hidden;
        transition: transform 0.3s ease;
}
.accordion-button:focus{box-shadow: none;}
.accordion-button::after
{
    background: url(../images/plus.svg);
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.accordion-button:not(.collapsed)::after
{
    background: url(../images/minus.svg);
}
.accordion-item:hover
{
    transform: scale(1.02);
}
.fiatsection{
    background: linear-gradient(270deg, #999999 -15.26%, #FFFFFF 21.47%, #FFFFFF 68.96%, #999999 116.46%);
}
.greybg{background: #C7C7C7;}
.servicebox{margin-top: 6vh;}
.servicebox img {border-radius: 100px; border: 7px solid transparent;}
.servicebox img:hover{border: 7px solid #bef650;transform: scale(0.95);}
.servicebox .text-center > div:nth-child(2){margin-top: 20px;}
.appcard{display: flex;min-height: 450px; flex-direction: column;transition: all 0.3s ease;border: 1px solid #ccc;padding: 30px; border-radius:20px;}
.card1{background: url(../images/card1.png), rgba(217, 217, 217, 0.4);
border: 2px solid #FFFFFF;
backdrop-filter: blur(12.5px);background-position:3vh 12vh;
    background-size: 70vh;
    background-repeat: no-repeat;}
    .card2{background: url(../images/card2.png),rgba(217, 217, 217, 0.4);
border: 2px solid #FFFFFF;
backdrop-filter: blur(12.5px);background-position: -3vh -81vh;
    background-size: 70vh;
    background-repeat: no-repeat;}
    .card3{background: url(../images/card3.png),rgba(217, 217, 217, 0.4);
border: 2px solid #FFFFFF;
backdrop-filter: blur(12.5px);background-position: 3vh 12vh;
    background-size: 70vh;
    background-repeat: no-repeat;    }
.card3:hover{background-position: 7vh 0vh;}
.card2:hover{background-position:-5vh -74vh;}
.card1:hover{background-position:4vh 2vh;}
.appbg{background: url(../images/appbg.jpg);background-size: cover;}
.fmenu{padding: 0px;}    
.fmenu li{list-style: none; margin-bottom: 10px;}
.fmenu li a{text-decoration: none;color: #000;}
footer{background: #EEEEEE; padding-top: 50px;padding-bottom: 20px;}
footer .f5.tit{margin-bottom: 20px;}
.socialicon li{list-style: none;float: left;margin-right: 10px;}
.socialicon{display: inline-block; padding: 0px; margin: 10px 0;}
.borderline{border: 1px solid #ccc;background: transparent;color: #000;}
.grad-btn{
background: linear-gradient(180deg, #FFFFFF 0%, #E2FEE0 100%);
border: 1px solid #131C12;padding: 10px;
}
.grad-btn:hover{
    background: #000;
    color: #fff;
    border: 1px solid #ccc;
}
.linedropdown .btn,.linedropdown.dropdown{height: 100%;}
.btns .btn{min-width: 110px !important;}
.scrh{background: #000000;
    z-index: 999;}
#mmenu{z-index: 999;} 
.logbox{    background: #66666638;
    border: 1px solid #ffffff36;
    padding: 40px;
    border-radius: 30px;
    backdrop-filter: blur(13px);}  
.greenbtn{background: #bef650;
    color: #000;
    border: 1px solid #bef650;padding: 10px;} 
.greenbtn:hover{background: #000000;
    color: #c2f55b;
    border: 1px solid #000000;}    
.redbtn{background: #ef4410;
    color: #000;
    border: 1px solid #ef4410;padding: 10px;} 
.greenbtn:hover{}
a{text-decoration: none;}  
.glinkt{color:#bef650 !important}
.glinkt2{color:#92CF1A}
.innerbanner{background: url(../images/logbg.jpg);background-size: cover;}  
.innerbanner .row{min-height: 100vh;padding-top: 150px;}
.innerbanner.log{min-height: 100vh;}
.innerbanner.log .row{padding-top: 30px; padding-bottom: 70px;min-height: 80vh;}
.linksbtn{display: flex;gap: 3px; justify-content: space-between; align-items: center;}
.logbox .greenbtn{min-width: 150px;}
.logbox .form-control{border-radius: 0px; border-bottom: 3px solid #BAF742;height:50px;}
.form-group{margin-bottom: 30px !important;}
select.trans
{
   background: url(../images/wdownarrow.svg) #ffffff3d !important;
    border: 1px solid #99d331;
    color: #ffffff4d;
    background-repeat: no-repeat !important;
    background-position: 88% 46% !important;
    background-size: 17px;
    color: #fff !important;
    min-width: 160px;
    box-shadow: none !important;
}
select.trans option{color: #000 !important;}
.sbtn{padding: 5px 10px !important;}
.maing .glowwrapperwhl
{  width: 30% !important;
    margin: 15px;
    margin-bottom: 35px;
    float: left;
}
.maing{    display: inline-block;
    width: 100%;}
/**chartcss-start**/
 .chat-container {
      max-width: 100%;
      margin: 10px auto;
      border: 1px solid #ddd;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      height: 600px;
      overflow: hidden;
    }
    .chat-header {
      background: #91c62e;
      color: #fff;
      padding: 15px;
      text-align: center;
      font-weight: bold;
    }
    .chat-messages {
      flex: 1;
      padding: 15px;
      overflow-y: auto;
      background: #f8f9fa;
    }
    .chat-input {
      padding: 10px;
      border-top: 1px solid #ddd;
      display: flex;
      gap: 10px;
      background: #bcc7b6;
    }
    .message {
      margin-bottom: 15px;
    }
    .message.sent {
      text-align: right;
    }
    .message .text {
      display: inline-block;
      padding: 10px 15px;
      border-radius: 20px;
      max-width: 70%;
    }
    .message.received .text {
      background: #e9ecef;
    }
    .message.sent .text {
      background: #4f5051;
      color: #fff;
    }
/**charcss-end**/    
/**thump-carousel**/

    .carousel-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      position: relative;
      padding: 20px;
    }
    .carousel-track {
      display: flex;
      animation: scroll-left 20s linear infinite;
    }
    .carousel-pic {
      min-width:130px;
      margin: 0 10px;
      flex-shrink: 0;
    }
    .carousel-pic img {
      width: 130px;
      height: 80px;
 
      border-radius: 8px;
    }
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: white;
      padding: 5px 10px;
      cursor: pointer;
      user-select: none;
      border-radius: 50%;
      z-index: 1;
    }
    .arrow.left { left: 10px; }
    .arrow.right { right: 10px; }

    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
 /**testimonial**/
 .testimonialbg{
    background: url(../images/testimonial-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
 }

 .testimonial-section {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
    margin-top: 40px;
  }
  .testimonial {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 10px 12px rgba(0,0,0,0.1);
    position: relative;
    width: 100%;
    top:100px;
    position: sticky;
    left: 0;
    opacity: 0;
    /*transform: scale(0.85) translateY(80px);*/
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    opacity: 1;
    margin-bottom: 25px;
    border-top: 6px solid #ccc;
  }
  /*.testimonial.active {
    opacity: 1;
    transform: scale(1) translateY(0);
    z-index: 3;
    pointer-events: auto;
  }
  .testimonial.previous {
    opacity: 0.6;
    transform: scale(0.85) translateY(120px);
    z-index: 2;
  }
  .testimonial.move-up {
    opacity: 0.5;
    transform: scale(0.85) translateY(-150px);
    z-index: 1;
  }*/
  .testimonial.move-down {
    opacity: 0;
    transform: scale(0.85) translateY(160px);
    z-index: 1;
  }
  .testimonial p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
  }
  .author {
    margin-top: 15px;
    font-weight: bold;
    color: #555;
  }

/**userpanel**/
.topbar{
    padding: 10px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 220px;
    position: fixed;
    z-index: 99;
}
.sidebar{
    position: fixed;
    background: #000;
    width: 210px;
    min-height: 100vh;
    top: 0;
    z-index: 999;
    transition: width 0.1s;
    overflow: auto;
    max-height: 100vh;

}
.scrolled
{
    background: #fff;
}
.contentbar{
        min-height: 100vh;
    padding-left: 220px;
    padding-top: 70px;
    padding-right: 12px;
    position: relative;
    padding-bottom: 60px;
}
.sidebar ul{padding-left: 0;margin: 5px;}
.sidebar li a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}
th {
    background: #e9e9e9 !important;
    border-bottom: 0px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
th:first-child{border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
th:last-child{border-top-right-radius: 10px;border-bottom-right-radius: 10px;}
#navm{color: #9dda34;
    font-size: 28px;cursor: pointer;}
.sidebar li a:hover{background: #9eda34;color: #000;border-radius: 6px;}
.sidebar li a:hover span{color: #000}
.sidebar li{list-style: none;margin: 10px 0;}
.sidebar li a span:first-child{width: 26px;margin-right: 5px;font-size: 22px;}
.mtxt{font-size: 17px;}
.logo{padding: 10px;display: flex;justify-content: space-between; align-items: center;}
.logo .brand{max-width: 140px;}
.navicon{width: 29px;}
.outlinebtns .btn{display: flex; align-items: center;}
.borderbtn{border: 1px solid #000;font-size: 14px;padding: 10px;background: transparent; height: 43px;color: #000;}
.borderbtn.select{background: #c2f55b;
    border: 1px solid #c6f465;
    color: #000 !important;}
.borderbtn:hover{background: #000 !important;color: #fff !important;border-radius: 6px !important;}
.barrow .borderbtn.dropdown-toggle:hover::after{    background: url(../images/wdownarrow.svg);background-repeat: no-repeat;background-position: center right;}
.outlinebtns .btn img{margin-right: 10px; max-width: 30px;}
.statusinfo{font-size: 14px;border-radius: 4px;line-height: 16px;}
.gstatusbg {
    background: #8dc71b;
}
.gstatus {
   color: #8dc71b;
}
.wrppersection
{
    background:url(../images/greybg.png);
}
.sidebar .close-btn{display: none;}
.sitelabel{margin-bottom: 8px;}
/**dashboard**/
.gwrapper{
    background: url(../images/overviewbg.png);
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    padding-bottom: 80px;
    background-size: cover;
}
.gwrapper1 {
    background: url(../images/overviewbg.png);
    padding: 30px 20px;
    color: #fff;
    border-radius: 10px;
    }
.glowwrapperwhl{
    width: 100%;
    
    position: relative;
}
.glowwrapper{background: #aef61f9c;
    position: relative;
    z-index: 9;
    padding: 20px;
    backdrop-filter: blur(41px);
    border-radius: 20px;}
.glowwrapperbg {
    background: #89c328d1;
    width: 100%;
    height: 100%;
    position: absolute;
    width: 96%;
    content: "";

    left: 2%;
    top: 13%;
    border-radius: 14px;
    margin: 0px auto;
    backdrop-filter: blur(21px);
}
.ebtns a{width: 100%;}
.wbtn{background: #fff;padding:6px 15px;}
.glowwrapper .wbtn{padding: 10px 15px;    display: flex;align-items: center;justify-content: center;}
.glowwrapper .wbtn span{color: #96D220; font-size: 18px;}
.glowwrapper .wbtn:hover{background: #000;color: #fff;}
.wbox{padding: 20px;background: #fff;border-radius: 15px;}
.greyt{color: #828282}
.greyt1{color: #353535}
.c1{background: #91c62e;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: normal;}
.b1{
        background: #000000;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: normal;
}
.g1{
    background: #b4f13f;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: normal;
    font-size: 21px;

}
.wbox a:hover .b1
{
    background: #8dc71b;
}
.wbox a:hover {
    background: #f5f5f5;
    border-radius: 10px;
}
.modal .sbtn{height: 35px !important;
    min-width: 100px;}
.myacc .wbox a,.myacc .wbox > div{padding: 15px;}
.b1 span{font-size:18px;}
    .sitetable{font-size: 14px;color: #828282;}
    .sitetable th{font-weight: 500;color: #000;}
    .emptytable{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
        margin: 40px auto;
    max-width: 680px;
    }
    .filter input{
            padding: 15px 5px 5px 5px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    background: #f6f6f6;
    }
.greybtn{
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    background: #f6f6f6;
    height: 43px;
}
.filter > div {
    position: relative;
}    
.filter .label {
    position: absolute;
    font-size: 12px;
    left: 6px;
    top: 1px;
}
.nav-tabs.sitetabs {
    border-radius: 6px;
    margin: 15px 0;
    border: 1px solid #303030;
    display: inline-flex;
}
.nav-tabs.sitetabs .nav-link.active {
    background: #000;
        color: #c2f55b;
    font-weight: 500
}
.nav-tabs.sitetabs .nav-link {
    border: 0;
    border-radius: 5px;
    margin: 0;
    color: #303030;
}
.greybar{
        background: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
}
.greenbar{background: #EEF4E4;padding: 20px;border-radius: 8px;}
.radiusbar{border-radius: 10px;}
.transbtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    outline: none;
    box-shadow: none !important;
    padding: 0;

}
.transinput {
    background: transparent !important;
    border: 0px;
    padding: 5px !important;
    color: #000 !important;
}
.transbtn > div {text-align: left;}
.greenbtn1{background: #C9F07D;padding: 5px;
    font-weight: 600;
    border-radius: 20px;
    min-width: 80px;}
.paymentlink{    background: #E7F0D6;
    padding: 15px;
    border-radius: 10px;
    max-width: 280px;}  
 .paymentlink:hover,.paymentlink.select{background: #BAF742;}     
 .btn-close
 {
    background: #bef650  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;opacity: 1;border-radius: 30px;
 }
 .transinput{background: #fff !important;border: 1px solid #8eb154;
    margin-top: 9px;
    height: 47px;}
 .narrow .dropdown-toggle::after{display: none;}
 .marrow .dropdown-toggle{display: flex; align-items: center;}
 .marrow .dropdown-toggle::after{background: url(../images/wdownarrow.svg);
        width: 30px;
    height: 15px;
    background-repeat: no-repeat;
    border: 0;
    background-position: center right;
    margin: 0;
    vertical-align: 0;
    background-size: 17px;}
 .barrow .dropdown-toggle{display: flex; align-items: center;}
 .barrow .dropdown-toggle::after{background: url(../images/downarrow.svg);
        width: 30px;
    height: 15px;
    background-repeat: no-repeat;
    border: 0;
    background-position: center right;
    margin: 0;
    vertical-align: 0;
    background-size: 15px;}   
 .hiden .sidebar
 {
    width: 55px;
 }
 .hiden .logo{align-items: center;
    flex-direction: column;}
 .hiden .contentbar{padding-left: 65px;}
 .hiden .topbar{padding-left: 70px;}
 .hiden .innerfooter{padding-left: 85px;}
 .rlogo, .hiden .brand{display: none;}
 .hiden .rlogo{display: block;}
 .hiden .mtxt{display: none;}
 .hiden #navm{margin-top: 12px;}
 /*.hiden .sidebar li a:hover {width: 200px;}
 .hiden .sidebar li a:hover .mtxt{display: block;}*/
.sidebar ul li a.select{
        background: #9eda34 !important;
    border-radius: 4px;
    color: #000 !important;
}
.autoscr
{
    max-height: 280px;
    overflow: auto;

}
.userbox
{
    background: #1c33007d;
    max-width: 300px;
    margin: 0px auto;
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(11px);
    text-align: center;
}
.userpic{
    width: 90px;
    height: 90px;
    margin: 0px auto;
    border-radius: 100px;
    overflow: hidden;
    border: 4px solid #ffffff54;
}
.userpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.socialmedia {
    padding: 0;
}
.socialmedia li {
    list-style: none;
    /* float: left; */
    margin: 0 5px;
}
.socialmedia li a {
    background: #000;
    border-radius: 40px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.innerfooter .socialmedia li a{width: 25px;height: 25px;}
.innerfooter .socialmedia li a span{font-size: 12px;}
.socialmedia li a span {
    color: #BAF742;
    font-size: 20px;
}
.socialmedia li a:hover
{
    background:#BAF742;
}
.socialmedia li a:hover span{color: #000}
.contentbanner .sitecontainer{padding:100px 0;}
.about_b{background: url(../images/about.jpg); background-position: center; background-size: cover;}
.productbg{background-image: url(../images/product.jpg);}
.borderbox{background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);max-width: 250px;
    margin: 0px auto;border: 2px solid #FFFFFF;border-radius: 20px;    padding: 30px;}
.listb li{margin-bottom: 15px;} 
.about2{background-image: url(../images/about2.jpg);background-size: 50%; background-position: center left; background-repeat: no-repeat;}
.valuesobx{display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    height: 450px;
    position: relative;
    max-width: 80%;
    margin: 0px auto;
    transition: position 0.3s ease;
}   
.valuesobx:hover .value {
    position: relative;
}
.valuesobx:hover .f5{color: #fff;}
.value1{
    background: url(../images/values_1.jpg);
}
.value2{
    background: url(../images/values_2.jpg);
}
.value3{
    background: url(../images/values_3.jpg);
}
.value {
    
    height: 345px;
   width: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    top: 0;
} 
.valuesobx:hover .value{position: absolute;}
.wizard-menu {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin-bottom: 50px;
    }
    .wizard-menu::before {
      content: "";
      position: absolute;
      top: 11px;
      left: 0;
      right: 0;
      height: 4px;
      background: #ddd;
      z-index: 0;
    }
    .step-item {
      position: relative;
      z-index: 1;
      flex: 1;
      text-align: center;
      cursor: pointer;
    }
    .step-item::before {
      content: "";
      display: block;
      margin: 0 auto 10px;
      width: 26px;
      height: 26px;
      background: #fff;
      border-radius: 50%;
      line-height: 36px;
      border: 4px solid #cdcdcd;
      box-sizing: border-box;
    }
    .step-item.active::before {
    background: #bef650;
    border: 4px solid #292929;
    }
    .step-item span {
      display: block;
      margin-top: 5px;
      font-size: 14px;
    }
    .form-step {
      display: none;
    }
    .form-step.active {
      display: block;
    }
    .btn-group {
      margin-top: 20px;
    }
    button {
      padding: 10px 15px;
      border: none;
      background: #4CAF50;
      color: white;
      cursor: pointer;
      border-radius: 3px;
    }
    button[disabled] {
      background: #ccc;
      cursor: not-allowed;
    }
.dashborder{border: 2px dashed #ffe1e1;
    background: #fff6f6;
    border-radius: 14px;}  
 .picv {
    border: 1px dashed #91c62e;
    background: #f6f7f4;
    min-height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0;
    border-radius: 8px;
}  
.picv img {
    max-width: 200px;
    max-height: 110px;
}

.pupload{
      position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    bottom: 45px;
    z-index: 999;
    padding: 6px;
    right: 50px; 
}
.trans1{background-color: #fff;
    border: 1px solid #819b57;
    box-shadow: none !important;
    height: 47px}
.trans1 option {
    background: #b9e577;
    border: 0;
}
 .side_bar {
      position: fixed;
      top: 0;
      right: -350px;
      width: 350px;
      height: 100%;
      background: #fff;
      padding: 20px;
      transition: all 0.3s ease;
      overflow: auto;
      z-index: 9999;
    }
    .side_bar.active {
      right: 0;
    }
    
    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 5px 10px;
      background: #bef650;
      color: #000;
      border: none;
      cursor: pointer;
    }
    .back_drop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 1000;
      display: none;
    }
    .back_drop.active {
      display: block;
    }
/**swithchbtn**/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.qrpic{border: 1px solid #ccc;max-width: 200px;width: 100%;}
.qrpic img{width: 100%;}
label.error
{
    color: #ff6868;
    
}
.logbox .form-group{margin-bottom: 40px !important;}
.logbox label.error
{
    margin-top: 7px;
    position: absolute;
    bottom: -25px;
}
thead  tr{background: transparent !important;}
.page-link{color: #000}
.page-item.active .page-link
{
    color: #000000;
    background-color: #bef650;
    border-color: #bef650;
}
 .sticky-list {
      position: sticky;
      top: 90px;
    }
    .content-section {
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
          scroll-margin-top: 100px;
    }
 .contentbanner{height:auto;min-height: inherit;} 
 .contentbanner .sitecontainer {
    padding: 100px 0;
}
.mlist li {
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
.selectm{color: #fff !important}
.mlist .rarrow
{
    transform: rotate(270deg);
    position: absolute;
    right: 0;
}
.mlist li:last-child{border-bottom: 0px;}
.mlist li a {
    color: #bef650;
}
.mlist
{
        background: #191919;
    padding: 20px;
    border-radius: 4px;
    justify-content: flex-end;
    max-width: 320px;
    border: 1px solid #333333;
}  
.list-group
{
  background: #F1F1F1;
  padding: 15px;

}
.sitelist li {
    background: transparent;
    border: 0;
    border-left: 3px solid transparent;
    border-radius: 0px !important;
}
.sitelist li a{color: #000}
.sitelist li.active{background: #fff;border-left: 2px solid #000;}
.smartbox {
    background: url(../images/about_bottom.jpg);
    background-size: cover;
    padding: 50px;
    min-height: 60vh;
    height: 100%;
    border-radius: 30px;
    justify-content: space-between;
}
.invert {
    filter: invert(1);
}
.navbar-light .navbar-toggler{background: #fff;}
.greenbar.mobv{display: none;}
.mobv{display: none !important;}
.topbar .borderbtn {padding: 5px 10px; height: 36px;}
.topbar .darkbtn{padding: 6px 14px;}
.darkt,.wbox a{color: #000 !important}
.form-group{position: relative;}
#copy_addr{word-break: break-all;}
.toolbtn{position: relative;display: flex; justify-content: center;}
.btn:hover .toolbox{opacity: 1;}
.toolbox{
    top: -38px;
    opacity: 1;
    background: #656565;
    padding: 5px;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
     position: absolute; 
    color: #fff;
    opacity: 0;
}
 @media(max-width:1150px)
 {
    .sidebar {width: 55px;l}
    .mtxt {display: none;}
    .contentbar {padding-left: 65px;}
    .innerfooter{padding-left: 85px;}
    .topbar {padding-left: 70px;}
    .brand{display: none;}
    .rlogo{display: block;}
    .logo{flex-direction: column;}
    #navm{margin-top: 15px;}
 }
 @media(max-width:991px)
 {
 .evenf{flex-direction: column;}
 .evenf .filter{white-space: normal;overflow: auto;width: 100%;float: left;display: inline-flex !important;}
 .evenf .filter > div{white-space: nowrap;}
 .topbar{overflow: auto;white-space: nowrap;padding-left:0;margin-left: 60px;padding-right: 70px;}
 .firstset{display: none !important;}
 .sidebar{right: -100%;width: 100%;}
 .sidebar.active{width: 100%;right: 0;z-index: 9999;}
 .sidebar .close-btn{display: block;}
 .fmenu{flex-direction: column; align-items: flex-start !important;}
 .contentbar{padding-left: 12px;}
 .topbar{margin-left: 0;padding-right:0;padding: 10px;background: #ffffff;z-index: 99;}
 .borderbtn span{font-size: 15px;}
 .about2{background-size: cover;background-image: url(../images/about2dark.jpg);background-position: center;}
/* .about2 .text-center{text-align: left !important;}*/
.about2 .row > div:nth-child(2){color: #fff !important;}
th,td{white-space: nowrap;}
.greenbar .outlinebtns a span{display: none;}
.greenbar .outlinebtns{Width: 100%}
.greenbar .outlinebtns{justify-content:space-between; justify-content: center;}
.greenbar .outlinebtns a{text-align: center; justify-content: center;}
 spline-viewer {
    width: auto;
    min-height: 60vh;
    width: 105%;
    position: absolute;
    left: -48px;
    top: 10px;
    transform: scale(1.2);
}
.checklist li
{
       padding-bottom: 15px;
}
 .f1 {
    font-size: 35px;
}
.f2 {
    font-size: 30px;
}
.f5 {
    font-size: 15px;
}
.f6{font-size: 13px;}
.topcontent .row {
    min-height: 80vh;
}
.mtxt{display: block;}
#navm{display: none;}
.brand{display: block;}
.rlogo{display: none;}
.wrapdiv{flex-direction: column;}
.wrapdiv > div{width: 100%;}
.sitecontainer{max-width: 100%;}
.wrapdiv > div:first-child{        margin-bottom: 30px;}
.glowwrapper .wbtn {
    padding: 8px 7px;}
.glowwrapper .wbtn span {
   margin-right: 5px !important;
}    
.gwrapper {padding-left: 10px;padding-right: 10px;}
.mobv{display: block !important;}
.greenbar.mobv{display: flex !important;justify-content: center;}
.deskv{display: none !important;}
.f4 {
    font-size: 17px;
}
}
@media(max-width:700px)
{
    .glowwrapperwhl
    {
        width: 100%;
    }
    .balancelist
    {
        flex-direction: column;

    }
    .balancelist  > div{
    width: 100%;
    margin-bottom: 15px;
}
.greenbar .outlinebtns a{width: 48%;margin: 1%;}
}
@media(max-width: 500px)
{
    .ebtns
    {
        flex-direction: column;

    }

}