[x-cloak] { display: none !important; }
.light-dark {
    background-color: #202C00;
}

.link-hover:hover {
    text-decoration: underline;
}

.white-20 {
    background-color: #f2f2f705;
}

.bg-white-10 {
    background: #ffffff36;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}

.fs-36 {
    font-size: 36px;
}

.lh-12 {
    line-height: 1.2;
}

.font-medium {
    font-weight: 500;
}

.font-400 {
    font-weight: 400;
}

.text-dark-light {
    color: #012A2B;
}

.max-w-480 {
    max-width: 480px;
}

.fs-20 {
    font-size: 20px;
    ;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.bottom-0 {
    bottom: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.btn.black:before {
    background-color: #000000;
}

.btn.black:hover {
    color: #fff !important;
}

.big-heading {
    font-size: 110px;
    line-height: 1;
}

.fs-60 {
    font-size: 60px;
}

.fs-64 {
    font-size: 64px;
}

.big-heading-100 {
    font-size: 100px;
    line-height: 1;
}

.brb-card-title {
    font-size: 34px;
}

.partnership_btn {
    background: var(--bs-dark);
    display: inline-block;
    padding: 12px 20px;
    border-radius: 14px;
}

.main_menu_list .dropdown-menu.mega-menu {
    position: fixed;
    right: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.mega-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-menu-title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    font-size: 20px;
}

.mega-menu-list li a {
    gap: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    border-radius: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: var(--bs-dark);
    padding: 7px 20px 7px 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main_menu_list .dropdown-menu.mega-menu a {
    color: var(--bs-dark);
}

.money_transactions_card.bg-dark {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}


.header_layout_1.stricky-fixed .text-white {
    color: var(--bs-dark) !important;
}

.mega-menu-wrapper .card img {
    padding: 10px;
}

.mega-menu-list li:hover a {
    text-decoration: underline;
}

.section_space_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_space_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

h3.service_title.about_title {
    font-size: 36px;
}

.brb-card {
    padding: 40px 35px;
    border-radius: 12px;
}

.brb-card-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-top: 8px;
}

.client-img {
    display: inline-block;
    background: var(--bs-dark);
    padding: 15px 36px;
    border-radius: 37px;
    margin-right: 6px;
}

.contact-social a {
    color: var(--bs-white);
    transition: var(--bs-transition);
    background: var(--bs-dark);
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
}

.contact-social a:hover {
    color: var(--bs-dark);
    background: var(--bs-primary);
}


.partnership-card {
    padding: 24px;
}

.partnership-card h3 {
    font-size: 36px;
}

.partnership-card img {
    width: 94px;
    text-align: center;
    margin: auto;
    margin-top: -70px;
}

.left-arrow-img-wrapper {
    height: 235px;
}

img.left-arrow-img.absolute {
    left: 198px;
    top: 54px;
}

img.right-arrow-img {
    right: 198px;
    top: 55px;
}

@media screen and (max-width: 1199px) {

    .big-heading {
        font-size: 70px;
    }

    img.left-arrow-img.absolute {
        left: 146px;
    }

    img.right-arrow-img {
        right: 147px;
    }

}

@media screen and (max-width: 991px) {
    .main_menu_list .dropdown-menu.mega-menu {
        position: static;
    }

    .mega-menu-wrapper {
        overflow: scroll;
        height: 50vh;
        padding-bottom: 50px;
    }

    .big-heading {
        font-size: 50px;
    }

    .heading_block {
        margin-bottom: 20px;
    }

    .fs-64,
    .fs-60 {
        font-size: 38px;
    }

    .fs-30 {
        font-size: 22px;
    }


}
