@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,700;1,800;1,900&display=swap');
html {
scroll-behavior: smooth;
}
body {
    background: #001624;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    color: #6A92AE;
}
/* Accordion CSS */
.accordion-item {
    margin-bottom: 10px;
    border-radius: 10px !important;
    overflow: hidden;
    border: 0;
    background: #204965;
}
.accordion-item .accordion-button {
    border-radius: 10px !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #6A92AE;
    font-size: 20px;
    font-weight: 600;
    background: #143247;
    height: 60px;
    padding: 20px 25px 20px 70px;
}
.accordion-body {
    color: #6A92AE;
    font-size: 16px;
    font-weight: 600;
    padding: 25px 15px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/down.png);
    transform: rotate(-180deg);
    height: 13px;
}
.accordion-button::after {
    background-image: url(../img/down.png);
    height: 10px;
    background-size: 15px;
    position: absolute;
    right: 20px;
    margin-top: 0;
    width: 15px;
}
.accordion-button:not(.collapsed)::before {
    background-image: url(../img/minus.png);
    transform: unset;
    height: 30px
}
.accordion-button::before {
    flex-shrink: 0;
    width: 30px;
    margin-left: 0;
    content: "";
    background-repeat: no-repeat;
    background-size: 30px;
    transition: transform .2s ease-in-out;
    background-image: url(../img/plus.png);
    height: 30px;
    position: absolute;
    left: 20px;
}
/* Accordion css end */
.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    height: 42px;
    width: 42px;
    transform: translateY(-50%);
    font-size: 0px !important;
    box-shadow: none !important;
    background: #204965 !important;
    outline: 0px !important;
    border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -60px
}
.owl-carousel .owl-nav button.owl-prev span::after {
    content: "";
    width: 9px;
    height: 16px;
    display: inline-flex;
    background: url(../img/left.png) 0% 0% / cover no-repeat;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-next span::after {
    content: "";
    width: 9px;
    height: 16px;
    display: inline-flex;
    background: url(../img/right.png) 0% 0% / cover no-repeat;
    background-repeat: no-repeat;
}
.space-cls{
    padding: 110px 0 0;
}
.btn:hover, button:hover, a:hover, .btn, button, a{transition: all .5s;}
.header_sec {
    position: fixed;
    width: 100%;
    background: #001624;
    z-index: 111;
}
.header_right {
    display: flex;
    align-items: center;
}
.btn_primary {
    background-color: #e84dbd;
    border-color: #e84dbd;
}
.btn_primary:hover {
    background-color: #9c4865;
    border-color: #9c4865;
}   
.btn {
    padding: 7.75px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.btn:hover {
    color: #fff;
}
.header_right_notification {
    margin-right: 20px;
}
.header_account_Sec .btn {
    margin-left: 20px;
    float: left;
}
.header_account_Sec .btn:first-child {
    margin-left: 0px;
}
.header_sec .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.header_sec .nav-link:hover, .header_sec .nav-link.active {
    color: #e84dbd;
}
.header_sec .navbar-collapse {
    border-left: 1px solid #6A92AE;
    margin-left: 30px;
    padding-left: 0;
}
.navbar-toggler {
    padding: 0;
    margin: 0;
    border: 0;
}
.header_sec_in {
    display: flex;
    align-items: center;
    width: 100%;
}
.header_sec_in .navbar-collapse {
    display: flex;
    justify-content: space-between;
}
.header_sec_in .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
}
.header_sec_in .navbar-collapse .navbar-nav .nav-item {
    margin-left: 30px;
}

/* Banner section */
.banner_bg-cls {
/*    background-image: url(../img/banner-img.png);*/
    background-position: top left;
    background-size: cover;
    padding:140px 0 60px;
    background-repeat: no-repeat;
    background-color: #0e0f24;
}
.heading_type1 {
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.banner_cont {
    padding-right: 70px;
    padding-top: 70px;
}
.banner_img img {
    max-width: 100%;
}
.sub-heading {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom:0;
}
.app-download .heading_type4 {
    margin-top: 0;
}
.home-email .form-control {height: 65px;border-radius: 33px;padding: 0 130px 0 60px;border: solid 2px #284F6A;background: #001624;outline: 0 !important;box-shadow: none !important;color: #ffff;display: flex;align-items: center;}
.form-group.home-email {position: relative;display: flex;align-items: center; margin-top: 25px;}
.mail-ic {position: absolute;left: 25px;line-height: 0;}
.signup-form {position: absolute;right: 14px;}
.app-download {background: #001624;margin-top: 20px;padding: 30px;border-radius: 10px;}
.heading_type4 {font-size: 22px;font-weight: 700;color: #fff;margin-bottom: 20px;}
.app-inner {display: flex;}
.app-inner a {padding-right: 15px;}
.app-inner a img {max-width: 100%;}
.app-inner a:last-child {padding-right: 0;}
/* Banner Section Css End*/
/* Why Choose sec css Start */
.main-title {text-align: center; margin-bottom: 25px;}
.heading_type2 {font-size: 40px;font-weight: 700;color: #fff;margin-bottom: 0;}
.heading_para {max-width: 65%;margin: 10px auto 0;font-size: 18px;color: #6A92AE;font-weight: 600;}
.item_box {background: #143247;padding: 20px;border-radius: 15px;text-align: center; height: 100%;min-height: 390px !important;}
.item_icon {width: 100px;height: 100px;margin: 0 auto;background: #284F6A;border-radius: 50%;display: flex;justify-content: center;align-items: center;padding: 15px;}
.heading_type4 {font-size: 22px;color: #6A92AE;margin-top: 20px;font-weight: 900;margin-bottom: 10px;}
.item_cont p {font-size: 16px;color: #6A92AE;font-weight: 600;line-height: 1.5;margin-bottom: 0;}
/* Why Choose sec css End */
.faq-footer {
    margin-top: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}
/* Footer Css Start*/
    footer.footer_sec {
        background: #143247;
        padding: 50px 0 0;
    }
    .footer_about p {
        margin-bottom: 0;
        color: #6A92AE;
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.9;
    }
    .footer_title {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
    }
    .footer_link ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .footer_link ul li a {
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        color: #6A92AE;
    }
    .footer_link ul li a:hover {
        color: #48B349;
    }
    .footer_link ul li {
        line-height: normal;
        margin-bottom: 12px;
    }
    .app-down ul {
        display: flex;
    }
    .app-down ul li {
        margin-right: 10px;
    }
    .footer_link ul li:last-child {
        margin-bottom: 0;
    }
    .app-down p {
        color: #6A92AE;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .app-down ul li img {
        max-width: 100%;
    }
    .category_space {
        padding-left: 80px;
    }
    /* Copyright css*/
    .copyright_sec {
        background: #001624;
        padding: 15px 0;
        margin-top: 50px;
    }
    .copyright_sec p {
        font-size: 16px;
        margin-bottom: 0;
        text-align: center;
        color: #6A92AE;
    }
/* Footer Css  End*/

/* Deposit css Start */
.qr_code_inner {flex: 0 0 370px;max-width: 370px;}
.deposit_btc_inner {flex: 0 0 calc(100% - 370px);}
.deposit_left_inner {border: solid 2px #204965;background: #001624;border-radius: 7px;padding: 20px; height: 100%;}
.btn_group {
    display: flex;
}
.deposit_left_inner .heading_type4 {margin-top: 0;}
.dep-inner-box {background: #143247;border-radius: 7px;padding: 15px;color: #fff;}
.dep-single {border-bottom: solid 1px #284F6A;padding: 0px 0 15px;margin-bottom: 15px;display: flex;align-items: end;}
.dep-left span {font-size: 15px;color: #6A92AE;font-weight: 600;margin-bottom: 5px;display: block;}
.dep-left h5 {color: #6A92AE;font-size: 16px;font-weight: 700;margin-bottom: 0;}
.dep-right {margin-left: auto;}
.dep-single:last-child {border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}
.dep-right h5 {color: #6A92AE;font-size: 17px;font-weight: 700;margin-bottom: 0;}
.deposit-address {background: #C1D5E3;border-radius: 7px;}
.qr-img img {padding: 0px 30px;max-width: 100%;}
.qr-img {padding: 25px;text-align: center;}
.qr-img span {font-size: 18px;font-weight: bold;}
/* Deposit css End */ 
/* My account css start */
.filter_menu_main .nav-tabs {
    border: 0;
    background: #143247;
    border-radius: 7px;
}
.filter_menu_main .nav-tabs li {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #204965;
    margin: 0;
}
.profile-sidebar {flex: 0 0 300px;}
.filter_menu_main .nav-tabs li .nav-link {background: transparent !important;padding: 15px 15px;display: flex;align-items: center; color: #6A92AE; font-size: 16px}
.filter_menu_main .nav-tabs li .nav-link.active {background: #204965 !important;color: #6A92AE;}
.filter_menu_main .nav-tabs li .nav-link span.p-cont {margin-left: 10px; line-height: 1.3;}
span.p-icon {flex: 0 0 30px;}
.filter_menu_main .nav-tabs li:last-child {border-bottom: 0;}
.profile-right-sec {flex: 0 0 calc(100% - 300px);}
.profile_dtl {border: solid 2px #204965;border-radius: 7px;background: #001624; height: 100%;}
.profile_head {border-bottom: solid 1px #204965;padding: 15px 20px;}
.profile_head h2 {font-size: 24px;color: #fff;margin-bottom: 0;}
.profile_body {padding: 40px;}
.profile_img {height: 210px;width: 210px;border-radius: 50%;overflow: hidden;margin: 0 auto;}
.profile_img img {max-width: 100%;width: 100%;}
.profile_user_dtl {text-align: center;margin-top: 20px;}
.profile_user_dtl h6 {font-size: 18px;color: #C1D5E3;}
.profile_user_dtl p {margin-bottom: 0;color: #6A92AE;font-size: 16px;}
.profile_footer {display: flex;padding: 15px 20px;border-top: solid 1px #204965;}
.footer_right {margin-left: auto;}
.footer_left p {margin-bottom: 0;color: #6A92AE;font-size: 16px;}
.form-switch .form-check-input {
    background-color: #6A92AE;
    border-color: #6A92AE;
    box-shadow: none !important;
    width: 45px;
    height: 20px;
    margin: 0;
}
.verify {margin: -30px auto 0;text-align: center;}
.form-check-input:checked {background-color: #e84dbd;border-color: #e84dbd;}
.form-check.form-switch {margin: 0;min-height: auto;}
.payment-cont {text-align: center;}
.payment-cont h4 {max-width: 70%;;margin: 20px auto 0;font-size: 22px;color: #6A92AE;}
.profile_body.payment-dtl {height: calc(100% - 60px);display: flex;width: 100%;flex-direction: column;align-items: center;justify-content: center;}
.profile-right-sec .row {height: 100%;}
.profile-right-sec .row .row {height: unset;}
/* My account css end */
/* Security */
.secu_box {background: #143247;padding: 15px;border-radius: 7px;}
.sms_cont {text-align: center;display: flex;flex-direction: column;}
.secu_box [class*="col-"] {border-right: solid 1px #6A92AE;}
.secu_box [class*="col-"]:last-child {border-right: 0;}
.sms_cont span {color: #6A92AE;font-size: 13px;margin-top: 10px;}
span.sms-ic {margin-top: 0;}
.ps-change {margin-top: 20px;}
.change_pw a {height: 45px;background: #143247;border-radius: 7px;display: flex;align-items: center;padding: 15px; text-decoration: none;}
.change_pw span {color: #6A92AE;font-size: 16px;font-weight: 600;}
span.ar-ic {margin-left: auto;}

/* Notification */
    .unread_notification {background: #204965;border-radius: 7px;padding: 15px;}
    .unread_notification p {font-size: 16px;color: #6A92AE;max-width: 90%;margin-bottom: 5px;}
    .time_remove {display: flex;align-items: center;}
    .noti_time span {color: #6A92AE;font-size: 14px;}
    .noti_remove {margin-left: auto;}
    .noti_space {margin-bottom: 20px;}
    .noti_space:last-child {margin-bottom: 0;}
    .read_notification {background: #143247;border-radius: 7px;padding:15px;}
    .read_notification p {font-size: 16px;color: #6A92AE;max-width: 90%;margin-bottom: 5px;}








/*braedcrum css*/
.breadcrum_sec {
    background: #143247;
    padding-top: 78px;
    clear: both;
}   
.breadcrum_in {
    padding: 15px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrum_title {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}
.breadcrum_itms {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.breadcrum_itm{
    color: #fff;
}
.breadcrum_itm a {
    text-decoration: none;
    color: #e84dbd;
}
.breadcrum_itm a:hover {
    color: #fff;
}
.breadcrum_itm:after {
    content: "/";
    margin: 0 15px;
}
.breadcrum_itm:last-child:after{display: none;}
/*end braedcrum css*/

.navbar-brand img {
    width: 190px;
}
.item_icon img {
    max-width: 40px;
}
.footer_about img {
    max-width: 220px;
}
.item_icon {
    font-size: 45px;
    color: #e84dbd;
    font-weight: bold;
}
.solution-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.solution-img {
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
}
.solution-inner {
    display: flex;
    align-items: self-start;
}
.item_box.solution-box {
    margin-bottom: 20px;
    background: #000;
    min-height: unset !important;
    height: calc(100% - 20px);
}
.item_box.solution-box .solution-img {
    flex: 0 0 50%;
    max-width: 50%;
    height: 220px;
}
.item_box.solution-box .item_cont {
    text-align: left;
    padding-left: 20px;
}
.item_box.solution-box .item_icon {
    margin-top: -70px;
}
.item_inner_box {
    height: 100%;
}
.why-choose-sec.space-cls [class*="col-"]:nth-child(2) .item_cont {
    padding-left: 0;
    padding-right: 15px;
}
.why-choose-sec.space-cls [class*="col-"]:last-child .item_cont {
    padding-left: 0;
    padding-right: 15px;
}
.about-img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    flex: 0 0 40%;
    margin-right: 10px;
    max-width: 40%;
}
.team_box {
    background-color: rgb(20 50 71);
    position: relative;
border-radius: 10px;
}
.box_border:before {
    border-bottom: 2px solid #d93730;
    border-left: 2px solid #d93730;
    -webkit-transform-origin: 0 100%;
}

.box_border:after, .box_border:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 3;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
}
.member_dtl {
    border-radius: 10px;
    box-shadow: 2px 4px 13px 2px rgb(18 18 18 / 11%);
    overflow: hidden;
}
.member_content {
    padding: 20px 15px;
    position: relative;
    z-index: 11;
}
.member_content h4 {
    font-size: 24px;
    padding: 0;
    margin-bottom: 10px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
}
.member_content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 25px 0;
}
.member_content p.sub_heading {
    font-size: 16px;
    line-height: 1.3;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box_border:hover:after, .box_border:hover:before {
    -webkit-transform: scale(1);
}
.box_border:after {
    border-top: 2px solid #d93730;
    border-right: 2px solid #d93730;
    -webkit-transform-origin: 100% 0%;
}
.member_img img {width: 100%;}





.member_img {
    overflow: hidden;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 90%;
    position: relative;
}
.member_img img {
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100% !important;
    overflow: hidden;
    border-radius: 5px;
    object-position: top;
}
.cyber-security-cont p b {
    font-weight: 900;
    color: #e84dbd;
}
.get-block {
    display: flex;
}
.get-left-outer {
    border-radius: 16px 0px 0px 16px;
    overflow: hidden;
    flex: 0 0 50%;
}
.get-right-outer {
    border: 1px solid #6a92ae;
    border-radius: 0px 16px 16px 0px;
    padding: 38px;
}
.get-left-outer img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.section-title {
    margin-bottom: 35px;
}
.get-form input {
    height: 48px;
    border-radius: 8px;
    padding: 12px 16px 12px 16px;
    border: 1px solid #D0D5DD;
}
.get-form {
    margin-bottom: 20px;
}
textarea, input {
    background: transparent !important;
    border-color: #143247 !important;
}
.contact-us-section {
    margin-bottom: 110px;
}