.foundation-section{
    padding: 70px 0px;
    min-height: 100vh;

}

.foundation-1-text, .about-us .text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    color: #444444;
    margin: 0px;
}

#foundationTab > li > .active {
    border: 0px;
    border-radius: 0px;
    background-color: #008D9A;
    color: #fff;
}

#foundationTab > li > button:hover , #foundationTab > li > button:focus {
    border: 0px;
    border-radius: 0px;
    background-color: rgba(0, 141, 154, 50%);
    color: #fff;
}

#foundationTab > li > button {
    font-family: Titillium;
    border: 0px;
    border-radius: 0px;
    color: #878787;
    margin-right: 1rem;
    background: #F2F5F7;
}

.foundation-avatar-1 {
    height: 400px;
    width: 400px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.foundation-avatar-bg {
    height: 400px;
    width: 400px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.56);
    position: absolute;
    top: 0px;
    display: flex;
}

.foundation-avatar-3 {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.foundation-avatar-1 > img {
    height: 100%;
}

.foundation-avatars {
    position: relative;
    width: fit-content;
    margin: auto;
}

.foundation-avatar-2 {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    padding: 1rem;
    text-align: center;
}

.our-activities {
    padding: 70px 0px;
    background: #F2F5F7;
}

.article-card-date {
    padding: 1rem;
    background: #008D9A;
    color: #fff;

    font-family: Titillium;
    font-weight: 700;
    font-size: 17px;
    font-style: normal;

    width: fit-content;
    position: absolute;
    bottom: 0px;
    text-align: center;
}

.green-line-arround {
    border-radius: 0px;
    border: 1px solid #008D9A;
    position: absolute;
    top: 0.5rem;
    right: -0.5rem;
    left: 0.5rem;
    bottom: .5rem;
    z-index: 3;
}

.team-card {
    background: #F2F5F7;
}

.team-member-name {
    font-family: Titillium;
    font-weight: 700;
    font-size: 15px;
    font-style: normal;
}

.team-member-role {
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #525252;
}

.our-team {
    padding: 70px 0px;
}

.start-with-us-text {
    font-family: Titillium;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
    color: #fff;
}

.start-with-us {
    padding: 70px 0px;
}


.foundation-section .title {
    font-family: Titillium;
    font-weight: 700;
    font-size: 48px;
    font-style: normal;
    color: #000;
}

.green-dots {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.green-dots1 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 200px;
    left: 60%;
}

.green-dots span, .green-dots1 span {
    width: 10px;
    height: 10px;
    background-color: #0099A8;
    border-radius: 50%;
    display: inline-block;
    margin: 3px;
}

.about-us {
    padding: 70px 0px;
}

.images .img1 {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 100px;
    top: 0px;
}

.images .img2 {
    position: absolute;
    right: 0px;
    top: 40px;
}

.images .img4 {
    position: absolute;
    left: 220px;
    top: 280px;
    border: 2px solid #02808C;
    padding: 10px !important;
    display: flex;
    overflow: unset !important;
}

.images .img4 img {
    margin-top: -24px;
    margin-left: -12px;
}

.images .img3 {
    position: absolute;
    left: 0px;
    top: 200px;
}

.images {
    min-height: 400px;
    position: relative;

}


.images .img2, .images .img3, .images .img4 {
    width: 220px;
    height: 220px;
    padding: 1rem;
    background: #fff;
    overflow: hidden;
}


.images div {
    display: inline-block;
}

.images img {
    width: 100%;
}

@media only screen and (max-width: 339px) {
    .images .img1 {
        left: 0px;
    }
}

.start-with-us .carousel {
    overflow-x: hidden;
    min-height: 600px;
    overflow-y: clip;
}

.start-with-us .home-banner {
    min-height: 600px;
}

.start-with-us .read-more-bg {
    z-index: 1;
    position: relative;
    color: #008D9A;
}

.start-with-us .read-more-bg:hover {
    color: #000;
}


@media only screen and (max-width: 992px) {
    .foundation-avatar-1 {
        width: 200px;
        height: 200px;
    }

    .foundation-avatar-2 {
        width: 60px;
        height: 60px;
        padding: 0px;
    }

    .foundation-avatar-2 > img {
        width: 100%;
    }


    .foundation-avatar-bg {
        height: 200px;
        width: 200px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.56);
    }

    .foundation-avatar-3 {
        height: 150px;
        width: 150px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
    }
    .green-dots {
        bottom: 0px;
    }
}