*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #222;
}
html,body{
    width: 100%;
    height: 100%;
}
body{
    overflow-x: hidden;
    font-size: 14px;
    background: #F5F7FE;
    font-family: 'Signika Negative', sans-serif;
    /* font-weight: bold; */
}
.nav-aside{
    width: 20%;
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow-y: auto;
    z-index: 99999999;
}
/* .nav-aside-body{
    position: relative;
    overflow-y: scroll;
} */
.main{
    position:relative;
    width: 100%;
    /* overflow-y: auto; */
    /*overflow-x: hidden;*/
}
.nav-aside-content{
    position: relative;
    overflow-y: scroll;
}
.home-banner{
    min-height: 650px;
    /* padding: 180px 0 20px; */
    width: 100%;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.6));
}
.testifiers{
    background: #fff;
    padding: 70px 0;
}
.t-img{
    height: 100px !important;
    width: 100px !important;
    border-radius: 100%;
    margin: auto;
}
.the-difference{
    min-height: 450px;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.6));
}
.home-bannner-caption, .home-bannner-caption-p{
    width: 50%;
}
.home-bannner-caption-p{
    margin: 30px 0;
    font-size: 18px;
}
.get-started{
    min-height: 450px;
    padding: 70px 0;
    background:#fff;
}
#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
#back-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.crsl{
    height: 620px;
    width: 100%;
    position:relative;
    /*object-fit: cover;*/
    /*background-image: url(../img/dgdgg.jpg),linear-gradient(rgba(3, 6, 126, 0.5), rgba(122, 0, 147, 0.5));*/
}
#carouselExampleIndicators{
    /*position: relative !important;*/
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
}
.crsl .carousel-caption{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 364;
}
.cap{
    width:50%;
}
.opportunities{
    padding: 70px 0;
    min-height: 450px;
    width:100%;
}
.portfolio{
    padding: 70px 0;
    background: #fff;
    width: 100%;
    min-height: 450px;
}
.free-account{
    padding: 70px 0;
    width: 100%;
    min-height: 450px;
}
.iimg{
    height:620px;
    width:100%;
    object-fit: cover;
}
.video-size{
    max-height: 500px;
    width: 80%;
    /*margin: 0 auto !important;*/
}
.caro-overlay{
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(3, 6, 126, 0.85), rgba(122, 0, 147, 0.85));
    opacity: 0.8;
    z-index:245;
}
.discover-btn{
    background: #15233C;
    color: #7CC1FF;
}
.discover-btn:hover{
    background: #fff;
}
.process-btn{
    background: #133F7D;
    color:#fff;
}
.process-btn:hover{
    background: rgb(1, 176, 163);
    color: #fff;
}
.nav-aside-header{
    min-height: 120px;
    padding-top: 40px;
    width: 100%;
    background: #F5F7FE !important;
    /* background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)), url('../img/office.jpg'); */
    /* background-size: cover; */
}
.oth-part{
    padding: 80px 0;
    background: #F5F7FE;
}
.other-page-content{
    background: #F5F7FE;
    padding: 70px 0;
}
.why-us{
    min-height: 350px;
    padding: 70px 0;
    width: 100%;
    background: #F5F7FE;
}
.roundedd{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #133F7D;
    margin: auto;
    color: #fff;
    font-size: 12px !important;
}
.other-banner{
    min-height: 250px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.8)), url('../img/Hero5.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 45px;
    color: #fff;
}
.other-banner-caption-p{
    margin-top: -7px;
    width: 40%;
    font-size: 14px;
    margin: auto;
    text-align: center !important;
    margin-bottom: 30px;
}
.nav-aside-body{
    padding: 40px 0;
}
.nav-aside-body .nav-link{
    color: #222;
    line-height: 30px;
}
.nav-aside-body .nav-link:hover{
    background: #F5F7FE;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.nav-aside-content::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .nav-aside-content {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  } 
.profile-thumb{
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: #F5F7FE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B9BABF;
}
.profile-thumb .material-icons{
    font-size: 40px;
}
.main-header{
    /* background: #000; */
    color: #fff;
    height: 70px;
    width: 100%;
    line-height: 60px;
    position: fixed;
    z-index: 45364758;
    clear: both;
}
.main-header .nav .nav-link{
    color: #F5F7FE;
}
.main-header #mr .dropdown-menu .dropdown-item{
    line-height: 27px;
}
.other-header{
    background: #000;
    height: 70px;
}
.header-background{
    background: #000000;
}
.card-signal{
    background-image: url('../img/trading.png');
    background-size: cover;
    min-height: 100px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 25px 0;
}
.trading-cap{
    font-size: 11px;
}
.nk .nav-tabs .nav-link {
    color: #495057;
    background-color: #fff;
}
.grouplink .list-group-item{
    margin-bottom: 7px;
    cursor: pointer;
    height: 71px;
    /* padding: 5px !important; */
}
.grouplink .list-group-item:hover{
    background: #F5F7FE;
}
/* .main-footer{
    position: fixed;
    left: 0;
    right: 0;
    height: 56px;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F7FE;
} */
/* .clks{
    display: flex;
    flex-grow: 1;
} */
.clks .btn{
    border-color: #133F7D;
    width: 49%;
    /* display: inline-block; */
    /* margin: 10px 0; */
    /* padding: 10px; */
    /* width: 0%; */
}
.main-footer .nav-link{
    color: #898181;
    font-weight: bold;
}
.sitename{
    padding-left: 10px;
}
.theme{
    padding: 0 7px;
}
.menu-toggle, .theme, .notify{
    cursor: pointer;
}
.mymenu_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 0; 
    visibility: hidden; 
    transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
}
.mymenu_overlay_active {
    opacity: 1;
    visibility: visible;
}
.menushown{
    display: block;
}
.footer{
    background: #000;
    color: #F5F7FE;
    min-height: 200px;
    padding: 45px 0 10px;
}
.footer .nav .nav-link{
    color: #96ACC6;
    line-height: 10px;
}