:root {

    --tg-color-orange: #E85D33;

    --tg-color-white-default: #ffffff;

    --tg-color-black: #222222;

}



.choose__tab1.about-tab .nav-tabs {

    background-color: transparent;

    border: 1px solid #ccc;

    border-radius: 25px;

}



.choose__tab1 .nav-tabs {

    gap: 30px;

    border-radius: 20px;

    width: fit-content;

    margin: 0 auto 30px;

}



.choose__tab1.about-tab .nav-tabs .nav-item .nav-link {

    padding: 14px 20px !important;

    border-radius: 25px !important;

}



.choose__tab1.about-tab .nav-tabs .nav-item .nav-link.active {

    background-color: var(--tg-color-orange);

    color: var(--tg-color-white-default);

    border-radius: 25px !important;

    padding: 14px 20px;

}



.choose__tab1.about-tab .nav-tabs .nav-item .nav-link {

    font-weight: 500;

}



.choose__tab1 .nav-tabs .nav-item .nav-link {

    background: transparent;

    color: var(--tg-color-black);

    border: none;

    font-size: 18px;

    font-weight: 600;

    line-height: 1;

    font-family: var(--tg-heading-font-family);

    text-transform: capitalize;

    position: relative;

}



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

    .choose__tab1.about-tab .nav-tabs {

        overflow-x: auto;

        overflow-y: hidden;

        width: 100%;

        padding-left: 180px;

        display: flex;

        flex-wrap: nowrap;

    }

}



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

    .choose__tab1.about-tab .nav-tabs .nav-item .nav-link {

        width: auto;

        white-space: nowrap;

    }

}

.board-of-trustee-container .team__thumb-two img {

    height: 464px !important;

}

@media only screen and (min-width: 768px) {

    .board-of-trustee-container .team__thumb-two img {

        height: 400px !important;

    }

}

.dynamic-content {

    h1 {
        font-size: 48px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    h4 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    h6 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    p {
        margin-bottom: 20px;
    }

    ul {
        margin: 0 0 20px 0;
        padding: 0;
    }

    ul li {
        display: flex;
        align-items: flex-start;
        font-size: 18px;
        font-weight: 500;
        color: var(--tg-color-black);
        gap: 12px;
        margin-bottom: 10px;
    }

    ul li::before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 24px;
        height: 24px;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--tg-theme-secondary-500);
        color: var(--tg-color-white-default);
        line-height: 0;
        font-size: 13px;
        transform: translateY(2px);
    }

    ol {
        padding-left: 20px;
        font-size: 18px;
        font-weight: 500;
        color: var(--tg-color-black);
    }

    hr {
        border-bottom: 1px solid var(--tg-dark-gray);
    }
}

.dynamic-content span {
    color: var(--tg-color-orange);
}

.dynamic-content b {
    color: var(--tg-color-black);
    font-weight: 600;
}

.dynamic-content i {
    color: var(--tg-dark-gray);
}

.dynamic-content strong {
    color: var(--tg-color-black);
    font-weight: 700;
}

.dynamic-content>*:last-child ,
.founder-model.dynamic-content{
    margin-bottom: 0;
}

.social-services.dynamic-content {
    p {
        margin-bottom: 15px;
    }
}

.social-services.dynamic-content>*:last-child,
.social-services.dynamic-content p  {
    margin-bottom: 15px;
}

.founder.dynamic-content>*:last-child,
.founder.dynamic-content p {
    margin-bottom: 30px;
}

.founder.dynamic-content {
    h1,
    h2,
    h3 {
        margin-bottom: 30px;
    }
}
label.error {
    color: red !important
}