*{
    box-sizing: border-box;
}
h1{font-size:26px;}h2{font-size:24px;}h3{font-size: 22px;}h4{font-size: 20px;}h5{font-size: 18px;}h6{font-size: 16px;}
body{
    background:#efefef;
    overflow-x: hidden;
    /* #16325B */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}
#preloader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0D141E;
    z-index: 2500;
}
.f-row{
    height: 50px;
    color:#efefef;
    background:#000;
    line-height: 50px;
}
.logo{
    height: 45px;
    margin-top: 10px;
}
.get-help .dropdown-menu{
    line-height: 20px;
    z-index: 1500;
    position: absolute;
    background: rgb(21, 27, 37);
}
.get-help .dropdown-menu a{
    color: #f7f7f7;
}
.get-help .dropdown-menu a:hover{
    background: #f7f7f7;
    color: #181F2C;
}
.other-banner{
    min-height: 200px;
    width:100%;
    padding: 48px 0;
    /* ../../../libs/build/img/flags.png */
    background-image: linear-gradient(rgba(21, 27, 37,0.1),rgba(21,27,37,0.3)),url(../assets/img/mainbg.html);
    background-size: cover;
    background-attachment: fixed;
    color:#efefef;
    text-align: center;
}
.other-banner p{
    padding: 48px 0 24px 0;
}
.other-content{
    min-height: 200px;
    width:100%;
    padding: 48px 0;
    background-image: url(../../assets/img/areabg.png);
    background-size: cover;
    background-attachment: fixed;
}
.link-color{
    color: #efefef;
    opacity: 0.7;
}
.link-color:hover{
    color: #efefef;
    opacity: 1;
}
.card-cc{
    min-height:100px;
    background:#efefef;
    border-bottom-left-radius: 50% 50%;
    border-bottom-right-radius: 100% 100%;
}
.investors{
    padding:48px 0;
}
.menu-links{
    background:#0D141E;
    color: #efefef;
    text-align: center;
    width: 25%;
    position: fixed;
    z-index: 2400;
    top:70px;
    right: 0;
    height: 90%;
}
.hyperlinks{
    display: block;
    line-height: 40px;
    color: #efefef;
    padding: 10px 20px;
}
.navb{
    background: #0D141E;
    height: 70px;
    line-height: 50px;
    color:#efefef;
}
.text-neutral{
    color:#efefef;
    opacity: 0.8;
}
.text-neutral:hover{
    color: #efefef;
    opacity: 0.9;
}
.widget-tab{
    padding:48px 0;
    color:#efefef;
    background:#0D141E;
}
.call-to-action{
    background-image:url(../../assets/img/others/call-to-action.jpg);
    background-size:cover;
    padding:48px 0;
}
.form-c{
    padding:48px 10px;
    width:70%;
    min-height:250px;
}
.form-reg{
    background:#fff;
    border-radius:5px;
    box-shadow: 1px 1px 3px #888888;
}
.form-control{
    border:none;
    height:30px !important;
    border-bottom:1px solid #888888;
}
.form-control:hover{
    border-bottom-color:#181F2C;
}
.widget-hold{
    min-height: 250px;
    width:100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 24px;
}
.widget-hold::-webkit-scrollbar{
    display: none;
}
.sitename{
    color: #FF5A24;
}
.banner{
    background-image: linear-gradient(to right, #181F2C, rgb(16, 17, 34) ) !important;
    color:#f7f7f7;
    min-height:450px;
    position: relative;
}
.carousel{
    background-image: linear-gradient(to right, #181F2C, rgb(16, 17, 34) ) !important;
}
/* .overlay{
    background:rgba(13, 20, 30, 0.7);
    height: 450px;
    width: 100%;
    position: absolute;
    z-index: 200;
} */
.img-height{
    height: 450px;
}
.zoom {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}
.btn-green{
    background-image: linear-gradient(to right,#42E375,#89E241);
    border-radius:20px;
    padding: 5px 20px;
    color:#000;
    height: 40px;
    width:250px;
}
.btn-orange{
    background:#FF5A24;
    border-radius:20px;
    padding: 5px 20px;
    color:#fff;
    height: 40px;
    width:250px;
}
.btn-whyte{
    background:#fff;
    border-radius:20px;
    padding: 5px 20px;
    color:#FF5A24;
    height: 40px;
    width:250px;
    border: 1px solid #FF5A24 ;
}
.btn-whyte:hover{
    background: #FF5A24;
    color: #fff;
    transition: ease-in 0.7s;
}
.btn-orange:hover, .btn-orange-sm:hover{
    background: #fff;
    color: #FF5A24;
    transition: ease-in 0.5s;
}
.btn-orange-sm{
    background:#FF5A24;
    border-radius:20px;
    padding:0 20px;
    color:#fff;
    height: 30px;
}
.btn-green:hover{
    background-image: linear-gradient(to right, #89E241,#42E375);
    color:#000;
    transition: ease-in 0.5s;
}
.caro-cap{
    position: absolute;
    /* background:rgba(13, 20, 30, 0.7); */
    background:rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 48px 0;
    z-index: 350;
    line-height: 30px;
}
.curve-img{
    height: 50px;
}
.mrk-icon{
    background:#0C0917;
    min-height: 50px;
    padding: 24px 0;
    color: rgba(239, 239, 239, 0.671);
}
.price-area{
    background:url(../../assets/img/trade-block-bg.png);
    background-size:cover;
    padding: 48px 0;
}
.img-z{
    height:80px;
    width:80px;
    border-radius:50%;
}
.kkk{
    height:90px;
    width:100%;
}
.btn-xs-orange{
    background:#FF5A24;
    color:#fff;
    border-radius:20px;
}
.btn-xs-orange:hover{
    background:#fff;
    color:#FF5A24;
    transition:ease-in 0.7s;
}
.bd{
    box-shadow: 1px 1px 3px #888888;
    border-radius:4px;
    padding:6px 15px;
    width:95%;
}

.price-area .card-body{
    min-height:300px;
    padding:20px 0 48px 0;
}
.price-area li {
    list-style-type:none;
    line-height: 35px;
}

.ch{
    background: url(../../assets/img/block-header-bg.png) center;
    min-width: 200px;
}
.caro-cap p{
    font-size:16px;
    font-weight: 200;
}
.before-scroll-links .nav{
    color: #efefef;
    text-transform: uppercase;
}
.before-scroll-links .nav a{
    color: #efefef;
    opacity: 0.6;
}
.before-scroll-links .nav a:hover{
    color: #efefef;
    opacity: 1;
}
.footer{
    padding: 48px 0;
    background: #181F2C;
    color: #efefef;
}
.footer hr{
    background: #efefef;
}
.footer-img{
    height: 40px;
    width: 80px;
}
.footer li{
    list-style-type: none;
}
.footer li a{
    color:rgba(239, 239, 239,0.7);
    text-decoration: none;
}
.footer li a:hover{
    color:rgba(239, 239, 239,1);
}
.yup-img-style{
    height: 70px;
    margin-bottom: 24px;
}
.registry{
    padding: 48px 0;
    background: #0D141E;
    color: #efefef;
}
.text-orange{
    color: #FF5A24;
}
.other-content .card{
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
.other-content .card-header{
    background: transparent;
    padding: 0px 5px;
    border: none;
    color: #000;
    margin: 0;
}
.other-content .card-header .btn-link{
    color: #000;
}
.form-container{
    width: 60%;
    margin: auto;
}