.body_cal {
    background-image: url("../img/back.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    padding: 30px;
}

.custom_container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.content_body {
    background-color: white;
    width: 100%;
    /*height: 2000px;*/
    margin-bottom: 50px;
}

.social_box {
    padding: 1rem;
    text-align: center;
    background-color: #19a061;
}

.social_col a {
    text-decoration: none;
    color: white;
}

.social_col i {
    color: white;
}

.logo_box img {
    height: 150px;
    width: 100%;
}

/*about*/

.about {
    padding: 2rem;
    background-image: url("../img/offer_bg.jpg");
}
.about_txt {
    text-align: center;
    padding: 1rem;
    color: #19a061;
}
.about_box {
    padding: 1.5rem;
}

.about_box img {
    width: 100%;
    border-radius: 20px;
    /*box-shadow: 6px 6px 17px 0px black;*/
}

.about_us {
    height: 400px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: black;
    position: relative;
}

.about_us:before {
    content: "";
    background-image: url("../img/Finance.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    background-attachment: fixed;
}

.about_us p {
    opacity: 0.9;
    color: white;
}

/**/

/* #myTabContent {
    background: #19a061;
} */

.investor {
    padding: 1.5rem;
    /*background: -webkit-linear-gradient( 
45deg
 , #dee2e6 5%, #00becf 100%);*/
}

.investor_tab ul {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.investor_tab ul li {
    margin-left: 10px;
}

.investor_tab ul li button {
    color: #0d6efd;
    padding: 0.5rem;
    font-size: 15px;
}

.investor_card {
    text-align: center;
    /* margin-top: 20px; */
    /*background: -webkit-linear-gradient( 
45deg
 , #a5d76e  5%, #00becf 100%);*/

    background: #f8f9fa;
    border: 2px solid #0e8fab;
    padding: 1rem;
    transition: 1s;
    height: 270px;
    margin-top: 2.5rem;
    /* margin-left: 1rem;
    margin-bottom: 1rem; */
    border-radius: 10px;
}

.investor_icon_box {
    align-items: center;
    justify-content: center;
    display: flex;
}

.investor_card .investor_icon {
    border-radius: 50%;
    background-color: black;
    height: 70px;
    width: 72px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.investor_card i {
    font-size: 43px;
    color: white;
}

.investor_card:hover {
    background: -webkit-linear-gradient(45deg, #91e3bc 5%, #00becf 100%);
    padding: 0.5rem;
    transition: 1s;
}

.investor_card img {
    width: 55px;
    height: 55px;
}

.btn-outline-info {
    color: #212529;
    border-color: #212529;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: white;
    background-color: #4986e0;
}
.btn-outline-info:hover {
    background-color: #f8f9fa;
}

.footer_box {
    padding: 15px;
    text-align: center;
    background: black;
}

.footer_box a {
    color: white;
    text-decoration: none;
}

/*footer*/

.footer {
    padding: 2rem;
    background-color: #000000;
    background-repeat: no-repeat;
    color: white;
    position: relative;
}

.footer::before {
    content: "";
    background-image: url("../img/footer.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.footer_inv ul {
    list-style-type: none;
}
.footer_inv ul a {
    text-decoration: none;
    color: white;
}

.footer_inv ul li {
    padding: 0.5rem;
}

.footer_inv ul li a:hover {
    text-decoration: underline;
}

.footer .row {
    opacity: 0.9;
}

.footer_contact {
}

.footer_contact ul {
    list-style-type: none;
}
.footer_contact ul a {
    text-decoration: none;
    color: white;
}

.footer_contact ul li {
    padding: 0.5rem;
}

/*Contact*/
.contact_us_map {
    /* background: aliceblue; */
    margin-bottom: 0.9rem;
}

.contact_us_map iframe {
    height: 15rem;
    width: 100%;
    box-shadow: 5px 5px 10px rgb(63 70 76 / 20%);
}

/* Hr  */
.hr_class {
    margin: 0 0;
}

@media (max-width: 767px) {
    .custom_container {
        width: 382px;
    }

    .logo_box img {
        height: 70px;
        width: 37%;
    }

    .about_us {
        height: 486px;
    }

    .about_footer img {
        width: 100%;
    }

    .body_cal {
        padding: 15px;
    }
}
