@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

/**** global css ****/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
}
html,
body {
    font-family: 'Poppins', sans-serif;
    background-color: #F5F5F5;
}

:is(h1, h2, h3, h4, h5, h6, p, figure, img, span, a, ul) {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a {
    display: inline-block;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.greybg {
    background-color: #F5F5F5;
    padding-top: 200px;
    padding-bottom: 80px;
    border-radius: 0 0 40px 40px;
}

@media (max-width: 991.98px) {
    .greybg {
        padding-top: 180px;
    }
}

@media (max-width: 767.98px) {
    .greybg {
        padding-top: 160px;
    }
}

@media (max-width: 575.98px) {
    .greybg {
        padding-top: 140px;
    }
}

.greybg .hdng {
    color: #0a2d49;
    font-size: 86px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: initial;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .greybg .hdng {
        font-size: 85px;
    }
}

@media (max-width: 767.98px) {
    .greybg .hdng {
        font-size: 84px;
    }
}

@media (max-width: 1199.98px) {
    .greybg .hdng {
        color: #0a2d49;
        font-size: 74px;
        line-height: 1.3;
        font-weight: 500;
        text-transform: initial;
        letter-spacing: 0;
    }
}

@media (max-width: 1199.98px) and (max-width: 991.98px) {
    .greybg .hdng {
        font-size: 73px;
    }
}

@media (max-width: 1199.98px) and (max-width: 767.98px) {
    .greybg .hdng {
        font-size: 72px;
    }
}

@media (max-width: 991.98px) {
    .greybg .hdng {
        color: #0a2d49;
        font-size: 60px;
        line-height: 1.2;
        font-weight: 500;
        text-transform: initial;
        letter-spacing: 0;
    }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
    .greybg .hdng {
        font-size: 59px;
    }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    .greybg .hdng {
        font-size: 58px;
    }
}

@media (max-width: 767.98px) {
    .greybg .hdng {
        color: #0a2d49;
        font-size: 46px;
        line-height: 1.1;
        font-weight: 500;
        text-transform: initial;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) and (max-width: 991.98px) {
    .greybg .hdng {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
    .greybg .hdng {
        font-size: 44px;
    }
}

@media (max-width: 575.98px) {
    .greybg .hdng {
        color: #0a2d49;
        font-size: 32px;
        line-height: 1;
        font-weight: 500;
        text-transform: initial;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) and (max-width: 991.98px) {
    .greybg .hdng {
        font-size: 31px;
    }
}

@media (max-width: 575.98px) and (max-width: 767.98px) {
    .greybg .hdng {
        font-size: 30px;
    }
}

.greybg .team-a-section {
    padding: 0;
    overflow-x: scroll;
}

.greybg .team-a-section::before {
    display: none;
}

.greybg .team-a-section::-webkit-scrollbar {
    display: none;
}

.greybg .team-a-section .teamTabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row !important;
}

.greybg .team-a-section .teamTabs li {
    margin: 0 15px;
}

.greybg .team-a-section .teamTabs li a {
    border-radius: 30px !important;
}

@media (max-width: 991.98px) {
    .greybg .team-a-section .teamTabs li a {
        min-width: 230px;
    }
}

@media (max-width: 767.98px) {
    .greybg .team-a-section .teamTabs li a {
        min-width: 200px;
    }
}

.team-a-section {
    padding-top: 200px;
    padding-bottom: 120px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .team-a-section {
        padding-top: 160px;
        padding-bottom: 96px;
    }
}

@media (max-width: 991.98px) {
    .team-a-section {
        padding-top: 130px;
        padding-bottom: 78px;
    }
}

@media (max-width: 767.98px) {
    .team-a-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media (max-width: 575.98px) {
    .team-a-section {
        padding-top: 60px;
        padding-bottom: 36px;
    }
}

@media (max-width: 991.98px) {
    .team-a-section::before {
        top: 80px;
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 767.98px) {
    .team-a-section::before {
        top: 50px;
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 575.98px) {
    .team-a-section::before {
        top: 10px;
        width: 120px;
        height: 120px;
    }
}

.team-a-section .teamTabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.team-a-section .teamTabs li a {
    color: #0a2d49;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: initial;
    letter-spacing: 0;
    width: 320px;
    max-width: 100%;
    text-align: center;
    background-color: #C2D1DC;
    padding: 13px 45px 16px;
    display: inline-block;
    border-radius: 25px;
}

.team-a-section .teamTabs li a.active{
    color: #ffffff;
    background-color: #0a2d49;
}

@media (max-width: 991.98px) {
    .team-a-section .teamTabs li a {
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .team-a-section .teamTabs li a {
        font-size: 14px;
    }
}

.team-a-section .teamTabs li a.active {
    background-color: #0a2d49;
    color: #ffffff;
}

@media (max-width: 1399.98px) {
    .team-a-section .teamTabs li a {
        width: 270px;
        padding: 13px 15px 16px;
    }
}

@media (max-width: 1199.98px) {
    .team-a-section .teamTabs li a {
        width: 230px;
    }
}

@media (max-width: 991.98px) {
    .team-a-section .teamTabs li a {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .team-a-section .teamTabs li a {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .team-a-section .teamTabs li {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .team-a-section .teamTabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
}