#teams {
    padding: 80px 0px
}

#teams .teamCards {
    display: block;
    margin-bottom: 50px
}

#teams .teamCards .teamimg {
    overflow: hidden;
    border-radius: 20px
}

#teams .teamCards .teamName {
    display: block;
    position: relative
}

#teams .teamCards .teamName h2 {
    color: #000;
    font-weight: 500;
    position: relative;
    transition: .2s;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0px
}

#teams .teamCards .teamName p {
    position: relative;
    transition: .2s;
    margin-bottom: 0px;
    padding-right: 60px;
    font-size: 14px;
    margin-bottom: 20px
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 999;
    transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: none
}

.overlay.show {
    display: block
}

.c-dialog_content {
    display: flex;
    max-width: 100%;
    margin: auto;
    gap: 100px;
    position: relative
}

.c-dialog_content .profile-image {
    width: 400px;
    height: 470px;
    object-fit: cover;
    top: 0px;
    border-radius: 10px
}

.c-dialog_content .profile-text {
    max-width: 800px;
    padding-top: 130px
}

.c-dialog_content .container>.profile-text {
    flex: 1
}

.infoSlide {
    position: relative;
    width: 80%;
    height: 100%;
    padding: 40px 40px;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 9999;
    transition: right .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: auto
}

.infoSlide::before {
    content: "";
    position: absolute;
    background-color: #fbfbfb;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 300px
}

.infoSlide.open {
    right: 0
}

.infoSlide .closeInfoSlide {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url("../../assets/images/close-cross2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

@media(max-width: 767px) {
    .infoSlide {
        width: 100%;
        padding: 50px 24px
    }
}

@media screen and (min-width: 768px)and (max-width: 1023px) {
    .infoSlide {
        width: 90%;
        padding: 50px 24px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1199px) {
    .infoSlide {
        width: 90%;
        padding: 50px 50px
    }
}

.infoSlide .row {
    height: 100%;
    overflow: hidden
}

@media(max-width: 767px) {
    .infoSlide .row {
        overflow: auto
    }
}

.infoSlide .pro_img {
    margin-bottom: 3rem;
    position: sticky;
    top: 0px
}

.infoSlide h2 {
    font-weight: 500;
    font-size: 48px;
    letter-spacing: -0.25px;
    color: #e21e25;
    margin-bottom: 100px
}

.infoSlide h2 small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

@media(max-width: 768px) {
    .team-grid {
        grid-template-columns: 1fr
    }
}

@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .c-dialog_content .profile-image {
        width: 300px;
        height: 260px
    }

    .c-dialog_content {
        gap: 60px
    }

    .infoSlide h2 {
        font-size: 36px
    }

    #teams .container {
        max-width: 1230px
    }

    #teams .teamCards .teamName h2 {
        font-size: 20px
    }

    .profile-text h4 {
        font-size: 22px
    }
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .c-dialog_content .profile-image {
        width: 300px;
        height: 260px
    }

    .c-dialog_content {
        gap: 60px
    }

    .infoSlide h2 {
        font-size: 42px
    }

    #teams .container {
        max-width: 1230px
    }

    #teams .teamCards .teamName h2 {
        font-size: 18px
    }

    .profile-text h4 {
        font-size: 22px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    #teams .teamCards .teamName {
        padding: 10px
    }

    #teams .teamCards .teamName h2 {
        font-size: 28px
    }

    #teams .teamCards .teamName .TeamBtn {
        padding: 5px 15px;
        right: 20px;
        bottom: 20px
    }

    #teams .teamCards .teamName p {
        font-size: 16px;
        padding-right: 56px;
        line-height: 19px;
        padding-bottom: 20px
    }

    .c-dialog_content .profile-image {
        width: 238px;
        height: 290px
    }

    .infoSlide {
        gap: 40px;
        padding: 30px 20px
    }

    .c-dialog_content {
        gap: 50px
    }

    .infoSlide h2 {
        font-size: 36px
    }

    .c-dialog_content .profile-text {
        max-width: 500px;
        padding-top: 130px
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .c-dialog_content {
        display: block
    }

    .c-dialog_content .profile-image {
        height: auto;
        position: relative
    }

    .infoSlide h2 {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 30px
    }

    #teams .teamCards .teamName p {
        padding-right: 55px
    }

    #teams .teamCards .teamName {
        padding-right: 70px
    }

    .c-dialog_content .profile-text {
        max-width: 800px;
        padding-top: 0px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    #teams {
        padding: 30px 0px
    }

    #teams .teamCards {
        display: block;
        margin-bottom: 20px
    }

    #teams .teamCards .teamName {
        width: 100%;
        padding: 12px
    }

    #teams .teamCards .teamName h2 {
        font-size: 26px
    }

    #teams .teamCards .teamimg {
        width: 100%
    }

    #teams .teamCards .teamName .TeamBtn {
        bottom: 10px;
        padding: 3px 14px;
        right: 0px
    }

    #teams .teamCards .teamName p {
        font-size: 16px;
        padding-right: 40px
    }

    .infoSlide {
        width: 100%;
        padding: 10px 0px
    }

    .c-dialog_content {
        display: block;
        padding: 10px
    }

    .infoSlide h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .c-dialog_content .profile-image {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        height: auto
    }

    .infoSlide .closeInfoSlide {
        top: 20px;
        z-index: 1;
        right: 10px;
        background-size: 20px
    }

    .c-dialog_content .profile-text {
        max-width: 800px;
        padding-top: 10px
    }
}

/*# sourceMappingURL=bod.css.map */
.profile-text h4 {
    margin-bottom: 15px;
}

.MeetourEx {
    background-color: #EAEEF2;
    padding: 40px 0px;
}


.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.investors-content-pages .table-responsive table {
    margin: 40px 0px 70px 0px;
}

.investors-content-pages .table-responsive .mb0 {
    margin-bottom: 0px !important;
}

.investors-content-pages .table>thead {
    vertical-align: bottom;
}

.investors-content-pages .table-responsive table tr th {
    background-color: var(--red);
    color: #fff;
    font-weight: 500;
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0;
}

.investors-content-pages .table-responsive table tr th {
    background-color: var(--red);
    color: #fff;
    font-weight: 500;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* iPad Air — landscape only */
@media only screen and (min-device-width: 1180px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

/* iPad Air — Portrait only */
@media only screen and (min-device-width: 820px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    #teams .teamCards .teamName h2 {
        font-size: 22px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media (min-width: 320px) and (max-width: 767px) {}