
/*# sourceMappingURL=custom.min.css.map */
.nft-aboutus-bg {
    background-image: url(../images/nft/about-us-bg.jpg); /* Replace with the correct path */
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
}
    .nft-benefit-bg {
        background-image: url(../images/nft/benefits.jpg); /* Replace with the correct path */
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
    }
    .nft-Contact-bg{
        background-color: #212529;
    }
    .safety-advisory-bg {
    background-color: #0F1012;
}
    .bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
       
        opacity: 0.05;
    }

.custom-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.custom-list li {
    margin-bottom: 5px;
    padding-bottom: 8px;
}

.custom-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.custom-list i {
    font-size: 18px;
    flex-shrink: 0;
}

.carousel {
    position: initial !important;
}
.mb-200{
    margin-bottom: 200px;
}
.navbar-landing .navbar-nav .nav-item .nav-link.active, .navbar-landing .navbar-nav .nav-item .nav-link:focus, .navbar-landing .navbar-nav .nav-item .nav-link:hover {
    color: #1F86AC !important;
}
.nft-hero .bg-overlay{
        background-color: #123754;
}
.mobile-home {
    display: none;
}

@media screen and (max-width: 991px) {
    .mobile-home {
        display: block;
    }
}